@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-Black.woff2") format("woff2"),
    url("../fonts/Satoshi-Black.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-Light.woff2") format("woff2"),
    url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-BoldItalic.woff2") format("woff2"),
    url("../fonts/Satoshi-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-BlackItalic.woff2") format("woff2"),
    url("../fonts/Satoshi-BlackItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-Bold.woff2") format("woff2"),
    url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-Medium.woff2") format("woff2"),
    url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-Italic.woff2") format("woff2"),
    url("../fonts/Satoshi-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-LightItalic.woff2") format("woff2"),
    url("../fonts/Satoshi-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-Regular.woff2") format("woff2"),
    url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Satoshi";
  src:
    url("../fonts/Satoshi-MediumItalic.woff2") format("woff2"),
    url("../fonts/Satoshi-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus,
*:hover {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

body {
  padding-top: 90px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 95px;
  }
}

a {
  text-decoration: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

/* Hide scrollbars — all browsers, all elements */
html,
body {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE / legacy Edge */
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera, new Edge */
  width: 0;
  height: 0;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

*::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

.iti {
  width: 100%;
}

button {
  border: 0;
  background: transparent;
  line-height: normal;
}

h1 {
  color: #fff;
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  color: #121010;
  text-align: center;
  font-family: "Instrument Sans", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}

h2 span {
  color: #f26522;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
  }
}

p {
  color: #736b6a;
  font-family: "Instrument Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .desktop_img {
    display: none;
  }
}

.mobile_img {
  display: none;
}

@media screen and (max-width: 767px) {
  .mobile_img {
    display: block;
  }
}

/* MY CSS */
.loading_text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
  -webkit-animation: pulse 1s infinite ease-in-out;
  animation: pulse 1s infinite ease-in-out;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@keyframes pulse {
  0% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

.thankMsgModal .modal-dialog {
  max-width: 600px;
}
.thankMsgModal .modal-dialog .modal-content {
  border-radius: 12px;
  border: 1px solid #e6e9ea;
  background: #fff;
  -webkit-box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  padding: 24px;
  position: relative;
}
.thankMsgModal .modal-dialog .modal-content .thanks_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.thankMsgModal .modal-dialog .modal-content .thanks_bg img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
.thankMsgModal .modal-dialog .modal-content .modal-body {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.thankMsgModal .modal-dialog .modal-content .modal-body h2 {
  margin: 0;
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .thankMsgModal .modal-dialog .modal-content .modal-body h2 {
    font-size: 24px;
  }
}
.thankMsgModal .modal-dialog .modal-content .modal-body p {
  color: #595959;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 23.4px */
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .thankMsgModal .modal-dialog .modal-content .modal-body p {
    font-size: 16px;
  }
}

.whitebtn {
  border-radius: 30px;
  background: #fff;
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  padding: 14px 24px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .whitebtn {
    padding: 14px 12px;
  }
}

.whitebtn:hover {
  background: #e5e5e5;
}

.primarybtn {
  border-radius: 30px;
  background: #062328;
  padding: 14px 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .primarybtn {
    padding: 14px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
  }
}

.primarybtn span {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

@media screen and (max-width: 767px) {
  .primarybtn span {
    font-size: 14px;
  }
}

.primarybtn:hover {
  background: #1f393e;
}

.borderwhite {
  border-radius: 30px;
  border: 1px solid #fff;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 14px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .borderwhite {
    padding: 14px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.borderwhite span {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

@media screen and (max-width: 767px) {
  .borderwhite span {
    font-size: 14px;
  }
}

.borderwhite:hover {
  background-color: #04191c;
}

.borderprimary {
  border-radius: 30px;
  border: 1px solid #062328;
  padding: 14px 24px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .borderprimary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.borderprimary span {
  color: #062328;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

@media screen and (max-width: 767px) {
  .borderprimary span {
    font-size: 14px;
  }
}

.borderprimary:hover {
  background-color: #e6e9ea;
}

.pinkcta {
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  padding: 14px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ff3558),
    to(#ff5d79)
  );
  background: linear-gradient(180deg, #ff3558 0%, #ff5d79 100%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.pinkcta:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(255, 53, 88, 0.3);
  box-shadow: 0 25px 50px -12px rgba(255, 53, 88, 0.3);
}

@media screen and (max-width: 767px) {
  .pinkcta {
    /* padding: 6px 18px; */
    height: auto;
  }
}

.pinkcta span {
  color: #fff;
  font-family: "Bricolage Grotesk", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
}

@media screen and (max-width: 767px) {
  .pinkcta span {
    font-size: 14px;
  }
}

.error-message {
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 15.6px */
  text-align: left;
  padding-top: 8px;
}

.form-group {
  padding-bottom: 16px;
  position: relative;
}

.form-group .form-control {
  width: 100%;
  color: #172223;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 16px;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  border-radius: 28px;
}

.form-group .form-control.noteditable {
  cursor: not-allowed;
  border: 1px solid #cdd3d4;
  background: #e6e9ea;
}

.form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #062328;
}

.form-group .form-control.invalid {
  border: 1px solid #ff3558;
}

.form-group .form-control::-webkit-input-placeholder {
  opacity: 0;
}

.form-group .form-control::-moz-placeholder {
  opacity: 0;
}

.form-group .form-control:-ms-input-placeholder {
  opacity: 0;
}

.form-group .form-control::-ms-input-placeholder {
  opacity: 0;
}

.form-group .form-control::placeholder {
  opacity: 0;
}

.form-group.select_drop_wrap {
  position: relative;
}

.form-group.select_drop_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 24px;
  height: 24px;
  background-image: url("../../assets/img/icons/prof-dropdown.svg");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-group.select_drop_wrap:hover::after {
  -webkit-transform: rotate(-180deg) translateY(50%);
  transform: rotate(-180deg) translateY(50%);
}

.form-group label span {
  color: #595959;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.form-group label.required_inp::after {
  content: "*";
  color: #ff3558;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}

.form-group .error_msg {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  padding: 0;
  left: 0;
}

.form-group .show_error {
  color: #ff3558;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  opacity: 1;
}

.form-group textarea {
  width: 100%;
  background-color: transparent;
}

.select_dropdown {
  position: relative;
  border-radius: 8px;
}

.select_dropdown::before {
  content: "";
  position: absolute;
  right: 16px;
  height: 24px;
  width: 24px;
  background: url("../../assets/img/icons/prof-dropdown.svg") no-repeat;
  top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
}

.select_dropdown input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  background: transparent;
  color: #172223;
  cursor: pointer;
  border: 1px solid red;
}

.select_dropdown .options {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding-left: 0px;
  position: absolute;
  width: 100%;
  z-index: 6;
  left: 0;
  top: 100%;
  display: none;
  margin: 0px;
  height: 280px;
  overflow-y: scroll;
}

.select_dropdown .options .option_item {
  color: #677071;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding: 8px 16px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

.select_dropdown .options .option_item:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.select_dropdown .options .option_item:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.select_dropdown .options .option_item:hover {
  background: #2c4143;
  color: #fff;
}

.select_dropdown.dropdown_open .options {
  display: block;
}

.select_dropdown.dropdown_open::before {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

input:-internal-autofill-selected {
  background-color: transparent;
}

.campaign_wrap {
  height: 400vh;
  position: relative;
}

section {
  height: 100vh;
  width: 100%;
  position: relative;
}

section .content_wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  font-weight: bold;
}

section .content_wrap .bg_wrap {
  width: 100%;
  height: 100%;
}

section .content_wrap .bg_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section .content_wrap .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first {
  background-color: yellowgreen;
}

.first .content_wrap .content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 118px;
}

@media screen and (max-width: 767px) {
  .first .content_wrap .content {
    padding-bottom: 222px;
  }
}

.first .content_wrap .content h1 {
  color: #fff;
  font-family: "Satoshi", sans-serif;
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .first .content_wrap .content h1 {
    font-size: 32px;
  }
}

.first .content_wrap .content h1 span {
  color: #ff3558;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-size: 84px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 84px */
}

@media screen and (max-width: 767px) {
  .first .content_wrap .content h1 span {
    font-size: 32px;
  }
}

.first .content_wrap .content p {
  color: #ececec;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 23.4px */
  padding-block: 20px;
  max-width: 540px;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .first .content_wrap .content p {
    font-size: 14px;
    padding-top: 16px;
    padding-bottom: 24px;
  }
}

.first .content_wrap .content .pinkcta {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.first .content_wrap .content .pinkcta img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .first .content_wrap .content .pinkcta {
    padding: 14px 24px;
  }

  .first .content_wrap .content .pinkcta img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 767px) {
  .first .content_wrap .content .pinkcta span {
    padding-top: 4px;
  }
}

.first .content_wrap .content .scroll {
  width: 24px;
  height: 40px;
  margin-inline: auto;
  display: block;
  margin-top: 48px;
}

.second {
  background-color: #062024;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
  -webkit-transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.second.section2-visible {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.second > .content_wrap > .container {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.second .content_wrap .bg_wrap {
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.second .content_wrap .bg_wrap.second_wrap_img {
  opacity: 1;
  position: relative;
  z-index: 2;
  margin-inline: auto;
  width: 90%;
  max-width: 100%;
  min-width: 0;
  height: auto;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}

.second .content_wrap .bg_wrap.second_wrap_gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  -webkit-transform: none;
  transform: none;
}

.second .content_wrap .bg_wrap.second_wrap_gif img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: none;
}

.second .content_wrap .bg_wrap img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 60vh;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .second .content_wrap .bg_wrap img {
    width: 95%;
  }
}

.second .content_wrap .text_swap_wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  margin-top: 48px;
  min-height: 100px;
  display: grid;
  place-items: start center;
}

@media screen and (max-width: 767px) {
  .second .content_wrap .text_swap_wrap {
    margin-top: 24px;
    max-width: 280px;
  }
}

.second .content_wrap .text_swap_wrap p {
  grid-area: 1/1;
  color: #fff;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  -webkit-transition:
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  width: 100%;
  margin: 0;
  position: relative;
}

.second .content_wrap .text_swap_wrap p.text-marketing {
  opacity: 1;
  z-index: 2;
}

.second .content_wrap .text_swap_wrap p.text-coming-soon {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .second .content_wrap .text_swap_wrap p {
    font-size: 16px;
  }
}

.second .content_wrap.swap-active .second_wrap_img {
  opacity: 1;
}

.second .content_wrap.swap-active .second_wrap_gif {
  opacity: 1;
}

.second .content_wrap.swap-active .text_swap_wrap .text-marketing {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.second .content_wrap.swap-active .text_swap_wrap .text-coming-soon {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  z-index: 3;
}

.third {
  background-color: lightcoral;
}

.third .content_wrap .content img {
  max-height: 94px;
  width: 100%;
  max-width: 830px;
  margin-inline: auto;
}

.third .third_content_wrap {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.third .third_content_wrap p {
  color: #fff;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 32px;
}

@media screen and (max-width: 767px) {
  .third .third_content_wrap p {
    font-size: 18px;
  }
}

.revealed .text-marketing {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.revealed .text-coming-soon {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

section:nth-child(1) {
  z-index: 1;
}

section:nth-child(2) {
  z-index: 2;
}

section:nth-child(3) {
  z-index: 3;
}

.campaign_body {
  padding: 0;
  background-color: #062024;
}


.unlockModel .modal-dialog .modal-content .modal-body,
.touchModel .modal-dialog .modal-content .modal-body {
  padding: 32px;
  border-radius: 24px;
}

.unlockModel .modal-content,
.touchModel .modal-content {
  border-radius: 24px;
}

.unlockModel .modal-dialog,
.touchModel .modal-dialog {
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .unlockModel .modal-dialog .modal-content .modal-body,
  .touchModel .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}

.unlockModel .modal-dialog .modal-content .modal-body .close_wrap,
.touchModel .modal-dialog .modal-content .modal-body .close_wrap {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .unlockModel .modal-dialog .modal-content .modal-body .close_wrap,
  .touchModel .modal-dialog .modal-content .modal-body .close_wrap {
    top: 10px;
    right: 8px;
  }
}

.unlockModel .modal-dialog .modal-content .modal-body.second_touch,
.touchModel .modal-dialog .modal-content .modal-body.second_touch {
  padding: 0;
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .title_wrap,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .title_wrap,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .title_wrap,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .title_wrap,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .title_wrap,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .title_wrap {
  width: 100%;
  height: 314px;
  margin-bottom: 24px;
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .title_wrap {
  margin-bottom: 0;
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .title_wrap
  img,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .title_wrap
  img,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .title_wrap
  img,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .title_wrap
  img,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .title_wrap
  img,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .title_wrap
  img {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .primarybtn,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .primarybtn,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .primarybtn,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .primarybtn,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .primarybtn,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .primarybtn {
  width: 100%;
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .primarybtn.disabled,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .primarybtn.disabled,
.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .primarybtn.disabled,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_first_wrap
  .primarybtn.disabled,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_first_wrap
  .primarybtn.disabled,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  .primarybtn.disabled {
  opacity: 0.5;
}

.unlockModel .modal-dialog .modal-content .modal-body .touch_first_wrap p,
.unlockModel .modal-dialog .modal-content .modal-body .unlock_first_wrap p,
.unlockModel .modal-dialog .modal-content .modal-body .unlock_second_wrap p,
.touchModel .modal-dialog .modal-content .modal-body .touch_first_wrap p,
.touchModel .modal-dialog .modal-content .modal-body .unlock_first_wrap p,
.touchModel .modal-dialog .modal-content .modal-body .unlock_second_wrap p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  padding-top: 12px;
  /* max-width: 320px; */
  margin-inline: auto;
}

.unlockModel .modal-dialog .modal-content .modal-body .unlock_second_wrap h2,
.touchModel .modal-dialog .modal-content .modal-body .unlock_second_wrap h2 {
  color: #010404;
  font-family: "Playfair Display", sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .unlockModel .modal-dialog .modal-content .modal-body .unlock_second_wrap h2,
  .touchModel .modal-dialog .modal-content .modal-body .unlock_second_wrap h2 {
    font-size: 32px;
  }
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  h2
  span,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .unlock_second_wrap
  h2
  span {
  color: #ff3558;
  text-align: center;
  font-family: "Playfair Display", sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 44px */
}

@media screen and (max-width: 767px) {
  .unlockModel
    .modal-dialog
    .modal-content
    .modal-body
    .unlock_second_wrap
    h2
    span,
  .touchModel
    .modal-dialog
    .modal-content
    .modal-body
    .unlock_second_wrap
    h2
    span {
    font-size: 32px;
  }
}

.unlockModel .modal-dialog .modal-content .modal-body .unlock_second_wrap p,
.touchModel .modal-dialog .modal-content .modal-body .unlock_second_wrap p {
  color: #384f53;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
  padding-block: 12px 24px;
}

@media screen and (max-width: 767px) {
  .unlockModel .modal-dialog .modal-content .modal-body .unlock_second_wrap p,
  .touchModel .modal-dialog .modal-content .modal-body .unlock_second_wrap p {
    font-size: 14px;
  }
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap {
  position: relative;
}

.content .thanks_gif {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
  z-index: 1;
  pointer-events: none;
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap
  .content,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap
  .content {
  position: relative;
  z-index: 50;
  padding: 32px;
  border-radius: 30px;
  background: url(../img/campaign/thank-you-pop-up.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap
  .content {
  padding-block: 80px;
}

@media screen and (max-width: 767px) {
  .unlockModel
    .modal-dialog
    .modal-content
    .modal-body
    .touch_second_wrap
    .thanks_wrap
    .content,
  .touchModel
    .modal-dialog
    .modal-content
    .modal-body
    .touch_second_wrap
    .thanks_wrap
    .content {
    padding: 20px;
  }
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap
  .content
  h2,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap
  .content
  h2 {
  color: #062328;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 2;
}

.unlockModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap
  .content
  p,
.touchModel
  .modal-dialog
  .modal-content
  .modal-body
  .touch_second_wrap
  .thanks_wrap
  .content
  p {
  color: #595959;
  text-align: center;
  font-family: "Satoshi", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  /* 23.4px */
  position: relative;
  z-index: 2;
}

.third_cta_wrap {
  padding-block: 56px;
  background: #010708;
  left: 0;
  width: 100%;
  position: fixed;
  bottom: -300px;
  left: 0;
  width: 100%;
  -webkit-transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  transition: bottom 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .third_cta_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0px));
    max-height: 100vh;
    max-height: 100dvh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.third_cta_wrap.show {
  bottom: 0;
}

.third_cta_wrap .or {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #9ba7a9;
  text-align: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .third_cta_wrap .or {
    font-size: 16px;
    padding-block: 10px;
  }
}

.third_cta_wrap .pinkcta {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .third_cta_wrap .pinkcta {
    padding: 12px 20px;
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .third_cta_wrap .pinkcta span {
    padding-top: 4px;
  }
}

.third_cta_wrap .graycolor {
  background: #516569;
}

.third_cta_wrap .graycolor:hover {
  -webkit-box-shadow: 0 25px 50px -12px rgba(81, 101, 105, 0.3);
  box-shadow: 0 25px 50px -12px rgba(81, 101, 105, 0.3);
}

.mouse-scroll {
  position: absolute;
  bottom: 30px;
  width: 30px;
  height: 50px;
  border: 2px solid white;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
  opacity: 0.8;
  -webkit-animation: fadeIn 1s ease-in;
  animation: fadeIn 1s ease-in;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mouse-scroll {
    bottom: 126px;
  }
}

.wheel {
  width: 4px;
  height: 8px;
  background-color: white;
  border-radius: 2px;
  -webkit-animation: scrollWheel 1.5s infinite;
  animation: scrollWheel 1.5s infinite;
}

@-webkit-keyframes scrollWheel {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scrollWheel {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    opacity: 0;
  }
}

.text_reveal_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  padding-block: 118px 300px;
}
@media screen and (max-width: 767px) {
  .text_reveal_section {
    padding-block: 8px 200px;
    align-items: flex-start;
  }
}
.text_reveal_section .text_wrap h2 {
  color: #e6e9ea;
  font-family: "Satoshi", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding-bottom: 32px;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .text_reveal_section .text_wrap h2 {
    font-size: 18px;
  }
}
.text_reveal_section .text_wrap .reveal_content {
  color: #1f393e;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 767px) {
  .text_reveal_section .text_wrap .reveal_content {
    font-size: 32px;
  }
}
.text_reveal_section .text_wrap .reveal_content span {
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.text_reveal_section .text_wrap .reveal_content span.active {
  color: #e6e9ea;
}

.campaign_body .second .content_wrap .text_swap_wrap .pinkcta {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  pointer-events: none;
  -webkit-transition:
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
  transition:
    opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  white-space: normal;
  text-align: center;
  max-width: 100%;
  width: 600px;
}

.campaign_body .second .content_wrap.swap-active .text_swap_wrap .pinkcta {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(-18px);
  pointer-events: auto;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

@media screen and (max-width: 991px) {
  .campaign_body .second .content_wrap .text_swap_wrap .pinkcta {
    width: 100%;
  }
}
