:root {
  --off_white_2: #f4f0e9;
  --deep_red: #530e2f;
  --off_white_1: #fbf9f6;
  --light_olive: #767168;
  --deep_green: #013630;
  --green_lighter: #396350;
  --shalmon: #ffc6c2;
  --foam: #b0edd3;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.modal-wrapper {
  z-index: 20000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #18181899;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.close-background {
  z-index: 0;
  cursor: pointer;
  position: absolute;
  inset: 0%;
}

.modal-container {
  z-index: 10;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  max-width: 1240px;
  display: flex;
  position: relative;
}

.x_button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 46px;
  padding-top: 0;
  transition: all .5s cubic-bezier(.19, 1, .22, 1);
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.html-embed {
  background-color: #f7f3f0;
  margin-top: 60px;
}

.max-with-img {
  width: 100%;
  display: block;
}

.video-wrapper-for-modal {
  z-index: 1100;
  width: 100%;
  position: relative;
}

.play-button {
  z-index: 1;
  color: #257a6b;
  cursor: pointer;
  background-color: #58377f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 94px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8px;
  transition: all .5s;
  display: flex;
  position: absolute;
  inset: 50% 0% auto;
  transform: translate(0, -50%);
}

.play-button:hover {
  background-color: #7a54a3;
  transform: scale(1.1)translate(0, -50%);
}

.section {
  background-image: url('../images/bg_1920x1080.jpg');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vid_wrapper {
  width: 300px;
  margin-top: 160px;
}

.logo_wrapper {
  position: absolute;
  inset: 30px auto auto 30px;
}

.bg_off_white {
  z-index: 1;
  background-color: var(--off_white_2);
  width: 100%;
  height: 340px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-block {
  color: var(--deep_red);
  margin-top: 30px;
}

.button {
  border: 1px solid var(--deep_red);
  color: var(--deep_red);
  background-color: #0000;
  border-radius: 20rem;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.body {
  background-color: var(--off_white_1);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.header_big {
  color: var(--deep_red);
  width: 360px;
  font-family: quincy-cf, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.text-block-2 {
  color: var(--light_olive);
  max-width: 450px;
  margin-left: 70px;
}

.flex-block {
  justify-content: space-between;
  align-items: center;
}

.section-3 {
  background-color: var(--deep_green);
  background-image: url('../images/logo_bg.svg');
  background-position: 50% 0;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.card {
  background-color: var(--off_white_1);
  border-radius: 10px;
  flex-flow: column;
  width: 290px;
  padding-bottom: 18px;
  overflow: hidden;
}

.image_wrap {
  background-image: url('../images/card_1v2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 250px;
}

.image_wrap._2 {
  background-image: url('../images/card_2v2.jpg');
}

.image_wrap._3 {
  background-image: url('../images/card_3v2.jpg');
}

.card_txt {
  color: var(--green_lighter);
  text-align: center;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 25px;
}

.card_number {
  color: var(--deep_green);
  text-align: center;
  margin-bottom: 22px;
  font-family: quincy-cf, sans-serif;
  font-size: 58px;
  line-height: 58px;
}

.card_copy_wrap {
  margin-top: 40px;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: flex-start;
}

.image {
  position: absolute;
  inset: -400px -500px auto auto;
}

.container {
  position: relative;
}

.circ_2 {
  position: absolute;
  inset: auto auto -500px -400px;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.watch_button {
  background-color: var(--deep_red);
  color: var(--shalmon);
  border-radius: 20rem;
  margin-top: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: quincy-cf, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.vid-text {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.bg_wrap {
  z-index: 1;
  position: relative;
}

.cards_header {
  color: var(--foam);
  text-align: center;
  margin-bottom: 100px;
  font-family: quincy-cf, sans-serif;
  font-size: 70px;
  line-height: 70px;
}

.preloader-wrapper {
  z-index: 1300;
  background-color: var(--off_white_2);
  display: none;
  position: fixed;
  inset: 0%;
}

.preloder {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.image-2 {
  width: 120px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.lottie-animation {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 991px) {
  .button {
    margin-bottom: 60px;
  }

  .header_big {
    width: auto;
    max-width: 450px;
  }

  .text-block-2 {
    margin-top: 60px;
    margin-left: 0;
  }

  .flex-block {
    flex-flow: column;
  }

  .card {
    width: 400px;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .card_txt {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }

  .card_number {
    margin-bottom: 20px;
    font-size: 44px;
    line-height: 44px;
  }

  .card_copy_wrap {
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image {
    right: -400px;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .container-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .watch_button {
    margin-top: 60px;
  }

  .cards_header {
    width: auto;
    max-width: 450px;
  }
}

@media screen and (max-width: 767px) {
  .modal-wrapper {
    padding: 0;
  }

  .vid_wrapper {
    width: 80%;
  }

  .header_big {
    max-width: none;
  }

  .text-block-2 {
    width: auto;
    max-width: none;
    margin-left: 0;
  }

  .flex-block {
    flex-flow: column;
    width: 80%;
  }

  .card {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex-block-2 {
    flex-flow: column;
    width: 80%;
  }

  .image {
    top: -200px;
    right: -300px;
  }

  .circ_2 {
    bottom: -300px;
    left: -200px;
  }

  .cards_header {
    width: 80%;
    max-width: none;
  }

  .preloder {
    width: 160px;
    height: 160px;
  }
}

@media screen and (max-width: 479px) {
  .modal-wrapper {
    padding: 0;
  }

  .play-img {
    max-width: 20px;
  }

  .play-button {
    width: 60px;
    height: 60px;
  }

  .vid_wrapper {
    width: 84%;
  }

  .bg_off_white {
    min-height: 310px;
  }

  .header_big {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 46px;
  }

  .text-block-2 {
    margin-top: 20px;
  }

  .section-3 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .image_wrap {
    height: 220px;
  }

  .flex-block-2 {
    align-self: center;
    width: 80%;
  }

  .image {
    top: -150px;
    right: -100px;
  }

  .container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .circ_2 {
    bottom: -100px;
    left: -100px;
  }

  .cards_header {
    align-self: auto;
    margin-bottom: 60px;
    font-size: 40px;
    line-height: 46px;
  }
}


