.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
  outline-color: #3b79c3;
}

.hero {
  background-image: url('../images/hero-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.logo__img {
  width: 10rem;
}

.hero__heading {
  font-family: Stropica, sans-serif;
  font-size: 6rem;
  line-height: 0.8;
  font-weight: 400;
}

.hero__sub {
  color: hsla(0, 0%, 100%, 0.91);
  font-size: 1.6rem;
}

.logo-wrap {
  margin-bottom: 2rem;
}

.button-primary {
  padding: 0.6rem 2.9rem;
  border-radius: 0.5rem;
  background-color: #075768;
}

.row-gap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.discover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 225, 255, 0.7)), to(rgba(35, 225, 255, 0.7))), url('../images/discover-bg.png');
  background-image: linear-gradient(180deg, rgba(35, 225, 255, 0.7), rgba(35, 225, 255, 0.7)), url('../images/discover-bg.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container {
  max-width: 60rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.discover__contents {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.flex-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-align-right {
  text-align: right;
}

.heading-primary {
  font-family: Stropica, sans-serif;
  color: #075768;
  font-size: 4.3rem;
  line-height: 0.8;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.heading-tertiary {
  max-width: 14em;
  font-size: 2.2rem;
  line-height: 1.3;
}

.icon-md {
  width: 6rem;
}

.icon__title {
  font-family: Stropica, sans-serif;
  color: #075768;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}

.icon-box {
  max-width: 22rem;
  text-align: center;
}

.flex-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding-bottom-md {
  padding-bottom: 1.5rem;
}

.div-block-2 {
  margin-bottom: 4rem;
}

.feedback {
  background-color: #d9f3f8;
}

.feedback__contents {
  min-height: 40rem;
  background-color: #d9f3f8;
}

.div-block-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  border-radius: 50%;
}

._2-col {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.col__img {
  width: 90%;
}

.col__img._2 {
  width: 70%;
}

.col__img._1 {
  width: 80%;
}

.col__title {
  font-family: Stropica, sans-serif;
  color: #075768;
  font-size: 3.3rem;
  line-height: 1;
  font-weight: 400;
}

.text-green {
  font-family: Stropica, sans-serif;
  color: #075768;
  font-size: 3.2rem;
  font-weight: 400;
}

.span-light-caps {
  display: block;
  font-family: Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.span-md {
  display: block;
  font-size: 3rem;
  line-height: 0.9;
}

.span-md.lowrcase {
  text-transform: lowercase;
}

.p1 {
  color: #075768;
  font-size: 1.5rem;
}

.divider {
  width: 95%;
  height: 3px;
  margin: 4rem auto;
  background-color: #000;
}

.col__figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col__figure.start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.col__figure.top {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._2-col-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 14rem;
  grid-row-gap: 14rem;
}

.methods {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(38, 226, 255, 0.48)), to(rgba(38, 226, 255, 0.48))), url('../images/sitting-girl.jpeg');
  background-image: linear-gradient(180deg, rgba(38, 226, 255, 0.48), rgba(38, 226, 255, 0.48)), url('../images/sitting-girl.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.heading {
  font-family: Stropica, sans-serif;
  color: #075768;
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.p2 {
  color: #000;
  text-shadow: none;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 0.5rem;
  grid-row-gap: 0.5rem;
}

.div-block-5 {
  text-align: center;
}

.p-3 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
}

.heading-md {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.heading-md.left {
  text-align: left;
}

.p4 {
  color: #fff;
  font-size: 1rem;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6.8rem 2.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 50em;
  background-color: rgba(0, 0, 0, 0.69);
  color: hsla(0, 0%, 100%, 0.68);
}

.padding-custom {
  padding-top: 4rem;
  padding-bottom: 2.9rem;
  border-radius: 50%;
}

.padding-custom.lg {
  padding-top: 9rem;
}

.workshop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d9f3f8;
}

.oval-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3.5rem 5.8rem 3.5rem 6.1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 50em;
  background-color: rgba(7, 87, 104, 0.7);
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
}

.paragraph {
  color: #fff;
  font-size: 1.5rem;
}

.heading-2 {
  max-width: 20em;
  margin: 0px auto;
  font-family: Stropica, sans-serif;
  color: hsla(0, 0%, 100%, 0.86);
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.36);
}

.heading-2.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.form__field {
  height: auto;
  margin-bottom: 0px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border: 1px none #000;
  border-radius: 0.4rem;
}

.form__field::-webkit-input-placeholder {
  font-size: 1.2rem;
}

.form__field:-ms-input-placeholder {
  font-size: 1.2rem;
}

.form__field::-ms-input-placeholder {
  font-size: 1.2rem;
}

.form__field::placeholder {
  font-size: 1.2rem;
}

.form__grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.submit {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 0.4rem;
  background-color: #f7a81e;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.35);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.paragraph-2 {
  color: rgba(51, 51, 51, 0.64);
  font-size: 1.2rem;
  font-style: italic;
}

.asteric {
  color: #f7a81e;
}

.video {
  background-color: #015159;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #808282;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.protoype-video {
  z-index: 8;
  max-width: 20rem;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}

.body {
  line-height: 1.5;
}

.span-lg {
  display: block;
  color: #355283;
  font-size: 7rem;
  line-height: 0.65;
}

.text-purple {
  display: block;
  color: #355283;
}

.margin-bottom-lg {
  margin-bottom: 8rem;
}

.text-bold {
  display: block;
  font-weight: 700;
}

.heading-3 {
  color: #075768;
  line-height: 1;
  text-align: center;
}

.text-custom {
  font-size: 1.7rem;
  font-weight: 400;
}

.text-white {
  color: #fff;
}

.heading-lg {
  font-family: Stropica, sans-serif;
  color: #075768;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
}

.heading-lg.shadow {
  text-shadow: 1px 1px 2px #000;
}

.text-block {
  display: block;
}

.text-span {
  display: block;
  font-size: 2rem;
}

.heading-4 {
  font-family: Stropica, sans-serif;
  font-size: 5.5rem;
  line-height: 0.8;
  font-weight: 400;
}

.hope {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.31)), to(rgba(0, 0, 0, 0.31))), url('../images/bg-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url('../images/bg-3.jpg');
  background-position: 0px 0px, 100% 85%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.p-helvetica {
  margin-top: 1rem;
  font-family: Stropica, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}

.heading-5 {
  font-family: Stropica, sans-serif;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 400;
}

.page-wrap {
  font-family: Avertademopecutteddemo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}

.video__contents {
  padding-top: 6rem;
}

.div-block-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-6 {
  padding-left: 1rem;
  font-family: Stropica, sans-serif;
  color: #075768;
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
}

.paragraph-3 {
  font-size: 1.5rem;
}

.play-pause-button {
  display: none;
}

.text-link {
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
  color: #fff;
}

.text-link:hover {
  opacity: 0.73;
}

.image {
  max-width: 16rem;
}

.div-block-8 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.div-block-9 {
  color: #075768;
}

@media screen and (max-width: 991px) {
  .hero__heading {
    margin-bottom: 0px;
    font-size: 5rem;
  }

  .discover__contents {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-primary {
    font-size: 4rem;
  }

  .div-block-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .col__title {
    font-size: 3rem;
  }

  .p1 {
    font-size: 1.2rem;
  }

  .col__figure {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .col__figure.start {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  ._2-col-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
  }

  .workshop {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .span-lg {
    font-size: 6rem;
  }

  .p-helvetica {
    font-size: 1.8rem;
  }

  .paragraph-3 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .hero__heading {
    font-size: 4rem;
  }

  .hero__sub {
    font-size: 1.3rem;
  }

  .flex-right._2 {
    margin-top: 3rem;
  }

  .heading-primary {
    font-size: 2.6rem;
  }

  .icon__title {
    font-size: 1.7rem;
  }

  .feedback__contents {
    min-height: auto;
  }

  ._2-col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .col__img {
    width: auto;
    max-width: 15rem;
  }

  .col__img._2 {
    width: auto;
    max-width: 10rem;
  }

  .col__title {
    font-size: 3rem;
  }

  .text-green {
    font-size: 2.8rem;
  }

  .col__figure {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .col__figure.start {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._2-col-wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .div-block-6 {
    border-radius: 10rem;
  }

  .padding-custom.lg {
    padding-top: 5rem;
  }

  .workshop {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .oval-wrap {
    padding-right: 2.6rem;
    padding-left: 2.6rem;
    border-radius: 10rem;
  }

  .heading-2 {
    max-width: none;
    font-size: 2rem;
  }

  .form__field {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

  .form__field::-webkit-input-placeholder {
    font-size: 1rem;
  }

  .form__field:-ms-input-placeholder {
    font-size: 1rem;
  }

  .form__field::-ms-input-placeholder {
    font-size: 1rem;
  }

  .form__field::placeholder {
    font-size: 1rem;
  }

  .submit {
    font-size: 1.5rem;
  }

  .paragraph-2 {
    font-size: 1.1rem;
  }

  .protoype-video {
    max-width: 20rem;
  }

  .span-lg {
    font-size: 5rem;
  }

  .heading-lg {
    font-size: 2rem;
  }

  .text-span {
    font-size: 1.5rem;
  }

  .heading-4 {
    font-size: 4rem;
  }

  .p-helvetica {
    font-size: 1.6rem;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .footer__copyright {
    font-size: 1.5rem;
  }

  .video__contents {
    padding-top: 4rem;
  }

  .paragraph-3 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 479px) {
  .hero__heading {
    font-size: 3.5rem;
  }

  .discover__contents {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .heading-primary {
    font-size: 2.6rem;
  }

  .icon__title {
    font-size: 1.7rem;
  }

  .padding-bottom-md {
    padding-bottom: 1rem;
  }

  .div-block-3 {
    padding-top: 4.6rem;
    padding-bottom: 4.6rem;
  }

  .col__img {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .col__title {
    font-size: 2.6rem;
  }

  .text-green {
    font-size: 2.5rem;
  }

  .span-light-caps {
    font-size: 1.1rem;
  }

  .p1 {
    font-size: 1.3rem;
  }

  ._2-col-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .p2 {
    font-size: 1rem;
  }

  .div-block-4 {
    margin-bottom: 2rem;
  }

  .padding-custom {
    padding-top: 2.5rem;
  }

  .padding-custom.lg {
    padding-top: 2.5rem;
  }

  .workshop {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .oval-wrap {
    padding: 1.6rem 2.1rem;
    border-radius: 5rem;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .form__grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .submit {
    font-size: 1.3rem;
  }

  .paragraph-2 {
    font-size: 1rem;
    line-height: 1.2;
  }

  .footer {
    font-size: 1.2rem;
  }

  .span-lg {
    font-size: 4rem;
  }

  .text-custom {
    font-size: 1.3rem;
  }

  .text-span {
    font-size: 1.3rem;
  }

  .heading-4 {
    font-size: 3rem;
  }

  .p-helvetica {
    margin-top: 0rem;
  }

  .heading-5 {
    font-size: 2.2rem;
  }

  .footer__copyright {
    font-size: 1.1rem;
  }

  .video__contents {
    padding-top: 3rem;
  }

  .div-block-7 {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

  .heading-6 {
    padding-left: 0.4rem;
    font-size: 3.5rem;
  }

  .paragraph-3 {
    font-size: 1rem;
  }
}

#w-node-bcca56e6-b967-e68c-adaa-b9d7a79abb70-85b73347 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_80a67bfa-6bc9-ea3e-06e4-066f78b74baf-85b73347 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-d6960d05-5672-0910-1f4d-a1e9735cb95a-85b73347 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-a8f09e79-3282-5401-5278-cbec808efefe-85b73347 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-bcca56e6-b967-e68c-adaa-b9d7a79abb70-85b73347 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f285cbf2-eb79-1505-1c43-d7889a747a1d-85b73347 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f285cbf2-eb79-1505-1c43-d7889a747a1d-85b73347 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Stropica';
  src: url('../fonts/Stropica.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertademopecutteddemo';
  src: url('../fonts/AvertaDemoPECuttedDemo-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertademope';
  src: url('../fonts/AvertaDemoPE-ExtraBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}