.page-affiliate .container {
  max-width: 1440px;
}
.page-affiliate .deco-block-border {
  max-width: 1440px;
  padding: 0;
}
@media (max-width: 426px) {
  .page-affiliate .deco-block-border {
    padding: 0 8px;
  }
}
.page-affiliate .deco-block-border:before {
  left: 0;
}
@media (max-width: 426px) {
  .page-affiliate .deco-block-border:before {
    left: 8px;
  }
}
.page-affiliate .deco-block-border:after {
  right: 0;
}
@media (max-width: 426px) {
  .page-affiliate .deco-block-border:after {
    right: 8px;
  }
}
.affiliate-hero {
  color: #b8bbd3;
  padding-bottom: 64px;
}
.affiliate-hero .affiliate-hero-title {
  font-size: 48px;
  font-family: IBMPlexMono;
  font-weight: 300;
  line-height: 62px;
  letter-spacing: -1.44px;
  text-align: center;
}
@media (max-width: 1025px) {
  .affiliate-hero .affiliate-hero-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-title {
    font-size: 34px;
    line-height: 38px;
  }
}
.affiliate-hero .affiliate-hero-banner {
  max-width: 1098px;
  margin: 32px auto 0;
  border: 1px solid #6d2929;
  padding: 24px;
}
.affiliate-hero .affiliate-hero-banner-text {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  max-width: 545px;
  margin: 0 auto;
  color: #e36659;
  padding-left: 64px;
  position: relative;
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-banner-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-banner-text {
    padding-left: 0;
    padding-right: 160px;
    max-width: 305px;
    margin: 0;
  }
}
.affiliate-hero .affiliate-hero-banner-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url(../images/money.svg);
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-banner-text:before {
    left: auto;
    right: -10px;
  }
}
.affiliate-hero .affiliate-video-container {
  max-width: 1098px;
  margin: 32px auto 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-video-container {
    max-width: 100%;
  }
}
.affiliate-hero .affiliate-video-container iframe {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1098px;
  height: auto;
  min-height: 620px;
  margin: 0 auto;
  z-index: 1;
  border: 0;
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-video-container iframe {
    max-width: 100%;
    min-height: 219px;
  }
}
.affiliate-hero .affiliate-her-button-wrapper {
  display: flex;
  flex-direction: column;
}
.affiliate-hero .affiliate-hero-warning-wrapper {
  margin: 32px auto 0;
  max-width: 1098px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
  flex: 1;
}
@media (max-width: 1025px) {
  .affiliate-hero .affiliate-hero-warning-wrapper {
    max-width: none;
    margin: 24px 0 0;
  }
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-warning-wrapper {
    order: 2;
  }
}
.affiliate-hero .affiliate-hero-warning-item {
  border: 1px solid #6d2929;
  padding: 24px;
  background-color: #2b1414;
}
.affiliate-hero .affiliate-hero-warning {
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.affiliate-hero .affiliate-hero-warning-icon-text {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #e36659;
  padding-left: 64px;
  position: relative;
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-warning-icon-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.affiliate-hero .affiliate-hero-warning-icon-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 56px;
  background-image: url(../images/warning.svg);
}
.affiliate-hero .affiliate-hero-warning-text-wrapper {
  grid-column: span 3;
}
@media (max-width: 1025px) {
  .affiliate-hero .affiliate-hero-warning-text-wrapper {
    grid-column: span 1;
  }
}
.affiliate-hero .affiliate-hero-warning-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  text-align-last: left;
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-warning-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .affiliate-hero .affiliate-hero-warning-text {
    line-height: 20.8px;
  }
}
@media (max-width: 769px) {
  .affiliate-hero .affiliate-hero-warning-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.affiliate-hero .book-button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #101223;
  background-color: #e36659;
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
  margin: 48px auto 0;
  min-width: 302px;
}
.affiliate-hero .book-button:hover {
  background-color: #a43939;
  border: 1px solid #a43939;
  color: #fff;
}
.affiliate-hero .book-button:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #101223;
  pointer-events: none;
}
@media (max-width: 769px) {
  .affiliate-hero .book-button {
    margin-top: 25px;
    order: 1;
    min-width: 100%;
  }
}
@media (max-width: 426px) {
  .affiliate-hero .book-button {
    margin-top: 24px;
  }
}
.why-get {
  padding: 64px 0;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .why-get {
    padding-top: 60px;
  }
}
.why-get .why-get-title {
  font-size: 48px;
  font-family: IBMPlexMono;
  font-weight: 300;
  line-height: 62px;
  letter-spacing: -1.44px;
}
@media (max-width: 1025px) {
  .why-get .why-get-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 769px) {
  .why-get .why-get-title {
    font-size: 34px;
    line-height: 38px;
  }
}
.why-get .why-get-wrapper {
  margin-top: 48px;
}
@media (max-width: 769px) {
  .why-get .why-get-wrapper {
    margin-top: 32px;
  }
}
.why-get .why-get-item {
  padding: 41px;
  padding-left: 0;
  border: 1px solid #6d2929;
}
@media (max-width: 514px) {
  .why-get .why-get-item {
    padding: 16px;
  }
}
.why-get .why-get-item-text {
  padding-left: 141px;
  position: relative;
  color: #b8bbd3;
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
}
@media (max-width: 769px) {
  .why-get .why-get-item-text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 514px) {
  .why-get .why-get-item-text {
    padding-left: 16px;
  }
}
@media (max-width: 514px) {
  .why-get .why-get-item-text:first-child {
    padding-top: 88px;
  }
}
.why-get .why-get-item-text:first-child:before {
  content: "";
  position: absolute;
  left: 44px;
  top: 0;
  background: url(../images/learn-icon.svg) center #2b1414;
  border: 1px solid #6d2929;
  width: 64px;
  height: 64px;
}
@media (max-width: 514px) {
  .why-get .why-get-item-text:first-child:before {
    top: 16px;
    transform: translateY(0);
    left: 16px;
  }
}
.why-get .why-get-item-text-money:first-child::before {
  background: url(../images/money.svg) center #2b1414;
}
.why-get .why-get-item-text:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 769px) {
  .why-get .why-get-item-text:not(:last-child) {
    margin-bottom: 20px;
  }
}
.why-get .why-get-item-text-highlight {
  color: #e36659;
}
.full-support {
  padding: 64px 0;
  color: #b8bbd3;
}
@media (max-width: 769px) {
  .full-support {
    padding: 60px 0;
  }
}
.full-support .full-support-title {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  max-width: 600px;
}
@media (max-width: 1025px) {
  .full-support .full-support-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .full-support .full-support-title {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.full-support .full-support-subtitle {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-top: 24px;
}
@media (max-width: 769px) {
  .full-support .full-support-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}
.full-support .full-support-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-support .full-support-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 473px));
  justify-content: center;
}
@media (max-width: 905px) {
  .full-support .full-support-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 325px));
  }
}
@media (max-width: 769px) {
  .full-support .full-support-wrapper {
    margin-top: 32px;
  }
}
@media (max-width: 1025px) {
  .full-support .full-support-title-image {
    display: none;
  }
}
.full-support .full-support-item {
  border: 1px solid #6d2929;
  padding: 32px;
}
.full-support .full-support-item-text {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  padding-left: 56px;
  position: relative;
  min-height: max-content;
}
@media (max-width: 769px) {
  .full-support .full-support-item-text {
    font-size: 20px;
    line-height: 26px;
  }
}
.full-support .full-support-item-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background-image: url(../images/check.svg);
}
.need {
  padding: 64px 0;
  color: #b8bbd3;
  text-align: center;
}
@media (max-width: 769px) {
  .need {
    padding: 60px 0;
    text-align: left;
  }
}
.need .need-title {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
}
@media (max-width: 1025px) {
  .need .need-title {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .need .need-title {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.need .need-subtitle-wrapper {
  margin-top: 24px;
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
}
@media (max-width: 769px) {
  .need .need-subtitle-wrapper {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 769px) {
  .need .need-subtitle-wrapper {
    font-size: 24px;
    line-height: 31px;
  }
}
.need .need-subtitle-highlight {
  color: #e36659;
}
.need .need-talk-wrapper {
  margin-top: 40px;
  border: 1px solid #6d2929;
  background-color: #2b1414;
  padding: 96px 0 114px 0;
}
@media (max-width: 769px) {
  .need .need-talk-wrapper {
    margin-top: 32px;
    padding: 24px;
    text-align: center;
  }
}
.need .need-talk-title {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  font-size: 34px;
}
@media (max-width: 769px) {
  .need .need-talk-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 769px) {
  .need .need-talk-title {
    font-size: 24px;
  }
}
.need .need-talk-subtitle {
  margin-top: 16px;
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
}
@media (max-width: 769px) {
  .need .need-talk-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .need .need-talk-subtitle {
    line-height: 20.8px;
  }
}
.need .need-talk-link {
  display: block;
  color: #e36659;
  transition: 0.3s;
}
.need .need-talk-link:hover {
  color: #6d2929;
}
@media (max-width: 769px) {
  .need .need-talk-link {
    text-decoration: none;
  }
}
.need .need-talk-button {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #101223;
  background-color: #e36659;
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
  margin: 40px auto 0;
  min-width: 396px;
}
.need .need-talk-button:hover {
  background-color: #a43939;
  border: 1px solid #a43939;
  color: #fff;
}
.need .need-talk-button:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #101223;
  pointer-events: none;
}
@media (max-width: 769px) {
  .need .need-talk-button {
    min-width: 310px;
    padding: 16px 11px;
  }
}
.need .need-talk-link-hide {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 769px) {
  .need .need-talk-link-hide {
    display: none;
  }
}
