/*
	Theme Name: OnPoint US
	Theme URI: http://www.onpointus.com
	Description: OnPoint US
	Version: 1.0.0
	Author: Redonk Marketing
	Author URI: http://www.redonkmarketing.com
	Tags: OnPoint US

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.form-wrapper.form-row-full .form-row,
.form-wrapper.form-row-full .mc-field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.form-wrapper.form-row-full .form-row > div,
.form-wrapper.form-row-full .mc-field-group > div {
  width: 100%;
}
.form-wrapper.form-row-full .form-row,
.form-wrapper.form-row-full .mc-field-group {
  margin-bottom: 24px;
}
.form-wrapper #response {
  min-height: 20px;
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: 0.15px;
  margin-top: 16px;
}
.form-wrapper #mce-error-response,
.form-wrapper #mce-success-response {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.16px;
  margin-bottom: 40px;
  margin-top: 0;
}
.form-wrapper #mce-error-response {
  color: #F03225;
}
.form-wrapper .content__gdprLegal,
.form-wrapper .indicates-required {
  display: none;
}
.form-wrapper .content__gdpr > label,
.form-wrapper .content__gdpr > p {
  display: none;
}
.form-wrapper .content__gdpr .mc-field-group {
  border: 0;
  padding: 0;
  margin: 0;
}
.form-wrapper .content__gdpr .mc-field-group input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #888A8D;
  border-radius: 2px;
  background-color: #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-wrapper .content__gdpr .mc-field-group {
  /* Hover state */
}
.form-wrapper .content__gdpr .mc-field-group input[type=checkbox]:hover {
  border-color: #a0b0c0;
}
.form-wrapper .content__gdpr .mc-field-group {
  /* Checked state */
}
.form-wrapper .content__gdpr .mc-field-group {
  /* Checkmark */
}
.form-wrapper .content__gdpr .mc-field-group input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-wrapper .content__gdpr .mc-field-group {
  /* Label styling */
}
.form-wrapper .content__gdpr .mc-field-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 12px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.form-wrapper .content__gdpr .mc-field-group label span {
  padding-top: 4px;
}
.form-wrapper .form-row,
.form-wrapper .mc-field-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}
.form-wrapper .form-row.form-checkbox,
.form-wrapper .mc-field-group.form-checkbox {
  /* Hide default checkbox */
}
.form-wrapper .form-row.form-checkbox input[type=checkbox],
.form-wrapper .mc-field-group.form-checkbox input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #888A8D;
  border-radius: 2px;
  background-color: #000;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-wrapper .form-row.form-checkbox,
