@charset "UTF-8";
@import url("/assets/plugins/fontawesome/css/all.min.css");
/* ==== Media breakpoints ==== */
/* ==== Colors and effects ==== */
/* Color styles */
:root {
  --primary: #4a55a3;
  --primary-dark: #423b6f;
  --primary-light: #5e6cd1;
  --text: #022652;
  --secondary: #2bc0d5;
  --secondary-dark: #e45324;
  --secondary-light: #ff8743;
  --grey1: darkgray;
  --grey2: silver;
  --grey3: #cdcdcd;
  --grey4: #d9d9d9;
  --grey5: #ededed;
  --grey6: #f7f7f7;
  --grey7: #fafafa;
  --green: #39b87b;
  --green1: #49a078;
  --green2: #80a665;
  --cyan: #2bb0bf;
  --cyan1: #00b4d8;
  --cyan2: #38a3a5;
  --indigo: #6689f2;
  --indigo1: #4361ee;
  --indigo2: #38369a;
  --orange: #f2780c;
  --orange1: #eb5e28;
  --yellow: #fbb02d;
  --blue: #0f5fa6;
  --blue1: #0c63e7;
  --purple: #8338ec;
  --metalic: #7a98bf;
  --metalic1: #525266;
  --red: #f22d20;
  --red1: #d9303e;
  --red2: #f25244;
  --pink: #ef476f;
  --pink1: #f26b76;
  --pink2: #e26d5c;
  --brown: #a66b56;
  --brown1: #805b10;
  --brown2: #dda15e;
  --white: white;
  --black: black;
  --grey: #898a8d;
  --dark: #262626;
  --dark1: #3a3a3a;
  --dark2: #676767;
  --light1: #eeeff3;
  --light2: #e2e8f5;
  --light3: #e0e0e0; }

/* ==== Fonts ==== */
/* ==== Inputs style ==== */
/* ==== Media breakpoints ==== */
/* ==== Colors and effects ==== */
/* Color styles */
:root {
  --primary: #4a55a3;
  --primary-dark: #423b6f;
  --primary-light: #5e6cd1;
  --text: #022652;
  --secondary: #2bc0d5;
  --secondary-dark: #e45324;
  --secondary-light: #ff8743;
  --grey1: darkgray;
  --grey2: silver;
  --grey3: #cdcdcd;
  --grey4: #d9d9d9;
  --grey5: #ededed;
  --grey6: #f7f7f7;
  --grey7: #fafafa;
  --green: #39b87b;
  --green1: #49a078;
  --green2: #80a665;
  --cyan: #2bb0bf;
  --cyan1: #00b4d8;
  --cyan2: #38a3a5;
  --indigo: #6689f2;
  --indigo1: #4361ee;
  --indigo2: #38369a;
  --orange: #f2780c;
  --orange1: #eb5e28;
  --yellow: #fbb02d;
  --blue: #0f5fa6;
  --blue1: #0c63e7;
  --purple: #8338ec;
  --metalic: #7a98bf;
  --metalic1: #525266;
  --red: #f22d20;
  --red1: #d9303e;
  --red2: #f25244;
  --pink: #ef476f;
  --pink1: #f26b76;
  --pink2: #e26d5c;
  --brown: #a66b56;
  --brown1: #805b10;
  --brown2: #dda15e;
  --white: white;
  --black: black;
  --grey: #898a8d;
  --dark: #262626;
  --dark1: #3a3a3a;
  --dark2: #676767;
  --light1: #eeeff3;
  --light2: #e2e8f5;
  --light3: #e0e0e0; }

/* ==== Fonts ==== */
/* ==== Inputs style ==== */
/* ==== Media queries ==== */
/* ==== Scrollbars ==== */
/* ==== Centering ====*/
/* ==== Input fields ====*/
/* ==== Table ====*/
#data {
  float: left;
  margin-left: 10px; }
  #data th {
    text-align: center;
    font-weight: bold; }
  #data td,
  #data th {
    padding: 2px; }

/* ==== External Fonts ====*/
/* ==== Quick Padding & Margins ====*/
/* ==== Retina Images ====*/
/* ==== Quick Gradients ====*/
/* ==== Theme styling ====*/
.section-presentation .scroll-section .point-img {
  position: relative;
  width: auto;
  height: auto;
  opacity: 0;
  -webkit-transform: scaleY(0.92) translateZ(0) !important;
  -moz-transform: scaleY(0.92) translateZ(0) !important;
  -ms-transform: scaleY(0.92) translateZ(0) !important;
  transform: scaleY(0.92) translateZ(0) !important;
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 50ms; }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .point-img {
      width: 100%;
      height: 100%; } }
  .section-presentation .scroll-section .active.point-img {
    opacity: 1;
    -webkit-transform: scaleY(1) translateZ(0) !important;
    -moz-transform: scaleY(1) translateZ(0) !important;
    -ms-transform: scaleY(1) translateZ(0) !important;
    transform: scaleY(1) translateZ(0) !important;
    -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 100ms; }

.section-presentation .scroll-section .point-icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 0;
  border-radius: 20px;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-transform: scale(0.9) translateZ(0) !important;
  -moz-transform: scale(0.9) translateZ(0) !important;
  -ms-transform: scale(0.9) translateZ(0) !important;
  transform: scale(0.9) translateZ(0) !important;
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 100ms;
  opacity: 0;
  z-index: 2; }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .point-icon {
      width: 60px;
      height: 60px;
      border-radius: 14px; } }
  .section-presentation .scroll-section .active.point-icon {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) !important;
    -moz-transform: scale(1) translateZ(0) !important;
    -ms-transform: scale(1) translateZ(0) !important;
    transform: scale(1) translateZ(0) !important;
    -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 100ms; }
    .section-presentation .scroll-section .active.point-icon i {
      opacity: 1;
      -webkit-transform: scale(1) translateZ(0) !important;
      -moz-transform: scale(1) translateZ(0) !important;
      -ms-transform: scale(1) translateZ(0) !important;
      transform: scale(1) translateZ(0) !important;
      -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      transition-delay: 300ms; }
  .section-presentation .scroll-section .point-icon i {
    color: var(--white);
    font-size: 30px;
    font-weight: 300;
    opacity: 0;
    -webkit-transform: scale(0) translateZ(0) !important;
    -moz-transform: scale(0) translateZ(0) !important;
    -ms-transform: scale(0) translateZ(0) !important;
    transform: scale(0) translateZ(0) !important;
    -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 100ms; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-icon i {
        font-size: 24px; } }

.section-presentation .scroll-section .vertical-line .line {
  position: absolute !important;
  width: 5px;
  height: 0;
  opacity: 0;
  transform-origin: 0 0;
  transition-delay: 0ms;
  transition-duration: 900ms;
  -webkit-transform: scaleY(0) translateZ(0) !important;
  -moz-transform: scaleY(0) translateZ(0) !important;
  -ms-transform: scaleY(0) translateZ(0) !important;
  transform: scaleY(0) translateZ(0) !important;
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0; }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .vertical-line .line {
      width: 3px; } }
  .section-presentation .scroll-section .vertical-line .line::after {
    content: "";
    position: absolute !important;
    width: 2px;
    height: 100%;
    opacity: 0;
    transform-origin: 0 0;
    transition-delay: 0ms;
    transition-duration: 900ms;
    -webkit-transform: scaleY(0) translateZ(0) !important;
    -moz-transform: scaleY(0) translateZ(0) !important;
    -ms-transform: scaleY(0) translateZ(0) !important;
    transform: scaleY(0) translateZ(0) !important;
    -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .vertical-line .line::after {
        width: 1px; } }
  .section-presentation .scroll-section .vertical-line .active.line {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) !important;
    -moz-transform: scale(1) translateZ(0) !important;
    -ms-transform: scale(1) translateZ(0) !important;
    transform: scale(1) translateZ(0) !important;
    -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }
    .section-presentation .scroll-section .vertical-line .active.line::after {
      opacity: 1;
      -webkit-transform: scale(1) translateZ(0) !important;
      -moz-transform: scale(1) translateZ(0) !important;
      -ms-transform: scale(1) translateZ(0) !important;
      transform: scale(1) translateZ(0) !important;
      -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); }

