html,
body {
  scroll-behavior: smooth;
}
@media (max-width: 767px) {
  html,
  body {
    overflow-y: auto;
  }
  @supports (-webkit-touch-callout: none) {
    html,
    body {
      overscroll-behavior-y: contain;
      -webkit-overflow-scrolling: touch;
    }
  }
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    body {
      -webkit-overflow-scrolling: touch;
      touch-action: pan-y;
    }
  }
}

img {
  width: 100%;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s linear;
}
@media screen and (max-width: 767px) {
  a,
  button {
    transition: none;
  }
}

p {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 14px;
  letter-spacing: 0.07px;
  line-height: 18px;
}

button {
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  background: none;
}
button:hover {
  border: none;
  box-shadow: none;
  outline: none;
}
button:focus {
  border: none;
  box-shadow: none;
  outline: none;
  background: none;
}

.full_wrapper {
  width: 100%;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .full_wrapper {
    min-height: inherit;
  }
}
.full_wrapper .col-12 {
  padding: 0;
}

.scroll_to_sec {
  cursor: pointer;
  width: 40px;
  display: block;
}

.header_wrapper {
  background: #fcfbf7;
  padding: 30px 0 15px;
}

.logo_main {
  display: block;
  width: 300px;
  margin: 0 auto;
}

.footer_wrapper {
  padding: 80px 0;
  background: #242021;
}
@media screen and (max-width: 767px) {
  .footer_wrapper {
    padding: 40px 0;
  }
}

.footer_content_block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer_logo {
  display: block;
  width: 280px;
  margin: 0 auto;
}

.footer_content {
  margin-top: 30px;
}
.footer_content p {
  color: #ffffff;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Regular";
  text-align: center;
  line-height: 24px;
}

.main_banner_wrapper {
  background: #fcfbf7;
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .main_banner_wrapper {
    padding: 70px 0;
  }
}

.banner_content_inner {
  display: flex;
  justify-content: center;
  width: 100%;
}