.form-wrapper .mc-field-group.form-checkbox {
  /* Hover state */
}
.form-wrapper .form-row.form-checkbox input[type=checkbox]:hover,
.form-wrapper .mc-field-group.form-checkbox input[type=checkbox]:hover {
  border-color: #a0b0c0;
}
.form-wrapper .form-row.form-checkbox,
.form-wrapper .mc-field-group.form-checkbox {
  /* Checked state */
}
.form-wrapper .form-row.form-checkbox,
.form-wrapper .mc-field-group.form-checkbox {
  /* Checkmark */
}
.form-wrapper .form-row.form-checkbox input[type=checkbox]:checked::after,
.form-wrapper .mc-field-group.form-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-wrapper .form-row.form-checkbox,
.form-wrapper .mc-field-group.form-checkbox {
  /* Label styling */
}
.form-wrapper .form-row.form-checkbox label,
.form-wrapper .mc-field-group.form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.14px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 350px;
}
.form-wrapper .form-row .form-group,
.form-wrapper .mc-field-group .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-wrapper .form-row .form-group.full-width,
.form-wrapper .mc-field-group .form-group.full-width {
  grid-column: 1/-1;
}
.form-wrapper .form-row label,
.form-wrapper .mc-field-group label {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%; /* 16px */
  letter-spacing: 0.32px;
  text-transform: capitalize;
  margin: 0 0 8px 0;
}
.form-wrapper .form-row select,
.form-wrapper .mc-field-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23888A8D' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 24px center;
}
.form-wrapper .form-row input,
.form-wrapper .form-row textarea,
.form-wrapper .form-row select,
.form-wrapper .mc-field-group input,
.form-wrapper .mc-field-group textarea,
.form-wrapper .mc-field-group select {
  background-color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  padding: 13px 16px;
  font-family: "aktiv-grotesk", sans-serif;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-wrapper .form-row input:focus,
.form-wrapper .form-row textarea:focus,
.form-wrapper .form-row select:focus,
.form-wrapper .mc-field-group input:focus,
.form-wrapper .mc-field-group textarea:focus,
.form-wrapper .mc-field-group select:focus {
  outline: none;
  border-color: white;
}
.form-wrapper .form-row input::-webkit-input-placeholder, .form-wrapper .form-row textarea::-webkit-input-placeholder, .form-wrapper .mc-field-group input::-webkit-input-placeholder, .form-wrapper .mc-field-group textarea::-webkit-input-placeholder {
  color: #888A8D;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.form-wrapper .form-row input::-moz-placeholder, .form-wrapper .form-row textarea::-moz-placeholder, .form-wrapper .mc-field-group input::-moz-placeholder, .form-wrapper .mc-field-group textarea::-moz-placeholder {
  color: #888A8D;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.form-wrapper .form-row input:-ms-input-placeholder, .form-wrapper .form-row textarea:-ms-input-placeholder, .form-wrapper .mc-field-group input:-ms-input-placeholder, .form-wrapper .mc-field-group textarea:-ms-input-placeholder {
  color: #888A8D;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.form-wrapper .form-row input::-ms-input-placeholder, .form-wrapper .form-row textarea::-ms-input-placeholder, .form-wrapper .mc-field-group input::-ms-input-placeholder, .form-wrapper .mc-field-group textarea::-ms-input-placeholder {
  color: #888A8D;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.form-wrapper .form-row input::placeholder,
.form-wrapper .form-row textarea::placeholder,
.form-wrapper .mc-field-group input::placeholder,
.form-wrapper .mc-field-group textarea::placeholder {
  color: #888A8D;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.form-wrapper .form-row input:focus,
.form-wrapper .form-row textarea:focus,
.form-wrapper .mc-field-group input:focus,
.form-wrapper .mc-field-group textarea:focus {
  outline: none;
  background-color: #000000;
}
.form-wrapper .form-row textarea,
.form-wrapper .mc-field-group textarea {
  min-height: 112px;
  resize: vertical;
}
.form-wrapper .form-row .helper-text,
.form-wrapper .mc-field-group .helper-text {
  color: #E2E2DC;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.24px;
  margin-top: 8px;
}
.form-wrapper .form-row .mce-error,
.form-wrapper .mc-field-group .mce-error {
  border-color: #F03225;
}
.form-wrapper .mc-field-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0 !important;
}

.submit-wrapper {
  margin-top: 40px;
}
.submit-wrapper .submit-btn {
  background: #F03225;
  border: none;
  border-radius: 36px;
  padding: 14px 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #FFFFFF;
  font-family: "aktiv-grotesk-extended";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.56px;
  min-width: 200px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.submit-wrapper .submit-btn span {
  position: relative;
  z-index: 2;
}
.submit-wrapper .submit-btn::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 0;
  bottom: 0px;
  top: 0;
  background: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 1;
}
.submit-wrapper .submit-btn:hover {
  color: #000000;
}
.submit-wrapper .submit-btn:hover::before {
  width: 100%;
}
.submit-wrapper .submit-btn:active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.submit-wrapper .disclaimer {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.24px;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .form-wrapper .form-row,
  .form-wrapper .mc-field-group {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .submit-wrapper .submit-btn {
    width: 100%;
  }
}
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

body {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 18px;
  line-height: 160%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  background: #F03225;
}
body.full-width .custom-container {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-container {
  max-width: 1216px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
}
@media (max-width: 768px) {
  .custom-container {
    padding: 0 24px;
  }
}
.custom-container.custom-container-lg {
  padding: 0;
}
.custom-container.custom-container-lg .section-content {
  padding: 96px 24px 96px 24px;
}
@media (max-width: 768px) {
  .custom-container.custom-container-lg .section-content {
    padding: 48px 24px;
  }
}

.section-last {
  position: relative;
  background: #000000;
}
.section-last .custom-container {
  padding-top: 120px;
  padding-bottom: 120px;
}
.section-last .section-last-footer {
  background-image: url("../images/headline-red-line.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #888A8D;
}
.section-last .section-last-footer .logo img {
  display: block;
  width: 163px;
}
.section-last .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  gap: 16px;
}
.section-last .btns a svg {
  display: block;
  width: 40px;
}
.section-last .btns a svg rect {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-last .btns a:hover svg rect {
  fill: #F03225;
}
.section-last .links {
  padding: 16px 0;
  border-bottom: 1px solid #888A8D;
}
.section-last .links a {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  padding-right: 16px;
  margin-right: 16px;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section-last .links a:hover {
  opacity: 0.7;
}
.section-last .links a:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #888A8D;
}
.section-last .links a:last-child {
  padding-right: 0;
  margin-right: 0;
}
.section-last .links a:last-child:before {
  display: none;
}
.section-last .sources {
  margin-top: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M17.4319 0H14.5674V14.5677H17.4319V0Z' fill='%23F03225'/%3E%3Cpath d='M17.4319 17.4326H14.5674V32.0003H17.4319V17.4326Z' fill='%23F03225'/%3E%3Cpath d='M32.0003 14.5674H17.4326V17.4319H32.0003V14.5674Z' fill='%23F03225'/%3E%3Cpath d='M14.5677 14.5674H0V17.4319H14.5677V14.5674Z' fill='%23F03225'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: right bottom;
}
.section-last .sources p {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.28px;
  margin: 0;
}
@media (max-width: 1024px) {
  .section-last::before {
    height: 230px;
  }
  .section-last h2 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 768px) {
  .section-last .section-last-footer {
    background-image: url("../images/headline-red-line-mobile.png");
  }
  .section-last .custom-container {
    padding: 48px 40px;
  }
  .section-last .section-last-footer {
    padding-top: 64px;
    display: block;
    padding-bottom: 48px;
  }
  .section-last .section-last-footer .btns {
    margin-top: 32px;
  }
  .section-last .sources {
    margin-top: 48px;
  }
}

@-webkit-keyframes smoothWave {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 0.7;
  }
}

@keyframes smoothWave {
  0% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    opacity: 0.7;
  }
}
@-webkit-keyframes smoothWaveLong {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* Pause for the second half of the animation */
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes smoothWaveLong {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* Pause for the second half of the animation */
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
body {
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section .cta-arrow {
  position: relative;
  color: #000000;
  padding-right: 66px;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 0;
  background: transparent;
  padding-left: 0;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
section .cta-arrow:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='16' viewBox='0 0 36 16' fill='none'%3E%3Cpath d='M26.9238 0.669922L34.6078 8.00522L26.9238 15.3405' stroke='black' stroke-width='2' stroke-miterlimit='10'/%3E%3Cpath d='M0 8.00586H34.5679' stroke='black' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section .cta-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 66px;
  bottom: -2px;
  height: 2px;
  border-bottom: 2px solid #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  section .cta-arrow:hover:before {
    opacity: 1;
  }
  section .cta-arrow:hover:after {
    right: 0;
  }
}
section .btn-arrow {
  border-radius: 36px;
  background: #000000;
  padding: 14px 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  border: 0;
}
section .btn-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: #FFFFFF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
section .btn-arrow span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  font-family: "aktiv-grotesk-extended";
  font-size: 14px;
  font-weight: 500;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.56px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section .btn-arrow span svg {
  display: block;
  width: 20px;
}
section .btn-arrow span svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section .btn-arrow.red-hover:before {
  background: #F03225;
}
@media (min-width: 1024px) {
  section .btn-arrow:hover:before {
    width: 100%;
  }
  section .btn-arrow:hover span {
    color: #000000;
  }
  section .btn-arrow:hover span svg path {
    stroke: #000000;
  }
  section .btn-arrow:hover.red-hover span {
    color: #ffffff;
  }
  section .btn-arrow:hover.red-hover span svg path {
    stroke: #ffffff;
  }
}
section .btn-arrow.btn-red {
  background: #F03225;
}
section .btn-arrow.btn-outline {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 1px #FFFFFF;
  box-shadow: inset 0 0 0 1px #FFFFFF;
  cursor: pointer;
}
section.section-last {
  margin-bottom: 0;
}
section.black-bg {
  background: #000000;
}
section.black-bg .section-content {
  background: #000000;
}
section.light-grey {
  background: #E2E2DC;
}
@media (max-width: 1024px) {
  section .block-content .boxes-wrapper .box-item {
    width: calc(50% - 8px);
  }
}

/* SECTION 1 */
.section1 {
  position: relative;
  background: #E2E2DC;
}
.section1.d-none {
  display: none;
}
.section1 .logo-pattern {
  padding: 40px 0 88px 0;
  position: relative;
}
@media (min-width: 1228px) {
  .section1 .logo-pattern {
    left: -32px;
  }
}
.section1 .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section1 .section-content .sticky-wrapper {
  padding-bottom: 0;
  padding-right: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section1 .section-content .sticky-wrapper > p {
  margin: 0;
}
.section1 .section-content .img-cover {
  padding-top: 48px;
  margin-top: auto;
}
.section1 .section-content .img-cover .img-cover-wrapper {
  max-width: 436px;
}
.section1 .section-content .img-cover img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1216px) {
  .section1 .section-content .img-cover {
    padding-top: 24px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .section1 .section-content .img-cover .img-cover-wrapper {
    max-width: 100%;
  }
}
.section1 .section-content .col {
  width: 58.3333333%;
}
.section1 .section-content .col.col-right {
  width: 41.6666667%;
}
.section1 .section-content .col-right {
  border-left: 16px solid #F03225;
}
.section1 .section-content .col-right .grey-bg {
  width: calc(50vw - 50% + 29.16666665% - 16px);
  background: #171B1D;
  height: 100%;
  background-image: url("../images/form-pattern.png");
  background-repeat: no-repeat;
  background-size: 288px auto;
  background-position: right top;
}
.section1 .section-content .col-right .grey-bg.success .success-message {
  display: block;
}
.section1 .section-content .col-right .grey-bg.success .copy-section {
  display: none;
}
.section1 .section-content .col-right .success-message {
  padding: 146px 0px 120px 48px;
  max-width: 475px;
  display: none;
}
.section1 .section-content .col-right .success-message h2 {
  color: #FFF;
  font-size: 40px;
  font-family: "aktiv-grotesk-extended";
  font-weight: 600;
  line-height: 100%; /* 40px */
  letter-spacing: -1.6px;
  max-width: 360px;
  margin: 0 0 16px 0;
}
.section1 .section-content .col-right .success-message .disclaimer {
  margin-top: 64px;
  position: relative;
}
.section1 .section-content .col-right .success-message .disclaimer .animate-arrow {
  position: absolute;
  left: -22px;
  width: 14px;
  height: 20px;
  top: 2px;
  -webkit-animation: smoothWaveLong 1.5s ease-in-out infinite;
  animation: smoothWaveLong 1.5s ease-in-out infinite;
}
.section1 .section-content .col-right .success-message .disclaimer .animate-arrow svg {
  width: 12px;
  display: block;
}
.section1 .section-content .col-right .success-message .disclaimer h6 {
  color: #FFF;
  font-family: "aktiv-grotesk-extended";
  font-size: 20px;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.8px;
  text-transform: capitalize;
  margin: 0 0 16px 0;
}
.section1 .section-content .col-right .success-message .disclaimer p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%; /* 21px */
  letter-spacing: 0.15px;
}
.section1 .section-content .col-right .copy-section {
  padding: 180px 24px 120px 48px;
  max-width: 524px;
}
.section1 .section-content .col-right h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%; /* 35.2px */
  letter-spacing: -1.28px;
  font-family: "aktiv-grotesk-extended";
  margin: 0 0 16px 0;
  max-width: 320px;
}
.section1 .section-content .col-right p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.16px;
  margin-bottom: 40px;
  margin-top: 0;
  max-width: 400px;
}
.section1 .section-content .col-right p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1216px) {
  .section1 .section-content .col-right .success-message {
    padding: 146px 24px 120px 24px;
  }
  .section1 .section-content .col-right .success-message .disclaimer .animate-arrow {
    left: -18px;
  }
  .section1 .section-content .col-right .copy-section {
    padding: 180px 24px 120px 24px;
  }
}
.section1 .section-content {
  position: relative;
}
.section1 .section-content .hero-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 120px 0 80px 0;
}
.section1 p {
  color: #171B1D;
  line-height: 140%; /* 25.2px */
  margin: 24px 0;
  max-width: 570px;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
  letter-spacing: 0.36px;
  max-width: 550px;
}
.section1 p.mb-0 {
  margin-bottom: 0;
  margin-top: 40px;
}
.section1 p.red {
  color: #F03225;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin: 0 0 8px 0;
}
.section1 h5 {
  margin: 0 0 24px 0;
  color: #F03225;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  position: relative;
}
.section1 h5:before {
  content: "";
  position: absolute;
  left: -32px;
  top: -32px;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='33' viewBox='0 0 32 33' fill='none'%3E%3Cpath d='M17.4319 0.5H14.5674V15.0677H17.4319V0.5Z' fill='%23F03225'/%3E%3Cpath d='M17.4319 17.9323H14.5674V32.5H17.4319V17.9323Z' fill='%23F03225'/%3E%3Cpath d='M32.0003 15.0677H17.4326V17.9323H32.0003V15.0677Z' fill='%23F03225'/%3E%3Cpath d='M14.5677 15.0677H0V17.9323H14.5677V15.0677Z' fill='%23F03225'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}
.section1 h1 {
  color: #000;
  font-family: "aktiv-grotesk-extended";
  margin: 0 0 24px 0;
  position: relative;
  z-index: 99;
  line-height: 110%; /* 70.4px */
  font-size: 56px;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: -2.24px;
  max-width: 500px;
}
.section1 h4 {
  color: #000;
  font-family: "aktiv-grotesk-extended";
  font-size: 32px;
  font-weight: 600;
  line-height: 110%; /* 35.2px */
  letter-spacing: -1.28px;
  margin: 56px 0 24px 0;
}
.section1 ul {
  padding: 0;
  margin: 8px 0 32px 0;
  max-width: 550px;
}
.section1 ul:last-child {
  margin-bottom: 0;
}
.section1 ul li {
  list-style: none;
  position: relative;
  padding-left: 13px;
  color: #171B1D;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin: 0 0 8px 0;
}
.section1 ul li:last-child {
  margin: 0;
}
.section1 ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  background: #F03225;
  border-radius: 50%;
}
@media (max-width: 1228px) {
  .section1 h5:before {
    width: 20px;
    height: 20px;
    left: -20px;
    top: -20px;
  }
}
@media (max-width: 1024px) {
  .section1 h5 {
    font-size: 14px;
    letter-spacing: 1.68px;
  }
  .section1 h1 {
    font-size: 40px;
    letter-spacing: -1.6px;
  }
}
@media (max-width: 768px) {
  .section1 .logo-pattern {
    padding-bottom: 64px;
  }
  .section1 .section-content .sticky-wrapper {
    padding: 0;
  }
  .section1 .section-content .col {
    width: 100%;
  }
  .section1 .section-content .col.col-right {
    border-left: 0;
    border-top: 16px solid #F03225;
    width: calc(100% + 48px) !important;
    margin-left: -24px;
    margin-right: -24px;
  }
  .section1 .section-content .col.col-right .grey-bg {
    width: 100%;
  }
  .section1 .section-content .col.col-right .success-message {
    padding: 64px 24px;
    max-width: 100%;
  }
  .section1 .section-content .col.col-right .success-message h2 {
    max-width: 100%;
  }
  .section1 .section-content .col.col-right .copy-section {
    padding: 64px 24px 64px 24px;
    max-width: 100%;
  }
  .section1 .section-content .col.col-right .copy-section h3 {
    max-width: 500px;
  }
  .section1 h1 br {
    display: none;
  }
  .section1 h5:before {
    left: -20px;
    top: -20px;
    width: 20px;
    height: 20px;
  }
  .section1 p {
    font-size: 16px;
    letter-spacing: 0.32px;
    margin: 32px 0;
    max-width: 100%;
  }
  .section1 .btn-arrow {
    width: 100%;
  }
  .section1::before {
    content: "";
    top: 82px;
    bottom: 54px;
    background-image: url("../images/mast-pattern-mobile.png");
    background-size: auto 100%;
    background-position: right;
  }
  .section1 .section-content .hero-footer {
    padding: 18px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
  }
  .section1 .section-content .hero-footer > div {
    width: 100%;
  }
  .section1 .section-content .hero-footer .publish-date,
  .section1 .section-content .hero-footer span {
    font-size: 12px;
    letter-spacing: 1.44px;
  }
}
/*# sourceMappingURL=style.css.map */