.section-presentation .scroll-section .examples-work img {
  position: relative;
  max-width: 100%;
  height: auto;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 100ms;
  z-index: 2; }
  .section-presentation .scroll-section .examples-work img.active {
    opacity: 1;
    -webkit-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -moz-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -ms-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    -o-transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    transition-delay: 100ms; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-BoldItalic.eot");
  src: local("Mena Grotesk Bold Italic"), local("MenaGrotesk-BoldItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-BoldItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-BoldItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-BoldItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-BoldItalic.svg#MenaGrotesk-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-Bold.eot");
  src: local("Mena Grotesk Bold"), local("MenaGrotesk-Bold"), url("../fonts/MenaGrotesk/MenaGrotesk-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-Bold.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-Bold.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-Bold.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-Bold.svg#MenaGrotesk-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-BookItalic.eot");
  src: local("Mena Grotesk Book Italic"), local("MenaGrotesk-BookItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-BookItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-BookItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-BookItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-BookItalic.svg#MenaGrotesk-BookItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-Thin.eot");
  src: local("Mena Grotesk Thin"), local("MenaGrotesk-Thin"), url("../fonts/MenaGrotesk/MenaGrotesk-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-Thin.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-Thin.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-Thin.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-Thin.svg#MenaGrotesk-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-UltraLight.eot");
  src: local("Mena Grotesk UltraLight"), local("MenaGrotesk-UltraLight"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLight.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLight.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLight.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLight.svg#MenaGrotesk-UltraLight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-SemiBold.eot");
  src: local("Mena Grotesk SemiBold"), local("MenaGrotesk-SemiBold"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBold.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBold.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBold.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBold.svg#MenaGrotesk-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-UltraLightItalic.eot");
  src: local("Mena Grotesk UltraLight Italic"), local("MenaGrotesk-UltraLightItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLightItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLightItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLightItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraLightItalic.svg#MenaGrotesk-UltraLightItalic") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-UltraBoldItalic.eot");
  src: local("Mena Grotesk UltraBold Italic"), local("MenaGrotesk-UltraBoldItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBoldItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBoldItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBoldItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBoldItalic.svg#MenaGrotesk-UltraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-MediumItalic.eot");
  src: local("Mena Grotesk Medium Italic"), local("MenaGrotesk-MediumItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-MediumItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-MediumItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-MediumItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-MediumItalic.svg#MenaGrotesk-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-Regular.eot");
  src: local("Mena Grotesk Regular"), local("MenaGrotesk-Regular"), url("../fonts/MenaGrotesk/MenaGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-Regular.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-Regular.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-Regular.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-Regular.svg#MenaGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-UltraBold.eot");
  src: local("Mena Grotesk UltraBold"), local("MenaGrotesk-UltraBold"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBold.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBold.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBold.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-UltraBold.svg#MenaGrotesk-UltraBold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-Light.eot");
  src: local("Mena Grotesk Light"), local("MenaGrotesk-Light"), url("../fonts/MenaGrotesk/MenaGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-Light.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-Light.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-Light.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-Light.svg#MenaGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-ThinItalic.eot");
  src: local("Mena Grotesk Thin Italic"), local("MenaGrotesk-ThinItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-ThinItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-ThinItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-ThinItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-ThinItalic.svg#MenaGrotesk-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-LightItalic.eot");
  src: local("Mena Grotesk Light Italic"), local("MenaGrotesk-LightItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-LightItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-LightItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-LightItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-LightItalic.svg#MenaGrotesk-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-SemiBoldItalic.eot");
  src: local("Mena Grotesk SemiBold Italic"), local("MenaGrotesk-SemiBoldItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBoldItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBoldItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBoldItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-SemiBoldItalic.svg#MenaGrotesk-SemiBoldItalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-RegularItalic.eot");
  src: local("Mena Grotesk Regular Italic"), local("MenaGrotesk-RegularItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-RegularItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-RegularItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-RegularItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-RegularItalic.svg#MenaGrotesk-RegularItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-Medium.eot");
  src: local("Mena Grotesk Medium"), local("MenaGrotesk-Medium"), url("../fonts/MenaGrotesk/MenaGrotesk-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-Medium.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-Medium.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-Medium.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-Medium.svg#MenaGrotesk-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-Book.eot");
  src: local("Mena Grotesk Book"), local("MenaGrotesk-Book"), url("../fonts/MenaGrotesk/MenaGrotesk-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-Book.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-Book.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-Book.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-Book.svg#MenaGrotesk-Book") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-BlackItalic.eot");
  src: local("Mena Grotesk Black Italic"), local("MenaGrotesk-BlackItalic"), url("../fonts/MenaGrotesk/MenaGrotesk-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-BlackItalic.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-BlackItalic.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-BlackItalic.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-BlackItalic.svg#MenaGrotesk-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Mena Grotesk';
  src: url("../fonts/MenaGrotesk/MenaGrotesk-Black.eot");
  src: local("Mena Grotesk Black"), local("MenaGrotesk-Black"), url("../fonts/MenaGrotesk/MenaGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/MenaGrotesk/MenaGrotesk-Black.woff2") format("woff2"), url("../fonts/MenaGrotesk/MenaGrotesk-Black.woff") format("woff"), url("../fonts/MenaGrotesk/MenaGrotesk-Black.ttf") format("truetype"), url("../fonts/MenaGrotesk/MenaGrotesk-Black.svg#MenaGrotesk-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html {
  font-size: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth; }

body {
  font-family: "Mena Grotesk", sans-serif;
  font-style: normal;
  background: var(--light1);
  -webkit-font-smoothing: antialiased; }
  body.no-scroll {
    overflow-y: auto; }
    body.no-scroll .animation2 {
      -webkit-animation-duration: 0;
      animation-duration: 0;
      -webkit-animation-duration: 0;
      animation-duration: 0;
      -webkit-animation-fill-mode: none;
      animation-fill-mode: none;
      -webkit-animation-name: none;
      animation-name: none; }

.main {
  width: 100%; }

.hidden {
  visibility: hidden; }

h1,
.h1 {
  font-size: 42px;
  font-size: 2.625rem !important; }
  @media screen and (max-width: 575px) {
    h1,
    .h1 {
      font-size: 42px;
      font-size: 2.625rem !important; } }

h2,
.h2 {
  font-size: 36px;
  font-size: 2.25rem !important; }
  @media screen and (max-width: 575px) {
    h2,
    .h2 {
      font-size: 36px;
      font-size: 2.25rem !important; } }

h3,
.h3 {
  font-size: 32px;
  font-size: 2rem !important; }
  @media screen and (max-width: 575px) {
    h3,
    .h3 {
      font-size: 32px;
      font-size: 2rem !important; } }

h4,
.h4 {
  font-size: 28px;
  font-size: 1.75rem !important; }
  @media screen and (max-width: 575px) {
    h4,
    .h4 {
      font-size: 28px;
      font-size: 1.75rem !important; } }

h5,
.h5 {
  font-size: 24px;
  font-size: 1.5rem !important; }
  @media screen and (max-width: 575px) {
    h5,
    .h5 {
      font-size: 24px;
      font-size: 1.5rem !important; } }

h6,
.h6 {
  font-size: 20px;
  font-size: 1.25rem !important; }
  @media screen and (max-width: 575px) {
    h6,
    .h6 {
      font-size: 20px;
      font-size: 1.25rem !important; } }

.sub__title1 {
  font-size: 28px;
  font-size: 1.75rem !important; }
  @media screen and (max-width: 575px) {
    .sub__title1 {
      font-size: 28px;
      font-size: 1.75rem !important; } }

.sub__title2 {
  font-size: 24px;
  font-size: 1.5rem !important; }
  @media screen and (max-width: 575px) {
    .sub__title2 {
      font-size: 24px;
      font-size: 1.5rem !important; } }

.sub__title3 {
  font-size: 20px;
  font-size: 1.25rem !important; }
  @media screen and (max-width: 575px) {
    .sub__title3 {
      font-size: 20px;
      font-size: 1.25rem !important; } }

.sub__title4 {
  font-size: 18px;
  font-size: 1.125rem !important; }
  @media screen and (max-width: 575px) {
    .sub__title4 {
      font-size: 18px;
      font-size: 1.125rem !important; } }

.body__text1 {
  font-size: 16px;
  font-size: 1rem !important; }
  @media screen and (max-width: 575px) {
    .body__text1 {
      font-size: 16px;
      font-size: 1rem !important; } }

.body__text2 {
  font-size: 14px;
  font-size: 0.875rem !important; }
  @media screen and (max-width: 575px) {
    .body__text2 {
      font-size: 14px;
      font-size: 0.875rem !important; } }

.body__text3 {
  font-size: 12px;
  font-size: 0.75rem !important; }
  @media screen and (max-width: 575px) {
    .body__text3 {
      font-size: 12px;
      font-size: 0.75rem !important; } }

.py-20 {
  padding-top: 1.25rem;
  padding-right: 0;
  padding-bottom: 1.25rem;
  padding-left: 0; }

.py-30 {
  padding-top: 1.875rem;
  padding-right: 0;
  padding-bottom: 1.875rem;
  padding-left: 0; }

.py-40 {
  padding-top: 2.5rem;
  padding-right: 0;
  padding-bottom: 2.5rem;
  padding-left: 0; }

.py-50 {
  padding-top: 3.125rem;
  padding-right: 0;
  padding-bottom: 3.125rem;
  padding-left: 0; }

.py-60 {
  padding-top: 3.75rem;
  padding-right: 0;
  padding-bottom: 3.75rem;
  padding-left: 0; }

.py-70 {
  padding-top: 4.375rem;
  padding-right: 0;
  padding-bottom: 4.375rem;
  padding-left: 0; }

.py-80 {
  padding-top: 5rem;
  padding-right: 0;
  padding-bottom: 5rem;
  padding-left: 0; }

.py-120 {
  padding-top: 7.5rem;
  padding-right: 0;
  padding-bottom: 7.5rem;
  padding-left: 0; }

.mb-60 {
  margin-bottom: 3.75rem; }
  @media screen and (max-width: 575px) {
    .mb-60 {
      margin-bottom: 1.875rem; } }

.mb-80 {
  margin-bottom: 5rem; }
  @media screen and (max-width: 575px) {
    .mb-80 {
      margin-bottom: 2.5rem; } }

.mb-120 {
  margin-bottom: 7.5rem; }
  @media screen and (max-width: 575px) {
    .mb-120 {
      margin-bottom: 5rem; } }

.bg__primary {
  background-color: var(--primary) !important; }

.text__primary {
  color: var(--primary) !important; }

.border-color__primary {
  border-color: var(--primary) !important; }

.bg__primary-dark {
  background-color: var(--primary-dark) !important; }

.text__primary-dark {
  color: var(--primary-dark) !important; }

.border-color__primary-dark {
  border-color: var(--primary-dark) !important; }

.bg__primary-light {
  background-color: var(--primary-light) !important; }

.text__primary-light {
  color: var(--primary-light) !important; }

.border-color__primary-light {
  border-color: var(--primary-light) !important; }

.bg__text {
  background-color: var(--text) !important; }

.text__text {
  color: var(--text) !important; }

.border-color__text {
  border-color: var(--text) !important; }

.bg__secondary {
  background-color: var(--secondary) !important; }

.text__secondary {
  color: var(--secondary) !important; }

.border-color__secondary {
  border-color: var(--secondary) !important; }

.bg__secondary-dark {
  background-color: var(--secondary-dark) !important; }

.text__secondary-dark {
  color: var(--secondary-dark) !important; }

.border-color__secondary-dark {
  border-color: var(--secondary-dark) !important; }

.bg__secondary-light {
  background-color: var(--secondary-light) !important; }

.text__secondary-light {
  color: var(--secondary-light) !important; }

.border-color__secondary-light {
  border-color: var(--secondary-light) !important; }

.bg__grey1 {
  background-color: var(--grey1) !important; }

.text__grey1 {
  color: var(--grey1) !important; }

.border-color__grey1 {
  border-color: var(--grey1) !important; }

.bg__grey2 {
  background-color: var(--grey2) !important; }

.text__grey2 {
  color: var(--grey2) !important; }

.border-color__grey2 {
  border-color: var(--grey2) !important; }

.bg__grey3 {
  background-color: var(--grey3) !important; }

.text__grey3 {
  color: var(--grey3) !important; }

.border-color__grey3 {
  border-color: var(--grey3) !important; }

.bg__grey4 {
  background-color: var(--grey4) !important; }

.text__grey4 {
  color: var(--grey4) !important; }

.border-color__grey4 {
  border-color: var(--grey4) !important; }

.bg__grey5 {
  background-color: var(--grey5) !important; }

.text__grey5 {
  color: var(--grey5) !important; }

.border-color__grey5 {
  border-color: var(--grey5) !important; }

.bg__grey6 {
  background-color: var(--grey6) !important; }

.text__grey6 {
  color: var(--grey6) !important; }

.border-color__grey6 {
  border-color: var(--grey6) !important; }

.bg__grey7 {
  background-color: var(--grey7) !important; }

.text__grey7 {
  color: var(--grey7) !important; }

.border-color__grey7 {
  border-color: var(--grey7) !important; }

.bg__green {
  background-color: var(--green) !important; }

.text__green {
  color: var(--green) !important; }

.border-color__green {
  border-color: var(--green) !important; }

.bg__green1 {
  background-color: var(--green1) !important; }

.text__green1 {
  color: var(--green1) !important; }

.border-color__green1 {
  border-color: var(--green1) !important; }

.bg__green2 {
  background-color: var(--green2) !important; }

.text__green2 {
  color: var(--green2) !important; }

.border-color__green2 {
  border-color: var(--green2) !important; }

.bg__cyan {
  background-color: var(--cyan) !important; }

.text__cyan {
  color: var(--cyan) !important; }

.border-color__cyan {
  border-color: var(--cyan) !important; }

.bg__cyan1 {
  background-color: var(--cyan1) !important; }

.text__cyan1 {
  color: var(--cyan1) !important; }

.border-color__cyan1 {
  border-color: var(--cyan1) !important; }

.bg__cyan2 {
  background-color: var(--cyan2) !important; }

.text__cyan2 {
  color: var(--cyan2) !important; }

.border-color__cyan2 {
  border-color: var(--cyan2) !important; }

.bg__indigo {
  background-color: var(--indigo) !important; }

.text__indigo {
  color: var(--indigo) !important; }

.border-color__indigo {
  border-color: var(--indigo) !important; }

.bg__indigo1 {
  background-color: var(--indigo1) !important; }

.text__indigo1 {
  color: var(--indigo1) !important; }

.border-color__indigo1 {
  border-color: var(--indigo1) !important; }

.bg__indigo2 {
  background-color: var(--indigo2) !important; }

.text__indigo2 {
  color: var(--indigo2) !important; }

.border-color__indigo2 {
  border-color: var(--indigo2) !important; }

.bg__orange {
  background-color: var(--orange) !important; }

.text__orange {
  color: var(--orange) !important; }

.border-color__orange {
  border-color: var(--orange) !important; }

.bg__orange1 {
  background-color: var(--orange1) !important; }

.text__orange1 {
  color: var(--orange1) !important; }

.border-color__orange1 {
  border-color: var(--orange1) !important; }

.bg__yellow {
  background-color: var(--yellow) !important; }

.text__yellow {
  color: var(--yellow) !important; }

.border-color__yellow {
  border-color: var(--yellow) !important; }

.bg__blue {
  background-color: var(--blue) !important; }

.text__blue {
  color: var(--blue) !important; }

.border-color__blue {
  border-color: var(--blue) !important; }

.bg__blue1 {
  background-color: var(--blue1) !important; }

.text__blue1 {
  color: var(--blue1) !important; }

.border-color__blue1 {
  border-color: var(--blue1) !important; }

.bg__purple {
  background-color: var(--purple) !important; }

.text__purple {
  color: var(--purple) !important; }

.border-color__purple {
  border-color: var(--purple) !important; }

.bg__metalic {
  background-color: var(--metalic) !important; }

.text__metalic {
  color: var(--metalic) !important; }

.border-color__metalic {
  border-color: var(--metalic) !important; }

.bg__metalic1 {
  background-color: var(--metalic1) !important; }

.text__metalic1 {
  color: var(--metalic1) !important; }

.border-color__metalic1 {
  border-color: var(--metalic1) !important; }

.bg__red {
  background-color: var(--red) !important; }

.text__red {
  color: var(--red) !important; }

.border-color__red {
  border-color: var(--red) !important; }

.bg__red1 {
  background-color: var(--red1) !important; }

.text__red1 {
  color: var(--red1) !important; }

.border-color__red1 {
  border-color: var(--red1) !important; }

.bg__red2 {
  background-color: var(--red2) !important; }

.text__red2 {
  color: var(--red2) !important; }

.border-color__red2 {
  border-color: var(--red2) !important; }

.bg__pink {
  background-color: var(--pink) !important; }

.text__pink {
  color: var(--pink) !important; }

.border-color__pink {
  border-color: var(--pink) !important; }

.bg__pink1 {
  background-color: var(--pink1) !important; }

.text__pink1 {
  color: var(--pink1) !important; }

.border-color__pink1 {
  border-color: var(--pink1) !important; }

.bg__pink2 {
  background-color: var(--pink2) !important; }

.text__pink2 {
  color: var(--pink2) !important; }

.border-color__pink2 {
  border-color: var(--pink2) !important; }

.bg__brown {
  background-color: var(--brown) !important; }

.text__brown {
  color: var(--brown) !important; }

.border-color__brown {
  border-color: var(--brown) !important; }

.bg__brown1 {
  background-color: var(--brown1) !important; }

.text__brown1 {
  color: var(--brown1) !important; }

.border-color__brown1 {
  border-color: var(--brown1) !important; }

.bg__brown2 {
  background-color: var(--brown2) !important; }

.text__brown2 {
  color: var(--brown2) !important; }

.border-color__brown2 {
  border-color: var(--brown2) !important; }

.bg__white {
  background-color: var(--white) !important; }

.text__white {
  color: var(--white) !important; }

.border-color__white {
  border-color: var(--white) !important; }

.bg__black {
  background-color: var(--black) !important; }

.text__black {
  color: var(--black) !important; }

.border-color__black {
  border-color: var(--black) !important; }

.bg__grey {
  background-color: var(--grey) !important; }

.text__grey {
  color: var(--grey) !important; }

.border-color__grey {
  border-color: var(--grey) !important; }

.bg__dark {
  background-color: var(--dark) !important; }

.text__dark {
  color: var(--dark) !important; }

.border-color__dark {
  border-color: var(--dark) !important; }

.bg__dark1 {
  background-color: var(--dark1) !important; }

.text__dark1 {
  color: var(--dark1) !important; }

.border-color__dark1 {
  border-color: var(--dark1) !important; }

.bg__dark2 {
  background-color: var(--dark2) !important; }

.text__dark2 {
  color: var(--dark2) !important; }

.border-color__dark2 {
  border-color: var(--dark2) !important; }

.bg__light1 {
  background-color: var(--light1) !important; }

.text__light1 {
  color: var(--light1) !important; }

.border-color__light1 {
  border-color: var(--light1) !important; }

.bg__light2 {
  background-color: var(--light2) !important; }

.text__light2 {
  color: var(--light2) !important; }

.border-color__light2 {
  border-color: var(--light2) !important; }

.bg__light3 {
  background-color: var(--light3) !important; }

.text__light3 {
  color: var(--light3) !important; }

.border-color__light3 {
  border-color: var(--light3) !important; }

.overlay__gradient-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, var(--primary) 27.69%, rgba(247, 247, 247, 0.5) 60.19%, #ffffff00 92.68%); }

.overlay__gradient-primary.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay__gradient-primary.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay__gradient-primary.opacity_4::after {
  opacity: 0.4; }

.overlay__gradient-primary.opacity_5::after {
  opacity: 0.5; }

.overlay__gradient-primary.opacity_7::after {
  opacity: 0.7; }

.overlay__gradient-primary.opacity_8::after {
  opacity: 0.8; }

.overlay__gradient-primary.opacity_9::after {
  opacity: 0.9; }

.overlay__gradient-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #080808 27.69%, rgba(247, 247, 247, 0.5) 60.19%, #ffffff00 92.68%); }

.overlay__gradient-dark.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay__gradient-dark.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay__gradient-dark.opacity_4::after {
  opacity: 0.4; }

.overlay__gradient-dark.opacity_5::after {
  opacity: 0.5; }

.overlay__gradient-dark.opacity_7::after {
  opacity: 0.7; }

.overlay__gradient-dark.opacity_8::after {
  opacity: 0.8; }

.overlay__gradient-dark.opacity_9::after {
  opacity: 0.9; }

.overlay__gradient-white::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(180deg, #f7f7f7 50.69%, rgba(247, 247, 247, 0.5) 80.19%); }

.overlay__gradient-white.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay__gradient-white.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay__gradient-white.opacity_4::after {
  opacity: 0.4; }

.overlay__gradient-white.opacity_5::after {
  opacity: 0.5; }

.overlay__gradient-white.opacity_7::after {
  opacity: 0.7; }

.overlay__gradient-white.opacity_8::after {
  opacity: 0.8; }

.overlay__gradient-white.opacity_9::after {
  opacity: 0.9; }

.overlay-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--primary) !important; }

.overlay-dark.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-dark.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-dark.opacity_4::after {
  opacity: 0.4; }

.overlay-dark.opacity_5::after {
  opacity: 0.5; }

.overlay-dark.opacity_7::after {
  opacity: 0.7; }

.overlay-dark.opacity_8::after {
  opacity: 0.8; }

.overlay-dark.opacity_9::after {
  opacity: 0.9; }

.overlay-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--primary) !important; }

.overlay-light.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-light.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-light.opacity_4::after {
  opacity: 0.4; }

.overlay-light.opacity_5::after {
  opacity: 0.5; }

.overlay-light.opacity_7::after {
  opacity: 0.7; }

.overlay-light.opacity_8::after {
  opacity: 0.7; }

.overlay-light.opacity_9::after {
  opacity: 0.9; }

.overlay-primary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--primary) !important; }

.overlay-primary.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-primary.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-primary.opacity_4::after {
  opacity: 0.4; }

.overlay-primary.opacity_5::after {
  opacity: 0.5; }

.overlay-primary.opacity_7::after {
  opacity: 0.7; }

.overlay-primary.opacity_8::after {
  opacity: 0.8; }

.overlay-primary.opacity_9::after {
  opacity: 0.9; }

.overlay-secondary::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: var(--secondary) !important; }

.overlay-secondary.mix-blend-normal::after {
  mix-blend-mode: normal; }

.overlay-secondary.mix-blend-multiply::after {
  mix-blend-mode: multiply; }

.overlay-secondary.opacity_4::after {
  opacity: 0.4; }

.overlay-secondary.opacity_5::after {
  opacity: 0.5; }

.overlay-secondary.opacity_7::after {
  opacity: 0.7; }

.overlay-secondary.opacity_8::after {
  opacity: 0.8; }

.overlay-secondary.opacity_9::after {
  opacity: 0.9; }

.border-style__dashed {
  border-style: dashed !important; }

.border-style__solid {
  border-style: solid !important; }

.border-width__1 {
  border-width: 1px !important; }

.border-width__2 {
  border-width: 2px !important; }

.border-width__3 {
  border-width: 3px !important; }

.border-width__4 {
  border-width: 4px !important; }

.border-width__5 {
  border-width: 5px !important; }

.border-radius__5 {
  border-radius: 5px !important; }

.border-radius__10 {
  border-radius: 10px !important; }

.border-radius__15 {
  border-radius: 15px !important; }

.border-radius__20 {
  border-radius: 20px !important; }

.border-radius__30 {
  border-radius: 30px !important; }

.border-radius__40 {
  border-radius: 40px !important; }

.border-radius__50 {
  border-radius: 50px !important; }

.border-radius__circle {
  border-radius: 50% !important; }

