@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Manrope";
  src: url("../css/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
}
@font-face {
  font-family: "Manrope SemiBold";
  src: url("../css/fonts/Manrope-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Manrope Regular";
  src: url("../css/fonts/Manrope-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Thin.ttf") format("truetype");
  font-weight: 200;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-BoldItal.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-XBlack.ttf") format("truetype");
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: "PF Din Text Comp Pro";
  src: url("../css/fonts/PFDinTextCompPro-XBlackItal.ttf") format("truetype");
  font-weight: 1000;
  font-style: italic;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_Rg.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnLg.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "CF Din Normal";
  src: url("../css/fonts/CF_Din_Light.otf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBook.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBold.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "CF Din";
  src: url("../css/fonts/CF_Din_CnBlack.otf") format("opentype");
  font-weight: 600;
}
body:has(.desktop-menu-tabs.active) > header {
  background-color: #222640 !important;
}

body:has(.mobile-nav.active) > header {
  background-color: #222640 !important;
}

body > header:has(.desktop-menu-tabs.active) .desktop-nav {
  background: #222640 !important;
}

header:has(.mobile-nav.active) {
  background: #222640 !important;
}

body > header {
  background: linear-gradient(180deg, #617985 0%, rgba(97, 121, 133, 0.57) 51.39%, rgba(97, 121, 133, 0) 93.44%);
}
body > header .desktop-nav {
  background: linear-gradient(180deg, #617985 0%, rgba(97, 121, 133, 0.57) 51.39%, rgba(97, 121, 133, 0) 93.44%);
}

body:has(.desktop-menu-tabs.active) > header {
  background-color: #222640;
}

body:has(.mobile-nav.active) > header {
  background-color: #222640;
}

section {
  all: unset;
  display: block;
  min-height: 100dvh;
  height: -moz-max-content !important;
  height: max-content !important;
  background-color: #d8d8d8;
}
@media only screen and (max-width: 1024px) {
  section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
section > img {
  display: none;
}
section .wrapper {
  margin-top: min(250px, 23.1481481481dvh);
  margin-bottom: 200px;
  max-width: 730px;
  width: 100%;
  margin-inline: auto;
  padding: 40px;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 70px;
  background-color: #e7e7e7;
}
@media only screen and (max-width: 1024px) {
  section .wrapper {
    max-width: 95%;
    padding-block: 30px;
    padding-inline: 25px;
    margin-top: 200px;
    margin-bottom: 50px;
    border-radius: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section .wrapper {
    margin-top: 80px;
  }
}
section .wrapper .content-container {
  max-width: 902px;
  width: 100%;
  margin-inline: auto;
}
section .wrapper .content-container .title {
  color: #313b76;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(48px, max(24px, 2.7vw));
  font-size: 48px;
  font-style: normal;
  font-weight: 1000;
  line-height: normal;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  section .wrapper .content-container .title {
    font-size: min(48px, 10.6666666667vw);
    font-size: 40px;
  }
}
section .wrapper .content-container .title * {
  all: inherit;
  padding: 0;
  margin: 0;
}
section .wrapper .content-container .text {
  color: #313b76;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(34px, 1.7708333333vw);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333333333em;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  section .wrapper .content-container .text {
    font-size: min(36px, 8vw);
    font-size: 30px;
    padding-inline: 20px;
  }
}
section .wrapper .content-container .text * {
  all: inherit;
  padding: 0;
  margin: 0;
}
section .wrapper .content-container .text a {
  text-decoration: underline;
  display: inline;
  cursor: pointer;
}
section .wrapper .content-container .text strong {
  font-weight: 700;
  display: inline;
}
section .wrapper .content-container form {
  width: 100%;
  margin-top: 40px;
}
section .wrapper .content-container form .input-block {
  width: 100%;
  background-color: #fefefe;
  border-radius: 40px;
  padding-block: 15px;
  padding-inline: 30px;
}
@media only screen and (max-width: 1024px) {
  section .wrapper .content-container form .input-block {
    padding-inline: 20px;
  }
}
section .wrapper .content-container form .input-block label {
  all: unset;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  cursor: pointer;
  color: #313b76;
  font-family: "PF Din Text Comp Pro";
  font-size: min(22px, 1.1458333333vw);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section .wrapper .content-container form .input-block label {
    padding-inline: 0;
    flex-direction: column-reverse;
    row-gap: 20px;
    font-size: min(36px, 8vw);
    font-size: 30px;
  }
}
section .wrapper .content-container form .input-block label strong,
section .wrapper .content-container form .input-block label b {
  font-weight: 700;
}
section .wrapper .content-container form .input-block label input {
  display: none;
}
section .wrapper .content-container form .input-block label .checkmark {
  flex-shrink: 0;
  width: 32px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #669992;
}
section .wrapper .content-container form .input-block label:has(input[type=checkbox]:checked) .checkmark {
  background-image: url("../img/unsubscribe/check.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
section .wrapper .content-container .image-container {
  width: 138px;
  height: 135px;
  margin-inline: auto;
  margin-top: 0px;
  transform: scale(0.8);
}
@media only screen and (max-width: 1024px) {
  section .wrapper .content-container .image-container {
    width: 96px;
    height: 94px;
  }
}
section .wrapper .content-container .image-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
section .wrapper .button-container {
  margin-top: 55px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  section .wrapper .button-container {
    margin-top: 45px;
  }
}
section .wrapper .button-container button {
  display: block;
  color: #fff;
  text-align: center;
  font-family: "PF Din Text Comp Pro";
  font-size: min(20px, 1.0416666667vw);
  font-size: 20px;
  font-style: normal;
  font-weight: 1000;
  line-height: 1em;
  padding-inline: 1.5em;
  padding-block: 0.5769230769em;
  background-color: #bc1117;
  border-radius: 80px;
  margin-inline: auto;
  border: none;
  outline: none;
  stroke: none;
  opacity: 0.5;
  transition: opacity 0.3s ease-out;
  pointer-events: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: default;
}
@media only screen and (max-width: 1024px) {
  section .wrapper .button-container button {
    font-size: min(26px, 5.3333333333vw);
  }
}
section .wrapper:has(input[type=checkbox]:checked) .button-container button {
  cursor: pointer;
  opacity: 1;
  pointer-events: all;
}

.underline::after {
  content: "";
  display: block;
  width: 97.6718403548%;
  height: 1px;
  background-color: #bc1117;
  margin-inline: auto;
  margin-top: 25px;
}

#pending .wrapper .content-container .text {
  max-width: 690px;
  margin-inline: auto;
}

#inactive {
  display: flex;
  justify-content: center;
  align-items: center;
}
#inactive .wrapper {
  margin: 0;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media only screen and (max-width: 1024px) {
  #inactive .wrapper {
    max-width: 90%;
  }
}
#inactive .wrapper .content-container {
  max-width: -moz-max-content;
  max-width: max-content;
}

#fail-page {
  background-color: #971117;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #fail-page {
    padding-top: 0;
  }
}
#fail-page .image-container {
  width: min(805px, 41.9270833333vw);
  height: 1001px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-35%);
}
@media only screen and (max-width: 1024px) {
  #fail-page .image-container {
    height: 300px;
    position: static;
    width: 100%;
    transform: unset;
  }
}
#fail-page .image-container .plane {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #fail-page .image-container .plane {
    position: static;
  }
}
#fail-page .image-container .plane img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  #fail-page .image-container .plane img {
    height: auto;
  }
}
#fail-page .content-container .title {
  max-width: unset;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1024px) {
  #fail-page .content-container .title {
    width: 100%;
  }
}
#fail-page .button-area .button-container {
  margin-top: 75px;
}
#fail-page .button-area .button-container button {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}/*# sourceMappingURL=acceptance.css.map */