@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

html {
  overflow-x: hidden;
}

@media only screen and (max-width: 1430px) {
  html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) {
  html {
    font-size: 17px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

body {
  margin: 0 !important;
  font-size: 1rem;
  line-height: 1.64em;
  color: #161616;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  outline: 0 !important;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
  border: 0;
  height: auto;
  outline: 0 !important;
}

a {
  text-decoration: none;
  color: #5C18CB;
  outline: 0 !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #000000;
}

.btn, input[type="submit"], button[type="submit"], .wp-block-button__link {
  text-decoration: none;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 0.625rem 0.9375rem;
  background: #5C18CB;
  color: #ffffff;
  border: 0;
  line-height: normal;
  border-radius: 0.1875rem;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .btn, input[type="submit"], button[type="submit"], .wp-block-button__link {
    font-size: 1.3125rem;
    padding: 1.375rem 2.8125rem;
  }
}

.white-btn.btn, input.white-btn[type="submit"], button.white-btn[type="submit"], .white-btn.wp-block-button__link {
  background-color: #ffffff;
  color: #000000;
}

.white-btn.btn:hover, input.white-btn:hover[type="submit"], button.white-btn:hover[type="submit"], .white-btn.wp-block-button__link:hover {
  background-color: #000000;
  color: #ffffff;
}

.btn:hover, input:hover[type="submit"], button:hover[type="submit"], .wp-block-button__link:hover {
  background: #000000;
  color: #ffffff;
}

.btn, input[type="submit"], button[type="submit"], .wp-block-button__link {
  outline: 0 !important;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-btn {
  color: #000000;
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.arrow-btn::after {
  content: "";
  background: url(../images/btn-arrow.svg) no-repeat;
  background-size: 100% 100%;
  width: 1.75rem;
  height: 1rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8125rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.arrow-btn:hover::after {
  margin-left: 1.25rem;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: normal;
  margin: 0 0 1.5625rem 0;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  line-height: normal;
  clear: none;
}

h1, .h1 {
  font-size: 1.875rem;
}

@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 4.3125rem;
  }
}

h2, .h2 {
  font-size: 1.625rem;
}

@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 2.5rem;
  }
}

h3, .h3 {
  font-size: 1.375rem;
}

@media (min-width: 1024px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  h5, .h5 {
    font-size: 1.5rem;
  }
}

h6, .h6 {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  h6, .h6 {
    font-size: 1.25rem;
  }
}

p {
  margin: 0 0 1.25rem 0;
}

sup {
  font-size: 0.6em;
}

b, strong {
  font-weight: bold;
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.wp-block-image .alignleft {
  float: none;
  margin: 0 auto 1.25rem auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .wp-block-image .alignleft {
    float: left;
    margin: 0 0 1.25rem 1.25rem;
    width: auto;
  }
}

.wp-block-image .alignright {
  float: none;
  margin: 0 auto 1.25rem auto;
  width: 100%;
}

@media (min-width: 1024px) {
  .wp-block-image .alignright {
    float: right;
    margin: 0 0 1.25rem 1.25rem;
    width: auto;
  }
}

.wp-block-image .alignnone {
  float: none;
  margin: 0 0 1.25rem 0;
  display: block;
}

.wp-block-image .aligncenter {
  float: none;
  margin: 0 auto 1.25rem auto;
  display: list-item;
}

.wp-block-image img {
  width: 100%;
}

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

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

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

table {
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 0.9375rem;
  border: 0.0625rem solid #000000;
}

table td {
  padding: 0.5em 1em;
  border-width: 0 0 0 0.0625rem;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-left: 0.0625rem solid #000000;
  border-bottom: 0.0625rem solid #000000;
}

table td:first-child {
  border-left-width: 0;
}

table th {
  padding: 0.5em 1em;
  border-width: 0 0 0 0.0625rem;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  border-left: 0.0625rem solid #000000;
  border-bottom: 0.0625rem solid #000000;
}

table th:first-child {
  border-left-width: 0;
}

thead {
  text-align: left;
  vertical-align: bottom;
  background-color: #000000;
  color: #000000;
}

ul:not([class]) {
  margin: 0;
  padding: 0 0 0.9375rem 1.875rem;
}

ul:not([class]) li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}

ul:not([class]) li::before {
  content: "•";
  position: relative;
  left: -0.75rem;
  color: #000000;
}

ol:not([class]) {
  margin: 0;
  padding: 0 0 0.9375rem 1.875rem;
  counter-reset: number;
}

ol:not([class]) li {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style: none;
  position: relative;
  counter-increment: number;
}

ol:not([class]) li::before {
  content: counter(number) ". ";
  position: relative;
  left: -0.75rem;
  color: #000000;
}

input {
  outline: 0 !important;
}

input:focus {
  outline: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0px !important;
}

textarea::focus {
  outline: none;
}

select {
  outline: 0px !important;
}

.container, .alignwide {
  width: 48rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (min-width: 1024px) {
  .container, .alignwide {
    width: 88.75rem;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

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

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

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

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

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], input[type="file"], select, textarea {
  width: 100%;
  height: 2.8125rem;
  font-size: 1rem;
  padding: 0 0.9375rem;
  outline: none;
  border: 0.0625rem solid #A9A9A9;
  border-radius: 0.3125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
}

@media (min-width: 1024px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], input[type="file"], select, textarea {
    font-size: 1.125rem;
    padding: 0 1.25rem;
    height: 3.125rem;
  }
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000000;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000000;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="range"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, input[type="file"]::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000000;
}

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="number"]::placeholder, input[type="tel"]::placeholder, input[type="range"]::placeholder, input[type="date"]::placeholder, input[type="month"]::placeholder, input[type="week"]::placeholder, input[type="time"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="color"]::placeholder, input[type="file"]::placeholder, select::placeholder, textarea::placeholder {
  color: #000000;
}

input[type="file"] {
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

textarea {
  height: 6.25rem;
  padding: 0.9375rem;
}

@media (min-width: 1024px) {
  textarea {
    height: 9.375rem;
    padding: 1.25rem;
  }
}

.custom-separator {
  width: 5rem !important;
  height: 0.3125rem !important;
  margin: 2.5rem 0 2.5rem 0;
}

@media (min-width: 1024px) {
  .custom-separator {
    margin: 3.75rem 0 3.75rem 0;
  }
}

.row {
  margin: 0 -0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > div {
  padding: 0 0.9375rem;
}

.col-3 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-3 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-3 {
    width: 25%;
  }
}

.col-4 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-4 {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .col-4 {
    width: 33.33%;
  }
}

.col-6 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-6 {
    width: 50%;
  }
}

.col-8 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-8 {
    width: 66.66%;
  }
}

.col-9 {
  width: 100%;
}

@media (min-width: 1024px) {
  .col-9 {
    width: 75%;
  }
}

.col-12 {
  width: 100%;
}

.stack-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.stack-btn .btn {
  margin: 0 0.625rem 0.625rem 0px;
}

.stack-btn.justify-center .btn {
  margin: 0 0.3125rem 0.625rem;
}

.site-header {
  padding: 1.25rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 1024px) {
  .site-header {
    padding: 1.875rem 0;
  }
}

.site-header__inner {
  position: relative;
}

.site-header__left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header__right .btn {
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
}

@media (min-width: 1024px) {
  .site-header__right .btn {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}

.site-header__nav {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 0.75rem 1.25rem;
  border-radius: 6.25rem;
}

@media (min-width: 1024px) {
  .site-header__nav {
    display: block;
  }
}

.site-header__nav .menu {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.site-header__nav .menu li {
  display: inline-block;
  padding: 0 1.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}

.site-header__nav .menu li.hide-menu {
  display: inline-block;
}

@media (min-width: 1024px) {
  .site-header__nav .menu li.hide-menu {
    display: none;
  }
}

.site-header__nav .menu li a {
  color: #5C18CB;
}

.site-header__nav .menu li a:hover {
  color: #000000;
}

.site-header__nav .menu li.current-menu-item a {
  color: #000000;
}

.site-header__hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1.5625rem;
  height: 1.25rem;
  cursor: pointer;
  margin-right: 0.9375rem;
  z-index: 3;
}

@media (min-width: 1024px) {
  .site-header__hamburger {
    margin-right: 1.875rem;
    width: 2.0625rem;
  }
}

.site-header__hamburger span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 0.125rem;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.site-header__hamburger span:nth-child(2) {
  margin: 0.31rem 0;
}

.site-header__hamburger span:nth-child(3) {
  width: 85%;
}

.site-header__hamburger:hover span:nth-child(3) {
  width: 100%;
}

.site-header__logo {
  z-index: 3;
}

.site-header__logo img {
  width: 11.25rem;
}

@media (min-width: 1024px) {
  .site-header__logo img {
    width: 20rem;
  }
}

.site-header.sticky-header {
  background: #282E3C;
  padding: 0.9375rem 0;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .site-header.sticky-header {
    padding: 1.25rem 0;
  }
}

.site-header .container {
  width: 100%;
}

@media (min-width: 1024px) {
  .site-header .container {
    width: 97%;
  }
}

.menu-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.site-header__menu {
  position: fixed;
  z-index: 4;
}

.site-header__menu::before, .site-header__menu::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(92, 24, 203, 0.6);
  border-bottom-right-radius: 200%;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  -webkit-transition: border-radius linear 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: border-radius linear 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  -webkit-transform: translateX(-100%) translateY(-100%);
  transform: translateX(-100%) translateY(-100%);
}

.site-header__menu::before {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.site-header__menu::after {
  background: #5C18CB;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.site-header__menu .menu_inner {
  position: fixed;
  visibility: hidden;
  top: 50vh;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  min-width: 100vw;
  text-align: center;
  padding: 6.25rem 0 0 0;
}

.site-header__menu .menu_inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #D9D9D9;
}

.site-header__menu .menu_inner::-webkit-scrollbar {
  width: 0.3125rem;
}

.site-header__menu .menu_inner::-webkit-scrollbar-thumb {
  background-color: #282E3C;
}

.site-header__menu .c_text {
  color: #ffffff;
  font-size: 0.875rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  padding: 3.75rem 0 2.5rem 0;
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease;
  transition: opacity 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  opacity: 0;
}

@media (min-width: 1024px) {
  .site-header__menu .c_text {
    font-size: 1rem;
  }
}

.site-header__menu .c_text p {
  margin: 0;
}

.header-dark.sticky-header {
  background-color: #ffffff;
}

.header-dark .site-header__hamburger span {
  background-color: #5C18CB;
}

.header-dark .site-header__nav {
  background-color: #5C18CB;
}

.header-dark .site-header__nav .menu li a {
  color: #ffffff;
}

.header-dark .site-header__nav .menu li a:hover {
  color: #FFC500;
}

.header-dark .site-header__nav .menu li.current-menu-item a {
  color: #FFC500;
}

.menu-open .header-dark .site-header__hamburger span {
  background-color: #ffffff;
}

.site-header__menu .menu {
  padding: 0;
  margin: 0;
  width: 100%;
}