.btn-white, .btn-white__outline, .btn-primary, .btn-primary__outline, .btn-secondary, .btn-secondary__outline {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  min-width: min-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn-white {
  border-radius: 40px;
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--primary); }
  .btn-white.w-100 {
    max-width: 100%; }
  .btn-white.w-70 {
    max-width: 70%; }
  .btn-white:active {
    text-decoration: none;
    background-color: var(--primary-light) !important;
    border: 1px solid var(--primary-light) !important;
    color: var(--white) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-white:hover {
    text-decoration: none;
    background-color: var(--light2);
    border: 1px solid var(--light2);
    color: var(--primary);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-white__outline {
    background-color: transparent;
    border: 1px solid var(--white);
    color: var(--white); }
    .btn-white__outline.w-100 {
      max-width: 100%; }
    .btn-white__outline.w-70 {
      max-width: 70%; }
    .btn-white__outline:active {
      text-decoration: none;
      background-color: var(--primary-dark) !important;
      border: 1px solid var(--primary-dark) !important;
      color: var(--white) !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .btn-white__outline:hover {
      text-decoration: none;
      background-color: var(--primary-light);
      border: 1px solid var(--primary-light);
      color: var(--white);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.btn-primary {
  background-color: var(--primary) !important;
  border: 1px solid var(--primary) !important;
  color: var(--white) !important;
  font-weight: 400 !important; }
  .btn-primary.w-100 {
    max-width: 100%; }
  .btn-primary.w-70 {
    max-width: 70%; }
  .btn-primary:active {
    text-decoration: none;
    background-color: var(--primary-dark) !important;
    border: 1px solid var(--primary-dark) !important;
    color: var(--white) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-primary:hover {
    text-decoration: none;
    background-color: var(--primary-light) !important;
    border: 1px solid var(--primary-light) !important;
    color: var(--white) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-primary__outline {
    background-color: transparent;
    border: 1px solid transparent !important;
    color: var(--primary) !important;
    border-radius: 48px; }
    .btn-primary__outline.w-100 {
      max-width: 100%; }
    .btn-primary__outline.w-70 {
      max-width: 70%; }
    .btn-primary__outline:active, .btn-primary__outline:hover, .btn-primary__outline:focus {
      text-decoration: none;
      background-color: var(--white) !important;
      border: 1px solid var(--light3) !important;
      color: var(--primary) !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.btn-secondary {
  background-color: var(--secondary);
  border: 1px solid var(--secondary);
  color: var(--white); }
  .btn-secondary__outline {
    background-color: var(--white);
    border: 1px solid var(--secondary);
    color: var(--secondary); }
    .btn-secondary__outline.w-100 {
      max-width: 100%; }
    .btn-secondary__outline.w-70 {
      max-width: 70%; }
    .btn-secondary__outline:active {
      text-decoration: none;
      background-color: var(--secondary) !important;
      border: 1px solid var(--secondary) !important;
      color: var(--white) !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .btn-secondary__outline:hover {
      text-decoration: none;
      background-color: var(--secondary-light);
      border: 1px solid var(--secondary-light);
      color: var(--white);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .btn-secondary:active {
    text-decoration: none;
    background-color: var(--secondary-dark) !important;
    border: 1px solid var(--secondary-dark) !important;
    color: var(--white) !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .btn-secondary:hover {
    text-decoration: none;
    background-color: var(--secondary-light);
    border: 1px solid var(--secondary-light);
    color: var(--white);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.btn.btn__gradient {
  color: var(--white);
  border: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 40px;
  place-content: center;
  padding: 15px 35px !important;
  background: linear-gradient(301deg, var(--primary) 9%, transparent) var(--secondary) 101.81%;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s; }
  .btn.btn__gradient:active {
    background-color: var(--primary-light) !important;
    color: var(--white) !important;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  .btn.btn__gradient:hover, .btn.btn__gradient:focus {
    background-color: var(--primary);
    color: var(--white);
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  @media screen and (max-width: 575px) {
    .btn.btn__gradient {
      width: 100%; } }

.breadcrumbs__nav {
  padding: 60px 0; }
  @media screen and (max-width: 575px) {
    .breadcrumbs__nav {
      padding: 40px 0; } }
  .breadcrumbs__nav .breadcrumb .breadcrumb-item a {
    color: var(--grey-color4);
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .breadcrumbs__nav .breadcrumb .breadcrumb-item a:hover {
      color: var(--grey-color2);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .breadcrumbs__nav .breadcrumb .breadcrumb-item.active {
    padding-left: 15px;
    color: var(--grey-color2);
    font-size: 16px;
    font-weight: 400; }
  .breadcrumbs__nav .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 15px;
    color: var(--grey-color4);
    content: "\f054";
    font-size: 16px;
    font-family: "Font Awesome 6 Pro"; }

.pagination__nav .pagination__item {
  margin: 0 8px; }
  .pagination__nav .pagination__item .pagination__link {
    width: 36px;
    height: 36px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    color: var(--white-color);
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 768px) {
      .pagination__nav .pagination__item .pagination__link {
        width: 30px;
        height: 30px; } }
    .pagination__nav .pagination__item .pagination__link:focus {
      border: none;
      box-shadow: none; }
    .pagination__nav .pagination__item .pagination__link:hover {
      color: var(--white-color);
      background-color: var(--primary-color-light);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .pagination__nav .pagination__item.active .pagination__link {
    border: none;
    color: white;
    background-color: var(--primary-color); }
  .pagination__nav .pagination__item.disabled .pagination__link {
    border: none;
    color: #d9d9d9;
    background-color: transparent; }
  @media screen and (max-width: 768px) {
    .pagination__nav .pagination__item {
      margin: 0 3px; } }
  .pagination__nav .pagination__item.previous {
    margin: 0 8px; }
    .pagination__nav .pagination__item.previous .pagination__link {
      width: 8px;
      text-align: center;
      justify-content: center;
      padding: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      color: var(--primary-color);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 768px) {
        .pagination__nav .pagination__item.previous .pagination__link {
          width: 20px; } }
      .pagination__nav .pagination__item.previous .pagination__link:hover {
        color: var(--primary-color-light);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .pagination__nav .pagination__item.previous .pagination__link:focus {
        border: none;
        box-shadow: none; }
    @media screen and (max-width: 768px) {
      .pagination__nav .pagination__item.previous {
        margin-left: auto; } }
    .pagination__nav .pagination__item.previous.disabled .pagination__link {
      border-radius: 16px;
      text-align: center;
      justify-content: center;
      padding: 0;
      color: #d9d9d9;
      background-color: transparent; }
  .pagination__nav .pagination__item.next {
    margin: 0 8px; }
    .pagination__nav .pagination__item.next .pagination__link {
      width: 8px;
      text-align: center;
      justify-content: center;
      background-color: transparent;
      padding: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      color: var(--primary-color);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 768px) {
        .pagination__nav .pagination__item.next .pagination__link {
          width: 20px; } }
      .pagination__nav .pagination__item.next .pagination__link:hover {
        color: var(--primary-color-light);
        font-weight: 400;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .pagination__nav .pagination__item.next .pagination__link:focus {
        box-shadow: none;
        background-color: transparent; }
    @media screen and (max-width: 768px) {
      .pagination__nav .pagination__item.next {
        margin-right: auto; } }
    .pagination__nav .pagination__item.next.disabled .pagination__link {
      border-radius: 16px;
      text-align: center;
      justify-content: center;
      padding: 0;
      font-weight: 400;
      font-size: 14px;
      line-height: 28px;
      color: #d9d9d9;
      background-color: transparent; }
  .pagination__nav .pagination__item.disabled-dots {
    margin: 0 8px; }
    .pagination__nav .pagination__item.disabled-dots .pagination__link {
      width: 0;
      height: 24px;
      text-align: center;
      justify-content: center;
      background-color: transparent;
      padding: 0;
      font-weight: 400;
      font-size: 25px;
      line-height: 28px;
      color: var(--primary-color);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 768px) {
        .pagination__nav .pagination__item.disabled-dots .pagination__link {
          width: 20px; } }
      .pagination__nav .pagination__item.disabled-dots .pagination__link:hover {
        color: var(--primary-color-light);
        font-weight: 400;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .pagination__nav .pagination__item.disabled-dots .pagination__link:focus {
        box-shadow: none;
        background-color: transparent; }

.input-group select, .input-group.form__file, .input-group.form__download, .input-group textarea, .input-group .form-control.subscribe-input, .input-group .form-control.search-input, .input-group .form-control.form__input {
  position: relative;
  font-weight: 300 !important;
  background-color: var(--grey6);
  border: none;
  -webkit-border-radius: 8px 8px 8px 8px !important;
  -moz-border-radius: 8px 8px 8px 8px !important;
  -o-border-radius: 8px 8px 8px 8px !important;
  border-radius: 8px 8px 8px 8px !important;
  color: var(--dark) !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .input-group select::placeholder, .input-group.form__file::placeholder, .input-group.form__download::placeholder, .input-group textarea::placeholder, .input-group .form-control.subscribe-input::placeholder, .input-group .form-control.search-input::placeholder, .input-group .form-control.form__input::placeholder {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--grey3) !important; }
  .input-group select:focus, .input-group.form__file:focus, .input-group.form__download:focus, .input-group textarea:focus, .input-group .form-control.subscribe-input:focus, .input-group .form-control.search-input:focus, .input-group .form-control.form__input:focus {
    font-weight: 300;
    box-shadow: none !important;
    outline: none !important;
    border: none;
    color: var(--dark) !important;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.input-group select {
  height: 46px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  padding: 0 15px; }

.input-group .inputNumber .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  color: var(--dark);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px; }

.input-group .select2-container {
  min-width: 150px; }

.input-group.form__file {
  height: 44px; }
  .input-group.form__file span {
    padding: 0 15px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary); }
  .input-group.form__file input {
    display: none; }
    .input-group.form__file input ~ label {
      position: relative;
      width: 100%;
      right: 0;
      left: 0;
      height: 44px;
      background-color: transparent;
      border: none;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .input-group.form__file input ~ label .label-txt {
        position: absolute;
        right: 0;
        width: auto;
        height: 44px;
        background-color: var(--primary);
        color: white;
        margin-right: 5px;
        -webkit-border-radius: 6px 6px 6px 6px !important;
        -moz-border-radius: 6px 6px 6px 6px !important;
        -o-border-radius: 6px 6px 6px 6px !important;
        border-radius: 6px 6px 6px 6px !important;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: -1; }

.input-group.form__download {
  height: 44px;
  cursor: pointer; }
  .input-group.form__download span {
    cursor: pointer;
    padding: 0 15px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
    color: var(--primary); }
  .input-group.form__download label {
    cursor: pointer;
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    height: 46px;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .input-group.form__download label .label-txt {
      position: absolute;
      right: 0;
      width: auto;
      height: 46px;
      background-color: var(--primary);
      color: white;
      margin-right: 5px;
      -webkit-border-radius: 6px 6px 6px 6px !important;
      -moz-border-radius: 6px 6px 6px 6px !important;
      -o-border-radius: 6px 6px 6px 6px !important;
      border-radius: 6px 6px 6px 6px !important;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: -1; }

.input-group .col textarea {
  width: 100%; }

.input-group :not(.col) textarea {
  height: 100px; }

.input-group label {
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: var(--dark); }

.input-group .form-switch input,
.input-group .form-check input {
  align-items: center;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row; }
  .input-group .form-switch input ~ label,
  .input-group .form-check input ~ label {
    cursor: pointer; }

.input-group .form-check-input[type="checkbox"]:checked {
  background-color: var(--primary);
  color: white;
  border-radius: 50% !important; }

.input-group .form-check-input[type="radio"]:checked {
  background-color: var(--primary);
  color: white;
  border-radius: 50% !important; }

.input-group .form-switch .form-check-input[type="checkbox"]:checked {
  background-color: var(--primary);
  color: white;
  border-radius: 10px !important; }

.input-group .form-check-input[type="checkbox"]:not(:checked) {
  background-color: white;
  color: white;
  border-radius: 50% !important; }

.input-group .form-check-input[type="radio"]:not(:checked) {
  /* Your custom styles for unchecked radios */ }

.input-group .form-switch .form-check-input[type="checkbox"]:not(:checked) {
  background-color: white;
  color: white;
  border-radius: 10px !important; }

.input-group .form-control {
  display: inline-flex;
  align-items: center;
  height: 44px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding: 13px 15px; }
  .input-group .form-control.subscribe-input {
    height: 44px !important;
    border-radius: 30px 30px 30px 30px !important;
    background-color: white !important;
    color: #1f1f1fb2 !important;
    border: none !important;
    padding: 10px 35px !important;
    z-index: 0; }
    @media screen and (max-width: 575px) {
      .input-group .form-control.subscribe-input {
        height: 40px !important;
        padding: 10px 20px !important; } }
  .input-group .form-control.search-input {
    max-width: 315px;
    min-width: 300px;
    width: 100%;
    height: 46px !important;
    z-index: 0; }
    @media screen and (max-width: 575px) {
      .input-group .form-control.search-input {
        max-width: 100%;
        min-width: auto;
        width: 100%; } }
    .input-group .form-control.search-input:focus ~ .btn-search {
      color: var(--primary); }
  .input-group .form-control.form__input {
    display: block !important;
    position: relative !important; }
    .input-group .form-control.form__input:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 2px;
      width: 100%;
      background: var(--primary);
      display: block; }
    .input-group .form-control.form__input:focus ~ .focus-border {
      width: 100%; }
    .input-group .form-control.form__input ~ .focus-border {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: var(--primary);
      -webkit-transition: all 0.6s cubic-bezier(0.42, 0, 0, 0.97);
      transition: all 0.6s cubic-bezier(0.42, 0, 0, 0.97); }

.input-group .btn-subscribe {
  position: absolute;
  top: 50%;
  right: 0;
  height: 44px;
  padding: 10px 50px;
  -webkit-border-radius: 0 30px 30px 0 !important;
  -moz-border-radius: 0 30px 30px 0 !important;
  -o-border-radius: 0 30px 30px 0 !important;
  border-radius: 0 30px 30px 0 !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none !important;
  z-index: 0; }
  @media screen and (max-width: 575px) {
    .input-group .btn-subscribe {
      height: 40px !important;
      padding: 10px 28px; } }

.input-group .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  height: 90%;
  margin-right: 5px;
  background-color: white;
  border: none;
  color: #fafafa;
  font-size: 1.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0; }

.select2-container.select2-container--focus ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

.select2-container.select2-container--focus ul::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--focus ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--focus ul {
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent; }

.select2-container.select2-container--open ul::-webkit-scrollbar {
  width: 0;
  height: 0; }

.select2-container.select2-container--open ul::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--open ul::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 0; }

.select2-container.select2-container--open ul {
  scrollbar-face-color: transparent;
  scrollbar-track-color: transparent; }

.select2-container.inline__select .selection .select2-search {
  display: block;
  z-index: 0; }

.select2-container.inline__select .selection.selection__empty .select2-search {
  display: block;
  z-index: 0; }

.select2-container.inline__select .selection.selection__full .select2-search {
  display: none;
  visibility: hidden; }

.select2-container.inline__select .selection.selection__full .select2-selection--multiple {
  display: inline-flex !important;
  position: relative;
  overflow: hidden;
  padding: 0 0.75rem; }
  .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul {
    flex-wrap: nowrap !important;
    width: 100%;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    /* Enables snapping behavior on iOS */
    -webkit-overflow-scrolling: touch;
    /* For smooth scrolling on iOS */
    scroll-behavior: smooth;
    /* For smooth scrolling on supported browsers */
    touch-action: pan-y;
    /* Allows vertical scrolling on iOS */ }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul::-webkit-scrollbar {
      width: 5px;
      height: 5px; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul::-webkit-scrollbar-thumb {
      background: var(--primary);
      border-radius: 10px; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul::-webkit-scrollbar-track {
      background: #ececec;
      border-radius: 10px; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul {
      scrollbar-face-color: var(--primary);
      scrollbar-track-color: #ececec; }
    .select2-container.inline__select .selection.selection__full .select2-selection--multiple ul li {
      margin-bottom: 0 !important;
      white-space: nowrap;
      /* Prevents content from wrapping */
      scroll-snap-align: start;
      /* Snaps to the start of each child element */ }

.select2-container .select2-selection {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  font-weight: 600 !important;
  border-top: 1px solid var(--primary) !important;
  border-left: 1px solid var(--primary) !important;
  border-right: 1px solid var(--primary) !important;
  border-bottom: 1px solid var(--primary) !important;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  -moz-border-radius: 6px 6px 6px 6px !important;
  -o-border-radius: 6px 6px 6px 6px !important;
  border-radius: 6px 6px 6px 6px !important;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary);
  padding: 13px 15px;
  transition: all 0.3s ease-in;
  outline: 0 none; }
  .select2-container .select2-selection[aria-expanded="true"] {
    border-top: 1px solid var(--primary) !important;
    border-left: 1px solid var(--primary) !important;
    border-right: 1px solid var(--primary) !important;
    border-bottom: 1px solid var(--primary) !important;
    -webkit-border-radius: 6px 6px 0px 0px !important;
    -moz-border-radius: 6px 6px 0px 0px !important;
    -o-border-radius: 6px 6px 0px 0px !important;
    border-radius: 6px 6px 0px 0px !important; }
  .select2-container .select2-selection .select2-selection__rendered {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary);
    padding-left: 0;
    display: inline-flex;
    align-items: center; }
  .select2-container .select2-selection .select2-search {
    width: 100%;
    cursor: pointer;
    z-index: -1; }
  .select2-container .select2-selection.select2-selection--multiple {
    cursor: pointer;
    display: block;
    min-height: 46px;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    min-height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .select2-container .select2-selection.select2-selection--multiple ul {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding-left: 0;
      margin: 0;
      list-style: none; }
      .select2-container .select2-selection.select2-selection--multiple ul li {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0.35em 0.65em;
        margin-right: 0.375rem;
        margin-bottom: 0.375rem;
        font-size: 1rem;
        color: #212529;
        cursor: auto;
        border: 1px solid #ced4da;
        border-radius: 0.25rem; }
        .select2-container .select2-selection.select2-selection--multiple ul li .select2-selection__choice__remove {
          width: 0.75rem;
          height: 0.75rem;
          padding: 0.25em;
          margin-right: 0.25rem;
          overflow: hidden;
          text-indent: 100%;
          white-space: nowrap;
          background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23676a6d'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/0.75rem auto no-repeat;
          border: 0; }
      .select2-container .select2-selection.select2-selection--multiple ul::after {
        content: "\f107";
        font-family: "Font Awesome 6 Pro";
        font-weight: 600;
        font-size: 14px;
        line-height: 20px;
        color: var(--primary);
        vertical-align: middle;
        border: none;
        right: 0;
        margin-right: 10px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: all 0.5s; }
  .select2-container .select2-selection textarea {
    display: inline-flex !important;
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: var(--primary) !important;
    margin: 0 !important; }
    .select2-container .select2-selection textarea::placeholder {
      border: none !important;
      border-radius: 0 !important;
      font-weight: 600 !important;
      font-size: 14px !important;
      line-height: 20px !important;
      color: var(--primary) !important; }

.select2-selection__arrow {
  right: 27px !important; }
  .select2-selection__arrow b {
    border-top-color: transparent;
    border-color: transparent !important;
    border-width: 0 !important; }
    .select2-selection__arrow b::after {
      content: "\f107";
      font-family: "Font Awesome 6 Pro";
      font-weight: 600;
      font-size: 14px;
      line-height: 20px;
      color: var(--primary);
      vertical-align: middle;
      border: none;
      transition: all 0.5s; }

.select2-selection--single[aria-expanded="true"] > .select2-selection__arrow b {
  border-color: transparent !important;
  border-width: 0 !important;
  transition: all 0.5s; }
  .select2-selection--single[aria-expanded="true"] > .select2-selection__arrow b::after {
    content: "\f106";
    transition: all 0.5s; }

.select2-container--open .select2-selection--single {
  border-color: var(--primary);
  transition: all 0.5s; }

.select2-container--open .select2-dropdown {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary);
  border-color: var(--primary);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 0; }

.select2-container--open .select2-search--dropdown {
  padding: 10px;
  position: relative; }
  .select2-container--open .select2-search--dropdown .select2-search__field {
    border: 1px solid #fafafa !important;
    -webkit-border-radius: 6px 6px 6px 6px !important;
    -moz-border-radius: 6px 6px 6px 6px !important;
    -o-border-radius: 6px 6px 6px 6px !important;
    border-radius: 6px 6px 6px 6px !important;
    height: 40px;
    width: 100%;
    padding: 0 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: var(--primary); }
    .select2-container--open .select2-search--dropdown .select2-search__field:focus {
      border: 1px solid #fafafa !important;
      box-shadow: none;
      outline: none; }
  .select2-container--open .select2-search--dropdown::after {
    content: "\f002";
    font-family: "Font Awesome 6 Pro";
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: silver;
    vertical-align: middle;
    border: none;
    position: absolute;
    right: 0;
    margin-right: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.5s; }

.select2-container--open .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: scroll; }
  .select2-container--open .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
    height: 2px; }
  .select2-container--open .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 6px #898a8d; }
  .select2-container--open .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background: #cdcdcd;
    border-radius: 6px #898a8d; }
  .select2-container--open .select2-results > .select2-results__options {
    scrollbar-face-color: var(--primary);
    scrollbar-track-color: #cdcdcd; }

.select2-container--open .select2-results__option {
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--primary); }
  .select2-container--open .select2-results__option.select2-results__option--highlighted {
    color: black;
    background-color: #e9ecef; }
  .select2-container--open .select2-results__option.select2-results__option--selected, .select2-container--open .select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
    color: #fff;
    background-color: var(--primary); }
  .select2-container--open .select2-results__option[aria-disabled="true"] {
    color: #6c757d; }

.z-index-9999 {
  z-index: -9999 !important; }

.z-index-1 {
  z-index: -1 !important; }

.z-index_0 {
  z-index: 0 !important; }

.z-index_1 {
  z-index: 1 !important; }

.z-index_2 {
  z-index: 2 !important; }

.z-index_3 {
  z-index: 3 !important; }

.z-index_4 {
  z-index: 4 !important; }

.z-index_5 {
  z-index: 5 !important; }

.z-index_9999 {
  z-index: 9999 !important; }

@media screen and (max-width: 575px) {
  .text__overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.3125rem;
    max-height: 3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

@media screen and (max-width: 355px) {
  .text__overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.3125rem;
    max-height: 3rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; } }

.mix-blend-multiply {
  mix-blend-mode: multiply; }

.mix-blend-unset {
  mix-blend-mode: normal; }

.bg__img.cover {
  background-size: cover; }

.bg__img.contain {
  background-size: contain; }

.bg__img.bg__position-center {
  background-position: center; }

.bg__img.bg__position-top {
  background-position: top; }

.bg__img.bg__position-bottom {
  background-position: bottom; }

.bg__img.bg__repeat-0 {
  background-repeat: no-repeat; }

.bg__img.bg__repeat-1 {
  background-repeat: repeat; }

@media screen and (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes zoomIn {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

@keyframes zoomIn {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }

.top__bar-left .contact__number {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px; }

.top__bar-left .social__links {
  display: inline-flex;
  align-items: center; }
  .top__bar-left .social__links li {
    margin: 0 5px; }
    .top__bar-left .social__links li:first-child {
      margin-left: 0; }
    .top__bar-left .social__links li:last-child {
      margin-right: 0; }
    @media screen and (max-width: 575px) {
      .top__bar-left .social__links li {
        margin: 0 3px; } }
    .top__bar-left .social__links li a {
      width: 24px;
      height: 24px;
      padding: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #0e92ca;
      border-radius: 50%;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .top__bar-left .social__links li a i {
        color: var(--primary-color);
        font-size: 16px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
      .top__bar-left .social__links li a:hover {
        background-color: white;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s; }
        .top__bar-left .social__links li a:hover i {
          color: var(--primary-color-dark);
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -ms-transition: all 0.5s;
          -o-transition: all 0.5s;
          transition: all 0.5s; }

.top__bar-right.lang__switch li a {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px; }

.profile__btn {
  background-color: transparent; }
  @media screen and (max-width: 992px) {
    .profile__btn {
      background-color: transparent; } }
  @media screen and (max-width: 768px) {
    .profile__btn {
      background-color: var(--grey5); } }
  @media screen and (max-width: 575px) {
    .profile__btn {
      background-color: var(--grey5); } }

@keyframes show-navbar-collapse {
  0% {
    opacity: 0;
    transform: translateX(30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes show-dropdown {
  0% {
    opacity: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.3s ease; }
  100% {
    transform: translateX(0) translateY(-3px) scale(1);
    opacity: 1; } }

@keyframes hide-dropdown {
  from {
    opacity: 1;
    transform: translateX(-16px) translateY(-3px) scale(1);
    transition: all 0.3s ease; }
  to {
    opacity: 0;
    transform: translateX(-16px) translateY(-3px) scale(0.97); } }

.header-transparent {
  top: 0;
  left: 0;
  width: 100%;
  top: 0;
  left: 0;
  width: 100%; }
  .header-transparent .navbar-top {
    border: 0;
    padding-left: 1rem;
    padding-right: 1rem; }
    .header-transparent .navbar-top:not(.navbar-collapsed) {
      background-color: transparent !important;
      background-color: transparent !important; }
  .header-transparent .navbar.animation1 {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
  .header-transparent .navbar:not(.sticky).animation2 {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }
  .header-transparent .navbar:not(.sticky):not(.navbar-collapsed) {
    background-color: transparent !important;
    border: 0;
    box-shadow: none;
    background-color: transparent !important;
    border: 0;
    box-shadow: none; }
  .header-transparent + main section:first-child:not([data-spotlight]) .container {
    padding-top: 5rem;
    padding-top: 5rem; }

.header-collapse-show {
  min-height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000;
  min-height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1000; }

.navbar {
  position: relative;
  z-index: 101;
  transition: all 0.2s ease;
  padding: 1.5625rem 1.5rem;
  background-color: transparent; }
  .navbar.navbar-main .navbar-brand > img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: auto;
    max-width: 205px;
    max-height: 65px;
    position: relative; }
    @media screen and (max-width: 575px) {
      .navbar.navbar-main .navbar-brand > img {
        max-width: 100%;
        max-height: 40px; } }
  .navbar.navbar-main .social__links {
    padding: 47px 20px 0 20px;
    justify-content: space-around; }
    .navbar.navbar-main .social__links li {
      margin: 5px 15px 5px 0; }
      .navbar.navbar-main .social__links li:last-child {
        margin: 5px 0 5px 0; }
      .navbar.navbar-main .social__links li a {
        width: 40px;
        height: 40px;
        max-width: 40px;
        min-width: 40px;
        justify-content: center;
        align-items: center; }
        .navbar.navbar-main .social__links li a i {
          font-size: 20px; }
  .navbar .container {
    position: relative; }

.navbar-nav {
  padding: 0rem 0.625rem; }
  @media screen and (max-width: 575px) {
    .navbar-nav {
      padding: 0rem 0rem;
      border-top: 1px solid var(--secondary); } }
  .navbar-nav .nav-item .nav-link {
    padding: 0.9375rem 1.25rem !important; }
    @media screen and (max-width: 575px) {
      .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: --dark;
        border-bottom: 1px solid var(--secondary);
        padding: 1.75rem 0rem !important; } }
  .navbar-nav .nav-item .dropdown-menu {
    min-width: 12.5rem !important;
    border-radius: 8px;
    border: none;
    background: var(--white);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1); }
    .navbar-nav .nav-item .dropdown-menu ul .submenu__item:first-child .submenu__link {
      border-top-right-radius: 8px;
      border-top-left-radius: 8px; }
    .navbar-nav .nav-item .dropdown-menu ul .submenu__item:last-child .submenu__link {
      border-bottom-right-radius: 8px;
      border-bottom-left-radius: 8px; }
    .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link {
      color: var(--grey);
      font-size: 0.75rem;
      font-style: normal;
      font-weight: 500;
      line-height: 19px;
      background-color: transparent;
      padding: 0.625rem 1rem !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 575px) {
        .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link {
          font-size: 0.875rem; } }
      .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link:hover {
        color: var(--white);
        background-color: var(--primary);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      @media screen and (max-width: 575px) {
        .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__link:hover {
          color: var(--dark);
          background-color: var(--white);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; } }
    @media screen and (max-width: 575px) {
      .navbar-nav .nav-item .dropdown-menu ul .submenu__item .submenu__child-link::before {
        content: "\f0d7"; }
      .navbar-nav .nav-item .dropdown-menu ul .submenu__item:hover .submenu__child-link::before {
        color: var(--grey) !important; } }
    .navbar-nav .nav-item .dropdown-menu ul .submenu__item:hover .submenu__child-link::before {
      color: var(--white);
      transform: translate(5px, -50%); }
  .navbar-nav .nav-link {
    color: var(--dark);
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.15s linear; }
    .navbar-nav .nav-link.dropdown-toggle::after {
      content: "\f0d7";
      font-family: "Font Awesome 6 Pro";
      display: inline-block;
      margin-left: 5px;
      font-size: 0.8125rem;
      line-height: normal;
      vertical-align: baseline;
      border: 0;
      color: var(--grey);
      -webkit-transform: rotate(0) !important;
      -moz-transform: rotate(0) !important;
      -ms-transform: rotate(0) !important;
      transform: rotate(0) !important;
      -webkit-transition: transform 0.3s;
      -moz-transition: transform 0.3s;
      -ms-transition: transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s; }
    @media screen and (max-width: 575px) {
      .navbar-nav .nav-link.dropdown-toggle::after {
        margin-left: 12px; } }
    .navbar-nav .nav-link:hover {
      color: var(--primary); }
      .navbar-nav .nav-link:hover.dropdown-toggle::after {
        color: var(--primary);
        -webkit-transform: rotate(-180deg) !important;
        -moz-transform: rotate(-180deg) !important;
        -ms-transform: rotate(-180deg) !important;
        transform: rotate(-180deg) !important;
        -webkit-transition: transform 0.3s;
        -moz-transition: transform 0.3s;
        -ms-transition: transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s; }
    .navbar-nav .nav-link i {
      margin-right: 0.5rem; }
    .navbar-nav .nav-link svg {
      margin-right: 0.5rem; }
    .navbar-nav .nav-link img {
      margin-right: 0.5rem;
      width: auto;
      height: 14px;
      margin-right: 0.5rem;
      position: relative;
      top: -1px; }

.navbar-text {
  font-size: 0.875rem; }

.header {
  background-color: transparent;
  transition: all 0.2s ease; }
  @media screen and (max-width: 992px) {
    .header {
      background-color: transparent; } }
  @media screen and (max-width: 768px) {
    .header {
      background-color: transparent; } }
  @media screen and (max-width: 575px) {
    .header {
      background-color: var(--light2); } }

.navbar-top {
  transition: all 0.2s ease;
  position: relative;
  z-index: 110;
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }
  .navbar-top .navbar-nav {
    flex-direction: row; }
    .navbar-top .navbar-nav .nav-item:last-child {
      margin-right: 0; }
    .navbar-top .navbar-nav .nav-link {
      padding: 0.5rem 0.5rem; }

.navbar-sticky {
  position: -webkit-sticky; }

.navbar-sticky.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: -100px;
  transform: translateY(100px);
  z-index: 1030;
  border-top: 0;
  background-color: var(--white);
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease; }

.navbar-expand.navbar-collapsed {
  height: 100vh;
  align-items: start;
  overflow-y: scroll; }

.navbar-expand .navbar-nav .nav-link {
  padding: 0.625rem 0;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0; }

.navbar-expand .navbar-nav .dropdown-menu {
  box-shadow: none;
  min-width: auto; }
  .navbar-expand .navbar-nav .dropdown-menu .media svg {
    width: 30px; }

.navbar-expand .navbar-nav .nav-item {
  margin-right: 0.5rem; }

.navbar-expand .navbar-nav .nav-link-icon {
  border-radius: 0; }

.navbar-expand .navbar-collapse {
  z-index: 1050;
  height: auto !important;
  opacity: 0; }

.navbar-expand .navbar-collapse.collapsing {
  animation: show-navbar-collapse 0.2s ease forwards;
  animation-delay: 0.15s; }

.navbar-expand .navbar-collapse.show {
  animation: show-navbar-collapse 0.2s ease forwards;
  animation-delay: 0.15s; }

.navbar-expand .navbar-collapse.collapsing-out {
  opacity: 0;
  transition: opacity 0.3s linear;
  animation-delay: 0;
  animation: none; }

.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: none !important; }
  .navbar-vertical .navbar-brand {
    margin-right: 0; }
    .navbar-vertical .navbar-brand > img {
      max-width: 100%;
      max-height: 2rem; }
  .navbar-vertical .navbar-brand-img {
    max-width: 100%;
    max-height: 67px; }
    @media screen and (max-width: 575px) {
      .navbar-vertical .navbar-brand-img {
        max-width: 100%;
        max-height: 40px; } }
  .navbar-vertical .navbar-nav {
    margin-left: -1rem;
    margin-right: -1rem; }
    .navbar-vertical .navbar-nav .nav-link {
      padding-left: 1rem;
      padding-right: 1rem;
      font-size: 0.875rem;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .navbar-vertical .navbar-nav .nav-link > i {
        min-width: 2rem;
        font-size: 0.9375rem;
        line-height: 1.7rem; }
      .navbar-vertical .navbar-nav .nav-link .dropdown-menu {
        border: none; }
        .navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
          margin-left: 0.5rem; }
    .navbar-vertical .navbar-nav .nav-link.active {
      position: relative; }
    .navbar-vertical .navbar-nav .nav-sm .nav-link {
      font-size: 0.8125rem; }
    .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Pro";
      font-weight: 700;
      content: "\f105";
      margin-left: auto;
      color: var(--red);
      transition: all 0.2s ease; }
    .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"][aria-expanded="true"]:after {
      color: var(--green);
      transform: rotate(90deg); }
    .navbar-vertical .navbar-nav .nav .nav-link {
      padding-left: 3rem; }
    .navbar-vertical .navbar-nav .nav .nav .nav-link {
      padding-left: 3.5rem; }
  .navbar-vertical .navbar-heading {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em; }

.dropdown-menu {
  font-size: 0.875rem; }
  .dropdown-menu .dropdown-item > i {
    margin-right: 1rem;
    font-size: 1rem;
    vertical-align: -17%; }
  .dropdown-menu .dropdown-item > svg {
    margin-right: 1rem;
    font-size: 1rem;
    vertical-align: -17%; }
  .dropdown-menu .dropdown-item img {
    width: auto;
    height: 14px;
    margin-right: 0.5rem;
    position: relative;
    top: -1px; }
  .dropdown-menu .dropdown-item svg {
    width: auto;
    height: 14px;
    margin-right: 0.5rem;
    position: relative;
    top: -1px; }
  .dropdown-menu .list-group-item .media p {
    color: var(--blue);
    line-height: 1.4; }
  .dropdown-menu .list-group-item .media:hover .heading {
    color: var(--green); }
  .dropdown-menu .dropdown-menu {
    left: 100%;
    margin: 0;
    right: auto;
    top: 0; }

.dropdown-submenu {
  display: block;
  position: relative; }
  .dropdown-submenu > .dropdown-menu::after {
    border: 0 !important; }
  .dropdown-submenu > .dropdown-item::after {
    display: inline-block;
    margin-left: 10.2px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    content: "\f105"; }
  .dropdown-submenu > .dropdown-item:empty::after {
    margin-left: 0; }
  .dropdown-submenu > .dropdown-item:after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 1rem;
    margin-left: 0;
    transition: all 0.2s ease; }
  .dropdown-submenu > .dropdown-item:hover:after {
    transform: translate(5px, -50%); }
  .dropdown-submenu > .list-group-item {
    background-color: transparent !important; }
    .dropdown-submenu > .list-group-item.submenu__child-link {
      position: absolute;
      top: 8px;
      right: 0;
      border: none;
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      text-align: center;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .dropdown-submenu > .list-group-item.submenu__child-link:active, .dropdown-submenu > .list-group-item.submenu__child-link:hover, .dropdown-submenu > .list-group-item.submenu__child-link:focus {
        background-color: transparent !important; }
    .dropdown-submenu > .list-group-item::after {
      display: none; }
    .dropdown-submenu > .list-group-item.show::before {
      transform: translate(0, 0%);
      color: var(--dark); }
    .dropdown-submenu > .list-group-item::before {
      display: inline-block;
      margin-left: 10.2px;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 6 Pro";
      font-weight: 700;
      content: "\f105";
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      right: 1rem;
      margin-left: 0;
      transition: all 0.2s ease; }
    .dropdown-submenu > .list-group-item:empty::before {
      margin-left: 0; }

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-link {
    transition: none; }
  .header {
    transition: none; }
  .navbar {
    transition: none; }
  .navbar-top {
    transition: none; }
  .navbar-sticky.sticky {
    transition: none; }
  .navbar-vertical .navbar-nav .nav-link[data-bs-toggle="collapse"]:after {
    transition: none; }
  .sidenav.fixed-left + .main-content {
    transition: none; }
  .sidenav.fixed-right + .main-content {
    transition: none; }
  .sidenav {
    transition: none; }
  .dropdown-submenu > .dropdown-item:after {
    transition: none; }
  .dropdown-submenu > .list-group-item:after {
    transition: none; } }

@media (max-width: 575.98px) {
  .navbar-expand-sm.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-sm .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-sm .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0; }
  .navbar-expand-sm .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-sm .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-sm .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; } }

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav .nav-item {
    margin-right: 0.5rem; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0; }
  .navbar-expand-sm .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical.navbar-expand-sm {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-sm .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-sm > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-sm .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-sm .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-sm .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: var(--orange);
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
      margin-right: 0; } }

@media (max-width: 767.98px) {
  .navbar-expand-md.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-md .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-md .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0; }
  .navbar-expand-md .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-md .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-md .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; } }

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-item {
    margin-right: 0.5rem; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0; }
  .navbar-expand-md .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical .navbar-collapse {
    margin-left: -1rem;
    margin-right: -1rem; }
  .navbar-vertical.navbar-expand-md {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-md .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-md > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-md .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-md .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-md .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-md .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: var(--orange);
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
      margin-right: 0; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
    .navbar-expand-lg.navbar-collapsed .login__btn {
      position: absolute;
      opacity: 0;
      transform: translateX(-80px);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-lg .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-lg .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0;
    margin-top: 18px; }
  .navbar-expand-lg .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-lg .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-lg .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; }
  .dropdown-submenu .dropdown-menu {
    padding: 0;
    box-shadow: none;
    top: 0; }
  .dropdown-submenu .dropdown-item {
    padding-left: 3rem; } }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-item {
    margin-right: 0rem; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    border-radius: 0; }
  .navbar-expand-lg .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical.navbar-expand-lg {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-lg .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-lg > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-lg .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-lg .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-lg .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: var(--orange);
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
      margin-right: 0; }
  .dropdown-menu-arrow.dropdown-menu-right:before {
    right: 2.5rem;
    left: auto; }
  .dropdown-menu-sm {
    min-width: 10rem !important;
    border: 0.2rem; }
  .dropdown-menu-sm.dropdown-menu-arrow:before {
    height: 14px;
    width: 14px;
    left: 10px; }
  .dropdown-menu-sm.dropdown-menu-arrow.dropdown-menu-right:before {
    right: 20px;
    left: auto; }
  .dropdown-menu-lg {
    min-width: 25rem !important;
    border-radius: 0.25rem; }
  .dropdown-menu-xl {
    min-width: 35rem !important;
    border-radius: 0.25rem; }
  .dropdown-fluid {
    position: static; }
    .dropdown-fluid .dropdown-menu {
      width: calc(100% - 30px);
      max-width: 1200px;
      left: 15px;
      right: auto; }
    .dropdown-fluid .dropdown-menu-right {
      right: 15px;
      left: auto; }
  .dropdown-animate > .dropdown-menu {
    opacity: 0;
    position: absolute;
    display: block;
    pointer-events: none; }
  .dropdown-animate:not([data-bs-toggle="hover"]) .dropdown-menu.show {
    pointer-events: auto;
    animation: show-dropdown 0.3s ease forwards; }
  .dropdown-animate:not([data-bs-toggle="hover"]) .dropdown-menu.hide {
    display: block;
    animation: hide-dropdown 0.3s ease backwards; }
  .dropdown-animate[data-bs-toggle="hover"] > .dropdown-menu {
    display: block;
    margin: 0;
    transform: translateX(0) translateY(-3px) scale(0.97);
    transition: all 0.2s ease; }
  .dropdown-animate[data-bs-toggle="hover"]:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0) translateY(-3px) scale(1); } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl.navbar-collapsed {
    height: 100vh;
    align-items: start;
    overflow-y: scroll; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.625rem 0; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    box-shadow: none;
    min-width: auto; }
    .navbar-expand-xl .navbar-nav .dropdown-menu .media svg {
      width: 30px; }
  .navbar-expand-xl .navbar-collapse {
    z-index: 1050;
    height: auto !important;
    opacity: 0; }
  .navbar-expand-xl .navbar-collapse.collapsing {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-xl .navbar-collapse.show {
    animation: show-navbar-collapse 0.2s ease forwards;
    animation-delay: 0.15s; }
  .navbar-expand-xl .navbar-collapse.collapsing-out {
    opacity: 0;
    transition: opacity 0.3s linear;
    animation-delay: 0;
    animation: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-item {
    margin-right: 0.5rem; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-radius: 0; }
  .navbar-expand-xl .navbar-nav .nav-link-icon {
    border-radius: 0; }
  .navbar-vertical.navbar-expand-xl {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 0;
    overflow-y: auto;
    padding-left: 0;
    padding-right: 0; }
    .navbar-vertical.navbar-expand-xl .navbar-inner {
      padding-left: 1.5rem;
      padding-right: 1.5rem; }
    .navbar-vertical.navbar-expand-xl > [class*="container"] {
      flex-direction: column;
      align-items: stretch;
      min-height: 100%;
      padding-left: 0;
      padding-right: 0; }
    .navbar-vertical.navbar-expand-xl .navbar-collapse {
      flex: 1 1;
      display: flex;
      flex-direction: column;
      align-items: stretch;
      margin-left: -1.5rem;
      margin-right: -1.5rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      opacity: 1; }
      .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
        min-width: 100%; }
    .navbar-vertical.navbar-expand-xl .navbar-nav {
      flex-direction: column;
      margin-left: -1.5rem;
      margin-right: -1.5rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
        padding: 0.375rem 1.5rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
        margin-top: 2px; }
        .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
          background: #fafbfe;
          margin-right: 0.5rem;
          margin-left: 0.5rem;
          padding-left: 1rem;
          padding-right: 1rem;
          border-radius: 0.25rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
        padding-left: 3.5rem; }
      .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
        padding-left: 4.25rem; }
    .navbar-vertical.navbar-expand-xl .lavalamp-object {
      width: calc(100% - 1rem) !important;
      background: #6e00ff;
      color: var(--orange);
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      border-radius: 0.25rem; }
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0; }
    .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
      margin-left: 0; }
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px; }
    .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
      margin-right: 0; }
  .g-sidenav-pinned .sidenav.fixed-left + .main-content {
    margin-left: 250px; }
  .g-sidenav-pinned .sidenav.fixed-right + .main-content {
    margin-right: 250px; }
  .sidenav:hover {
    max-width: 250px; }
  .sidenav .sidenav-toggler {
    padding: 1.5rem; } }

@media all and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xs > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 576px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 576px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-sm > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 768px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-md > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 992px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 992px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-lg > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media all and (min-width: 1200px) and (-ms-high-contrast: none) {
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 1200px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xl > [class*="container"] {
    min-height: none;
    height: 100%; } }

@media (min-width: 992px) and (prefers-reduced-motion: reduce) {
  .dropdown-animate[data-bs-toggle="hover"] > .dropdown-menu {
    transition: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg .dropdown:not(.dropdown-submenu):not(.dropdown-fluid) > .dropdown-menu:not(.dropdown-menu-right) {
    margin-left: -1.25rem; }
  .navbar-expand-lg .dropdown-submenu .dropdown-menu {
    margin-left: 1rem; }
    .navbar-expand-lg .dropdown-submenu .dropdown-menu::before {
      content: "";
      border-left: 1.5rem solid transparent !important;
      position: absolute;
      left: -1rem;
      top: 0;
      height: 100%; } }

.menu-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  transition: all 0.5s ease-in-out; }

.menu-btn_burger {
  width: 20px;
  height: 2px;
  background: #111827;
  border-radius: 30px;
  transition: all 0.5s ease-in-out; }
  .menu-btn_burger::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #111827;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    transform: translateY(-7px); }
  .menu-btn_burger::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #111827;
    border-radius: 30px;
    transition: all 0.5s ease-in-out;
    transform: translateY(7px); }

.menu-btn.open .menu-btn_burger {
  transform: translateX(-50px);
  background: transparent;
  box-shadow: none; }
  .menu-btn.open .menu-btn_burger::before {
    transform: rotate(45deg) translate(35px, -35px); }
  .menu-btn.open .menu-btn_burger::after {
    transform: rotate(-45deg) translate(35px, 35px); }

.svg__scene {
  min-height: 740px;
  width: 100%;
  height: 100%;
  padding: 0 0 50px 100px;
  position: relative;
  overflow: visible; }
  @media screen and (max-width: 768px) {
    .svg__scene#svgDesktop {
      min-height: 560px;
      width: 100%;
      height: 100%;
      padding: 0 0 50px 100px; } }
  @media screen and (max-width: 768px) {
    .svg__scene#svgMobile {
      min-height: 940px;
      width: 100%;
      height: 100%;
      padding: 150px 0 0 0; } }
  @media screen and (max-width: 575px) {
    .svg__scene#svgMobile {
      min-height: 640px;
      width: 100%;
      height: 100%;
      padding: 80px 0 0 0; } }
  @media screen and (max-width: 355px) {
    .svg__scene#svgMobile {
      min-height: 540px;
      padding: 50px 0 0 0; } }
  .svg__scene path {
    stroke-width: 0; }
  .svg__scene .iconPoint {
    width: 80px;
    height: 80px;
    overflow: visible;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .svg__scene .iconPoint {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 575px) {
      .svg__scene .iconPoint {
        width: 60px;
        height: 60px; } }
    @media screen and (max-width: 355px) {
      .svg__scene .iconPoint {
        width: 60px;
        height: 60px; } }
    .svg__scene .iconPoint span {
      font-size: 16px;
      font-weight: 500;
      line-height: normal;
      display: flex;
      justify-content: center;
      text-align: center;
      animation: fadeIn 0.3s ease-in; }
      @media screen and (max-width: 768px) {
        .svg__scene .iconPoint span {
          font-size: 14px; } }
      @media screen and (max-width: 575px) {
        .svg__scene .iconPoint span {
          font-size: 14px; } }
      @media screen and (max-width: 355px) {
        .svg__scene .iconPoint span {
          font-size: 14px; } }
      .svg__scene .iconPoint span.title-visitor {
        color: var(--indigo); }
      .svg__scene .iconPoint span.title-b2b {
        color: var(--green2); }
      .svg__scene .iconPoint span.title-companies {
        color: var(--blue); }
      .svg__scene .iconPoint span.title-technical {
        color: var(--orange); }
      .svg__scene .iconPoint span.title-events {
        color: var(--cyan); }
      .svg__scene .iconPoint span.title-form {
        color: var(--red); }
    .svg__scene .iconPoint .icon {
      border-radius: 20px;
      width: 80px;
      height: 80px;
      flex-shrink: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      z-index: 2;
      order: 2;
      position: relative;
      margin-bottom: 14px;
      animation: zoomIn 0.3s ease-in; }
      @media screen and (max-width: 768px) {
        .svg__scene .iconPoint .icon {
          width: 60px;
          height: 60px; } }
      @media screen and (max-width: 575px) {
        .svg__scene .iconPoint .icon {
          width: 60px;
          height: 60px; } }
      @media screen and (max-width: 355px) {
        .svg__scene .iconPoint .icon {
          width: 60px;
          height: 60px; } }
      .svg__scene .iconPoint .icon.icon-visitor {
        background: var(--indigo);
        box-shadow: 0px 0px 91px 10px rgba(102, 137, 242, 0.6); }
      .svg__scene .iconPoint .icon.icon-b2b {
        background: var(--green2);
        box-shadow: 0px 0px 91px 10px rgba(128, 166, 101, 0.6); }
      .svg__scene .iconPoint .icon.icon-companies {
        background: var(--blue);
        box-shadow: 0px 0px 96px 6px rgba(15, 95, 166, 0.6); }
      .svg__scene .iconPoint .icon.icon-technical {
        background: var(--orange);
        box-shadow: 0px 0px 86px 8px rgba(242, 120, 12, 0.6); }
      .svg__scene .iconPoint .icon.icon-events {
        background: var(--cyan);
        box-shadow: 0px 0px 94px 6px rgba(43, 176, 191, 0.6); }
      .svg__scene .iconPoint .icon.icon-form {
        background: var(--red);
        box-shadow: 0px 0px 98px 2px rgba(242, 45, 32, 0.6); }
      .svg__scene .iconPoint .icon i {
        color: var(--white);
        font-size: 30px;
        font-weight: 300; }
        @media screen and (max-width: 768px) {
          .svg__scene .iconPoint .icon i {
            font-size: 27px; } }
        @media screen and (max-width: 575px) {
          .svg__scene .iconPoint .icon i {
            font-size: 27px; } }
        @media screen and (max-width: 355px) {
          .svg__scene .iconPoint .icon i {
            font-size: 27px; } }

.section__testimonials {
  background-color: var(--light2); }
  .section__testimonials .swiper-button-next,
  .section__testimonials .swiper-button-prev {
    background-image: none;
    top: 10%;
    margin-top: 0;
    width: auto;
    height: auto; }
    @media screen and (max-width: 575px) {
      .section__testimonials .swiper-button-next,
      .section__testimonials .swiper-button-prev {
        display: none; } }
  .section__testimonials .swiper-button-prev {
    left: 25px;
    transform: translateX(0); }
  .section__testimonials .swiper-button-next {
    right: 25px;
    transform: translateX(0); }
  .section__testimonials .swiper-button-prev:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f177";
    font-size: 40px;
    color: var(--dark2);
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300; }
  .section__testimonials .swiper-button-next:before {
    font-family: "Font Awesome 6 Pro" !important;
    content: "\f178";
    font-size: 40px;
    color: var(--dark2);
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    font-weight: 300; }