.newsletter_banner_content {
  border-left: 3px solid #000000;
  padding-left: 10px;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .newsletter_banner_content {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .newsletter_banner_content {
    width: 90%;
  }
}
.newsletter_banner_content .title_block {
  margin-bottom: 40px;
}
.newsletter_banner_content .title_block h1 {
  font-size: 60px;
  font-family: "Swift Neue LT Pro Semibold";
  line-height: 65px;
}
@media screen and (max-width: 1575px) {
  .newsletter_banner_content .title_block h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media screen and (max-width: 1366px) {
  .newsletter_banner_content .title_block h1 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter_banner_content .title_block h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
.newsletter_banner_content .content_block p {
  font-size: 22px;
  color: #000000;
  line-height: 28px;
  margin-bottom: 30px;
}
.newsletter_banner_content .content_block p:last-child {
  margin-bottom: 0;
}
.newsletter_banner_content .scroll_to_sec {
  margin: 60px auto 0;
}

.form_section_wrapper {
  padding: 72px 0;
}
@media screen and (max-width: 767px) {
  .form_section_wrapper {
    padding: 40px 0;
  }
}

.form_sec_inner {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .form_sec_inner {
    padding: 0 40px;
  }
}
.form_sec_inner .title_block h2 {
  font-size: 60px;
  font-family: "ITC Franklin Gothic Std DmCd";
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_sec_inner .title_block h2 {
    font-size: 40px;
  }
}

.form_content_block {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .form_content_block {
    margin-top: 40px;
  }
}
.form_content_block > .row {
  align-items: center;
}

.form_content_lists {
  width: 90%;
}
.form_content_lists ul li {
  display: flex;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 55px;
  font-family: "Swift Neue LT Pro Regular";
}
.form_content_lists ul li em {
  color: #000000;
  font-family: "Swift Neue LT Pro Regular";
  font-style: normal;
  font-size: 25px;
}
.form_content_lists ul li p {
  color: #000000;
  font-family: "Swift Neue LT Pro Regular";
  font-size: 20px;
  line-height: 30px;
  width: 99%;
  padding-left: 4px;
}
@media screen and (max-width: 767px) {
  .form_content_lists ul li {
    margin-bottom: 20px;
  }
}
.form_content_lists ul li:last-child {
  margin-bottom: 0;
}
.form_content_lists ul li .bold_txt {
  font-family: "Swift Neue LT Pro Semibold";
}

.form_block {
  background: #000000;
}
@media screen and (max-width: 767px) {
  .form_block {
    margin-top: 40px;
  }
}

.newsletter_form_block {
  padding: 30px 15px 65px;
}
@media only screen and (max-width: 767px) {
  .newsletter_form_block {
    padding: 35px;
  }
}
.newsletter_form_block > p {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 20px;
  line-height: 28px;
  width: 95%;
}
@media only screen and (max-width: 992px) {
  .newsletter_form_block > p {
    width: 100%;
  }
}
.newsletter_form_block form .checkbox_block .form-check {
  margin-bottom: 15px;
}
.newsletter_form_block form .checkbox_block .form-check-label {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 18px;
  margin: 0;
  line-height: 25px;
  display: inline-block;
  color: #ffffff;
}
.newsletter_form_block .checkbox_block {
  margin: 24px 0;
}
.newsletter_form_block .info_txt {
  margin-bottom: 20px;
}
.newsletter_form_block .info_txt p {
  color: #ffffff;
}
.newsletter_form_block .form_control_grp {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .newsletter_form_block .form_control_grp {
    margin-bottom: 20px;
  }
}
.newsletter_form_block .form-control {
  height: 50px;
  border-radius: 24px;
  font-size: 16px;
  font-family: "Swift Neue LT Pro Bold";
  border: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .newsletter_form_block .form-control {
    margin-bottom: 15px;
  }
}
.newsletter_form_block .form-control::placeholder {
  color: #000000;
}
.newsletter_form_block .form-control:focus {
  box-shadow: none;
  border: 1px solid #000000;
}
.newsletter_form_block .info_txt p {
  font-family: "Swift Neue LT Pro Regular";
  font-size: 16px;
  line-height: 22px;
}

.news_letter_btn {
  width: 88px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #ffffff;
  background: #000000;
  font-family: "Swift Neue LT Pro Regular";
}
.news_letter_btn:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.form-check-input {
  border: 1px solid #000000;
}
.form-check-input:checked {
  background-color: #0f00ff;
  border-color: #0f00ff;
}
.form-check-input:focus {
  box-shadow: none;
}

.media_wrapper {
  background: #000000;
}
@media screen and (max-width: 767px) {
  .media_wrapper {
    padding: 15px 0;
  }
}

.media_content_block {
  aspect-ratio: 16/9;
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}
.media_content_block iframe {
  width: 70%;
  height: 70%;
}
@media screen and (max-width: 767px) {
  .media_content_block iframe {
    width: 90%;
    height: 90%;
  }
}

.news_letter_full_wrapper {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .news_letter_full_wrapper {
    padding: 40px 0;
  }
}
.news_letter_full_wrapper .title_block h2 {
  font-size: 60px;
  font-family: "ITC Franklin Gothic Std DmCd";
  color: #000000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_letter_full_wrapper .title_block h2 {
    font-size: 40px;
    padding: 0 15px;
  }
}
.news_letter_full_wrapper .form_content_block {
  width: 65%;
  margin: 75px auto 0;
}
@media screen and (max-width: 767px) {
  .news_letter_full_wrapper .form_content_block {
    width: 90%;
    margin: 40px auto 0;
  }
}
.news_letter_full_wrapper .form_area {
  width: 95%;
  margin: 0 auto;
}
.news_letter_full_wrapper .form_area .form_control_grp {
  width: 95%;
  margin-bottom: 0;
}

/*# sourceMappingURL=style.css.map */