.site-header__menu .menu li {
  display: inline-block;
  width: 100%;
  padding: 0 0 1.25rem 0;
  border-bottom: 0;
  width: 100%;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transform: translate(-100px, 0%);
          transform: translate(-100px, 0%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  opacity: 0;
}

.site-header__menu .menu li:last-child {
  padding: 0;
}

.site-header__menu .menu li:nth-child(1) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}

.site-header__menu .menu li:nth-child(2) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}

.site-header__menu .menu li:nth-child(3) {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.site-header__menu .menu li:nth-child(4) {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.site-header__menu .menu li:nth-child(5) {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}

.site-header__menu .menu li.current-menu-item a {
  color: #ffffff;
}

.site-header__menu .menu li.current-menu-item a::after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.site-header__menu .menu li a {
  display: inline-block;
  position: relative;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
}

@media (min-width: 1024px) {
  .site-header__menu .menu li a {
    font-size: 4.8125rem;
  }
}

.site-header__menu .menu li a::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  opacity: 0;
  background-color: #282E3C;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.site-header__menu .menu li a:hover {
  color: #ffffff;
}

.site-header__menu .menu li a:hover::after {
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

.site-header__menu .menu li.menu-item-has-children {
  position: relative;
}

.site-header__menu .menu li.menu-item-has-children .sub-menu {
  display: none;
  padding: 1.25rem 0 0;
  margin: 0;
}

.site-header__menu .menu li.menu-item-has-children .sub-menu.slideToggle {
  display: block;
}

.site-header__menu .menu li.menu-item-has-children .sub-menu li {
  width: 100%;
  padding-left: 1.25rem;
}

.site-header__menu .menu li.menu-item-has-children .sub-menu li a {
  font-size: 1.25rem;
}

.site-header__menu .menu li.menu-item-has-children .sparklines {
  width: 3.8125rem;
  height: 3.8125rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.site-header__menu .menu li.menu-item-has-children .sparklines::before {
  position: absolute;
  content: '';
  border-right: 0.125rem solid #ffffff;
  border-bottom: 0.125rem solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 1.25rem;
  height: 1.25rem;
}

.site-header__menu .menu li.menu-item-has-children .sparklines.minus::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.menu-open .sticky-header {
  background: transparent;
  padding: 0.9375rem 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 1024px) {
  .menu-open .sticky-header {
    padding: 4rem 0;
  }
}

.menu-open .site-header__right {
  opacity: 0;
  visibility: hidden;
}

.menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
}

.menu-open .site-header__menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.menu-open .site-header__menu::before, .menu-open .site-header__menu::after {
  -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
  border-radius: 0;
}

.menu-open .site-header__menu::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.menu-open .site-header__menu::after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.menu-open .site-header__menu .menu li {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  opacity: 1;
}

.menu-open .menu_inner {
  visibility: visible;
}

.menu-open .c_text {
  opacity: 1;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.menu-open .site-header__hamburger span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0.5625rem;
}

.menu-open .site-header__hamburger span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

.menu-open .site-header__hamburger span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: 0.45rem;
  width: 100%;
}

.site-footer {
  padding: 3.125rem 0 0 0;
  background: #282E3C;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .site-footer {
    padding: 5.875rem 0 0 0;
  }
}

.site-footer__Cl {
  margin: 0 0 2.5rem 0;
}

@media (min-width: 1024px) {
  .site-footer__Cl {
    margin: 0;
  }
}

.site-footer__Cl.Cl_1 {
  width: 100%;
}

@media (min-width: 1024px) {
  .site-footer__Cl.Cl_1 {
    width: 29%;
  }
}

.site-footer__Cl.Cl_2 {
  width: 100%;
  padding: 0;
}

@media (min-width: 1024px) {
  .site-footer__Cl.Cl_2 {
    width: 28%;
    padding: 0 0 0 9.6875rem;
  }
}

.site-footer__Cl.Cl_3 {
  width: 100%;
  padding: 0;
}

@media (min-width: 1024px) {
  .site-footer__Cl.Cl_3 {
    width: 27%;
    padding: 0 0 0 0.5rem;
  }
}

.site-footer__Cl.Cl_4 {
  width: 100%;
}

@media (min-width: 1024px) {
  .site-footer__Cl.Cl_4 {
    width: 16%;
  }
}

.site-footer__Cl.Cl_4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-footer__Cl.Cl_4 ul li {
  margin: 0 1.25rem 0 0;
}

@media (min-width: 1024px) {
  .site-footer__Cl.Cl_4 ul li {
    margin: 0 1.875rem 0 0;
  }
}

.site-footer__Cl.Cl_4 ul li:last-child {
  margin: 0;
}

.site-footer__Cl.Cl_4 ul li img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 1.5625rem;
}

@media (min-width: 1024px) {
  .site-footer__Cl.Cl_4 ul li img {
    max-height: 2.1875rem;
  }
}

.site-footer__Cl.Cl_4 ul li a:hover img {
  opacity: 0.7;
}

.site-footer__Cl .f_logo {
  padding-bottom: 1.875rem;
}

.site-footer__Cl .f_logo img {
  width: 12.5rem;
}

.site-footer__Cl .arrow-btn {
  color: #ffffff;
}

.site-footer__Cl .arrow-btn::after {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.site-footer__Cl h5 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0 0 1.5625rem;
}

@media (min-width: 1024px) {
  .site-footer__Cl h5 {
    font-size: 1.1875rem;
  }
}

.site-footer__Cl ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer__Cl ul li {
  margin: 0 0 0.9375rem;
  padding: 0;
  line-height: normal;
}

@media (min-width: 1024px) {
  .site-footer__Cl ul li {
    margin: 0 0 1.3125rem;
  }
}

.site-footer__Cl ul li::before {
  display: none;
}

.site-footer__Cl ul li a {
  color: #ffffff;
  font-size: 1rem;
}

.site-footer__Cl ul li a:hover {
  opacity: 0.7;
}

.site-footer__top {
  padding: 0 0 1.875rem 0;
}

@media (min-width: 1024px) {
  .site-footer__top {
    padding: 0 0 3.125rem 0;
  }
}

.site-footer__bottom {
  background: #20242e;
  padding: 0.9375rem 0;
  line-height: normal;
}

.site-footer__bottom__inner {
  font-size: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .site-footer__bottom__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.site-footer__bottom .b_link {
  padding: 0.625rem 0 0 0;
}

@media (min-width: 1024px) {
  .site-footer__bottom .b_link {
    padding: 0;
  }
}

.site-footer__bottom .b_link a {
  color: #ffffff;
  margin: 0 0.625rem;
}

@media (min-width: 1024px) {
  .site-footer__bottom .b_link a {
    margin: 0 0.625rem 0 0;
  }
}

.site-footer__bottom .b_link a:last-child {
  margin-right: 0.625rem;
}

@media (min-width: 1024px) {
  .site-footer__bottom .b_link a:last-child {
    margin-right: 0;
  }
}

.site-footer__bottom .b_link a:hover {
  opacity: 0.7;
}

.site-footer__bottom .f-form {
  width: 100%;
  padding: 0 0 1.875rem;
}

@media (min-width: 1024px) {
  .site-footer__bottom .f-form {
    width: 28.125rem;
    padding: 0;
  }
}

.site-footer__bottom .f-form p {
  margin: 0;
  line-height: normal;
}

.site-footer__bottom .f-form label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  display: block;
  margin: 0 0 0.625rem;
}

.site-footer__bottom .f-form .ff-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0.0625rem solid #ffffff;
  position: relative;
}