.swiper {
  width: 80%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 575px) {
    .swiper {
      width: 100%; } }
  .swiper .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .swiper .swiper-slide .card .card-body {
      width: 82%; }
      @media screen and (max-width: 575px) {
        .swiper .swiper-slide .card .card-body {
          width: 100%; } }
    .swiper .swiper-slide .profile__img {
      margin: 0;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      overflow: hidden;
      position: relative;
      background-color: var(--white);
      display: flex;
      justify-content: center;
      align-items: center; }
      .swiper .swiper-slide .profile__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        z-index: 0; }

.bg__scene {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0; }

.bg__element {
  max-width: 100%;
  height: auto;
  position: absolute;
  display: flex; }
  .bg__element.lines1 {
    top: 64%;
    left: 68%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0; }
  .bg__element.lines2 {
    top: 43.5%;
    left: 71%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 2; }
  .bg__element.circle1 {
    top: 50%;
    left: 50%;
    z-index: 1;
    animation: spin1 30s linear infinite; }
  .bg__element.circle2 {
    top: 50%;
    left: 50%;
    z-index: 1;
    animation: spin2 80s linear infinite; }
  .bg__element.circle3 {
    top: 52%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1; }
  .bg__element.scheme1 {
    top: 42%;
    left: 30.5%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: fadeIn 2s infinite ease-out; }
  .bg__element.scheme2 {
    top: 43%;
    left: 21.5%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: fadeIn 3s infinite ease-out; }
  .bg__element.scheme3 {
    top: 73%;
    left: 21%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: fadeIn 4s infinite ease-out; }
  .bg__element.scheme4 {
    top: 23.2%;
    left: 38.7%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: fadeIn 5s infinite ease-out; }
  .bg__element.scheme5 {
    top: 65.5%;
    left: 35.5%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: fadeIn 6s infinite ease-out; }
  .bg__element.hex1 {
    top: 52%;
    left: 32%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: lighting 20s infinite; }
  .bg__element.hex2 {
    top: 62%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: lighting 20s infinite; }
  .bg__element.hex3 {
    top: 52%;
    left: 32%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: lighting 20s infinite; }
  .bg__element.hex4 {
    top: 48%;
    left: 37%;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 0;
    animation: lighting 20s infinite; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0) scale(0.6); }
  50% {
    opacity: 1;
    transform: translateZ(0) scale(1); }
  100% {
    opacity: 0;
    transform: translate3d(100px, 0, 0) scale(0.6); } }

