:root {
  --main: #f4e131;
  --brighter: #f5e764;
  --secondary: #f59f00;
  --secondary-dark: #f58300;
}

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

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

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

body {
  color: #333;
  font-family: Roboto Thin, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ptsans Bold, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #290c52;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ptsans Regular, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #5f5f5f;
  text-decoration: underline;
}

.section {
  height: 600px;
}

.section.hero {
  background-image: linear-gradient(137deg, var(--main) 33%, var(--brighter) 83%);
  padding-top: 50px;
  position: relative;
}

.under-hero {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -3px;
  left: 0%;
  right: 0%;
}

.image {
  width: 100%;
  filter: saturate(0%);
}

.hero-content {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.hero-right {
  width: 60%;
}

.paragraph {
  margin-top: 39px;
}

.heading {
  letter-spacing: 1.4px;
  font-size: 58px;
  line-height: 1.1;
}

.buttons-wrapper {
  margin-top: 25px;
  display: flex;
}

.button {
  background-color: #6c1cd8;
  background-image: linear-gradient(103deg, var(--secondary), var(--secondary-dark) 50%, #f59f00);
  color: #252525;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px;
  padding: 9px 29px;
  font-family: Ptsans Regular, sans-serif;
}

.text-span {
  color: #494949;
  text-transform: none;
  margin-top: 4px;
  font-family: Roboto Regular, sans-serif;
  font-size: 14px;
  display: block;
}

.social-share {
  flex-direction: column;
  justify-content: space-between;
  margin-left: 47px;
  font-family: Ptsans Regular, sans-serif;
  display: flex;
}

.text-block {
  letter-spacing: 1.2px;
  font-size: 19px;
}

.image-2 {
  width: 25px;
}

.div-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: flex-start;
  margin-top: 9px;
  display: flex;
}

.container {
  z-index: 10;
  position: relative;
}

.div-block-2 {
  width: 50%;
  height: 91%;
  margin-left: 0;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-3 {
  height: 100%;
  object-fit: cover;
  object-position: 100% 50%;
}

.div-block-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(to right, rgba(0, 0, 0, 0) 54%, #fff);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  background-image: linear-gradient(102deg, rgba(0, 0, 0, 0) 36%, #a24ae2 95%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .71), rgba(255, 255, 255, .71)), url('../images/freeform.png');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-bottom: 100px;
}

.section-2.legal {
  padding-top: 77px;
}

.div-block-5 {
  display: flex;
}

.underline {
  width: 80px;
  height: 4px;
  background-color: var(--main);
  margin-top: 13px;
  margin-bottom: 32px;
}

.div-block-6 {
  width: 50%;
  padding-right: 69px;
}

.div-block-6.legal {
  width: 100%;
}

.section-3 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.div-block-7 {
  z-index: 10;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-4 {
  width: 100%;
}

.color-switch {
  height: 2000px;
  background-image: linear-gradient(to bottom, var(--main), var(--secondary-dark));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.container-2 {
  z-index: 20;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 287px;
  font-family: Roboto Thin, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}

.text-block-2 {
  font-size: 24px;
}

.paragraph-2 {
  font-family: Caveat Regular, sans-serif;
  font-size: 63px;
}

.text-span-2 {
  font-family: Caveat, sans-serif;
  font-size: 71px;
}

.section-4 {
  z-index: 20;
  background-color: #f7fbff;
  margin-top: -119px;
  padding-bottom: 100px;
  position: relative;
}

.button2 {
  text-align: center;
  text-transform: uppercase;
  background-color: #6c1cd8;
  background-image: linear-gradient(103deg, #f9356c, #ff0048 52%, #f9356c);
  border-radius: 10px;
  margin-top: 33px;
  padding: 9px 29px;
  font-family: Ptsans Bold, sans-serif;
  font-size: 20px;
}

.div-block-60 {
  width: 80%;
  padding-right: 69px;
}

.flex-about {
  display: flex;
}

.card {
  width: 50%;
  padding: 6px;
}

.card-inner {
  box-shadow: 4px 2px 9px 1px rgba(0, 0, 0, .2);
}

.image-5 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-wrapper {
  width: 100%;
  height: 170px;
}

.div-block-61 {
  padding: 8px;
}

.div-block-62, .div-block-63 {
  padding: 13px;
}

.div-block-64 {
  padding: 14px;
}

.div-block-65, .div-block-66 {
  padding: 13px;
}

.div-block-67, .div-block-68 {
  padding: 12px;
}

.div-block-69, .div-block-70 {
  padding: 11px;
}

.div-block-71 {
  padding: 10px;
}

.div-block-72 {
  padding: 10px;
  font-family: Roboto Regular, sans-serif;
  font-size: 14px;
}

.text-block-3 {
  font-family: Ptsans Regular, sans-serif;
  font-size: 18px;
}

.footer {
  width: 100%;
  height: 50px;
  background-color: #250c47;
}

.text-block-4 {
  margin-top: 32px;
  font-size: 16px;
}

.hider {
  display: none;
}

.image-6 {
  filter: saturate(0%) hue-rotate(226deg);
}

@media screen and (min-width: 1920px) {
  .container-2 {
    padding-bottom: 431px;
  }
}

@media screen and (max-width: 991px) {
  .hero-right {
    width: 100%;
  }

  .div-block-2 {
    width: 100%;
    opacity: .31;
  }

  .section-2.legal {
    padding-top: 20px;
  }

  .div-block-6 {
    padding-right: 20px;
  }

  .container-2 {
    padding-bottom: 192px;
  }

  .section-4 {
    margin-top: -59px;
  }

  .flex-about {
    align-items: stretch;
  }

  .card, .card-inner {
    min-height: 100%;
  }

  .hider {
    z-index: 900;
    width: 100%;
    height: 100vh;
    color: #fff;
    text-align: center;
    background-color: #000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5 {
    flex-wrap: wrap;
  }

  .div-block-6 {
    width: 100%;
    padding-right: 0;
  }

  .container-2 {
    padding-bottom: 88px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-2 {
    font-size: 45px;
  }

  .div-block-60 {
    width: 100%;
    padding-right: 0;
  }

  .flex-about {
    width: 100%;
    margin-bottom: 43px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
  }

  h2 {
    font-size: 30px;
  }

  .section.hero {
    height: 700px;
  }

  .heading {
    font-size: 47px;
  }

  .buttons-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .social-share {
    align-items: center;
    margin-top: 13px;
    margin-left: 0;
  }

  .image-3 {
    object-position: 50% 50%;
    display: none;
  }

  .section-2.legal {
    padding-top: 8px;
  }

  .div-block-6 {
    padding-right: 0;
  }

  .text-span-2 {
    font-size: 59px;
  }

  .section-4 {
    margin-top: -23px;
  }

  .flex-about {
    flex-wrap: wrap;
  }

  .card {
    width: 100%;
  }

  .image-wrapper {
    height: 236px;
  }
}


@font-face {
  font-family: 'Ptsans Bold';
  src: url('../fonts/PTSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans';
  src: url('../fonts/PTSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans Italic';
  src: url('../fonts/PTSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ptsans Regular';
  src: url('../fonts/PTSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Medium';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Thin';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat Regular';
  src: url('../fonts/Caveat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Caveat';
  src: url('../fonts/Caveat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}