.legal-section{
    padding:0px !important;
    
}
*{
    margin:0px;
    padding:0px;
}

.legal-hero {
  background: #214c3f url('../header.png');
  display: flex;
  padding: 180px 240px 56px 240px;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.legal-hero .container {
  width: 100%;
  max-width: 1440px;
  padding: 0;
}


.legal-eyebrow{
    color: var(--brand-core-accent, #E8663B);
text-align: center;
font-family: Satoshi;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 16.8px */
letter-spacing: 1.68px;
text-transform: uppercase;
margin:0px !important;
}



.legal-update {
color: var(--brand-tint-cream-80, rgba(244, 238, 226, 0.80));
text-align: center;
font-family: Satoshi;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 160%;
margin:0px !important;
}

.legal-terms {
  color: var(--brand-surface-cream, #F4EEE2);
  text-align: center;
  font-family: Fraunces;
  font-size: 56px;
  margin:0px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 124%; /* 69.44px */
  letter-spacing: -0.56px;
}


/* heading / h4 */


.legal-content{
    display: flex;
padding: 88px 240px 112px 240px;
flex-direction: column;
align-items: center;
align-self: stretch;
}


.legal-list h2 {
  color: var(--brand-core-ink, #15332A);
  font-family: Fraunces;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.12px;
  width: 880px;
  max-width: 100%;
  min-height: 31px;
  margin: 0;
  
}

.legal-list p{
    color: var(--brand-text-body, #2E3A33);
  font-family: Satoshi;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.legal-list li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 880px;
  max-width: 100%;
  margin:0px 0px 32px;
}



@media only screen and (max-device-width: 600px){
  .legal-hero  {
    padding: 120px 24px 40px 24px !important;
    align-self: stretch;
    align-items:left;
    gap:24px !important;
  }
  .legal-eyebrow{
       color: var(--brand-core-accent, #E8663B);
text-align: center;
font-family: Satoshi;
font-size: 12px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 16.8px */
letter-spacing: 1.68px;
text-transform: uppercase;
  }
  
  .legal-hero h1{
      margin-bottom:0px !important;
     color: var(--brand-surface-cream, #F4EEE2);
text-align: center;
font-family: Fraunces;
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: 124%; /* 42.16px */
letter-spacing: -0.34px;

  }
  
  .legal-updates{
      color: var(--brand-surface-cream, #F4EEE2);
text-align: center;
font-family: Fraunces;
font-size: 34px;
font-style: normal;
font-weight: 600;
line-height: 124%; /* 42.16px */
letter-spacing: -0.34px;
  }
  
  .legal-content{
      display: flex;
padding: 48px 24px 56px 24px;
flex-direction: column;
align-items: flex-start;
gap: 24px;
align-self: stretch;
  }
  
.legal-list{
    width: 327px;
    padding:0px;
    margin:0px !important;
}  
  .legal-list h2{
      color: var(--brand-core-ink, #15332A);
font-family: Fraunces;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 31.2px */
letter-spacing: -0.12px;
}

}
.legal-list p{
    color: var(--brand-text-body, #2E3A33);

/* body / regular */
font-family: Satoshi;
font-size: 17px;
font-style: normal;
font-weight: 400;
line-height: 160%;
margin:0px !important;
}

.legal-list .governing{
    margin:0px !important;
  }
}  

/*@media only screen and (min-device-width: 601px) and (max-device-width: 1199px), only screen and (min-width: 601px) and (max-width: 1199px) {
  .terms-page .legal-hero {
    height: auto;
    min-height: 373px;
    padding: 120px 56px 56px;
  }

  .terms-page .legal-content {
    display: flex;
    height: 1458px;
    padding: 88px 240px 112px 240px;
    flex-direction: column;
    align-items: center;
    align-self: stretch; 
  }

  .terms-page .legal-hero .container,
  .terms-page .legal-hero .row,
  .terms-page .legal-hero [class*="col-"] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .terms-page .legal-list h2,
  .terms-page .legal-list li p {
    height: auto;
    min-height: 0;
  }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1348px), only screen and (min-width: 1200px) and (max-width: 1348px) {
  .terms-page .legal-hero {
    padding: 164px 48px 48px;
  }

  .terms-page .legal-content {
    height: auto;
    padding: 88px 240px 112px 240px;
  }
}

@media only screen and (min-device-width: 1349px) and (max-device-width: 1439px), only screen and (min-width: 1349px) and (max-width: 1439px) {
  .terms-page .legal-hero {
    padding: 172px 64px 52px;
  }

  .terms-page .legal-content {
    height: auto;
    padding: 88px 240px 112px 240px;
  }
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1499px), only screen and (min-width: 1440px) and (max-width: 1499px) {
  .terms-page .legal-hero {
    padding: 180px 80px 56px;
  }

  .terms-page .legal-content {
    height: auto;
    padding: 88px 240px 112px 240px;
  }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1599px), only screen and (min-width: 1500px) and (max-width: 1599px) {
  .terms-page .legal-hero {
    padding: 184px 112px 56px;
  }

  .terms-page .legal-content {
    height: auto;
    padding: 88px 240px 112px 240px;
  }
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 1699px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .terms-page .legal-hero {
    padding: 188px 144px 56px;
  }

  .terms-page .legal-content {
    height: auto;
    padding: 88px 240px 112px 240px;
  }
}

@media only screen and (min-device-width: 1700px) and (max-device-width: 1799px), only screen and (min-width: 1700px) and (max-width: 1799px) {
  .terms-page .legal-hero {
    padding: 192px 176px 56px;
  }

  .terms-page .legal-content {
    height: auto;
    padding: 88px 240px 112px 240px;
  }
}

@media only screen and (min-device-width: 1800px) and (max-device-width: 1919px), only screen and (min-width: 1800px) and (max-width: 1919px) {
  .terms-page .legal-hero {
    padding: 196px 208px 56px;
  }

  .terms-page .legal-content {
    height: auto;
    padding: 88px 240px 112px 240px;
  }
}

@media only screen and (min-device-width: 1920px) and (max-device-width: 2600px), only screen and (min-width: 1920px) and (max-width: 2600px) {
  .terms-page .legal-hero {
    padding: 200px 240px 56px;
  }

  .terms-page .legal-content {
    height: 1458px;
    padding: 88px 240px 112px 240px;
  }
}
*/



/* Error 404 styles */
.error-page-body {
  background: transparent;
}

.error-page {
  display: flex;
  width: 100%;
  margin-top: 120px;
  height: 697px;
  min-height: 697px;
  padding: 104px 240px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  box-sizing: border-box;
  background: #07322a url('../img/404.png');
  color: var(--brand-surface-cream, #f4eee2);
}

.error-page__content {
  display: flex;
  width: min(100%, 1440px);
  max-width: 100%;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.error-page__compass {
  position: relative;
  display: block;
  flex: 0 0 160px;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  background: url('../compass%20rose.svg') center center / 100% 100% no-repeat;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.error-page__compass::before,
.error-page__compass::after {
  display: none;
}

.error-page__compass-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 8.75%;
  height: 8.75%;
  border-radius: 50%;
  background: var(--brand-core-accent, #e8663b);
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 2px rgba(232, 102, 59, 0.18);
}

.error-page__eyebrow {
  width: 100%;
  align-self: stretch;
  margin: 0;
  color: var(--brand-core-accent, #e8663b);
  font-family: Satoshi, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.68px;
  line-height: 140%;
  text-transform: uppercase;
}

.error-page h1 {
  width: 1100px;
  max-width: 100%;
  margin: 0;
  color: var(--brand-surface-cream, #f4eee2);
  font-family: Fraunces, serif;
  font-size: 80px;
  font-weight: 600;
  letter-spacing: -1px;
  line-height: 120%;
  text-align: center;
}

.error-page__message {
    color: var(--brand-surface-cream, #F4EEE2);
  width: 626px;
  max-width: 100%;
  margin: 0;
  font-family: Satoshi, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
}



.error-page__button{
    
font-family: Satoshi;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 23.8px */
background:#E8663B;
color: #FFF;
border-radius: var(--radius-s, 8px);
display: flex;
padding: 18px 24px 18px 28px;
align-items: center;
gap: 10px;

/*
    width: 327px;
    max-width: 100%;
    min-width: 0;
    height: 60px;
    padding: 18px 24px 18px 28px;
    gap: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    border-radius: var(--radius-s, 8px);
background:#E8663B;
color: #FFF;*/
  
}



.error-page-body .error-page__button:hover,
.error-page-body .error-page__button:focus,
.error-page-body .error-page__button:focus-visible,
.error-page-body .error-page__button:active {
  display: inline-flex;
  padding: 18px 12px 18px 28px;
  align-items: center;
  gap: 10px;
  border-radius: var(--radius-s, 8px);
  background: var(--brand-core-ink, #15332a);
  color: var(--brand-surface-paper, #fdfbf6);
  outline: none;
}

.error-page__button span {
  display: inline-flex;
}

.error-page__button-icon {
  width: 16px;
  height: 14px;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
  background: transparent;
  color: var(--brand-surface-paper, #fdfbf6);
  transition: width 180ms ease, height 180ms ease, flex-basis 180ms ease,
    background-color 180ms ease, color 180ms ease;
}

.error-page__button-icon svg {
  display: block;
  width: 16px;
  height: 14px;
}

.error-page-body .error-page__button:hover .error-page__button-icon,
.error-page-body .error-page__button:focus .error-page__button-icon,
.error-page-body .error-page__button:focus-visible .error-page__button-icon,
.error-page-body .error-page__button:active .error-page__button-icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  border-radius: 50%;
  background: var(--brand-core-accent, #e8663b);
  color: var(--base-white, #fff);
}

@media only screen and (max-device-width: 600px),{
  .error-page-body .header-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    min-height: 89px;
    background: transparent;
  }

  .error-page-body .header-top .navbar {
    display: flex;
    width: 100%;
    height: 89px;
    padding: 16px 24px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .error-page-body .header-top .navbar > .container {
    display: flex;
    width: 100%;
    height: 57px;
    max-width: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .error-page-body .header-top .logo-mo-div {
    display: flex;
    width: 100%;
    height: 57px;
    padding: 16px 20px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .error-page {
    width: 100%;
    margin-top: 0;
    height: auto;
    min-height: 677px;
    padding: 140px 24px 56px;
    gap: 32px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .error-page__content {
    width: 100%;
    max-width: 327px;
    margin: 0 auto;
    gap: 32px;
    align-items: center;
    text-align: center;
  }

  .error-page__compass {
    flex: 0 0 97px;
    width: 97px;
    height: 97px;
    background-size: 97px 97px;
  }

  .error-page__compass-dot {
    width: 6px;
    height: 6px;
  }

  .error-page__eyebrow {
    width: 100%;
    max-width: 327px;
    align-self: stretch;
    font-family: Satoshi, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 1.68px;
    text-align: center;
    text-transform: uppercase;
  }

  .error-page h1 {
    width: 100%;
    max-width: 327px;
    font-family: Fraunces, serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -1px;
    text-align: center;
  }

  .error-page__message {
    width: 100%;
    max-width: 327px;
    font-family: Satoshi, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
  }

  .error-page__message br {
    display: none;
  }

  .error-page__button {
    width: 327px;
    max-width: 100%;
    min-width: 0;
    height: 60px;
    padding: 18px 24px 18px 28px;
    gap: 10px;
    border-radius: 8px;
    box-sizing: border-box;
    border-radius: var(--radius-s, 8px);
background:#E8663B;
color: #FFF;

  }
}

/*@media only screen and (max-device-width: 600px), only screen and (max-width: 600px) {
  .error-page-body .header-top,
  .error-page-body .header-top .navbar,
  .error-page-body .header-top .navbar > .container {
    background: transparent;
  }

  .error-page-body .header-top .logo-mo-div {
    width: 327px;
    max-width: 100%;
    height: 57px;
    padding: 16px 20px;
    border-radius: 100px;
    background: var(--base-white, #fff);
    box-sizing: border-box;
  }
}

@media only screen and (min-device-width: 601px) and (max-device-width: 2600px), only screen and (min-width: 601px) and (max-width: 2600px) {
  .error-page-body .header-top {
    min-height: 126px;
    background: transparent;
  }

  .error-page-body .header-top .navbar {
    background: transparent;
  }
}

@media only screen and (min-device-width: 601px) and (max-device-width: 2600px), only screen and (min-width: 601px) and (max-width: 2600px) {
  .error-page-body .error-page {
    padding-top: 126px;
    justify-content: flex-start;
    background: #07322a url('../img/404.png') center top / cover no-repeat;
  }
}

@media only screen and (min-device-width: 601px) and (max-device-width: 1199px), only screen and (min-width: 601px) and (max-width: 1199px) {
  .error-page-body .header-top .navbar {
    padding: 16px 24px;
  }

  .error-page-body .header-top .navbar > .container {
    width: 100%;
    max-width: 880px;
    height: 78px;
    padding: 20px 28px;
    border-radius: 48px;
    background: var(--base-white, #fff);
    box-sizing: border-box;
  }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1348px), only screen and (min-width: 1200px) and (max-width: 1348px) {
  .error-page-body .header-top .navbar > .container {
    width: calc(100% - 96px);
    max-width: 1200px;
  }
}

@media only screen and (min-device-width: 1349px) and (max-device-width: 1439px), only screen and (min-width: 1349px) and (max-width: 1439px) {
  .error-page-body .header-top .navbar > .container {
    width: calc(100% - 128px);
    max-width: 1280px;
  }
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1499px), only screen and (min-width: 1440px) and (max-width: 1499px) {
  .error-page-body .header-top .navbar > .container {
    width: calc(100% - 160px);
    max-width: 1320px;
  }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1599px), only screen and (min-width: 1500px) and (max-width: 1599px) {
  .error-page-body .header-top .navbar > .container {
    width: calc(100% - 192px);
    max-width: 1360px;
  }
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 1699px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .error-page-body .header-top .navbar > .container {
    width: calc(100% - 224px);
    max-width: 1400px;
  }
}

@media only screen and (min-device-width: 1700px) and (max-device-width: 1799px), only screen and (min-width: 1700px) and (max-width: 1799px) {
  .error-page-body .header-top .navbar > .container {
    width: calc(100% - 256px);
    max-width: 1420px;
  }
}

@media only screen and (min-device-width: 1800px) and (max-device-width: 1919px), only screen and (min-width: 1800px) and (max-width: 1919px) {
  .error-page-body .header-top .navbar > .container {
    width: calc(100% - 416px);
    max-width: 1440px;
  }
}

@media only screen and (min-device-width: 1920px) and (max-device-width: 2600px), only screen and (min-width: 1920px) and (max-width: 2600px) {
  .error-page-body .header-top .navbar > .container {
    width: 1440px;
    max-width: calc(100% - 480px);
    height: 78px;
    padding: 20px 36px;
    border-radius: 48px;
    background: var(--base-white, #fff);
    box-sizing: border-box;
  }
}

/* Keep the fixed 404 navigation from creating a white gap above the hero. */
/*.error-page-body .error-page {
  margin-top: 0;
}

@media only screen and (min-device-width: 601px) and (max-device-width: 1199px), only screen and (min-width: 601px) and (max-width: 1199px) {
  .error-page {
    margin-top: 96px;
    height: 620px;
    min-height: 620px;
    padding: 88px 56px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 64px;
  }

  .error-page__message {
    width: 626px;
    font-size: 17px;
  }

  .error-page__compass {
    flex-basis: 128px;
    width: 128px;
    height: 128px;
  }

  .error-page h1 {
    line-height: 120%;
  }
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1348px), only screen and (min-width: 1200px) and (max-width: 1348px) {
  .error-page {
    margin-top: 104px;
    height: 620px;
    min-height: 620px;
    padding: 88px 48px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 64px;
  }

  .error-page__compass {
    flex-basis: 128px;
    width: 128px;
    height: 128px;
  }

  .error-page__message {
    width: min(626px, 100%);
    font-size: 17px;
  }
}

@media only screen and (min-device-width: 1349px) and (max-device-width: 1439px), only screen and (min-width: 1349px) and (max-width: 1439px) {
  .error-page {
    height: 640px;
    min-height: 640px;
    padding: 96px 64px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 68px;
  }

  .error-page__compass {
    flex-basis: 136px;
    width: 136px;
    height: 136px;
  }

  .error-page__message {
    width: min(626px, 100%);
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 1440px) and (max-device-width: 1499px), only screen and (min-width: 1440px) and (max-width: 1499px) {
  .error-page {
    height: 650px;
    min-height: 650px;
    padding: 100px 80px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 72px;
  }

  .error-page__compass {
    flex-basis: 144px;
    width: 144px;
    height: 144px;
  }

  .error-page__message {
    width: min(626px, 100%);
    font-size: 18px;
  }
}

@media only screen and (min-device-width: 1500px) and (max-device-width: 1599px), only screen and (min-width: 1500px) and (max-width: 1599px) {
  .error-page {
    height: 660px;
    min-height: 660px;
    padding: 104px 112px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 74px;
  }

  .error-page__compass {
    flex-basis: 148px;
    width: 148px;
    height: 148px;
  }

  .error-page__message {
    width: min(626px, 100%);
    font-size: 19px;
  }
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 1699px), only screen and (min-width: 1600px) and (max-width: 1699px) {
  .error-page {
    height: 670px;
    min-height: 670px;
    padding: 104px 144px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 76px;
  }

  .error-page__compass {
    flex-basis: 152px;
    width: 152px;
    height: 152px;
  }

  .error-page__message {
    width: min(626px, 100%);
    font-size: 19px;
  }
}

@media only screen and (min-device-width: 1700px) and (max-device-width: 1799px), only screen and (min-width: 1700px) and (max-width: 1799px) {
  .error-page {
    height: 680px;
    min-height: 680px;
    padding: 104px 176px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 78px;
  }

  .error-page__compass {
    flex-basis: 156px;
    width: 156px;
    height: 156px;
  }

  .error-page__message {
    width: min(626px, 100%);
    font-size: 19px;
  }
}

@media only screen and (min-device-width: 1800px) and (max-device-width: 1919px), only screen and (min-width: 1800px) and (max-width: 1919px) {
  .error-page {
    height: 690px;
    min-height: 690px;
    padding: 104px 208px;
  }

  .error-page h1 {
    width: min(1100px, 100%);
    font-size: 80px;
  }
}

@media only screen and (min-device-width: 1920px) and (max-device-width: 2600px), only screen and (min-width: 1920px) and (max-width: 2600px) {
  .error-page {
    width: 100%;
    margin-top: 120px;
    height: 697px;
    min-height: 697px;
    padding: 104px 240px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    gap: 24px;
    background-size: cover;
    background-position: center center;
  }

  .error-page__content {
    width: 100%;
    max-width: 1440px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
  }

  .error-page h1 {
    width: 1100px;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: -1px;
  }

  .error-page__message {
    width: 626px;
    font-size: 19px;
    line-height: 160%;
  }

  .error-page__button {
    width: 186px;
    height: 60px;
    padding: 18px 24px 18px 28px;
    gap: 10px;
  }
}

/* 404 desktop reference frame: 1920px canvas, 1440px inner content. */
@media only screen and (min-device-width: 1920px) and (max-device-width: 2600px), only screen and (min-width: 1920px) and (max-width: 2600px) {
  .error-page-body .error-page {
    width: 100%;
    margin-top: 0;
    height: 697px;
    min-height: 697px;
    padding: 104px 240px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    box-sizing: border-box;
    background-position: center center;
  }

  .error-page-body .error-page__content {
    display: flex;
    width: 1440px;
    height: 489px;
    max-width: 100%;
    flex: 0 0 489px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    text-align: center;
  }

  .error-page-body .error-page__compass {
    flex: 0 0 160px;
    width: 160px;
    height: 160px;
  }

  .error-page-body .error-page h1 {
    width: 1100px;
    height: 96px;
    max-width: 100%;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: -1px;
  }

  .error-page-body .error-page__message {
    width: 626px;
    height: 60px;
    max-width: 100%;
    font-size: 19px;
    line-height: 160%;
  }

  .error-page-body .error-page__button {
    width: 186px;
    height: 60px;
    padding: 18px 24px 18px 28px;
  }
}

/* Final desktop cascade for the 404 reference frame. */
@media only screen and (min-device-width: 1920px) and (max-device-width: 2600px), only screen and (min-width: 1920px) and (max-width: 2600px) {
  .error-page-body .error-page {
    margin-top: 0 !important;
    height: 697px !important;
    min-height: 697px !important;
    padding: 104px 240px !important;
    box-sizing: border-box;
    background: #07322a url('../img/404.png') center center / cover no-repeat !important;
  }

  .error-page-body .error-page__content {
    position: relative;
    z-index: 2;
    width: 1440px !important;
    height: 489px !important;
    max-width: 100%;
    flex: 0 0 489px;
    gap: 24px;
  }

  .error-page-body .error-page__compass {
    width: 160px !important;
    height: 160px !important;
    flex-basis: 160px;
  }

  .error-page-body .error-page h1 {
    width: 1100px !important;
    height: 96px !important;
    font-size: 80px !important;
    line-height: 120%;
  }

  .error-page-body .error-page__message {
    width: 626px !important;
    height: 60px !important;
    font-size: 19px !important;
    line-height: 160%;
  }

  .error-page-body .error-page__button {
    width: 186px !important;
    height: 60px !important;
  }
}