@keyframes spin1 {
  from {
    transform: translate(-50%, -50%) rotate(360deg); }
  to {
    transform: translate(-50%, -50%) rotate(0deg); } }

@keyframes spin2 {
  from {
    transform: translate(-50%, -50%) rotate(0deg); }
  to {
    transform: translate(-50%, -50%) rotate(360deg); } }

@keyframes lighting {
  0% {
    opacity: 0;
    max-width: 0;
    max-height: 0; }
  50% {
    max-width: 100%;
    opacity: 1;
    max-height: 100%; }
  100% {
    max-width: 0;
    opacity: 0;
    max-height: 0; } }

.parallax {
  transition: transform 0.5s ease-out; }

.parallax:hover {
  transform: translate(-50%, -50%) scale(1.1); }

/* GLOBE */
.globe {
  position: relative;
  width: 100%;
  height: auto; }

.globe .globe-list {
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  list-style: none;
  display: none; }

.globe .globe-list {
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.globe .globe-list.active {
  opacity: 1; }

.globe .globe-list > li {
  opacity: 0.4;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  -webkit-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 1s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

.globe .globe-list > li.active {
  opacity: 1;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px; }

.globe .globe-list > li:before {
  content: "";
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00ffd3;
  -webkit-animation: 2s pulse infinite linear;
  -moz-animation: 2s pulse infinite linear;
  -ms-animation: 2s pulse infinite linear;
  -o-animation: 2s pulse infinite linear;
  animation: 2s pulse infinite linear; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -webkit-transform: scale(2); } }

@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -moz-transform: scale(2); } }