.site-footer__bottom .f-form .ff-inner input[type="email"] {
  background: transparent;
  border-radius: 0;
  color: #ffffff;
  height: 3.5rem;
  border: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.site-footer__bottom .f-form .ff-inner input[type="email"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer__bottom .f-form .ff-inner input[type="email"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer__bottom .f-form .ff-inner input[type="email"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer__bottom .f-form .ff-inner input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer__bottom .f-form .ff-inner input[type="submit"] {
  font-size: 0;
  background: url(../images/send-arrow.svg) no-repeat center;
  background-size: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  border-left: 0.0625rem solid #ffffff;
  border-radius: 0;
}

.site-footer__bottom .f-form .ff-inner input[type="submit"]:hover {
  background-color: #5C18CB;
}

.site-footer__bottom .f-form .ff-inner .wpcf7-spinner {
  position: absolute;
  right: -2.5rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
}

.site-footer__bottom .f-form .ff-inner .wpcf7-spinner::before {
  background-color: #5C18CB;
}

.site-footer__bottom .f-form .ff-inner .wpcf7-not-valid-tip {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  position: absolute;
  bottom: -2.5rem;
  font-size: 0.875rem;
}

.hero-section {
  width: 100%;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  padding: 6.875rem 0 6.25rem;
}

@media (min-width: 768px) {
  .hero-section {
    padding: 9.375rem 0 7.8125rem;
  }
}

.hero-section::before {
  position: absolute;
  content: '';
  left: -110%;
  bottom: 1.25rem;
  width: 260%;
  height: 150%;
  background: -webkit-gradient(linear, right top, left top, from(#4f49cf), color-stop(60%, #0a074b));
  background: linear-gradient(270deg, #4f49cf 0%, #0a074b 60%);
  border-radius: 100%;
  z-index: -1;
}

@media (min-width: 640px) {
  .hero-section::before {
    left: -100%;
    width: 225%;
    height: 180%;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .hero-section::before {
    left: -68%;
    width: 175%;
    height: 167%;
  }
}

.hero-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (min-width: 1024px) {
  .hero-section .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.hero-section .hero-left {
  width: 100%;
  font-size: 1rem;
}

@media (min-width: 640px) {
  .hero-section .hero-left {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-left {
    width: 48%;
    font-size: 1.25rem;
  }
}

.hero-section .hero-left h1 {
  margin: 0 0 1.25rem;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .hero-section .hero-left h1 {
    margin: 0 0 2rem;
  }
}

.hero-section .hero-left .link-with-icon {
  margin: 0;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .hero-section .hero-left .link-with-icon {
    margin: 0.6rem 0 0;
  }
}

.hero-section .hero-left .link-with-icon:hover::after {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.hero-section .hero-right {
  width: 100%;
  text-align: right;
  padding: 1.875rem 0 0;
}

@media (min-width: 640px) {
  .hero-section .hero-right {
    width: 70%;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .hero-section .hero-right {
    text-align: center;
    width: 45%;
    right: -1rem;
    position: absolute;
    top: 54%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1280px) {
  .hero-section .hero-right {
    width: 47%;
    right: -3rem;
  }
}

@media (min-width: 1760px) {
  .hero-section .hero-right {
    width: 55%;
    right: -11rem;
  }
}

.default-hero-section {
  width: 100%;
}

.default-hero-section .hero-left {
  width: 100%;
  font-size: 1rem;
  color: #ffffff;
}

@media (min-width: 640px) {
  .default-hero-section .hero-left {
    font-size: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .default-hero-section .hero-left {
    width: 48%;
    font-size: 1.25rem;
  }
}

.default-hero-section .hero-left h1 {
  margin: 0 0 1.25rem;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .default-hero-section .hero-left h1 {
    margin: 0 0 2rem;
  }
}

.default-hero-section .hero-left .link-with-icon {
  margin: 0;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .default-hero-section .hero-left .link-with-icon {
    margin: 0.6rem 0 0;
  }
}

.default-hero-section .hero-left .link-with-icon:hover::after {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.hero-section-flex-colunmn {
  width: 100%;
}

.hero-section-flex-colunmn::before {
  left: -78%;
  bottom: 14%;
}

@media (min-width: 1024px) {
  .hero-section-flex-colunmn::before {
    left: -62%;
    bottom: 30%;
  }
}

.hero-section-flex-colunmn .hero-left {
  width: 100%;
  text-align: center;
  line-height: 1.5em;
  padding: 0;
}

@media (min-width: 768px) {
  .hero-section-flex-colunmn .hero-left {
    padding: 0 7.4rem;
  }
}

@media (min-width: 1024px) {
  .hero-section-flex-colunmn .hero-left {
    padding: 0 8.4rem;
  }
}

.hero-section-flex-colunmn .hero-left h1 {
  margin: 0 0 1.875rem;
}

.hero-section-flex-colunmn .hero-left .stack-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.6rem;
}

.hero-section-flex-colunmn .hero-left .stack-btn .btn {
  margin: 0.6rem;
}

.hero-section-flex-colunmn .hero-right {
  width: 100%;
  text-align: center;
  position: static;
  -webkit-transform: none;
          transform: none;
  padding: 2.5rem 0 1.875rem;
}

@media (min-width: 640px) {
  .hero-section-flex-colunmn .hero-right {
    padding: 2.5rem 0 3.125rem;
  }
}

.hero-section-flex-colunmn .hero-right img {
  width: auto;
  height: auto;
}

.hero-section-flex-colunmn .hero-right .main-image {
  width: auto;
  border-radius: 0.625rem;
  height: auto;
  -webkit-box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 80px 0px rgba(0, 0, 0, 0.15);
}

@media (min-width: 768px) {
  .hero-section-flex-colunmn .hero-right .main-image {
    border-radius: 1.25rem;
  }
}

.hero-section-flex-colunmn .hero-right.floating-animation-block {
  display: inline-block;
  position: relative;
  right: auto;
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 1024px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block {
    width: auto;
  }
}

.hero-section-flex-colunmn .hero-right.floating-animation-block .main-image {
  width: auto;
}

.hero-section-flex-colunmn .hero-right.floating-animation-block .floating {
  position: absolute;
}

.hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-1 {
  top: 32%;
  bottom: 32%;
  height: 45%;
  right: -1.5625rem;
  margin: auto;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 640px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-1 {
    height: 52%;
  }
}

@media (min-width: 768px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-1 {
    right: -4.375rem;
    top: 30%;
    bottom: 30%;
    height: 58%;
  }
}

.hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-2 {
  left: -2.1875rem;
  top: 3.125rem;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: float-reverse 5s ease-in-out infinite;
          animation: float-reverse 5s ease-in-out infinite;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 1.5625rem;
}

@media (min-width: 768px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-2 {
    width: 3.375rem;
    left: -3.75rem;
    top: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-2 {
    width: 3.375rem;
    left: -6.25rem;
    top: 6.25rem;
  }
}

.hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-3 {
  left: -2.1875rem;
  bottom: 3.75rem;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 1.5625rem;
}

@media (min-width: 768px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-3 {
    width: 2.75rem;
    left: -3.75rem;
    bottom: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-3 {
    width: 3.375rem;
    left: -6.25rem;
    bottom: 6.25rem;
  }
}

.hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-4 {
  right: -2.1875rem;
  top: 0rem;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-animation: float-reverse 5s ease-in-out infinite;
          animation: float-reverse 5s ease-in-out infinite;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 1.5625rem;
}

@media (min-width: 768px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-4 {
    width: 2.75rem;
    right: -4.375rem;
    top: 0rem;
  }
}

@media (min-width: 1024px) {
  .hero-section-flex-colunmn .hero-right.floating-animation-block .float-img-4 {
    width: 3.375rem;
    right: -8.75rem;
    top: 4.375rem;
  }
}

.icon-text-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.875rem 0 0;
}

.icon-text-grid .icon-text {
  width: 6rem;
  padding: 0.5rem;
}

@media (min-width: 640px) {
  .icon-text-grid .icon-text {
    width: 10rem;
    padding: 0.625rem 1rem;
  }
}

@media (min-width: 1024px) {
  .icon-text-grid .icon-text {
    padding: 0.625rem 1.25rem;
  }
}

.icon-text-grid .icon-text span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.625rem;
  background-color: rgba(255, 255, 255, 0.2);
  width: 2.5rem;
  height: 2.5rem;
}

@media (min-width: 768px) {
  .icon-text-grid .icon-text span {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.icon-text-grid .icon-text span img {
  width: auto;
  height: auto;
  max-width: 1.625rem;
  max-height: 1.375rem;
}

@media (min-width: 768px) {
  .icon-text-grid .icon-text span img {
    max-width: 2rem;
    max-height: 1.875rem;
  }
}

.icon-text-grid .icon-text label {
  width: 100%;
  display: block;
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.4em;
  margin: 0.625rem 0 0;
}

@media (min-width: 768px) {
  .icon-text-grid .icon-text label {
    font-size: 1rem;
  }
}

.icon-with-text-section {
  width: 100%;
  padding: 1.125rem 0 2.5rem;
}

@media (min-width: 1024px) {
  .icon-with-text-section {
    padding: 1.125rem 0 3.75rem;
  }
}

.icon-with-text-section .section-title {
  margin: 0 0 2.1875rem;
}

@media (min-width: 1024px) {
  .icon-with-text-section .section-title {
    margin: 0 0 3.5625rem;
  }
}

.icon-with-text-section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-with-text-section .row > div {
  padding-bottom: 1.875rem;
}

@media (min-width: 640px) {
  .icon-with-text-section .row > div {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .icon-with-text-section .row > div {
    width: 33.33%;
    padding-bottom: 2.5rem;
  }
}

.icon-with-text-box {
  width: 100%;
  background-color: rgba(30, 21, 140, 0.06);
  color: #000000;
  text-align: center;
  padding: 1.875rem 1.5625rem 1.5625rem;
  line-height: 1.625rem;
  border-radius: 0.625rem;
  color: #636363;
}

@media (min-width: 1024px) {
  .icon-with-text-box {
    font-size: 1.125rem;
    padding: 2.1875rem 1.875rem 1.875rem;
    line-height: 1.75rem;
  }
}

.icon-with-text-box .icon-element {
  width: 4.375rem;
  height: 4.375rem;
  margin: 0 auto;
  border-radius: 100%;
  background-color: rgba(30, 21, 140, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.75rem;
}

@media (min-width: 1024px) {
  .icon-with-text-box .icon-element {
    width: 5.625rem;
    height: 5.625rem;
  }
}

.icon-with-text-box .icon-element img {
  max-height: 2.0625rem;
  width: auto;
  height: auto;
}

@media (min-width: 1024px) {
  .icon-with-text-box .icon-element img {
    max-height: 2.6875rem;
  }
}

.icon-with-text-box h3 {
  margin: 0 0 1.125rem;
  font-size: 1.25rem;
}

@media (min-width: 1024px) {
  .icon-with-text-box h3 {
    font-size: 1.5rem;
  }
}

.icon-with-text-box p {
  margin: 0;
}

.reason-section {
  width: 100%;
  padding: 0 0 1.875rem;
}

@media (min-width: 768px) {
  .reason-section {
    padding: 0 0 3.75rem;
  }
}

.reason-section .stack-btn {
  margin: 0.3125rem 0 0;
}

@media (min-width: 768px) {
  .reason-section .stack-btn {
    margin: 1.5625rem 0 0;
  }
}

.reason-section .row {
  margin: 0 -1.25rem;
}

.reason-section .row > div {
  padding: 0 1.25rem 2.5rem;
}

.reason-section .row > div.col-6 {
  width: 100%;
}

@media (min-width: 768px) {
  .reason-section .row > div.col-6 {
    width: 50%;
  }
}

.reason-section .section-title {
  margin: 0 0 2.1875rem;
}

@media (min-width: 1024px) {
  .reason-section .section-title {
    margin: 0 0 3.75rem;
  }
}

.reason-section .reason-box {
  width: 100%;
  padding: 1.5625rem;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.9375rem;
  font-size: 1rem;
  height: 100%;
}

@media (min-width: 640px) {
  .reason-section .reason-box {
    padding: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .reason-box {
    padding: 2.6875rem;
    font-size: 1.125rem;
  }
}

.reason-section .reason-box .reason-img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .reason-section .reason-box .reason-img {
    height: 14.375rem;
    margin: 0 0 2.1875rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .reason-box .reason-img {
    height: 20rem;
    margin: 0 0 2.625rem;
  }
}

.reason-section .reason-box .reason-img img {
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .reason-section .reason-box .reason-img img {
    max-width: 90%;
    max-height: 90%;
  }
}

.reason-section .reason-box h3 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .reason-section .reason-box h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .reason-box h3 {
    font-size: 1.875rem;
  }
}

.reason-section .reason-box p:last-child {
  margin: 0;
}

.reason-section .col-12 .reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason-section .col-12 .reason-box .reason-img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .reason-section .col-12 .reason-box .reason-img {
    margin: 0;
    width: 48%;
    height: 15.625rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .col-12 .reason-box .reason-img {
    height: 19.5rem;
  }
}

.reason-section .col-12 .reason-box .reason-content {
  width: 100%;
}

@media (min-width: 768px) {
  .reason-section .col-12 .reason-box .reason-content {
    width: 40%;
    padding-left: 2.625rem;
  }
}

.compatibility-section {
  width: 100%;
  padding: 3.1875rem 0 1.875rem;
  background: #4f49cf;
  background: -webkit-gradient(linear, right top, left top, from(#4f49cf), to(#0a074b));
  background: linear-gradient(270deg, #4f49cf 0%, #0a074b 100%);
  color: #ffffff;
}

@media (min-width: 1024px) {
  .compatibility-section {
    padding: 5.0625rem 0 4.4375rem;
  }
}

.compatibility-section .stack-btn {
  margin: 0.625rem 0 0;
}

@media (min-width: 768px) {
  .compatibility-section .stack-btn {
    margin: 1.875rem 0 0;
  }
}

.compatibility-section .row > div {
  padding-bottom: 1.875rem;
}

.compatibility-section .section-title {
  margin: 0 0 1.875rem;
}

@media (min-width: 768px) {
  .compatibility-section .section-title {
    margin: 0 0 3.75rem;
  }
}

.compatibility-section .section-title h2 {
  color: #ffffff;
}

.compatibility-section .compatibility-box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  padding: 1.875rem;
  height: 100%;
}

@media (min-width: 768px) {
  .compatibility-section .compatibility-box {
    padding: 2.5rem 2.1875rem;
  }
}

.compatibility-section .compatibility-box .compatibility-img {
  width: 100%;
  background-color: #ffffff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 10rem;
  margin: 0 0 1.375rem;
}

@media (min-width: 768px) {
  .compatibility-section .compatibility-box .compatibility-img {
    height: 12.3125rem;
    margin: 0 0 1.75rem;
  }
}

.compatibility-section .compatibility-box .compatibility-img img {
  width: auto;
  height: auto;
  max-height: 6.25rem;
}

@media (min-width: 768px) {
  .compatibility-section .compatibility-box .compatibility-img img {
    max-height: 10.25rem;
  }
}

.compatibility-section .compatibility-box .compatibility-content {
  line-height: 1.35em;
}

.compatibility-section .compatibility-box .compatibility-content h3 {
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0 0 1.125rem;
}

.compatibility-section .compatibility-box .compatibility-content p:last-child {
  margin: 0;
}

.grid-element__block {
  width: 100%;
}

.grid-element__block .row {
  margin: 0 -0.9375rem;
}

@media (min-width: 1024px) {
  .grid-element__block .row {
    margin: 0 -1.25rem;
  }
}

.grid-element__block .row > div {
  padding: 0.9375rem;
}

@media (min-width: 1024px) {
  .grid-element__block .row > div {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {
  .grid-element__block .row > div.col-6 {
    width: 50%;
  }
}

.grid-element__block .stack-btn {
  margin: 1.5625rem 0 0;
}

.grid-element__block .stack-btn .btn {
  margin: 0 0 0.5rem;
  width: 100%;
}

@media (min-width: 480px) {
  .grid-element__block .stack-btn .btn {
    margin: 0 0.5rem 0.5rem 0;
    width: auto;
  }
}

@media (min-width: 1024px) {
  .grid-element__block .stack-btn .btn {
    margin: 0 1rem 1rem 0;
  }
}

.auction-solution-section {
  width: 100%;
  padding: 3.75rem 0;
}

@media (min-width: 1024px) {
  .auction-solution-section {
    padding: 6.25rem 0;
  }
}

.auction-solution-section .grid-element__box {
  width: 100%;
  border-radius: 1.25rem;
  padding: 1.5625rem;
  height: 100%;
}

@media (min-width: 640px) {
  .auction-solution-section .grid-element__box {
    padding: 1.875rem;
  }
}

@media (min-width: 768px) {
  .auction-solution-section .grid-element__box {
    padding: 2.5rem;
  }
}

.auction-solution-section .grid-element__box .grid-element__content h3 {
  margin: 0 0 1.25rem;
}

.auction-solution-section .grid-element__box .grid-element__content p:last-child {
  margin-bottom: 0;
}

.auction-solution-section .grid-element__box .grid-element__img {
  padding: 0;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .auction-solution-section .grid-element__box .grid-element__img {
    height: 21.5rem;
  }
}

.auction-solution-section .grid-element__box .grid-element__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: unset;
}

.auction-solution-section .grid-element__box.horizontal-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  .auction-solution-section .grid-element__box.horizontal-view .grid-element__img {
    width: 50%;
    margin: 0;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .auction-solution-section .grid-element__box.horizontal-view .grid-element__img {
    width: 43%;
  }
}

@media (min-width: 768px) {
  .auction-solution-section .grid-element__box.horizontal-view .grid-element__content {
    width: 50%;
    padding-left: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .auction-solution-section .grid-element__box.horizontal-view .grid-element__content {
    width: 51.4%;
    padding: 0;
  }
}

.auction-solution-section .load-more-btn {
  margin: 2.5rem 0 0;
}

@media (min-width: 1024px) {
  .auction-solution-section .load-more-btn {
    margin: 3.75rem 0 0;
  }
}

.reason-section {
  width: 100%;
  padding: 0 0 1.875rem;
}

@media (min-width: 768px) {
  .reason-section {
    padding: 0 0 3.75rem;
  }
}

.reason-section .stack-btn {
  margin: 0.3125rem 0 0;
}

@media (min-width: 768px) {
  .reason-section .stack-btn {
    margin: 1.5625rem 0 0;
  }
}

.reason-section .row {
  margin: 0 -1.25rem;
}

.reason-section .row > div {
  padding: 0 1.25rem 2.5rem;
}

.reason-section .row > div.col-6 {
  width: 100%;
}

@media (min-width: 768px) {
  .reason-section .row > div.col-6 {
    width: 50%;
  }
}

.reason-section .section-title {
  margin: 0 0 2.1875rem;
}

@media (min-width: 1024px) {
  .reason-section .section-title {
    margin: 0 0 3.75rem;
  }
}

.reason-section .reason-box {
  width: 100%;
  padding: 1.5625rem;
  -webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0.9375rem;
  font-size: 1rem;
  height: 100%;
}

@media (min-width: 640px) {
  .reason-section .reason-box {
    padding: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .reason-box {
    padding: 2.6875rem;
    font-size: 1.125rem;
  }
}

.reason-section .reason-box .reason-img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 0 0 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .reason-section .reason-box .reason-img {
    height: 14.375rem;
    margin: 0 0 2.1875rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .reason-box .reason-img {
    height: 20rem;
    margin: 0 0 2.625rem;
  }
}

.reason-section .reason-box .reason-img img {
  width: auto;
  height: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .reason-section .reason-box .reason-img img {
    max-width: 90%;
    max-height: 90%;
  }
}

.reason-section .reason-box h3 {
  font-size: 1.25rem;
}

@media (min-width: 768px) {
  .reason-section .reason-box h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .reason-box h3 {
    font-size: 1.875rem;
  }
}

.reason-section .reason-box p:last-child {
  margin: 0;
}

.reason-section .col-12 .reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reason-section .col-12 .reason-box .reason-img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .reason-section .col-12 .reason-box .reason-img {
    margin: 0;
    width: 48%;
    height: 15.625rem;
  }
}

@media (min-width: 1024px) {
  .reason-section .col-12 .reason-box .reason-img {
    height: 19.5rem;
  }
}

.reason-section .col-12 .reason-box .reason-content {
  width: 100%;
}

@media (min-width: 768px) {
  .reason-section .col-12 .reason-box .reason-content {
    width: 40%;
    padding-left: 2.625rem;
  }
}

.home-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0 5.625rem 0;
  position: relative;
}

@media (min-width: 1024px) {
  .home-hero {
    padding: 21.375rem 0 10.875rem 0;
  }
}

.home-hero__inner {
  max-width: 100%;
  width: 23.125rem;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .home-hero__inner {
    width: 55rem;
  }
}

.home-hero__inner .stroke-title {
  font-size: 2.625rem;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 0.0625rem;
  -webkit-text-stroke-color: white;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0 0 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 1024px) {
  .home-hero__inner .stroke-title {
    font-size: 9rem;
  }
}

.home-hero__inner h1 {
  line-height: 1.1em;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.scroll-down-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.9375rem;
  margin: auto;
  border-radius: 50%;
  width: 2.1875rem;
  height: 2.1875rem;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background: #5C18CB;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

@media (min-width: 1024px) {
  .scroll-down-arrow {
    width: 3.5625rem;
    height: 3.5625rem;
    bottom: -1.5625rem;
  }
}

.scroll-down-arrow:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.scroll-down-arrow img {
  width: 0.75rem;
}

@media (min-width: 1024px) {
  .scroll-down-arrow img {
    width: 1.125rem;
  }
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.home .innerpage_banner, .page-id-528 .innerpage_banner {
  display: none;
}

.caption_animation .stroke-title {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.caption_animation .home-hero__inner h1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero__polygon {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  display: inline-block;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 0;
  visibility: hidden;
}

.hero__polygon-1 {
  -webkit-clip-path: polygon(100% 14%, 0 39%, 67% 100%);
          clip-path: polygon(100% 14%, 0 39%, 67% 100%);
  background: #5C18CB;
  width: 2.5rem;
  height: 2.9375rem;
}

@media (min-width: 1024px) {
  .hero__polygon-1 {
    width: 4.0625rem;
    height: 4.5rem;
  }
}

.hero__polygon-2 {
  -webkit-clip-path: polygon(100% 0%, 0 60%, 100% 100%);
          clip-path: polygon(100% 0%, 0 60%, 100% 100%);
  background: #D9D9D9;
  width: 1.125rem;
  height: 1.25rem;
}

@media (min-width: 1024px) {
  .hero__polygon-2 {
    width: 1.75rem;
    height: 1.8125rem;
  }
}

.scalable-text {
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.polygon-animation .hero__polygon {
  opacity: 1;
  visibility: visible;
}

.polygon-animation .hero__polygon-1 {
  -webkit-animation-name: polygon-1;
          animation-name: polygon-1;
}

.polygon-animation .hero__polygon-2 {
  -webkit-animation-name: polygon-2;
          animation-name: polygon-2;
}

@-webkit-keyframes polygon-1 {
  0% {
    top: -8%;
    left: -5%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    top: 20%;
    left: 60%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    top: -40%;
    left: 3%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes polygon-1 {
  0% {
    top: -8%;
    left: -5%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    top: 20%;
    left: 60%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    top: -40%;
    left: 3%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes polygon-2 {
  0% {
    top: 0%;
    right: 7%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    top: 25%;
    right: 100%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    top: -13%;
    right: 95%;
    -webkit-transform: rotate(355deg);
            transform: rotate(355deg);
  }
}

@keyframes polygon-2 {
  0% {
    top: 0%;
    right: 7%;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    top: 25%;
    right: 100%;
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
  }
  100% {
    top: -13%;
    right: 95%;
    -webkit-transform: rotate(355deg);
            transform: rotate(355deg);
  }
}

@media (min-width: 1024px) {
  @-webkit-keyframes polygon-1 {
    0% {
      top: -8%;
      left: -5%;
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg);
    }
    50% {
      top: 25%;
      left: 65%;
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
    100% {
      top: -10%;
      left: -7%;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
  }
  @keyframes polygon-1 {
    0% {
      top: -8%;
      left: -5%;
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg);
    }
    50% {
      top: 25%;
      left: 65%;
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
    100% {
      top: -10%;
      left: -7%;
      -webkit-transform: rotate(15deg);
              transform: rotate(15deg);
    }
  }
  @-webkit-keyframes polygon-2 {
    0% {
      top: 0%;
      right: 7%;
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg);
    }
    50% {
      top: 30%;
      right: 105%;
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
    100% {
      top: 8%;
      right: 106%;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
  }
  @keyframes polygon-2 {
    0% {
      top: 0%;
      right: 7%;
      -webkit-transform: rotate(150deg);
              transform: rotate(150deg);
    }
    50% {
      top: 30%;
      right: 105%;
      -webkit-transform: rotate(130deg);
              transform: rotate(130deg);
    }
    100% {
      top: 8%;
      right: 106%;
      -webkit-transform: rotate(10deg);
              transform: rotate(10deg);
    }
  }
}

.element-1 {
  -webkit-animation: polygon-1 3s infinite;
          animation: polygon-1 3s infinite;
}

.element-2 {
  -webkit-animation: polygon-2 3s infinite;
          animation: polygon-2 3s infinite;
}

.our-product {
  position: relative;
  overflow: hidden;
}

.our-product::after {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  bottom: 0;
  height: 31.25rem;
  background: #F8F7F5;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
  z-index: -1;
  margin: auto;
}

.our-product .poly {
  position: absolute;
  display: none;
}

@media (min-width: 1024px) {
  .our-product .poly {
    display: block;
  }
}

.our-product .poly img {
  width: 2.5rem;
}

@media (min-width: 1024px) {
  .our-product .poly img {
    width: 6.9375rem;
  }
}

.our-product .poly.poly_1 {
  top: 40%;
  left: 25%;
}

.our-product .poly.poly_2 {
  bottom: 0;
  right: 20%;
}

.our-product__title {
  max-width: 100%;
  width: 57.5rem;
  padding: 0 0 1.875rem 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .our-product__title {
    padding: 0 0 5rem 0;
  }
}

.our-product__title h2 {
  font-size: 1.75rem;
  line-height: 1em;
}

@media (min-width: 1024px) {
  .our-product__title h2 {
    font-size: 3.6875rem;
  }
}

.our-product__title p {
  width: 100%;
  padding: 0;
}

@media (min-width: 1024px) {
  .our-product__title p {
    width: 62%;
    padding: 0 0 0 3.625rem;
  }
}

.our-product__row {
  margin: 0 0 3.75rem 0;
}

@media (min-width: 1024px) {
  .our-product__row {
    margin: 0 0 10rem 0;
  }
}

.our-product__row:nth-child(even) .our-product__text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.our-product__row:nth-child(even) .our-product__img {
  padding: 0;
}

@media (min-width: 1024px) {
  .our-product__row:nth-child(even) .our-product__img {
    padding: 0 0.625rem 0 0;
  }
}

.our-product__row:last-child {
  margin: 0;
}

@media (min-width: 1024px) {
  .our-product__row:last-child {
    margin: 0 0 10rem 0;
  }
}

.our-product__text {
  width: 100%;
}

@media (min-width: 1024px) {
  .our-product__text {
    width: 25%;
  }
}

.our-product__text .h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

.our-product__text .h2::after {
  content: "";
  display: block;
  background: #5C18CB;
  width: 2.5rem;
  height: 0.25rem;
  margin: 0.625rem 0 0 0;
}

@media (min-width: 1024px) {
  .our-product__text .h2::after {
    width: 3.3125rem;
  }
}

.our-product__img {
  width: 100%;
  padding: 0;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin: 0 0 1.5625rem 0;
}

@media (min-width: 1024px) {
  .our-product__img {
    width: 67%;
    padding: 0 0 0 0.625rem;
    -webkit-box-ordinal-group: inherit;
        -ms-flex-order: inherit;
            order: inherit;
    margin: 0;
  }
}

.our-product__img img {
  width: 100%;
}

.eyebrow_label {
  font-size: 0.875rem;
  line-height: normal;
  color: #5C18CB;
  text-transform: uppercase;
  margin: 0 0 1.4375rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .eyebrow_label {
    font-size: 1rem;
  }
}

.our-product-home {
  padding: 4.375rem 0px;
}

@media (min-width: 1024px) {
  .our-product-home {
    padding: 6.25rem 0px;
  }
}

@media (min-width: 1024px) {
  .our-product-home {
    padding: 8.75rem 0px 14.375rem;
  }
}

.product__block {
  width: 100%;
}

.product__block .row > div {
  padding: 0.9375rem;
}

.product__box {
  background: #5C18CB;
  background: linear-gradient(123deg, #5c18cb 0%, #7c2686 100%);
  width: 100%;
  color: #ffffff;
  padding: 2.5rem;
  border-radius: 1.25rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .product__box {
    padding: 3.75rem;
  }
}

.product__box .overlay-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product__box:hover {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.product__box h2 {
  font-size: 1.75rem;
  line-height: 1em;
}

@media (min-width: 768px) {
  .product__box h2 {
    font-size: 3.6875rem;
  }
}

.product__box.for-monday-box {
  background: #ffffff;
  border: 1px solid #5C18CB;
  color: #000000;
}

.product__box.for-monday-box h2 {
  color: #5C18CB;
}

.product__box__img {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  margin: 0 0 2.1875rem;
}

@media (min-width: 768px) {
  .product__box__img {
    height: 6.25rem;
  }
}

.product__box__img img {
  width: auto;
  max-height: 3.75rem;
  max-width: 12.5rem;
}

@media (min-width: 768px) {
  .product__box__img img {
    max-height: 6.25rem;
    max-width: 21.875rem;
  }
}

.about-company {
  position: relative;
  min-height: 34.6875rem;
}

.about-company__img {
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  padding: 0 0 60% 0;
}

@media (min-width: 1024px) {
  .about-company__img {
    position: absolute;
    top: -7rem;
    width: 54.9%;
    height: 38.4375rem;
    padding: 0;
  }
}

.about-company__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media (min-width: 1024px) {
  .about-company__img img {
    position: static;
  }
}

.about-company__text {
  width: 100%;
  position: relative;
  color: #ffffff;
  padding: 1.5625rem;
}

@media (min-width: 1024px) {
  .about-company__text {
    padding: 6.1875rem 3.125rem 6.1875rem 0;
    width: 38%;
  }
}

.about-company__text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #282E3C;
  z-index: -1;
  width: 100%;
}

@media (min-width: 1024px) {
  .about-company__text::before {
    width: 1000%;
    left: -81%;
    right: -50%;
  }
}

.about-company__text h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  position: relative;
  margin: 0 0 1.5625rem;
}

@media (min-width: 1024px) {
  .about-company__text h2 {
    margin: 0 0 2.3125rem;
  }
}

.about-company__text h2::after {
  content: "";
  display: block;
  background: #5C18CB;
  width: 2.5rem;
  height: 0.25rem;
  margin: 0.625rem 0 0 0;
}

@media (min-width: 1024px) {
  .about-company__text h2::after {
    width: 3.3125rem;
  }
}

.about-company__text h2 span {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

.about-company__text .our_partner {
  padding: 1.25rem 0 0 0;
}

@media (min-width: 1024px) {
  .about-company__text .our_partner {
    padding: 2.1875rem 0 0 0;
  }
}

.about-company__text .our_partner p {
  font-size: 1.125rem;
  line-height: normal;
  font-family: 'Inter', sans-serif;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0 0 0.8125rem 0;
}

@media (min-width: 1024px) {
  .about-company__text .our_partner p {
    font-size: 1.375rem;
  }
}

.about-company__text .our_partner img {
  width: 8.75rem;
}

@media (min-width: 1024px) {
  .about-company__text .our_partner img {
    width: 13rem;
  }
}

.our-services {
  position: relative;
  overflow: hidden;
  padding: 5rem 0 5rem 0;
}

@media (min-width: 1024px) {
  .our-services {
    padding: 10rem 0 10rem 0;
  }
}

.our-services h2 {
  margin: 0 0 2.875rem 0;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

.our-services__inner {
  margin: 0 -0.9375rem;
}

.our-services__Cl {
  width: 100%;
  padding: 0 0.9375rem;
  margin: 0 0 1.875rem 0;
}

@media (min-width: 640px) {
  .our-services__Cl {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .our-services__Cl {
    width: 25%;
  }
}

.our-services__Cl:hover {
  color: #ffffff;
}

.our-services__Cl:hover .our-services__box {
  background: #5C18CB;
  border-color: #5C18CB;
}

.our-services__Cl:hover .our-services__icon img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.our-services__box {
  border: 0.0625rem solid #E3E3E3;
  background: #ffffff;
  -webkit-box-shadow: 0.625rem 0.875rem 0.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.625rem 0.875rem 0.875rem rgba(0, 0, 0, 0.1);
  padding: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  min-height: unset;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

@media (min-width: 1024px) {
  .our-services__box {
    min-height: 24rem;
    padding: 2.1875rem;
  }
}

.our-services__box h4 {
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .our-services__box h4 {
    font-size: 1.375rem;
  }
}

.our-services__icon {
  margin: 0 0 1.5625rem 0;
}

@media (min-width: 1024px) {
  .our-services__icon {
    margin: 0;
  }
}

.our-services__icon img {
  width: 4.375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .our-services__icon img {
    width: 6rem;
  }
}

.home .our-services {
  position: relative;
}

.home .our-services::after {
  content: "";
  position: absolute;
  left: -50%;
  right: -50%;
  top: 0;
  bottom: 0;
  height: 39.6875rem;
  background: #F8F7F5;
  -webkit-transform: rotate(-22deg);
          transform: rotate(-22deg);
  z-index: -1;
  margin: auto;
}

.innerpage_banner {
  padding: 8.125rem 0 4.375rem 0;
}

@media (min-width: 1024px) {
  .innerpage_banner {
    padding: 14.375rem 0 8.125rem 0;
  }
}

.innerpage_banner .home-hero__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.innerpage_banner .home-hero__inner::before {
  display: none;
}

.innerpage_banner .home-hero__inner h1::before {
  content: '';
  position: absolute;
  top: -1.875rem;
  left: 0;
  background: url(../images/polygon-icon.svg) no-repeat center;
  background-size: cover;
  width: 2.0625rem;
  height: 1.875rem;
}

@media (min-width: 1024px) {
  .innerpage_banner .home-hero__inner h1::before {
    width: 6.9375rem;
    height: 6.5625rem;
    top: -2.5625rem;
    left: -6.375rem;
  }
}

.meet-the-team__intro {
  width: 43.125rem;
  max-width: 100%;
  padding-bottom: 2.1875rem;
}

.meet-the-team__intro h2 {
  font-size: 1.75rem;
}

@media (min-width: 1024px) {
  .meet-the-team__intro h2 {
    font-size: 3rem;
  }
}

.meet-the-team__intro h2 span {
  color: #5C18CB;
}

.meet-the-team__inner {
  margin: 0 -1.25rem;
  position: relative;
}

.meet-the-team__Cl {
  width: 100%;
  padding: 0 1.25rem;
  margin: 0 0 2.5rem 0;
}

@media (min-width: 640px) {
  .meet-the-team__Cl {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .meet-the-team__Cl {
    width: 25%;
  }
}

.meet-the-team__thumb {
  height: 20rem;
}

.meet-the-team__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.meet-the-team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -1.875rem 0 0 0;
}

.meet-the-team__info .mt_name {
  padding: 0.9375rem 3.125rem;
  background: #ffffff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0.25rem 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  color: #5C18CB;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 0.625rem;
}

.meet-the-team__info p {
  font-size: 0.875rem;
  line-height: normal;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin: 0;
  color: #574E70;
}

.ring_shape {
  width: 18.75rem;
  height: 18.75rem;
  border-radius: 50%;
  border: 3.125rem solid #F8F7F5;
  position: absolute;
  right: -6.25rem;
  top: -6.25rem;
  z-index: -1;
}

@media (min-width: 1024px) {
  .ring_shape {
    width: 61.125rem;
    height: 61.125rem;
    border: 8.125rem solid #F8F7F5;
    right: -12.5rem;
    top: -16.25rem;
  }
}

.ring_shape img {
  position: absolute;
  left: 8.125rem;
  top: -4.375rem;
  width: 3.125rem;
  -webkit-animation: circle 6s linear infinite;
          animation: circle 6s linear infinite;
  display: none;
}

@media (min-width: 1024px) {
  .ring_shape img {
    width: 6.9375rem;
    left: 2.5rem;
    top: -6.25rem;
    display: block;
  }
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.has-violet-background-color {
  background-color: #5C18CB;
}

.section_intro {
  text-align: center;
  max-width: 100%;
  width: 45rem;
  margin: 0 auto;
  padding: 0 0 2.1875rem;
}

.section_intro p {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.services_intro h2 {
  font-size: 1.75rem;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
}

@media (min-width: 1024px) {
  .services_intro h2 {
    font-size: 3.125rem;
  }
}

.services_intro p {
  font-size: 1.125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

@media (min-width: 1024px) {
  .services_intro p {
    line-height: 2em;
    font-size: 1.25rem;
  }
}

.get-features__inner {
  margin: 0 -1.25rem;
}

.get-features__Cl {
  width: 100%;
  padding: 0 1.25rem;
  margin: 0 0 1.25rem 0;
}

@media (min-width: 640px) {
  .get-features__Cl {
    width: 50%;
    margin: 0 0 2.5rem 0;
  }
}

@media (min-width: 1024px) {
  .get-features__Cl {
    width: 33.33%;
  }
}

.get-features__box {
  height: 100%;
  border: 0.0625rem solid #A9A9A9;
  border-radius: 0.625rem;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .get-features__box {
    padding: 2.5rem 2.5rem 1.25rem 2.5rem;
  }
}

.get-features__box img {
  width: 2.8125rem;
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px) {
  .get-features__box img {
    width: 4.125rem;
  }
}

.get-features__box h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0 0 0.625rem 0;
  letter-spacing: 0.05em;
}

.get-features__box p {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.features-list-items {
  background: #F8F8F8;
  padding: 3.125rem 0;
}

@media (min-width: 1024px) {
  .features-list-items {
    padding: 6.25rem 0;
  }
}

.features-list-items__row {
  margin: 0 0 2.5rem 0;
  padding: 0 0 2.5rem 0;
  border-bottom: 0.0625rem solid #DCDCDC;
}

.features-list-items__row:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}

.features-list-items__row > div {
  width: 100%;
}

@media (min-width: 1024px) {
  .features-list-items__row > div {
    width: 50%;
  }
}

.features-list-items__left h2 {
  margin: 0 0 1.25rem 0;
}

.features-list-items__left p {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.features-list-items__right ul {
  padding: 0;
  margin: 0;
}

.features-list-items__right ul li {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  margin: 0 0 1.5625rem 0;
  position: relative;
  padding: 0 0 0 3.125rem;
}

.features-list-items__right ul li:last-child {
  margin: 0;
}

.features-list-items__right ul li::before {
  display: none;
}

.features-list-items__right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 1.3125rem;
  height: 1.125rem;
  background: url(../images/check-icon.svg) no-repeat center;
  background-size: cover;
}

.best-features__inner {
  margin: 0 -1.125rem;
}

.best-features__Cl {
  width: 100%;
  padding: 0 1.125rem;
  margin: 0 0 1.25rem 0;
}

@media (min-width: 640px) {
  .best-features__Cl {
    width: 50%;
    margin: 0 0 2.5rem 0;
  }
}

@media (min-width: 1024px) {
  .best-features__Cl {
    width: 25%;
  }
}

.best-features__box {
  padding: 1.25rem;
  background: #F8F8F8;
  border-radius: 0.625rem;
  text-align: center;
  height: 100%;
}

@media (min-width: 1024px) {
  .best-features__box {
    padding: 3.4375rem 1.875rem 2.1875rem 1.875rem;
  }
}

.best-features__box img {
  width: 3rem;
  margin: 0 0 1.875rem 0;
}

.best-features__box h4 {
  font-size: 1.125rem;
  text-transform: uppercase;
  margin: 0 0 0.625rem 0;
  letter-spacing: 0.05em;
}

@media (min-width: 1024px) {
  .best-features__box h4 {
    font-size: 1.25rem;
  }
}

.best-features__box p {
  font-size: 1rem;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.contact-block__left {
  width: 100%;
  padding: 0 0 1.75rem 0;
}

@media (min-width: 1024px) {
  .contact-block__left {
    width: 60%;
    padding: 0 1.75rem 0 0;
  }
}

.contact-block__left .tabs_nav .tabs {
  padding: 0;
  margin: 0 0 -1px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-block__left .tabs_nav .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border: 0.0625rem solid #A9A9A9;
  border-radius: 0.3125rem;
  margin: -1px 0.625rem 0 0.625rem;
  padding: 1.25rem;
  line-height: normal;
  font-size: 1.125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-block__left .tabs_nav .tabs li {
    padding: 1.25rem;
    width: auto;
    border-radius: 0.3125rem 0.3125rem 0 0;
    margin: 0 0.625rem 0 0.625rem;
    font-size: 1.25rem;
  }
}

.contact-block__left .tabs_nav .tabs li.current, .contact-block__left .tabs_nav .tabs li:hover {
  background: #282E3C;
  color: #ffffff;
  border-color: #282E3C;
}

.contact-block__left .tabs_nav .tabs li.current img, .contact-block__left .tabs_nav .tabs li:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.contact-block__left .tabs_nav .tabs li img {
  display: block;
  margin-right: 0.625rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1.125rem;
}

@media (min-width: 1024px) {
  .contact-block__left .tabs_nav .tabs li img {
    width: 1.5625rem;
  }
}

.contact-block__left .tabs_content_main {
  border: 0.0625rem solid #A9A9A9;
  border-radius: 0.3125rem;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .contact-block__left .tabs_content_main {
    padding: 3.125rem;
  }
}

.contact-block__left .tabs_content_main .tab-content {
  display: none;
}

.contact-block__left .tabs_content_main .tab-content.current {
  display: block;
}

.contact-block__right {
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-block__right {
    width: 40%;
  }
}

.contact-block__right .cr_img img {
  width: 100%;
}

.contact-block__right .documentation_btn {
  text-align: center;
  margin-top: 2.5rem;
}

.contact-block__right .documentation_btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #000000;
  padding: 0.9375rem;
  border: 1px solid #EBEBEB;
  -webkit-box-shadow: 0 0.3125rem 0.375rem 0.125rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.3125rem 0.375rem 0.125rem rgba(0, 0, 0, 0.05);
  border-radius: 1.875rem;
  line-height: normal;
}

@media (min-width: 1024px) {
  .contact-block__right .documentation_btn a {
    font-size: 1.375rem;
    padding: 1.375rem 1.875rem;
  }
}

.contact-block__right .documentation_btn a:hover {
  background: #5C18CB;
  color: #ffffff;
  border-color: #5C18CB;
}

.contact-block__right .documentation_btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.contact-block__right .documentation_btn a img {
  display: block;
  width: 2.5rem;
  margin-right: 0.9375rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 1024px) {
  .contact-block__right .documentation_btn a img {
    width: 3.5rem;
    margin-right: 1.5625rem;
  }
}

.f_row__inner {
  margin-bottom: 0.9375rem;
}

@media (min-width: 1024px) {
  .f_row__inner {
    margin-bottom: 1.875rem;
  }
}

.f_row__inner label {
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  display: block;
  margin-bottom: 0.625rem;
  line-height: normal;
}

.f_row__inner.cl_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}

.f_row__inner.cl_2 .f_row__Cl {
  width: 100%;
  margin-bottom: 0.9375rem;
}

@media (min-width: 1024px) {
  .f_row__inner.cl_2 .f_row__Cl {
    width: 48%;
    margin-bottom: 1.875rem;
  }
}

.f_row__inner:last-child {
  margin-bottom: 0;
}

.f_row__inner p {
  margin: 0;
}

.f_row__inner p br {
  display: none;
}

.contact_form_main {
  border: 0.0625rem solid #A9A9A9;
  border-radius: 0.3125rem;
  padding: 1.25rem;
}

@media (min-width: 1024px) {
  .contact_form_main {
    padding: 3.125rem;
  }
}

.plan-price__section {
  width: 100%;
  padding: 3.125rem 0;
}

@media (min-width: 768px) {
  .plan-price__section {
    padding: 4.6875rem 0;
  }
}

.plan-price__section .section-title {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.plan-price__section .plan-change .annual-plan {
  display: none;
}

.plan-price__section .plan-change .lifetime-plan {
  display: block;
}

.plan-price__switch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 0;
  margin: 0 0 1.25rem;
}

@media (min-width: 768px) {
  .plan-price__switch {
    font-size: 1.25rem;
  }
}

.plan-price__switch > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.25rem;
}

.plan-price__switch .switch {
  width: auto;
}

.plan-price__switch .switch-label {
  display: inline-block;
  position: relative;
  width: 3.75rem;
  height: 1.875rem;
  border-radius: 3.125rem;
  background: #e5e5e5;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 768px) {
  .plan-price__switch .switch-label {
    width: 6.25rem;
    height: 3.125rem;
  }
}

.plan-price__switch .switch-label::before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .plan-price__switch .switch-label::before {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.plan-price__switch .switch input:checked + .switch-label {
  background: #2ECC71;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.plan-price__switch .switch input:checked + .switch-label::before {
  left: 2rem;
  background: #fff;
}

@media (min-width: 768px) {
  .plan-price__switch .switch input:checked + .switch-label::before {
    left: 3.25rem;
  }
}

.plan-price__block {
  width: 100%;
  padding: 1.75rem 0 0;
}

@media (min-width: 1024px) {
  .plan-price__block {
    padding: 3rem 0 0;
  }
}

.plan-price__block .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .plan-price__block .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.plan-price__block .row > div {
  padding: 1.25rem 0.9375rem;
}

@media (min-width: 768px) {
  .plan-price__block .row > div {
    padding: 1.625rem 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .plan-price__block .row > div {
    padding: 0 0.9375rem;
  }
}

.plan-price__block .row > div:last-child .plan-price__box {
  border: 1px solid #4F49CF;
}

@media (min-width: 1024px) {
  .plan-price__block .row > div:last-child .plan-price__box {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}

.plan-price__box {
  width: 100%;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 71, 255, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 71, 255, 0.1);
  position: relative;
  height: 100%;
}

@media (min-width: 1024px) {
  .plan-price__box {
    border-radius: 2.5rem;
  }
}

.plan-price__box .tag {
  width: auto;
  font-size: 0.8125rem;
  padding: 0.1875rem 0.375rem;
  background-color: #4F49CF;
  color: #ffffff;
  border-radius: 2.5rem;
  line-height: 1.3em;
}

.plan-price__box .popular {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #4F49CF;
  text-align: center;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.1875rem 1.125rem;
  border-radius: 9.375rem;
}

.plan-price__box__top {
  padding: 2rem 2.1875rem;
  border-bottom: 1px solid #EFEFEF;
  color: #636363;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .plan-price__box__top {
    padding: 2rem 2.8125rem;
  }
}

.plan-price__box__top h3 {
  margin: 0;
  color: #4F49CF;
}

.plan-price__box__top label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1em;
}

.plan-price__box__middle {
  width: 100%;
  padding: 2.125rem 2.1875rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 1024px) {
  .plan-price__box__middle {
    padding: 2.75rem 2.8125rem;
    padding-bottom: 1.875rem;
  }
}

.plan-price__box__middle__top {
  width: 100%;
  font-size: 0.875rem;
  min-height: 7.5rem;
  margin: 0 0 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan-price__box__middle__top h3 {
  color: #1E158C;
}

.plan-price__box__middle__top label {
  padding-left: 1.25rem;
  display: inline-block;
  color: #000000;
}

.plan-price__box__middle__top .tag {
  margin-left: 1.25rem;
}

.plan-price__box__middle__top p {
  line-height: 1.4em;
  margin-top: 1rem;
}

.plan-price__box__middle .price {
  color: #909090;
  font-size: 2rem;
  display: inline-block;
  margin-bottom: -0.25rem;
}

@media (min-width: 768px) {
  .plan-price__box__middle .price {
    font-size: 2.5rem;
  }
}

.plan-price__box__middle .price sup {
  font-size: 1rem;
  margin-right: 0.375rem;
}

.plan-price__box__middle .price sub {
  font-size: 0.875rem;
  margin-left: 0.5rem;
  position: relative;
  bottom: 0.5rem;
}

.plan-price__box__middle .price strong {
  color: #000000;
}

.plan-price__box__middle .btn {
  background-color: #4F49CF;
  width: 100%;
  border-radius: 50px;
  padding: 14px;
  font-size: 18px;
}

.plan-price__box__middle .btn:hover {
  background-color: #4371E9;
}

.plan-price__box__middle .fix-btn {
  width: auto;
  position: absolute;
  bottom: 3.125rem;
  left: 1.875rem;
  right: 1.875rem;
  background-color: #4F49CF;
}

@media (min-width: 1024px) {
  .plan-price__box__middle .fix-btn {
    left: 2.5rem;
    right: 2.5rem;
  }
}

.plan-price__box__middle .fix-btn:hover {
  background-color: #4371E9;
}

.plan-price__box__content {
  width: 100%;
  padding: 0rem 2.1875rem 2.125rem;
  padding-bottom: 7.5rem;
  margin-top: -0.3125rem;
  font-size: 0.875rem;
  color: #000000;
}

@media (min-width: 1024px) {
  .plan-price__box__content {
    padding: 0rem 2.8125rem 2.75rem;
    padding-bottom: 8.75rem;
  }
}

.plan-price__box__content p {
  margin: 0 0 0.5rem;
}

.plan-price__box__content ul {
  padding: 0;
  margin: 0 0 0.5rem;
}

.plan-price__box__content ul li {
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
  width: 100%;
  padding: 0 0 0.5625rem 1.375rem;
  line-height: normal;
  color: #000000;
}

@media (min-width: 768px) {
  .plan-price__box__content ul li {
    font-size: 0.9375rem;
  }
}

@media (min-width: 1024px) {
  .plan-price__box__content ul li {
    font-size: 0.8125rem;
  }
}

.plan-price__box__content ul li strong {
  color: #4F49CF;
}

.plan-price__box__content ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/correct-gray.svg");
}

.plan-price__box__content .link-with-icon {
  font-size: 0.875rem;
  text-transform: capitalize;
  letter-spacing: normal;
  color: #000000;
  margin: 0.75rem 0 0;
}

.plan-price__box__content .link-with-icon::after {
  width: 0.5625rem;
  height: 0.5625rem;
}

.plan-price__box__content .link-with-icon:hover {
  color: #4F49CF;
}

.plan-price__box__content .link-with-icon::after {
  background-image: url("../images/arrow-gray.svg");
}

.plan-price__box.green-theme .tag {
  background-color: #2ECC71;
}

.plan-price__box.green-theme .plan-price__box__top h3 {
  color: #2ECC71;
}

.plan-price__box.green-theme .plan-price__box__top .popular {
  background-color: #2ECC71;
}

.plan-price__box.green-theme .plan-price__box__content ul li strong {
  color: #2ECC71;
}

.plan-price__box.green-theme .plan-price__box__content ul li::before {
  background-image: url("../images/correct-green.svg");
}

.plan-price__box.green-theme .plan-price__box__content .link-with-icon:hover {
  color: #2ECC71;
}

.plan-price__box.green-theme .plan-price__box__content .link-with-icon::after {
  background-image: url("../images/arrow-green.svg");
}

.plan-price__box.orange-theme .tag {
  background-color: #EE8810;
}

.plan-price__box.orange-theme .plan-price__box__top h3 {
  color: #EE8810;
}

.plan-price__box.orange-theme .plan-price__box__top .popular, .plan-price__box.orange-theme .plan-price__box__top .tag {
  background-color: #EE8810;
}

.plan-price__box.orange-theme .plan-price__box__content ul li strong {
  color: #EE8810;
}

.plan-price__box.orange-theme .plan-price__box__content ul li::before {
  background-image: url("../images/correct-orange.svg");
}

.plan-price__box.orange-theme .plan-price__box__content .link-with-icon:hover {
  color: #EE8810;
}

.plan-price__box.orange-theme .plan-price__box__content .link-with-icon::after {
  background-image: url("../images/arrow-orange.svg");
}

.plan-price__box.blue-theme .tag {
  background-color: #4371E9;
}

.plan-price__box.blue-theme .plan-price__box__top h3 {
  color: #4371E9;
}

.plan-price__box.blue-theme .plan-price__box__top .popular, .plan-price__box.blue-theme .plan-price__box__top .tag {
  background-color: #4371E9;
}

.plan-price__box.blue-theme .plan-price__box__content ul li strong {
  color: #4371E9;
}

.plan-price__box.blue-theme .plan-price__box__content ul li::before {
  background-image: url("../images/correct-purple.svg");
}

.plan-price__box.blue-theme .plan-price__box__content .link-with-icon:hover {
  color: #4371E9;
}

.plan-price__box.blue-theme .plan-price__box__content .link-with-icon::after {
  background-image: url("../images/arrow-purple.svg");
}

.lifetime-plan {
  display: none;
}

.plan-price__block.plan-change .lifetime-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-price__block.plan-change .annual-plan {
  display: none;
}

#app-template {
  min-height: calc(100vh - pr(436px));
}

#app-template .btn, #app-template input[type="submit"], #app-template button[type="submit"], #app-template .wp-block-button__link {
  background: #5656FF;
  text-transform: none;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem;
}

@media (min-width: 640px) {
  #app-template .btn, #app-template input[type="submit"], #app-template button[type="submit"], #app-template .wp-block-button__link {
    padding: 0.75rem 1.25rem;
  }
}

@media (min-width: 1024px) {
  #app-template .btn, #app-template input[type="submit"], #app-template button[type="submit"], #app-template .wp-block-button__link {
    font-size: 1.125rem;
    padding: 1.125rem 2.1875rem;
  }
}

#app-template .btn.white-btn, #app-template input[type="submit"].white-btn, #app-template button[type="submit"].white-btn, #app-template .wp-block-button__link.white-btn {
  background-color: #ffffff;
  color: #000000;
}

#app-template .btn.white-btn:hover, #app-template input[type="submit"].white-btn:hover, #app-template button[type="submit"].white-btn:hover, #app-template .wp-block-button__link.white-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

#app-template .btn:hover, #app-template input[type="submit"]:hover, #app-template button[type="submit"]:hover, #app-template .wp-block-button__link:hover {
  background: #000000;
}

#app-template h1, #app-template .h1, #app-template h2, #app-template .h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

#app-template .gform_wrapper.gravity-theme .gfield_label {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  line-height: normal;
}

#app-template .gform_wrapper .gform_validation_errors {
  display: none;
}

#app-template .gform_wrapper .gform-body .gform_fields .gfield .gfield_description {
  padding: 0;
  border: 0;
  background: transparent;
  margin: 0;
}

#app-template .gform_wrapper .gform-footer {
  padding-bottom: 0px;
}

.app__hero {
  width: 100%;
  background-color: #F9F9FC;
  position: relative;
  padding: 6.875rem 0 5.625rem;
}

@media (min-width: 640px) {
  .app__hero {
    padding: 6.875rem 0 6.875rem;
  }
}

@media (min-width: 1024px) {
  .app__hero {
    padding: 9.375rem 0 5.625rem;
  }
}

.app__hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.app__hero.no_bg {
  background-color: transparent;
}

.app__hero.no_bg .app__right img {
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.app__left {
  width: 31.25rem;
  max-width: 100%;
  margin: 0 auto 2.5rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .app__left {
    margin: 0;
    text-align: left;
    width: 42%;
  }
}

.app__left h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}

.app__left .stack-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .app__left .stack-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.app__left .stack-btn .btn {
  margin: 0 0.3125rem 0.625rem;
}

@media (min-width: 1024px) {
  .app__left .stack-btn .btn {
    margin: 0 0.625rem 0.625rem 0px;
  }
}

.app__right {
  width: 100%;
}

@media (min-width: 1024px) {
  .app__right {
    width: 50%;
  }
}

.brand-lines {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.75rem;
}

@media (min-width: 768px) {
  .brand-lines {
    width: 12.5rem;
  }
}

@media (min-width: 1024px) {
  .brand-lines {
    width: 19.375rem;
  }
}

.brand-lines span {
  display: block;
  width: 100%;
  background-color: #5656FF;
  height: 0.9375rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  .brand-lines span {
    height: 1.25rem;
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 1024px) {
  .brand-lines span {
    height: 1.625rem;
    margin-bottom: 1.25rem;
  }
}

.brand-lines span:nth-child(2) {
  width: 78%;
  background-color: #FFC500;
  margin-bottom: 0px;
}

.pop-app__section {
  width: 100%;
  padding: 3.125rem 0px 1.875rem;
}

@media (min-width: 640px) {
  .pop-app__section {
    padding: 4.375rem 0px;
  }
}

@media (min-width: 1024px) {
  .pop-app__section {
    padding: 5.625rem 0px;
  }
}

.pop-app__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1.25rem;
}

.pop-app__row > div {
  padding: 1.25rem;
  width: 100%;
}

@media (min-width: 1024px) {
  .pop-app__row > div {
    width: 50%;
  }
}

.pop-app__box {
  width: 100%;
  border: 1px solid #5656FF;
  padding: 1.875rem;
}

@media (min-width: 1024px) {
  .pop-app__box {
    padding: 2.875rem;
    font-size: 1.125rem;
  }
}

.pop-app__logo {
  width: 100%;
  margin: 0 0 1.875rem;
}

.pop-app__logo img {
  height: 2.5rem;
}

@media (min-width: 1024px) {
  .pop-app__logo img {
    height: 4.0625rem;
  }
}

.pop-app__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 0 0;
}

.pop-app__bottom img {
  height: auto;
  width: 6.25rem;
  max-height: 1.5rem;
}

@media (min-width: 640px) {
  .pop-app__bottom img {
    width: 8.625rem;
    max-height: 1.875rem;
  }
}

@media (min-width: 1024px) {
  .pop-app__bottom img {
    max-height: 2.5rem;
    width: 10.5rem;
  }
}

.req-form__section {
  width: 100%;
  margin-bottom: 4.375rem;
}

@media (min-width: 1024px) {
  .req-form__section {
    margin-bottom: 5.625rem;
  }
}

.req-form__inner {
  width: 100%;
  background-color: #F9F9FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
}

@media (min-width: 640px) {
  .req-form__inner {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .req-form__inner {
    padding: 3.75rem;
  }
}

.req-form__left {
  width: 100%;
}

@media (min-width: 1024px) {
  .req-form__left {
    width: 60%;
  }
}

.req-form__right {
  width: 35%;
  display: none;
}

@media (min-width: 1024px) {
  .req-form__right {
    display: block;
  }
}

.two-col__section {
  width: 100%;
  padding: 4.375rem 0px 2.5rem;
}

@media (min-width: 1024px) {
  .two-col__section {
    padding: 6.25rem 0px;
  }
}

.two-col__section .title {
  width: 35rem;
  max-width: 100%;
  margin: 0 auto 1.25rem;
}

.two-col__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.875rem 1.25rem;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 1.25rem;
  text-align: center;
  margin: 1.875rem 0px;
}

@media (min-width: 640px) {
  .two-col__block {
    padding: 3.125rem 2.5rem;
  }
}

@media (min-width: 768px) {
  .two-col__block {
    background-color: #ffffff;
    padding: 1.875rem 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    text-align: left;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .two-col__block:nth-child(odd) .two-col__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 768px) {
  .two-col__block:nth-child(odd) .two-col__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.two-col__left {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .two-col__left {
    width: 45%;
    padding: 0 1.875rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .two-col__left {
    padding: 0 3.75rem;
  }
}

.two-col__left .stack-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .two-col__left .stack-btn {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.two-col__left .stack-btn .btn {
  margin: 0 0.3125rem 0.625rem;
}

@media (min-width: 1024px) {
  .two-col__left .stack-btn .btn {
    margin: 0 0.625rem 0.625rem 0px;
  }
}

.two-col__right {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .two-col__right {
    text-align: left;
    width: 55%;
  }
}

.step__section {
  width: 100%;
}

.step__block {
  background-color: #F9F9FC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1.875rem;
}

@media (min-width: 768px) {
  .step__block {
    padding: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .step__block {
    padding: 3.75rem;
  }
}

.step__left {
  width: 100%;
  margin: 0 0 1.875rem;
}

@media (min-width: 1024px) {
  .step__left {
    width: 43%;
    margin: 0;
  }
}

.step__right {
  width: 100%;
}

@media (min-width: 1024px) {
  .step__right {
    width: 50%;
  }
}

.step__right .step_box {
  width: 100%;
  padding: 1.375rem;
  background-color: #ffffff;
  margin: 0.625rem 0px;
}

@media (min-width: 1024px) {
  .step__right .step_box {
    padding: 1.875rem;
  }
}

.step__right .step_box h3, .step__right .step_box .h4 {
  margin: 0 0 0.625rem;
}

.step__right .step_box p:last-child {
  margin-bottom: 0;
}

.icon-text__section {
  width: 100%;
  padding: 4.375rem 0px;
}

@media (min-width: 1024px) {
  .icon-text__section {
    padding: 5.625rem 0px;
  }
}

.icon-text__section .title {
  margin: 0 0 1.875rem;
}

@media (min-width: 1024px) {
  .icon-text__section .title {
    margin: 0 0 3.125rem;
  }
}

.icon-text__section .row {
  margin: 0 -0.375rem;
}

.icon-text__section .row > div {
  padding: 0.375rem;
}

.icon-text__box {
  width: 100%;
  border: 1px solid #D4D4E6;
  padding: 1.875rem;
  height: 100%;
}

.icon-text__box img {
  width: auto;
  height: 3rem;
  margin: 0 0 1.25rem;
}

.icon-text__box h3 {
  margin: 0 0 0.9375rem;
}

.icon-text__box p:last-child {
  margin: 0;
}

.problem-solved__section {
  width: 100%;
}

.problem-solved__section .step__block {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.875rem;
}

@media (min-width: 768px) {
  .problem-solved__section .step__block {
    padding: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .problem-solved__section .step__block {
    padding: 3.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.problem-solved__section .step__left {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

@media (min-width: 768px) {
  .problem-solved__section .step__left {
    width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1024px) {
  .problem-solved__section .step__left {
    width: 50%;
  }
}

.problem-solved__section .step__left .title {
  margin: 0 0 2.5rem;
}

@media (min-width: 1024px) {
  .problem-solved__section .step__left .title {
    margin: 0 0 3.125rem;
  }
}

.problem-solved__section .step__right {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: center;
  margin: 0 0 2.5rem;
}

@media (min-width: 768px) {
  .problem-solved__section .step__right {
    width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .problem-solved__section .step__right {
    width: 40%;
  }
}

.problem-solved__block {
  width: 100%;
}

.problem-solved__block ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.problem-solved__block ul li {
  display: inline-block;
  width: auto;
  margin: 0 0 0.625rem;
  padding: 1.125rem;
  padding-left: 3.75rem;
  background-color: #ffffff;
  background-image: url("../images/correct-icon.svg");
  background-repeat: no-repeat;
  background-size: 1.75rem;
  background-position: 1.125rem 50%;
}

.problem-solved__block ul li::before {
  display: none;
}

.cta__section {
  width: 100%;
  background-color: #5656FF;
  text-align: center;
  padding: 4.375rem 0px;
  position: relative;
}

@media (min-width: 768px) {
  .cta__section {
    padding: 5rem 0px;
  }
}

.cta__section .brand-lines {
  width: 5rem;
  bottom: 0rem;
}

@media (min-width: 768px) {
  .cta__section .brand-lines {
    bottom: 3.125rem;
    width: 11.25rem;
  }
}

@media (min-width: 1024px) {
  .cta__section .brand-lines {
    width: 16.25rem;
  }
}

.cta__section .brand-lines span:nth-child(1) {
  background-color: #ffffff;
}

.cta__cn {
  width: 31.25rem;
  max-width: 100%;
  margin: 0 auto;
  color: #ffffff;
}

.cta__cn h2 {
  color: #ffffff;
}

.cta__cn .btn {
  margin: 0.9375rem 0 0;
}

.price__section {
  width: 100%;
}

.price__section .price-title-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 1.875rem;
}

.price__section .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin: 0;
}

@media (min-width: 1024px) {
  .price__section .title {
    width: 60%;
  }
}

.price__section .title h2 {
  width: 100%;
}

@media (min-width: 1024px) {
  .price__section .title h2 {
    width: auto;
  }
}

.price__section .title p {
  width: 100%;
}

@media (min-width: 1024px) {
  .price__section .title p {
    width: 43%;
    padding-left: 3.125rem;
  }
}

.price__section .icon-text__box {
  position: relative;
}

.price__section .icon-text__box h3 {
  margin: 0 0 1.5625rem;
}

.price__section .icon-text__box ul {
  padding: 0;
  margin: 0;
}

.price__section .icon-text__box ul li {
  display: inline-block;
  background-image: url("../images/true-icon.svg");
  background-position: 0px 0.4375rem;
  background-repeat: no-repeat;
  padding-left: 1.5625rem;
  background-size: 1rem;
  font-size: 0.875rem;
}

@media (min-width: 1024px) {
  .price__section .icon-text__box ul li {
    font-size: 1rem;
  }
}

.price__section .icon-text__box ul li::before {
  display: none;
}

.price__section .icon-text__box .price-content {
  margin: 0 0 1.25rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

.price__section .icon-text__box .select-plan-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.price__section .icon-text__box:hover .select-plan-btn {
  opacity: 1;
  visibility: visible;
}

.price__section .price {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1.25rem;
  color: #B8B8B8;
  font-size: 0.875rem;
}

.price__section .price .lg-txt {
  font-size: 2rem;
  color: #000000;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  padding-right: 0.375rem;
}

.price__section .price.for-year {
  display: none;
}

.price__section.plan-change .for-month {
  display: none;
}

.price__section.plan-change .for-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plan-price__switch {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 0;
  margin: 0 0 1.25rem;
}

@media (min-width: 1024px) {
  .plan-price__switch {
    font-size: 1.25rem;
    width: auto;
  }
}

.plan-price__switch > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 1.25rem;
}

.plan-price__switch .switch {
  width: auto;
}

.plan-price__switch .switch-label {
  display: inline-block;
  position: relative;
  width: 3.75rem;
  height: 1.875rem;
  border-radius: 3.125rem;
  background: #e5e5e5;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 768px) {
  .plan-price__switch .switch-label {
    width: 3.75rem;
    height: 1.875rem;
  }
}

.plan-price__switch .switch-label::before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.5625rem;
  height: 1.5625rem;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px) {
  .plan-price__switch .switch-label::before {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}

.plan-price__switch .switch input:checked + .switch-label {
  background: #5656FF;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.plan-price__switch .switch input:checked + .switch-label::before {
  left: 2rem;
  background: #fff;
}

@media (min-width: 768px) {
  .plan-price__switch .switch input:checked + .switch-label::before {
    left: 2rem;
  }
}

.faq__section {
  width: 100%;
  padding: 0px 0px 4.375rem;
}

@media (min-width: 1024px) {
  .faq__section {
    padding: 0px 0px 6.25rem;
  }
}

.faq__section .title {
  margin: 0 0 2.5rem;
}

@media (min-width: 1024px) {
  .faq__section .title {
    margin: 0 0 3.125rem;
  }
}

.faq__section .acc {
  width: 64rem;
  margin: 0 auto;
  max-width: 100%;
}

.acc, .accordion {
  width: 100%;
  margin-top: 1.875rem;
}

.acc__card, .accordion__card {
  margin: 0.9375rem 0 0;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  background-color: #F9F9FC;
  border: 0;
}

.acc__title, .accordion__title {
  background-color: #F9F9FC;
  color: #000000;
  cursor: pointer;
  display: block;
  padding: 1.5625rem 1.25rem;
  padding-right: 3.125rem;
  position: relative;
  text-align: left;
  width: 100%;
  color: #000000;
  border-radius: 0rem;
  border: 0;
  font-size: 1.125rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .acc__title, .accordion__title {
    font-size: 1.375rem;
  }
}

.acc__title::after, .accordion__title::after {
  position: absolute;
  content: " ";
  width: 1.1875rem;
  height: 0.6875rem;
  right: 1.375rem;
  top: 2rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: url("../images/accordion_angle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.acc__title.active::after, .accordion__title.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.acc__panel, .accordion__panel {
  background-color: #F9F9FC;
  color: #000000;
  display: none;
  margin: 0;
  padding: 0 1.25rem;
  text-align: left;
}
/*# sourceMappingURL=style.css.map */