/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

html {
  font-size: 100%;
  width: 100vw;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, html {
  overflow-x: hidden;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

body, p, ul, ol, table {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E67;
  font-weight: 400;
  font-family: "Istok Web", sans-serif;
  line-height: 1.4375;
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}

b, strong {
  font-weight: 700;
}

.btn, main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-submit {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 12px 16px;
  padding: 17px 16px;
  border-radius: 6px;
  border: 2px solid transparent;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  min-width: 172px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .btn, main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-submit {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.btn.orange, main.page-form .content-section .wrapper .content .form-wrap form .orange.wpcf7-submit {
  background: #FF4C00;
  border-color: #FF4C00;
}
.btn.orange:hover, main.page-form .content-section .wrapper .content .form-wrap form .orange.wpcf7-submit:hover {
  background: #15157E;
  border-color: #15157E;
}
.btn.outline, main.page-form .content-section .wrapper .content .form-wrap form .outline.wpcf7-submit {
  color: #2E2E67;
  border-color: #15157E;
}
.btn.outline:hover, main.page-form .content-section .wrapper .content .form-wrap form .outline.wpcf7-submit:hover {
  background: #15157E;
  color: #ffffff;
}
.btn.outline.white, main.page-form .content-section .wrapper .content .form-wrap form .outline.white.wpcf7-submit {
  border-color: #ffffff;
  color: #ffffff;
}
.btn.outline.white:hover, main.page-form .content-section .wrapper .content .form-wrap form .outline.white.wpcf7-submit:hover {
  background: #ffffff;
  color: #15157E;
}

.btn-gradient {
  position: relative;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.btn-gradient.white span {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-gradient.white:hover span {
  background: #ffffff;
  color: #15157E;
}
.btn-gradient span {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 17px 16px;
  border: 2px solid #15157E;
  display: inline-block;
  border-radius: 6px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  z-index: 1;
  min-width: 172px;
  text-align: center;
}
@media (max-width: 480px) {
  .btn-gradient span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.btn-gradient:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(-1px);
  pointer-events: none;
  -webkit-transition: filter 0.25s ease-in-out;
  -moz-transition: filter 0.25s ease-in-out;
  -ms-transition: filter 0.25s ease-in-out;
  -o-transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out;
  background-clip: content-box !important;
  padding: 1px;
}
.btn-gradient:hover:before {
  background: linear-gradient(123deg, #d600ba, #6842ff, #007e94);
  filter: blur(15px);
}
.btn-gradient:hover span {
  background: #15157E;
  color: #ffffff;
}

.link-read-more {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.375;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .link-read-more {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.link-read-more:hover {
  color: #FF4C00;
}
.link-read-more:hover:after {
  transform: translateX(8px);
}
.link-read-more:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-right.svg");
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.link-read-more-2 {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.375;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .link-read-more-2 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.link-read-more-2:hover {
  color: #FF4C00;
}
.link-read-more-2:hover:after {
  transform: translateX(8px);
}
.link-read-more-2:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-right-2.svg");
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  margin: 0 0 0 8px;
}

.link-back {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.375;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .link-back {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.link-back:hover {
  color: #FF4C00;
}
.link-back:hover:before {
  transform: translateX(-8px) rotate(180deg);
}
.link-back:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-arrow-right.svg");
  transform: rotate(180deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

h1 {
  margin: 0;
  font-size: 40px;
  font-size: 2.5rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

h2.big {
  font-size: 40px;
  font-size: 2.5rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 1280px) {
  h2.big {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (max-width: 1024px) {
  h2.big {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  h2.big {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 480px) {
  h2.big {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
h2.small {
  font-size: 36px;
  font-size: 2.25rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 1280px) {
  h2.small {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  h2.small {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 768px) {
  h2.small {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 480px) {
  h2.small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
h2.smallest {
  font-size: 32px;
  font-size: 2rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 1280px) {
  h2.smallest {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 1024px) {
  h2.smallest {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  h2.smallest {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  h2.smallest {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.other-services-section-global {
  margin: 80px 0 0;
}
@media (max-width: 1024px) {
  .other-services-section-global {
    margin: 56px 0 0;
  }
}
@media (max-width: 480px) {
  .other-services-section-global {
    margin: 48px 0 0;
  }
}
.other-services-section-global .wrapper .services-carousel {
  margin: 16px 0 0;
  width: calc(100% + 320px);
}
@media (max-width: 1680px) {
  .other-services-section-global .wrapper .services-carousel {
    width: calc(100% + 200px);
  }
}
@media (max-width: 1440px) {
  .other-services-section-global .wrapper .services-carousel {
    width: calc(100% + 150px);
  }
}
@media (max-width: 1024px) {
  .other-services-section-global .wrapper .services-carousel {
    width: 100%;
  }
}
.other-services-section-global .wrapper .services-carousel .owl-stage {
  padding-left: 0 !important;
}
.other-services-section-global .wrapper .services-carousel .single {
  text-decoration: none;
  border-radius: 16px;
  background: #F2F5FF;
  padding: 24px 24px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.other-services-section-global .wrapper .services-carousel .single:hover {
  background: #ffffff;
}
.other-services-section-global .wrapper .services-carousel .single .img-wrap {
  height: 100%;
  min-height: 113px;
  width: 160px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.other-services-section-global .wrapper .services-carousel .single .img-wrap:after {
  content: "";
  display: block;
  background: #CDD9FF;
  width: 113px;
  height: 113px;
  border-radius: 12px;
}
.other-services-section-global .wrapper .services-carousel .single .img-wrap img {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 100%;
}
.other-services-section-global .wrapper .services-carousel .single .right .headline span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .other-services-section-global .wrapper .services-carousel .single .right .headline span {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (max-width: 480px) {
  .other-services-section-global .wrapper .services-carousel .single .right .headline span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.other-services-section-global .wrapper .services-carousel .single .right .headline span:nth-of-type(1) {
  color: #FF4C00;
  font-weight: 700;
}
.other-services-section-global .wrapper .services-carousel .single .right .headline span:nth-of-type(2) {
  color: #2E2E67;
}
.other-services-section-global .wrapper .services-carousel .single .right .note {
  display: block;
  color: #2E2E67;
  margin: 16px 0 0;
}
.other-services-section-global .wrapper .services-carousel .owl-dots {
  width: calc(100% - 320px);
  display: flex;
  justify-content: center;
  grid-gap: 12px;
  margin: 48px 0 0;
}
@media (max-width: 1680px) {
  .other-services-section-global .wrapper .services-carousel .owl-dots {
    width: calc(100% - 200px);
  }
}
@media (max-width: 1440px) {
  .other-services-section-global .wrapper .services-carousel .owl-dots {
    width: calc(100% - 150px);
  }
}
@media (max-width: 1024px) {
  .other-services-section-global .wrapper .services-carousel .owl-dots {
    width: 100%;
    margin: 40px 0 0;
  }
}
.other-services-section-global .wrapper .services-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #AFC3FF;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.other-services-section-global .wrapper .services-carousel .owl-dots .owl-dot:hover {
  background: #FF4C00;
}
.other-services-section-global .wrapper .services-carousel .owl-dots .owl-dot.active {
  background: #FF4C00;
}

.single-resource-global {
  border-radius: 16px;
  border: 1px solid #BCCAF8;
  background: #CDD9FF;
  overflow: hidden;
  position: relative;
}
.single-resource-global .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px 24px;
}
.single-resource-global .img-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-resource-global .info {
  padding: 16px 24px 88px;
  background: #ffffff;
  height: 100%;
}
@media (max-width: 1024px) {
  .single-resource-global .info {
    padding: 16px 24px 80px;
  }
}
@media (max-width: 768px) {
  .single-resource-global .info {
    padding: 16px 24px;
  }
}
.single-resource-global .info .headline {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.single-resource-global .info .headline:hover {
  color: #FF4C00;
}
.single-resource-global .info .text {
  margin: 16px 0 0;
}
.single-resource-global .info .link-read-more {
  margin: 24px 0 0;
  position: absolute;
  bottom: 40px;
  left: 24px;
}
@media (max-width: 1024px) {
  .single-resource-global .info .link-read-more {
    bottom: 32px;
  }
}
@media (max-width: 768px) {
  .single-resource-global .info .link-read-more {
    bottom: inherit;
    position: relative;
    left: inherit;
  }
}

.single-success-story {
  border-radius: 16px;
  border: 1px solid #CDD9FF;
  background: #FFF;
  padding: 16px 16px 56px;
  position: relative;
}
@media (max-width: 480px) {
  .single-success-story {
    padding: 16px 16px;
  }
}
.single-success-story .icon-wrap img {
  height: 24px;
  width: auto;
  display: block;
}
.single-success-story .title {
  margin: 16px 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.single-success-story .title:hover {
  color: #FF4C00;
}
.single-success-story .link-read-more {
  position: absolute;
  left: 16px;
  bottom: 16px;
}
@media (max-width: 480px) {
  .single-success-story .link-read-more {
    position: relative;
    margin: 16px 0 0;
    left: inherit;
    bottom: inherit;
  }
}

@media (max-width: 480px) {
  .mfp-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.get-in-touch-popup {
  max-width: 926px;
  margin: 24px auto 0;
  border-radius: 24px;
  border: 1px solid #D2D9EA;
  background: #FFF;
  padding: 72px;
}
@media (max-width: 1280px) {
  .get-in-touch-popup {
    padding: 64px;
    max-width: 860px;
  }
}
@media (max-width: 1024px) {
  .get-in-touch-popup {
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .get-in-touch-popup {
    padding: 64px 48px;
  }
}
@media (max-width: 480px) {
  .get-in-touch-popup {
    padding: 48px 32px 32px;
    margin: 0 auto;
    border-radius: 0px;
  }
}
.get-in-touch-popup .popup-close-btn {
  position: absolute;
  top: 32px;
  right: 32px;
  height: 50px;
  width: 50px;
  background-image: url("../images/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.get-in-touch-popup .popup-close-btn:hover {
  opacity: 0.5;
}
@media (max-width: 480px) {
  .get-in-touch-popup .popup-close-btn {
    height: 32px;
    width: 32px;
    top: 24px;
    right: 24px;
  }
}
.get-in-touch-popup .wrap {
  display: grid;
  grid-gap: 120px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1280px) {
  .get-in-touch-popup .wrap {
    grid-gap: 96px;
  }
}
@media (max-width: 1024px) {
  .get-in-touch-popup .wrap {
    grid-gap: 72px;
  }
}
@media (max-width: 768px) {
  .get-in-touch-popup .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 640px) {
  .get-in-touch-popup .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
@media (max-width: 640px) {
  .get-in-touch-popup .wrap .column {
    max-width: 240px;
    margin: 0 auto;
  }
}
.get-in-touch-popup .wrap .column .img-wrap img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
.get-in-touch-popup .wrap .column .text {
  margin: 48px 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .get-in-touch-popup .wrap .column .text {
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .get-in-touch-popup .wrap .column .text {
    margin: 32px 0 0;
  }
}
@media (max-width: 480px) {
  .get-in-touch-popup .wrap .column .text {
    margin: 24px 0 0;
  }
}
.get-in-touch-popup .wrap .column .center-btn {
  text-align: center;
  margin: 32px 0 0;
}
@media (max-width: 480px) {
  .get-in-touch-popup .wrap .column .center-btn {
    margin: 24px 0 0;
  }
}

.contact-popup {
  max-width: 600px;
  margin: 24px auto;
  border-radius: 24px;
  background: #FFF;
  padding: 40px 40px;
}
@media (max-width: 480px) {
  .contact-popup {
    margin: 0 auto;
    border-radius: 0px;
  }
}
.contact-popup .popup-close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  height: 50px;
  width: 50px;
  background-image: url("../images/icon-close.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  opacity: 1;
}
@media (max-width: 1024px) {
  .contact-popup .popup-close-btn {
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 480px) {
  .contact-popup .popup-close-btn {
    height: 32px;
    width: 32px;
    top: 40px;
    right: 40px;
  }
}
.contact-popup .wrap h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
  margin: 0;
}
@media (max-width: 1024px) {
  .contact-popup .wrap h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .contact-popup .wrap h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.contact-popup .wrap .text {
  margin: 28px 0 0;
}
@media (max-width: 1024px) {
  .contact-popup .wrap .text {
    margin: 24px 0 0;
  }
}
.contact-popup .wrap .form {
  margin: 24px 0 0;
}
.contact-popup .wrap .form form {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.contact-popup .wrap .form form label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
}
.contact-popup .wrap .form form label .wpcf7-form-control-wrap {
  margin: 4px 0 0;
  display: block;
  width: 100%;
}
.contact-popup .wrap .form form label .wpcf7-form-control-wrap input,
.contact-popup .wrap .form form label .wpcf7-form-control-wrap textarea {
  border-radius: 6px;
  border: 1px solid #D6E6FE;
  background: #FFF;
  width: 100%;
  padding: 8px 12px;
  font-weight: 400;
  color: #919191;
  font-size: 15px;
  font-size: 0.9375rem;
}
.contact-popup .wrap .form form label .wpcf7-form-control-wrap input {
  width: 50%;
}
@media (max-width: 768px) {
  .contact-popup .wrap .form form label .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
.contact-popup .wrap .form form label .wpcf7-form-control-wrap textarea {
  height: 109px;
}
.contact-popup .wrap .form form label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 4px 0 0;
}
.contact-popup .wrap .form form .wpcf7-submit {
  align-self: flex-start;
}
.contact-popup .wrap .form form .wpcf7-spinner {
  display: none !important;
}
.contact-popup .wrap .form form .wpcf7-response-output {
  padding: 16px 16px;
  margin: 0;
  color: #2E2E67;
  text-align: center;
}
.contact-popup .wrap .note {
  margin: 24px 0 0;
}
.contact-popup .wrap .note p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #5D5C5C;
}

input[type=range] {
  height: 22px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #D6D6D7;
  border-radius: 5px;
  border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 10px #90C899;
  border: 0px solid #064A91;
  height: 16px;
  width: 16px;
  border-radius: 23px;
  background: #064A91;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.5px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #D6D6D7;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #D6D6D7;
  border-radius: 5px;
  border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 10px #90C899;
  border: 0px solid #064A91;
  height: 16px;
  width: 16px;
  border-radius: 23px;
  background: #064A91;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #D6D6D7;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
  background: #D6D6D7;
  border: 0px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 10px #90C899;
  border: 0px solid #064A91;
  height: 16px;
  width: 16px;
  border-radius: 23px;
  background: #064A91;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #D6D6D7;
}

input[type=range]:focus::-ms-fill-upper {
  background: #D6D6D7;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  padding: 60px 0 0;
  z-index: 100;
}
@media (max-width: 1024px) {
  header {
    padding: 48px 0 0;
  }
}
@media (max-width: 480px) {
  header {
    padding: 32px 0 0;
  }
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  display: block;
  text-decoration: none;
}
header .wrapper .logo img {
  height: 50px;
  width: auto;
  display: block;
}
header .wrapper .right .nav {
  display: flex;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 1024px) {
  header .wrapper .right .nav {
    display: none;
  }
}
header .wrapper .right .nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  grid-gap: 20px;
}
header .wrapper .right .nav ul li {
  position: relative;
}
header .wrapper .right .nav ul li.active-post-type a {
  color: #FF4C00;
}
header .wrapper .right .nav ul li.menu-item-has-children a {
  cursor: pointer;
}
header .wrapper .right .nav ul li.current-menu-item a, header .wrapper .right .nav ul li:hover a {
  color: #FF4C00;
}
header .wrapper .right .nav ul li:hover .sub-menu {
  display: flex;
  opacity: 1;
}
header .wrapper .right .nav ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #15157E;
  font-weight: 600;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 4px 8px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .wrapper .right .nav ul li .sub-menu {
  position: absolute;
  display: none;
  opacity: 0;
  flex-direction: column;
  padding: 12px 16px;
  border-radius: 10px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  align-items: flex-start;
  justify-content: flex-start;
  grid-gap: 8px;
  background: #2E2E67;
  top: 35px;
}
header .wrapper .right .nav ul li .sub-menu:before {
  content: "";
  display: block;
  width: 100%;
  top: -38px;
  height: 40px;
  position: absolute;
}
header .wrapper .right .nav ul li .sub-menu li.current_page_item a {
  color: #FF4C00;
}
header .wrapper .right .nav ul li .sub-menu li a {
  white-space: nowrap;
  color: #ffffff;
}
header .wrapper .right .nav ul li .sub-menu li a:hover {
  color: #FF4C00;
}
header .wrapper .right .nav .header-cta {
  position: relative;
}
header .wrapper .right .nav .header-cta span {
  font-size: 16px;
  font-size: 1rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 17px 16px;
  border: 2px solid #15157E;
  display: inline-block;
  border-radius: 6px;
  text-transform: uppercase;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  header .wrapper .right .nav .header-cta span {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
header .wrapper .right .nav .header-cta:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(-1px);
  pointer-events: none;
  -webkit-transition: filter 0.25s ease-in-out;
  -moz-transition: filter 0.25s ease-in-out;
  -ms-transition: filter 0.25s ease-in-out;
  -o-transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out;
  background-clip: content-box !important;
  padding: 1px;
}
header .wrapper .right .nav .header-cta:hover:before {
  background: linear-gradient(123deg, #d600ba, #6842ff, #007e94);
  filter: blur(15px);
}
header .wrapper .right .nav .header-cta:hover span {
  background: #15157E;
  color: #ffffff;
}
header .wrapper .right .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 15px;
  z-index: 55;
}
@media (max-width: 1024px) {
  header .wrapper .right .responsive-btn {
    display: block;
  }
}
header .wrapper .right .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 6px;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 6px;
}
header .wrapper .right .responsive-btn span {
  width: 25px;
  height: 3px;
  background: #2E2E67;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
}
header .wrapper .right .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(2) {
  top: 6px;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:last-of-type {
  margin: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: 0;
    right: -100vw;
    position: absolute;
    top: 0;
    background: #CDD9FF;
    height: 100vh;
    max-width: 400px;
    z-index: 99;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
@media (max-width: 480px) {
  .responsive-menu {
    max-width: 100%;
  }
}
.responsive-menu .wrap {
  height: 100%;
  padding: 24px 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.responsive-menu .wrap .nav {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.responsive-menu .wrap .nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 16px;
  list-style-type: none;
}
@media (max-width: 1024px) {
  .responsive-menu .wrap .nav ul {
    text-align: center;
  }
}
.responsive-menu .wrap .nav ul li.active-post-type a {
  color: #FF4C00;
}
.responsive-menu .wrap .nav ul li.current-menu-item a {
  color: #FF4C00;
}
.responsive-menu .wrap .nav ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2E2E67;
  font-weight: 600;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 4px 8px;
}
.responsive-menu .wrap .nav ul li .sub-menu {
  background: #ffffff;
  padding: 12px 16px;
  border-radius: 10px;
  grid-gap: 8px;
  margin: 8px 0 0;
}
.responsive-menu .wrap .nav .header-cta {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #2E2E67;
  font-weight: 600;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  text-decoration: none;
  padding: 4px 8px;
  text-align: center;
}
.responsive-menu.active {
  right: 0;
  width: 60vw;
}
@media (max-width: 480px) {
  .responsive-menu.active {
    width: 100vw;
  }
}

footer {
  background: #2E2E67;
  padding: 80px 0 120px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  footer {
    padding: 80px 0 100px;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 80px 0 80px;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 48px 0;
  }
}
footer .wrapper .top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  footer .wrapper .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  footer .wrapper .top {
    grid-gap: 40px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  footer .wrapper .top .column:nth-of-type(1) {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(1) {
    width: 100%;
  }
}
footer .wrapper .top .column:nth-of-type(1) .logo {
  height: 32px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  footer .wrapper .top .column:nth-of-type(1) .logo {
    height: 28px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(1) .logo {
    margin: 0 auto;
  }
}
footer .wrapper .top .column:nth-of-type(1) .contact {
  margin: 32px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(1) .contact {
    text-align: center;
    justify-content: center;
  }
}
footer .wrapper .top .column:nth-of-type(1) .contact img {
  height: 24px;
  width: auto;
  display: block;
}
footer .wrapper .top .column:nth-of-type(1) .contact a {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  footer .wrapper .top .column:nth-of-type(1) .contact a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
footer .wrapper .top .column:nth-of-type(1) .contact a:hover {
  color: #FF4C00;
}
footer .wrapper .top .column:nth-of-type(1) .social {
  margin: 32px 0 0;
}
footer .wrapper .top .column:nth-of-type(1) .social span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: 400;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(1) .social span {
    text-align: center;
  }
}
footer .wrapper .top .column:nth-of-type(1) .social .links {
  margin: 5px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(1) .social .links {
    justify-content: center;
  }
}
footer .wrapper .top .column:nth-of-type(1) .social .links a {
  text-decoration: none;
  display: block;
}
footer .wrapper .top .column:nth-of-type(1) .social .links a:hover img {
  opacity: 0.5;
}
footer .wrapper .top .column:nth-of-type(1) .social .links a img {
  height: 24px;
  width: auto;
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
footer .wrapper .top .column:nth-of-type(1) .aws-partner {
  margin: 80px 0 0;
}
@media (max-width: 1024px) {
  footer .wrapper .top .column:nth-of-type(1) .aws-partner {
    margin: 48px 0 0;
  }
}
footer .wrapper .top .column:nth-of-type(1) .aws-partner img {
  width: 100%;
  max-width: 322px;
  height: auto;
  display: block;
}
@media (max-width: 1024px) {
  footer .wrapper .top .column:nth-of-type(1) .aws-partner img {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(1) .aws-partner img {
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  footer .wrapper .top .column:nth-of-type(2) {
    width: calc(50% - 12px);
  }
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(2) {
    width: 100%;
  }
}
footer .wrapper .top .column:nth-of-type(2) .headline {
  font-size: 16px;
  font-size: 1rem;
  color: #FF4C00;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  display: block;
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(2) .headline {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .wrapper .top .column:nth-of-type(2) .headline {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
footer .wrapper .top .column:nth-of-type(2) .text {
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(2) .text {
    text-align: center;
  }
}
footer .wrapper .top .column:nth-of-type(2) .text * {
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
}
footer .wrapper .top .column:nth-of-type(2) .text a {
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .wrapper .top .column:nth-of-type(2) .text a:hover {
  color: #FF4C00;
}
@media (max-width: 1024px) {
  footer .wrapper .top .column:nth-of-type(3) {
    width: 100%;
    margin: 32px 0 0;
  }
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(3) {
    margin: 0;
  }
}
footer .wrapper .top .column:nth-of-type(3) .headline {
  font-size: 16px;
  font-size: 1rem;
  color: #FF4C00;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1;
  display: block;
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(3) .headline {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .wrapper .top .column:nth-of-type(3) .headline {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
footer .wrapper .top .column:nth-of-type(3) .sertificates {
  margin: 16px 0 0;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  footer .wrapper .top .column:nth-of-type(3) .sertificates {
    max-width: 324px;
  }
}
@media (max-width: 768px) {
  footer .wrapper .top .column:nth-of-type(3) .sertificates {
    margin: 16px auto 0;
  }
}
footer .wrapper .top .column:nth-of-type(3) .sertificates img {
  width: auto;
  max-width: 100px;
  height: auto;
  display: block;
}
footer .wrapper .bottom {
  margin: 60px 0 0;
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
@media (max-width: 768px) {
  footer .wrapper .bottom {
    justify-content: center;
    margin: 40px 0 0;
  }
}
footer .wrapper .bottom .copy {
  color: #ffffff;
}
footer .wrapper .bottom .privacy {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer .wrapper .bottom .privacy:hover {
  color: #FF4C00;
}

.assists-section-global {
  padding: 316px 0 0;
}
.assists-section-global .wrapper .grid {
  margin: 40px 0 0;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .assists-section-global .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.assists-section-global .wrapper .grid .single {
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
  min-height: 370px;
  position: relative;
}
@media (max-width: 768px) {
  .assists-section-global .wrapper .grid .single {
    min-height: 200px;
  }
}
.assists-section-global .wrapper .grid .single:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(-1px);
  pointer-events: none;
  transition: filter 0.2s ease-in-out;
  background-clip: content-box !important;
  padding: 1px;
}
.assists-section-global .wrapper .grid .single:hover:before {
  filter: blur(15px);
  background: linear-gradient(123deg, #09f, #5c7fff, #8575ff);
}
.assists-section-global .wrapper .grid .single:nth-of-type(1) .wrap {
  background: #FFF5D3;
}
.assists-section-global .wrapper .grid .single:nth-of-type(2) .wrap {
  background: #DEF5FF;
}
.assists-section-global .wrapper .grid .single:nth-of-type(3) .wrap {
  background: #FBE8FC;
}
.assists-section-global .wrapper .grid .single:nth-of-type(4) .wrap {
  background: #edcfc2;
}
.assists-section-global .wrapper .grid .single .wrap {
  padding: 32px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
  border-radius: 24px;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .assists-section-global .wrapper .grid .single .wrap {
    padding: 24px 24px;
  }
}
.assists-section-global .wrapper .grid .single .wrap .tag {
  display: inline-block;
  background: #FF4C00;
  background: var(--Services-list-tag, linear-gradient(90deg, #DD52E5 0%, #81B5F9 100%));
  color: #ffffff;
  text-transform: uppercase;
  padding: 3px 12px;
  border-radius: 4px;
  align-self: flex-start;
  font-weight: 700;
  line-height: 1.7;
}
.assists-section-global .wrapper .grid .single .wrap .title {
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.21;
  color: #15157E;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .assists-section-global .wrapper .grid .single .wrap .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.assists-section-global .wrapper .grid .single .wrap .title:hover {
  color: #FF4C00;
}

@media (max-width: 768px) {
  .tabs {
    grid-gap: 40px !important;
  }
}
.tabs .tab-list {
  grid-gap: 4px;
  align-items: center;
}
@media (max-width: 768px) {
  .tabs .tab-list {
    flex-direction: column;
    width: 100%;
    border-radius: 21px !important;
  }
}
@media (max-width: 768px) {
  .tabs .tab-list li {
    width: 100%;
  }
}
.tabs .tab-list li.ui-tabs-active a {
  background: linear-gradient(90deg, #FFE2F5 0%, #D6EAF3 100%);
}
.tabs .tab-list li:hover a {
  background: linear-gradient(90deg, #FFE2F5 0%, #D6EAF3 100%);
}
.tabs .tab-list li a {
  text-decoration: none;
  background: transparent;
  font-size: 20px;
  font-size: 1.25rem;
  color: #15157E;
  padding: 14px 32px;
  border-radius: 44px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
@media (max-width: 1024px) {
  .tabs .tab-list li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 26px;
  }
}
@media (max-width: 768px) {
  .tabs .tab-list li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 22px;
    width: 100%;
  }
}

.fixed-bg-service {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotate(180deg);
}
.fixed-bg-service:before, .fixed-bg-service:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fixed-bg-service:before {
  background: radial-gradient(58.73% 73.1% at 33.96% 50%, #F9E6FA 24.5%, #FFF 51%, #FFF 100%);
}
.fixed-bg-service:after {
  background: radial-gradient(49.53% 63.81% at 25.38% 59.86%, #B9E0FC 29.84%, rgba(255, 255, 255, 0) 63.03%, rgba(255, 255, 255, 0) 100%);
}

.fixed-bg-service-2 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.fixed-bg-service-2:before, .fixed-bg-service-2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fixed-bg-service-2:before {
  background: radial-gradient(58.73% 73.1% at 33.96% 50%, #F9E6FA 24.5%, #FFF 51%, #FFF 100%);
}
.fixed-bg-service-2:after {
  background: radial-gradient(49.53% 63.81% at 25.38% 59.86%, #B9E0FC 29.84%, rgba(255, 255, 255, 0) 63.03%, rgba(255, 255, 255, 0) 100%);
}

.marketplace-link {
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.marketplace-link span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #5A5A83;
}
.marketplace-link a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  align-self: flex-start;
  border-radius: 6px;
}
.marketplace-link a:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(-1px);
  pointer-events: none;
  -webkit-transition: filter 0.25s ease-in-out;
  -moz-transition: filter 0.25s ease-in-out;
  -ms-transition: filter 0.25s ease-in-out;
  -o-transition: filter 0.25s ease-in-out;
  transition: filter 0.25s ease-in-out;
  background-clip: content-box !important;
  padding: 1px;
}
.marketplace-link a .gradient-wrap {
  padding: 16px 16px 10px;
  border: 2px solid #15157E;
  border-radius: 6px;
  line-height: 1;
  align-self: flex-start;
  border-radius: 6px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  z-index: 1;
  position: relative;
}
.marketplace-link a .gradient-wrap img {
  width: 138px;
  height: auto;
  display: block;
  line-height: 1;
  -webkit-transition: filter 0.2s ease-in-out;
  -moz-transition: filter 0.2s ease-in-out;
  -ms-transition: filter 0.2s ease-in-out;
  -o-transition: filter 0.2s ease-in-out;
  transition: filter 0.2s ease-in-out;
}
.marketplace-link a:hover:before {
  background: linear-gradient(123deg, #d600ba, #6842ff, #007e94);
  filter: blur(15px);
}
.marketplace-link a:hover .gradient-wrap {
  background: #15157E;
}
.marketplace-link a:hover .gradient-wrap img {
  filter: brightness(0) invert(1);
}

main.page-about-us {
  padding: 188px 0 100px;
}
@media (max-width: 1024px) {
  main.page-about-us {
    padding: 120px 0 72px;
  }
}
@media (max-width: 480px) {
  main.page-about-us {
    padding: 89px 0 48px;
  }
}
main.page-about-us .top-desc-section .wrapper .wrap {
  background: #2E2E67;
  border-radius: 24px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  grid-gap: 111px;
}
@media (max-width: 1280px) {
  main.page-about-us .top-desc-section .wrapper .wrap {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  main.page-about-us .top-desc-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about-us .top-desc-section .wrapper .wrap {
    flex-direction: column;
    padding: 48px 32px 32px;
  }
}
main.page-about-us .top-desc-section .wrapper .wrap .left {
  padding: 60px 0;
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  main.page-about-us .top-desc-section .wrapper .wrap .left {
    width: 100%;
    padding: 0;
  }
}
main.page-about-us .top-desc-section .wrapper .wrap .left h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
  margin: 0;
}
@media (max-width: 1024px) {
  main.page-about-us .top-desc-section .wrapper .wrap .left h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  main.page-about-us .top-desc-section .wrapper .wrap .left h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-about-us .top-desc-section .wrapper .wrap .left .text {
  margin: 24px 0 0;
  display: block;
}
main.page-about-us .top-desc-section .wrapper .wrap .left .text * {
  color: #ffffff;
}
main.page-about-us .top-desc-section .wrapper .wrap .left .btn, main.page-about-us .top-desc-section main.page-form .content-section .wrapper .wrap .left .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-about-us .top-desc-section .wrapper .wrap .left .content .form-wrap form .wpcf7-submit, main.page-about-us .top-desc-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .left .wpcf7-submit, main.page-form .content-section main.page-about-us .top-desc-section .wrapper .content .form-wrap form .wrap .left .wpcf7-submit {
  margin: 32px 0 0;
}
main.page-about-us .top-desc-section .wrapper .wrap .left .badge {
  position: absolute;
  bottom: -40px;
  right: -55px;
  height: 128px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-about-us .top-desc-section .wrapper .wrap .left .badge {
    right: 0;
    bottom: -32px;
    height: 96px;
  }
}
main.page-about-us .top-desc-section .wrapper .wrap .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  main.page-about-us .top-desc-section .wrapper .wrap .right {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
main.page-about-us .top-desc-section .wrapper .wrap .right img.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
main.page-about-us .top-desc-section .wrapper .wrap .right img.img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 0;
}
main.page-about-us .who-we-are-section {
  padding: 100px 0 100px;
}
@media (max-width: 1024px) {
  main.page-about-us .who-we-are-section {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  main.page-about-us .who-we-are-section {
    padding: 48px 0;
  }
}
main.page-about-us .who-we-are-section .wrapper {
  display: flex;
  align-items: center;
  grid-gap: 131px;
}
@media (max-width: 1280px) {
  main.page-about-us .who-we-are-section .wrapper {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  main.page-about-us .who-we-are-section .wrapper {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about-us .who-we-are-section .wrapper {
    flex-direction: column;
  }
}
main.page-about-us .who-we-are-section .wrapper .left {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-about-us .who-we-are-section .wrapper .left {
    width: 100%;
  }
}
main.page-about-us .who-we-are-section .wrapper .left img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main.page-about-us .who-we-are-section .wrapper .left img {
    max-width: 320px;
    width: 100%;
  }
}
main.page-about-us .who-we-are-section .wrapper .right {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-about-us .who-we-are-section .wrapper .right {
    width: 100%;
  }
}
main.page-about-us .who-we-are-section .wrapper .right h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
  margin: 0;
}
@media (max-width: 1024px) {
  main.page-about-us .who-we-are-section .wrapper .right h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  main.page-about-us .who-we-are-section .wrapper .right h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-about-us .who-we-are-section .wrapper .right .text {
  margin: 32px 0 0;
  display: block;
}
main.page-about-us .experts-section {
  background: #E7EDFF;
  padding: 80px 0 130px;
  position: relative;
}
@media (max-width: 1024px) {
  main.page-about-us .experts-section {
    padding: 72px 0 96px;
  }
}
@media (max-width: 480px) {
  main.page-about-us .experts-section {
    padding: 48px 0 56px;
  }
}
main.page-about-us .experts-section .bg-1 {
  position: absolute;
  left: 0;
  height: 100%;
  width: auto;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  main.page-about-us .experts-section .bg-1 {
    height: 80%;
  }
}
@media (max-width: 768px) {
  main.page-about-us .experts-section .bg-1 {
    height: 60%;
  }
}
main.page-about-us .experts-section .bg-2 {
  position: absolute;
  right: 0;
  height: 100%;
  width: auto;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  main.page-about-us .experts-section .bg-2 {
    height: 80%;
  }
}
@media (max-width: 768px) {
  main.page-about-us .experts-section .bg-2 {
    height: 60%;
  }
}
main.page-about-us .experts-section .wrapper .smallest {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
main.page-about-us .experts-section .wrapper .text {
  margin: 16px 0 0;
  text-align: center;
}
main.page-about-us .experts-section .wrapper .experts {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 48px;
}
@media (max-width: 768px) {
  main.page-about-us .experts-section .wrapper .experts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 48px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-about-us .experts-section .wrapper .experts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
main.page-about-us .experts-section .wrapper .experts .single {
  max-width: 160px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
main.page-about-us .experts-section .wrapper .experts .single .img-wrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
main.page-about-us .experts-section .wrapper .experts .single .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
main.page-about-us .experts-section .wrapper .experts .single .name {
  margin: 16px 0 0;
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
}
main.page-about-us .experts-section .wrapper .experts .single .job {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0C0C1D;
  font-weight: 400;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
  text-align: center;
  margin: 3px 0 0;
}
main.page-about-us .experts-section .wrapper .experts .single a {
  display: inline-block;
  text-decoration: none;
  margin: 5px 0 0;
}
main.page-about-us .experts-section .wrapper .experts .single a:hover img {
  opacity: 0.5;
}
main.page-about-us .experts-section .wrapper .experts .single a img {
  height: 12px;
  width: auto;
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
main.page-about-us .cta-section {
  padding: 80px 0 0;
  background: #ffffff;
}
@media (max-width: 1024px) {
  main.page-about-us .cta-section {
    padding: 56px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-about-us .cta-section {
    padding: 48px 0 0;
  }
}
main.page-about-us .cta-section .wrapper {
  border-radius: 24px;
  background: #AFC3FF;
  display: flex;
  align-items: center;
  grid-gap: 100px;
  padding: 60px 80px;
}
@media (max-width: 1024px) {
  main.page-about-us .cta-section .wrapper {
    padding: 48px 56px;
    grid-gap: 64px;
  }
}
@media (max-width: 768px) {
  main.page-about-us .cta-section .wrapper {
    flex-direction: column;
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  main.page-about-us .cta-section .wrapper {
    padding: 32px 32px;
  }
}
main.page-about-us .cta-section .wrapper .left {
  max-width: 788px;
}
@media (max-width: 768px) {
  main.page-about-us .cta-section .wrapper .left {
    max-width: 100%;
    text-align: center;
  }
}
main.page-about-us .cta-section .wrapper .left .small {
  color: #2E2E67;
  max-width: 285px;
}
main.page-about-us .cta-section .wrapper .left .text {
  margin: 24px 0 0;
}
main.page-about-us .cta-section .wrapper .left .btn, main.page-about-us .cta-section main.page-form .content-section .wrapper .left .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-about-us .cta-section .wrapper .left .content .form-wrap form .wpcf7-submit, main.page-about-us .cta-section main.page-form .content-section .wrapper .content .form-wrap form .left .wpcf7-submit, main.page-form .content-section main.page-about-us .cta-section .wrapper .content .form-wrap form .left .wpcf7-submit {
  margin: 24px 0 0;
}
main.page-about-us .cta-section .wrapper .right {
  flex: none;
}
main.page-about-us .cta-section .wrapper .right img {
  height: 200px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-about-us .cta-section .wrapper .right img {
    margin: 0 auto;
    max-width: 192px;
    width: 100%;
    height: auto;
  }
}
main.page-about-us .communities-section {
  padding: 100px 0 0;
}
@media (max-width: 1024px) {
  main.page-about-us .communities-section {
    padding: 72px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-about-us .communities-section {
    padding: 48px 0 0;
  }
}
main.page-about-us .communities-section .wrapper .smallest {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
main.page-about-us .communities-section .wrapper .text {
  margin: 16px 0 0;
  text-align: center;
}
main.page-about-us .communities-section .wrapper .communities {
  margin: 40px 0 0;
  display: grid;
  grid-gap: 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-about-us .communities-section .wrapper .communities {
    margin: 32px 0 0;
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about-us .communities-section .wrapper .communities {
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  main.page-about-us .communities-section .wrapper .communities {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
main.page-about-us .communities-section .wrapper .communities .single {
  border-radius: 16px;
  overflow: hidden;
}
main.page-about-us .communities-section .wrapper .communities .single img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

main.page-for-startups .hero-section {
  padding: 157px 0 0;
}
@media (max-width: 1024px) {
  main.page-for-startups .hero-section {
    padding: 120px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .hero-section {
    padding: 89px 0 0;
  }
}
main.page-for-startups .hero-section .wrapper {
  display: flex;
  grid-gap: 156px;
}
@media (max-width: 1280px) {
  main.page-for-startups .hero-section .wrapper {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  main.page-for-startups .hero-section .wrapper {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-for-startups .hero-section .wrapper {
    flex-direction: column;
    padding: 32px 0 0;
  }
}
main.page-for-startups .hero-section .wrapper .left {
  padding: 112px 0 112px;
  width: 50%;
}
@media (max-width: 1024px) {
  main.page-for-startups .hero-section .wrapper .left {
    padding: 72px 0 72px;
  }
}
@media (max-width: 768px) {
  main.page-for-startups .hero-section .wrapper .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
main.page-for-startups .hero-section .wrapper .left h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
  margin: 0;
}
@media (max-width: 1024px) {
  main.page-for-startups .hero-section .wrapper .left h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .hero-section .wrapper .left h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-for-startups .hero-section .wrapper .left h1 span {
  color: #FF4C00;
}
main.page-for-startups .hero-section .wrapper .left .text {
  margin: 24px 0 0;
}
@media (max-width: 768px) {
  main.page-for-startups .hero-section .wrapper .left .text {
    text-align: center;
  }
}
main.page-for-startups .hero-section .wrapper .left .btn, main.page-for-startups .hero-section main.page-form .content-section .wrapper .left .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-for-startups .hero-section .wrapper .left .content .form-wrap form .wpcf7-submit, main.page-for-startups .hero-section main.page-form .content-section .wrapper .content .form-wrap form .left .wpcf7-submit, main.page-form .content-section main.page-for-startups .hero-section .wrapper .content .form-wrap form .left .wpcf7-submit {
  margin: 32px 0 0;
}
main.page-for-startups .hero-section .wrapper .right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 768px) {
  main.page-for-startups .hero-section .wrapper .right {
    width: 100%;
  }
}
main.page-for-startups .hero-section .wrapper .right img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  main.page-for-startups .hero-section .wrapper .right img {
    max-width: 320px;
    margin: 0 auto;
  }
}
main.page-for-startups .benefits-section {
  background: #2E2E67;
  padding: 60px 0;
}
@media (max-width: 480px) {
  main.page-for-startups .benefits-section {
    padding: 48px 0;
  }
}
main.page-for-startups .benefits-section .wrapper .small {
  color: #ffffff;
}
main.page-for-startups .benefits-section .wrapper .grid {
  margin: 40px 0 0;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-for-startups .benefits-section .wrapper .grid {
    margin: 32px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-for-startups .benefits-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-for-startups .benefits-section .wrapper .grid .single {
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
main.page-for-startups .benefits-section .wrapper .grid .single .img-wrap {
  background: #FAD59E;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 48px 24px;
}
main.page-for-startups .benefits-section .wrapper .grid .single .img-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
main.page-for-startups .benefits-section .wrapper .grid .single .info {
  padding: 16px 24px 40px;
  background: #ffffff;
  height: 100%;
}
main.page-for-startups .benefits-section .wrapper .grid .single .info .headline {
  font-size: 20px;
  font-size: 1.25rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.3;
  display: block;
}
@media (max-width: 1024px) {
  main.page-for-startups .benefits-section .wrapper .grid .single .info .headline {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .benefits-section .wrapper .grid .single .info .headline {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
main.page-for-startups .benefits-section .wrapper .grid .single .info .text {
  margin: 16px 0 0;
}
main.page-for-startups .benefits-section .wrapper .btn, main.page-for-startups .benefits-section main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-for-startups .benefits-section .wrapper .content .form-wrap form .wpcf7-submit {
  margin: 72px 0 0;
}
@media (max-width: 1024px) {
  main.page-for-startups .benefits-section .wrapper .btn, main.page-for-startups .benefits-section main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-for-startups .benefits-section .wrapper .content .form-wrap form .wpcf7-submit {
    margin: 56px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .benefits-section .wrapper .btn, main.page-for-startups .benefits-section main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-for-startups .benefits-section .wrapper .content .form-wrap form .wpcf7-submit {
    margin: 48px 0 0;
  }
}
main.page-for-startups .resources-section {
  background: #E7EDFF;
  padding: 60px 0 100px;
}
@media (max-width: 1024px) {
  main.page-for-startups .resources-section {
    padding: 56px 0 80px;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .resources-section {
    padding: 48px 0 80px;
  }
}
main.page-for-startups .resources-section .wrapper .resources-carousel {
  margin: 40px 0 0;
}
@media (max-width: 1024px) {
  main.page-for-startups .resources-section .wrapper .resources-carousel {
    margin: 32px 0 0;
  }
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-nav button {
  width: 44px;
  height: 44px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icon-carousel-arrow-left.svg");
  position: absolute;
  top: calc(50% - 22px);
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-nav button:hover {
  opacity: 0.5;
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-nav button.disabled {
  opacity: 0;
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-nav button.owl-prev {
  left: -22px;
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-nav button.owl-next {
  right: -22px;
  transform: rotate(180deg);
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-dots {
  display: flex;
  justify-content: center;
  grid-gap: 12px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  main.page-for-startups .resources-section .wrapper .resources-carousel .owl-dots {
    bottom: -40px;
  }
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  background: #AFC3FF;
  border-radius: 100%;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-dots .owl-dot:hover {
  background: #FF4C00;
}
main.page-for-startups .resources-section .wrapper .resources-carousel .owl-dots .owl-dot.active {
  background: #FF4C00;
}
main.page-for-startups .other-services-section-global {
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  main.page-for-startups .other-services-section-global {
    padding: 0 0 56px;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .other-services-section-global {
    padding: 0 0 48px;
  }
}
main.page-for-startups .other-services-section-global .wrapper .services-carousel .single:hover {
  background: #E7EDFF;
}
main.page-for-startups .cta-section {
  padding: 80px 0 96px;
  background: #E7EDFF;
}
@media (max-width: 1024px) {
  main.page-for-startups .cta-section {
    padding: 56px 0 72px;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .cta-section {
    padding: 48px 0 48px;
  }
}
main.page-for-startups .cta-section .wrapper {
  border-radius: 24px;
  background: #AFC3FF;
  display: flex;
  align-items: center;
  grid-gap: 100px;
  padding: 60px 80px;
}
@media (max-width: 1024px) {
  main.page-for-startups .cta-section .wrapper {
    padding: 48px 56px;
    grid-gap: 64px;
  }
}
@media (max-width: 768px) {
  main.page-for-startups .cta-section .wrapper {
    flex-direction: column;
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  main.page-for-startups .cta-section .wrapper {
    padding: 32px 32px;
  }
}
main.page-for-startups .cta-section .wrapper .left {
  max-width: 788px;
}
@media (max-width: 768px) {
  main.page-for-startups .cta-section .wrapper .left {
    max-width: 100%;
    text-align: center;
  }
}
main.page-for-startups .cta-section .wrapper .left .small {
  color: #2E2E67;
  max-width: 285px;
}
main.page-for-startups .cta-section .wrapper .left .text {
  margin: 24px 0 0;
}
main.page-for-startups .cta-section .wrapper .left .btn, main.page-for-startups .cta-section main.page-form .content-section .wrapper .left .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-for-startups .cta-section .wrapper .left .content .form-wrap form .wpcf7-submit, main.page-for-startups .cta-section main.page-form .content-section .wrapper .content .form-wrap form .left .wpcf7-submit, main.page-form .content-section main.page-for-startups .cta-section .wrapper .content .form-wrap form .left .wpcf7-submit {
  margin: 24px 0 0;
}
main.page-for-startups .cta-section .wrapper .right {
  flex: none;
}
main.page-for-startups .cta-section .wrapper .right img {
  height: 200px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-for-startups .cta-section .wrapper .right img {
    margin: 0 auto;
    max-width: 192px;
    width: 100%;
    height: auto;
  }
}

main.page-home {
  padding: 203px 0 96px;
  background: #E7EDFF;
}
@media (max-width: 1024px) {
  main.page-home {
    padding: 120px 0 72px;
  }
}
@media (max-width: 480px) {
  main.page-home {
    padding: 89px 0 48px;
  }
}
main.page-home .hero-section .wrapper .wrap {
  display: flex;
  grid-gap: 129px;
  border-radius: 24px;
  background: linear-gradient(180deg, #8B9EC3 0%, #2E2E67 100%);
  padding: 0 73px;
}
@media (max-width: 1280px) {
  main.page-home .hero-section .wrapper .wrap {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  main.page-home .hero-section .wrapper .wrap {
    grid-gap: 48px;
    padding: 0 48px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .wrap {
    flex-direction: column;
    padding: 32px 32px;
  }
}
main.page-home .hero-section .wrapper .wrap .left {
  width: 44%;
  position: relative;
}
@media (max-width: 1024px) {
  main.page-home .hero-section .wrapper .wrap .left {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .wrap .left {
    padding: 0;
    width: 100%;
  }
}
main.page-home .hero-section .wrapper .wrap .left img {
  position: absolute;
  display: block;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  main.page-home .hero-section .wrapper .wrap .left img {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .wrap .left img {
    max-width: 320px;
    margin: 0 auto;
  }
}
main.page-home .hero-section .wrapper .wrap .right {
  width: 54%;
  padding: 83px 0 95px;
}
@media (max-width: 1280px) {
  main.page-home .hero-section .wrapper .wrap .right {
    padding: 72px 0 80px;
  }
}
@media (max-width: 1024px) {
  main.page-home .hero-section .wrapper .wrap .right {
    padding: 56px 0 56px;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .wrap .right {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
main.page-home .hero-section .wrapper .wrap .right img {
  height: 32px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  main.page-home .hero-section .wrapper .wrap .right img {
    height: 28px;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .wrap .right img {
    margin: 0 auto;
  }
}
main.page-home .hero-section .wrapper .wrap .right .text {
  margin: 32px 0 0;
}
main.page-home .hero-section .wrapper .wrap .right .text * {
  color: #ffffff;
}
main.page-home .hero-section .wrapper .wrap .right .btns {
  margin: 48px 0 0;
  display: flex;
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  main.page-home .hero-section .wrapper .wrap .right .btns {
    margin: 32px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-home .hero-section .wrapper .wrap .right .btns {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  main.page-home .hero-section .wrapper .wrap .right .btns {
    flex-direction: column;
  }
}
main.page-home .services-section {
  margin: 60px 0 0;
}
@media (max-width: 480px) {
  main.page-home .services-section {
    margin: 48px 0 0;
  }
}
main.page-home .services-section .wrapper .grid {
  margin: 16px 0 0;
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-home .services-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-home .services-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-home .services-section .wrapper .grid .single {
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  display: inline-block;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
main.page-home .services-section .wrapper .grid .single:hover {
  background: white;
}
main.page-home .services-section .wrapper .grid .single .wrap .top {
  height: 195px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
main.page-home .services-section .wrapper .grid .single .wrap .top:after {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  border-radius: 16px;
  background: linear-gradient(180deg, #AFC3FF 0%, #2E2E67 100%);
}
main.page-home .services-section .wrapper .grid .single .wrap .top img {
  position: absolute;
  display: block;
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  height: auto;
}
main.page-home .services-section .wrapper .grid .single .wrap .text {
  margin: 21px 0 0;
  display: block;
}
main.page-home .services-section .wrapper .grid .single .wrap .text span {
  font-size: 18px;
  font-size: 1.125rem;
  color: #2E2E67;
}
main.page-home .services-section .wrapper .grid .single .wrap .text span:nth-of-type(1) {
  font-weight: 700;
}
main.page-home .services-section .wrapper .grid .single .wrap .note {
  display: block;
  color: #2E2E67;
  margin: 16px 0 0;
}
main.page-home .cta-section {
  margin: 148px 0 0;
}
@media (max-width: 1280px) {
  main.page-home .cta-section {
    margin: 128px 0 0;
  }
}
@media (max-width: 1024px) {
  main.page-home .cta-section {
    margin: 96px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-home .cta-section {
    margin: 72px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-home .cta-section {
    margin: 48px 0 0;
  }
}
main.page-home .cta-section .wrapper .wrap {
  border-radius: 24px;
  background: #AFC3FF;
  padding: 60px 80px;
  display: flex;
  align-items: center;
  grid-gap: 64px;
}
@media (max-width: 1024px) {
  main.page-home .cta-section .wrapper .wrap {
    padding: 48px 56px;
  }
}
@media (max-width: 768px) {
  main.page-home .cta-section .wrapper .wrap {
    flex-direction: column;
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  main.page-home .cta-section .wrapper .wrap {
    padding: 32px 40px;
  }
}
main.page-home .cta-section .wrapper .wrap img {
  height: 200px;
  width: auto;
  display: block;
  flex: none;
}
@media (max-width: 768px) {
  main.page-home .cta-section .wrapper .wrap img {
    margin: 0 auto;
    width: 100%;
    max-width: 192px;
    height: auto;
  }
}
main.page-home .cta-section .wrapper .wrap .right {
  max-width: 573px;
}
@media (max-width: 768px) {
  main.page-home .cta-section .wrapper .wrap .right {
    text-align: center;
    width: 100%;
  }
}
main.page-home .cta-section .wrapper .wrap .right h2 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
  margin: 0;
}
@media (max-width: 1024px) {
  main.page-home .cta-section .wrapper .wrap .right h2 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  main.page-home .cta-section .wrapper .wrap .right h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-home .cta-section .wrapper .wrap .right .btn, main.page-home .cta-section main.page-form .content-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-home .cta-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-home .cta-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit, main.page-form .content-section main.page-home .cta-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit {
  margin: 46px 0 0;
}
@media (max-width: 1024px) {
  main.page-home .cta-section .wrapper .wrap .right .btn, main.page-home .cta-section main.page-form .content-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-home .cta-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-home .cta-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit, main.page-form .content-section main.page-home .cta-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit {
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-home .cta-section .wrapper .wrap .right .btn, main.page-home .cta-section main.page-form .content-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-home .cta-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-home .cta-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit, main.page-form .content-section main.page-home .cta-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit {
    margin: 32px 0 0;
  }
}

main.page-resources .hero-section {
  padding: 157px 0 0;
}
@media (max-width: 1024px) {
  main.page-resources .hero-section {
    padding: 120px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-resources .hero-section {
    padding: 89px 0 0;
  }
}
main.page-resources .hero-section .wrapper {
  display: flex;
  grid-gap: 156px;
}
@media (max-width: 1280px) {
  main.page-resources .hero-section .wrapper {
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  main.page-resources .hero-section .wrapper {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-resources .hero-section .wrapper {
    flex-direction: column;
    padding: 32px 0 0;
  }
}
main.page-resources .hero-section .wrapper .left {
  padding: 112px 0 112px;
  width: 50%;
}
@media (max-width: 1024px) {
  main.page-resources .hero-section .wrapper .left {
    padding: 72px 0 72px;
  }
}
@media (max-width: 768px) {
  main.page-resources .hero-section .wrapper .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
main.page-resources .hero-section .wrapper .left h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
  margin: 0;
}
@media (max-width: 1024px) {
  main.page-resources .hero-section .wrapper .left h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  main.page-resources .hero-section .wrapper .left h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-resources .hero-section .wrapper .left h1 span {
  color: #FF4C00;
}
main.page-resources .hero-section .wrapper .left .text {
  margin: 24px 0 0;
}
@media (max-width: 768px) {
  main.page-resources .hero-section .wrapper .left .text {
    text-align: center;
  }
}
main.page-resources .hero-section .wrapper .right {
  width: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 768px) {
  main.page-resources .hero-section .wrapper .right {
    width: 100%;
  }
}
main.page-resources .hero-section .wrapper .right img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  main.page-resources .hero-section .wrapper .right img {
    max-width: 320px;
    margin: 0 auto;
  }
}
main.page-resources .resources-section {
  background: #E7EDFF;
  padding: 60px 0 60px;
}
@media (max-width: 480px) {
  main.page-resources .resources-section {
    padding: 48px 0;
  }
}
main.page-resources .resources-section .wrapper {
  display: grid;
  grid-column-gap: 24px;
  grid-row-gap: 41px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-resources .resources-section .wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 24px;
  }
}
@media (max-width: 768px) {
  main.page-resources .resources-section .wrapper {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-resources .other-services-section-global {
  padding: 0 0 80px;
}
@media (max-width: 1024px) {
  main.page-resources .other-services-section-global {
    padding: 0 0 56px;
  }
}
@media (max-width: 480px) {
  main.page-resources .other-services-section-global {
    padding: 0 0 48px;
  }
}
main.page-resources .other-services-section-global .wrapper .services-carousel .single:hover {
  background: #E7EDFF;
}
main.page-service {
  padding: 203px 0 96px;
  background: #E7EDFF;
}
@media (max-width: 1024px) {
  main.page-service {
    padding: 120px 0 72px;
  }
}
@media (max-width: 480px) {
  main.page-service {
    padding: 89px 0 48px;
  }
}
main.page-service .hero-section .wrapper .wrap {
  display: flex;
  grid-gap: 96px;
  padding: 0 110px;
  border-radius: 24px 24px 0px 0px;
  background: linear-gradient(270deg, #ABBCF1 23.47%, #CDD9FF 70.77%, #CDD9FF 70.77%);
}
@media (max-width: 1280px) {
  main.page-service .hero-section .wrapper .wrap {
    padding: 0 72px;
    grid-gap: 72px;
  }
}
@media (max-width: 1024px) {
  main.page-service .hero-section .wrapper .wrap {
    grid-gap: 48px;
    padding: 0 48px;
  }
}
@media (max-width: 768px) {
  main.page-service .hero-section .wrapper .wrap {
    flex-direction: column;
    padding: 32px 32px 0 32px;
  }
}
main.page-service .hero-section .wrapper .wrap .left {
  padding: 58px 0;
  width: 58%;
}
@media (max-width: 1024px) {
  main.page-service .hero-section .wrapper .wrap .left {
    padding: 56px 0 56px;
  }
}
@media (max-width: 768px) {
  main.page-service .hero-section .wrapper .wrap .left {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
main.page-service .hero-section .wrapper .wrap .left .top h1 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
  margin: 0;
}
@media (max-width: 1024px) {
  main.page-service .hero-section .wrapper .wrap .left .top h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  main.page-service .hero-section .wrapper .wrap .left .top h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-service .hero-section .wrapper .wrap .left .top h1 span {
  color: #FF4C00;
}
main.page-service .hero-section .wrapper .wrap .left .text {
  margin: 32px 0 0;
}
main.page-service .hero-section .wrapper .wrap .left .btn, main.page-service .hero-section main.page-form .content-section .wrapper .wrap .left .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-service .hero-section .wrapper .wrap .left .content .form-wrap form .wpcf7-submit, main.page-service .hero-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .left .wpcf7-submit, main.page-form .content-section main.page-service .hero-section .wrapper .content .form-wrap form .wrap .left .wpcf7-submit {
  margin: 24px 0 0;
}
main.page-service .hero-section .wrapper .wrap .right {
  width: 42%;
  position: relative;
}
@media (max-width: 768px) {
  main.page-service .hero-section .wrapper .wrap .right {
    width: 100%;
  }
}
main.page-service .hero-section .wrapper .wrap .right img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  main.page-service .hero-section .wrapper .wrap .right img {
    position: relative;
    bottom: inherit;
    max-width: 320px;
    margin: 0 auto;
  }
}
main.page-service .description-section .wrapper .wrap {
  background: #ffffff;
  display: flex;
  grid-gap: 32px;
  align-items: center;
  padding: 60px 80px;
}
@media (max-width: 1024px) {
  main.page-service .description-section .wrapper .wrap {
    padding: 48px 56px;
  }
}
@media (max-width: 768px) {
  main.page-service .description-section .wrapper .wrap {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  main.page-service .description-section .wrapper .wrap {
    padding: 32px 40px;
  }
}
main.page-service .description-section .wrapper .wrap .left {
  padding: 0 48px;
  width: 43%;
}
@media (max-width: 768px) {
  main.page-service .description-section .wrapper .wrap .left {
    width: 100%;
    padding: 0;
  }
}
main.page-service .description-section .wrapper .wrap .left img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 768px) {
  main.page-service .description-section .wrapper .wrap .left img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
}
main.page-service .description-section .wrapper .wrap .right {
  width: 57%;
}
@media (max-width: 768px) {
  main.page-service .description-section .wrapper .wrap .right {
    width: 100%;
    text-align: center;
  }
}
main.page-service .description-section .wrapper .wrap .right .small span {
  color: #FF4C00;
}
main.page-service .description-section .wrapper .wrap .right .text {
  margin: 24px 0 0;
}
main.page-service .description-section .wrapper .wrap .right .btn, main.page-service .description-section main.page-form .content-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-service .description-section .wrapper .wrap .right .content .form-wrap form .wpcf7-submit, main.page-service .description-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit, main.page-form .content-section main.page-service .description-section .wrapper .content .form-wrap form .wrap .right .wpcf7-submit {
  margin: 24px 0 0;
}
main.page-service .benefits-section .wrapper .wrap {
  border-radius: 0px 0px 24px 24px;
  background: #F8F8F8;
  padding: 48px 80px;
}
@media (max-width: 1024px) {
  main.page-service .benefits-section .wrapper .wrap {
    padding: 40px 56px;
  }
}
@media (max-width: 480px) {
  main.page-service .benefits-section .wrapper .wrap {
    padding: 32px 32px;
  }
}
main.page-service .benefits-section .wrapper .wrap .smallest {
  margin: 0;
}
main.page-service .benefits-section .wrapper .wrap .grid {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 42px;
  grid-row-gap: 52px;
}
@media (max-width: 1024px) {
  main.page-service .benefits-section .wrapper .wrap .grid {
    grid-row-gap: 40px;
  }
}
@media (max-width: 768px) {
  main.page-service .benefits-section .wrapper .wrap .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 32px;
  }
}
@media (max-width: 480px) {
  main.page-service .benefits-section .wrapper .wrap .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 32px;
  }
}
main.page-service .benefits-section .wrapper .wrap .grid .single .icon-wrap img {
  height: 24px;
  width: auto;
  display: block;
}
main.page-service .benefits-section .wrapper .wrap .grid .single .text {
  margin: 8px 0 0;
}
main.page-service .benefits-section .wrapper .wrap .btn, main.page-service .benefits-section main.page-form .content-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-service .benefits-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .content .form-wrap form .wrap .wpcf7-submit {
  margin: 56px 0 0;
}
@media (max-width: 1024px) {
  main.page-service .benefits-section .wrapper .wrap .btn, main.page-service .benefits-section main.page-form .content-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-service .benefits-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .content .form-wrap form .wrap .wpcf7-submit {
    margin: 48px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-service .benefits-section .wrapper .wrap .btn, main.page-service .benefits-section main.page-form .content-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-service .benefits-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .content .form-wrap form .wrap .wpcf7-submit {
    margin: 40px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-service .benefits-section .wrapper .wrap .btn, main.page-service .benefits-section main.page-form .content-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .wrap .content .form-wrap form .wpcf7-submit, main.page-service .benefits-section main.page-form .content-section .wrapper .content .form-wrap form .wrap .wpcf7-submit, main.page-form .content-section main.page-service .benefits-section .wrapper .content .form-wrap form .wrap .wpcf7-submit {
    margin: 32px 0 0;
  }
}
main.page-success-stories .success-stories-section {
  padding: 194px 0 96px;
  position: relative;
}
@media (max-width: 1024px) {
  main.page-success-stories .success-stories-section {
    padding: 120px 0 72px;
  }
}
@media (max-width: 480px) {
  main.page-success-stories .success-stories-section {
    padding: 89px 0 48px;
  }
}
main.page-success-stories .success-stories-section .wrapper {
  z-index: 2;
}
main.page-success-stories .success-stories-section .wrapper .wrap {
  display: flex;
  grid-gap: 115px;
}
@media (max-width: 1280px) {
  main.page-success-stories .success-stories-section .wrapper .wrap {
    grid-gap: 96px;
  }
}
@media (max-width: 1024px) {
  main.page-success-stories .success-stories-section .wrapper .wrap {
    grid-gap: 72px;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  main.page-success-stories .success-stories-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 480px) {
  main.page-success-stories .success-stories-section .wrapper .wrap {
    grid-gap: 32px;
  }
}
main.page-success-stories .success-stories-section .wrapper .wrap .left {
  display: grid;
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-success-stories .success-stories-section .wrapper .wrap .left {
    grid-column-gap: 24px;
  }
}
@media (max-width: 480px) {
  main.page-success-stories .success-stories-section .wrapper .wrap .left {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-success-stories .success-stories-section .wrapper .wrap .right {
  flex: none;
}
main.page-success-stories .success-stories-section .wrapper .wrap .right img {
  width: 359px;
  display: block;
  height: auto;
}
@media (max-width: 1280px) {
  main.page-success-stories .success-stories-section .wrapper .wrap .right img {
    width: 300px;
  }
}
@media (max-width: 1024px) {
  main.page-success-stories .success-stories-section .wrapper .wrap .right img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
  }
}
main.page-success-stories .success-stories-section .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  display: block;
}

main.single-resource .hero-section {
  padding: 250px 0 0;
}
@media (max-width: 768px) {
  main.single-resource .hero-section {
    padding: 160px 0 0;
  }
}
@media (max-width: 480px) {
  main.single-resource .hero-section {
    padding: 120px 0 0;
  }
}
main.single-resource .hero-section .wrapper .wrap {
  background-image: url("../images/bg-resource.png");
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
}
main.single-resource .hero-section .wrapper .wrap .content-wrap {
  display: flex;
  padding: 80px 320px 80px 100px;
  position: relative;
}
@media (max-width: 1280px) {
  main.single-resource .hero-section .wrapper .wrap .content-wrap {
    padding: 60px 320px 60px 80px;
  }
}
@media (max-width: 1024px) {
  main.single-resource .hero-section .wrapper .wrap .content-wrap {
    padding: 48px 260px 48px 64px;
  }
}
@media (max-width: 768px) {
  main.single-resource .hero-section .wrapper .wrap .content-wrap {
    padding: 40px 150px 40px 40px;
  }
}
@media (max-width: 480px) {
  main.single-resource .hero-section .wrapper .wrap .content-wrap {
    padding: 32px 32px 32px 32px;
  }
}
main.single-resource .hero-section .wrapper .wrap .content-wrap .left .text {
  margin: 24px 0 0;
}
main.single-resource .hero-section .wrapper .wrap .content-wrap img {
  height: 276px;
  width: auto;
  display: block;
  position: absolute;
  right: -32px;
  bottom: -24px;
}
@media (max-width: 1024px) {
  main.single-resource .hero-section .wrapper .wrap .content-wrap img {
    height: 240px;
  }
}
@media (max-width: 768px) {
  main.single-resource .hero-section .wrapper .wrap .content-wrap img {
    height: 150px;
  }
}
@media (max-width: 480px) {
  main.single-resource .hero-section .wrapper .wrap .content-wrap img {
    display: none;
  }
}
main.single-resource .description-section {
  padding: 48px 0 0;
}
main.single-resource .description-section .wrapper .rows {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
main.single-resource .description-section .wrapper .rows .row {
  padding: 32px 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
  background-color: rgba(255, 255, 255, 0.5);
}
main.single-resource .description-section .wrapper .rows .row.text-row .small {
  font-size: 28px;
  font-size: 1.75rem;
  color: #15157E;
}
@media (max-width: 1280px) {
  main.single-resource .description-section .wrapper .rows .row.text-row .small {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  main.single-resource .description-section .wrapper .rows .row.text-row .small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main.single-resource .description-section .wrapper .rows .row.text-row .text {
  margin: 24px 0 0;
}
main.single-resource .description-section .wrapper .rows .row.columns-row .small {
  font-size: 28px;
  font-size: 1.75rem;
  color: #15157E;
}
@media (max-width: 1280px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .small {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main.single-resource .description-section .wrapper .rows .row.columns-row .grid {
  margin: 40px 0 0;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 32px;
}
@media (max-width: 1024px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .grid {
    grid-column-gap: 32px;
    margin: 32px 0 0;
  }
}
main.single-resource .description-section .wrapper .rows .row.columns-row .grid:first-child {
  margin-top: 0;
}
main.single-resource .description-section .wrapper .rows .row.columns-row .grid.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .grid.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.single-resource .description-section .wrapper .rows .row.columns-row .grid.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .grid.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .grid.grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.single-resource .description-section .wrapper .rows .row.columns-row .grid .single h4 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 1024px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .grid .single h4 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (max-width: 480px) {
  main.single-resource .description-section .wrapper .rows .row.columns-row .grid .single h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
main.single-resource .description-section .wrapper .rows .row.columns-row .grid .single .text {
  margin: 16px 0 0;
}
main.single-resource .description-section .wrapper .rows .row.columns-row .grid .single .text * {
  font-size: 15px;
  font-size: 0.9375rem;
}
main.single-resource .description-section .wrapper .link-back {
  margin: 24px 0 0;
}
main.single-resource .assists-section-global {
  padding: 120px 0 120px;
}
main.single-resource .assists-section-global .wrapper .grid {
  margin: 48px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.single-resource .assists-section-global .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.single-resource .assists-section-global .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 40px 0 0;
  }
}
@media (max-width: 1024px) {
  main.single-resource .assists-section-global .wrapper .grid .single {
    min-height: 200px;
  }
}
main.single-resource .assists-section-global .wrapper .grid .single .wrap .title {
  font-size: 22px;
  font-size: 1.375rem;
}

main.single-success-story {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}
main.single-success-story .content-section {
  padding: 236px 0 80px;
}
@media (max-width: 768px) {
  main.single-success-story .content-section {
    padding: 160px 0 80px;
  }
}
@media (max-width: 480px) {
  main.single-success-story .content-section {
    padding: 120px 0 80px;
  }
}
main.single-success-story .content-section .wrapper {
  display: flex;
  align-items: flex-start;
  grid-gap: 48px;
}
@media (max-width: 768px) {
  main.single-success-story .content-section .wrapper {
    flex-direction: column;
    grid-gap: 40px;
  }
}
main.single-success-story .content-section .wrapper .content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
  padding: 32px 32px;
}
main.single-success-story .content-section .wrapper .content h1 {
  font-size: 32px;
  font-size: 2rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
}
@media (max-width: 1280px) {
  main.single-success-story .content-section .wrapper .content h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  main.single-success-story .content-section .wrapper .content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.single-success-story .content-section .wrapper .content .text {
  margin: 24px 0 0;
  display: block;
}
main.single-success-story .content-section .wrapper .content .text h4 {
  margin: 32px 0 8px;
  font-size: 16px;
  font-size: 1rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
}
@media (max-width: 480px) {
  main.single-success-story .content-section .wrapper .content .text h4 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
main.single-success-story .content-section .wrapper .content .link-back {
  margin: 33px 0 0;
}
main.single-success-story .content-section .wrapper .sidebar {
  width: 352px;
  flex: none;
}
@media (max-width: 1024px) {
  main.single-success-story .content-section .wrapper .sidebar {
    width: 260px;
  }
}
@media (max-width: 768px) {
  main.single-success-story .content-section .wrapper .sidebar {
    width: 100%;
  }
}
main.single-success-story .content-section .wrapper .sidebar .small {
  font-size: 28px;
  font-size: 1.75rem;
  color: #15157E;
}
main.single-success-story .content-section .wrapper .sidebar .success-stories {
  margin: 24px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 32px;
}
main.single-success-story .content-section .wrapper .sidebar .success-stories .single-success-story {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
  padding: 32px 32px;
}
main.single-success-story .content-section .wrapper .sidebar .success-stories .single-success-story .icon-wrap {
  margin: 0 auto;
}
main.single-success-story .content-section .wrapper .sidebar .success-stories .single-success-story .icon-wrap img {
  /*
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
   */
}
main.single-success-story .content-section .wrapper .sidebar .success-stories .single-success-story .title {
  margin: 24px 0 0;
}
main.single-success-story .content-section .wrapper .sidebar .success-stories .single-success-story .link-read-more {
  position: relative;
  left: inherit;
  bottom: inherit;
  margin: 24px 0 0;
}
main.single-success-story .content-section .wrapper .sidebar .link-read-more.after {
  margin: 24px 0 0;
  position: relative;
  left: inherit;
  bottom: inherit;
}
main.single-success-story .content-section .wrapper .sidebar .tools {
  margin: 48px 0 0;
  padding: 32px 32px;
  border-radius: 24px;
  background: rgba(230, 220, 252, 0.6);
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
}
main.single-success-story .content-section .wrapper .sidebar .tools .top span {
  display: block;
  font-weight: 700;
}
main.single-success-story .content-section .wrapper .sidebar .tools .tools-list {
  margin: 16px 0 0;
  display: block;
}

main.page-service-2.page-779 .resell-program-section {
  padding-bottom: 113px;
}
main.page-service-2.page-779 .join-section {
  padding-top: 32px;
}
main.page-service-2.page-business-ai-suite .benefits-section {
  padding: 200px 0 160px;
}
@media (max-width: 1280px) {
  main.page-service-2.page-business-ai-suite .benefits-section {
    padding: 160px 0 120px;
  }
}
@media (max-width: 768px) {
  main.page-service-2.page-business-ai-suite .benefits-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2.page-business-ai-suite .scale-grow-section {
  padding: 190px 0 190px;
}
@media (max-width: 1280px) {
  main.page-service-2.page-business-ai-suite .scale-grow-section {
    padding: 150px 0 150px;
  }
}
@media (max-width: 768px) {
  main.page-service-2.page-business-ai-suite .scale-grow-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2.page-business-ai-suite .pricing-section {
  padding: 0;
}
main.page-service-2.page-business-ai-suite .description-section {
  padding: 223px 0 160px;
}
@media (max-width: 1280px) {
  main.page-service-2.page-business-ai-suite .description-section {
    padding: 160px 0 120px;
  }
}
@media (max-width: 768px) {
  main.page-service-2.page-business-ai-suite .description-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2.page-business-ai-suite .assists-section-global {
  padding: 160px 0 160px;
}
@media (max-width: 1280px) {
  main.page-service-2.page-business-ai-suite .assists-section-global {
    padding: 130px 0 130px;
  }
}
@media (max-width: 768px) {
  main.page-service-2.page-business-ai-suite .assists-section-global {
    padding: 100px 0 100px;
  }
}
main.page-service-2.page-business-ai-suite .news-section {
  padding-top: 0;
}
main.page-service-2 .hero-section {
  padding: 215px 0 0;
}
@media (max-width: 768px) {
  main.page-service-2 .hero-section {
    padding: 160px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-service-2 .hero-section {
    padding: 120px 0 0;
  }
}
main.page-service-2 .hero-section .wrapper .wrap {
  display: flex;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  position: relative;
}
@media (max-width: 768px) {
  main.page-service-2 .hero-section .wrapper .wrap {
    flex-direction: column;
    background: none;
    grid-gap: 40px;
  }
}
main.page-service-2 .hero-section .wrapper .wrap .main-img {
  width: 50%;
  max-width: 564px;
  height: auto;
  display: block;
  flex: none;
  position: relative;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  height: 100%;
}
@media (max-width: 768px) {
  main.page-service-2 .hero-section .wrapper .wrap .main-img {
    width: 100%;
    position: relative;
    max-width: 480px;
    margin: 0 auto;
  }
}
main.page-service-2 .hero-section .wrapper .wrap .right {
  flex: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 150px);
  border: 2px solid rgba(175, 195, 255, 0.5);
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  transform: translateX(calc(-50% + 111px));
  transform: none;
  width: calc(100% - 150px);
  margin-left: 150px;
  min-height: 451px;
}
@media (max-width: 1280px) {
  main.page-service-2 .hero-section .wrapper .wrap .right {
    border: none;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .hero-section .wrapper .wrap .right {
    width: 100%;
    transform: none;
    margin: 0;
    min-height: inherit;
  }
}
main.page-service-2 .hero-section .wrapper .wrap .right .wrap-content {
  padding: 45px 36px 45px 90px;
  max-width: 634px;
  max-width: calc(50% + 36px + 90px);
}
@media (max-width: 768px) {
  main.page-service-2 .hero-section .wrapper .wrap .right .wrap-content {
    padding: 0;
    max-width: 100%;
  }
}
main.page-service-2 .hero-section .wrapper .wrap .right .wrap-content h1 span {
  color: #FF4C00;
}
main.page-service-2 .hero-section .wrapper .wrap .right .wrap-content .btn-gradient {
  margin: 20px 0 0;
}
main.page-service-2 .hero-section .wrapper .wrap .right .wrap-content .aws-logo {
  position: absolute;
  height: 128px;
  width: auto;
  display: block;
  right: 20px;
  bottom: -20px;
}
@media (max-width: 1024px) {
  main.page-service-2 .hero-section .wrapper .wrap .right .wrap-content .aws-logo {
    height: 96px;
    bottom: -58px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .hero-section .wrapper .wrap .right .wrap-content .aws-logo {
    bottom: 0;
  }
}
main.page-service-2 .description-section {
  padding: 223px 0 0;
}
@media (max-width: 1280px) {
  main.page-service-2 .description-section {
    padding: 160px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .description-section {
    padding: 100px 0 0;
  }
}
main.page-service-2 .description-section .wrapper .wrap {
  display: grid;
  grid-gap: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1280px) {
  main.page-service-2 .description-section .wrapper .wrap {
    grid-gap: 64px;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .description-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .description-section .wrapper .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .small {
  color: #15157E;
}
main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .small span {
  color: #FF4C00;
}
main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .text {
  margin: 32px 0 0;
}
main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .text p {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .text p {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .text p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .btn-gradient {
  margin: 40px 0 0;
}
@media (max-width: 768px) {
  main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(1) .btn-gradient {
    margin: 32px 0 0;
  }
}
main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(2) img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-service-2 .description-section .wrapper .wrap .col:nth-of-type(2) img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
main.page-service-2 .costs-cut-section {
  padding: 200px 0 160px;
}
@media (max-width: 1280px) {
  main.page-service-2 .costs-cut-section {
    padding: 160px 0 160px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .costs-cut-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides {
  display: flex;
  grid-gap: 48px;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides {
    flex-direction: column;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left {
  width: calc(60% - 24px);
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left {
    width: calc(60% - 16px);
  }
}
@media (max-width: 768px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left {
    width: 100%;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap {
  border: 2px solid rgba(175, 195, 255, 0.5);
  position: relative;
  border-radius: 24px;
  min-height: 200px;
  width: 100%;
  border-radius: 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
  background: linear-gradient(-45deg, rgba(175, 195, 255, 0.5) 72.8365px, #0000 0) border-box;
  background-color: rgba(255, 255, 255, 0.5);
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap:before {
  position: absolute;
  bottom: -57px;
  right: -57px;
  width: 170px;
  height: 170px;
  transform: rotate(-45deg);
  background: white;
  display: inline-block;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap:after {
  position: absolute;
  bottom: 58px;
  right: -26px;
  width: 170px;
  height: 2px;
  background: rgba(175, 195, 255, 0.5);
  transform: rotate(-45deg);
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap {
  padding: 40px 40px;
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap {
    padding: 32px 32px;
  }
}
@media (max-width: 480px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap {
    padding: 24px 24px;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .desc {
  margin: 32px 0 0;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph {
  margin: 32px 0 0;
  max-width: 520px;
  width: 100%;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col {
  width: 115px;
  text-align: center;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col .savings {
  border-radius: 6px;
  padding: 4px 12px;
  font-weight: 700;
  display: inline-block;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col .bar {
  width: 30px;
  margin: 12px auto 24px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col .percent {
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 1.2;
  font-size: 13px;
  font-size: 0.8125rem;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-1 .savings {
  background: #48b748;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-1 .bar {
  height: 50px;
  background: #48b748;
  background: -moz-linear-gradient(180deg, #48b748 0%, rgba(203, 217, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #48b748 0%, rgba(203, 217, 255, 0) 100%);
  background: linear-gradient(180deg, #48b748 0%, rgba(203, 217, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#48b748",endColorstr="#cbd9ff",GradientType=1);
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-1 .percent {
  color: #48b748;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-2 .savings {
  background: #308ce8;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-2 .bar {
  height: 100px;
  background: #308ce8;
  background: -moz-linear-gradient(180deg, #308ce8 0%, rgba(203, 217, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #308ce8 0%, rgba(203, 217, 255, 0) 100%);
  background: linear-gradient(180deg, #308ce8 0%, rgba(203, 217, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#308ce8",endColorstr="#cbd9ff",GradientType=1);
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-2 .percent {
  color: #308ce8;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-3 .savings {
  background: #ffb000;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-3 .bar {
  height: 200px;
  background: #ffb000;
  background: -moz-linear-gradient(180deg, #ffb000 0%, rgba(203, 217, 255, 0) 100%);
  background: -webkit-linear-gradient(180deg, #ffb000 0%, rgba(203, 217, 255, 0) 100%);
  background: linear-gradient(180deg, #ffb000 0%, rgba(203, 217, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffb000",endColorstr="#cbd9ff",GradientType=1);
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .graph .columns-wrap .col.col-3 .percent {
  color: #ffb000;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .sliders {
  margin: 40px 0 0;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1280px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .sliders {
    width: calc(100% - 40px);
  }
}
@media (max-width: 480px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .sliders {
    width: calc(100% - 55px);
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .sliders .row .title {
  font-weight: 700;
  display: block;
  color: #15157E;
  margin: 0 0 8px;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .sliders .row .inputs-wrap {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .sliders .row .inputs-wrap input:nth-of-type(1) {
  height: 22px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .left .wrap .content-wrap .sliders .row .inputs-wrap input:nth-of-type(2) {
  padding: 4px 6px;
  border-radius: 12px;
  border: 2px solid #8e81ba;
  text-align: center;
  font-weight: 700;
  color: #0C0C1D;
  width: 100px;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right {
  width: calc(40% - 24px);
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right {
    width: calc(40% - 16px);
  }
}
@media (max-width: 768px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right {
    width: 100%;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap {
  border: 2px solid rgba(175, 195, 255, 0.5);
  position: relative;
  border-radius: 24px;
  min-height: 200px;
  width: 100%;
  border-radius: 20px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(100% - 100px) 100%, 0 100%);
  background: linear-gradient(-45deg, rgba(175, 195, 255, 0.5) 72.8365px, #0000 0) border-box;
  background-color: rgba(255, 255, 255, 0.5);
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap:before {
  position: absolute;
  bottom: -57px;
  right: -57px;
  width: 170px;
  height: 170px;
  transform: rotate(-45deg);
  background: white;
  display: inline-block;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap:after {
  position: absolute;
  bottom: 58px;
  right: -26px;
  width: 170px;
  height: 2px;
  background: rgba(175, 195, 255, 0.5);
  transform: rotate(-45deg);
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap {
  padding: 40px 40px;
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap {
    padding: 32px 32px;
  }
}
@media (max-width: 480px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap {
    padding: 24px 24px;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 {
  padding: 0 0 40px;
  border-bottom: 2px solid #b1b6b8;
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 {
    padding: 0 0 32px;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 .small {
  color: #FF4C00;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 h3 {
  margin: 32px 0 0;
  color: #6e7379;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 24px 0 0;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 h3 .savings-1 {
  color: #70a51c;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-1 .disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin: 12px 0 0;
  color: #84849B;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 {
  padding: 40px 0 0;
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 {
    padding: 32px 0 0;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 .small {
  color: #37376e;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 h3 {
  margin: 32px 0 0;
  color: #6e7379;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 h3 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: 24px 0 0;
  }
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 h3 span {
  color: #70a51c;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .saved-2 .disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  margin: 12px 0 0;
  color: #84849B;
}
main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .btn-gradient {
  margin: 80px 0 0;
}
@media (max-width: 1280px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .btn-gradient {
    margin: 64px 0 0;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .costs-cut-section .wrapper .wrap-sides .right .wrap .content-wrap .btn-gradient {
    margin: 48px 0 0;
  }
}
main.page-service-2 .benefits-section {
  padding: 250px 0 208px;
}
@media (max-width: 1280px) {
  main.page-service-2 .benefits-section {
    padding: 160px 0 160px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .benefits-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2 .benefits-section .wrapper .smallest {
  text-align: center;
  color: #15157E;
}
main.page-service-2 .benefits-section .wrapper .grid {
  margin: 32px 0 0;
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-service-2 .benefits-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-service-2 .benefits-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-service-2 .benefits-section .wrapper .grid .single {
  position: relative;
}
main.page-service-2 .benefits-section .wrapper .grid .single:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 30px;
  background: #c0eedb;
  background: -moz-linear-gradient(180deg, #c0eedb 0%, #cbd9ff 100%);
  background: -webkit-linear-gradient(180deg, #c0eedb 0%, #cbd9ff 100%);
  background: linear-gradient(180deg, #c0eedb 0%, #cbd9ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c0eedb",endColorstr="#cbd9ff",GradientType=1);
}
main.page-service-2 .benefits-section .wrapper .grid .single .wrap {
  position: relative;
  z-index: 1;
  background: #ffffff;
  padding: 32px 32px;
  border-radius: 24px;
  height: 100%;
}
@media (max-width: 768px) {
  main.page-service-2 .benefits-section .wrapper .grid .single .wrap {
    padding: 24px 24px;
  }
}
main.page-service-2 .benefits-section .wrapper .grid .single .wrap span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  main.page-service-2 .benefits-section .wrapper .grid .single .wrap span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .benefits-section .wrapper .grid .single .wrap span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
main.page-service-2 .benefits-section .wrapper .grid .single .wrap .text p {
  font-size: 18px;
  font-size: 1.125rem;
}
main.page-service-2 .resell-program-section {
  background: linear-gradient(0deg, #FFF 0%, #FAFFF7 49.14%, #ECF8FF 111.69%);
  padding: 160px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  main.page-service-2 .resell-program-section {
    padding: 100px 0 0;
  }
}
main.page-service-2 .resell-program-section .wrapper .big {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
  color: #15157E;
}
main.page-service-2 .resell-program-section .wrapper .desc {
  margin: 32px auto 0;
  max-width: 840px;
  text-align: center;
}
main.page-service-2 .resell-program-section .wrapper .tabs {
  display: flex;
  flex-direction: column;
  grid-gap: 83px;
  align-items: center;
  margin: 40px 0 0;
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-list {
  margin: 40px 0 0;
  border-radius: 44px;
  border: 1px solid #90EFCD;
  display: inline-flex;
  justify-content: center;
  list-style-type: none;
  padding: 1px;
  margin: 0;
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 99px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap {
    flex-direction: column;
    grid-gap: 40px;
  }
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left {
  text-align: left;
}
@media (max-width: 768px) {
  main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left {
    width: 100%;
  }
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left .smallest {
  text-align: left;
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left .desc {
  margin: 16px 0 0;
  text-align: left;
  display: block;
  grid-gap: 0;
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left .desc ul {
  margin: 24px 0 0;
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left .desc ul li {
  position: relative;
  padding: 0 0 0 24px;
  color: #FF4C00;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left .desc ul li {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left .desc ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #FF4C00;
  position: absolute;
  top: 12px;
  left: 9px;
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .left .disclaimer {
  margin: 28px 0 0;
  display: block;
  color: #84849B;
  font-size: 11px;
  font-size: 0.6875rem;
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .right {
  width: 380px;
  flex: none;
}
@media (max-width: 768px) {
  main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .right {
    width: 100%;
  }
}
main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .right img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 768px) {
  main.page-service-2 .resell-program-section .wrapper .tabs .tab-content .wrap .right img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
main.page-service-2 .pricing-section {
  background: radial-gradient(319.38% 100.97% at 13.92% 30.84%, #EBEBFE 0%, #F9E6FA 50%, #D6EFFD 100%);
  padding: 100px 0 205px;
}
@media (max-width: 1280px) {
  main.page-service-2 .pricing-section {
    padding: 100px 0 160px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .pricing-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2 .pricing-section .wrapper .big {
  text-align: center;
}
main.page-service-2 .pricing-section .wrapper .desc {
  max-width: 1033px;
  width: 100%;
  margin: 32px auto 0;
}
main.page-service-2 .pricing-section .wrapper .columns {
  margin: 80px 0 0;
  display: grid;
  grid-gap: 32px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  main.page-service-2 .pricing-section .wrapper .columns {
    margin: 64px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .pricing-section .wrapper .columns {
    grid-gap: 24px;
    margin: 48px 0 0;
  }
}
main.page-service-2 .pricing-section .wrapper .columns.col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-service-2 .pricing-section .wrapper .columns.col-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-service-2 .pricing-section .wrapper .columns.col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-service-2 .pricing-section .wrapper .columns.col-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-service-2 .pricing-section .wrapper .columns.col-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-service-2 .pricing-section .wrapper .columns .col {
  border-radius: 24px;
  background: linear-gradient(180deg, #5C1DAC 0%, #12065F 100%);
  box-shadow: 0px 4px 16px 4px rgba(27, 8, 142, 0.25);
  padding: 32px 32px;
}
main.page-service-2 .pricing-section .wrapper .columns .col .name {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FF4C00;
  font-weight: 700;
}
main.page-service-2 .pricing-section .wrapper .columns .col .price {
  display: block;
  margin: 10px 0 0;
  color: #C6C6F1;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}
main.page-service-2 .pricing-section .wrapper .columns .col .price-explain {
  display: block;
  margin: 10px 0 0;
  color: #C6C6F1;
  padding: 0 0 10px;
  border-bottom: 1px solid #C6C6F1;
}
main.page-service-2 .pricing-section .wrapper .columns .col .text {
  margin: 16px 0 0;
  display: block;
}
main.page-service-2 .pricing-section .wrapper .columns .col .text * {
  color: #C6C6F1;
}
main.page-service-2 .join-section {
  padding: 125px 0 130px;
}
@media (max-width: 768px) {
  main.page-service-2 .join-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2 .join-section .wrapper .wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 160px;
}
@media (max-width: 1280px) {
  main.page-service-2 .join-section .wrapper .wrap {
    grid-gap: 128px;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .join-section .wrapper .wrap {
    grid-gap: 64px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .join-section .wrapper .wrap {
    grid-gap: 48px;
    flex-direction: column;
  }
}
main.page-service-2 .join-section .wrapper .wrap .left {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-service-2 .join-section .wrapper .wrap .left {
    width: 100%;
  }
}
main.page-service-2 .join-section .wrapper .wrap .left .desc {
  margin: 24px 0 0;
}
main.page-service-2 .join-section .wrapper .wrap .left .btn-gradient {
  margin: 48px 0 0;
}
@media (max-width: 768px) {
  main.page-service-2 .join-section .wrapper .wrap .left .btn-gradient {
    margin: 32px 0 0;
  }
}
main.page-service-2 .join-section .wrapper .wrap .right {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-service-2 .join-section .wrapper .wrap .right {
    width: 100%;
  }
}
main.page-service-2 .join-section .wrapper .wrap .right .list {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
main.page-service-2 .join-section .wrapper .wrap .right .list .row {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
main.page-service-2 .join-section .wrapper .wrap .right .list .row:last-child .icon:after {
  display: none;
}
main.page-service-2 .join-section .wrapper .wrap .right .list .row .icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: radial-gradient(319.38% 100.97% at 13.92% 30.84%, #EBEBFE 0%, #F9E6FA 50%, #D6EFFD 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  position: relative;
}
main.page-service-2 .join-section .wrapper .wrap .right .list .row .icon:after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 64px;
  left: 32px;
  border-left: 2px dashed #3B48CC;
}
main.page-service-2 .join-section .wrapper .wrap .right .list .row .icon img {
  height: 32px;
  width: auto;
  display: block;
}
main.page-service-2 .join-section .wrapper .wrap .right .list .row p {
  margin: 0;
  color: #15157E;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  main.page-service-2 .join-section .wrapper .wrap .right .list .row p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
main.page-service-2 .join-section .wrapper .wrap .right .list .row p span {
  font-size: 14px;
  font-size: 0.875rem;
}
main.page-service-2 .ai-tools-section {
  padding: 190px 0 202px;
  padding: 190px 0 150px;
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #FFF 0%, #FAFFF7 49.14%, #ECF8FF 111.69%);
}
@media (max-width: 1280px) {
  main.page-service-2 .ai-tools-section {
    padding: 160px 0 150px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .ai-tools-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2 .ai-tools-section .wrapper .big {
  text-align: center;
}
main.page-service-2 .ai-tools-section .wrapper .tabs {
  display: flex;
  flex-direction: column;
  grid-gap: 60px;
  align-items: center;
  margin: 35px 0 0;
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-list {
  margin: 40px 0 0;
  border-radius: 44px;
  border: 1px solid #90EFCD;
  display: inline-flex;
  justify-content: center;
  list-style-type: none;
  padding: 1px;
  margin: 0;
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content {
  width: 100%;
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap {
  border: 2px solid rgba(175, 195, 255, 0.5);
  position: relative;
  border-radius: 24px;
  min-height: 200px;
  width: 100%;
  border-radius: 20px;
  clip-path: polygon(0 0, calc(100% - 100px) 0, 100% 100px, 100% 100%, 0 100%);
  background: linear-gradient(-135deg, rgba(175, 195, 255, 0.5) 72.8365px, #0000 0) border-box;
  background-color: rgba(255, 255, 255, 0.5);
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap:before {
  position: absolute;
  top: -57px;
  right: -57px;
  width: 170px;
  height: 170px;
  transform: rotate(45deg);
  background: white;
  display: inline-block;
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap:after {
  position: absolute;
  top: 58px;
  right: -26px;
  width: 170px;
  height: 2px;
  background: rgba(175, 195, 255, 0.5);
  transform: rotate(45deg);
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap {
  position: relative;
  z-index: 1;
  padding: 33px 86px;
  display: flex;
  align-items: center;
  grid-gap: 136px;
}
@media (max-width: 1280px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap {
    padding: 33px 64px;
    grid-gap: 96px;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap {
    grid-gap: 40px;
    flex-direction: column;
    padding: 32px 48px;
  }
}
@media (max-width: 480px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap {
    padding: 32px 40px;
  }
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .left {
  width: calc(50% - 68px);
}
@media (max-width: 1280px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .left {
    width: calc(50% - 48px);
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .left {
    width: calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .left {
    width: 100%;
  }
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .left .desc {
  margin: 32px 0 0;
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .left .btn-gradient {
  margin: 32px 0 0;
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .right {
  width: calc(50% - 68px);
}
@media (max-width: 1280px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .right {
    width: calc(50% - 48px);
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .right {
    width: calc(50% - 24px);
  }
}
@media (max-width: 768px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .right {
    width: 100%;
  }
}
main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .right img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-service-2 .ai-tools-section .wrapper .tabs .tab-content .wrap .content-wrap .right img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
main.page-service-2 .use-cases-section {
  padding: 104px 0 104px;
  background: radial-gradient(319.38% 100.97% at 13.92% 30.84%, #EBEBFE 0%, #F9E6FA 50%, #D6EFFD 100%);
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  main.page-service-2 .use-cases-section {
    padding: 100px 0 100px;
  }
}
main.page-service-2 .use-cases-section .wrapper .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1280px) {
  main.page-service-2 .use-cases-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-service-2 .use-cases-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-service-2 .use-cases-section .wrapper .grid .single {
  border-radius: 24px;
  position: relative;
}
main.page-service-2 .use-cases-section .wrapper .grid .single:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(-1px);
  pointer-events: none;
  transition: filter 0.2s ease-in-out;
  background-clip: content-box !important;
  padding: 1px;
}
main.page-service-2 .use-cases-section .wrapper .grid .single:hover:before {
  filter: blur(15px);
  background: linear-gradient(123deg, #008559, #006bd6, #6842ff);
}
main.page-service-2 .use-cases-section .wrapper .grid .single:hover .info {
  opacity: 1;
  pointer-events: all;
}
main.page-service-2 .use-cases-section .wrapper .grid .single .cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 24px;
  position: relative;
  z-index: 1;
}
main.page-service-2 .use-cases-section .wrapper .grid .single .cover:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
@media (max-width: 768px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .cover:after {
    padding-top: 50%;
  }
}
@media (max-width: 565px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .cover:after {
    padding-top: 75%;
  }
}
@media (max-width: 480px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .cover:after {
    padding-top: 100%;
  }
}
main.page-service-2 .use-cases-section .wrapper .grid .single .cover span {
  display: block;
  top: 32px;
  left: 32px;
  position: absolute;
  background: #ffffff;
  color: #15157E;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .cover span {
    top: 24px;
    left: 24px;
  }
}
main.page-service-2 .use-cases-section .wrapper .grid .single .info {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  border-radius: 24px;
  display: flex;
  align-items: flex-end;
}
main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap {
  padding: 32px 32px;
}
@media (max-width: 1024px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap {
    padding: 24px 24px;
  }
}
main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .title {
  text-decoration: none;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .title {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (max-width: 480px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .desc {
  margin: 24px 0 0;
}
@media (max-width: 1024px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .desc {
    margin: 20px 0 0;
  }
}
main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .link-read-more-2 {
  margin: 24px 0 0;
}
@media (max-width: 1024px) {
  main.page-service-2 .use-cases-section .wrapper .grid .single .info .wrap .link-read-more-2 {
    margin: 20px 0 0;
  }
}
main.page-service-2 .scale-grow-section {
  padding: 106px 0 0;
}
@media (max-width: 768px) {
  main.page-service-2 .scale-grow-section {
    padding: 100px 0 0;
  }
}
main.page-service-2 .scale-grow-section .wrapper .wrap {
  display: grid;
  grid-gap: 72px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-service-2 .scale-grow-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .scale-grow-section .wrapper .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 40px;
  }
}
main.page-service-2 .scale-grow-section .wrapper .wrap .col .desc {
  margin: 24px 0 0;
}
main.page-service-2 .scale-grow-section .wrapper .wrap .col .btn-gradient {
  margin: 32px 0 0;
}
main.page-service-2 .scale-grow-section .wrapper .wrap .col .img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
@media (max-width: 768px) {
  main.page-service-2 .scale-grow-section .wrapper .wrap .col .img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
main.page-service-2 .faq-section {
  padding: 234px 0 0;
}
@media (max-width: 1280px) {
  main.page-service-2 .faq-section {
    padding: 160px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .faq-section {
    padding: 100px 0 0;
  }
}
main.page-service-2 .faq-section .wrapper .desc {
  margin: 16px 0 0;
}
main.page-service-2 .faq-section .wrapper .desc p {
  color: #84849B;
}
main.page-service-2 .faq-section .wrapper .accordion {
  margin: 32px 0 0;
  max-width: 728px;
  width: 100%;
}
main.page-service-2 .faq-section .wrapper .accordion .single {
  border-bottom: 1px solid #E0E0E0;
}
main.page-service-2 .faq-section .wrapper .accordion .single .header {
  position: relative;
}
main.page-service-2 .faq-section .wrapper .accordion .single .header.ui-accordion-header-active .state:after {
  opacity: 0;
}
main.page-service-2 .faq-section .wrapper .accordion .single .header h4 {
  padding: 16px 52px 16px 16px;
  cursor: pointer;
  color: #15157E;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
main.page-service-2 .faq-section .wrapper .accordion .single .header .state {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
main.page-service-2 .faq-section .wrapper .accordion .single .header .state:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #15157E;
  display: block;
  position: absolute;
}
main.page-service-2 .faq-section .wrapper .accordion .single .header .state:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #15157E;
  display: block;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
main.page-service-2 .faq-section .wrapper .accordion .single .acc-text {
  padding: 0 16px 16px 16px;
  margin: 0;
}
main.page-service-2 .faq-section .wrapper .accordion .single .acc-text * {
  color: #5e5e79;
}
@media (max-width: 1280px) {
  main.page-service-2 .assists-section-global {
    padding: 160px 0 0;
  }
}
@media (max-width: 1024px) {
  main.page-service-2 .assists-section-global {
    padding: 100px 0 0;
  }
}
main.page-service-2 .news-section {
  padding: 231px 0 49px;
}
@media (max-width: 1280px) {
  main.page-service-2 .news-section {
    padding: 160px 0 50px;
  }
}
@media (max-width: 768px) {
  main.page-service-2 .news-section {
    padding: 100px 0 50px;
  }
}
main.page-service-2 .news-section .wrapper .big {
  position: absolute;
  margin: 9px 0 0;
}
@media (max-width: 1100px) {
  main.page-service-2 .news-section .wrapper .big {
    position: relative;
    margin: 0 0 32px;
  }
}
main.page-service-2 .news-section .wrapper .tabs {
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
main.page-service-2 .news-section .wrapper .tabs .tab-list {
  margin: 40px 0 0;
  border-radius: 44px;
  border: 1px solid #90EFCD;
  display: inline-flex;
  justify-content: center;
  list-style-type: none;
  padding: 1px;
  margin: 0;
  align-self: flex-end;
}
@media (max-width: 1100px) {
  main.page-service-2 .news-section .wrapper .tabs .tab-list {
    align-self: flex-start;
  }
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  main.page-service-2 .news-section .wrapper .tabs .tab-content .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single {
  border: 1px solid #BCCAF8;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .photo {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 90%;
}
@media (max-width: 768px) {
  main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .photo:after {
    padding-top: 50%;
  }
}
@media (max-width: 480px) {
  main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .photo:after {
    padding-top: 90%;
  }
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .info {
  padding: 16px 24px 40px;
}
@media (max-width: 768px) {
  main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .info {
    padding: 16px 24px 32px;
  }
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .info .title {
  text-decoration: none;
  display: inline-block;
  color: #0C0C1D;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .info .title:hover {
  color: #FF4C00;
}
main.page-service-2 .news-section .wrapper .tabs .tab-content .grid .single .info .link-read-more {
  margin: 24px 0 0;
}

main.page-about-us-2 .desc-1-section {
  padding: 197px 0 90px;
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-1-section {
    padding: 160px 0 90px;
  }
}
@media (max-width: 480px) {
  main.page-about-us-2 .desc-1-section {
    padding: 120px 0 90px;
  }
}
main.page-about-us-2 .desc-1-section .wrapper .wrap {
  display: flex;
  align-items: center;
  grid-gap: 72px;
}
@media (max-width: 1024px) {
  main.page-about-us-2 .desc-1-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-1-section .wrapper .wrap {
    flex-direction: column;
    grid-gap: 40px;
  }
}
main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(1) {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(1) {
    width: 100%;
  }
}
main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(1) img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(1) img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(2) {
  width: 50%;
  padding: 0 43px 0 0;
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(2) {
    width: 100%;
    padding: 0;
  }
}
main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(2) .desc {
  margin: 16px 0 0;
  display: block;
}
main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(2) .desc * {
  font-size: 15px;
  font-size: 0.9375rem;
}
main.page-about-us-2 .desc-1-section .wrapper .wrap .col:nth-of-type(2) .btn-gradient {
  margin: 32px 0 0;
}
main.page-about-us-2 .desc-2-section {
  background: radial-gradient(28.47% 37.4% at 39.9% 73.04%, #D7EEF5 0%, rgba(255, 255, 255, 0) 100%);
  padding: 80px 0 257px;
}
@media (max-width: 1280px) {
  main.page-about-us-2 .desc-2-section {
    padding: 80px 0 300px;
  }
}
@media (max-width: 1024px) {
  main.page-about-us-2 .desc-2-section {
    padding: 80px 0 230px;
  }
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-2-section {
    padding: 80px 0 100px;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap {
  display: flex;
  align-items: flex-start;
  grid-gap: 72px;
}
@media (max-width: 1024px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap {
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap {
    flex-direction: column;
    grid-gap: 40px;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) {
  width: 50%;
  position: relative;
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) {
    width: 100%;
    order: 2;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-1 {
  margin: 40px 0 0;
  max-width: 456px;
  width: 100%;
  border-radius: 24px;
  border: 1px solid #C0EEDB;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px rgba(175, 192, 246, 0.5);
  padding: 32px 32px;
}
@media (max-width: 1024px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-1 {
    width: calc(100% + 60px);
  }
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-1 {
    width: 100%;
    max-width: 100%;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-1 * {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-1 * {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-2 {
  position: absolute;
  border-radius: 24px;
  border: 1px solid #C0EEDB;
  background: #FFF;
  box-shadow: 0px 2px 16px 0px #D6FFF2;
  max-width: 514px;
  width: 100%;
  padding: 32px 32px;
  top: calc(100% - 32px);
  left: 390px;
}
@media (max-width: 1024px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-2 {
    top: calc(100% - 80px);
    width: calc(100% + 60px);
    left: 330px;
  }
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-2 {
    top: inherit;
    position: relative;
    width: 100%;
    left: inherit;
    margin: 24px 0 0;
    max-width: 100%;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-2 * {
  font-size: 20px;
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(1) .desc-2 * {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(2) {
  width: 50%;
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(2) {
    width: 100%;
    order: 1;
  }
}
main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(2) img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  main.page-about-us-2 .desc-2-section .wrapper .wrap .col:nth-of-type(2) img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
}
main.page-about-us-2 .experts-section {
  background: radial-gradient(319.38% 100.97% at 13.92% 30.84%, #EBEBFE 0%, #F9E6FA 50%, #D6EFFD 100%);
  padding: 100px 0 180px;
  position: relative;
}
@media (max-width: 1280px) {
  main.page-about-us-2 .experts-section {
    padding: 100px 0 160px;
  }
}
@media (max-width: 768px) {
  main.page-about-us-2 .experts-section {
    padding: 100px 0;
  }
}
main.page-about-us-2 .experts-section .wrapper .smallest {
  text-align: center;
  margin: 0;
}
main.page-about-us-2 .experts-section .wrapper .experts {
  margin: 92px 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 0;
}
@media (max-width: 768px) {
  main.page-about-us-2 .experts-section .wrapper .experts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 48px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-about-us-2 .experts-section .wrapper .experts {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
main.page-about-us-2 .experts-section .wrapper .experts .single {
  max-width: 310px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
main.page-about-us-2 .experts-section .wrapper .experts .single .img-wrap {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
main.page-about-us-2 .experts-section .wrapper .experts .single .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
main.page-about-us-2 .experts-section .wrapper .experts .single .name {
  margin: 8px 0 0;
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0C0C1D;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
}
main.page-about-us-2 .experts-section .wrapper .experts .single .job {
  display: block;
  color: #0C0C1D;
  text-align: center;
  margin: 8px 0 0;
}
main.page-about-us-2 .experts-section .wrapper .experts .single a {
  display: inline-block;
  text-decoration: none;
  margin: 8px 0 0;
}
main.page-about-us-2 .experts-section .wrapper .experts .single a:hover img {
  opacity: 0.5;
}
main.page-about-us-2 .experts-section .wrapper .experts .single a img {
  height: 14px;
  width: auto;
  display: block;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
main.page-about-us-2 .communities-section {
  padding: 80px 0 160px;
}
@media (max-width: 768px) {
  main.page-about-us-2 .communities-section {
    padding: 80px 0 100px;
  }
}
main.page-about-us-2 .communities-section .wrapper .smallest {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
main.page-about-us-2 .communities-section .wrapper .text {
  margin: 24px auto 0;
  text-align: center;
  max-width: 857px;
}
main.page-about-us-2 .communities-section .wrapper .text * {
  font-size: 15px;
  font-size: 0.9375rem;
}
main.page-about-us-2 .communities-section .wrapper .communities {
  margin: 56px 0 0;
  display: grid;
  grid-gap: 80px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-about-us-2 .communities-section .wrapper .communities {
    margin: 32px 0 0;
    grid-gap: 48px;
  }
}
@media (max-width: 768px) {
  main.page-about-us-2 .communities-section .wrapper .communities {
    grid-gap: 32px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  main.page-about-us-2 .communities-section .wrapper .communities {
    grid-gap: 24px;
  }
}
main.page-about-us-2 .communities-section .wrapper .communities .single {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  main.page-about-us-2 .communities-section .wrapper .communities .single {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
}
main.page-about-us-2 .communities-section .wrapper .communities .single img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

main.page-resources-2 .hero-section {
  padding: 217px 0 71px;
}
@media (max-width: 1024px) {
  main.page-resources-2 .hero-section {
    padding: 217px 0 0;
  }
}
@media (max-width: 768px) {
  main.page-resources-2 .hero-section {
    padding: 160px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-resources-2 .hero-section {
    padding: 120px 0 0;
  }
}
main.page-resources-2 .hero-section .wrapper .wrap {
  border: 2px solid rgba(175, 195, 255, 0.5);
  position: relative;
  border-radius: 24px;
  min-height: 200px;
  width: 100%;
  border-radius: 20px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 100px 100%, 0 calc(100% - 100px));
  background: linear-gradient(45deg, rgba(175, 195, 255, 0.5) 72.8365px, #0000 0) border-box;
  background-color: rgba(255, 255, 255, 0.5);
}
main.page-resources-2 .hero-section .wrapper .wrap:before {
  position: absolute;
  bottom: -57px;
  left: -57px;
  width: 170px;
  height: 170px;
  transform: rotate(45deg);
  background: white;
  display: inline-block;
}
main.page-resources-2 .hero-section .wrapper .wrap:after {
  position: absolute;
  bottom: 58px;
  left: -26px;
  width: 170px;
  height: 2px;
  background: rgba(175, 195, 255, 0.5);
  transform: rotate(45deg);
}
main.page-resources-2 .hero-section .wrapper .wrap .content-wrap {
  display: flex;
  align-items: flex-end;
  padding: 54px 66px 0 135px;
  grid-gap: 101px;
}
@media (max-width: 1024px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap {
    padding: 48px 48px 0 96px;
    grid-gap: 72px;
  }
}
@media (max-width: 768px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap {
    flex-direction: column;
    padding: 48px 48px 0 48px;
    grid-gap: 48px;
  }
}
@media (max-width: 480px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap {
    padding: 40px 40px 0 40px;
    grid-gap: 40px;
  }
}
main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .left {
  padding: 0 0 146px;
  width: 100%;
  max-width: 521px;
}
@media (max-width: 1024px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .left {
    padding: 0 0 96px;
  }
}
@media (max-width: 768px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .left {
    padding: 0;
    max-width: 100%;
  }
}
main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .left .text {
  margin: 16px 0 0;
}
main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .right {
  flex: none;
}
main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .right img {
  width: 375px;
  height: auto;
  display: block;
}
@media (max-width: 1280px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .right img {
    width: 325px;
  }
}
@media (max-width: 1024px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .right img {
    width: 275px;
  }
}
@media (max-width: 768px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .right img {
    width: 225px;
  }
}
@media (max-width: 480px) {
  main.page-resources-2 .hero-section .wrapper .wrap .content-wrap .right img {
    width: 150px;
  }
}
main.page-resources-2 .resources-section {
  background: radial-gradient(28.47% 37.4% at 39.9% 73.04%, #D7EEF5 0%, rgba(255, 255, 255, 0) 100%);
  padding: 100px 0 60px;
}
main.page-resources-2 .resources-section .wrapper .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 32px;
  grid-row-gap: 80px;
}
@media (max-width: 1024px) {
  main.page-resources-2 .resources-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 64px;
  }
}
@media (max-width: 768px) {
  main.page-resources-2 .resources-section .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 32px;
  }
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 {
  position: relative;
  border-radius: 24px;
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap {
  position: relative;
  border-radius: 24px;
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap:hover:before {
  filter: blur(15px);
  background: linear-gradient(123deg, #09f, #5c7fff, #8575ff);
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(-1px);
  pointer-events: none;
  transition: filter 0.2s ease-in-out;
  background-clip: content-box !important;
  padding: 1px;
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap {
  position: relative;
  z-index: 1;
  padding: 32px 32px 40px;
  border-radius: 24px;
  background: white;
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
  align-self: flex-start;
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap .headline {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #15157E;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1280px) {
  main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap .headline {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 768px) {
  main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap .headline {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap .headline:hover {
  color: #FF4C00;
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap .text {
  margin: 24px 0 0;
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap .text p {
  font-size: 15px;
  font-size: 0.9375rem;
}
main.page-resources-2 .resources-section .wrapper .grid .single-resource-global-2 .inner-wrap .info-wrap .link-read-more-2 {
  margin: 24px 0 0;
}
main.page-resources-2 .assists-section-global {
  padding: 60px 0 120px;
}
@media (max-width: 768px) {
  main.page-resources-2 .assists-section-global {
    padding: 60px 0 100px;
  }
}
main.page-resources-2 .assists-section-global .wrapper .grid {
  margin: 48px 0 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  main.page-resources-2 .assists-section-global .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  main.page-resources-2 .assists-section-global .wrapper .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 40px 0 0;
  }
}
@media (max-width: 1024px) {
  main.page-resources-2 .assists-section-global .wrapper .grid .single {
    min-height: 200px;
  }
}
main.page-resources-2 .assists-section-global .wrapper .grid .single .wrap .title {
  font-size: 22px;
  font-size: 1.375rem;
}

main.page-success-stories-2 .stories-section {
  padding: 239px 0 0;
}
@media (max-width: 768px) {
  main.page-success-stories-2 .stories-section {
    padding: 160px 0 0;
  }
}
@media (max-width: 480px) {
  main.page-success-stories-2 .stories-section {
    padding: 120px 0 0;
  }
}
main.page-success-stories-2 .stories-section .wrapper h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 0;
}
@media (max-width: 1280px) {
  main.page-success-stories-2 .stories-section .wrapper h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  main.page-success-stories-2 .stories-section .wrapper h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-success-stories-2 .stories-section .wrapper .grid {
  margin: 32px 0 0;
  display: flex;
  grid-gap: 32px;
  flex-wrap: wrap;
  align-items: stretch;
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media (max-width: 1024px) {
  main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap {
    width: 100% !important;
  }
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(1) {
  width: calc(50% - 16px);
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(2) {
  width: calc(50% - 16px);
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(3), main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(4), main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(5) {
  width: calc(33.3333333333% - 21.3333333333px);
}
@media (max-width: 1024px) {
  main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(3), main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(4), main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(5) {
    width: calc(50% - 16px);
  }
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(6) {
  width: 100%;
}
@media (max-width: 1024px) {
  main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(6) {
    width: calc(50% - 16px);
  }
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(6) .single-success-story-2 {
  width: calc(50% - 16px);
}
@media (max-width: 1024px) {
  main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(6) .single-success-story-2 {
    width: 100%;
  }
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap:nth-of-type(n + 7) .single-success-story-2 {
  flex-direction: column;
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 {
  position: relative;
  border-radius: 16px;
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transform: translateZ(-1px);
  pointer-events: none;
  transition: filter 0.2s ease-in-out;
  background-clip: content-box !important;
  padding: 1px;
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2:hover:before {
  filter: blur(15px);
  background: linear-gradient(123deg, #09f, #5c7fff, #8575ff);
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 .wrap-inner {
  border-radius: 16px;
  border: 1px solid #CDD9FF;
  background: #FFF;
  width: 100%;
  display: flex;
  align-items: flex-start;
  grid-gap: 16px;
  padding: 24px 24px;
  height: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 .wrap-inner {
    flex-direction: column;
  }
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 .wrap-inner .icon-wrap {
  border-radius: 16px;
  background: radial-gradient(319.38% 100.97% at 13.92% 30.84%, #2A2ADF 0%, #AE26DE 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  flex: none;
  padding: 16px 16px;
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 .wrap-inner .icon-wrap img {
  height: 40px;
  width: auto;
  display: block;
  filter: brightness(0) invert(1);
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 .wrap-inner .right {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
  justify-content: flex-start;
  justify-content: space-between;
  height: 100%;
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 .wrap-inner .right .title {
  text-decoration: none;
  color: #15157E;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
main.page-success-stories-2 .stories-section .wrapper .grid .story-wrap .single-success-story-2 .wrap-inner .right .title:hover {
  color: #FF4C00;
}
main.page-success-stories-2 .cta-section {
  padding: 80px 0 120px;
}
@media (max-width: 768px) {
  main.page-success-stories-2 .cta-section {
    padding: 80px 0 100px;
  }
}
main.page-success-stories-2 .cta-section .wrapper .wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
main.page-success-stories-2 .cta-section .wrapper .wrap .btn-gradient {
  position: absolute;
  bottom: 48px;
  z-index: 2;
  align-self: center;
}
@media (max-width: 1024px) {
  main.page-success-stories-2 .cta-section .wrapper .wrap .btn-gradient {
    bottom: 32px;
  }
}
@media (max-width: 768px) {
  main.page-success-stories-2 .cta-section .wrapper .wrap .btn-gradient {
    bottom: 24px;
  }
}
main.page-success-stories-2 .cta-section .wrapper .wrap img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

main.page-embed {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}
main.page-embed .content-section {
  padding: 236px 0 80px;
}
@media (max-width: 768px) {
  main.page-embed .content-section {
    padding: 160px 0 80px;
  }
}
@media (max-width: 480px) {
  main.page-embed .content-section {
    padding: 120px 0 80px;
  }
}
main.page-embed .content-section .wrapper {
  display: flex;
  align-items: flex-start;
  grid-gap: 48px;
}
@media (max-width: 768px) {
  main.page-embed .content-section .wrapper {
    flex-direction: column;
    grid-gap: 40px;
  }
}
main.page-embed .content-section .wrapper .content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
  padding: 32px 32px;
  width: 100%;
}
@media (max-width: 480px) {
  main.page-embed .content-section .wrapper .content {
    padding: 24px 24px;
  }
}
main.page-embed .content-section .wrapper .content h1 {
  font-size: 32px;
  font-size: 2rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
}
@media (max-width: 1280px) {
  main.page-embed .content-section .wrapper .content h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  main.page-embed .content-section .wrapper .content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-embed .content-section .wrapper .content .embed {
  margin: 24px 0 0;
  display: block;
}

main.page-thank-you {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}
main.page-thank-you .content-section {
  padding: 236px 0 80px;
}
@media (max-width: 768px) {
  main.page-thank-you .content-section {
    padding: 160px 0 80px;
  }
}
@media (max-width: 480px) {
  main.page-thank-you .content-section {
    padding: 120px 0 80px;
  }
}
main.page-thank-you .content-section .wrapper .content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
  padding: 32px 32px;
  width: 100%;
}
@media (max-width: 480px) {
  main.page-thank-you .content-section .wrapper .content {
    padding: 24px 24px;
  }
}
main.page-thank-you .content-section .wrapper .content .text {
  display: block;
}

main.page-form {
  padding: 0;
  border-radius: 0;
  background: none;
  border: none;
}
main.page-form .content-section {
  padding: 236px 0 80px;
}
@media (max-width: 768px) {
  main.page-form .content-section {
    padding: 160px 0 80px;
  }
}
@media (max-width: 480px) {
  main.page-form .content-section {
    padding: 120px 0 80px;
  }
}
main.page-form .content-section .wrapper .content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 16px 4px rgba(189, 189, 189, 0.45);
  padding: 32px 32px;
  width: 100%;
}
@media (max-width: 480px) {
  main.page-form .content-section .wrapper .content {
    padding: 24px 24px;
  }
}
main.page-form .content-section .wrapper .content h1 {
  font-size: 32px;
  font-size: 2rem;
  color: #15157E;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.22;
}
@media (max-width: 1280px) {
  main.page-form .content-section .wrapper .content h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (max-width: 768px) {
  main.page-form .content-section .wrapper .content h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
main.page-form .content-section .wrapper .content .desc.text {
  margin: 24px 0 0;
  display: block;
  max-width: 568px;
  width: 100%;
}
main.page-form .content-section .wrapper .content .form-wrap {
  margin: 32px 0 0;
}
main.page-form .content-section .wrapper .content .form-wrap form {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
  max-width: 568px;
  width: 100%;
}
main.page-form .content-section .wrapper .content .form-wrap form label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #2E2E67;
  font-weight: 700;
  font-family: "Istok Web", sans-serif;
  line-height: 1.1;
}
main.page-form .content-section .wrapper .content .form-wrap form label .wpcf7-form-control-wrap {
  margin: 4px 0 0;
  display: block;
  width: 100%;
}
main.page-form .content-section .wrapper .content .form-wrap form label .wpcf7-form-control-wrap input,
main.page-form .content-section .wrapper .content .form-wrap form label .wpcf7-form-control-wrap textarea {
  border-radius: 6px;
  border: 1px solid #D6E6FE;
  background: #FFF;
  width: 100%;
  padding: 8px 12px;
  font-weight: 400;
  color: #919191;
  font-size: 15px;
  font-size: 0.9375rem;
}
main.page-form .content-section .wrapper .content .form-wrap form label .wpcf7-form-control-wrap input {
  width: 50%;
  width: 100%;
}
@media (max-width: 768px) {
  main.page-form .content-section .wrapper .content .form-wrap form label .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
main.page-form .content-section .wrapper .content .form-wrap form label .wpcf7-form-control-wrap textarea {
  height: 109px;
}
main.page-form .content-section .wrapper .content .form-wrap form label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin: 4px 0 0;
}
main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-submit {
  align-self: flex-start;
  color: #2E2E67;
  border-color: #15157E;
  background: none;
}
main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-submit:hover {
  background: #15157E;
  color: #ffffff;
}
main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-spinner {
  display: none !important;
}
main.page-form .content-section .wrapper .content .form-wrap form .wpcf7-response-output {
  padding: 16px 16px;
  margin: 0;
  color: #2E2E67;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