@-ms-keyframes pulse {
  0% {
    -ms-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -ms-transform: scale(2); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    -o-transform: scale(2); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0;
    transform: scale(2); } }

.globe .globe-list > li.active:before {
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px; }

.globe .globe-list > li.active,
.globe .globe-list > li.active:before {
  background: #ffffff; }

.globe .globe-list .text {
  position: absolute;
  opacity: 0.8;
  right: 21px;
  top: 50%;
  display: block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-align: right;
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
  color: #ffffff;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.globe .globe-list > li.active .text {
  opacity: 1;
  right: 29px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700; }

.globe .globe-canvas {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1; }

.globe svg {
  height: 100%;
  width: 100%;
  opacity: 0.3;
  animation: rotation 10s linear infinite; }

.svg-wrapper {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 76vh;
  height: 76%;
  left: 0;
  right: 0;
  top: 12%;
  margin: auto;
  transform: scale(0.5);
  transition: opacity 1s ease-out 1.6s,
 transform 1s ease-out 1.6s; }
  .svg-wrapper.active {
    opacity: 1;
    transform: none; }
  @media screen and (max-width: 575px) {
    .svg-wrapper {
      left: 50%;
      top: 50%; }
      .svg-wrapper.active {
        opacity: 1;
        transform: scale(1) translate(-50%, -50%); } }

@keyframes rotation {
  0% {
    transform: scaleX(-1) rotate(360deg); }
  100% {
    transform: scaleX(-1) rotate(0deg); } }

.section__about .card__about-item {
  margin-top: 80px;
  padding: 0 0 0 70px; }
  @media screen and (max-width: 768px) {
    .section__about .card__about-item {
      padding: 0; } }
  @media screen and (max-width: 575px) {
    .section__about .card__about-item {
      padding: 0; } }
  @media screen and (max-width: 355px) {
    .section__about .card__about-item {
      padding: 0; } }
  .section__about .card__about-item::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: white;
    display: flex;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .section__about .card__about-item::before {
        content: none; } }
    @media screen and (max-width: 575px) {
      .section__about .card__about-item::before {
        content: none; } }
    @media screen and (max-width: 355px) {
      .section__about .card__about-item::before {
        content: none; } }
  .section__about .card__about-item.card__ltr {
    padding: 0; }
    .section__about .card__about-item.card__ltr::before {
      content: none; }
    .section__about .card__about-item.card__ltr .card-header {
      padding: 0 70px 48px 0; }
      @media screen and (max-width: 768px) {
        .section__about .card__about-item.card__ltr .card-header {
          padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); } }
    .section__about .card__about-item.card__ltr .card-body {
      position: relative;
      padding: 0 70px 0 0; }
      @media screen and (max-width: 768px) {
        .section__about .card__about-item.card__ltr .card-body {
          padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); } }
      .section__about .card__about-item.card__ltr .card-body::after {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        right: 0;
        width: 1px;
        background-color: white;
        display: flex;
        margin: auto; }
        @media screen and (max-width: 768px) {
          .section__about .card__about-item.card__ltr .card-body::after {
            content: none; } }
        @media screen and (max-width: 575px) {
          .section__about .card__about-item.card__ltr .card-body::after {
            content: none; } }
        @media screen and (max-width: 355px) {
          .section__about .card__about-item.card__ltr .card-body::after {
            content: none; } }
  @media screen and (max-width: 768px) {
    .section__about .card__about-item .left__side {
      position: relative;
      padding: 0 0 0 20px; }
      .section__about .card__about-item .left__side::before {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: white;
        display: flex;
        margin: auto; } }
  @media screen and (max-width: 768px) {
    .section__about .card__about-item .right__side {
      position: relative;
      padding: 0 0 0 20px; }
      .section__about .card__about-item .right__side::after {
        content: "";
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        width: 1px;
        background-color: white;
        display: flex;
        margin: auto; } }
  .section__about .card__about-item .card__img {
    max-width: 100%;
    max-height: 450px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      .section__about .card__about-item .card__img {
        max-height: 325px; } }
    @media screen and (max-width: 575px) {
      .section__about .card__about-item .card__img {
        max-height: 325px; } }
    @media screen and (max-width: 355px) {
      .section__about .card__about-item .card__img {
        max-height: 320px; } }

.section__about .card__purpose .bg--img {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(40%) translateX(78%);
  -moz-transform: translateY(40%) translateX(78%);
  -ms-transform: translateY(40%) translateX(78%);
  -o-transform: translateY(40%) translateX(78%);
  transform: translateY(40%) translateX(78%); }
  @media screen and (max-width: 992px) {
    .section__about .card__purpose .bg--img {
      -webkit-transform: translateY(15%) translateX(65%);
      -moz-transform: translateY(15%) translateX(65%);
      -ms-transform: translateY(15%) translateX(65%);
      -o-transform: translateY(15%) translateX(65%);
      transform: translateY(15%) translateX(65%); } }
  @media screen and (max-width: 768px) {
    .section__about .card__purpose .bg--img {
      -webkit-transform: translateY(15%) translateX(35%);
      -moz-transform: translateY(15%) translateX(35%);
      -ms-transform: translateY(15%) translateX(35%);
      -o-transform: translateY(15%) translateX(35%);
      transform: translateY(15%) translateX(35%); } }
  .section__about .card__purpose .bg--img img {
    width: 100%;
    height: auto;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg); }
    @media screen and (max-width: 768px) {
      .section__about .card__purpose .bg--img img {
        margin: 40px 0 100px;
        -webkit-transform: rotate(75deg);
        -moz-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
        -o-transform: rotate(75deg);
        transform: rotate(75deg); } }

.section__about .card__statistic {
  padding-left: 30px;
  position: relative; }
  .section__about .card__statistic::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: white;
    display: flex;
    margin: auto; }

.product__gallery {
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 575px) {
    .product__gallery h3,
    .product__gallery .h3 {
      line-height: 40px !important; } }
  @media screen and (max-width: 575px) {
    .product__gallery .main-slide {
      margin: 0px 0px !important; } }
  .product__gallery .main-slide:hover .slick-list {
    overflow: visible; }
  .product__gallery .main-slide .img-slide {
    width: 100%; }
    .product__gallery .main-slide .img-slide img {
      border-radius: 5px !important; }
    .product__gallery .main-slide .img-slide .sxy-zoom-container {
      height: 100% !important;
      min-height: 440px;
      max-height: 445px;
      object-fit: cover;
      object-position: center;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
      .product__gallery .main-slide .img-slide .sxy-zoom-container .sxy-zoom-bg {
        aspect-ratio: 16/9;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    .product__gallery .main-slide .img-slide .zoom-image {
      display: flex;
      align-items: center;
      position: relative;
      overflow: hidden; }
      .product__gallery .main-slide .img-slide .zoom-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center; }
  .product__gallery .slider-nav .img-slide {
    position: relative;
    max-height: 120px !important;
    margin: 0 10px;
    width: 100%;
    cursor: pointer; }
    @media screen and (max-width: 575px) {
      .product__gallery .slider-nav .img-slide {
        max-height: 120px !important; } }
    .product__gallery .slider-nav .img-slide img {
      border-radius: 5px !important; }
    .product__gallery .slider-nav .img-slide::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 99;
      background-color: black;
      opacity: 0.4; }
    .product__gallery .slider-nav .img-slide.slick-current::before {
      content: none; }

.color__list .color-item {
  width: auto;
  margin-right: 7px;
  border: 1px solid transparent;
  padding: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .color__list .color-item:last-child {
    margin: 0; }
  .color__list .color-item.active {
    border: 1px solid #73bbd1;
    padding: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .color__list .color-item .color-btn {
    cursor: pointer;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 4px;
    display: block; }

.product__size .list__header .header-item {
  background-color: transparent;
  color: var(--grey-color2);
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 15px 0;
  border: none; }
  .product__size .list__header .header-item:nth-child(1) {
    width: 10%;
    text-align: left; }
  .product__size .list__header .header-item:nth-child(2) {
    width: 55%;
    text-align: center; }
  .product__size .list__header .header-item:nth-child(3) {
    width: 20%;
    text-align: left; }
  .product__size .list__header .header-item:nth-child(4) {
    width: 15%;
    text-align: center; }

.product__size .list__body {
  cursor: pointer;
  border: 1px solid var(--grey-color2);
  margin: 0 0 20px 0; }
  .product__size .list__body.active {
    border: 1px solid var(--primary-color); }
  .product__size .list__body .body-item {
    background-color: transparent;
    color: var(--grey-color2);
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    border: none; }
    .product__size .list__body .body-item:nth-child(1) {
      width: 10%;
      text-align: left;
      padding: 15px 10px; }
    .product__size .list__body .body-item:nth-child(2) {
      width: 55%;
      text-align: center; }
    .product__size .list__body .body-item:nth-child(3) {
      width: 20%;
      text-align: center; }
    .product__size .list__body .body-item:nth-child(4) {
      width: 15%;
      text-align: center; }

.products__related {
  margin-top: 120px; }
  @media screen and (max-width: 575px) {
    .products__related {
      margin-top: 90px; } }
  @media screen and (max-width: 575px) {
    .products__related h3,
    .products__related .h3 {
      font-size: 24px !important; } }

.hero-slider {
  width: 100%;
  height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0; }

@media (max-width: 991px) {
  .hero-slider {
    height: 500px; } }

@media (max-width: 767px) {
  .hero-slider {
    height: 400px; } }

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff; }

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left; }

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease; }

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible; }

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none; } }

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px); }

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f053";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900; }

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px); }

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 6 Pro" !important;
  content: "\f054";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900; }

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease; }

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1; }

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px; }

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    /*     display: none; */ } }

.swiper-pagination {
  text-align: left; }

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%); }

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px; } }

