/* Fonts start */
@font-face {
  font-family: 'Gilroy Bold';
  src: url("../assets/fonts/Gilroy-Bold.eot");
  src: url("../assets/fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-Bold.woff2") format("woff2"), url("../assets/fonts/Gilroy-Bold.woff") format("woff"), url("../assets/fonts/Gilroy-Bold.ttf") format("truetype"), url("../assets/fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Gilroy Medium';
  src: url("../assets/fonts/Gilroy-Medium.eot");
  src: url("../assets/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Gilroy-Medium.woff2") format("woff2"), url("../assets/fonts/Gilroy-Medium.woff") format("woff"), url("../assets/fonts/Gilroy-Medium.ttf") format("truetype"), url("../assets/fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SF Pro Display Medium';
  src: url("../assets/fonts/SFProDisplay-Medium.eot");
  src: url("../assets/fonts/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFProDisplay-Medium.woff2") format("woff2"), url("../assets/fonts/SFProDisplay-Medium.woff") format("woff"), url("../assets/fonts/SFProDisplay-Medium.ttf") format("truetype"), url("../assets/fonts/SFProDisplay-Medium.svg#SFProDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
/* Fonts end */
/* reset css start */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

:focus, a:focus, a:active, a:hover, button, button:focus, button:hover, button:active {
  outline: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

ul {
  list-style-type: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, button, input, select, textarea {
  color: #222; }

/* reset css end */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #ffffff;
  font-size: 25px;
  font-family: 'Rubik';
  font-weight: normal;
  line-height: 1.48; }

h1 {
  font-size: 56px;
  line-height: 68px;
  color: #2F3843;
  margin-bottom: 20px;
  font-family: 'Gilroy Bold';
  font-weight: 700; }
  @media screen and (max-width: 990px) {
    h1 {
      font-size: 50px;
      line-height: 60px; } }
  @media screen and (max-width: 767px) {
    h1 {
      font-size: 40px;
      line-height: 50px; } }

h2 {
  font-size: 48px;
  line-height: 58px;
  color: #2F3843;
  margin-bottom: 20px;
  font-family: 'Gilroy Bold';
  font-weight: 700; }
  @media screen and (max-width: 990px) {
    h2 {
      font-size: 40px;
      line-height: 50px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 35px;
      line-height: 45px; } }

h3 {
  font-size: 36px;
  line-height: 42px;
  color: #2F3843;
  margin-bottom: 20px;
  font-family: 'Gilroy Medium';
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 30px;
      line-height: 35px; } }

h4 {
  font-size: 24px;
  line-height: 30px;
  color: rgba(47, 56, 67, 0.8);
  font-weight: 400;
  margin-bottom: 20px; }

h5 {
  font-size: 20px;
  line-height: 24px;
  color: #2F3843;
  font-weight: 700;
  margin-bottom: 20px; }

p, h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Rubik';
  color: rgba(47, 56, 67, 0.8);
  margin-bottom: 20px;
  font-weight: 400; }

p:last-child {
  margin-bottom: 0; }

a {
  text-decoration: none;
  transition: 0.5s ease-in-out; }

.container {
  max-width: 1150px;
  padding: 0 15px;
  margin: 0 auto; }

.cta-btn {
  padding: 12px 28px 14px;
  background-color: #FFD66A;
  border-radius: 50px;
  font-size: 16px;
  line-height: 19px;
  color: #2F3843;
  font-weight: 700; }
  .cta-btn:hover {
    background-color: #2F3843;
    color: #FFD66A; }

header {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9; }
  @media screen and (max-width: 767px) {
    header {
      top: 25px; } }
  header .site-header {
    margin-top: 100px; }
  header .container {
    max-width: 1270px; }
  header .banner-section-invidi {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 88px;
    height: auto;
    background-color: #431431;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px; }
  header .logo-invidi {
    width: 119px;
    /* Adjust as needed */
    height: auto;
    /* Adjust as needed */ }
  header .text-invidi {
    color: white;
    flex: 1;
    margin: 0 20px;
    /* Adjust as needed */
    font-size: 20px;
    font-family: Rubik; }
  header .button-invidi {
    background-color: #671C49;
    height: 50px;
    width: 160px;
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    /* Adjust as needed */
    font-size: 20px;
    font-family: Rubik;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }

footer {
  padding: 81px 0 40px;
  border-top: 1px solid #F2F4F8; }
  @media screen and (max-width: 990px) {
    footer {
      padding: 80px 0 40px; } }
  @media screen and (max-width: 767px) {
    footer {
      padding: 50px 0; } }
  footer .content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 48px;
    border-bottom: 1px solid #F2F4F8;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      footer .content {
        padding: 0 0 20px;
        margin-bottom: 20px; } }
    footer .content .left {
      width: 50%; }
      @media screen and (max-width: 767px) {
        footer .content .left {
          width: 100%;
          margin-bottom: 40px; } }
      footer .content .left .wrapper {
        display: flex;
        flex-wrap: wrap; }
        @media screen and (max-width: 767px) {
          footer .content .left .wrapper {
            display: block; } }
        footer .content .left .wrapper figure {
          margin-right: 125px;
          margin-top: -10px; }
          @media screen and (max-width: 767px) {
            footer .content .left .wrapper figure {
              margin-right: 0;
              margin-top: 0;
              margin-bottom: 30px; } }
        footer .content .left .wrapper .listing p {
          margin-bottom: 20px;
          color: rgba(47, 56, 67, 0.8);
          line-height: 21px;
          font-weight: 700; }
        footer .content .left .wrapper .listing ul li {
          font-size: 16px;
          line-height: 19px;
          color: #969BA1; }
          footer .content .left .wrapper .listing ul li a {
            font-size: 16px;
            line-height: 19px;
            color: #969BA1; }
            footer .content .left .wrapper .listing ul li a:hover {
              color: #e6b126; }
    footer .content .listing ul {
      padding-left: 0px !important; }
    footer .content .right {
      width: 50%; }
      @media screen and (max-width: 767px) {
        footer .content .right {
          width: 100%; } }
      footer .content .right .image-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        @media screen and (max-width: 767px) {
          footer .content .right .image-wrapper {
            justify-content: center; } }
        footer .content .right .image-wrapper a {
          margin-left: 20px; }
          footer .content .right .image-wrapper a:first-child {
            margin-left: 0; }
          footer .content .right .image-wrapper a:hover {
            opacity: 0.6; }
  footer .right-reserve {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start; }
    footer .right-reserve p {
      font-size: 16px;
      line-height: 19px;
      color: #969BA1;
      font-weight: 500; }
      footer .right-reserve p:first-child {
        margin-right: 30px; }
      footer .right-reserve p a {
        font-weight: 700;
        color: #2F3843;
        text-decoration: none; }
        footer .right-reserve p a:hover {
          color: #e6b126; }
      footer .right-reserve p span {
        font-weight: 700;
        color: #2F3843;
        text-decoration: none; }
  footer p {
    font-size: 16px;
    line-height: 19px;
    color: #969BA1;
    font-weight: 400; }

.banner-sec {
  padding: 164px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 767px) {
    .banner-sec {
      padding: 100px 0; } }
  .banner-sec .donut {
    position: absolute;
    bottom: -80px;
    left: 4%;
    animation: donutAnimate 5s linear infinite; }
    @media screen and (min-width: 1680px) {
      .banner-sec .donut {
        left: 15%; } }
    @media screen and (max-width: 1279px) {
      .banner-sec .donut {
        max-width: 230px; } }
    @media screen and (max-width: 767px) {
      .banner-sec .donut {
        max-width: 140px;
        bottom: -50px; } }
  .banner-sec .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .banner-sec .content .left {
      width: 60%; }
      @media screen and (max-width: 1279px) {
        .banner-sec .content .left {
          order: 2;
          width: 100%; } }
      .banner-sec .content .left .rapper {
        max-width: 570px; }
        @media screen and (max-width: 1279px) {
          .banner-sec .content .left .rapper {
            max-width: 100%; } }
    .banner-sec .content .right {
      width: 40%; }
      @media screen and (max-width: 1279px) {
        .banner-sec .content .right {
          width: 100%;
          margin-bottom: 100px; } }
      @media screen and (max-width: 767px) {
        .banner-sec .content .right {
          margin-bottom: 20px; } }
      .banner-sec .content .right figure {
        text-align: right;
        position: relative;
        margin-right: -90px; }
        @media screen and (max-width: 1439px) {
          .banner-sec .content .right figure {
            margin-right: -50px; } }
        @media screen and (max-width: 1279px) {
          .banner-sec .content .right figure {
            max-width: 465px;
            margin: 0 auto;
            text-align: center; } }
        @media screen and (max-width: 767px) {
          .banner-sec .content .right figure {
            max-width: 240px; } }
        .banner-sec .content .right figure .banner-mobile {
          position: relative; }
        .banner-sec .content .right figure .green-ball {
          position: absolute;
          top: -15px;
          left: 110px;
          z-index: 0;
          transform: translatey(0px);
          animation: float 6s ease-in-out infinite; }
          @media screen and (max-width: 1279px) {
            .banner-sec .content .right figure .green-ball {
              left: 10px; } }
          @media screen and (max-width: 767px) {
            .banner-sec .content .right figure .green-ball {
              max-width: 100px;
              left: -5px;
              top: -5px; } }
        .banner-sec .content .right figure .blue-ball {
          position: absolute;
          bottom: -30px;
          right: 45px;
          z-index: 1;
          transform: translatey(0px);
          animation: float 6s ease-in-out infinite; }
          @media screen and (max-width: 1279px) {
            .banner-sec .content .right figure .blue-ball {
              right: 60px; } }
          @media screen and (max-width: 767px) {
            .banner-sec .content .right figure .blue-ball {
              max-width: 120px;
              right: 30px;
              bottom: -10px; } }

@keyframes donutAnimate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
.img-text-sec {
  padding: 138px 0 160px;
  overflow: hidden; }
  @media screen and (max-width: 990px) {
    .img-text-sec {
      padding: 100px 0 70px; } }
  @media screen and (max-width: 767px) {
    .img-text-sec {
      padding: 70px 0; } }
  .img-text-sec .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media screen and (max-width: 990px) {
      .img-text-sec .content {
        margin-bottom: 50px; }
        .img-text-sec .content:last-child {
          margin-bottom: 0; } }
  .img-text-sec .img-left .left {
    width: 55%; }
    @media screen and (max-width: 990px) {
      .img-text-sec .img-left .left {
        width: 100%; } }
    @media screen and (max-width: 990px) {
      .img-text-sec .img-left .left {
        margin-bottom: 30px; } }
    .img-text-sec .img-left .left figure {
      position: relative; }
      @media screen and (max-width: 990px) {
        .img-text-sec .img-left .left figure img {
          width: 100%; } }
      .img-text-sec .img-left .left figure .thumb {
        position: absolute;
        max-width: 82px;
        right: 40px;
        top: 40px;
        z-index: 1;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
  .img-text-sec .img-left .right {
    width: 45%; }
    @media screen and (max-width: 990px) {
      .img-text-sec .img-left .right {
        width: 100%; } }
    .img-text-sec .img-left .right .rapper {
      margin-left: auto;
      max-width: 345px;
      padding-left: 30px; }
      @media screen and (max-width: 990px) {
        .img-text-sec .img-left .right .rapper {
          max-width: 100%;
          padding-left: 0; } }
  .img-text-sec .img-right {
    margin-top: -70px; }
    @media screen and (max-width: 990px) {
      .img-text-sec .img-right {
        margin-top: 0; } }
    .img-text-sec .img-right .left {
      width: 43%; }
      @media screen and (max-width: 990px) {
        .img-text-sec .img-right .left {
          width: 100%;
          order: 2; } }
      .img-text-sec .img-right .left .rapper {
        max-width: 345px;
        margin-right: 30px; }
        @media screen and (max-width: 990px) {
          .img-text-sec .img-right .left .rapper {
            max-width: 100%;
            margin-right: 0; } }
    .img-text-sec .img-right .right {
      width: 57%;
      position: relative;
      z-index: 1; }
      @media screen and (max-width: 990px) {
        .img-text-sec .img-right .right {
          width: 100%;
          margin-bottom: 80px; } }
      @media screen and (max-width: 767px) {
        .img-text-sec .img-right .right {
          margin-bottom: 60px; } }
      @media screen and (max-width: 767px) {
        .img-text-sec .img-right .right figure .thumb {
          right: 0;
          top: 0; } }
      @media screen and (max-width: 990px) {
        .img-text-sec .img-right .right figure img {
          width: 100%; } }
      .img-text-sec .img-right .right figure .smile {
        position: absolute;
        right: 50px;
        top: 125px;
        max-width: 105px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        @media screen and (max-width: 767px) {
          .img-text-sec .img-right .right figure .smile {
            max-width: 75px;
            right: 0;
            top: 55px; } }
      .img-text-sec .img-right .right figure .sun {
        position: absolute;
        left: -65px;
        bottom: 20px;
        max-width: 125px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        @media screen and (max-width: 990px) {
          .img-text-sec .img-right .right figure .sun {
            left: -20px;
            max-width: 95px; } }
        @media screen and (max-width: 767px) {
          .img-text-sec .img-right .right figure .sun {
            max-width: 70px; } }
      .img-text-sec .img-right .right figure .pill {
        position: absolute;
        right: -90px;
        bottom: -140px;
        max-width: 223px;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        @media screen and (max-width: 1439px) {
          .img-text-sec .img-right .right figure .pill {
            max-width: 180px;
            right: -40px;
            bottom: -100px; } }
        @media screen and (max-width: 1279px) {
          .img-text-sec .img-right .right figure .pill {
            max-width: 150px;
            right: -30px;
            bottom: -80px; } }
        @media screen and (max-width: 767px) {
          .img-text-sec .img-right .right figure .pill {
            max-width: 60px;
            right: -15px;
            bottom: -30px; } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
.platform-sec {
  padding: 160px 0 239px;
  background-color: #d6e6ff33;
  position: relative; }
  @media screen and (max-width: 1600px) {
    .platform-sec {
      padding: 120px 0 150px; } }
  @media screen and (max-width: 990px) {
    .platform-sec {
      padding: 80px 0 160px; } }
  @media screen and (max-width: 767px) {
    .platform-sec {
      padding: 50px 0 90px;
      display: none; } }
  .platform-sec .red-ball {
    position: absolute;
    bottom: -75px;
    left: 0;
    max-width: 188px;
    animation: float 6s ease-in-out infinite; }
    @media screen and (max-width: 990px) {
      .platform-sec .red-ball {
        max-width: 130px;
        bottom: -55px; } }
    @media screen and (max-width: 767px) {
      .platform-sec .red-ball {
        max-width: 70px;
        bottom: -35px; } }
  .platform-sec h2 {
    text-align: center;
    margin-bottom: 130px; }
    @media screen and (max-width: 1600px) {
      .platform-sec h2 {
        margin-bottom: 40px; } }
    @media screen and (max-width: 990px) {
      .platform-sec h2 {
        margin-bottom: 60px; } }
  .platform-sec h3 span {
    color: #e6b126; }

.desktop-animation {
  position: relative; }

.platform-sec-mobile {
  display: none; }
  .platform-sec-mobile .red-ball {
    position: absolute;
    bottom: -75px;
    left: 0;
    max-width: 188px;
    animation: float 6s ease-in-out infinite; }
    @media screen and (max-width: 990px) {
      .platform-sec-mobile .red-ball {
        max-width: 130px;
        bottom: -55px; } }
    @media screen and (max-width: 767px) {
      .platform-sec-mobile .red-ball {
        max-width: 70px;
        bottom: -35px; } }
  @media screen and (max-width: 767px) {
    .platform-sec-mobile {
      padding: 50px 0 90px;
      display: block;
      position: relative;
      background-color: #d6e6ff33; } }
  .platform-sec-mobile h2 {
    text-align: center;
    margin-bottom: 130px; }
    @media screen and (max-width: 1600px) {
      .platform-sec-mobile h2 {
        margin-bottom: 40px; } }
    @media screen and (max-width: 990px) {
      .platform-sec-mobile h2 {
        margin-bottom: 60px; } }
  .platform-sec-mobile .mobile-content .content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px; }
    .platform-sec-mobile .mobile-content .content .item {
      margin-bottom: 60px; }
      .platform-sec-mobile .mobile-content .content .item:last-child {
        margin-bottom: 0; }
      .platform-sec-mobile .mobile-content .content .item .left {
        width: 100%;
        margin-bottom: 40px; }
        .platform-sec-mobile .mobile-content .content .item .left figure {
          text-align: center; }
      .platform-sec-mobile .mobile-content .content .item .right {
        width: 100%; }
        .platform-sec-mobile .mobile-content .content .item .right .rapper h3 span {
          color: #e6b126; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
.resource-sec {
  padding: 164px 0 144px; }
  @media screen and (max-width: 990px) {
    .resource-sec {
      padding: 120px 0 90px; } }
  @media screen and (max-width: 767px) {
    .resource-sec {
      padding: 90px 0 70px; } }
  .resource-sec .wrapper {
    background-color: #fafbff;
    border-radius: 40px;
    padding: 0 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .resource-sec .wrapper {
        padding: 0 30px 40px; } }
    .resource-sec .wrapper .emoji {
      position: absolute;
      left: -40px;
      bottom: 40px;
      max-width: 125px;
      z-index: 1;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }
      @media screen and (max-width: 1279px) {
        .resource-sec .wrapper .emoji {
          left: -30px; } }
      @media screen and (max-width: 990px) {
        .resource-sec .wrapper .emoji {
          left: -20px;
          max-width: 95px; } }
      @media screen and (max-width: 767px) {
        .resource-sec .wrapper .emoji {
          display: none; } }
    .resource-sec .wrapper .search {
      position: absolute;
      right: 40px;
      top: -30px;
      max-width: 125px;
      z-index: 1;
      transform: translatey(0px);
      animation: float 6s ease-in-out infinite; }
      @media screen and (max-width: 990px) {
        .resource-sec .wrapper .search {
          max-width: 95px; } }
      @media screen and (max-width: 767px) {
        .resource-sec .wrapper .search {
          display: none; } }
    .resource-sec .wrapper .content {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .resource-sec .wrapper .content .left {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .resource-sec .wrapper .content .left {
            width: 100%;
            margin-bottom: 40px; } }
        .resource-sec .wrapper .content .left figure {
          text-align: center;
          margin-top: -40px; }
      .resource-sec .wrapper .content .right {
        width: 50%; }
        @media screen and (max-width: 767px) {
          .resource-sec .wrapper .content .right {
            width: 100%; } }
        .resource-sec .wrapper .content .right .rapper {
          padding-left: 20px; }
          @media screen and (max-width: 990px) {
            .resource-sec .wrapper .content .right .rapper {
              padding-left: 50px; } }
          @media screen and (max-width: 767px) {
            .resource-sec .wrapper .content .right .rapper {
              padding-left: 0;
              text-align: center; } }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
.nav {
  margin-bottom: 20px !important; }

.nav-link {
  background-color: transparent !important;
  border: none !important;
  color: grey !important; }

.active {
  color: black !important;
  border-bottom: 1px solid black !important; }

.into-sec {
  padding: 187px 0 88px;
  background-color: #f2f4f8;
  overflow: hidden; }
  @media screen and (max-width: 990px) {
    .into-sec {
      padding: 140px 0 80px; } }
  @media screen and (max-width: 767px) {
    .into-sec {
      padding: 108px 0 60px; } }
  .into-sec .content {
    display: flex;
    flex-wrap: wrap; }
    .into-sec .content .left {
      width: 22%; }
      @media screen and (max-width: 990px) {
        .into-sec .content .left {
          width: 100%;
          margin-bottom: 20px; } }
      @media screen and (max-width: 990px) {
        .into-sec .content .left figure {
          text-align: center; } }
      @media screen and (max-width: 767px) {
        .into-sec .content .left figure {
          max-width: 170px;
          margin: 0 auto; } }
      .into-sec .content .left p {
        font-size: 14px;
        line-height: 22px;
        color: #969BA1;
        padding: 0px 20px; }
    .into-sec .content .right {
      width: 78%;
      position: relative; }
      @media screen and (max-width: 990px) {
        .into-sec .content .right {
          width: 100%; } }
      .into-sec .content .right .confuse {
        position: absolute;
        top: -50px;
        right: 0;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
        @media screen and (max-width: 990px) {
          .into-sec .content .right .confuse {
            top: -20px;
            right: -60px; } }
      .into-sec .content .right .main-wrapper {
        padding-left: 32px; }
        @media screen and (max-width: 990px) {
          .into-sec .content .right .main-wrapper {
            padding-left: 0; } }
        .into-sec .content .right .main-wrapper h2 {
          margin-bottom: 14px; }
          @media screen and (max-width: 990px) {
            .into-sec .content .right .main-wrapper h2 {
              padding-right: 70px; } }
          @media screen and (max-width: 767px) {
            .into-sec .content .right .main-wrapper h2 {
              font-size: 24px;
              line-height: 29px;
              margin-bottom: 13px; } }
        .into-sec .content .right .main-wrapper form {
          margin-bottom: 10px; }
          @media screen and (max-width: 767px) {
            .into-sec .content .right .main-wrapper form {
              margin-bottom: 10px; } }
          .into-sec .content .right .main-wrapper form select {
            box-sizing: border-box;
            max-width: 269px;
            width: 100%;
            border-radius: 80px;
            border: 2px solid #D5D7D9;
            background-color: #fff;
            font-size: 14px;
            line-height: 17px;
            color: rgba(47, 56, 67, 0.8);
            background-image: url("../assets/images/arrow.svg");
            background-repeat: no-repeat;
            background-size: 10px;
            background-position: 95%;
            height: 40px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0 26px 0 16px;
            cursor: pointer;
            font-weight: 500;
            font-family: 'Rubik'; }
        .into-sec .content .right .main-wrapper p.info {
          font-size: 14px;
          line-height: 22px;
          color: #2F3843CC;
          margin-bottom: 49px;
          padding-left: 20px;
          position: relative; }
          .into-sec .content .right .main-wrapper p.info:before {
            content: '';
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            background-image: url("../assets/images/info.svg");
            background-repeat: no-repeat;
            background-size: 100%;
            top: 50%;
            transform: translateY(-50%); }
          @media screen and (max-width: 767px) {
            .into-sec .content .right .main-wrapper p.info {
              margin-bottom: 35px; } }

.filter-list {
  display: none; }
  @media screen and (max-width: 767px) {
    .filter-list {
      margin: 0 -15px; } }
  .filter-list .common {
    margin-bottom: 64px;
    border: 1px solid #f2f4f8;
    box-shadow: 0px 2px 10px rgba(46, 65, 85, 0.1);
    border-radius: 7px; }
    .filter-list .common .active {
      border: none !important; }
    @media screen and (max-width: 767px) {
      .filter-list .common {
        margin-bottom: 0;
        box-shadow: none;
        border-radius: 0;
        border-bottom: 1px solid #E2E7ED; } }
    @media screen and (max-width: 767px) {
      .filter-list .common:first-child {
        border-top: 1px solid #E2E7ED; } }
    .filter-list .common:last-child {
      margin-bottom: 0; }
    .filter-list .common .strip .active {
      border-radius: 20px 20px 20px 20px; }
    .filter-list .common .strip {
      background-color: #fff;
      padding: 24px 24px 24px 24px;
      cursor: pointer;
      border-radius: 20px 20px 0px 0px;
      display: flex;
      flex-wrap: inherit;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
      transition: 0.5s ease all; }
      @media screen and (max-width: 767px) {
        .filter-list .common .strip {
          border-radius: 0 !important;
          padding: 20px 50px 20px 15px;
          flex-wrap: wrap; } }
      .filter-list .common .strip:after {
        content: '';
        background-image: url("../assets/images/arrow-1.png");
        background-repeat: no-repeat;
        background-size: 15px;
        background-position: center;
        position: absolute;
        width: 15px;
        height: 15px;
        top: 35%;
        transform: translateY(-50%) rotate(0deg);
        right: 40px;
        transition: 0.5s ease all; }
        @media screen and (max-width: 767px) {
          .filter-list .common .strip:after {
            right: 25px; } }
      .filter-list .common .strip h5 {
        padding-right: 30px;
        margin-bottom: 0;
        font-family: 'Gilroy Bold';
        font-weight: 700;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .filter-list .common .strip h5 {
            padding-right: 0;
            width: 100%;
            order: 2; } }
      .filter-list .common .strip ul {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 0px !important;
        margin-bottom: 0px !important; }
        @media screen and (max-width: 767px) {
          .filter-list .common .strip ul {
            width: 100%; } }
        .filter-list .common .strip ul li {
          font-size: 14px;
          line-height: 17px;
          color: #596069;
          font-weight: 400;
          padding-top: 6px;
          border-radius: 6px;
          margin-right: 6px; }
          @media screen and (max-width: 767px) {
            .filter-list .common .strip ul li {
              margin-bottom: 13px; } }
          .filter-list .common .strip ul li:last-child {
            margin-right: 0; }
        .filter-list .common .strip ul li.blue {
          background-color: #D6E6FF;
          color: #2C6FD3; }
        .filter-list .common .strip ul li.green {
          background-color: #D1F9E9;
          color: #33CC91; }
        .filter-list .common .strip ul li.pink {
          background-color: #FFE4F0;
          color: #E875A9; }
        .filter-list .common .strip ul li.pink-red {
          background-color: #FFD6D6;
          color: #FF5C5C; }
        .filter-list .common .strip ul li.orange {
          background-color: #FFF4D9;
          color: #E6B126; }
    .filter-list .common .strip.active {
      border-radius: 20px;
      transition: 0.5s ease all; }
      .filter-list .common .strip.active:after {
        transform: translateY(-50%) rotate(180deg);
        transition: 0.5s ease all; }
    .filter-list .common .filter-checkbox {
      padding: 24px 24px 0;
      background-color: #f2f4f8;
      border-radius: 0px 0px 20px 20px; }
      @media screen and (max-width: 767px) {
        .filter-list .common .filter-checkbox {
          padding: 0;
          border-radius: 0; } }
      .filter-list .common .filter-checkbox .checkbox-listing {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px; }
        .filter-list .common .filter-checkbox .checkbox-listing .item {
          width: calc(50% - 30px);
          margin: 0 15px 24px; }
          @media screen and (max-width: 767px) {
            .filter-list .common .filter-checkbox .checkbox-listing .item {
              width: 100%;
              margin: 0 15px 0; } }
          @media screen and (max-width: 767px) {
            .filter-list .common .filter-checkbox .checkbox-listing .item:nth-child(odd) .flag-rapper {
              background-color: #F8FAFF; } }
          .filter-list .common .filter-checkbox .checkbox-listing .item .flag-rapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #ffffff;
            padding: 9px 19px;
            border-radius: 5px;
            box-shadow: 0px 2px 10px rgba(46, 65, 85, 0.1); }
            @media screen and (max-width: 767px) {
              .filter-list .common .filter-checkbox .checkbox-listing .item .flag-rapper {
                border-radius: 0;
                box-shadow: none; } }
            .filter-list .common .filter-checkbox .checkbox-listing .item .flag-rapper .flag {
              padding-right: 20px;
              display: flex;
              align-items: center;
              width: 85%; }
              .filter-list .common .filter-checkbox .checkbox-listing .item .flag-rapper .flag figure {
                margin-right: 16px;
                width: 11%; }
                @media screen and (max-width: 990px) {
                  .filter-list .common .filter-checkbox .checkbox-listing .item .flag-rapper .flag figure {
                    width: 15%; } }
              .filter-list .common .filter-checkbox .checkbox-listing .item .flag-rapper .flag p {
                font-size: 16px;
                line-height: 24px;
                color: #2F3843;
                font-weight: 500;
                width: 89%;
                font-family: 'SF Pro Display Medium'; }
            .filter-list .common .filter-checkbox .checkbox-listing .item .flag-rapper .download-btn {
              width: 15%;
              text-align: right; }

.archives {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px; }

.accordion {
  width: calc(50% - 30px);
  margin: 0 15px 12px;
  --bs-accordion-border-color: white !important; }

.archives .flag {
  padding-right: 20px;
  display: flex;
  width: 85%; }

.archives .flag img {
  width: 25px;
  margin-right: 20px; }

.archives p {
  font-size: 16px;
  line-height: 24px;
  color: #2F3843;
  font-weight: 500;
  width: 89%;
  font-family: 'SF Pro Display Medium'; }

.version {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: white !important;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 5px; }

.version p {
  margin: 0px !important; }

.accordion-button {
  background-color: white !important; }

.accordion-body p {
  font-size: 14px;
  line-height: 17px;
  color: #596069;
  font-weight: 400;
  padding: 6px 10px;
  border-radius: 6px;
  margin-right: 6px;
  margin-bottom: 6px; }

.accordion-body {
  background-color: white !important; }

.accordion-item {
  border: none !important;
  background-color: transparent !important; }

.accordion-item h2 {
  margin-bottom: 0px !important; }

.accordion-header {
  box-shadow: 0px 2px 10px rgba(46, 65, 85, 0.1); }

.tab-pane {
  border: none !important; }

.flag figure {
  margin-bottom: 0px !important; }

h5 span {
  color: #2F3843;
  font-weight: 500;
  font-size: 14px; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
#animation {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none; }
  #animation #canvas {
    max-width: 100%; }

#texts {
  flex: 1;
  margin-left: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 50%;
  pointer-events: none;
  top: 0;
  left: 0; }
  #texts > div {
    padding: 0 80px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%; }
    @media screen and (max-width: 990px) {
      #texts > div {
        padding: 0 0 0 20px; } }

#scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap; }

#scroll::-webkit-scrollbar {
  width: 0; }

#scroll::-webkit-scrollbar-track {
  background-color: transparent; }

#scroll::-webkit-scrollbar-thumb {
  background-color: transparent; }

#scroll.snap {
  scroll-behavior: smooth;
  scroll-snap-type: y mandatory; }

#scroll div {
  width: 100%;
  scroll-snap-align: start; }

#scroll div {
  width: 100%;
  scroll-snap-align: start; }