/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 700px;
  transition: all 0.4s ease; }
  @media screen and (max-width: 768px) {
    .hero-style {
      height: 600px; } }
  @media screen and (max-width: 575px) {
    .hero-style {
      height: 500px; } }
  @media screen and (max-width: 355px) {
    .hero-style {
      height: 500px; } }

.hero-style .content__wrap .card {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 5px;
  border: none;
  box-shadow: none;
  padding: 50px 40px; }
  @media screen and (max-width: 768px) {
    .hero-style .content__wrap .card {
      padding: 30px 30px !important; } }
  @media screen and (max-width: 575px) {
    .hero-style .content__wrap .card {
      padding: 30px 30px !important; } }
  @media screen and (max-width: 355px) {
    .hero-style .content__wrap .card {
      padding: 20px 20px !important; } }

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px; }

.hero-style .slide-title h2 {
  font-weight: 500 !important;
  font-size: 60px !important;
  line-height: 66px !important;
  color: #ffffff;
  margin: 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 9.5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease; }

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 55px !important;
    line-height: 60px !important; } }

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 45px !important;
    line-height: 50px !important;
    margin: 0 0 20px; } }

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px !important;
    line-height: 40px !important;
    margin: 0 0 20px; } }

.hero-style .slide-text p {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 27px !important;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 8.5rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease; }

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px !important;
    font-weight: normal;
    margin: 0 0 20px; } }

.hero-style .slide-btns > a:first-child {
  margin-right: 10px; }

/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
  background-color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  color: var(--secondary-color);
  border-radius: 3px;
  transition: all 0.4s ease; }

a {
  text-decoration: none;
  transition: all 0.2s ease; }

.theme-btn-s2 {
  background-color: rgba(255, 255, 255, 0.9);
  color: var(--secondary-color); }

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
  background-color: var(--primary-color);
  color: #fff; }

.theme-btn-s3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase; }

i.fa-chevron-circle-right {
  height: 22px;
  width: 22px; }

a:hover {
  text-decoration: none; }

@media (max-width: 991px) {
  .theme-btn,
  .theme-btn-s2,
  .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px; } }

@media (max-width: 767px) {
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px; } }

.main__jumbotron .cover {
  min-height: 100vh; }
  @media screen and (max-width: 575px) {
    .main__jumbotron .cover {
      padding: 6.25rem 1.25rem 1rem; } }
  @media screen and (max-width: 355px) {
    .main__jumbotron .cover {
      padding: 7.1875rem 1.25rem 1rem; } }

@media screen and (max-width: 575px) {
  .main__jumbotron .text-title {
    font-size: 0.75rem;
    line-height: 1.125rem; } }

@media screen and (max-width: 355px) {
  .main__jumbotron .text-title {
    font-size: 0.75rem;
    line-height: 1.125rem; } }

.main__jumbotron .col__cover::after {
  content: "";
  background: #cdcdcd;
  width: 11.75rem;
  height: 1px;
  margin: 20px 0; }
  @media screen and (max-width: 768px) {
    .main__jumbotron .col__cover::after {
      display: none; } }
  @media screen and (max-width: 575px) {
    .main__jumbotron .col__cover::after {
      display: block;
      width: 3.0625rem; } }
  @media screen and (max-width: 355px) {
    .main__jumbotron .col__cover::after {
      display: block;
      width: 3.0625rem; } }

.main__jumbotron .col__cover:last-child::after {
  display: none; }

.main__jumbotron .nav__btn {
  width: 71px;
  height: 71px; }
  @media screen and (max-width: 575px) {
    .main__jumbotron .nav__btn {
      width: 47px;
      height: 47px; } }
  @media screen and (max-width: 355px) {
    .main__jumbotron .nav__btn {
      width: 47px;
      height: 47px; } }
  .main__jumbotron .nav__btn::before {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    font-size: 1.375rem;
    border: none;
    position: absolute;
    color: white; }

.events__jumbotron {
  max-height: 540px; }
  .events__jumbotron .cover {
    min-height: 100vh; }
    @media screen and (max-width: 575px) {
      .events__jumbotron .cover {
        padding: 6.25rem 1.25rem 1rem; } }
    @media screen and (max-width: 355px) {
      .events__jumbotron .cover {
        padding: 7.1875rem 1.25rem 1rem; } }
  @media screen and (max-width: 575px) {
    .events__jumbotron .text-title {
      font-size: 0.75rem;
      line-height: 1.125rem; } }
  @media screen and (max-width: 355px) {
    .events__jumbotron .text-title {
      font-size: 0.75rem;
      line-height: 1.125rem; } }
  .events__jumbotron .col__cover::after {
    content: "";
    background: #cdcdcd;
    width: 11.75rem;
    height: 1px;
    margin: 20px 0; }
    @media screen and (max-width: 768px) {
      .events__jumbotron .col__cover::after {
        display: none; } }
    @media screen and (max-width: 575px) {
      .events__jumbotron .col__cover::after {
        display: block;
        width: 3.0625rem; } }
    @media screen and (max-width: 355px) {
      .events__jumbotron .col__cover::after {
        display: block;
        width: 3.0625rem; } }
  .events__jumbotron .col__cover:last-child::after {
    display: none; }
  .events__jumbotron .nav__btn {
    width: 71px;
    height: 71px; }
    @media screen and (max-width: 575px) {
      .events__jumbotron .nav__btn {
        width: 47px;
        height: 47px; } }
    @media screen and (max-width: 355px) {
      .events__jumbotron .nav__btn {
        width: 47px;
        height: 47px; } }
    .events__jumbotron .nav__btn::before {
      content: "\f063";
      font-family: "Font Awesome 5 Pro";
      font-size: 1.375rem;
      border: none;
      position: absolute;
      color: white; }

#circ {
  font-size: 0.6875rem;
  animation: spin 40s linear infinite;
  font-weight: 300;
  color: white; }
  @media screen and (max-width: 575px) {
    #circ {
      font-size: 0.5rem; } }
  @media screen and (max-width: 355px) {
    #circ {
      font-size: 0.5rem; } }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.bg-scene {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; }
  .bg-scene .sphere1 {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #145acc;
    display: block;
    position: relative;
    filter: blur(180.5px);
    top: 0;
    left: 50%; }
    @media screen and (max-width: 575px) {
      .bg-scene .sphere1 {
        width: 150px;
        height: 150px; } }
  .bg-scene .sphere2 {
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #ff7540;
    display: block;
    position: relative;
    filter: blur(180.5px);
    top: 25%;
    left: 25%; }
    @media screen and (max-width: 575px) {
      .bg-scene .sphere2 {
        width: 150px;
        height: 150px; } }

.section-presentation.overflow__section {
  overflow-y: visible; }
  @media screen and (max-width: 575px) {
    .section-presentation.overflow__section {
      overflow-y: visible; } }

.section-presentation .scroll-section {
  position: relative; }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .h1 {
      font-size: 32px;
      font-size: 2rem !important; }
    .section-presentation .scroll-section .h3 {
      font-size: 24px;
      font-size: 1.5rem !important; }
    .section-presentation .scroll-section .sub__title1 {
      font-size: 20px;
      font-size: 1.25rem !important; } }
  .section-presentation .scroll-section .point-img.point1 {
    left: calc(6% - 2px); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-img.point1 {
        left: calc(40% - 2px); } }
  .section-presentation .scroll-section .point-img.point2 {
    position: relative;
    top: calc(-65% + 5px);
    left: calc(17% - 2px); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-img.point2 {
        top: calc(-84% + 5px);
        left: calc(17% - 2px); } }
  .section-presentation .scroll-section .point-img.point3 {
    position: relative;
    top: calc(20% - 5px);
    left: calc(17% - 2px);
    background-color: var(--light1);
    transition-duration: 800ms; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-img.point3 {
        position: absolute;
        width: max-content;
        top: calc(48% - 5px);
        left: calc(55% - 2px); } }
  .section-presentation .scroll-section .point-img.point4 {
    top: calc(-20% - 5px); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-img.point4 {
        top: 0;
        left: calc(35% - 2px); } }
  .section-presentation .scroll-section .point-img.point5 {
    top: 0;
    left: calc(15% - 2px); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-img.point5 {
        left: calc(40% - 2px); } }
  .section-presentation .scroll-section .point-img.point6 {
    position: relative;
    top: calc(-12% - 5px);
    left: calc(15% - 2px);
    background-color: var(--light1);
    transition-duration: 900ms; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-img.point6 {
        position: relative;
        width: max-content;
        top: calc(-2% - 5px);
        left: calc(35% - 2px); } }
  .section-presentation .scroll-section .point-icon.point1 {
    box-shadow: 0px 0px 200px 2px var(--red);
    background-color: var(--red); }
  .section-presentation .scroll-section .point-icon.point2 {
    top: calc(-68% + 5px);
    left: calc(17% - 2px);
    box-shadow: 0px 0px 200px 2px var(--cyan);
    background-color: var(--cyan); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-icon.point2 {
        top: calc(-84% + 5px);
        left: calc(2% - 2px); } }
  .section-presentation .scroll-section .point-icon.point3 {
    top: 30%;
    box-shadow: 0px 0px 200px 2px var(--blue);
    background-color: var(--blue);
    transition-duration: 500ms; }
  .section-presentation .scroll-section .point-icon.point4 {
    top: calc(-20% + 5px);
    box-shadow: 0px 0px 86px 8px var(--orange);
    background-color: var(--orange); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-icon.point4 {
        top: 0; } }
  .section-presentation .scroll-section .point-icon.point5 {
    top: 0;
    left: calc(-5% - 2px);
    box-shadow: 0px 0px 86px 8px var(--indigo);
    background-color: var(--indigo); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .point-icon.point5 {
        left: 0; } }
  .section-presentation .scroll-section .point-icon.point6 {
    top: 0;
    left: calc(-5% - 2px);
    box-shadow: 0px 0px 86px 8px var(--green2);
    background-color: var(--green2);
    transition-duration: 500ms; }
  .section-presentation .scroll-section .vertical-line {
    position: relative !important; }
    .section-presentation .scroll-section .vertical-line.point1 .line {
      left: calc(16% - 2px);
      background: linear-gradient(var(--red), var(--red), rgba(242, 45, 32, 0), transparent); }
      @media screen and (max-width: 575px) {
        .section-presentation .scroll-section .vertical-line.point1 .line {
          left: calc(60% - 2px); } }
      .section-presentation .scroll-section .vertical-line.point1 .line::after {
        right: -17px;
        background: linear-gradient(var(--red), var(--red), rgba(242, 45, 32, 0), transparent); }
        @media screen and (max-width: 575px) {
          .section-presentation .scroll-section .vertical-line.point1 .line::after {
            right: -9px; } }
    .section-presentation .scroll-section .vertical-line.point2 {
      top: calc(-69% + 5px); }
      @media screen and (max-width: 575px) {
        .section-presentation .scroll-section .vertical-line.point2 {
          top: calc(-84% + 5px);
          left: calc(15% - 2px); } }
      .section-presentation .scroll-section .vertical-line.point2 .line {
        left: calc(38% - 2px);
        background: linear-gradient(180deg, var(--cyan) 0%, transparent 40%, #f22d20 100%); }
        .section-presentation .scroll-section .vertical-line.point2 .line::after {
          right: -9px;
          background: linear-gradient(180deg, var(--cyan) 0%, transparent 40%, #f22d20 100%); }
    .section-presentation .scroll-section .vertical-line.point3 {
      top: -30%; }
      @media screen and (max-width: 575px) {
        .section-presentation .scroll-section .vertical-line.point3 {
          top: calc(-74% + 5px);
          left: calc(58% - 2px); } }
      .section-presentation .scroll-section .vertical-line.point3 .line {
        left: calc(25% - 2px);
        background: linear-gradient(180deg, #f22d20 0%, transparent 40%, var(--blue) 100%);
        transition-duration: 0ms; }
        .section-presentation .scroll-section .vertical-line.point3 .line::after {
          left: -8px;
          background: linear-gradient(180deg, #f22d20 0%, transparent 40%, var(--blue) 100%); }
    .section-presentation .scroll-section .vertical-line.point4 {
      top: -20%; }
      @media screen and (max-width: 575px) {
        .section-presentation .scroll-section .vertical-line.point4 {
          top: 0;
          left: calc(49% - 2px); } }
      .section-presentation .scroll-section .vertical-line.point4 .line {
        left: calc(13% - 2px);
        background: linear-gradient(180deg, var(--orange) 0%, transparent 40%, var(--indigo) 100%); }
        .section-presentation .scroll-section .vertical-line.point4 .line::after {
          right: -16px;
          background: linear-gradient(180deg, var(--orange) 0%, transparent 40%, var(--indigo) 100%); }
          @media screen and (max-width: 575px) {
            .section-presentation .scroll-section .vertical-line.point4 .line::after {
              right: -9px; } }
    .section-presentation .scroll-section .vertical-line.point5 {
      top: -100%; }
      @media screen and (max-width: 575px) {
        .section-presentation .scroll-section .vertical-line.point5 {
          top: 0; } }
      .section-presentation .scroll-section .vertical-line.point5 .line {
        left: calc(13% - 2px);
        background: linear-gradient(180deg, rgba(102, 137, 242, 0) 0.01%, var(--indigo) 0, 9%, rgba(128, 166, 101, 0) 80%, var(--green2) 100%);
        transition-duration: 100ms; }
        @media screen and (max-width: 575px) {
          .section-presentation .scroll-section .vertical-line.point5 .line {
            left: calc(45% - 2px); } }
        .section-presentation .scroll-section .vertical-line.point5 .line::after {
          right: -16px;
          background: linear-gradient(180deg, rgba(102, 137, 242, 0) 0.01%, var(--indigo) 0, 9%, rgba(128, 166, 101, 0) 80%, var(--green2) 100%); }
          @media screen and (max-width: 575px) {
            .section-presentation .scroll-section .vertical-line.point5 .line::after {
              right: -9px; } }
    .section-presentation .scroll-section .vertical-line.point6 {
      top: -100%; }
      @media screen and (max-width: 575px) {
        .section-presentation .scroll-section .vertical-line.point6 {
          top: -122%; } }
      .section-presentation .scroll-section .vertical-line.point6 .line {
        left: calc(13% - 2px);
        background: linear-gradient(180deg, rgba(128, 166, 101, 0) 0.01%, #80a665 100%);
        transition-duration: 100ms; }
        @media screen and (max-width: 575px) {
          .section-presentation .scroll-section .vertical-line.point6 .line {
            left: calc(45% - 2px); } }
        .section-presentation .scroll-section .vertical-line.point6 .line::after {
          right: -16px;
          background: linear-gradient(180deg, rgba(128, 166, 101, 0) 0.01%, #80a665 100%); }
          @media screen and (max-width: 575px) {
            .section-presentation .scroll-section .vertical-line.point6 .line::after {
              right: -9px; } }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .examples-work.point1 {
      margin-top: 7%; } }
  .section-presentation .scroll-section .examples-work.point1 img {
    opacity: 0;
    -webkit-transform: scale(0.92) translateZ(0);
    -moz-transform: scale(0.92) translateZ(0);
    -ms-transform: scale(0.92) translateZ(0);
    -o-transform: scale(0.92) translateZ(0);
    transform: scale(0.92) translateZ(0); }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .examples-work.point1 img:nth-child(3) {
        margin-top: -15%;
        width: 88%;
        margin-left: auto;
        margin-right: auto; } }
  .section-presentation .scroll-section .examples-work.point1.active img {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0);
    -moz-transform: scale(1) translateZ(0);
    -ms-transform: scale(1) translateZ(0);
    -o-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0); }
  .section-presentation .scroll-section .examples-work.point2 img {
    opacity: 0;
    -webkit-transform: scale(0.92) translateZ(0) translateY(-20%) !important;
    -moz-transform: scale(0.92) translateZ(0) translateY(-20%) !important;
    -ms-transform: scale(0.92) translateZ(0) translateY(-20%) !important;
    -o-transform: scale(0.92) translateZ(0) translateY(-20%) !important;
    transform: scale(0.92) translateZ(0) translateY(-20%) !important; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .examples-work.point2 img {
        -webkit-transform: scale(1) translateZ(0) translateY(-30%) !important;
        -moz-transform: scale(1) translateZ(0) translateY(-30%) !important;
        -ms-transform: scale(1) translateZ(0) translateY(-30%) !important;
        -o-transform: scale(1) translateZ(0) translateY(-30%) !important;
        transform: scale(1) translateZ(0) translateY(-30%) !important; } }
  .section-presentation .scroll-section .examples-work.point2.active img {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(-13%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(-13%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(-13%) !important;
    -o-transform: scale(1) translateZ(0) translateY(-13%) !important;
    transform: scale(1) translateZ(0) translateY(-13%) !important; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .examples-work.point2.active img {
        -webkit-transform: scale(1) translateZ(0) translateY(-10%) !important;
        -moz-transform: scale(1) translateZ(0) translateY(-10%) !important;
        -ms-transform: scale(1) translateZ(0) translateY(-10%) !important;
        -o-transform: scale(1) translateZ(0) translateY(-10%) !important;
        transform: scale(1) translateZ(0) translateY(-10%) !important; } }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .examples-work.point3 {
      position: relative;
      background-color: var(--light1); } }
  .section-presentation .scroll-section .examples-work.point3 img {
    background-color: var(--light1);
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(5%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(5%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(5%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(5%) !important;
    transform: scale(0.96) translateZ(0) translateY(5%) !important; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .examples-work.point3 img:nth-child(2) {
        margin-top: 20%; } }
  .section-presentation .scroll-section .examples-work.point3.active img {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(5%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(5%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(5%) !important;
    -o-transform: scale(1) translateZ(0) translateY(5%) !important;
    transform: scale(1) translateZ(0) translateY(5%) !important; }
  .section-presentation .scroll-section .examples-work.point4 .card__request {
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    transform: scale(0.96) translateZ(0) translateY(10%) !important; }
  .section-presentation .scroll-section .examples-work.point4 img {
    background-color: var(--light1);
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(10%) !important;
    transform: scale(0.96) translateZ(0) translateY(10%) !important; }
  .section-presentation .scroll-section .examples-work.point4.active img {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(10%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(10%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(10%) !important;
    -o-transform: scale(1) translateZ(0) translateY(10%) !important;
    transform: scale(1) translateZ(0) translateY(10%) !important;
    transition-duration: 300ms; }
  .section-presentation .scroll-section .examples-work.point4.active .card__request {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(10%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(10%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(10%) !important;
    -o-transform: scale(1) translateZ(0) translateY(10%) !important;
    transform: scale(1) translateZ(0) translateY(10%) !important;
    transition-duration: 800ms; }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .examples-work.point5 {
      margin-top: -15%; } }
  .section-presentation .scroll-section .examples-work.point5 img {
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(0%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(0%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(0%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(0%) !important;
    transform: scale(0.96) translateZ(0) translateY(0%) !important; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .examples-work.point5 img:nth-child(5) {
        margin-top: 15%; } }
  .section-presentation .scroll-section .examples-work.point5.active img {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(-5%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(-5%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(-5%) !important;
    -o-transform: scale(1) translateZ(0) translateY(-5%) !important;
    transform: scale(1) translateZ(0) translateY(-5%) !important; }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section .examples-work.point6 {
      -webkit-transform: translateY(-15%) !important;
      -moz-transform: translateY(-15%) !important;
      -ms-transform: translateY(-15%) !important;
      -o-transform: translateY(-15%) !important;
      transform: translateY(-15%) !important; } }
  .section-presentation .scroll-section .examples-work.point6 img:nth-child(1) {
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(-56%) translateX(48%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(-56%) translateX(48%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(-56%) translateX(48%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(-56%) translateX(48%) !important;
    transform: scale(0.96) translateZ(0) translateY(-56%) translateX(48%) !important; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .examples-work.point6 img:nth-child(1) {
        -webkit-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        -moz-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        -ms-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        -o-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important; } }
  .section-presentation .scroll-section .examples-work.point6 img:nth-child(2) {
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(-30%) translateX(-5%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(-30%) translateX(-5%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(-30%) translateX(-5%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(-30%) translateX(-5%) !important;
    transform: scale(0.96) translateZ(0) translateY(-30%) translateX(-5%) !important; }
  .section-presentation .scroll-section .examples-work.point6 img:nth-child(4) {
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important; }
  .section-presentation .scroll-section .examples-work.point6 img:nth-child(6) {
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important; }
  .section-presentation .scroll-section .examples-work.point6 img:nth-child(8) {
    opacity: 0;
    -webkit-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -moz-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -ms-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    -o-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
    transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important; }
  .section-presentation .scroll-section .examples-work.point6.active img:nth-child(1) {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(-56%) translateX(48%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(-56%) translateX(48%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(-56%) translateX(48%) !important;
    -o-transform: scale(1) translateZ(0) translateY(-56%) translateX(48%) !important;
    transform: scale(1) translateZ(0) translateY(-56%) translateX(48%) !important;
    transition-delay: 120ms; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section .examples-work.point6.active img:nth-child(1) {
        -webkit-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        -moz-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        -ms-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        -o-transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important;
        transform: scale(0.96) translateZ(0) translateY(0%) translateX(0%) !important; } }
  .section-presentation .scroll-section .examples-work.point6.active img:nth-child(2) {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(-30%) translateX(-5%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(-30%) translateX(-5%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(-30%) translateX(-5%) !important;
    -o-transform: scale(1) translateZ(0) translateY(-30%) translateX(-5%) !important;
    transform: scale(1) translateZ(0) translateY(-30%) translateX(-5%) !important;
    transition-delay: 500ms; }
  .section-presentation .scroll-section .examples-work.point6.active img:nth-child(4) {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -o-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    transition-delay: 500ms; }
  .section-presentation .scroll-section .examples-work.point6.active img:nth-child(6) {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -o-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    transition-delay: 500ms; }
  .section-presentation .scroll-section .examples-work.point6.active img:nth-child(8) {
    opacity: 1;
    -webkit-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -moz-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -ms-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    -o-transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    transform: scale(1) translateZ(0) translateY(0%) translateX(0%) !important;
    transition-delay: 500ms; }
  .section-presentation .scroll-section .info-block {
    margin-top: 20%; }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section.point1 .info-block {
      margin-top: 7%; } }
  @media screen and (max-width: 575px) {
    .section-presentation .scroll-section.point2 .info-block {
      margin-top: 7%; } }
  .section-presentation .scroll-section.point5 .info-block {
    margin-top: 0; }
  .section-presentation .scroll-section.point5 .content-text {
    position: absolute;
    top: 15%;
    left: 75%;
    width: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .section-presentation .scroll-section.point6 .info-block {
    margin-top: 0; }
  .section-presentation .scroll-section.point6 .content-text1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section.point6 .content-text1 {
        position: relative;
        width: 100%; } }
  .section-presentation .scroll-section.point6 .content-text2 {
    position: absolute;
    top: 27%;
    right: 10%;
    width: 20%; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section.point6 .content-text2 {
        position: relative;
        width: 100%;
        right: 0; } }
  .section-presentation .scroll-section.point6 .content-text3 {
    position: absolute;
    top: 56%;
    left: 2%;
    width: 25%; }
    @media screen and (max-width: 575px) {
      .section-presentation .scroll-section.point6 .content-text3 {
        position: relative;
        width: 100%;
        left: 0; } }

.section__services {
  background: linear-gradient(44deg, #476caa85 -25%, transparent 53.81%); }

.section__request .success-animate {
  position: relative;
  max-height: 241px;
  -webkit-transform: translateY(-10%) scale(1.5);
  -moz-transform: translateY(-10%) scale(1.5);
  -ms-transform: translateY(-10%) scale(1.5);
  -o-transform: translateY(-10%) scale(1.5);
  transform: translateY(-10%) scale(1.5); }

.tabSwiper {
  border-bottom: 1px solid var(--grey-color2);
  position: relative;
  z-index: 1; }
  .tabSwiper.products__grid {
    position: relative; }
    .tabSwiper.products__grid::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      background: transparent;
      background: -webkit-linear-gradient(legacy-direction(to right), transparent 90%, var(--secondary-color) 100%);
      background: linear-gradient(to right, transparent 90%, var(--secondary-color) 100%); }
  .tabSwiper .nav {
    margin: 0 !important; }
    .tabSwiper .nav .nav-item .nav-link {
      font-weight: 400;
      font-size: 18px;
      line-height: 24px;
      color: var(--grey-color2);
      width: 100%;
      border-radius: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding: 16px 0;
      min-height: 70px;
      height: 100%;
      max-height: 100%;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .tabSwiper .nav .nav-item .nav-link:after {
        content: "";
        background-color: var(--primary-color);
        border-radius: 5px;
        width: 100%;
        height: 6px;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: end;
        position: absolute;
        transform: translateY(50px);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .tabSwiper .nav .nav-item .nav-link.active {
        background-color: transparent;
        padding: 16px 0;
        border-radius: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .tabSwiper .nav .nav-item .nav-link.active:after {
          transform: translateY(0);
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .tabSwiper .nav .nav-item .nav-link:not(.active):hover {
        background-color: transparent;
        box-shadow: none;
        outline: none;
        color: var(--primary-color);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }

.tab-content .img__product {
  min-height: 259px;
  max-height: 260px;
  width: -webkit-fill-available;
  height: fit-content;
  object-fit: cover;
  object-position: center; }
  @media screen and (max-width: 575px) {
    .tab-content .img__product {
      min-height: 175px;
      max-height: 180px; } }

.icon__container {
  width: 64px;
  height: 64px;
  margin-bottom: 28px; }
  .icon__container i {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    background-color: var(--light2);
    font-size: 28px;
    color: var(--white);
    border-radius: 50%; }

@media screen and (max-width: 768px) {
  .card__cover {
    padding: 54px 62px 42px; } }

@media screen and (max-width: 575px) {
  .card__cover {
    padding: 54px 42px 42px; } }

.card__cover .title-cover {
  position: relative;
  z-index: 0; }
  .card__cover .title-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--light1);
    transform: skew(-20deg) translateX(-8%);
    z-index: -1; }

.section__partners .card__partner img {
  max-height: 80px;
  filter: grayscale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.section__partners .card__partner:hover img {
  filter: grayscale(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.card__service {
  padding: 24px 16px 16px 16px;
  min-height: 125px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; }
  .card__service p {
    font-size: 15px;
    font-weight: 500;
    text-align: center; }

.card__request {
  padding: 3rem 6.375rem; }
  @media screen and (max-width: 575px) {
    .card__request {
      padding: 1.875rem 1.5625rem; }
      .card__request .h2 {
        font-size: 24px;
        font-size: 1.5rem !important; } }

.section__options .card {
  border-radius: 36px;
  background: var(--white);
  padding: 40px 20px 40px 40px;
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .section__options .card ul {
    margin-bottom: 42px; }
    .section__options .card ul li i {
      font-size: 18px;
      color: var(--green);
      margin-right: 10px; }
  .section__options .card:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s; }
  .section__options .card.active {
    margin-top: 11px;
    background: linear-gradient(301deg, var(--primary) 9%, transparent) var(--secondary) 101.81%;
    z-index: 1;
    -webkit-transform: scale(1.18);
    -moz-transform: scale(1.18);
    -ms-transform: scale(1.18);
    -o-transform: scale(1.18);
    transform: scale(1.18);
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -ms-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    @media screen and (max-width: 575px) {
      .section__options .card.active {
        margin-top: 0;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); } }
    .section__options .card.active ul {
      margin-bottom: 50px; }
      .section__options .card.active ul li {
        background-color: transparent; }
        .section__options .card.active ul li i {
          color: var(--white); }

.section__contacts .card {
  border-radius: 36px;
  background: var(--white);
  padding: 40px 50px 27px 50px;
  box-shadow: none;
  -webkit-transition: box-shadow 0.3s;
  -moz-transition: box-shadow 0.3s;
  -ms-transition: box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s; }
  .section__contacts .card i {
    font-size: 36px; }
  .section__contacts .card:hover {
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s; }

footer {
  position: relative;
  overflow: hidden;
  display: table; }
  footer .globe {
    position: absolute;
    filter: blur(1px); }
  footer .footer__head {
    padding: 72px 0 40px 0; }
    @media screen and (max-width: 575px) {
      footer .footer__head {
        padding: 40px 0 40px 0; } }
  footer .company__logo {
    margin-bottom: 34px; }
    @media screen and (max-width: 575px) {
      footer .company__logo {
        margin-bottom: 30px; } }
  footer .contact__list li a,
  footer .list-group li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    footer .contact__list li a:active,
    footer .list-group li a:active {
      color: var(--grey1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    footer .contact__list li a:hover, footer .contact__list li a:focus,
    footer .list-group li a:hover,
    footer .list-group li a:focus {
      color: var(--grey1);
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    @media screen and (max-width: 575px) {
      footer .contact__list li a,
      footer .list-group li a {
        font-size: 16px; } }
  footer .social__list li a {
    width: 36px;
    height: 36px;
    border-radius: 40px;
    background-color: var(--dark1);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    footer .social__list li a:active {
      background-color: var(--dark2) !important;
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    footer .social__list li a:hover, footer .social__list li a:focus {
      background-color: var(--dark2);
      -webkit-transition: background-color 0.3s;
      -moz-transition: background-color 0.3s;
      -ms-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      footer .social__list li a:hover i, footer .social__list li a:focus i {
        color: var(--white) !important; }
  footer .hr__border {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 0 40px 0;
    margin: 0; }
  footer .footer__sub {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0 0 0; }
    footer .footer__sub img {
      max-height: 15px; }
    footer .footer__sub .rights__reserved,
    footer .footer__sub .privacy,
    footer .footer__sub .terms {
      font-weight: 300;
      color: var(--white);
      font-size: 10px; }
      @media screen and (max-width: 575px) {
        footer .footer__sub .rights__reserved,
        footer .footer__sub .privacy,
        footer .footer__sub .terms {
          font-size: 11px; } }

.swiper-container .swiper__nav .swiper-button-next {
  background-image: none; }

.swiper-container .swiper__nav .swiper-button-prev {
  background-image: none; }

.swiper-container .swiper__nav .btn__next {
  width: 36px;
  height: 36px;
  color: var(--primary-color);
  font-size: 36px;
  margin-left: 10px;
  margin-right: 0;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .swiper-container .swiper__nav .btn__next:hover {
    background: transparent;
    background-color: transparent;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.swiper-container .swiper__nav .btn__prev {
  width: 36px;
  height: 36px;
  color: var(--primary-color);
  font-size: 36px;
  margin-left: auto;
  margin-right: 10px;
  left: auto;
  right: 20%;
  transform: translateX(-20%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .swiper-container .swiper__nav .btn__prev:hover {
    background: transparent;
    background-color: transparent;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.certificate__slider .card .img__certificate {
  width: fit-content;
  min-height: 350px;
  max-height: 354px;
  width: -webkit-fill-available;
  height: fit-content;
  object-fit: contain;
  object-position: center;
  backdrop-filter: blur(15px);
  background-color: var(--primary-color);
  padding: 20px 0; }
  @media screen and (max-width: 575px) {
    .certificate__slider .card .img__certificate {
      min-height: 175px;
      max-height: 180px; } }

/* Slider */
.slick-slide {
  margin: 0px 20px; }

.slick-slider {
  padding: 20px;
  height: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  /* background-color: white; */ }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: flex; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 100%; */ }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: flex;
  height: 100%;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.logo-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 10px;
  background: #212121;
  background-clip: padding-box;
  /* !importanté */
  border: solid 1px transparent;
  /* !importanté */
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .logo-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    /* !importanté */
    border-radius: inherit;
    /* !importanté */
    background: linear-gradient(to bottom, transparent 90%, var(--primary-color) 100%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .logo-slide:hover::before {
    background: linear-gradient(to bottom, transparent, var(--primary-color));
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

.logo-slide img {
  margin: auto;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
  aspect-ratio: 16/9; }

.slider-arrow button {
  width: 36px;
  height: 36px;
  font-size: 36px;
  background: transparent;
  background-color: transparent;
  border-radius: 0;
  color: var(--primary-color);
  border: none;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .slider-arrow button:hover {
    background: transparent;
    background-color: transparent;
    color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
