div.grecaptcha-badge {
  display: none !important;
}

.awards__list,
.capabilities-tabs .tabs__controls ul,
.capabilities-used__list,
.content__text ul,
.filter-list,
.footer__col ul,
.footer__meta,
.header-top-list,
.main-nav ul,
.overlap__text ul,
.pagination,
.post ul,
.pricing__description ul,
.profile-popup .profile-socials,
.social,
.user-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.thumbs-grid:after {
  content: "";
  display: block;
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #9fa2a3;
  background: #fff;
  font: 16px/1.2 brandon, Arial, Helvetica Neue, Helvetica, sans-serif;
  min-width: 320px;
}

img {
  max-width: 100%;
  height: auto;
}

.gm-style img {
  max-width: none;
}

.resizing,
.resizing * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

:focus {
  outline: none;
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  font-family: inherit;
  font-weight: 400;
  color: #1f1b28;
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 32px;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 24px;
}

.h5,
h5 {
  font-size: 14px;
  text-transform: uppercase;
  color: #01aedf;
}

.h6,
h6 {
  font-size: 16px;
  color: #01aedf;
}

p {
  margin: 0 0 1em;
}

a {
  color: #281330;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

fieldset,
form {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
  font-family: inherit;
}

input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

input[type="email"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="email"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="text"].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

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

button,
input[type="button"],
input[type="file"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  /*font-family: Arial, Helvetica Neue, Helvetica, sans-serif*/
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-black.woff2) format("woff2"),
    url(../fonts/brandontext-black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-blackitalic.woff2) format("woff2"),
    url(../fonts/brandontext-blackitalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-bold.woff2) format("woff2"),
    url(../fonts/brandontext-bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: brandoc;
  src: url(../fonts/brandontext-bolditalic.woff2) format("woff2"),
    url(../fonts/brandontext-bolditalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-light.woff2) format("woff2"),
    url(../fonts/brandontext-light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-lightitalic.woff2) format("woff2"),
    url(../fonts/brandontext-lightitalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-medium.woff2) format("woff2"),
    url(../fonts/brandontext-medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-mediumitalic.woff2) format("woff2"),
    url(../fonts/brandontext-mediumitalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-regular.woff2) format("woff2"),
    url(../fonts/brandontext-regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-regularitalic.woff2) format("woff2"),
    url(../fonts/brandontext-regularitalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-thin.woff2) format("woff2"),
    url(../fonts/brandontext-thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: brandon;
  src: url(../fonts/brandontext-thinitalic.woff2) format("woff2"),
    url(../fonts/brandontext-thinitalic.woff) format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: icomoon;
  src: url(../fonts/icomoon.woff?kvrcpu) format("woff");
  font-weight: 400;
  font-style: normal;
}

[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "\e903";
}

.icon-phone:before {
  content: "\e904";
}

.icon-fb:before {
  content: "\e900";
}

.icon-linked-in:before {
  content: "\e901";
}

.icon-instagram {
  background: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 16 16"%3E%3Cpath fill="%23a6aaac" d="M14.5 0h-13C.675 0 0 .675 0 1.5v13c0 .825.675 1.5 1.5 1.5h13c.825 0 1.5-.675 1.5-1.5v-13c0-.825-.675-1.5-1.5-1.5zM11 2.5c0-.275.225-.5.5-.5h2c.275 0 .5.225.5.5v2c0 .275-.225.5-.5.5h-2a.501.501 0 0 1-.5-.5v-2zM8 5a3.001 3.001 0 0 1 0 6a3.001 3.001 0 0 1 0-6zm6 8.5c0 .275-.225.5-.5.5h-11a.501.501 0 0 1-.5-.5V7h1.1A4.999 4.999 0 0 0 8 13a4.999 4.999 0 0 0 4.9-6H14v6.5z"%2F%3E%3C%2Fsvg%3E')
    center bottom no-repeat transparent;
  padding: 10px !important;
  height: 16px;
  width: 16px;
}

.icon-instagram:hover {
  filter: saturate(40) contrast(0.75);
}

.icon-twitter:before {
  content: "\e902";
}

.g-box {
  /*margin: 100px 0;*/
  margin: 50px 0;
}

body #main .grid-heading h2 {
   font-size: 59px;
}

.full-page .g-box,
.g-box .g-box {
  margin: 0;
}

.divider {
  max-width: 1196px;
  height: 20px;
  background-color: #f5f8f9;
  background-clip: content-box;
}

.logo-wall p{
	color:#000;
}

.default-slider,
.divider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.default-slider {
  max-width: 818px;
}

.default-slider .swiper-wrapper {
  padding-bottom: 30px;
}

.default-slider .swiper-wrapper img {
  display: block;
}

.default-slider .swiper-pagination-bullet-active {
  background: #01aedf;
}

.default-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.container {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.footer .container {
  max-width: 1188px;
  padding: 0 24px;
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.no-banner #wrapper {
  padding-top: 120px;
}

#main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.visible-nav #main {
  opacity: 0;
}

.header {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  position: absolute;
}

.visible-nav .header {
  background-color: #fff;
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 13px 49px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(17, 1, 28, 0.3);
}

.header--white {
  position: initial;
}

.header--white .header-top {
  color: #7d7987;
  background-color: #f5f8f9;
}

.header-top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
}

.header-top-list li {
  letter-spacing: 0.25px;
}

.header-top-list li:not(:last-child) {
  margin-right: 24px;
}

.header-top-list a,
.header-top a {
  color: inherit;
}

.header-main {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 55px 20px 90px;
  background-color: transparent;
}

.has-fixed-header .header-main,
.visible-nav .header-main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.header--white .header-main {
  background-color: #fff;
}

.header .decor {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40%;
  height: 5px;
  margin: 66px 0 64px;
  background-image: url(../images/svg/dots.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.header--white + #main {
  padding-top: 132px;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 252px;
}

.logo linearGradient {
  display: none;
}

.logo svg {
  width: 100%;
  height: 100%;
}

.logo-svg .mask {
  fill: #fff;
}

.footer .logo-svg .mask,
.has-fixed-header .logo-svg .mask,
.header--white .logo-svg .mask,
.visible-nav .logo-svg .mask {
  fill: url(#a);
}

.footer .logo-svg path,
.footer .logo-svg polygon,
.has-fixed-header .logo-svg path,
.has-fixed-header .logo-svg polygon,
.header--white .logo-svg path,
.header--white .logo-svg polygon,
.visible-nav .logo-svg path,
.visible-nav .logo-svg polygon {
  fill: #9fa5aa;
}

.footer .logo-svg linearGradient,
.has-fixed-header .logo-svg linearGradient,
.header--white .logo-svg linearGradient,
.visible-nav .logo-svg linearGradient {
  display: block;
}

.footer {
  padding: 80px 0 50px;
  background-color: #f5f8f9;
}

.page-template-why-jazzhr .footer {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1;
  width: 100%;
}

.show-footer .footer {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.footer__columns a {
  color: inherit;
}

.footer__col {
  min-width: 180px;
  max-width: 240px;
}

.footer__col:not(.footer__col--featured) {
  margin-right: 40px;
}

.footer__col--featured {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer__col--featured .footer__col-inner:after {
  display: none;
}

.footer__col-inner + .footer__col-inner {
  margin-top: 20px;
}

.footer__col ul li:first-child {
  margin-bottom: 11px;
}

.footer__col ul li:first-child a {
  padding: 0;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #2e2f32;
}

.footer__col ul a {
  display: inline-block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.6px;
  color: #666a6b;
}

.footer__col ul .current-menu-item a,
.footer__col ul a:hover:not(:active) {
  text-decoration: underline;
}

.footer__title {
  display: none;
  margin-bottom: 11px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.8px;
  color: #2e2f32;
}

.awards .footer__title {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 23px;
  padding-bottom: 17px;
  border-bottom: 1px solid #dadee0;
  color: #9fa2a3;
}

.footer__links {
  position: relative;
  top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}

.footer .copyright {
  letter-spacing: 0.3px;
}

.footer .copyright p {
  margin: 0;
}

.footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.footer__meta li:not(:last-child) {
  position: relative;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid;
}

.footer__meta a {
  color: inherit;
}

.footer__meta a:hover:not(:active) {
  text-decoration: underline;
}

.footer .logo {
  width: 95px;
}

.page-template-why-jazzhr {
  overflow: hidden;
}

.btn,
.contact-form .button-back,
.contact-form .button-next,
.contact-form .wpcf7-submit {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 44px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  border: 2px solid #01aedf;
  border-radius: 4px;
  color: #fff;
  background-color: #01aedf;
}

.btn--alternate,
.btn:hover:not(:active),
.contact-form .button-back,
.contact-form .button-back:hover:not(:active),
.contact-form .button-next,
.contact-form .button-next:hover:not(:active),
.contact-form .wpcf7-submit,
.contact-form .wpcf7-submit:hover:not(:active) {
  color: #01aedf;
  background-color: transparent;
}

.btn--alternate:hover:not(:active),
.contact-form .button-back:hover:not(:active),
.contact-form .button-next:hover:not(:active),
.contact-form .wpcf7-submit:hover:not(:active) {
  color: #fff;
  background-color: #01aedf;
}

.btn.purple {
  border: 3px solid #7e61ca;
  padding: 1em;
  color: #7e61ca;
  margin-top: 2.5em;
  background: #ffffff;
  display: inline-block;
}

.btn.purple:hover,
.btn.purple:active {
  color: #ffffff;
  background: #7e61ca;
}

.btn.purple:last-child {
  margin-left: 2em;
}

@media (max-width: 768px) {
  .btn.purple {
    margin-top: 0.5em;
    text-align: center;
  }
  .btn.purple:last-child {
    margin-left: 0px;
  }
  .g-form__aside p {
    text-align: center;
  }
}

.btn--light {
  color: #01aedf;
  border-color: #fff;
  background-color: #fff;
}

.btn--dark-bg:hover:not(:active),
.btn--light:hover:not(:active) {
  color: #fff;
  background-color: transparent;
}

.btn--dark-bg:hover:not(:active) {
  border: 2px solid #fff;
}

.contact-form .header .button-back,
.contact-form .header .button-next,
.contact-form .header .wpcf7-submit,
.header .btn,
.header .contact-form .button-back,
.header .contact-form .button-next,
.header .contact-form .wpcf7-submit {
  max-width: 300px;
  padding: 11px 46px;
  font-size: 14px;
}

.contact-form .page-not-found .button-back,
.contact-form .page-not-found .button-next,
.contact-form .page-not-found .wpcf7-submit,
.page-not-found .btn,
.page-not-found .contact-form .button-back,
.page-not-found .contact-form .button-next,
.page-not-found .contact-form .wpcf7-submit {
  max-width: 202px;
}

[class^="has-icon-"] {
  position: relative;
  display: inline-block;
}

[class^="has-icon-"]:hover:not(:active) {
  text-decoration: underline;
}

[class^="has-icon-"] svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header--white [class^="has-icon-"] svg circle,
.header--white [class^="has-icon-"] svg path {
  fill: #7d7987;
}

.has-icon-tel {
  padding-left: 17px;
}

.has-icon-tel svg {
  width: 12px;
  height: 22px;
}

.has-icon-email {
  padding-left: 25px;
}

.has-icon-email svg {
  width: 17px;
  height: 12px;
}

.has-icon-login {
  padding-left: 24px;
}

.has-icon-login svg {
  width: 15px;
  height: 17px;
}

.login {
  position: relative;
  padding-left: 18px;
}

.login:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 2px;
  height: 21px;
  background-color: currentColor;
}

.header--white .login {
  border-color: #7d7987;
}

.contact-form .login .button-back,
.contact-form .login .button-next,
.contact-form .login .wpcf7-submit,
.login .btn,
.login .contact-form .button-back,
.login .contact-form .button-next,
.login .contact-form .wpcf7-submit {
  background-color: transparent;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-nav {
  margin: 0 70px;
  font-size: 14px;
  font-weight: 500;
}

.main-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav li {
  letter-spacing: 0.5px;
}

.main-nav li:not(:last-child) {
  margin-right: 40px;
}

.main-nav li.current-menu-item a:after {
  opacity: 1;
}

.main-nav a {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  color: #fff;
}

.has-fixed-header .main-nav a,
.header--white .main-nav a {
  color: #1f1b28;
}

.toggle-nav {
  display: none;
  width: 30px;
  margin-left: auto;
  margin-right: -5px;
  padding: 5px;
}

.toggle-nav svg g {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
  fill: #fff;
}

.has-fixed-header .toggle-nav svg g,
.visible-nav .toggle-nav svg g {
  fill: #1f1b28;
}

.toggle-nav svg rect {
  -webkit-transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.header--white .toggle-nav svg g {
  fill: #1f1b28;
}

.visible-nav {
  overflow: hidden;
  height: 100vh;
}

.visible-nav .toggle-nav svg rect:first-child {
  width: 20px;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.visible-nav .toggle-nav svg rect:last-child {
  width: 14px;
  -webkit-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}

.connect-form {
  font-size: 14px;
}

.connect-form .row {
  position: relative;
}

.connect-form .row input {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  width: 100%;
  padding: 15px 40px 15px 10px;
  color: #1f1b28;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #dadee0;
  background-color: transparent;
}

.connect-form .row input::-webkit-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.connect-form .row input::-moz-placeholder {
  opacity: 1;
  font-size: inherit;
  color: inherit;
}

.connect-form .row input:-moz-placeholder {
  font-size: inherit;
  color: inherit;
}

.connect-form .row input:-ms-input-placeholder {
  font-size: inherit;
  color: inherit;
}

.connect-form .row input.placeholder {
  font-size: inherit;
  color: inherit;
}

.connect-form .row input:focus {
  border-color: #01aedf;
}

.connect-form .row input:focus + label {
  color: #01aedf;
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}

.connect-form .row input:invalid:not(:focus) {
  border-color: red;
}

.connect-form .row input:invalid:not(:focus) + label {
  color: red;
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}

.connect-form .row input.transformed + label {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}

.connect-form .row button,
.connect-form .row label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.connect-form .row label {
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  top: 27px;
  left: 10px;
  letter-spacing: 0.4px;
}

.connect-form .row button {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  right: 0;
  width: 30px;
  height: 30px;
  padding: 0;
  color: #01aedf;
  border: 1px solid;
  background-color: transparent;
}

.connect-form .row button:hover:not(:active) {
  background-color: #01aedf;
}

.connect-form .row button:hover:not(:active) svg path {
  stroke: #fff;
}

.connect-form .row button svg {
  position: relative;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 11px;
}

.connect-form .row button svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.connect-form .row .submit-holder {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 0;
  width: 30px;
  height: 30px;
  color: #01aedf;
  border: 1px solid;
  background-color: transparent;
}

.connect-form .row .submit-holder:hover:not(:active) {
  background-color: #01aedf;
}

.connect-form .row .submit-holder:hover:not(:active) svg path {
  stroke: #fff;
}

.connect-form .row .submit-holder svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9px;
  height: 11px;
  pointer-events: none;
}

.connect-form .row .submit-holder svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.connect-form .row .wpcf7-submit {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 0;
  padding: 0;
  font-size: 0;
  background-color: transparent;
}

.connect-form .row .wpcf7-not-valid-tip {
  display: inline-block;
  margin: 5px 0 0 14px;
  font-size: 14px;
}

.connect-form .row.focused label,
.connect-form .row.transformed label {
  color: #01aedf;
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
}

.footer .connect-form {
  margin-bottom: 24px;
}

.connect-form div.wpcf7-response-output {
  margin: 20px 10px;
  text-align: center;
  border: 0;
  color: #a6aaac;
}

.connect-form div.wpcf7-acceptance-missing,
.connect-form div.wpcf7-validation-errors {
  border: 0;
}

.connect-form div.wpcf7 .ajax-loader {
  position: absolute;
  margin: 0;
  top: calc(100% + 13px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.g-form-wrapper {
  padding: 0;
}

.g-form-wrapper .fancybox-close-small {
  top: 0 !important;
  right: 0 !important;
}

.g-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*overflow: hidden;*/
}

.g-form.center .contact-form h3,
.g-form.center .g-form__content .title {
  text-align: center;
}

.g-form.right .contact-form h3,
.g-form.right .g-form__content .title {
  text-align: right;
}

.g-form__aside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 42%;
  min-height: 650px;
  color: #fff;
}

.g-form__aside-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g-form__aside-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.g-form__aside-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 428px;
  width: 100%;
  padding: 60px 24px;
  text-align: center;
}

.g-form__aside-meta,
.g-form__aside-text {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
}

.g-form__aside-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-form__aside-meta span {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
}

.g-form__aside-meta [class^="has-icon"] {
  font-size: 18px;
}

.g-form__aside-meta .additional-info {
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 2.36;
  color: #fff;
}

.g-form__aside .h1,
.g-form__aside .h2,
.g-form__aside a,
.g-form__aside h1,
.g-form__aside h2,
.g-form__aside p {
  color: inherit;
}

.g-form__aside .h1,
.g-form__aside h1 {
  margin-bottom: 8px;
  font-size: 52px;
  line-height: 1.27;
}

.g-form__aside .h2,
.g-form__aside h2 {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.5;
}

.g-form__aside p {
  font-size: 14px;
  line-height: 2;
}

.g-form__aside .logo {
  position: absolute;
  top: 48px;
  left: 48px;
  z-index: 1;
}

.g-form__aside .logo svg .mask,
.g-form__aside .logo svg path {
  fill: #fff;
}

.g-form__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 58%;
  padding: 50px 32px;
  background-color: #fff;
}

.g-form__content-inner {
  max-width: 480px;
  width: 100%;
  margin: auto;
}

.g-form__content .title {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.43;
}

.g-form .contact-agree {
  margin-top: 37px;
  font-size: 12px;
  color: #a6aaac;
}

.g-form .contact-agree a {
  font-style: italic;
  color: #01aedf;
}

.g-form .step-number {
  position: absolute;
  top: 75px;
  right: 48px;
  line-height: 1.88;
  color: #a6aaac;
}

.g-form .step-dots {
  position: absolute;
  right: 48px;
  bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g-form .step-dots .step-dot {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #01aedf;
}

.g-form .step-dots .step-dot.active ~ .step-dot {
  background-color: #dadee0;
}

.g-form .step-dots .step-dot:not(:last-child) {
  margin-right: 16px;
}

.contact-form {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

.contact-form h3 {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 1.43;
}

.contact-form .row-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact-form .row-wrapper .row {
  width: 48%;
}

.contact-form .row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 34px;
  font-size: 14px;
  color: #a6aaac;
}

.contact-form .row p {
  margin: 0;
}

.contact-form .row.focused label,
.contact-form .row.transformed label {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  background-color: transparent;
}

.contact-form .row.focused label {
  color: #01aedf;
}

.contact-form .row.focused .wpcf7-text,
.contact-form .row.focused .wpcf7-textarea {
  border-bottom-color: #01aedf;
}

.contact-form .row label {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -12px;
  left: 2px;
  width: calc(100% - 32px);
  height: 44px;
  padding: 13px 14px;
  font-size: 14px;
  line-height: normal;
  color: #a6aaac;
  background-color: #fff;
  pointer-events: none;
}

.contact-form .row-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 34px;
}

.contact-form .row-text .row {
  width: 48%;
  margin-bottom: 0;
}

.contact-form .row-text .row:last-child {
  font-size: 18px;
}

.contact-form .row-text .row label {
  width: 100%;
}

.contact-form .row-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 30px 0;
  color: #a6aaac;
}

.contact-form .row-checkbox label {
  position: static;
}

.contact-form .row-checkbox .wpcf7-form-control,
.contact-form .row-checkbox .wpcf7-form-control-wrap,
.contact-form .row-checkbox .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form .row-checkbox .wpcf7-list-item {
  margin: 0;
  line-height: 1;
}

.contact-form .row-checkbox .wpcf7-form-control-wrap {
  position: relative;
  top: 1px;
  width: auto;
  margin-right: 10px;
}

.contact-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.contact-form .wpcf7-number,
.contact-form .wpcf7-text,
.contact-form .wpcf7-textarea {
  max-width: 100%;
  width: 100%;
  height: 34px;
  padding: 0 16px 15px;
  font-size: 16px;
  border: 0;
  border-bottom: 1px solid #b6babb;
  resize: none;
  overflow: hidden;
}

.contact-form .wpcf7-select {
  width: 100%;
  height: 34px;
  padding-left: 16px;
  padding-top: 0;
  padding-bottom: 15px;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #b6babb;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contact-form .wpcf7-submit {
  border-radius: 4px;
}

.contact-form div.wpcf7-response-output {
  margin-top: 0;
  text-align: center;
  border: 0;
  color: #a6aaac;
}

.contact-form .wpcf7-validation-errors {
  margin: 20px 10px;
}

.contact-form span.wpcf7-not-valid-tip {
  margin: 5px 0 0 14px;
  font-size: 14px;
}

.contact-form .button-back {
  margin-right: 30px;
}

.contact-form .action {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-form div.wpcf7 .ajax-loader {
  position: absolute;
  right: 0;
  margin: 0;
}

.contact-form div.wpcf7 .ajax-loader.is-active {
  display: inline-block;
}

.fancybox-slide--html {
  padding: 0;
}

.g-form-wrapper[data-popup="true"] {
  display: none;
}

.g-form-wrapper[data-popup="true"] .g-form__aside-meta {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.featured-resource {
  padding: 28px 30px 35px;
  font-size: 14px;
  text-align: center;
  color: #1f1b28;
  border: 1px solid #dadee0;
}

.featured-resource.cloned {
  display: block;
}

.featured-resource a {
  display: inline-block;
  margin: 14px 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.9px;
  color: #01aedf;
}

.featured-resource a:hover:not(:active) {
  text-decoration: underline;
}

.featured-resource p {
  margin: 0;
  letter-spacing: 0.3px;
}

.awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.awards__list {
  position: relative;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 38px;
}

.awards__list li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.awards__list li:not(:last-child) {
  margin-right: 65px;
}

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

.footer .social {
  margin-right: 60px;
}

.social li:not(:last-child) {
  margin-right: 7px;
}

.social a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  padding: 5px;
  color: #a6aaac;
}

.social a:hover:not(:active) {
  color: #01aedf;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 673px;
  padding: 0 24px;
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.banner--content-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 12%;
}

.banner--content-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 12%;
}

.banner--no-decor .banner-decor {
  display: none;
}

.banner--sm {
  height: 400px;
}

.banner--sm .banner-caption {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  max-width: 530px;
}

.banner--sm .banner-caption .title {
  font-size: 32px;
  line-height: 1.5;
}

.banner--sm .banner-caption p {
  margin-bottom: 15px;
}

.banner-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}

.banner-decor {
  width: 243px;
  height: 243px;
  position: absolute;
  bottom: -135px;
  left: 90px;
}

.banner-decor img {
  width: 100%;
  height: auto;
}

.banner-decor.white {
  z-index: 1;
}

.banner-caption {
  max-width: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  z-index: 2;
}

.banner--content-left .banner-caption {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.banner--content-right .banner-caption {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.banner-caption .title,
.banner-caption .title > h1 {
  width: 100%;
  margin-bottom: 19px;
  font-weight: 400;
  letter-spacing: 1.3px;
  color: inherit;
}

.banner-caption .pre-title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  margin-bottom: 24px;
}

.banner-caption p {
  margin-bottom: 37px;
  letter-spacing: 0.3px;
  line-height: 1.95;
}

.banner-caption .btn,
.banner-caption .contact-form .button-back,
.banner-caption .contact-form .button-next,
.banner-caption .contact-form .wpcf7-submit,
.contact-form .banner-caption .button-back,
.contact-form .banner-caption .button-next,
.contact-form .banner-caption .wpcf7-submit {
  margin-bottom: 23px;
  padding: 14px 44px 15px;
}

.banner-caption.full-width {
  max-width: 100%;
}

.banner-caption.full-width .title {
  margin-bottom: 50px;
}

.banner-link {
  color: #fff;
  position: relative;
  padding-bottom: 4px;
  font-weight: 500;
  font-style: italic;
  overflow: hidden;
}

.banner-link:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.banner-link:hover:after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.banner-link:after,
.banner-link:before {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.banner-link:before {
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.banner-link:after {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.video-link {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 105px;
  height: 105px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}

.video-link:after {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  content: "";
  display: inline-block;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 25px;
  border-color: transparent transparent transparent #01aedf;
}

.banner--video {
  min-height: 673px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 120px 5% 60px;
}

.banner--video .banner-caption {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.banner--video .title {
  margin-bottom: 25px;
  line-height: 1.3;
}

.banner--video .dot-square-holder .dot-square {
  display: none;
}

.banner--video.banner--no-decor .banner-decor {
  display: none !important;
}

.banner--video.banner--content-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 120px 15% 60px 10.5%;
}

.banner--video.banner--content-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 120px 10.5% 60px;
}

.banner--video.banner--content-left,
.banner--video.banner--content-right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner--video.banner--content-left .dot-square-holder,
.banner--video.banner--content-right .dot-square-holder {
  height: 380px;
}

.banner--video.banner--content-left .dot-square-holder .dot-square,
.banner--video.banner--content-right .dot-square-holder .dot-square {
  position: absolute;
  top: 0;
  right: 0;
  width: 513px;
  height: 480px;
  display: block;
}

.banner--video.banner--content-left .banner-decor,
.banner--video.banner--content-right .banner-decor {
  display: none;
}

.banner--video.banner--content-left .video-link,
.banner--video.banner--content-right .video-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -35%, 0);
  transform: translate3d(-50%, -35%, 0);
}

.banner--video.banner--content-left .video-link.show,
.banner--video.banner--content-right .video-link.show {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.banner--video.banner--content-left .banner-caption p,
.banner--video.banner--content-right .banner-caption p {
  max-width: 86%;
  margin-bottom: 0;
}

.fancybox-slide .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.fancybox-slide .popup-overlay .video-link {
  margin: auto;
  cursor: pointer;
}

.fancybox-content {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

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

.banner--user-select:after,
.banner--user-select:before {
  content: "";
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.banner--user-select:before {
  top: 49%;
  left: 7%;
  width: 93px;
  height: 33px;
  background-image: url(../images/svg/dots-4x2.svg);
}

.banner--user-select:after {
  top: 32%;
  right: 6%;
  width: 63px;
  height: 63px;
  background-image: url(../images/svg/dots-3x3.svg);
}

.banner--user-select .banner-caption {
  max-width: 520px;
  margin-top: 218px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.banner--user-select .banner-caption .title,
.banner--user-select .banner-caption .title > h1 {
  margin-bottom: 35px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.4px;
}

.banner--user-select .user-select {
  width: 100%;
  margin: 0;
}

.banner--user-select .user-select__inner {
  width: 100%;
}

.banner--user-select .user-select__row {
  padding: 0 4px;
}

.banner--user-select .user-select__dropdown {
  position: relative;
  text-align: left;
}

.banner--user-select .user-select__dropdown .reset-btn {
  display: none;
  position: absolute;
  top: 6px;
  right: -2px;
  width: 30px;
  height: 30px;
  background-image: url(../images/svg/close.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid transparent;
  cursor: pointer;
}

[class*="has-selected-plan"]
  .banner--user-select
  .user-select__dropdown
  .reset-btn {
  display: block;
}

.banner--user-select .user-select__selected {
  color: hsla(0, 0%, 100%, 0.5);
  border-bottom-color: #fff;
  text-transform: lowercase;
}

.banner--user-select .user-select__selected:after {
  background-image: url(../images/svg/angle-right--white.svg);
}

[class*="has-selected-plan"] .banner--user-select .user-select__selected:after {
  display: none;
}

.has-selected-plan .banner--user-select .user-select__selected {
  color: #fff;
}

.banner--user-select .user-select__label {
  color: inherit;
}

.banner--user-select.banner--content-left .user-select,
.banner--user-select.banner--content-right .user-select {
  padding: 0;
}

.banner--user-select.banner--no-decor:after,
.banner--user-select.banner--no-decor:before {
  display: none;
}

.banner-left-right {
  position: relative;
  display: block;
  height: auto;
  margin-bottom: 40px;
  padding: 125px 0;
}

.banner-left-right .banner-decor {
  bottom: -15px;
  width: 240px;
  height: 240px;
}

.banner-left-right .banner-decor.white {
  left: 15%;
  bottom: -47px;
}

.banner-left-right .banner-decor.purple {
  left: 52.8%;
}

.banner-left-right .banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-left-right .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.banner-left-right .media-holder {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 55.55%;
  overflow: hidden;
}

.banner-left-right .media-holder img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-left-right .text-holder {
  width: 44.45%;
  padding: 0 24px;
  color: #a6aaac;
}

.banner-left-right .text-holder__inner {
  max-width: 415px;
  width: 100%;
  margin: 0 auto;
}

.banner-left-right .text-holder p {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.35px;
}

.banner-left-right .category {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  color: #01aedf;
}

.banner-left-right .title {
  margin-bottom: 17px;
  margin-right: 10px;
  font-size: 52px;
  line-height: 1.27;
  letter-spacing: -1.2px;
  color: #1f1b28;
}

.banner-left-right .price {
  font-size: 18px;
  line-height: 1.33;
  color: #1f1b28;
}

.banner-left-right .link {
  margin-top: 23px;
}

.banner-left-right.banner--content-right .banner-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.banner-left-right.banner--content-right .banner-decor.white {
  left: auto;
  right: 15%;
}

.banner-left-right.banner--content-right .banner-decor.purple {
  left: auto;
  right: 52.8%;
}

.banner-left-right.banner--no-decor {
  padding-bottom: 0;
  margin-bottom: 0;
}

.banner-left-right.banner--no-decor .banner-decor {
  display: none;
}

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

.banner--image.banner--content-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.banner--image .banner-caption {
  max-width: 440px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.banner--image .banner-caption .title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.banner--image .banner-caption p:last-of-type {
  margin-bottom: 0;
}

.banner--image .banner-media {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10%;
}

.banner--image .banner-media-inner {
  min-width: 200px;
}

.logo-wall {
  position: relative;
  max-width: 1218px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  text-align: center;
}

.logo-wall .logo-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 14px;
}

.logo-wall .logo-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 150px;
  padding: 10px;
}

.logo-wall .logo-item img {
  display: block;
  margin: 0 auto;
}

.selectric {
  height: 34px;
  border: 0;
  border-bottom: 1px solid #b6babb;
  background-color: transparent;
}

.selectric-open .selectric {
  border-color: #01aedf;
}

.selectric-open {
  z-index: 1;
}

.selectric .label {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
  padding: 0 30px 15px 16px;
  font-size: 16px;
  line-height: normal;
  color: #a6aaac;
}

.selectric .label:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 14px;
  height: 14px;
  background-image: url(../images/svg/angle-right.svg);
  background-repeat: no-repeat;
}

.selectric-open .label:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.selectric-wrapper {
  width: 100%;
}

.selectric-items {
  max-width: 90%;
  top: calc(100% + 10px);
  left: 5%;
  /*height: auto !important;*/
  padding: 0 24px;
  border: 1px solid #dadee0;
  background-color: #fff;
}

.selectric-items li {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1.4;
  color: #a6aaac;
}

.selectric-items li:not(:last-child) {
  border-bottom: 1px solid #dadee0;
}

.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover {
  color: #01aedf;
  background-color: transparent;
}

.user-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.user-select__inner {
  width: 100%;
}

.user-select__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.user-select__title {
  margin-bottom: 23px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #01aedf;
}

.user-select__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.6px;
  color: #1f1b28;
}

.user-select__dropdown {
  position: relative;
  width: 100%;
  cursor: pointer;
}

.user-select__dropdown.expanded .user-select__list {
  opacity: 1;
  visibility: visible;
}

.user-select__dropdown.expanded .user-select__selected:after {
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}

.user-select__selected {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  display: block;
  min-height: 38px;
  padding-right: 30px;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: hsla(0, 0%, 100%, 0.5);
  color: #666a6bcc;
  border-bottom: 2px solid #01aedf;
}

.user-select__selected:after {
  content: "";
  top: 18px;
  right: 8px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 10px;
  height: 10px;
  background-image: url(../images/svg/angle-right.svg);
  background-repeat: no-repeat;
}

.user-select__list,
.user-select__selected:after {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
}

.user-select__list {
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 24px;
  border: 1px solid #dadee0;
  border-top: 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
}

.user-select__item {
  font-size: 16px;
  line-height: 1.4;
}

.user-select__item:not(:last-child) {
  border-bottom: 1px solid #dadee0;
}

.user-select__link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: block;
  padding: 16px 30px;
  color: #1f1b28;
}

.user-select__link:hover:not(:active) {
  color: #01aedf;
}

.overlap__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 88px;
  overflow: hidden;
}

.overlap__media {
  position: relative;
  max-width: 900px;
  width: 100%;
}

.overlap__media img {
  display: block;
}

.overlap__media:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  width: 246px;
  height: 185px;
  margin-right: -138px;
  background-image: url(../images/svg/overlap-decor.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.overlap--no-decor .overlap__media:after {
  display: none;
}

.overlap__text {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 578px;
  margin-left: auto;
  padding: 62px 84px 64px;
  border: 1px solid #dadee0;
  background-color: #fff;
}

.overlap__text ul {
  margin-bottom: 27px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 2;
  color: #666a6b;
}

.overlap__text li {
  position: relative;
  padding: 4px 0 4px 17px;
  letter-spacing: 0.4px;
}

.overlap__text li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #01aedf;
}

.overlap__title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.43;
  color: #1f1b28;
}

.overlap--reverse .overlap__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.overlap--reverse .overlap__media:after {
  right: auto;
  left: 0;
  margin-left: -138px;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.overlap--reverse .overlap__text {
  right: auto;
  left: 0;
}

.link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.65px;
  color: #b477d2;
}

.link:hover:not(:active) svg .angle {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.link:hover:not(:active) svg .line {
  opacity: 1;
  -webkit-transform: scaleX(1) scaleY(1);
  -ms-transform: scaleX(1) scaleY(1);
  transform: scaleX(1) scaleY(1);
}

.link svg {
  width: 16px;
  margin-left: 5px;
}

.link svg path {
  fill: currentColor;
}

.link svg .angle {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.link svg .line {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scaleX(0) scaleY(1);
  -ms-transform: scaleX(0) scaleY(1);
  transform: scaleX(0) scaleY(1);
  opacity: 0;
}

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

.up-cards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1248px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

.up-cards__title {
  margin-bottom: 50px;
  padding: 0 24px;
  line-height: 1.5;
  color: #1f1b28;
  font-family: "hello_america_altregular" !important;
}

.up-cards__item {
  max-width: 370px;
  width: 100%;
  /*margin: 0 15px 34px;*/
  margin: 0 15px 0;
  /*padding: 32px 35px 50px;*/
  padding: 32px 35px 20px;
  border: 1px solid #dadee0;
}

.up-cards__item .img-holder {
  width: 85px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 6px;
}

.up-cards__item.no-borders {
  border: 0;
}

.up-cards__item .img-holder img {
  display: block;
}

.up-cards__item--left .img-holder {
  margin-left: 0;
}

.up-cards__item p {
  margin: 0;
  text-align: center;
  line-height: 2;
  font-size: 14px;
}

.up-cards__item-title {
  margin: 0 0 13px;
  text-align: center;
  line-height: 1.43;
  color: #1f1b28;
  font-size: 18px;
  font-weight: 700 !important;
}

.up-cards__title-block {
  /*margin-bottom: 50px;*/
  padding: 0 24px;
}

.up-cards__title-block .up-cards__title {
  margin-bottom: 10px;
}

.up-cards__title-block p {
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
  color: #666a6b;
}

.cards {
  position: relative;
  max-width: 972px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cards__wrapper {
  margin: 0 auto;
  max-width: 1218px;
}

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

.cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 17px;
  padding: 67px 100px;
  border: 1px solid #dadee0;
  background-color: #fff;
  position: relative;
}

.cards__item.cards__item--left .img-holder {
  margin-left: 0;
}

.cards__item .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 24px;
  top: 24px;
  width: 60px;
  height: 60px;
  margin: 0 auto 6px;
}

.cards__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
}

.cards__item p {
  font-size: 14px;
  line-height: 2;
  color: #9fa2a3;
}

.cards__item p:last-of-type {
  margin-bottom: 0;
}

.cards__title {
  margin-bottom: 24px;
  padding: 0 17px;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.page-template-careers .cards {
  max-width: 1168px;
  margin-top: -150px;
}

.page-template-careers .cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 50%;
  padding: 52px 80px 75px;
}

.page-template-careers .cards__item-title {
  margin-bottom: 16px;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 50px;
  overflow: hidden;
}

.content__media,
.content__text {
  max-width: 768px;
  width: 50%;
}

.content__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 22px;
}

.content__media-inner {
  position: relative;
  /*max-width: 468px;*/
  width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.content__media-inner iframe {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content__media-inner:after {
  content: "";
  position: absolute;
  left: -48px;
  bottom: -47px;
  width: 243px;
  height: 243px;
  background-image: url(../images/svg/content-dots.svg);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.content__media img {
  vertical-align: middle;
  width: 100%;
}

.content__text {
  font-size: 14px;
}

.content__text p {
  margin: 0;
  line-height: 2;
  letter-spacing: 0.35px;
}

.content__text ul {
  padding-left: 5px;
  font-size: 14px;
  line-height: 2;
}

.content__text li {
  position: relative;
  padding: 4px 0 4px 17px;
  letter-spacing: 0.4px;
}

.content__text li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #01aedf;
}

.content__text .link {
  margin-top: 25px;
}

.content__text-inner {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.content__category {
  display: block;
  margin-bottom: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.3px;
  color: #01aedf;
}

.content__title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.45;
}

.content--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

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

.content--reverse .content__media-inner {
  text-align: left;
}

.content--reverse .content__media-inner:after {
  content: "";
  left: auto;
  right: -48px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.content--reverse .content__text {
  padding-left: 0;
}

.content--no-decor {
  padding-bottom: 0;
}

.content--no-decor .content__media-inner:after {
  display: none;
}

.content.content--reactive {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 30px 0;
}

.content.content--reactive.content--has-bg {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(76%, #f6f9fa),
    color-stop(0, transparent)
  );
  background-image: -webkit-linear-gradient(left, #f6f9fa 76%, transparent 0);
  background-image: -o-linear-gradient(left, #f6f9fa 76%, transparent 0);
  background-image: linear-gradient(90deg, #f6f9fa 76%, transparent 0);
}

.content.content--reactive .content__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.content.content--reactive .content__media-inner {
  max-width: 665px;
}

.content.content--reactive .content__text {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.content.content--reactive .content__title {
  font-size: 32px;
}

.cta-full {
  position: relative;
  margin: 0;
}

.cta-full:after {
  content: "";
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 0;
  width: 90px;
  height: 90px;
  background-image: url(../images/svg/dots-sm.svg);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.cta-full--left:after {
  right: auto;
  left: 60px;
}

.cta-full--left .cta-full__text {
  margin-left: 0;
}

.cta-full--no-decor:after {
  display: none;
}

.cta-full__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cta-full__media img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-full__text {
  position: relative;
  width: 50%;
  margin-left: auto;
  padding: 14.9% 19px 15%;
  color: #666a6b;
}

.cta-full__text p {
  margin: 0;
  line-height: 1.88;
}

.cta-full__title {
  margin-bottom: 10px;
  line-height: 1.5;
}

.cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.cta-full .cta-buttons {
  margin-top: 32px;
}

.contact-form .cta-full .cta-buttons .button-back,
.contact-form .cta-full .cta-buttons .button-next,
.contact-form .cta-full .cta-buttons .wpcf7-submit,
.cta-full .cta-buttons .btn,
.cta-full .cta-buttons .contact-form .button-back,
.cta-full .cta-buttons .contact-form .button-next,
.cta-full .cta-buttons .contact-form .wpcf7-submit {
  margin-right: 32px;
}

.cta-link {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #01aedf;
  overflow: hidden;
}

.cta-link:hover:before {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cta-link:hover:after {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.cta-link:after,
.cta-link:before {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}

.cta-link:before {
  z-index: 1;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.cta-link:after {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cta-centered {
  color: #1f1b28;
}

.cta-centered,
.cta-centered__holder {
  text-align: center;
}

.cta-centered .title {
  margin-bottom: 24px;
  font-size: 32px;
}

.pricing .cta-centered .title {
  font-size: 24px;
}

.cta-centered .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 344px;
  margin: 0 auto;
}

.contact-form .cta-centered .cta-buttons .button-back,
.contact-form .cta-centered .cta-buttons .button-next,
.contact-form .cta-centered .cta-buttons .wpcf7-submit,
.cta-centered .cta-buttons .btn,
.cta-centered .cta-buttons .contact-form .button-back,
.cta-centered .cta-buttons .contact-form .button-next,
.cta-centered .cta-buttons .contact-form .wpcf7-submit {
  max-width: 160px;
  width: 100%;
  padding: 14px 0 15px;
}

.contact-form .cta-centered .cta-buttons .button-back:not(:last-child),
.contact-form .cta-centered .cta-buttons .button-next:not(:last-child),
.contact-form .cta-centered .cta-buttons .wpcf7-submit:not(:last-child),
.cta-centered .cta-buttons .btn:not(:last-child),
.cta-centered .cta-buttons .contact-form .button-back:not(:last-child),
.cta-centered .cta-buttons .contact-form .button-next:not(:last-child),
.cta-centered .cta-buttons .contact-form .wpcf7-submit:not(:last-child) {
  margin-right: 24px;
}

.cta {
  color: #1f1b28;
}

.cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta p {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
}

.contact-form .cta .button-back,
.contact-form .cta .button-next,
.contact-form .cta .wpcf7-submit,
.cta .btn,
.cta .contact-form .button-back,
.cta .contact-form .button-next,
.cta .contact-form .wpcf7-submit {
  margin-left: 90px;
}

.cta-split__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.cta-split__item {
  width: 50%;
  padding: 30px 24px 0;
}

.cta-split__item:last-child {
  position: relative;
}

.cta-split__item:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: calc(100% + 30px);
  background-color: #dadee0;
}

.cta-split__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.cta-split .title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.33;
}

.cta-split p {
  margin: 0;
  font-size: 14px;
  line-height: 2;
}

.cta-split p:last-of-type {
  margin-bottom: 30px;
}

.cta-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1208px;
  margin-left: auto;
  margin-right: auto;
}

.cta-img.cta-img--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.cta-img.cta-img--reverse .cta-img__media-inner {
  text-align: right;
}

.cta-img__media,
.cta-img__text {
  width: 50%;
}

.cta-img__text {
  padding: 0 73px;
}

.cta-img__text-inner {
  max-width: 436px;
  width: 100%;
}

.cta-img__text p {
  margin-bottom: 30px;
  line-height: 1.88;
}

.cta-img .title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1;
  color: #1f1b28;
}

.cta-img .cta-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-img .cta-buttons a:not(:last-child) {
  margin-right: 32px;
}

.cta-footer {
  background-color: #281330;
  color: #f1d9fb;
}

.cta-footer .g-box {
  margin: 0 auto;
  padding: 50px 25px !important;
}

.cta-footer .title {
  color: #f1d9fb;
  line-height: 1;
}

.cta-footer .cta-img__text p {
  line-height: 1.25;
}

.cta-footer .cta-link {
  color: #f1d9fb;
}

.capabilities-links h2 {
  margin-bottom: 2em;
  text-align: center;
}

.capabilities-links ul {
  display: block;
  list-style: none;
  margin: 0 auto;
  padding: 0 24px;
}

.capabilities-links li {
  padding: 1em;
  text-align: center;
}

.capabilities-links li img {
  height: 100%;
  width: auto;
  display: block;
  margin: 0 auto 20px;
  max-height: 100px;
}

@media (min-width: 768px) {
  .capabilities-links ul {
    display: flex;
    flex-flow: row wrap;
    max-width: 1208px;
  }
  .capabilities-links li {
    width: 25%;
  }
  .capabilities-links li img {
    max-height: 150px;
  }
}

.capabilities-links li a {
  color: #281330;
  font-weight: 600;
}


.fade-show {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.fade-show.show {
  opacity: 1;
}

.dot-square-holder {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 392px;
  width: 100%;
  opacity: 0;
}

.dot-square-holder.play {
  opacity: 1;
}

.dot-square-holder .banner-decor {
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.play g g:first-child {
  -webkit-animation-name: group-1;
  animation-name: group-1;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.play g g:nth-child(2) {
  -webkit-animation-name: group-2;
  animation-name: group-2;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.play g g:nth-child(3) {
  -webkit-animation-name: group-3;
  animation-name: group-3;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.play g g:nth-child(4) {
  -webkit-animation-name: group-4;
  animation-name: group-4;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.play g g:nth-child(5) {
  -webkit-animation-name: group-5;
  animation-name: group-5;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.play g g:nth-child(6) {
  -webkit-animation-name: group-6;
  animation-name: group-6;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.play g g:nth-child(7) {
  -webkit-animation-name: group-7;
  animation-name: group-7;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.play g g:nth-child(8) {
  -webkit-animation-name: group-8;
  animation-name: group-8;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.play g g:nth-child(9) {
  -webkit-animation-name: group-9;
  animation-name: group-9;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.play g g:nth-child(10) {
  -webkit-animation-name: group-10;
  animation-name: group-10;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes group-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(80px, 25px);
    transform: translate(80px, 25px);
  }
}

@keyframes group-1 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(80px, 25px);
    transform: translate(80px, 25px);
  }
}

@-webkit-keyframes group-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(150px, -15px);
    transform: translate(150px, -15px);
  }
}

@keyframes group-2 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(150px, -15px);
    transform: translate(150px, -15px);
  }
}

@-webkit-keyframes group-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(70px, -55px);
    transform: translate(70px, -55px);
  }
}

@keyframes group-3 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(70px, -55px);
    transform: translate(70px, -55px);
  }
}

@-webkit-keyframes group-4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(30px, -15px);
    transform: translate(30px, -15px);
  }
}

@keyframes group-4 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(30px, -15px);
    transform: translate(30px, -15px);
  }
}

@-webkit-keyframes group-5 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(130px, -65px);
    transform: translate(130px, -65px);
  }
}

@keyframes group-5 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(130px, -65px);
    transform: translate(130px, -65px);
  }
}

@-webkit-keyframes group-6 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-30px, 5px);
    transform: translate(-30px, 5px);
  }
}

@keyframes group-6 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-30px, 5px);
    transform: translate(-30px, 5px);
  }
}

@-webkit-keyframes group-7 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-20px, -55px);
    transform: translate(-20px, -55px);
  }
}

@keyframes group-7 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(-20px, -55px);
    transform: translate(-20px, -55px);
  }
}

@-webkit-keyframes group-8 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(100px, -122px);
    transform: translate(100px, -122px);
  }
}

@keyframes group-8 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(100px, -122px);
    transform: translate(100px, -122px);
  }
}

@-webkit-keyframes group-9 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(50px, -85px);
    transform: translate(50px, -85px);
  }
}

@keyframes group-9 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(50px, -85px);
    transform: translate(50px, -85px);
  }
}

@-webkit-keyframes group-10 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(20px, -115px);
    transform: translate(20px, -115px);
  }
}

@keyframes group-10 {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  to {
    -webkit-transform: translate(20px, -115px);
    transform: translate(20px, -115px);
  }
}

.fw-image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10% 0;
}

.fw-image__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fw-image__text {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 768px;
  width: 50%;
  font-size: 14px;
  color: #fff;
}

.fw-image__text-inner {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}

.fw-image__category {
  display: block;
  margin-bottom: 17px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.3px;
}

.fw-image__title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.45;
  color: inherit;
}

.fw-image p {
  margin: 0;
  line-height: 2;
  opacity: 0.7;
}

.fw-image .link {
  margin-top: 25px;
  color: inherit;
}

.fw-image .link .st0 {
  fill: currentColor;
}

.fw-image__spread {
  width: 50%;
  max-width: 768px;
}

.full-page .content.active .content__category,
.full-page .content.active .content__media,
.full-page .content.active .content__title,
.full-page .content.active .link,
.full-page .content.active p,
.full-page .fw-image.active .fw-image__category,
.full-page .fw-image.active .fw-image__title,
.full-page .fw-image.active .link,
.full-page .fw-image.active p {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.full-page-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: calc(50% + 40px);
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.has-slider-nav .full-page-nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.full-page-nav__item {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: 35px;
  margin-bottom: 2px;
}

.full-page-nav__item span {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #01aedf;
}

.full-page-nav__item.active ~ * span {
  background-color: #dadee0;
}

.full-page-nav__control {
  position: relative;
  width: 100%;
  height: 35px;
  margin-top: 10px;
  color: #fff;
  border-radius: 4px;
  background-color: #01aedf;
}

.full-page-nav__control svg {
  position: absolute;
  width: 15px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.full-page-nav__control svg path {
  stroke: currentColor;
}

.full-page-nav__control-prev {
  display: none;
}

.full-page-nav__control-prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  -ms-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.disable-next .full-page-nav__control-prev {
  display: block;
}

.disable-next .full-page-nav__control-next {
  display: none;
}

.show-footer .full-page-nav,
.show-footer .g-box:last-child .content__text,
.show-footer .g-box:last-child .fw-image__text {
  -webkit-transform: translateY(-100vh);
  -ms-transform: translateY(-100vh);
  transform: translateY(-100vh);
}

.featured-slider {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
}

.featured-slider .h2 {
  margin-bottom: 85px;
  text-align: center;
}

.featured-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.featured-slider__media,
.featured-slider__text {
  height: 100%;
}

.featured-slider__text {
  position: relative;
  max-width: 455px;
  width: 100%;
  background-color: #f5f8f9;
  z-index: 2;
}

.featured-slider__text .category {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b477d2;
}

.featured-slider__text .title {
  margin-bottom: 20px;
  line-height: 1.5;
}

.featured-slider__text .swiper-slide {
  padding: 58px 46px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.featured-slider__text .swiper-pagination {
  position: static;
  margin-bottom: 27px;
  padding: 0 44px;
  text-align: left;
}

.featured-slider__text .swiper-pagination-bullet {
  opacity: 1;
  background-color: #dedce1;
}

.featured-slider__text .swiper-pagination-bullet-active {
  background-color: #b477d2;
}

.featured-slider__media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 730px;
  height: 450px;
  margin-left: -45px;
  background-color: #eee;
}

.featured-slider__media .swiper-container {
  height: 100%;
}

.featured-slider__media .swiper-slide {
  background-size: cover;
  background-position: 50% 50%;
}

.filter-row {
  padding-bottom: 52px;
}

.list-opener {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 0 18px 10px;
  border-bottom: 1px solid #dadee0;
  margin-bottom: 27px;
  position: relative;
  display: none;
}

.list-opener svg {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  width: 11px;
  height: 13px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list-opener.opened svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.filter-list {
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 0 15px;
}

.filter-list.opened {
  max-height: 800px;
}

.filter-list li {
  margin-right: 27px;
  margin-bottom: 10px;
}

.filter-list li:last-child {
  margin-right: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.filter-list a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #1f1b28;
  padding-bottom: 3px;
  position: relative;
  text-decoration: none;
}

.filter-list a:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  opacity: 0;
  width: 100%;
  height: 2px;
  background-color: #01aedf;
}

.filter-list a:hover {
  color: #01aedf;
}

.filter-list a:hover:after {
  opacity: 1;
}

.filter-list .active a {
  color: #01aedf;
}

.filter-list .active a:after {
  opacity: 1;
}

.thumbs-grid {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.thumbs-grid.decorated {
  position: relative;
}

.thumbs-grid.decorated .thumb-item {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.thumbs-grid.decorated:after {
  content: "";
  position: absolute;
  display: block;
  width: 243px;
  height: 243px;
  bottom: -20px;
  left: -40px;
  z-index: 0;
  background-image: url(../images/svg/square-dot-purple.svg);
}

.category-description {
  margin-bottom: 45px;
  margin-top: -82px;
  padding: 82px 15px 0 15px;
}

.category-description .title {
  font-size: 28px;
  line-height: 1.475;
  margin-bottom: 10px;
}

.category-description .text {
  max-width: 407px;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 0;
}

.thumb-item {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 31.5%;
  margin: 0 2.75% 2.75% 0;
}

.thumb-item:hover:not(:active) {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.thumb-item:nth-child(3n) {
  margin-right: 0;
}

.thumb-item__image {
  width: 100%;
  height: 150px;
  background-color: #dadee0;
}

.thumb-item__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb-item__logo-image {
  height: 117px;
  width: 100%;
  padding: 0 9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #dadee0 #dadee0 transparent;
}

.thumb-item__logo-image img {
  width: auto;
  height: auto;
}

.thumb-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  padding: 25px 9% 9%;
  border-style: solid;
  border-width: 0 1px 1px;
  border-color: transparent #dadee0 #dadee0;
}

.thumb-item__text .title {
  width: 100%;
  color: #b477d2;
  font-size: 14px;
  font-weight: 600;
}

.logo-mode .thumb-item__text .title {
  font-size: 18px;
  line-height: 1.66;
  font-weight: 400;
  color: #1f1b28;
}

.thumb-item__text .sub-title {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 21px;
  letter-spacing: 0.2px;
}

.thumb-item__text .link {
  margin-top: auto;
}

.featured-content .thumb-item__text .link {
  margin-top: 0;
}

.thumb-item__text .text {
  margin-bottom: 43px;
  font-size: 14px;
  line-height: 1.5;
}

.logo-mode .thumb-item__text {
  padding: 0 9% 9%;
}

.category-wrapper {
  margin-bottom: 20px;
}

.category-wrapper:last-child {
  margin-bottom: 0;
}

.featured-wrapper > .title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
}

.featured-wrapper .link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thumbs-grid--customer .thumb-item__text .title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #1f1b28;
}

.thumbs-grid--customer .thumb-item__text .sub-title {
  font-size: 14px;
  line-height: 1.7;
  color: #9fa2a3;
}

.pagination {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  pointer-events: none;
}

.pagination li {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border: 1px solid #b477d2;
  margin-right: 4px;
  line-height: 1;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li:hover {
  background-color: #b477d2;
}

.pagination li:hover a {
  color: #fff;
}

.pagination li:hover svg path {
  stroke: #fff;
}

.pagination li:hover a.next svg path,
.pagination li:hover a.prev svg path {
  fill: #281330;
  stroke: none;
}

.pagination a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: block;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  pointer-events: auto;
  color: #b477d2;
}

.pagination svg {
  pointer-events: none;
}

.pagination svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
  pointer-events: none;
}

.pagination .current {
  background-color: #b477d2;
}

.pagination .current a {
  color: #fff;
}

.pagination .next svg,
.pagination .prev svg {
  position: relative;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 11px;
}

.pagination .prev svg {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.pagination .disabled {
  display: none;
}

.preloader {
  width: 50px;
  height: 50px;
  background: url(../images/svg/spinner.gif);
  background-size: contain;
  background-position: 50% 50%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 7;
}

.masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1258px;
  padding: 200px 12%;
  margin: 0 auto;
  position: relative;
  background-position: 50% 50%;
  background-size: contain;
  margin-bottom: 32px;
}

.masthead,
.masthead .bg {
  background-repeat: no-repeat;
}

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

.masthead .title {
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.masthead--double-decor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/svg/dots-4x4.svg),
    url(../images/svg/dots-2x2.svg);
  background-position: 0.5% 100%, 88.5% 80%;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
}

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

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

.masthead--lg {
  max-width: none;
  padding: 186px 8% 98px;
  overflow: hidden;
}

.masthead--lg.masthead--text-left .title {
  margin-left: 0;
  text-align: left;
}

.masthead--lg.masthead--text-right .title {
  margin-right: 0;
  text-align: right;
}

.masthead--lg.masthead--double-decor .title:before {
  display: block;
}

.masthead--lg .bg {
  left: 50%;
  width: 85%;
  background-color: #f5f8f9;
  background-size: contain;
  background-position: 0 100%;
}

.masthead--lg .title {
  position: relative;
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  font-size: 52px;
  line-height: 1.3;
  text-align: center;
}

.masthead--lg .title:before {
  display: none;
  content: "";
  position: absolute;
  left: -200px;
  top: 0;
  width: 156px;
  height: 124px;
  background-image: url(../images/svg/dots-6x5.svg);
  background-size: cover;
}

.masthead--lg:after {
  display: none;
}
.page-template-pricing .banner {
  display: block;
}
.page-template-pricing .banner-image-left,
.page-template-pricing .banner-image-right {
  display: none;
}
.pricing-masthead {
  background-color: #ddeef8;
  z-index: -1;
}
.page-template-pricing .title {
  font-weight: bold;
}
.page-template-pricing .banner-caption {
  color: #1f1b28;
}
.page-template-pricing .switch {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 34px;
}

.page-template-pricing .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.page-template-pricing .slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F1D9FB;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-template-pricing .slider:before {
  border-radius: 50%;
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.page-template-pricing .slider p {
  color: #fff;
  margin: 0;
}

.page-template-pricing .switch input:checked + .slider {
  background-color: #B477D2;
}

.page-template-pricing .switch input:focus + .slider {
  box-shadow: 0 0 1px #B477D2;
}

.page-template-pricing .switch input:checked + .slider:before {
  -webkit-transform: translateX(146px);
  -ms-transform: translateX(146px);
  transform: translateX(146px);
}

.pricing {
  background-color: #fff;
}

.pricing .cta-centered {
  background: #281330;
  padding: 56px 0;
}
.pricing .cta-centered .cta-centered__holder {
  align-items: center;
  display: flex;
  max-width: 1218px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 24px;
  position: relative;
}
.pricing .cta-centered .cta-centered__holder img.decor {
  position: absolute;
  left: -100px;
  width: 200px;
  z-index: 0;
}
.pricing .cta-centered .title {
  background-color: #01aedf;
  color: #fff;
  margin-bottom: 0;
  position: relative;
}
.pricing .cta-centered .cta-buttons {
  flex: 1;
  justify-content: space-around;
  margin: 0;
}
.pricing .cta-centered .cta-buttons .btn--default {
  border-color: #fff;
}
.pricing .cta-centered .cta-buttons .btn--default:hover:not(:active) {
  background-color: #fff;
}
.pricing .cta-centered .cta-buttons .btn--alternate {
  color: #fff;
  border-width: 0;
  font-style: italic;
  text-decoration: underline;
}
.pricing__list-wrapper {
  padding: 0 24px;
}
.pricing__list {
  background-color: #fff;
  border-radius: 16px;
  column-gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1218px;
  width: 100%;
  margin: 0 auto -143px;
  -webkit-transform: translateY(-143px);
  -ms-transform: translateY(-143px);
  transform: translateY(-143px);
  position: relative;
  transform-style: preserve-3d;
}
.pricing__list::before {
  content: "";
  position: absolute;
  inset: -3px;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  filter: blur(20px);
  transform: translate3d(0px, 0px, -1px);
  border-radius: inherit;
  pointer-events: none;
}

.pricing__card-wrapper {
  border-radius: 24px;
  width: 100%;
  margin: 16px 16px 32px;
}

.pricing__card-wrapper:first-child .pricing__decor {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6c07ae),
    to(#4c39b7)
  );
  background-image: -webkit-linear-gradient(left, #6c07ae, #4c39b7);
  background-image: -o-linear-gradient(left, #6c07ae, #4c39b7);
  background-image: linear-gradient(90deg, #6c07ae, #4c39b7);
}

.pricing__card-wrapper:nth-child(2) .pricing__decor {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#453fbd),
    to(#2875cf)
  );
  background-image: -webkit-linear-gradient(left, #453fbd, #2875cf);
  background-image: -o-linear-gradient(left, #453fbd, #2875cf);
  background-image: linear-gradient(90deg, #453fbd, #2875cf);
}

.pricing__card-wrapper:nth-child(3) .pricing__decor {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2379d0),
    to(#01addf)
  );
  background-image: -webkit-linear-gradient(left, #2379d0, #01addf);
  background-image: -o-linear-gradient(left, #2379d0, #01addf);
  background-image: linear-gradient(90deg, #2379d0, #01addf);
}

.pricing__card-wrapper .recommend {
  display: none;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.5;
  color: #f5f8f9;
}

.pricing__card {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  height: 100%;
  color: #a6aaac;
  background-color: #fff;
}

.pricing__cta {
	text-align: center;
	margin-top: auto;
}

.pricing__cta .link {
    background-color: #b477d2 !important;
    border-color: #b477d2 !important;
    border-radius: 50px !important;
    color: #000 !important;
    font-weight: 600 !important;
    padding: 8px 32px !important;
    transition: all 0.15s ease-in-out;
    margin-bottom: 24px;
    text-decoration: none !important;
}

.pricing__cta .link:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.pricing__title {
  background: linear-gradient(45deg, #690caf, #4c39b7);
  border-radius: 16px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  padding: 2em 1em 1em;
  font-size: 24px;
  font-weight: 500;
  position: relative;
}

.pricing__card-wrapper[data-plan-name="plus"] .pricing__title {
  background: linear-gradient(45deg, #4244bf, #2875cf);
}

.pricing__card-wrapper[data-plan-name="pro"] .pricing__title {
  background: linear-gradient(45deg, #207ed1, #01aedf);
}

.pricing__icon {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: -30px;
}

.pricing__text {
  float: left;
  width: 52%;
  margin-bottom: 0;
}

.pricing__text p {
  margin: 0;
  line-height: 1.88;
}

.pricing__amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: right;
  margin-bottom: 48px;
  color: #1f1b28;
}
.pricing__cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 6px;
  line-height: 1;
}

.pricing__cost span {
  font-size: 32px;
}

.pricing__cost strong {
  font-size: 60px;
  font-weight: 500;
}
.pricing__amount .pricing__cost-alt {
  display: none;
}
.pricing__amount.pricing__amount-alt .pricing__cost {
  display: none;
}
.pricing__amount.pricing__amount-alt .pricing__cost.pricing__cost-alt {
  display: flex;
}
.pricing__billing {
  position: relative;
  top: -5px;
}

.pricing__description {
  background: #eaf8fc;
  font-size: 14px;
  margin-bottom: 1em;
  padding: 1em 2em;
}

.pricing__description ul {
  margin-bottom: 23px;
}

.pricing__description ul:last-child {
  margin-bottom: 0;
}

.pricing__description li {
  position: relative;
  padding-left: 14px;
  line-height: 2;
}

.pricing__description li + li {
  margin-top: 8px;
}

.pricing__description li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #01aedf;
}

.pricing__description p {
  margin: 0;
  line-height: 2;
}

.pricing__extras tr {
  display: flex;
  width: 100%;
}

.pricing__extras td {
  width: 100%;
  flex-shrink: 0;
}

.pricing__extras td + td {
  text-align: right;
}

.pricing-popular {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #4840bf;
}

.pricing-popular span {
  display: inline-block;
  margin-right: 10px;
}

.pricing-table__link {
  position: relative;
}

.pricing-table__link:after,
.pricing-table__link:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.pricing-table__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  height: 100%;
  -webkit-transform: scaleY(0.1);
  -ms-transform: scaleY(0.1);
  transform: scaleY(0.1);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.pricing-table__link:after {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
}

.pricing-table__link:hover:before {
  opacity: 0;
}

.pricing-table__link:hover:after {
  opacity: 1;
}

.pricing-table__link:first-child:after,
.pricing-table__link:first-child:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#6c07ae),
    to(#4c39b7)
  );
  background-image: -webkit-linear-gradient(left, #6c07ae, #4c39b7);
  background-image: -o-linear-gradient(left, #6c07ae, #4c39b7);
  background-image: linear-gradient(90deg, #6c07ae, #4c39b7);
}

.pricing-table__link:nth-child(2):after,
.pricing-table__link:nth-child(2):before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#453fbd),
    to(#2875cf)
  );
  background-image: -webkit-linear-gradient(left, #453fbd, #2875cf);
  background-image: -o-linear-gradient(left, #453fbd, #2875cf);
  background-image: linear-gradient(90deg, #453fbd, #2875cf);
}

.pricing-table__link:nth-child(3):after,
.pricing-table__link:nth-child(3):before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2379d0),
    to(#01addf)
  );
  background-image: -webkit-linear-gradient(left, #2379d0, #01addf);
  background-image: -o-linear-gradient(left, #2379d0, #01addf);
  background-image: linear-gradient(90deg, #2379d0, #01addf);
}

.has-selected-plan .pricing__card-wrapper.selected {
  -webkit-transform: translateY(-105px);
  -ms-transform: translateY(-105px);
  transform: translateY(-105px);
}

.has-selected-plan .pricing__card-wrapper.selected:after {
  display: none;
}

.has-selected-plan .pricing__card-wrapper.selected .recommend,
.has-selected-plan .pricing__card-wrapper:not(.selected) .pricing__decor:after {
  display: block;
}

.has-selected-plan .pricing-table__link:not(.selected) {
  pointer-events: none;
}

.has-selected-plan .pricing-table__link:not(.selected):before {
  background-image: none;
  background-color: #dadee0;
}

.has-selected-plan .pricing-table__link:not(.selected):after {
  display: none;
}

.has-selected-plan
  .pricing-table__cell[data-plan-cell]:not(.selected)
  svg
  path {
  fill: #a6aaac;
}

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

.pricing-plan .title {
  padding: 0 24px;
}

.pricing-table {
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  background-color: #fff;
}

.pricing-table__item {
  border: 1px solid #dadee0;
  border-radius: 6px;
  margin-bottom: 24px;
  padding: 12px 36px;
  position: relative;
}

.pricing-table__item:first-child .pricing-table__body {
  display: block;
}

.pricing-table__item:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -1px;
  left: 24px;
  width: calc(100% - 48px);
  height: 1px;
  background-color: #dadee0;
}

.pricing-table__item.expanded {
  border-color: #4c39b7;
}

.pricing-table__item.expanded .pricing-table__title:after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.pricing-table__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 67px 22px calc(40% - 15px);
  position: -webkit-sticky;
  position: sticky;
  background-color: #fff;
  z-index: 1;
}

.pricing-table__link {
  width: 33.33%;
  margin: 0 2.8%;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  color: #1f1b28;
  background-size: 100% 4px;
}

.pricing-table__title {
  font-size: 21px;
  font-weight: 500 !important;
  position: relative;
  padding: 9px 0 9px 15px;
  text-align: left;
  line-height: 2;
  color: #1f1b28;
  cursor: pointer;
}

.pricing-table__title:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 11px;
  background-image: url(../images/svg/angle-right.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.pricing-table__box {
  padding-top: 22px;
}

.pricing-table__body {
  display: none;
}

.pricing-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 67px 0 15px;
}

.pricing-table__row:nth-child(odd) {
  background-color: #f1f9fd;
  border-bottom: 1px solid #ddeff9;
  border-top: 1px solid #ddeff9;
}

.pricing-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  min-height: 50px;
  padding: 9px 2.8%;
  font-size: 14px;
  line-height: 2;
  color: #a6aaac;
}

.pricing-table__cell i {
  color: #01aedf;
  font-size: 21px;
}

.pricing-table__cell svg {
  width: 15px;
  height: 11px;
}

.pricing-table__cell:first-child {
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 40%;
  padding-left: 0;
  font-size: 14px;
  text-align: left;
  color: #000;
}

.pricing-table__cell .tooltip[data-tooltip] {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: auto;
}

.pricing-table__cell .tooltip[data-tooltip]:after {
  content: "\f129";
  position: absolute;
  font-family: FontAwesome;
  font-size: 15px;
  color: #01aedf;
}

.pricing-table__cell .tooltip[role="tooltip"] {
  z-index: 1;
  max-width: 260px;
  padding: 20px 30px;
  font-size: 14px;
  line-height: 1.57;
  border: 1px solid #a6aaac;
  background-color: #fff;
}

.pricing-table__cell .tooltip[role="tooltip"]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  width: 34px;
  height: 1px;
  background-color: #a6aaac;
}

.pricing-slider-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-left: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 72px 0 52px 122px;
  background-color: #f5f8f9;
  position: relative;
}

.pricing-slider-holder .text-block {
  padding-top: 20px;
  margin-right: 170px;
  width: 263px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 2;
}

.pricing-slider-holder .text-block .title {
  font-size: 32px;
  line-height: 1.5;
}

.pricing-slider-holder .swiper-container {
  margin: 0;
  width: 1280px;
  padding-bottom: 48px;
  position: relative;
}

.pricing-slider-holder .swiper-slide {
  width: 290px;
  min-height: 410px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}

.pricing-slider-holder .swiper-slide .icon-holder {
  margin-bottom: 26px;
  width: 70px;
  height: 70px;
}

.pricing-slider-holder .swiper-slide .title {
  font-size: 18px;
  line-height: 1.5;
}

.pricing-slider-holder .swiper-slide .small {
  font-size: 12px;
}

.pricing-slider-holder .swiper-slide .price {
  margin-top: auto;
  line-height: 1.5;
}

.pricing-slider-holder .swiper-slide .price span:first-child {
  font-size: 24px;
  color: #1f1b28;
}

.pricing-slider-holder .swiper-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 4px;
  top: auto;
  bottom: 0;
}

.pricing-slider-holder .swiper-btn-next,
.pricing-slider-holder .swiper-btn-prev {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 28px;
  height: 28px;
  border: 1px solid #01aedf;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-slider-holder .swiper-btn-next svg,
.pricing-slider-holder .swiper-btn-prev svg {
  width: 9px;
  height: 11px;
}

.pricing-slider-holder .swiper-btn-next svg path,
.pricing-slider-holder .swiper-btn-prev svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.pricing-slider-holder .swiper-btn-next:hover:not(:focus),
.pricing-slider-holder .swiper-btn-prev:hover:not(:focus) {
  cursor: pointer;
  background-color: #01aedf;
}

.pricing-slider-holder .swiper-btn-next:hover:not(:focus) svg path,
.pricing-slider-holder .swiper-btn-prev:hover:not(:focus) svg path {
  stroke: #fff;
}

.pricing-slider-holder .swiper-btn-prev {
  margin-right: 16px;
}

.pricing-slider-holder .swiper-btn-prev svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.pricing-slider-holder .swiper-btn-prev svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.pricing-slider-holder .swiper-btn-next svg {
  left: 50%;
}

.pricing-slider-holder .swiper-btn-next svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.pricing {
  margin: 0;
}

.faq h2 {
  margin-bottom: 35px;
  padding: 0 24px;
  text-align: center;
}

.faq__list {
  max-width: 796px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  color: #1f1b28;
}

.faq__item {
  border-bottom: 1px solid #dadee0;
}

.faq__item.expanded .faq__title:after {
  background-image: url(../images/svg/faq-toggle-open.svg);
}

.faq__title {
  font-weight: 700;
  position: relative;
  padding: 16px 60px 16px 25px;
  line-height: 1.88;
  cursor: pointer;
}

.faq__title:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url(../images/svg/faq-toggle-closed.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  pointer-events: none;
}

.faq__body {
  display: none;
  padding: 0 100px 15px 25px;
  font-size: 14px;
  line-height: 2;
  color: #a6aaac;
}

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

.faq .no-result {
  max-width: 796px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 24px;
  text-align: center;
}

.faq .no-result p {
  margin: 0;
}

.faq .hidden {
  display: none;
}

.faq-search {
  position: relative;
  max-width: 1440px;
  margin: -35px auto 65px;
  padding: 95px 24px;
  text-align: center;
  overflow: hidden;
}

.faq-search:after,
.faq-search:before {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-search:before {
  top: 0;
  left: -5%;
  width: 373px;
  height: 263px;
  background-image: url(../images/svg/faq-dots-l.svg);
}

.faq-search:after {
  top: 20px;
  right: -6.7%;
  width: 413px;
  height: 143px;
  background-image: url(../images/svg/faq-dots-r.svg);
}

.faq-search-inner {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.faq-search-inner p {
  max-width: 480px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.88;
  color: #a6aaac;
}

.faq-search .h1 {
  margin-bottom: 24px;
}

.faq-search-form {
  max-width: 600px;
  width: 100%;
  margin: 35px auto 0;
}

.faq-search-form .row {
  position: relative;
  background-color: #fff;
}

.faq-search-form input[type="text"] {
  max-width: 100%;
  width: 100%;
  padding: 13px 35px 13px 10px;
  border: 0;
  border-bottom: 2px solid #01aedf;
}

.faq-search-form input[type="text"].transformed + label,
.faq-search-form input[type="text"]:focus + label {
  color: #01aedf;
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
}

.faq-search-form button,
.faq-search-form label {
  position: absolute;
}

.faq-search-form label {
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  bottom: 11px;
  left: 10px;
  font-size: 18px;
  line-height: 1.33;
  color: #dadee0;
}

.faq-search-form button {
  right: 5px;
  bottom: 9px;
  width: 17px;
  height: 20px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url(../images/svg/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.featured-grid {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  background-color: #f5f8f9;
}

.featured-grid .h2 {
  margin-bottom: 40px;
  padding: 0 24px;
  text-align: center;
}

.featured-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 9.65%;
}

.featured-grid__item {
  max-width: 274px;
  width: 27.5%;
  margin: 0 2.9% 50px;
}

.featured-grid__item p {
  margin: 0;
  line-height: 1.88;
}

.featured-grid__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 35px;
  margin-bottom: 10px;
}

.featured-grid__img img {
  display: block;
  width: 45px;
}

.featured-grid__link {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.featured-grid__link:hover:not(:active):after {
  opacity: 1;
}

.featured-grid__link:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  opacity: 0;
}

.proof {
  position: relative;
  padding: 95px 24px;
}

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

.proof__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.proof__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 618px;
  width: 100%;
  margin-left: calc(50% - 50px);
  padding: 52px 75px;
  background-color: #fff;
}

.proof .content-holder {
  margin-bottom: 35px;
  text-align: center;
}

.proof .content-holder img {
  vertical-align: middle;
}

.proof .h2,
.proof .img-holder {
  margin-bottom: 35px;
}

.proof blockquote {
  margin: 0;
  text-align: center;
  line-height: 1.88;
}

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

.person__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.person__img img {
  display: block;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.person__text {
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.8;
}

.person__name {
  display: block;
  font-weight: 500;
  color: #1f1b28;
}

.person__position {
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #7d7987;
}

.switch-on-scroll .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 510px;
  margin: 0 auto 80px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.switch-on-scroll .title-block .title {
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 12px;
  text-align: center;
}

.scroll-section {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}

.scroll-section:after,
.scroll-section:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 2px;
  height: 45px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.scroll-section:before {
  top: -45px;
  background-color: #1f1b28;
}

.scroll-section:after {
  top: 0;
  background-color: #fff;
}

.scroll-section .sub-section {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  padding: 0 137px 0 165px;
  z-index: 2;
  position: relative;
}

.scroll-section .sub-section:first-child {
  padding-top: 150px;
}

.scroll-section .sub-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-width: 1140px;
  position: relative;
  z-index: 3;
  letter-spacing: 0.2px;
}

.scroll-section .sub-section__head {
  width: 100%;
  line-height: 2;
  margin-bottom: 46px;
  font-size: 14px;
}

.scroll-section .sub-section__head .title {
  font-size: 32px;
  color: inherit;
  line-height: 1.5;
}

.scroll-section .sub-section__head .pre-title {
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-section .sub-section__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 2;
}

.scroll-section .sub-section__content .title {
  font-size: 28px;
  color: inherit;
  line-height: 1.4;
  margin-bottom: 8px;
}

.scroll-section .sub-section__content .text-icon-box:first-child {
  margin-left: 0;
}

@media screen and (min-width:768px) {
  .scroll-section .sub-section__content .text-icon-box {
    max-width: 290px;
    margin-left: 100px;
  }
  .scroll-section .sub-section__head {
    max-width: 390px;
  }
}

.scroll-section .sub-section__content .text-icon-box img {
  display: block;
  margin-bottom: 12px;
}

.scroll-section__banner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: #332974;
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.scroll-section__banner .image {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
}

.scroll-section__banner .image.active {
  opacity: 1;
}

.scroll-section .caption {
  max-width: 400px;
  margin-left: 50px;
}

.scroll-section .image-holder {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 100%;
  right: 560px;
}

.inset-img {
  position: relative;
  max-width: 1440px;
  width: 83.3%;
  margin-left: auto;
  margin-right: auto;
  padding: 65px 0;
  text-align: center;
  color: #fff;
}

.inset-img--no-decor .inset-img__media:after {
  display: none;
}

.inset-img__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inset-img__media:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  width: 273px;
  height: 183px;
  background-image: url(../images/svg/wide-dots.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inset-img__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.inset-img__text {
  position: relative;
  max-width: 375px;
  width: 100%;
  margin: 0 auto;
}

.inset-img__category {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.inset-img__title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.5;
  color: inherit;
}

.inset-img p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 2;
}

.inset-img .link {
  color: inherit;
}

.tabs__content {
  display: none;
}

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

.capabilities-tabs .tabs__controls {
  width: 37.5%;
  padding: 100px 24px;
}

.capabilities-tabs .tabs__controls ul {
  max-width: 166px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  color: #1f1b28;
}

.capabilities-tabs .tabs__controls li {
  margin-bottom: 27px;
  font-weight: 700;
}

.capabilities-tabs .tabs__controls li:last-child {
  margin-bottom: 0;
}

.capabilities-tabs .tabs__controls a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: inline-block;
  font-weight: 400;
  color: inherit;
}

.capabilities-tabs .tabs__controls a.active,
.capabilities-tabs .tabs__controls a:hover {
  color: #01aedf;
}

.capabilities-tabs .tabs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 62.5%;
  padding: 100px 24px;
  background-color: #f5f8f9;
}

.capabilities-tabs .tabs__content {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
}

.capabilities-tabs .tabs__content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 2;
}

.capabilities-tabs .tabs__content p:last-of-type {
  margin-bottom: 26px;
}

.capabilities-tabs .title {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1.43;
}

.about {
  max-width: 1178px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

.about--no-decor .about__media-inner:before {
  display: none;
}

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

.about__media {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 384px;
  width: 100%;
  margin-right: 8.76%;
}

.about__media img {
  display: block;
}

.about__media-inner {
  position: relative;
}

.about__media-inner:before {
  content: "";
  position: absolute;
  left: -80px;
  bottom: -85px;
  z-index: -1;
  width: 120px;
  height: 245px;
  background-image: url(../images/svg/dots-5x8.svg);
  background-repeat: no-repeat;
}

.about__text {
  max-width: 294px;
  width: 100%;
}

.about__text:not(:last-of-type) {
  margin-right: 5.75%;
}

.about__text p {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 2;
}

.about__text p:last-of-type {
  margin-bottom: 0;
}

.about .title {
  margin-bottom: 33px;
  font-size: 32px;
  line-height: 1.5;
}

.about .subtitle {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.43;
}

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

.image-slider .h2 {
  margin-bottom: 40px;
}

.image-slider .swiper-slide {
  width: 100%;
}

.image-slider .swiper-slide:nth-child(odd) {
  max-width: 389px;
}

.image-slider .swiper-slide:nth-child(2n) {
  max-width: 292px;
}

.image-slider .swiper-slide .img-holder {
  padding: 0 16px;
}

.image-slider .swiper-slide img {
  vertical-align: middle;
}

.image-slider--reverse .swiper-slide {
  width: 100%;
}

.image-slider--reverse .swiper-slide:nth-child(odd) {
  max-width: 292px;
}

.image-slider--reverse .swiper-slide:nth-child(2n) {
  max-width: 389px;
}

.image-slider--reverse .swiper-slide .img-holder {
  padding: 0 16px;
}

.image-slider--reverse .swiper-slide img {
  vertical-align: middle;
}

.image-slider .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-slider .swiper-container .swiper-pagination {
  top: 14px;
  left: 48px;
  height: 3px;
  max-width: 645px;
  width: 100%;
  margin: 0 auto;
  background-color: #dadee0;
}

.image-slider .swiper-container .swiper-pagination-progressbar-fill {
  background-color: #01aedf;
}

.image-slider .swiper-btn-next,
.image-slider .swiper-btn-prev {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: absolute;
  top: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #01aedf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-slider .swiper-btn-next svg,
.image-slider .swiper-btn-prev svg {
  width: 9px;
  height: 11px;
}

.image-slider .swiper-btn-next svg path,
.image-slider .swiper-btn-prev svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.image-slider .swiper-btn-next:hover:not(:focus),
.image-slider .swiper-btn-prev:hover:not(:focus) {
  cursor: pointer;
  background-color: #01aedf;
}

.image-slider .swiper-btn-next:hover:not(:focus) svg path,
.image-slider .swiper-btn-prev:hover:not(:focus) svg path {
  stroke: #fff;
}

.image-slider .swiper-btn-prev {
  left: 0;
}

.image-slider .swiper-btn-prev svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.image-slider .swiper-btn-prev svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.image-slider .swiper-btn-next {
  right: 0;
}

.image-slider .swiper-btn-next svg {
  left: 50%;
}

.image-slider .swiper-btn-next svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.image-slider .swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.image-slider .controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 745px;
  width: 100%;
  height: 28px;
  margin: 57px auto 0;
}

.page-not-found {
  height: 547px;
  max-width: 1360px;
  margin: 30px auto 50px;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-not-found:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/svg/dots-404-left.svg),
    url(../images/svg/dots-404-right.svg);
  background-position: 0 67%, 100% 16%;
  background-repeat: no-repeat;
}

.page-not-found .inner {
  height: 100%;
  padding: 0 10px;
  background-color: #2b1454;
}

.page-not-found .inner,
.page-not-found .inner .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.page-not-found .inner .caption {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
  z-index: 1;
  letter-spacing: 0.6px;
}

.page-not-found .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../images/svg/404.svg);
  background-position: 50% 102%;
  background-repeat: no-repeat;
  background-size: 70%;
  z-index: 0;
}

.page-not-found .title {
  font-size: 100px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  margin-bottom: 20px;
}

.team-members {
  position: relative;
  padding-top: 50px;
}

.team-members:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f5f8f9;
  z-index: 0;
}

.team-members .title {
  text-align: center;
  position: relative;
  margin-bottom: 44px;
  z-index: 1;
}

.team-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.team-block .title {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.9px;
  text-align: left;
  margin-bottom: 16px;
}

.team-block__description {
  max-width: 438px;
  margin-right: 6.5%;
  padding: 85px 24px 0;
  line-height: 2;
  font-size: 14px;
  color: #9fa2a3;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.team-block__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 804px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.team-block .gallery-item {
  width: 268px;
  height: 268px;
  position: relative;
}

.team-block .gallery-item:hover .gallery-item__caption {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.team-block .gallery-item__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-block .gallery-item__image img,
.team-block .gallery-item__image picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-block .gallery-item__caption {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  padding: 25px;
  line-height: 1.375;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.team-block .gallery-item__caption:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0.5;
  background: -webkit-linear-gradient(
    315deg,
    #3023ae,
    #3023ae,
    #492fb4 28%,
    #c86dd7
  );
  background: -o-linear-gradient(
    315deg,
    #3023ae,
    #3023ae,
    #492fb4 28%,
    #c86dd7
  );
  background: linear-gradient(135deg, #3023ae, #3023ae, #492fb4 28%, #c86dd7);
  z-index: 0;
}

.team-block .gallery-item__caption:before {
  content: "+";
  position: absolute;
  font-size: 40px;
  right: 20px;
  top: 5px;
  color: #fff;
  z-index: 1;
}

.team-block .gallery-item__title {
  font-size: 40px;
  max-width: 90px;
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-weight: 400;
}

.team-block .gallery-item__title strong {
  font-weight: inherit;
}

.team-block .gallery-item__pre-title {
  width: 100%;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  pointer-events: none;
  margin-bottom: 10px;
}

.fancybox-bg.purple-bg {
  background-color: rgba(43, 20, 84, 0.8);
}

.fancybox-close-small {
  right: 38px !important;
  top: 38px !important;
}

.fancybox-button svg path {
  fill: #1f1b28;
}

.profile-popup {
  max-width: 1125px;
  padding: 0;
}

.profile-popup__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 101px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.profile-popup .image-holder {
  width: 398px;
  height: 398px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 48px;
  position: relative;
}

.profile-popup .image-holder img,
.profile-popup .image-holder picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-popup .text-holder {
  max-width: 452px;
  width: 100%;
  padding-top: 12px;
  color: #a6aaac;
  line-height: 1.875;
}

.profile-popup .text-holder .title {
  font-size: 40px;
  line-height: 1.375;
  letter-spacing: -0.5px;
  margin-bottom: 28px;
}

.profile-popup .text-holder .pre-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.7px;
  color: #01aedf;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profile-popup .profile-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.profile-popup .profile-socials li {
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-popup .profile-socials a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 3px;
}

.profile-popup .profile-socials a:hover {
  color: #a6aaac;
}

.stats {
  text-align: center;
  color: #1f1b28;
}

.stats__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1158px;
  margin: 0 auto 40px;
  padding: 0 24px;
}

.stats__item {
  max-width: 300px;
  width: 100%;
  margin: 0 35px;
}

.stats__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.stats__number strong {
  font-size: 45px;
  font-weight: 700;
  color: #01aedf;
}

.stats__number span {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 500;
  color: #7d7987;
}

.stats__bg {
  position: relative;
  margin-top: 20px;
  width: 100%;
  height: 2px;
  background-color: #dadee0;
}

.stats__gradient {
  -webkit-transition: -webkit-transform 2.5s ease-in-out;
  transition: -webkit-transform 2.5s ease-in-out;
  -o-transition: transform 2.5s ease-in-out;
  transition: transform 2.5s ease-in-out;
  transition: transform 2.5s ease-in-out, -webkit-transform 2.5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#01aedf),
    to(#01aedf)
  );
  background-image: -webkit-linear-gradient(left, #01aedf, #01aedf);
  background-image: -o-linear-gradient(left, #01aedf, #01aedf);
  background-image: linear-gradient(90deg, #01aedf, #01aedf);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.stats__description {
  font-size: 24px;
  line-height: 1.2;
}

.stats .h2 {
  margin-bottom: 40px;
}

.stats .h4 {
  margin-bottom: 15px;
}

.stats--top .stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.stats--top .stats__number {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.stats--top .stats__number span {
  color: #a6aaac;
}

.stats--top .h4 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  color: #a6aaac;
}

.partners-page {
  background-color: #f5f8f9;
}

.partners-types .block-title {
  max-width: 474px;
  font-size: 14px;
  line-height: 2;
  color: #9fa2a3;
  margin: 0 0 50px 45px;
}

.partners-types .block-title .title {
  font-size: 32px;
  line-height: 1.275;
}

.partners-types .types-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-types .text-icon-holder {
  max-width: 480px;
  padding: 0 24px;
  color: #9fa2a3;
}

.partners-types .text-icon-holder .icon-holder {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.partners-types .text-icon-holder .icon-holder img {
  width: 100%;
  height: auto;
}

.partners-types .text-icon-holder .text-holder .title {
  font-size: 24px;
  line-height: 1.375;
}

.partners-types .text-icon-holder .text-holder .text {
  font-size: 14px;
  line-height: 2;
}

.partners-types.four-col {
  text-align: center;
  margin-bottom: 50px;
}
.partners-types.four-col .block-title {
  max-width: 100%;
  margin: 0 0 50px;
  padding: 0;
}
.partners-types.four-col .block-title p {
  font-size: 18px;
}
.partners-types.four-col .text-icon-holder {
  flex: 0 0 25%;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.partners-types.four-col .types-wrapper {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.post {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  color: #a6aaac;
}
.post.full_width {
  max-width: 100%;
}

.post h1 {
  margin-bottom: 44px;
}

.post h2 {
  /*margin-bottom: 38px*/
}

.post h3 {
  margin-bottom: 32px;
  line-height: 1.45;
}

.post h4 {
  margin-bottom: 26px;
}

.post h5 {
  font-weight: 700;
  letter-spacing: 2px;
}

.post p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.5;
  color: #666a6b;
}

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

.post p + p {
  margin-top: 50px;
}

.post ol,
.post ul {
  margin-bottom: 30px;
}

.post ol:last-child,
.post ul:last-child {
  margin-bottom: 0;
}

.post ol li,
.post ul li {
  margin-bottom: 5px;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
  color: #666a6b;
}

.post ol li:last-child,
.post ul li:last-child {
  margin-bottom: 0;
}

.post ul {
  padding-left: 10px;
}

.post ul ol,
.post ul ul {
  margin-bottom: 0;
}

.post ul li {
  position: relative;
  padding: 4px 0 4px 17px;
}

.post ul li:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #01aedf;
}

.post ol ol,
.post ol ul {
  margin-bottom: 0;
}

.post ol > li {
  padding-left: 0;
}

.post ol > li:before {
  display: none;
}

.post blockquote {
  position: relative;
  margin: 30px 0;
  padding-top: 30px;
  color: #666a6b;
}

.post blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #01aedf;
}

.post blockquote cite {
  display: inline-block;
  margin-top: 18px;
  font-size: 16px;
  font-style: normal;
  line-height: 1.9;
  color: #a6aaac;
}

.post blockquote p,
.post blockquote p + p {
  margin: 0;
}

.post .aligncenter,
.post .alignright {
  display: block;
  margin-left: auto;
}

.post .aligncenter {
  margin-right: auto;
}

.post iframe {
  max-width: 100%;
}

.post .table-wrapper,
.post p,
.post pre {
  overflow-x: auto;
}

.capabilities-used {
  max-width: 818px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
  color: #1f1b28;
}

.capabilities-used__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.capabilities-used__list li {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  position: relative;
  margin-right: 24px;
  margin-top: 18px;
  padding-bottom: 3px;
  font-size: 14px;
}

.capabilities-used__list li:after {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #01aedf;
  opacity: 0;
}

.capabilities-used__list li.active,
.capabilities-used__list li:hover {
  color: #01aedf;
}

.capabilities-used__list li.active:after,
.capabilities-used__list li:hover:after {
  opacity: 1;
}

.capabilities-used__list a {
  color: inherit;
}

.capabilities-used .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
}

.results {
  max-width: 1033px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 45px;
}

.results__bg {
  position: relative;
  height: 370px;
}

.results__bg:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -45px;
  width: 274px;
  height: 184px;
  background-image: url(../images/svg/wide-dots.svg);
  background-size: cover;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.results__text {
  position: relative;
  width: 79.25%;
  margin: -22% auto 0;
  padding: 60px;
  border: 1px solid #dadee0;
  background-color: #fff;
}

.results__category {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #01aedf;
}

.results__title {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.45;
  color: #1f1b28;
}

.results p {
  font-size: 16px;
  line-height: 1.9;
  color: #a6aaac;
}

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

.results--no-decor .results__bg:after {
  display: none;
}

.case_study-inner {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  top: calc(50% + 40px);
  left: 3%;
  z-index: 6;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.case_study-inner.visible {
  opacity: 1;
}

.case_study-inner .remove_title {
  display: none;
}

.case_study-inner .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.case_study-inner .addtoany_list .a2a_svg.a2a_s__default {
  background: none !important;
}

.case_study-inner .addtoany_list a:not(:last-child) {
  margin-bottom: 10px;
}

.case_study-inner .addtoany_list a > span {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.case_study-inner .addtoany_list svg path {
  fill: #01aedf;
}

.jobs {
  max-width: 1218px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.jobs .title {
  margin-bottom: 36px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

.jobs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.jobs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 358px;
  width: 100%;
  margin: 0 16px 32px;
  padding: 32px;
  border: 1px solid #dadee0;
}

.jobs__item-title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.45;
  color: #1f1b28;
}

.jobs__item p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #9fa2a3;
}

.jobs__state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  color: #01aedf;
}

.jobs__state svg {
  display: inline-block;
  width: 11px;
  margin-right: 6px;
}

.jobs__contact {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 62px 46px;
  text-align: center;
}

.jobs__contact-title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.42;
}

.contact-form .jobs__contact .button-back,
.contact-form .jobs__contact .button-next,
.contact-form .jobs__contact .wpcf7-submit,
.jobs__contact .btn,
.jobs__contact .contact-form .button-back,
.jobs__contact .contact-form .button-next,
.jobs__contact .contact-form .wpcf7-submit {
  max-width: 168px;
  margin: 0 auto;
}

.side-tab-content {
  position: relative;
  padding: 0 24px;
}

.side-tab-content.has-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(55%, #fff),
    color-stop(0, #f5f8f9)
  );
  background-image: -webkit-linear-gradient(top, #fff 55%, #f5f8f9 0);
  background-image: -o-linear-gradient(top, #fff 55%, #f5f8f9 0);
  background-image: linear-gradient(180deg, #fff 55%, #f5f8f9 0);
}

.side-tab-content .title {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

.side-tab-content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1190px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 125px 215px 125px 140px;
  border: 1px solid #f5f8f9;
  background-color: #fff;
}

.side-tab-content__item {
  background-color: #fff;
}

.side-tab-content__item-category {
  display: none;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #01aedf;
}

.side-tab-content__item-title {
  margin-bottom: 17px;
  font-size: 28px;
  line-height: 1.14;
  color: #1f1b28;
}

.side-tab-content__item p {
  font-size: 16px;
  line-height: 1.88;
  color: #a6aaac;
}

.side-tab-content__item p:last-of-type {
  margin-bottom: 0;
}

.side-tab-content .swiper-container {
  max-width: 520px;
  width: 100%;
  margin: 0;
}

.side-tab-content .swiper-pagination {
  position: static;
  width: 30.5%;
  min-width: 180px;
  margin-right: 30px;
  z-index: 1;
}

.side-tab-content .swiper-pagination-bullet {
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.44;
  text-align: left;
  color: #1f1b28;
  background-color: transparent;
  opacity: 1;
}

.side-tab-content .swiper-pagination-bullet:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 10px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 8px 8px;
  border-color: transparent transparent currentColor;
  opacity: 0;
}

.side-tab-content .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

.side-tab-content .swiper-pagination-bullet-active {
  -webkit-transform: translate(18px);
  -ms-transform: translate(18px);
  transform: translate(18px);
  color: #01aedf;
}

.side-tab-content .swiper-pagination-bullet-active:before {
  opacity: 1;
}

.side-tab-content .swiper-nav {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 103px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
}

.side-tab-content .swiper-btn-next,
.side-tab-content .swiper-btn-prev {
  -webkit-transition: opacity 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #01aedf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.side-tab-content .swiper-btn-next svg,
.side-tab-content .swiper-btn-prev svg {
  width: 13px;
  height: 15px;
}

.side-tab-content .swiper-btn-next svg path,
.side-tab-content .swiper-btn-prev svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.side-tab-content .swiper-btn-next:hover:not(:focus),
.side-tab-content .swiper-btn-prev:hover:not(:focus) {
  cursor: pointer;
  background-color: #01aedf;
}

.side-tab-content .swiper-btn-next:hover:not(:focus) svg path,
.side-tab-content .swiper-btn-prev:hover:not(:focus) svg path {
  stroke: #fff;
}

.side-tab-content .swiper-btn-prev {
  left: 0;
}

.side-tab-content .swiper-btn-prev svg {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}

.side-tab-content .swiper-btn-prev svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.side-tab-content .swiper-btn-next {
  right: 0;
}

.side-tab-content .swiper-btn-next svg {
  left: 50%;
}

.side-tab-content .swiper-btn-next svg path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.side-tab-content .swiper-button-disabled {
  opacity: 0.3;
}

.text-bg-image {
  padding: 98px 24px 80px;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}

.text-bg-image,
.text-bg-image .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-bg-image .title-block {
  margin-bottom: 35px;
  text-align: center;
}

.text-bg-image .title-block .text {
  max-width: 426px;
  text-align: center;
  line-height: 2;
  font-size: 14px;
}

.text-bg-image .title {
  color: inherit;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
}

.text-bg-image .pre-title {
  color: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text-bg-image .content-block {
  width: 100%;
  max-width: 670px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-bg-image .text-icon-holder {
  max-width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.text-bg-image .text-icon-holder .title {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 5px;
}

.text-bg-image .text-icon-holder .icon-holder {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.review-cards.g-box {
  background: linear-gradient(45deg, #03abde, #6c07ae);
  background: url(../images/pricing-testimonials-bg.png) 50% 50% no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.review-cards .cards__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.review-cards .rating_image,
.review-cards .reviewer_photo {
  position: relative;
  top: 0;
  left: 0;
}
.review-cards .rating_image {
  height: auto;
  width: 120px;
  text-align: center;
}
.review-cards .reviewer_photo img {
  border-radius: 50%;
}
.review-cards .cards__item {
  border-radius: 6px;
  padding: 36px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.review-cards .cards__item .cards__item-title {
  display: block;
  font-weight: bold;
  text-align: center;
}
.review-cards .cards__item p {
  color: #000;
  font-weight: 500;
  line-height: 1.4;
}
.review-cards .cards__item p.reviewer_name {
  margin-bottom: 0;
}
.review-cards .cards__awards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  gap: 2em;
  padding: 2em 0 0;
}

.static-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 85px 0;
  background-color: #f5f8f9;
  position: relative;
}

.static-cards:after,
.static-cards:before {
  content: "";
  top: 20%;
  right: 7%;
  position: absolute;
  width: 93px;
  height: 64px;
  display: block;
  background-image: url(../images/svg/dots-4x3.svg);
}

.static-cards:after {
  top: 64%;
  right: auto;
  left: 6%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.static-cards.static-cards--no-decor:after,
.static-cards.static-cards--no-decor:before {
  display: none;
}

.static-cards .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  line-height: 2;
  font-size: 14px;
  padding: 0 24px;
  text-align: center;
}

.static-cards .title-block .title {
  font-size: 32px;
  line-height: 1.5;
}

.static-cards .title-block .pre-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 2px;
  color: #01aedf;
}

.static-cards .cards-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 970px;
  margin-bottom: 32px;
}

.static-cards .cards-holder .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 262px;
  padding: 15px;
  margin: 0 15px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #dadee0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.static-cards .cards-holder .card:first-child .card__name:after,
.static-cards .cards-holder .card:first-child .card__value-holder:after {
  background-color: #c6e9f3;
}

.static-cards .cards-holder .card:nth-child(2) .card__name:after,
.static-cards .cards-holder .card:nth-child(2) .card__value-holder:after {
  background-color: #f0e9c3;
}

.static-cards .cards-holder .card:nth-child(3) .card__name:after,
.static-cards .cards-holder .card:nth-child(3) .card__value-holder:after {
  background-color: #e6ddf7;
}

.static-cards .cards-holder .card__name {
  font-size: 24px;
  display: inline-block;
  width: 100%;
  color: #1f1b28;
  line-height: 2;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 28px;
}

.static-cards .cards-holder .card__name:after {
  content: "";
  display: block;
  height: 10px;
  margin-top: 4px;
}

.static-cards .cards-holder .card__value-holder {
  width: 100%;
}

.static-cards .cards-holder .card__value-holder:after {
  content: "";
  display: block;
  height: 1px;
  margin: 28px 0 30px;
}

.static-cards .cards-holder .card__text {
  line-height: 1.5;
  margin-bottom: 8px;
}

.static-cards .cards-holder .card .large-text {
  color: #1f1b28;
  font-size: 24px;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 12px;
}

.static-cards .cards-holder .card .value {
  display: inline-block;
  color: #1f1b28;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 7px;
}

.static-cards .cards-holder .card .value:after {
  content: "%";
  font-size: 36px;
}

.static-cards .cards-holder .card .value-description {
  line-height: 2;
}

.multi-image-copy {
  padding: 0 24px;
}

.multi-image-copy.has-bg {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f8f9;
}

.multi-image-copy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1217px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.multi-image-copy__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 52px;
}

.multi-image-copy__item:last-child .multi-image-copy__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.multi-image-copy__item:last-child
  .multi-image-copy__media-inner
  + .multi-image-copy__media-inner {
  margin-left: 9.5%;
}

.multi-image-copy__item:last-child .multi-image-copy__text-inner {
  margin-left: auto;
}

.multi-image-copy__item p {
  font-size: 14px;
  line-height: 2;
  color: #9fa2a3;
}

.multi-image-copy__item p:last-child {
  margin-bottom: 0;
}

.multi-image-copy__media,
.multi-image-copy__text {
  max-width: 553px;
  width: 50%;
  margin: 0 16px;
}

.multi-image-copy__media-inner img {
  display: block;
}

.multi-image-copy__text-inner {
  max-width: 490px;
}

.multi-image-copy__category {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #01aedf;
}

.multi-image-copy__title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.5;
  color: #1f1b28;
}

.multi-image-copy--flipped .multi-image-copy__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.multi-image-copy--flipped .multi-image-copy__item:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.multi-image-copy--flipped
  .multi-image-copy__item:last-child
  .multi-image-copy__text-inner {
  margin-left: 0;
}

.multi-image-copy--flipped
  .multi-image-copy__item
  .multi-image-copy__text-inner {
  margin-left: auto;
}

.locations--no-decor .locations__list:before {
  display: none;
}

.locations .title {
  margin-bottom: 55px;
  padding: 0 24px;
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
}

.locations__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 976px;
  margin: 0 auto;
}

.locations__list:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -20px;
  width: 243px;
  height: 243px;
  background-image: url(../images/svg/square-dot-purple.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.locations__item {
  position: relative;
  max-width: 456px;
  width: 100%;
  margin: 0 16px 30px;
  border: 1px solid #dadee0;
  border-top: 0;
}

.locations__img {
  width: calc(100% + 2px);
  min-height: 225px;
  margin-left: -1px;
  background-color: #f5f8f9;
}

.locations__img img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.locations__body {
  padding: 32px 32px 40px;
}

.locations__category {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #01aedf;
}

.locations__address {
  max-width: 270px;
  width: 100%;
  margin-bottom: 18px;
  font-size: 24px;
  font-style: normal;
  line-height: 1.6;
  color: #1f1b28;
}

.locations__links .cta-link {
  color: #01aedf;
}

.locations__links .cta-link:not(:last-child) {
  margin-right: 32px;
}

@media (min-width: 768px) {
  .header-top.desktop {
    display: none;
  }
  .featured-resource.cloned {
    display: none;
  }
  .video-link:active,
  .video-link:hover {
    background-color: #01aedf;
  }
  .video-link:active:after,
  .video-link:hover:after {
    border-color: transparent transparent transparent #fff;
  }
}

@media (min-width: 980px) {
  .header-top.desktop {
    display: none;
  }
  .banner--no-decor .banner-decor,
  .banner--no-decor .dot-square {
    display: none !important;
  }
  .page-template-pricing .banner {
    display: flex;
    height: auto;
    padding-bottom: 150px;
    align-items: center;
    margin-top: 60px;
  }
  .page-template-pricing .banner--user-select .banner-caption.no-margin {
    margin-top: 0;
  }
  .page-template-pricing .banner-image-left,
  .page-template-pricing .banner-image-right {
    display: block;
  }
}

@media (min-width: 1025px) {
  .header-top.desktop {
    display: none;
  }
  .g-form-wrapper[data-popup="true"] .g-form__aside-inner .g-form__content {
    display: none;
  }
  .page-template-why-jazzhr .banner--video {
    height: 100vh;
    min-height: 0;
  }
  .full-page .content.content--reactive,
  .full-page .fw-image {
    height: calc(100vh - 80px);
  }
  .full-page .content .link,
  .full-page .content__category,
  .full-page .content__media,
  .full-page .content__title,
  .full-page .content p {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  .full-page .content__media {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  .full-page .content__title {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .full-page .content p {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .full-page .content .link {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .full-page .fw-image .link,
  .full-page .fw-image__category,
  .full-page .fw-image__title,
  .full-page .fw-image p {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  .full-page .fw-image__title {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  .full-page .fw-image p {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .full-page .fw-image .link {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

@media (min-width: 1200px) {
  .header-top.desktop {
    display: flex;
  }
  .contact-form .has-fixed-header .header .button-back,
  .contact-form .has-fixed-header .header .button-next,
  .contact-form .has-fixed-header .header .wpcf7-submit,
  .contact-form .header--white .button-back,
  .contact-form .header--white .button-next,
  .contact-form .header--white .wpcf7-submit,
  .has-fixed-header .header .btn,
  .has-fixed-header .header .contact-form .button-back,
  .has-fixed-header .header .contact-form .button-next,
  .has-fixed-header .header .contact-form .wpcf7-submit,
  .header--white .btn,
  .header--white .contact-form .button-back,
  .header--white .contact-form .button-next,
  .header--white .contact-form .wpcf7-submit {
    color: #fff;
    border-color: #01aedf;
    background-color: #01aedf;
  }
  .contact-form .has-fixed-header .header .button-back:hover,
  .contact-form .has-fixed-header .header .button-next:hover,
  .contact-form .has-fixed-header .header .wpcf7-submit:hover,
  .contact-form .header--white .button-back:hover,
  .contact-form .header--white .button-next:hover,
  .contact-form .header--white .wpcf7-submit:hover,
  .has-fixed-header .header .btn:hover,
  .has-fixed-header .header .contact-form .button-back:hover,
  .has-fixed-header .header .contact-form .button-next:hover,
  .has-fixed-header .header .contact-form .wpcf7-submit:hover,
  .header--white .btn:hover,
  .header--white .contact-form .button-back:hover,
  .header--white .contact-form .button-next:hover,
  .header--white .contact-form .wpcf7-submit:hover {
    color: #01aedf;
    background-color: transparent;
  }
  .main-menu .cloned {
    display: none;
  }
  .visible-nav {
    overflow-y: auto;
  }
}

@media (min-width: 2560px) {
  .pricing-slider-holder {
    width: 85%;
  }
  .pricing-slider-holder .swiper-container {
    width: 1610px;
  }
}

@media (max-width: 1559px) {
  .pricing-slider-holder .swiper-container {
    width: 950px;
  }
}

@media (max-width: 1439px) {
  .pricing-slider-holder {
    padding: 72px 0 52px 8.5%;
  }
  .pricing-slider-holder .text-block {
    margin-right: 14.5%;
  }
}

@media (max-width: 1199px) {
  .header-top {
    display: none;
  }
  .header-top-list {
    display: block;
    margin-right: 0;
    text-align: center;
    color: #7d7987;
  }
  .header-top-list li:not(:last-child) {
    margin-bottom: 19px;
    margin-right: 0;
  }
  .header-top-list li {
    margin-right: 0;
  }
  .header-main {
    padding: 26px 24px 25px;
  }
  .contact-form .header-main > .button-back,
  .contact-form .header-main > .button-next,
  .contact-form .header-main > .wpcf7-submit,
  .header-main > .btn {
    display: none;
  }
  .header .decor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header--white + #main {
    padding-top: 82px;
  }
  .footer__columns {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__col {
    min-width: 0;
  }
  .contact-form .header .button-back,
  .contact-form .header .button-next,
  .contact-form .header .wpcf7-submit,
  .header .btn,
  .header .contact-form .button-back,
  .header .contact-form .button-next,
  .header .contact-form .wpcf7-submit {
    width: 100%;
    font-size: 16px;
    padding: 14px 46px 15px;
  }
  [class^="has-icon-"] svg circle,
  [class^="has-icon-"] svg path {
    fill: #7d7987;
  }
  .has-icon-login svg,
  .login:before {
    display: none;
  }
  .login {
    max-width: 300px;
    width: 100%;
    margin-top: 24px;
    padding: 0;
    border: 0;
  }
  .main-menu {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 25px 0;
    background-color: #f5f8f9;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
  }
  .visible-nav .main-menu {
    opacity: 1;
    visibility: visible;
  }
  .main-nav {
    width: 100%;
    margin: 0 0 60px;
  }
  .main-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-nav li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2px;
  }
  .main-nav li.current-menu-item a {
    color: #281330;
    font-weight: 600;
  }
  .main-nav a {
    min-width: 150px;
    padding: 17px 0 18px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #2e2f32;
  }
  .main-nav a:after {
    bottom: 0;
    background-color: #dadee0;
    opacity: 1;
  }
  .toggle-nav {
    display: block;
  }
  .g-form__aside-meta [class^="has-icon"] svg circle,
  .g-form__aside-meta [class^="has-icon"] svg path {
    fill: #fff;
  }
  .banner--content-left,
  .banner--content-right {
    padding: 0 6%;
  }
  .banner--video .title {
    font-size: 40px;
  }
  .banner--video.banner--content-left,
  .banner--video.banner--content-right {
    padding: 0 6%;
  }
  .cta-img__text {
    padding: 0 24px;
  }
  .full-page-nav {
    left: 1.75%;
  }
  .featured-slider__text {
    width: 40%;
  }
  .featured-slider__text .swiper-slide {
    padding: 40px 32px 25px;
  }
  .featured-slider__media {
    width: 60%;
    height: 400px;
  }
  .faq-search:before {
    width: 250px;
    height: 176px;
  }
  .faq-search:after {
    width: 250px;
    height: 87px;
  }
  .proof__text {
    margin: 0 auto;
  }
  .scroll-section .sub-section {
    padding: 0 95px;
  }
  .about__media {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    min-width: 260px;
  }
  .about__media,
  .about__text:not(:last-of-type) {
    margin-right: 24px;
  }
  .about .subtitle,
  .about__text p {
    margin-bottom: 10px;
  }
  .team-members {
    padding-bottom: 60px;
  }
  .team-members .title {
    margin-bottom: 70px;
    font-size: 40px;
  }
  .team-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 45px;
    padding: 0;
  }
  .team-block:last-of-type {
    margin-bottom: 0;
  }
  .team-block .title {
    text-align: center;
    font-size: 27px;
  }
  .team-block__description {
    text-align: center;
    padding: 0 24px;
    margin: 0 0 25px;
  }
  .profile-popup {
    max-width: 80%;
  }
  .profile-popup__inner {
    padding: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile-popup .image-holder {
    margin-right: 24px;
  }
  .profile-popup .text-holder {
    max-width: 398px;
  }
  .partners-types .block-title {
    margin: 0 0 40px 24px;
  }
  .side-tab-content__box {
    padding: 80px 100px;
  }
}

@media (max-width: 1024px) {
  .page-template-why-jazzhr .footer {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .page-template-why-jazzhr {
    overflow-y: auto;
  }
  .g-form-wrapper .fancybox-close-small svg path {
    fill: #fff;
  }
  .g-form-wrapper[data-popup="true"] .g-form__aside {
    /*min-height:100vh*/
  }
  .g-form__aside {
    width: 100%;
    min-height: 100px;
  }
  .g-form-wrapper[data-popup="true"] {
    max-width: 90%;
  }
  .g-form__aside-inner {
    padding-top: 80px;
  }
  .g-form__aside-text {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .g-form__aside-meta {
    display: none;
  }
  .g-form__aside .logo {
    top: 44px;
    left: 24px;
  }
  .g-form__content {
    width: calc(100% - 48px);
    margin: -100px auto 0;
    padding: 32px;
  }
  .g-form__content .title {
    margin-bottom: 20px;
    text-align: center;
  }
  .g-form .step-number {
    display: none;
  }
  .g-form .step-dots {
    right: 50%;
    bottom: 24px;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  .contact-form h3 {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 1.33;
    text-align: center;
  }
  .contact-form .row-wrapper .row {
    width: 100%;
  }
  .contact-form .row label {
    padding-left: 9px;
  }
  .contact-form .row-text .row {
    width: 100%;
  }
  .contact-form .row-text .row:last-child {
    width: auto;
    padding-top: 2px;
    font-size: 14px;
  }
  .contact-form .wpcf7-number,
  .contact-form .wpcf7-text,
  .contact-form .wpcf7-textarea {
    padding-left: 9px;
  }
  .contact-form span.wpcf7-not-valid-tip {
    margin-left: 6px;
  }
  .contact-form .button-back,
  .contact-form .button-next,
  .contact-form .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
  }
  .g-form-wrapper[data-popup="true"] .g-form__aside-inner {
    max-width: 100%;
    padding-bottom: 25px;
    text-align: inherit;
  }
  .g-form-wrapper[data-popup="true"] .g-form__aside-text {
    /*display:none*/
  }
  .g-form-wrapper[data-popup="true"] .g-form__aside-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-form-wrapper[data-popup="true"] .g-form__content {
    width: 100%;
    padding-bottom: 75px;
    margin: 10px auto 15px;
  }
  .case_study-inner,
  .g-form-wrapper[data-popup="true"] .g-form > .g-form__content {
    /*display:none*/
  }
}

@media (max-width: 1023px) {
  .banner {
    margin-bottom: 215px;
  }
  .banner--no-decor,
  .banner--user-select,
  .banner--video {
    margin-bottom: 0;
  }
  .content.content--reactive {
    padding: 80px 0;
  }
  .full-page-nav {
    display: none;
  }
  .static-cards .cards-holder {
    padding: 0 24px;
  }
}

@media (max-width: 979px) {
  .locations__img {
    min-height: 0;
  }
  .footer {
    padding: 40px 0;
  }
  .footer__columns {
    margin-bottom: 0;
  }
  .footer__col {
    margin-bottom: 30px;
  }
  .footer__col,
  .footer__col--featured {
    max-width: none;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
  }
  .awards {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .video-link {
    position: absolute;
    width: 84px;
    height: 84px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .video-link:after {
    border-width: 10px 0 10px 20px;
    -webkit-transform: translateX(3px);
    -ms-transform: translateX(3px);
    transform: translateX(3px);
  }
  .banner--video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 24px 40px;
  }
  .banner--video .banner-decor {
    display: none;
  }
  .banner--video .dot-square-holder .banner-decor {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    visibility: visible;
  }
  .banner--video.banner--no-decor .dot-square-holder {
    height: auto;
  }
  .banner--video.banner--no-decor .video-link {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .banner--video.banner--content-left .dot-square-holder,
  .banner--video.banner--content-right .dot-square-holder {
    height: 214px;
  }
  .banner--video.banner--content-left .dot-square-holder .dot-square,
  .banner--video.banner--content-right .dot-square-holder .dot-square {
    display: none;
  }
  .banner--video.banner--content-left .dot-square-holder .banner-decor,
  .banner--video.banner--content-right .dot-square-holder .banner-decor {
    display: block;
  }
  .banner--video.banner--content-left .video-link,
  .banner--video.banner--content-right .video-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -35%, 0);
    transform: translate3d(-50%, -35%, 0);
  }
  .banner--video.banner--content-left .video-link.show,
  .banner--video.banner--content-right .video-link.show {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .banner--video.banner--content-left .banner-caption p,
  .banner--video.banner--content-right .banner-caption p {
    margin-bottom: 37px;
  }
  .banner-left-right .media-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 234px;
  }
  .banner-left-right .title {
    font-size: 32px;
  }
  .banner--image.banner--content-right .banner-media {
    padding-left: 0;
    padding-right: 10%;
  }
  .banner--image .banner-media {
    padding-right: 0;
  }
  .logo-wall .logo-item {
    min-width: 0;
    width: 33.33%;
  }
  .selectric .label {
    padding-left: 12px;
  }
  .selectric-items {
    max-width: 100%;
    left: 0;
    top: calc(100% + 5px);
    padding: 0 16px;
  }
  .selectric-items li {
    padding: 16px 9px;
  }
  .overlap__inner {
    display: block;
    padding-bottom: 0;
  }
  .overlap__media {
    overflow: hidden;
  }
  .overlap__media:after {
    top: calc(100% - 110px);
  }
  .overlap__text {
    position: relative;
    margin-right: auto;
    margin-top: -75px;
    padding: 40px 32px;
  }
  .cards__item {
    padding: 80px 34px 50px;
  }
  .cards__item-title {
    min-height: 0;
    font-size: 24px;
    line-height: 1.35;
  }
  .page-template-careers .cards__item {
    padding: 52px 34px;
  }
  .content__text-inner {
    padding: 0 14px;
  }
  .cta-full:after {
    display: none;
  }
  .cta-img__media {
    padding-right: 24px;
  }
  .dot-square-holder {
    width: 214px;
    height: 214px;
  }
  .fw-image__text-inner {
    padding: 0 14px;
  }
  .featured-slider__text .title {
    font-size: 24px;
  }
  .featured-slider__media {
    height: 350px;
  }
  .filter-list,
  .thumbs-grid {
    padding: 0;
  }
  .thumbs-grid.decorated:after {
    display: none;
  }
  .thumb-item {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .thumb-item:nth-child(3n) {
    margin-right: 4%;
  }
  .thumb-item:nth-child(2n) {
    margin-right: 0;
  }
  .pagination {
    padding: 0;
  }
  .masthead--lg .title {
    font-size: 28px;
  }
  .masthead--lg .title:before {
    display: none;
  }
  .pricing-plan {
    margin: 40px 0;
  }
  .pricing__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .pricing__card {
    padding: 14px;
  }
  .has-selected-plan .pricing__card-wrapper.selected {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .pricing-slider-holder {
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .pricing-slider-holder .text-block {
    width: 100%;
    padding: 0 64px 40px 24px;
    background-color: #fff;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .pricing-slider-holder .swiper-container {
    padding-bottom: 107px;
    width: 100%;
    margin: 0 auto;
    background-color: #f5f8f9;
  }
  .pricing-slider-holder .swiper-nav {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 36px;
  }
  .pricing-slider-holder .swiper-btn-next,
  .pricing-slider-holder .swiper-btn-prev {
    width: 34px;
    height: 34px;
  }
  .pricing-slider-holder .swiper-btn-next svg,
  .pricing-slider-holder .swiper-btn-prev svg {
    width: 10px;
    height: 12px;
  }
  .pricing-slider-holder .swiper-btn-prev {
    margin-right: 19px;
  }
  .pricing .cta-centered .cta-centered__holder {
    display: block;
    padding: 0 0.5em;
  }
  .pricing .cta-centered .cta-centered__holder .cta-buttons {
    gap: 1em;
    margin-top: 1em;
    max-width: none;
  }
  .pricing .cta-centered .cta-centered__holder .cta-buttons a {
    background-color: #01aedf;
    margin: 0 auto;
    z-index: 1;
  }
  .review-cards .cards__list {
    display: block;
  }
  .featured-grid__list {
    padding: 0 35px;
  }
  .featured-grid__item {
    max-width: 100%;
    width: 46%;
    margin: 0 2% 50px;
  }
  .proof__text {
    padding: 50px 22px 30px;
  }
  .scroll-section .sub-section {
    padding: 0 24px;
  }
  .inset-img__media:after {
    display: none;
  }
  .image-slider .swiper-container .swiper-pagination {
    top: 17px;
  }
  .image-slider .swiper-btn-next,
  .image-slider .swiper-btn-prev {
    width: 34px;
    height: 34px;
  }
  .image-slider .swiper-btn-next svg,
  .image-slider .swiper-btn-prev svg {
    width: 10px;
    height: 12px;
  }
  .image-slider .controls {
    height: 34px;
  }
  .team-block .gallery-item {
    width: 33.33%;
    height: auto;
    padding-bottom: 33.33%;
  }
  .stats__item {
    margin: 0 10px;
  }
  .stats__number strong {
    font-size: 40px;
  }
  .capabilities-used__list li {
    margin-top: 23px;
  }
  .results {
    padding: 0;
    overflow: hidden;
  }
  .side-tab-content__box {
    padding: 60px 40px;
  }
  .static-cards:after,
  .static-cards:before {
    display: none;
  }
  .static-cards .cards-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 0;
  }
  .static-cards .cards-holder .card {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .g-box {
    margin: 80px 0;
  }
  .partners-types.g-box + .partners-types.g-box {
    margin-bottom: 0px;
  }
  .post.full_width {
    padding: 0px;
  }
  .header-top-list {
    font-size: 10px;
  }
  .footer__columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .footer__col {
    margin-bottom: 0;
  }
  .footer__col:not(.footer__col--featured) {
    margin-right: 0;
  }
  .footer__col--featured {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 44px;
  }
  .footer__col--featured .footer__col-inner {
    border-bottom: 0;
  }
  .footer__col--featured .footer__title {
    margin-bottom: 0;
    padding: 10px 0 9px;
    font-size: 24px;
    letter-spacing: 0.2px;
  }
  .footer__col-inner {
    position: relative;
    border-bottom: 1px solid #a6aaac;
  }
  .footer__col-inner:after {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 24px;
    right: 17px;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-image: url(../images/svg/angle-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    pointer-events: none;
  }
  .footer__col-inner.expanded:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .footer__col-inner.expanded ul {
    max-height: 100vh;
    overflow-y: auto;
  }
  .footer__col-inner + .footer__col-inner {
    margin-top: 0;
  }
  .footer__col ul {
    -webkit-transition: max-height 0.3s ease-in-out;
    -o-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
  .footer__col ul li {
    margin-bottom: 5px;
  }
  .footer__col ul li:last-child {
    margin-bottom: 14px;
    padding-bottom: 14px;
  }
  .footer__col ul li:first-child {
    margin-bottom: 5px;
  }
  .footer__col ul li:first-child a {
    padding: 7px 0;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.6px;
    color: #666a6b;
  }
  .footer__title {
    margin-bottom: 0;
    padding: 16px 0;
    display: block;
  }
  .footer__info {
    padding-top: 20px;
    border-bottom: 0;
  }
  .footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .footer__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #a6aaac;
  }
  .footer__meta {
    margin-left: 0;
    margin-top: 10px;
  }
  .footer__meta li:not(:last-child) {
    margin-right: 17px;
    padding-right: 17px;
  }
  .btn,
  .contact-form .button-back,
  .contact-form .button-next,
  .contact-form .wpcf7-submit {
    max-width: 300px;
    width: 100%;
  }
  [class^="has-icon-"] {
    font-size: 12px;
  }
  .main-nav {
    margin-bottom: 42px;
  }
  .connect-form .row input {
    padding-left: 0;
  }
  .connect-form .row label {
    top: 25px;
    left: 0;
    font-size: 16px;
  }
  .footer .connect-form {
    margin-bottom: 0;
  }
  .g-form__aside .h1,
  .g-form__aside h1 {
    font-size: 40px;
    line-height: 1.65;
  }
  .g-form__aside .h2,
  .g-form__aside h2 {
    font-size: 24px;
  }
  .contact-form div.wpcf7-response-output {
    padding: 0;
  }
  .contact-form .button-back {
    margin-bottom: 5px;
  }
  .contact-form .action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .contact-form div.wpcf7 .ajax-loader {
    position: relative;
    display: none;
    margin-top: 5px;
  }
  .featured-resource {
    display: none;
    margin-top: 50px;
  }
  .awards {
    display: none;
  }
  .footer .social {
    position: relative;
    top: -4px;
    margin-left: 0;
    margin-right: 0;
    max-height: none;
  }
  .banner--content-left,
  .banner--content-right {
    padding: 0 24px;
  }
  .banner--sm {
    height: 512px;
    margin-bottom: 80px;
  }
  .banner--sm .banner-caption {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .banner--sm .banner-caption p {
    margin-bottom: 30px;
  }
  .banner-decor {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .banner-caption {
    -webkit-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    transform: translateY(-16px);
  }
  .banner--content-left .banner-caption,
  .banner--content-right .banner-caption {
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .banner-caption .title,
  .banner-caption .title > h1 {
    margin-bottom: 24px;
    font-size: 40px;
    letter-spacing: 0.9px;
  }
  .banner-caption p {
    margin-bottom: 40px;
    line-height: 1.9;
    letter-spacing: 0.4px;
  }
  .banner-caption .btn,
  .banner-caption .contact-form .button-back,
  .banner-caption .contact-form .button-next,
  .banner-caption .contact-form .wpcf7-submit,
  .contact-form .banner-caption .button-back,
  .contact-form .banner-caption .button-next,
  .contact-form .banner-caption .wpcf7-submit {
    max-width: 300px;
  }
  .banner--video .title {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .banner--video .dot-square-holder .banner-decor {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .banner--video.banner--content-left,
  .banner--video.banner--content-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 100px 24px 40px;
  }
  .fancybox-slide {
    padding: 0;
  }
  .fancybox-slide .popup-overlay .video-link {
    width: 65px;
    height: 65px;
  }
  .banner--user-select:after,
  .banner--user-select:before {
    display: none;
  }
  .banner--user-select .banner-caption {
    margin-top: 106px;
  }
  .banner--user-select .banner-caption .title {
    margin-bottom: 28px;
  }
  .banner--user-select .user-select,
  .banner--user-select .user-select__row {
    padding: 0;
  }
  .banner--user-select .user-select__dropdown .reset-btn {
    top: 7px;
    right: -7px;
  }
  .banner--user-select .user-select__selected {
    padding: 0 25px 0 5px;
  }
  .banner--user-select .user-select__selected:after {
    right: 2px;
  }
  .banner--user-select .user-select__label {
    margin-bottom: 16px;
  }
  .banner--user-select .user-select__list {
    padding-top: 0;
    border: 1px solid #dadee0;
    border-top: 0;
  }
  .banner--user-select .user-select__list li {
    margin: 0 14px;
  }
  .banner-left-right {
    margin-bottom: 185px;
    padding: 0;
  }
  .banner-left-right .banner-decor.purple,
  .banner-left-right .banner-decor.white {
    left: 50%;
    bottom: -105px;
  }
  .banner-left-right .banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-left-right .media-holder {
    min-height: 0;
    padding-left: 24px;
  }
  .banner-left-right .text-holder {
    margin-bottom: 32px;
  }
  .banner-left-right .text-holder__inner {
    margin-left: 0;
  }
  .banner-left-right .media-holder,
  .banner-left-right .text-holder {
    width: 100%;
  }
  .banner-left-right .category {
    margin-bottom: 9px;
  }
  .banner-left-right .link {
    margin-top: 26px;
  }
  .banner-left-right.banner--content-right .banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner-left-right.banner--content-right .banner-decor.purple,
  .banner-left-right.banner--content-right .banner-decor.white {
    left: 50%;
    right: auto;
  }
  .banner--image,
  .banner-left-right.banner--no-decor {
    margin-bottom: 0;
  }
  .banner--image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    padding: 32px 24px 40px;
  }
  .banner--image,
  .banner--image.banner--content-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner--image .banner-caption {
    margin-bottom: 30px;
    text-align: left;
  }
  .banner--image .banner-media {
    padding: 0;
  }
  .banner--image .banner-media-inner {
    width: 81%;
  }
  .banner--image .banner-decor {
    display: none;
  }
  .logo-wall {
    margin-bottom: 82px;
    padding: 0 14px;
  }
  .logo-wall .link {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: inline-block;
    padding: 0 10px;
    opacity: 1;
    visibility: visible;
  }
  .logo-wall .logo-list {
    margin-bottom: 12px;
    padding: 0;
  }
  .logo-wall .logo-item {
    width: 50%;
    margin: 0 0 50px;
  }
  .user-select__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }
  .user-select__title {
    margin-bottom: 26px;
    text-align: center;
    line-height: 1.44;
  }
  .user-select__label {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .user-select__dropdown.expanded .user-select__list {
    height: 100%;
  }
  .user-select__selected {
    padding-left: 8px;
  }
  .user-select__selected:after {
    top: 20px;
  }
  .user-select__list {
    position: relative;
    height: 0;
    padding: 9px 0 0;
    border: 0;
  }
  .user-select__link {
    padding: 16px 8px;
  }
  .overlap__inner {
    padding: 0 24px;
  }
  .overlap__media {
    width: calc(100% + 48px);
    margin-left: -24px;
  }
  .overlap__text ul {
    margin-bottom: 20px;
  }
  .overlap__text li {
    padding: 4px 0 4px 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .overlap__text li:before {
    left: -4px;
  }
  .overlap__title {
    margin-bottom: 26px;
    font-size: 24px;
    line-height: 1.35;
  }
  .overlap .container {
    padding: 0;
  }
  .up-cards__list {
    margin-bottom: 9px;
  }
  .up-cards__title {
    margin-bottom: 43px;
    font-size: 28px;
    line-height: 1.3;
  }
  .up-cards__item {
    margin: 0;
    padding: 32px 10px 25px;
  }
  .up-cards__item:last-child {
    margin-bottom: 0;
  }
  .up-cards__item .img-holder {
    margin-bottom: 15px;
  }
  .up-cards__item p {
    padding: 0 14px;
    text-align: center;
  }
  .up-cards__item-title {
    text-align: center;
  }
  .cards__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cards__item {
    padding-top: 108px;
    margin: 0 24px 40px;
  }
  .cards__item:last-of-type {
    margin-bottom: 0;
  }
  .cards__title {
    margin-bottom: 32px;
    padding: 0 24px;
    font-size: 24px;
    text-align: center;
  }
  .page-template-careers .cards {
    margin-top: -180px;
  }
  .page-template-careers .cards__list {
    padding: 0 24px;
  }
  .page-template-careers .cards__item:last-child {
    margin-bottom: 0;
  }
  .page-template-careers .cards__item {
    display: block;
    width: 100%;
    margin: 0 0 40px;
  }
  .page-template-careers .cards__item-title {
    height: auto !important;
  }
  .content {
    display: block;
    padding: 0;
  }
  .content__media,
  .content__text {
    width: 100%;
  }
  .content__media {
    margin-bottom: 85px;
    padding: 0 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content__media-inner {
    margin: 0;
  }
  .content__text {
    padding: 0 24px;
  }
  .content__text li {
    padding: 4px 0 4px 12px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .content__text li:before {
    left: -4px;
  }
  .content__text .link {
    margin-top: 26px;
  }
  .content__text-inner {
    padding: 0;
  }
  .content__category {
    margin-bottom: 9px;
  }
  .content--reverse .content__media {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .content--reverse .content__text {
    padding: 0 24px;
  }
  .content--no-decor .content__media {
    margin-bottom: 42px;
  }
  .content.content--reactive.content--has-bg {
    background-image: -webkit-gradient(
      linear,
      left bottom,
      left top,
      color-stop(76%, #f6f9fa),
      color-stop(0, transparent)
    );
    background-image: -webkit-linear-gradient(
      bottom,
      #f6f9fa 76%,
      transparent 0
    );
    background-image: -o-linear-gradient(bottom, #f6f9fa 76%, transparent 0);
    background-image: linear-gradient(0deg, #f6f9fa 76%, transparent 0);
  }
  .content.content--reactive .content__media-inner {
    padding: 0 24px;
    height: auto;
  }
  .g-box.content .content__media-inner {
    height: auto;
    padding-bottom: 0;
  }
  .cta-full {
    padding-bottom: 50px;
  }
  .cta-full--left .cta-full__text {
    margin-left: auto;
  }
  .cta-full__text {
    min-width: 0;
    width: 100%;
    margin: 0 auto;
    padding: 57px 0 0;
    text-align: center;
  }
  .cta-full__title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta-full .cta-buttons {
    margin-top: 40px;
  }
  .contact-form .cta-full .cta-buttons .button-back,
  .contact-form .cta-full .cta-buttons .button-next,
  .contact-form .cta-full .cta-buttons .wpcf7-submit,
  .cta-full .cta-buttons .btn,
  .cta-full .cta-buttons .contact-form .button-back,
  .cta-full .cta-buttons .contact-form .button-next,
  .cta-full .cta-buttons .contact-form .wpcf7-submit {
    margin-right: 0;
    margin-bottom: 31px;
  }
  .cta-centered .title {
    font-size: 24px;
    margin-bottom: 38px;
  }
  .cta-centered .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-form .cta-centered .cta-buttons .button-back,
  .contact-form .cta-centered .cta-buttons .button-next,
  .contact-form .cta-centered .cta-buttons .wpcf7-submit,
  .cta-centered .cta-buttons .btn,
  .cta-centered .cta-buttons .contact-form .button-back,
  .cta-centered .cta-buttons .contact-form .button-next,
  .cta-centered .cta-buttons .contact-form .wpcf7-submit {
    max-width: 300px;
  }
  .contact-form .cta-centered .cta-buttons .button-back:not(:last-child),
  .contact-form .cta-centered .cta-buttons .button-next:not(:last-child),
  .contact-form .cta-centered .cta-buttons .wpcf7-submit:not(:last-child),
  .cta-centered .cta-buttons .btn:not(:last-child),
  .cta-centered .cta-buttons .contact-form .button-back:not(:last-child),
  .cta-centered .cta-buttons .contact-form .button-next:not(:last-child),
  .cta-centered .cta-buttons .contact-form .wpcf7-submit:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .cta .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .contact-form .cta .button-back,
  .contact-form .cta .button-next,
  .contact-form .cta .wpcf7-submit,
  .cta .btn,
  .cta .contact-form .button-back,
  .cta .contact-form .button-next,
  .cta .contact-form .wpcf7-submit {
    margin-left: 0;
    margin-top: 30px;
  }
  .cta-split__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 24px;
  }
  .cta-split__item {
    width: 100%;
    padding: 0;
  }
  .cta-split__item:last-child {
    margin-top: 60px;
    padding-top: 55px;
  }
  .cta-split__item:last-child:before {
    width: 100%;
    height: 2px;
  }
  .cta-split__item-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .cta-img,
  .cta-img.cta-img--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 24px;
  }
  .cta-img__media,
  .cta-img__text {
    width: 100%;
  }
  .cta-img__text {
    padding: 0;
    text-align: center;
  }
  .cta-img__text-inner {
    margin: 0 auto;
  }
  .cta-img__media {
    margin-bottom: 40px;
    padding: 0;
  }
  .cta-img .title {
    font-size: 24px;
    line-height: 1.33;
  }
  .cta-img .cta-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cta-img .cta-buttons a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 24px;
  }
  .fw-image {
    padding: 100px 0;
  }
  .fw-image,
  .fw-image__text {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .fw-image__text {
    width: 100%;
  }
  .fw-image__text-inner {
    margin: 0;
    padding: 0 24px;
  }
  .fw-image__spread {
    display: none;
  }
  .featured-slider {
    padding: 0;
    margin-bottom: 115px;
  }
  .featured-slider__text {
    position: absolute;
    max-width: 328px;
    width: 100%;
    height: 290px;
    left: 50%;
    bottom: -70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
  }
  .featured-slider__text .swiper-pagination {
    padding: 0 28px;
  }
  .featured-slider__media {
    width: 100%;
    margin: 0;
  }
  .filter-row {
    padding-bottom: 30px;
  }
  .list-opener {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .filter-list {
    max-height: 0;
  }
  .filter-list li {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0;
  }
  .filter-list li:last-child {
    padding-bottom: 42px;
  }
  .filter-list li {
    width: 100%;
    border-bottom: 2px solid #dadee0;
  }
  .filter-list a:after {
    display: none;
  }
  .filter-list a {
    display: block;
    padding: 17px 10px;
  }
  .category-description {
    margin-bottom: 35px;
    padding: 0;
  }
  .thumb-item__text {
    min-height: 170px;
    padding: 25px 23px 30px;
  }
  .featured-content .thumb-item__text {
    min-height: auto;
  }
  .featured-wrapper > .title,
  .masthead {
    margin-bottom: 40px;
  }
  .masthead--lg {
    padding: 142px 28px 32px;
  }
  .pricing {
    margin: 0;
  }
  .pricing__card-wrapper {
    background-color: #fff;
    margin: 14px 0;
  }
  .pricing-table__link:after {
    font-size: 16px;
  }
  .pricing-table {
    padding: 0;
  }
  .pricing-table__item {
    margin: 0 0 10px;
    border-bottom: 0;
    border: none !important;
  }
  .pricing-table__item:last-child {
    margin-bottom: 0;
  }
  .pricing-table__item:after {
    display: block;
  }
  .pricing-table__item.expanded {
    margin: 0 0 10px;
    border-bottom: 0;
  }
  .pricing-table__item.expanded:last-child {
    margin-bottom: 0;
  }
  .pricing-table__heading {
    padding: 14px;
  }
  .pricing-table__link {
    margin: 0 10px;
  }
  .pricing-table__title {
    padding: 9px 24px;
  }
  .pricing-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .pricing-table__row:nth-child(odd) {
    background-color: transparent;
  }
  .pricing-table__cell {
    width: 33.33%;
    padding: 11px 24px;
  }
  .pricing-table__cell:first-child {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #f5f8f9;
  }
  .pricing-table__cell .tooltip[role="tooltip"] {
    top: calc(100% + 12px) !important;
    left: 24px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .pricing-table__cell .tooltip[role="tooltip"]:before {
    top: -16px;
    left: 50%;
    width: 1px;
    height: 16px;
  }
  .faq__title {
    padding-left: 0;
    padding-right: 50px;
  }
  .faq__title:after {
    right: 15px;
  }
  .faq__body {
    padding-left: 0;
    padding-right: 50px;
  }
  .faq-search {
    margin: -100px 0 25px;
    padding-top: 40px;
    background-image: url(../images/svg/faq-masthead--m.svg);
    background-repeat: no-repeat;
    background-size: 100% 80%;
  }
  .faq-search:after,
  .faq-search:before {
    display: none;
  }
  .faq-search:before {
    left: -15%;
  }
  .faq-search:after {
    right: -18%;
  }
  .faq-search .h1 {
    margin-bottom: 18px;
    font-size: 28px;
  }
  .faq-search-form {
    margin-top: 75px;
  }
  .featured-grid {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }
  .featured-grid .h2 {
    font-size: 24px;
    line-height: 1.33;
  }
  .featured-grid__item {
    margin: 0 5px 40px;
  }
  .switch-on-scroll .title-block {
    max-width: 100%;
    padding: 0 24px;
  }
  .scroll-section .sub-section__content .text-icon-box {
    margin-left: 0;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .inset-img {
    width: 100%;
    padding: 80px 24px;
  }
  .inset-img__title {
    font-size: 24px;
  }
  .capabilities-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .capabilities-tabs .tabs__controls {
    position: relative;
    width: calc(100% - 48px);
    margin: -152px auto 0;
    padding: 50px 24px;
    text-align: center;
    background-color: #fff;
  }
  .capabilities-tabs .tabs__container {
    width: 100%;
    padding: 64px 24px 215px;
  }
  .capabilities-tabs .title {
    margin-bottom: 13px;
    line-height: 1.75;
  }
  .about__cols {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about__media {
    max-width: 100%;
    width: 100%;
    margin: 0 0 30px;
  }
  .about__media-inner:before {
    display: none;
  }
  .about__text {
    max-width: 100%;
    width: 48%;
  }
  .about__text:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .image-slider .swiper-container .swiper-pagination {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .image-slider .swiper-nav {
    position: relative;
    top: 0;
  }
  .image-slider .controls {
    max-width: 260px;
    height: 68px;
    margin-top: 32px;
  }
  .page-not-found {
    height: 584px;
    padding: 32px 24px;
    margin: 0 auto;
  }
  .page-not-found:after {
    background-image: url(../images/svg/dots-404-left-m.svg),
      url(../images/svg/dots-404-right-m.svg);
    background-position: 0 120%, 100% 4%;
  }
  .page-not-found .inner .caption {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    line-height: 1.88;
  }
  .page-not-found .inner:before {
    background-size: 140%;
  }
  .page-not-found .title {
    margin-bottom: 0;
    line-height: 1.35;
  }
  .team-members .title {
    margin-bottom: 75px;
    font-size: 28px;
  }
  .team-block .title {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .team-block .gallery-item {
    width: 50%;
    padding-bottom: 50%;
    height: auto;
  }
  .fancybox-close-small {
    top: 0 !important;
    right: 0 !important;
  }
  .profile-popup .image-holder {
    width: 100%;
    padding-bottom: 100%;
    height: auto;
    margin: 0 0 10px;
  }
  .profile-popup .text-holder {
    font-size: 15px;
  }
  .profile-popup .text-holder .title {
    font-size: 30px;
  }
  .stats__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stats__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .stats__description {
    font-size: 18px;
  }
  .partners-types .block-title {
    margin: 0 0 40px;
  }
  .partners-types .types-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .partners-types .text-icon-holder {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .post h1 {
    margin-bottom: 24px;
  }
  .post h2 {
    margin-bottom: 20px;
  }
  .post h3 {
    margin-bottom: 16px;
  }
  .post h4 {
    margin-bottom: 12px;
  }
  .post p {
    margin-bottom: 20px;
  }
  .post p + p {
    margin-top: 45px;
  }
  .post ol,
  .post ul {
    margin-bottom: 20px;
  }
  .post ul li {
    padding: 4px 0 4px 12px;
  }
  .post ul li:before {
    left: -4px;
  }
  .post blockquote cite {
    margin-top: 25px;
  }
  .results__text {
    width: calc(100% - 48px);
    margin-top: -225px;
    padding: 60px 24px 40px;
  }
  .jobs .title {
    font-size: 28px;
  }
  .jobs__item {
    margin: 0 24px 40px;
  }
  .side-tab-content.has-bg {
    padding: 0;
    background-image: none;
  }
  .side-tab-content {
    position: relative;
    padding: 0;
  }
  .side-tab-content .title {
    padding: 0 24px;
    font-size: 28px;
  }
  .side-tab-content__box {
    padding: 40px 0 120px;
    border: 0;
    background-color: #f5f8f9;
  }
  .side-tab-content__item {
    height: 100%;
    padding: 40px 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
    word-wrap: break-word;
  }
  .side-tab-content__item-category {
    display: block;
  }
  .side-tab-content__item-title {
    font-size: 24px;
    line-height: 1.33;
  }
  .side-tab-content .swiper-container {
    max-width: 100%;
  }
  .side-tab-content .swiper-slide {
    width: calc(100% - 88px) !important;
    height: auto;
  }
  .side-tab-content .swiper-pagination {
    display: none;
  }
  .side-tab-content .swiper-nav {
    display: block;
  }
  .text-bg-image {
    padding: 60px 24px 80px;
  }
  .text-bg-image .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .text-bg-image .content-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-bg-image .text-icon-holder {
    max-width: 100%;
  }
  .static-cards {
    padding: 60px 0;
  }
  .static-cards .title-block .title {
    font-size: 24px;
  }
  .multi-image-copy__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .multi-image-copy__item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
  }
  .multi-image-copy__item:last-child .multi-image-copy__text-inner {
    margin-left: 0;
  }
  .multi-image-copy__media,
  .multi-image-copy__text {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
  .multi-image-copy__text {
    margin-bottom: 40px;
  }
  .multi-image-copy__text-inner {
    max-width: 100%;
  }
  .multi-image-copy__title {
    font-size: 28px;
  }
  .multi-image-copy--flipped .multi-image-copy__item,
  .multi-image-copy--flipped .multi-image-copy__item:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .locations .title {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.3;
  }
  .locations__item:last-child {
    margin-bottom: 0;
  }
  .locations__item {
    margin: 0 24px 40px;
  }
  .locations__category {
    font-size: 12px;
  }
  .locations__address {
    margin-bottom: 14px;
    font-size: 22px;
  }
  .partners-types.four-col .text-icon-holder {
    flex: 0 0 50%;
  }
}

@media (max-width: 649px) {
  .thumb-item {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .thumb-item:nth-child(3n) {
    margin-right: 0;
  }
  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 639px) {
  .about__text,
  .featured-grid__item {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .banner-caption .btn,
  .banner-caption .contact-form .button-back,
  .banner-caption .contact-form .button-next,
  .banner-caption .contact-form .wpcf7-submit,
  .contact-form .banner-caption .button-back,
  .contact-form .banner-caption .button-next,
  .contact-form .banner-caption .wpcf7-submit {
    margin-bottom: 30px;
  }
  .banner-link {
    font-size: 14px;
  }
  .cta-img__media-inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .filter-row {
    padding-bottom: 13px;
  }
  .masthead--double-decor:after {
    background-position: -10.5% 35%, 84.5% 80%;
  }
  .faq-search:before {
    left: -30%;
  }
  .faq-search:after {
    right: -30%;
  }
  .switch-on-scroll .title-block .title {
    font-size: 24px;
    line-height: 1.33;
  }
  .scroll-section .sub-section__head {
    margin-bottom: 12px;
  }
  .scroll-section .sub-section__head .title {
    font-size: 24px;
    line-height: 1.33;
  }
  .profile-popup {
    max-width: 90%;
  }
  .profile-popup__inner {
    padding: 50px 24px 24px;
  }
  .profile-popup .text-holder {
    font-size: 14px;
  }
  .profile-popup .text-holder .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .profile-popup .text-holder .pre-title {
    margin-bottom: 0;
  }
}

@media (max-width: 413px) {
  .masthead--double-decor:after {
    background-position: -20.5% 35%, 84.5% 80%;
  }
}

@media (max-width: 374px) {
  .featured-slider__text {
    max-width: 94%;
  }
  .featured-slider__text .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Begin Job Widget Styles */

.resumator-hide-details a:link,
.resumator-job-view-details a:link {
  display: inline;
}

a.resumator-hide-details {
  display: inline !important;
  clear: both !important;
  font: 600 14px/3.75 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #01aedf !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

a.resumator-hide-details:hover,
a.resumator-job-link,
a.resumator-job-link:hover {
  display: inline;
  clear: both;
  font: 600 14px/3.75 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

a.resumator-hide-details:hover {
  color: #00aeef !important;
}

a.resumator-job-link {
  color: #01aedf !important;
}

a.resumator-job-link:hover {
  color: #5a2d8a !important;
}

.resumator-apply-button,
.resumator-apply-button:hover {
  font: 700 16px/1.1 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #fff !important;
  padding: 15px !important;
  width: 280px !important;
}

.resumator-apply-button {
  background-color: #01aedf !important;
  border: 2px solid #01aedf !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resumator-apply-button:hover {
  background-color: #5a2d8a !important;
  border: 2px solid #5a2d8a !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resumator-job-heading,
.resumator-job-info-details,
.resumator-job-title {
  color: #21202f !important;
}

.resumator-job-title {
  border-top: 3px solid #f4f5f7 !important;
  font: 22px/1.875 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  margin: 15px 0 0 !important;
  padding: 20px 0 !important;
  font-weight: 400 !important;
}

.resumator-job-heading {
  font: 700 14px/3.75 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.resumator-job-info,
.resumator-job-info-details {
  font: 14px/1.5 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.resumator-job-info,
.resumator-job-info-details.resumator-jobs-text.resumator-jobs-text {
  color: #9fa2a3 !important;
}

.resumator-job-experience,
.resumator-job-type {
  font: 700 14px/3.75 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
}

.resumator-job-description p {
  font: 14px/1.625 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #9fa2a3 !important;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

.resumator-job-description p u b,
.resumator-job-description p u strong {
  font: 500 16px/3.75 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #21202f !important;
  text-decoration: none !important;
}

.resumator-job-description p u {
  text-decoration: none !important;
}

.resumator-job-description p strong u {
  font: 500 16px/1.75 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #21202f !important;
  text-decoration: none !important;
}

.resumator-job-description.resumator-jobs-text ul {
  margin-left: 23px;
  list-style: none !important;
}

.resumator-job-description.resumator-jobs-text li {
  font: 13px/1.375 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #9fa2a3 !important;
  list-style: none !important;
}

.resumator-job-description.resumator-jobs-text li em,
.resumator-job-description.resumator-jobs-text li u {
  font: 700 13px/1.375 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  color: #21202f !important;
}

.resumator-job-description.resumator-jobs-text li u {
  list-style: none !important;
  text-decoration: none !important;
}

.resumator-job-description.resumator-jobs-text li:before {
  display: inline-block !important;
  font: FontAwesome !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  content: "" !important;
  margin-right: 8px;
  margin-left: -13px !important;
  color: #01aedf !important;
  font-size: 14px !important;
}

.resumator-job-description.resumator-jobs-text ul li:before {
  content: "";
  position: absolute;
  top: 11px !important;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 5px 5px;
  border-color: transparent transparent #01aedf;
}

.resumator-job-description.resumator-jobs-text .resumator-buttons li:before {
  display: inline-block !important;
  line-height: 70px !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  margin-left: 0 !important;
  color: #21202f !important;
  font-size: 16px !important;
}

.resumator-job-description.resumator-jobs-text .resumator-buttons li {
  padding-right: 30px !important;
  vertical-align: middle !important;
  line-height: 70px !important;
}

.resumator-job-description.resumator-jobs-text .resumator-buttons li a,
.resumator-job-description.resumator-jobs-text .resumator-buttons li a:hover {
  font: 700 14px/1.1 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  width: 280px !important;
  text-align: center !important;
  -webkit-appearance: inherit;
  padding: 13px 80px !important;
}

.resumator-job-description.resumator-jobs-text .resumator-buttons li a {
  color: #01aedf !important;
  background-color: #fff !important;
  border: 2px solid #01aedf !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resumator-job-description.resumator-jobs-text .resumator-buttons li a:hover {
  color: #fff !important;
  background-color: #01aedf !important;
  border: 2px solid #01aedf !important;
  border-radius: 4px !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resumator-job-description.resumator-jobs-text .resumator-buttons ul li:before {
  display: none !important;
}

/* End Job Widget Styles */

/* Begin Marketo Form Styling  */

/* Marketo "Inset" Form Styling */

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton,
.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  /*width:246px!important;*/
  width: 100% !important;
  height: 45px !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  padding: 12px 14px !important;
  /*font-size: 14px!important;
      font-family:BrandonText-Medium!important;
      letter-spacing:0.25px!important;*/
  font: 700 16px/1.1 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  background: #01aedf;
  background-color: #01aedf !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  background-image: none !important;
  text-transform: none !important;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoInset .mktoButton:hover {
  border: 2px solid #f1d9fb !important;
  background: #fff !important;
  color: #281330 !important;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

/* Make Marketo Forms Responsive */

.mktoForm .mktoAsterix {
  float: right !important;
  color: #f1d9fb !important;
  padding-left: 5px;
  display: none;
}

.mktoForm {
  color: #333 !important;
  font: 400 14px/1.1 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  margin-top: 30px;
  /*font-family: BrandonText-Regular!important;
    font-size: 13px!important;
    font-weight: normal!important;*/
}

.mktoForm .mktoRequiredField label.mktoLabel {
  /* font:400 14px/1.1 brandon,Arial,Helvetica Neue,Helvetica,sans-serif!important;
    color: #21202f!important;*/
}

.mktoForm input[type="text"],
.mktoForm input[type="url"],
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="number"],
.mktoForm input[type="date"],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  width: 100% !important;
  border-radius: 2px !important;
  box-shadow: none !important;
}

.mktoFormCol,
.mktoFieldWrap {
  width: 100% !important;
}

.mktoForm .mktoOffset {
  float: left;
  height: 0 !important;
  width: 10px;
}

.mktoHasWidth {
  width: 100% !important;
}

.mktoButtonWrap {
  margin-left: 0 !important;
  padding-top: 20px !important;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
  border-bottom: 1px solid #01aedf !important;
}

select.mktoField.mktoHasWidth.mktoRequired {
  border-bottom: 1px solid #bcbfc1 !important;
}

select.mktoField.mktoHasWidth.mktoRequired option {
  color: #01aedf !important;
}

.mktoForm .mktoButtonWrap.mktoInset .mktoButton {
  width: 100%;
}

.mktoButtonRow {
  padding-top: 20px !important;
  width: 100% !important;
  text-align: center;
}

.mktoForm .mktoButtonWrap.mktoGlow .mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.footer__col .mktoForm .mktoButtonWrap .mktoButton {
  /*-webkit-border-radius: 4px;
	  -khtml-border-radius: 4px;
	  -moz-border-radius: 4px;
	  -ms-border-radius: 4px;
	  -o-border-radius: 4px;
	  border-radius: 4px;
     
      /*width:246px!important;
      width:100%!important;
      height: 45px!important;
	  
	  color: #fff!important;
	  border: none !important;
	  box-shadow: none !important;
	  padding:12px 14px !important;
	  font:700 16px/1.1 brandon,Arial,Helvetica Neue,Helvetica,sans-serif!important;
	  /*font-size: 14px!important;
      font-family:BrandonText-Medium!important;
      letter-spacing:0.25px!important;
	  
	  background: #01aedf;
	  background-color: #01aedf !important;
	  background-image:  none !important;
	  background-image:  none !important;
	  background-image:  none !important;
	  background-image:  none !important;
	  text-transform: none !important;
     
      transition: all 0.2s linear 0s;
      -moz-transition: all 0.2s linear 0s;
      -webkit-transition: all 0.2s linear 0s;
      -o-transition: all 0.2s linear 0s;*/
}

/* Modal CSS  */

.mktoModal {
  /*position: absolute;
    top: 0;
    left: 0;
    right: 0;*/
  /*position: fixed!important;
    top: 0!important;
    left: 0!important;
    bottom: 0!important;
    right: 0!important;
    overflow: auto!important;
    z-index: 100000!important;*/
  height: 100% !important;
  width: 100% !important;
}

.mktoModal .mktoModalMask {
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  zoom: 1;
  background: rgba(0, 0, 0, 0.5);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}

.mktoModal .mktoModalContent {
  /*position: absolute;
    z-index: 10001;
    background: #fff;
    padding: 10px;*/
  position: absolute !important;
  z-index: 10001 !important;
  background: #fff !important;
  padding: 3% !important;
  max-width: 350px !important;
  left: 0 !important;
  right: 0 !important;
  /*padding: 5%!important;
    max-width: 100%!important;*/
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
  /*left: 10%!important;
    right: 15%!important;*/
}

.mktoModalMain {
  /*max-width:300px!important;*/
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 50px !important;
}

.mktoModal .mktoModalClose {
  position: absolute !important;
  cursor: pointer !important;
  top: 10px !important;
  right: 10px !important;
  background: #fff !important;
  color: #01aedf !important;
  width: 25px !important;
  height: 25px !important;
  font: 800 14px/1.6 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center !important;
  border: 2px solid #01aedf !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-appearance: inherit !important;
}

.mktoModal .mktoModalClose:hover {
  position: absolute !important;
  cursor: pointer !important;
  top: 10px !important;
  right: 10px !important;
  background: #01aedf !important;
  color: #fff !important;
  width: 25px !important;
  height: 25px !important;
  font: 800 14px/1.6 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  text-align: center !important;
  border: 2px solid #01aedf !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  -webkit-appearance: inherit !important;
}

.mktoForm .mktoFormRow:nth-of-type(1) {
  clear: none;
  width: 48%;
  float: left;
  margin-right: 4%;
}

.mktoForm .mktoFormRow:nth-of-type(2) {
  clear: none;
  width: 48%;
  float: left;
  margin-right: 0;
}

.mktoForm .mktoFormCol {
  margin-bottom: 34px !important;
}

.mktoForm,
.mktoForm .mktoField,
.mktoForm .mktoHtmlText,
.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoCheckboxList,
.mktoForm .mktoRadioList {
  width: 100% !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none;
}

.mktoForm .mktoRequiredField label.mktoLabel,
.mktoForm .mktoLabel {
  width: auto !important;
  color: #a6aaac;
  font-size: 16px;
  z-index: 1;
  font-weight: normal !important;
}

.mktoForm .mktoField {
  border: none;
  border-bottom: 1px solid #b6babb;
  padding: 0 16px 15px;
  border-radius: 0;
  height: 34px;
}

.mktoButtonRow {
  width: 100%;
  text-align: center !important;
}

.mktoButtonRow .mktoButtonWrap {
  margin: 0 auto !important;
}

.mktoForm .mktoButtonWrap .mktoButton {
  animation-name: none !important;
  color: #01aedf !important;
  background-color: transparent !important;
  border: 2px solid #01aedf !important;
  box-shadow: none !important;
  padding: 14px 44px 15px !important;
  height: auto !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  font-size: 16px !important;
  width: auto !important;
  border-radius: 4px !important;
  background-image: none !important;
}

.mktoForm .mktoButtonWrap .mktoButton:hover,
.mktoForm .mktoButtonWrap .mktoButton:active,
.mktoForm .mktoButtonWrap .mktoButton:focus {
  color: #fff !important;
  background-color: #01aedf !important;
}

.footer__col .mktoForm .mktoRequiredField label.mktoLabel,
.footer__col .mktoForm .mktoLabel {
  color: #333;
  font: 400 14px/1.1 brandon, Arial, Helvetica Neue, Helvetica, sans-serif !important;
  font-weight: bold !important;
}

.footer__col .mktoForm .mktoGutter {
  display: block;
}

.footer__col .mktoForm .mktoField,
.footer__col .mktoForm input[type="email"] {
  padding: 2px 3px;
  border: 1px solid #999 !important;
  height: auto;
}

.footer__col .mktoForm .mktoFormRow:nth-of-type(1) {
  width: 100%;
  margin-right: 0;
}

.footer__col .mktoForm .mktoButtonWrap .mktoButton {
  color: #fff !important;
  border: 1px solid #01aedf !important;
  padding: 0.4em 1em !important;
  font-size: 1em !important;
  background-color: #01aedf !important;
  /* background-image: -webkit-gradient(linear, left top, left bottom, from(#99c47c), to(#75ae4c)) !important;
    background-image: -webkit-linear-gradient(top, #99c47c, #75ae4c) !important;
    background-image: -moz-linear-gradient(top, #99c47c, #75ae4c) !important;
    background-image: linear-gradient(to bottom, #99c47c, #75ae4c) !important; */
  border-radius: 0 !important;
}

.footer__col .mktoForm .mktoButtonWrap .mktoButton:hover,
.footer__col .mktoForm .mktoButtonWrap .mktoButton:active,
.footer__col .mktoForm .mktoButtonWrap .mktoButton:focus {
  border: 1px solid #447f19 !important;
}

.footer__col .mktoButtonRow {
  text-align: left !important;
}

.footer__col .mktoForm .mktoFormCol {
  margin-bottom: 0 !important;
}

@media (min-width: 740px) {
  .mktoForm .mktoFormRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    min-width: 0;
  }
}

.calendly-overlay .calendly-popup {
  max-height: 100% !important;
  width: 95% !important;
}

.calendly-overlay .calendly-popup-close {
  top: 6% !important;
  right: 10% !important;
}

.popupquote {
  font-size: 1.33em;
  line-height: 1.2em;
}

.calendly-overlay {
  z-index: 99996 !important;
}

/* End Marketo Form Styling  */

.admin-bar .header,
.admin-bar.has-fixed-header .header-main {
  top: 32px;
}

.filter-list {
  display: none;
}

.filter-row {
  padding-left: 15px;
}

.filter-row select {
  min-height: 46px;
  min-width: 200px;
  border: 1px solid #b477d2;
  letter-spacing: 0.65px;
  background: #fff;
  color: #b477d2;
  border-radius: 4px;
  font-weight: 600;
  padding: 10px 25px 10px 10px;
  font-family: brandon, Arial, Helvetica Neue, Helvetica, sans-serif;
  /* background: url(<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 6 10"><path fill="none" fill-rule="evenodd" stroke="#6B3FBD" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1l4 3.9998L1 9"></path></svg>)));
	background: blue url("data:image/svg+xml;utf8,<svg viewBox='0 0 6 10' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='M1 1l4 3.9998L1 9' fill='none' fill-rule='evenodd' stroke='#6B3FBD' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/></g></svg>") no-repeat;
    background: #FFF url(data:image/svg+xml;utf8,<svg viewBox='0 0 6 10' width="10" height="10" xmlns='http://www.w3.org/2000/svg'><g><path fill="none" fill-rule="evenodd" stroke="#6B3FBD" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M1 1l4 3.9998L1 9"></path></g></svg>) no-repeat;*/
}

.filter-row select option {
  letter-spacing: 0.65px;
}

.filter-row select + select {
  margin-left: 15px;
}

@media screen and (max-width: 500px) {
  .filter-row select + select {
    margin-left: 0px;
    clear: both;
  }
}

@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
  .admin-bar.has-fixed-header .header-main {
    top: 0;
  }
  .list-opener {
    display: none;
  }
}

#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9999;
  background-color: #f25648;
  color: #fff;
}

* html #outdated {
  position: absolute;
}

#outdated h6 {
  font-size: 25px;
  line-height: 25px;
  margin: 30px 0 10px;
}

#outdated p {
  font-size: 12px;
  line-height: 12px;
  margin: 0;
}

#outdated #btnUpdateBrowser {
  display: block;
  position: relative;
  padding: 10px 20px;
  margin: 30px auto 0;
  width: 230px;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  cursor: pointer;
}

#outdated #btnUpdateBrowser:hover {
  color: #f25648;
  background-color: #fff;
}

#outdated .last {
  position: absolute;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
}

#outdated #btnCloseUpdateBrowser {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

/*Onboarding*/

.page-template-onboarding .logo,
.page-template-steps .logo {
  position: relative;
}

.page-template-onboarding .footer__columns,
.page-template-onboarding .footer__info,
.page-template-steps .footer__columns,
.page-template-steps .footer__info {
  display: none !important;
}

.page-template-onboarding .header-top,
.page-template-steps .header-top {
  background-color: #f6f9fa;
  color: #666666;
}

.page-template-onboarding .onboarding-title,
.page-template-steps .onboarding-title {
  position: absolute;
  left: 110%;
  /*top: 4px;*/
  bottom: 2px;
  color: #fff;
  font-size: 20px;
  white-space: nowrap;
  font-family: "BrandonText-Regular", Helvetica, sans-serif;
}

.page-template-steps .onboarding-title {
  color: #9fa5aa;
  letter-spacing: 0.35px;
  text-align: left;
}

.page-template-steps .container {
  max-width: 1400px;
}

.page-template-onboarding.has-fixed-header .onboarding-title,
.page-template-steps.has-fixed-header .onboarding-title {
  color: #c5c9cc;
}

.page-template-onboarding .footer,
.page-template-steps .footer {
  background-color: #fff;
  padding: 0px 0 50px;
}

.page-template-onboarding .footer .container,
.page-template-steps .footer .container {
  border-top: 1px solid #dadee0;
}

.page-template-steps .main-nav {
  margin-right: 25px;
}

@media screen and (min-width: 1200px) {
  .page-template-steps .main-nav {
    margin-left: 170px;
  }
}

.banner-onboarding.banner {
  height: 488px;
}

.banner-onboarding .banner-caption {
  max-width: 960px;
}

.step-cards {
  position: relative;
  margin: -32px 0 0px;
}

.step-cards .up-cards__item {
  max-width: 280px;
  padding: 0;
  background: #fff;
  margin: 0 10px 27px;
}

.step-cards .up-cards__item:hover {
  border: 1px solid #01aedf;
}

.step-cards .up-cards__item a {
  padding: 13px 35px 13px;
  display: block;
  width: 100%;
  height: 100%;
}

.step-cards .up-cards__item .img-holder {
  width: 90px;
  margin: 10px auto 10px;
}

.step-cards .up-cards__item .img-holder img {
  max-height: 90px;
  width: auto;
  padding: 0.33em;
}

.step-cards .up-cards__item-step {
  color: #01aedf;
  font-size: 14px;
  text-align: left;
  padding-top: 1px;
  font-weight: bold;
}

.step-cards .up-cards__item:hover .up-cards__item-step {
  font-weight: 800;
}

.step-cards .up-cards__item-title {
  font-size: 21px;
  color: #1f1b28;
  line-height: 28px;
  padding-top: 9px;
}

.cta-cards {
  max-width: 1248px;
  padding: 0 24px;
}

.cta-cards .cards__item {
  flex: 1;
  margin: 0 10px;
  text-align: center;
  padding: 0;
}

.cta-cards .cards__item.blue {
  background-color: #e0f4fb;
  border: 1px solid #01aedf;
}

.cta-cards .cards__item.purple {
  background-color: #efe8f8;
  border: 1px solid #6b3fbd;
}

.cta-cards .cards__item:hover {
  background-color: transparent;
}

.cta-cards .cta-sub {
  flex: auto;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.cta-cards .cards__item-title {
  flex: auto;
  display: block;
  font-size: 32px;
  margin-bottom: 1em;
}

.cta-cards .cards__item-link {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
}

.cta-cards .cards__item.blue .cta-sub,
.cta-cards .cards__item.blue .cards__item-link {
  color: #01aedf;
}

.cta-cards .cards__item.purple .cta-sub,
.cta-cards .cards__item.purple .cards__item-link {
  color: #6b3fbd;
}

.cta-cards .card-link {
  padding: 67px 70px;
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .page-template-onboarding .footer .container,
  .page-template-steps .footer .container {
    padding: 0;
    padding-top: 40px;
  }
  .banner-onboarding .banner-caption .title {
    font-size: 46px;
  }
  .cta-cards {
    margin: 0 auto 140px;
  }
}

@media (max-width: 767.98px) {
  .page-template-onboarding .footer .container,
  .page-template-steps .footer .container {
    padding-top: 40px;
  }
  .banner-onboarding .banner-caption {
    top: 40px;
  }
}

/*Onboarding Ends*/

/* Landing Page */

.page-template-landing .header-main {
  box-shadow: none;
}

.page-template-landing .footer__columns,
.page-template-landing .footer__info,
.page-template-landing .header-top {
  display: none !important;
}

.page-template-landing .footer {
  background-color: #fff;
  padding: 0px 0 50px;
}

.page-template-landing .footer .container {
  border-top: 1px solid #dadee0;
}

.page-template-landing .logo-svg .mask {
  fill: url(#a);
}

.page-template-landing .logo-svg path,
.page-template-landing .logo-svg polygon {
  fill: #9fa5aa;
}

.page-template-landing .logo linearGradient {
  display: inline-block;
}

.page-template-landing .landing-hero {
  overflow: visible;
}

.page-template-landing .landing-hero .content__media-inner {
  max-width: 516px;
}

.page-template-landing .landing-hero .content__media-inner a.btn {
  display: inline-block;
  position: absolute;
  top: -72px;
  right: 0;
  z-index: 100;
}

.page-template-landing .landing-hero .content__media-inner:after {
  background-image: url(../images/svg/dots-blue.svg);
  width: 94px;
  height: 73px;
  left: -36px;
  bottom: -34px;
  right: auto;
}

.page-template-landing .landing-hero .content__media-inner:before {
  content: "";
  width: 574px;
  height: 492px;
  background-color: #ecf3f6;
  left: 145px;
  bottom: -80px;
  z-index: -1;
  position: absolute;
}

.page-template-landing .landing-hero.content {
  padding: 0 0 100px;
}

.page-template-landing .landing-hero .content__title {
  font-size: 52px;
  line-height: 62px;
}

.page-template-landing .landing-hero .content__text {
  font-size: 18px;
  line-height: 31px;
  color: #1f1b28;
}

.page-template-landing .landing-hero .content__text .content__category {
  font-size: 16px;
  line-height: 17px;
}

.page-template-landing .landing-hero .content__text-inner {
  max-width: 550px;
  padding-top: 80px;
}

.page-template-landing .landing-hero .content__media img {
  width: 516px;
}

.page-template-landing .landing-hero.hero_with_form .mktoForm-wrap {
  max-width: 360px;
  background: #fff;
  padding: 45px;
  border-radius: 4px;
  bottom: -6px;
  top: auto;
}

.page-template-landing .landing-hero.hero_with_form .content__media-inner {
  max-width: 768px;
}

.page-template-landing .landing-hero.hero_with_form .content__media img {
  width: 768px;
}

.page-template-landing
  .landing-hero.hero_with_form
  .content__media-inner:before {
  display: none !important;
}

.page-template-landing
  .landing-hero.hero_with_form
  .mktoForm
  .mktoButtonWrap
  .mktoButton {
  color: #fff !important;
  background-color: #01aedf !important;
  width: 100% !important;
}

.page-template-landing .landing-hero.hero_with_form .mktoForm .mktoField {
  border: 1px solid #b6babb;
}

.page-template-landing
  .landing-hero.hero_with_form
  .mktoForm
  input.mktoField.mktoInvalid {
  border: 1px solid #01aedf;
}

.page-template-landing .landing-hero.hero_with_form .mktoForm .mktoFormCol {
  margin-bottom: 15px !important;
}

.page-template-landing .featured-highlights .highlights__list picture {
  float: left;
}

.page-template-landing .featured-highlights .highlights__list picture img {
  margin-top: 11px;
}

.page-template-landing .featured-highlights .highlight__item {
  margin-left: 70px;
  margin-bottom: 47px;
}

.page-template-landing .featured-highlights .content__media-inner {
  padding-top: 90px;
}

.page-template-landing .featured-highlights .content__media-inner:before {
  content: "";
  width: 510px;
  height: 630px;
  background-color: #ecf3f6;
  left: -264px;
  bottom: 126px;
  z-index: -1;
  position: absolute;
}

.page-template-landing .featured-highlights .content__media-inner:after {
  display: none;
}

.page-template-landing .featured-highlights .content__media-inner picture img {
  margin-bottom: 42px;
  width: 382px;
}

.featured-blogs {
  padding: 70px 0;
}

.featured-blogs .band-title {
  font-size: 44px;
  line-height: 62px;
  text-align: center;
  padding-bottom: 42px;
}

.featured-blogs .thumb-item {
  background: #fff;
}

.featured-blogs .category-lnk {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.65px;
}

.featured-blogs .thumb-item__text .title {
  margin-bottom: 23px;
  line-height: 1.5em;
}

.featured-blogs .title:hover,
.featured-blogs .title:focus {
  text-decoration: underline;
}

.featured-blogs .thumb-item__text .link {
  text-transform: capitalize;
}

.featured-blogs .excerpt {
  display: none;
  font-size: 14px;
  line-height: 28px;
}

.featured-blogs + .featured-blogs {
  padding-top: 0;
  margin-top: 0;
}

.featured-blogs.items-2 .excerpt {
  display: block;
  margin-bottom: 36px;
}

.featured-blogs.items-2 .title {
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 16px;
}

.featured-blogs.items-2 .category-lnk {
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 1.2px;
}

.featured-blogs.items-2 .thumb-item__image {
  height: auto;
}

.featured-blogs.items-2 .thumb-item__text {
  border: 0px none;
  padding: 33px 3% 9% 0;
}

.featured-blogs.items-1 .g-box {
  margin: 0 -24px;
}

.featured-blogs.items-1 .cta-img__text {
  padding: 0;
  position: relative;
}

.featured-blogs.items-1 .cta-img__wrap {
  background: #f0f5f8;
  padding: 30px 20px;
}

.featured-blogs.items-1 .cta-img__media {
  max-width: 766px;
}

.featured-blogs.featured-content {
  padding: 24px 0;
}

.featured-blogs.featured-content .band-title {
  padding-bottom: 12px;
}

.featured-content .thumb-item {
  border: 1px solid #dadee0;
  padding: 10px;
  transform: none !important;
}

.featured-content .thumb-item__image {
  position: relative;
}

.featured-content .thumb-item__image .category-lnk {
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
}

.featured-content .thumb-item__text {
  border: none;
  padding: 0.5em 0 0;
}

.featured-content .thumb-item__text .title {
  margin-bottom: 0;
}

.featured-content .category-lnk {
  font-size: 12px;
}

.featured-content .category-name {
  background: #e9daf3;
  color: #6c07ae;
  padding: 6px;
  display: inline-block;
}

.featured-content .link-btn {
  margin-top: 1em;
}

.key-stats .content__heading {
  font-size: 44px;
  line-height: 62px;
  letter-spacing: 1.4px;
  color: #1f1b28;
  margin-bottom: 22px;
}

.key-stats .content__description {
  font-size: 18px;
  line-height: 31px;
  color: #1f1b28;
}

.key-stats .content__media-inner {
  max-width: 675px;
  display: flex;
  justify-content: center;
}

.key-stats .content__media-inner:after {
  background-image: url(../images/svg/vertical-dots.svg);
  width: 103px;
  height: 157px;
  left: auto;
  right: -32px;
  bottom: 36px;
  transform: none;
}

.key-stats .content__description {
  margin-bottom: 26px;
}

.key-stats .content__text p {
  line-height: 1.75;
  letter-spacing: 0px;
}

.key-stats .stats {
  top: 0;
  position: absolute;
  max-width: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-align: left;
}

.key-stats .stats .content__number {
  font-size: 107px;
  line-height: 122px;
  display: block;
}

.key-stats .stats .content__desc {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  display: block;
}

.key-stats .stats .stats-item:first-child {
  margin-bottom: 70px;
}

.inset-cta {
  display: flex;
}

.inset-cta .inset-img__text {
  max-width: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inset-cta .cta-buttons {
  justify-content: center;
}

.inset-cta .inset-img__media:after {
  background-image: url(../images/svg/cta-dots.svg);
  right: -72px;
  width: 229px;
  height: 173px;
}

.inset-cta .inset-img__media {
  max-width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.double-row-band {
  position: relative;
}

.double-row-band .sub-section {
  color: #1f1b28;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 120px 137px 63px 165px;
  z-index: 2;
  position: relative;
}

.double-row-band .sub-section .sub-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  max-width: 1218px;
  position: relative;
  z-index: 3;
  letter-spacing: 0.2px;
}

.double-row-band .sub-section .sub-section__head {
  width: 100%;
  max-width: 390px;
  line-height: 2;
  margin-bottom: 46px;
  font-size: 14px;
}

.double-row-band .sub-section .sub-section__head .pre-title {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #01aedf;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.double-row-band .sub-section .sub-section__head .title {
  font-size: 32px;
  color: inherit;
  line-height: 1.5;
}

.double-row-band .sub-section .sub-section__head p {
  color: #9fa2a3;
}

.double-row-band .sub-section .sub-section__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 2;
}

.double-row-band .sub-section .sub-section__content .text-icon-box {
  max-width: 289px;
  margin-left: 100px;
}

.double-row-band .sub-section .sub-section__content .text-icon-box:first-child {
  margin-left: 0;
}

.double-row-band .sub-section-one {
  background-color: #f2f6f8;
}

.double-row-band
  .sub-section-one
  .sub-section__content
  .text-icon-box.media-box {
  max-width: 411px;
}

.double-row-band .sub-section-one .media-box .cta-item:before {
  content: " ";
  position: absolute;
  background-image: url(../images/svg/top-dots.svg);
  width: 156px;
  height: 103px;
  left: 50%;
  right: 0;
  top: -31px;
  transform: translate(-50%);
}

.double-row-band .sub-section-one .media-box .cta-item {
  position: absolute;
  display: flex;
}

.double-row-band .sub-section-one .media-box .cta-info {
  position: absolute;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center;
  width: 100%;
  padding: 66px 30px 30px;
}

.double-row-band .sub-section-one .media-box .cta-info .title {
  font-size: 32px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 38px;
}

.double-row-band .sub-section-one .media-box .cta-info .link {
  color: #fff;
}

.double-row-band .sub-section-two {
  padding-top: 0;
}

.double-row-band .sub-section-two .sub-section__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.double-row-band .sub-section-two .sub-section__content {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.double-row-band
  .sub-section-two
  .sub-section__header
  .sub-section__head:first-child {
  max-width: 412px;
}

.double-row-band
  .sub-section-two
  .sub-section__header
  .sub-section__head:first-child
  img {
  margin-left: -125px;
}

.double-row-band
  .sub-section-two
  .sub-section__header
  .sub-section__head:nth-child(2) {
  align-self: flex-end;
}

.double-row-band .sub-section-two .sub-section__content .text-icon-box {
  max-width: 352px;
}

.left-right-cta {
  position: relative;
  padding: 55px 0;
}

.double-row-band + .left-right-cta {
  margin-top: 0;
}

.left-right-cta:before {
  background-color: #f2f6f8;
  content: " ";
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
}

.left-right-cta .content__media {
  align-items: center;
  justify-content: center;
}

.left-right-cta .content__media-inner {
  max-width: 412px;
}

.left-right-cta .content__media-inner:after {
  background-image: url(../images/svg/small-dots.svg);
  width: 62px;
  height: 44px;
  left: auto;
  right: -36px;
  bottom: auto;
  top: -19px;
  z-index: -1;
}

.left-right-cta .content__text {
  z-index: 1;
  position: relative;
}

.left-right-cta .cta-info {
  background: #fff;
  position: absolute;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 80%;
  text-align: center;
  width: 100%;
  padding: 65px;
  top: 10%;
  max-width: 90%;
  left: -214px;
}

.left-right-cta .cta-info .title {
  font-size: 24px;
  line-height: 1.6;
  text-align: left;
  color: #1f1b28;
  margin-bottom: 29px;
}

.left-right-cta .cta-info .link {
  align-self: flex-start;
}

.left-right-cta .content__text-inner {
  max-width: 450px;
}

.left-right-cta .content__category {
  font-size: 16px;
  line-height: 1.1;
}

.left-right-cta .content__title {
  font-size: 32px;
  line-height: 1.5;
}

@media (min-width: 980px) {
  .page-template-landing .landing-hero.hero_with_form .mktoForm-wrap {
    position: absolute;
    margin-left: 100px;
  }
  .featured-blogs .thumb-item {
    width: 22.93%;
  }
  .featured-blogs .thumb-item:nth-child(3n) {
    margin-right: 2.75%;
  }
  .featured-blogs .thumb-item:nth-child(4n) {
    margin-right: 0;
  }
  .featured-blogs.items-3 .thumb-item {
    width: 31.5%;
  }
  .featured-blogs.items-3 .thumb-item:nth-child(3n) {
    margin-right: 0;
  }
  .featured-blogs.items-3 .thumb-item:nth-child(4n) {
    margin-right: 2.75%;
  }
  .featured-blogs.items-2 .thumb-item {
    width: 48%;
  }
  .featured-blogs.items-2 .thumb-item:nth-child(2n) {
    margin-right: 0;
  }
  .featured-blogs.items-2 .thumb-item:nth-child(4n) {
    margin-right: 0;
  }
  .pricing__description {
    min-height: 150px;
  }
}

@media (min-width: 900px) {
  .page-template-landing .featured-blogs.items-1 .cta-img__text {
    width: 36%;
  }
  .page-template-landing .featured-blogs.items-1 .cta-img__media {
    width: 65%;
  }
  .page-template-landing .featured-blogs.items-1 .cta-img__wrap {
    padding: 90px 50px;
    min-width: 480px;
  }
  .featured-blogs.items-2 .thumb-item {
    width: 48.6%;
  }
}

@media (min-width: 650px) {
  .page-template-landing .featured-blogs.items-1 .cta-img__text {
    width: 100%;
  }
  .page-template-landing .featured-blogs.items-1 .cta-img__media {
    width: 100%;
  }
  .key-stats .content__text-inner {
    max-width: 560px;
  }
}

@media (min-width: 768px) and (max-width: 1400px) {
  .left-right-cta:before {
    width: 100%;
  }
  .left-right-cta .content__media {
    width: 30%;
  }
  .left-right-cta .content__text-inner {
    padding: 30px 14px;
  }
  .left-right-cta .cta-info {
    max-width: none;
    width: 100%;
    position: relative;
    left: auto;
    padding: 15px;
  }
  .left-right-cta .cta-info .title {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .page-template-landing .footer .container {
    padding: 0;
    padding-top: 40px;
  }
  .page-template-landing .featured-highlights .content__media {
    width: 31%;
  }
  .page-template-landing .featured-highlights .content__text {
    width: 69%;
  }
  .page-template-landing
    .featured-highlights
    .content__text
    .content__text-inner {
    max-width: 500px;
    margin-left: 32px;
  }
  .inset-cta,
  .inset-cta .inset-img__media {
    min-height: 396px;
  }
}

@media (max-width: 979px) {
  .featured-blogs.items-4 .thumb-item {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .featured-blogs.items-4 .thumb-item:nth-child(2n) {
    margin-right: 0;
  }
  .featured-blogs.items-3 .thumb-item {
    width: 31.5%;
    margin: 0 2.75% 4% 0;
  }
  .featured-blogs.items-3 .thumb-item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 767.98px) {
  .page-template-landing .footer .container {
    padding-top: 40px;
  }
  .featured-blogs.items-1 .cta-img__media {
    margin-bottom: 0;
  }
  .featured-blogs {
    margin: 0;
    padding: 0;
  }
  .featured-blogs.items-1 .container {
    padding: 0;
  }
  .featured-blogs.items-4 .thumb-item,
  .featured-blogs.items-3 .thumb-item {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .page-template-landing .landing-hero .content__media-inner {
    max-width: 550px;
  }
  .page-template-landing .landing-hero .content__media-inner a.btn {
    position: relative;
    top: auto;
    margin-bottom: 30px;
    margin-top: 15px;
    display: flex;
  }

  a.btn.btn--alternate svg {
    display: none;
  }

  .page-template-landing .landing-hero.content {
    padding-bottom: 0;
  }
  .left-right-cta {
    padding: 24px 0;
  }
  .left-right-cta:before {
    width: 100%;
  }
  .left-right-cta .cta-info {
    max-width: 100%;
    position: relative;
    left: auto;
  }
  .left-right-cta .content__text {
    padding-bottom: 0;
  }
  .left-right-cta .content__media {
    margin-bottom: 0;
  }
  .double-row-band .sub-section {
    padding: 24px;
  }
  .double-row-band .sub-section .sub-section__content .text-icon-box {
    margin: 0;
  }
  .double-row-band .sub-section-two .sub-section__content .text-icon-box {
    max-width: none;
  }
  .double-row-band
    .sub-section-two
    .sub-section__header
    .sub-section__head:first-child
    img {
    margin: 0;
  }
  .double-row-band .sub-section .sub-section__head {
    margin-bottom: 0px;
  }
  .double-row-band .sub-section-one .media-box .cta-item {
    position: relative;
    margin-top: 60px;
  }
  .double-row-band
    .sub-section-two
    .sub-section__header
    .sub-section__head:first-child {
    order: 2;
  }
  .double-row-band
    .sub-section-two
    .sub-section__header
    .sub-section__head:nth-child(2) {
    order: 1;
  }
  .featured-blogs.items-1 {
    margin-bottom: 30px;
  }
  .key-stats .stats .content__number {
    font-size: 45px;
    line-height: 55px;
  }
  .key-stats .stats .stats-item:first-child {
    margin-bottom: 36px;
  }
  .key-stats .content__media {
    margin: 30px 0;
  }
  .inset-cta {
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .page-template-landing
    .featured-blogs.items-1
    .cta-img__media
    .cta-img__media-inner {
    max-width: 100%;
  }
}

/* Landing Page Ends */

/* Onboarding Portal Begins */

.page-template-steps .header-main {
  padding: 20px 3.5vw 20px 3.5vw;
}

@media (max-width: 1400px) {
  .page-template-steps .header-main {
    padding: 20px 35px 20px 35px;
  }
}

.step-tabs .inset-img {
  width: 100%;
}

.step-tabs .tabs__content .inset-img__text {
  max-width: 475px;
}

.tabs__content .inset-img .link,
.tabs__content .inset-img__category {
  color: #01aedf;
  letter-spacing: 0px;
}

.step-tabs
  .tabs__content
  .step-details-video
  .g-box
  .content__media
  .content__media-inner:after {
  display: none;
}

.step-tabs .tabs__content .content__text .content__text-inner-cont p,
.step-tabs .tabs__content .content__text .content__text-inner-cont h2 {
  margin-bottom: 1em;
}

.step-tabs .tabs__content .content__text .content__text-inner-cont h2 {
  font-size: 16px;
  line-height: 2em;
  font-weight: 500;
}

.step-tabs .tabs__content .content__text .content__text-inner-cont a {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.3em;
}

.step-tabs-cont {
  padding: 80px 0;
  position: relative;
  float: left;
  width: 100%;
}

.step-tabs .tabs__controls {
  position: relative;
  font-size: 14px;
}

.step-tabs .tabs__container {
  position: relative;
}

.step-tabs .tabs__controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.step-tabs .tabs__controls ul li {
  display: inline-block;
  padding: 0 35px 0 0;
}

.step-tabs .tabs__controls ul li a {
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 5px;
}

.step-tabs .tabs__controls ul li a:not(.active) {
  color: #1f1b28;
  border-bottom: none;
}

.step-tabs .tabs__controls ul li a:not(.active):hover,
.step-tabs .tabs__controls ul li a:not(.active):focus {
  color: #01aedf;
}

.step-tabs .tabs__content .g-box {
  margin: 50px 0 100px;
  position: relative;
  float: left;
  width: 100%;
}

.step-tabs .up-cards__title-block,
.step-tabs .up-cards__list {
  padding: 0;
}

.step-tabs .up-cards__list .up-cards__item {
  text-align: center;
}

.step-tabs .up-cards__list .up-cards__item:first-child {
  margin-left: 0;
}

.step-tabs .up-cards__list .up-cards__item:last-child {
  margin-right: 0;
}

.step-tabs .helpful-articles .up-cards__item {
  border: none;
  padding: 0;
}

.g-box.tabs.step-tabs {
  position: relative;
}

.step-tabs .helpful-articles .first_block {
  background: #f5f8f9;
  display: flex;
  align-items: center;
  padding: 50px;
  text-align: center;
}

.step-tabs .helpful-articles .first_block .resource_first_block {
}

.step-tabs .helpful-articles .first_block .resource_first_block p {
  text-align: center;
}

.step-tabs .helpful-articles .first_block .resource_first_block h3 {
}

.step-tabs .helpful-articles .first_block .resource_first_block h4 {
  margin-bottom: 16px;
  font-size: 28px;
  line-height: 1.45;
}

.step-tabs .helpful-articles .up-cards__item .figure {
}

.step-tabs .helpful-articles .up-cards__item .figure picture {
  width: 100%;
}

.step-tabs .helpful-articles .up-cards__item .post_content {
  text-align: left;
  padding: 30px 5px;
}

.step-tabs .helpful-articles .up-cards__item .post_content h3 {
  font-size: 20px;
  /*padding: 20px 0 10px;
  	line-height: 1.1em;*/
  line-height: 1.5em;
  padding: 15px 0 5px;
}

.step-tabs .helpful-articles .up-cards__item .post_content h3 a {
  color: inherit;
}

.step-tabs .helpful-articles .up-cards__item .post_content .figure {
}

.step-tabs .helpful-articles .up-cards__item .post_content .excerpt {
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1.5em;
}

.step-tabs .helpful-articles .up-cards__item .post_content .cat_link,
.step-tabs .helpful-articles .up-cards__item .post_content .read_more {
  font-weight: 500;
}

.step-tabs .step-details-video .content__media img {
  border: 3px solid #fff;
}

.step-tabs .step-details-video {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 0 100px;
}

.step-tabs .step-details-video:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, transparent),
    color-stop(50%, #f6f9fa)
  );
  background-image: -webkit-linear-gradient(left, transparent 50%, #f6f9fa 0);
  background-image: -o-linear-gradient(left, transparent 50%, #f6f9fa 0);
  background-image: linear-gradient(90deg, transparent 50%, #f6f9fa 0);
}

.step-tabs .tabs__content .step-details-video .g-box .content__media {
  width: 65%;
  padding: 0px;
}

.step-tabs .resources_cards .up-cards__list .up-cards__item {
}

.step-tabs .resources_cards .up-cards__list .up-cards__item > span {
  color: #01aedf;
  font-weight: bold;
}

.step-tabs .resources_cards .up-cards__list .up-cards__item h3 {
  text-align: center;
  font-size: 20px;
  margin: 0 0 10px;
}

.step-tabs .resources_cards .up-cards__list .up-cards__item p {
  text-align: center;
}

.step-tabs .resources_cards .up-cards__list .up-cards__item .link {
  margin-top: 20px;
}

.step-tabs .tabs__content .step-details-video .g-box .content__text {
  width: 50%;
  padding: 50px 10% 0 0;
}

.step-tabs .tabs__content .g-box.content.content--reverse.landing-hero {
  margin: 0;
  padding: 50px 0;
}

.step-tabs .tabs__content .step-details-video .g-box .content__media iframe {
  border: 1px solid #dadee0;
  position: relative;
  z-index: 1;
}

.deep_dive {
  float: left;
  width: 100%;
  position: relative;
}

.deep_dive .post {
  max-width: 978px;
}

.deep_dive .card {
  padding-bottom: 20px;
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 35px;
}

.deep_dive .cards-holder .card:last-child {
  border-bottom: none;
}

.deep_dive .card .desc-holder {
  float: left;
  width: 100%;
}

.deep_dive .card .desc-holder .image {
  width: 15%;
  float: left;
  padding-right: 20px;
}

.deep_dive .card .desc-holder .image img {
  border: 1px solid #c5d6f5;
  max-width: 100%;
}

.deep_dive .card .desc-holder .description {
  color: #566574;
  font-size: 14px;
  font-weight: 400;
  float: left;
  width: 62%;
  padding-right: 40px;
  line-height: 20px;
}

.deep_dive .card .desc-holder .description p {
  font-size: 14px;
  line-height: 20px;
}

.deep_dive .card .desc-holder .description .subtitle {
  color: #407cee;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 22px;
}

.deep_dive .card .desc-holder .description .title {
  color: #21202f;
  font-size: 20px;
  font-weight: 500;
  display: block;
  padding: 8px 0;
  line-height: 28px;
}

.deep_dive .card .desc-holder .txt-learn-more {
  width: 23%;
  float: left;
  line-height: 125px;
}

.deep_dive .card .desc-holder .txt-learn-more a {
  font-size: 14px;
  color: #414b55;
  font-weight: 700;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-transform: uppercase;
}

.deep_dive .card .desc-holder .txt-learn-more a i {
  padding-left: 7px;
  color: #407cee;
}

.deep_dive .card .desc-holder .txt-learn-more a:hover,
.deep_dive .card .desc-holder .txt-learn-more a:active,
.deep_dive .card .desc-holder .txt-learn-more a:focus {
  color: #407cee;
}

.row_matrix {
  float: left;
  width: 100%;
  position: relative;
}

.row_matrix .post {
  max-width: 1244px;
}

.row_matrix .table_section {
}

.row_matrix .table_section .sticky-menu {
}

.row_matrix .table_section .sticky-menu table {
}

.row_matrix .table_section .sticky-menu table tr td {
  font-size: 14px;
  line-height: 24px;
  color: #21202f;
  font-weight: 700;
  text-align: center;
}

.row_matrix .table_section .sticky-menu table tr td:first-child {
  padding-left: 30px;
  color: #01aedf;
  font-weight: 500;
  text-align: left;
}

.row_matrix .table_section .desc_table {
}

.row_matrix .table_section .desc_table tr {
  background: #f6f9fa;
}

.row_matrix .table_section .desc_table tr td:first-child {
}

.row_matrix .table_section .desc_table tr:nth-child(2n) {
  background: #fff;
}

.row_matrix .table_section .desc_table .section_header {
  background: #ebf8fc !important;
}

.row_matrix .table_section .desc_table .section_header td {
  border-bottom: 2px solid #ceeff9;
  border-top: 2px solid #ceeff9;
  padding-left: 30px;
  color: #21202f;
  font-size: 20px;
  font-weight: 500;
  vertical-align: middle;
  line-height: 40px;
}

.row_matrix .table_section .desc_table .section_header td img {
  width: 40px;
  margin-right: 15px;
  float: left;
}

.row_matrix .table_section .desc_table .row-reg {
}

.row_matrix .table_section .desc_table .row-reg:hover {
  background-color: #fffdea;
}

.row_matrix .table_section .desc_table .row-reg td {
  text-align: center;
}

.row_matrix .table_section .desc_table .row-reg td:first-child {
  padding-left: 30px;
  padding-top: 10px;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 500;
  max-width: 360px;
}

.row_matrix.reports_matrix .table_section .desc_table .row-reg td:first-child {
  padding-top: 10px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: none;
  cursor: pointer;
}

.tooltip:after {
  content: "\f059";
  position: absolute;
  font-family: FontAwesome;
  color: #01aedf;
  opacity: 0.65;
  font-size: 14px;
  top: -80%;
  left: 120%;
  /*display: inline-block;
  border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 260px;
  background-color: #01aedf;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  border-radius: 0px;
  padding: 30px;
  position: absolute;
  z-index: 10;
  bottom: 170%;
  left: 50%;
  margin-left: -135px;
  opacity: 0;
  border-style: none;
  word-break: normal !important;
}

.tooltip .tooltiptext::after {
  content: "\f059";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-style: none;
  border-color: #01aedf transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  border-style: none;
  cursor: pointer;
}

.tooltip:hover::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 2px;
  border: 1px solid #01aedf;
  color: #01aedf;
  top: -100%;
  left: 45%;
  z-index: 2;
}

.tooltip .tooltiptext a:link {
  color: #ceeff9;
  font-weight: 600;
  text-decoration: underline;
}

.tooltip .tooltiptext a:active {
  color: #ceeff9;
  font-weight: 600;
  text-decoration: underline;
}

.tooltip .tooltiptext a:visited {
  color: #ceeff9;
  font-weight: 600;
  text-decoration: underline;
}

.tooltip .tooltiptext a:hover {
  color: #fff;
  font-weight: 600;
}

.testimonial_box {
  margin: 50px 0;
}
.testimonial_box .block-title {
  text-align: center;
  max-width: 950px;
  margin: 0 auto 30px;
  font-size: 18px;
  padding: 0;
}
.testimonial_box .block-title p {
}
.testimonial_box .testimonial-slider {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.testimonial_box .testimonial-slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
.testimonial_box .testimonial-slider__text {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.testimonial_box .swiper-slide {
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 50%;
  height: auto;
  overflow: hidden;
}
.testimonial_box .swiper-slide.swiper-slide-cont {
  padding: 0;
  display: flex;
  border-radius: 15px;
  flex: 0 0 100%;
  background-color: #f5f8f9;
}
.testimonial_box .swiper-slide.swiper-slide-cont img {
  height: 100%;
  width: auto;
  max-width: 200%;
  object-fit: cover;
}
.testimonial_box .swiper-slide .testi_content {
  padding: 60px 40px;
  color: #000;
  font-size: 25px;
  line-height: 1.4em;
}
.testimonial_box .swiper-slide .testi_content .category {
}
.testimonial_box .swiper-slide .testi_content .author {
  text-align: center;
  line-height: 1;
  margin-top: 50px;
}
.testimonial_box .swiper-slide .testi_content .author .name {
  display: block;
  font-weight: bold;
  font-size: 20px;
}
.testimonial_box .swiper-slide .testi_content .author .position {
  font-weight: 300;
  font-size: 18px;
}
.testimonial-slider__text .swiper-pagination {
  position: static;
  margin-top: 27px;
  padding: 0 44px;
  text-align: center;
}
.testimonial-slider .swiper-nav {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 100%;
}
.testimonial-slider .swiper-btn-prev,
.testimonial-slider .swiper-btn-next {
  width: 21px;
  height: auto;
  position: absolute;
  cursor: pointer;
}
.testimonial-slider .swiper-nav .swiper-btn-prev {
  left: -30px;
  transform: rotate(180deg);
}
.testimonial-slider .swiper-nav .swiper-btn-next {
  right: 0;
}
.testimonial-slider__text .swiper-pagination-bullet {
  opacity: 0.8;
}
.testimonial-slider__text .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
  width: 12px;
  height: 12px;
  opacity: 1;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .step-tabs .tabs__controls ul li {
    padding: 15px 15px;
  }
  .g-box.tabs.step-tabs {
    margin: 0;
  }
  .step-tabs .tabs__content .step-details-video .g-box .content__media,
  .step-tabs .step-details-video {
    margin-bottom: 0px;
  }
  .step-tabs .tabs__content .step-details-video .g-box .content__media {
    width: 100%;
    position: relative;
    padding: 50px 0;
    min-height: 300px;
  }
  .step-tabs .tabs__content .step-details-video .g-box .content__text {
    width: 100%;
    padding-right: 0;
  }
  .step-tabs .step-details-video:before {
    display: none;
  }
  .step-tabs
    .tabs__content
    .step-details-video
    .g-box.content.content--reverse
    .content__media:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, transparent),
      color-stop(30%, #f6f9fa)
    );
    background-image: -webkit-linear-gradient(left, transparent 30%, #f6f9fa 0);
    background-image: -o-linear-gradient(left, transparent 30%, #f6f9fa 0);
    background-image: linear-gradient(90deg, transparent 30%, #f6f9fa 0);
  }
  .step-tabs .tabs__content .step-details-video .g-box .content__media iframe {
    max-width: 100%;
    border: none;
  }
  .step-tabs
    .tabs__content
    .step-details-video
    .g-box.content--reverse
    .content__media-inner {
    max-width: 100%;
  }
  .deep_dive .card .desc-holder .image {
    width: 100%;
  }
  .deep_dive .card .desc-holder .description {
    width: 100%;
  }
  .deep_dive .card .desc-holder .txt-learn-more {
    width: 100%;
    line-height: 3em;
  }
  .deep_dive .card .desc-holder .description .subtitle {
    padding-top: 10px;
  }
  .row_matrix .post {
    max-width: 100%;
    padding: 0;
  }
  .tooltip .tooltiptext {
    font-size: 12px;
    line-height: 1.15em;
    padding: 15px;
    margin-left: -25px;
    width: 100px;
  }
  .tooltip:after {
    left: 90%;
    top: -100%;
  }
  .row_matrix
    .table_section
    .desc_table
    .row-reg
    td:first-child
    .tooltip:after {
    top: -1.2em;
  }
  .row_matrix .table_section .sticky-menu table tr td {
    line-height: 1em;
    font-size: 10px;
    font-weight: 400;
  }
  .row_matrix .table_section .sticky-menu table tr td:first-child,
  .row_matrix .table_section .desc_table .row-reg td:first-child {
    padding-left: 10px;
    line-height: 1em;
    font-size: 12px;
    width: 20%;
  }
  .testimonial_box .swiper-slide.swiper-slide-cont {
    display: block;
  }
  .testimonial-slider .swiper-nav {
    display: none;
  }
}

/* Customizer CSS moved into stylesheet */
.sticky-menu.scroll-to-fixed-fixed {
  background-color: #fff;
}
.section_header.scroll-to-fixed-fixed td {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 auto;
}

.btn-wrap .btn {
  height: 50px;
  border-color: #ffffff;

  color: #ffffff;
  padding: 0 1rem;
  font-size: 15px;
  font-weight: 400;
}
.sg-popup-content {
  box-shadow: #646161 0 0 0px 0px !important;
}
.btn-wrap .btn:hover {
  color: #ffffff;
}

@media (max-width: 870px) {
  .btn-wrap {
    flex-direction: column;
    gap: 1rem;
  }
  .btn-wrap .btn {
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  .header-top.desktop {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .header-top.desktop {
    display: flex;
  }
  .header-top.mobile {
    display: none;
  }
}
/*
 * ADDED FROM THEME CUSTOMIZER 10-03-23 RPN
 */
/** Creates a shake effect **/
.recommended {
  animation: float 3.5s;
  animation-iteration-count: infinite;
}

.single .su-spoiler-title {
  font-size: 19px !important;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}

body {
  color: #515252 !important;
}

.resumator-job-description p {
  color: #515252 !important;
}

.resumator-job-description.resumator-jobs-text li {
  color: #515252 !important;
}

.resumator-job-info,
.resumator-job-info-details.resumator-jobs-text.resumator-jobs-text {
  color: #515252 !important;
}

.partners-types .text-icon-holder {
  color: #515252 !important;
}

.partners-types .block-title {
  color: #515252 !important;
}

.pricing__card {
  color: #515252 !important;
}

.thumbs-grid--customer .thumb-item__text .sub-title {
  color: #515252 !important;
}

.faq__body {
  color: #515252 !important;
}

.header-top {
  display: flex;
  justify-content: space-between;
  padding: 13px 49px;
  font-size: 12px;
  color: #fff;
  background-color: rgba(17, 1, 28, 0.3);
}
.header-top .preheader-txt-left {
  padding-left: 50px;
}
.header-top .preheader-contact-right {
  width: 60%;
  display: flex;
  justify-content: flex-end;
}

.employ-footer {
  background-color: #fff;
  color: #19191c;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.employ-footer p {
  margin: 0 0 16px;
  padding: 0;
}
.employ-footer ul {
  margin: 0;
  padding: 0;
}
.employ-footer .wrap {
  width: 100%;
  max-width: 1188px;
  padding: 36px 24px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1188px;
}
.employ-footer .wrap:after {
  content: none;
  display: table;
  clear: both;
}
.employ-footer .employ-menu .employ-logo {
  margin: 0 auto 16px;
  width: 160px;
}
.employ-footer .employ-info p {
  margin-bottom: 32px;
}
.employ-footer .employ-info a {
  color: #19191c;
  font-weight: 700;
}
.employ-footer .employ-info .logos {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
.employ-footer .employ-info .logos li {
  list-style: none;
  max-width: 100px;
  width: 100%;
}
.employ-footer .employ-info .logos li:first-child {
  margin-left: 0;
}
.employ-footer .employ-info .logos li a img {
  width: 100%;
}
.employ-footer .employ-info .legal a {
  display: block;
  padding: 0 16px;
}
.employ-footer .employ-info .legal .link-seperator {
  display: none;
}
@media (min-width: 769px) {
  .employ-footer .wrap {
    display: flex;
  }
  .employ-footer .employ-menu {
    border-right: 1px solid #ededed;
    padding-right: 64px;
  }
  .employ-footer .employ-menu .employ-logo {
    margin: 0 0 16px;
  }
  .employ-footer .employ-info {
    padding-left: 64px;
  }
  .employ-footer .employ-info .logos {
    justify-content: left;
  }
  .employ-footer .employ-info .legal a {
    display: inline-block;
  }
  .employ-footer .employ-info .legal .link-seperator {
    display: inline-block;
  }
}
.post-cont .cont-block {
  font-size: 1.3rem;
  line-height: 1.6;
}
.post-cont .cont-block h2 {
  font-size: 2rem;
  line-height: 1.2;
}
.post-cont .cont-block h3 {
  font-size: 1.75rem;
  line-height: 1.3;
}
.post-cont .cont-block a {
  font-weight: inherit;
  text-decoration: underline;	
}
.post-cont .cont-block a:hover {
  text-decoration: none;	
}
/* New Home Page Q4 2023  */
body.home,
body.page-template-pricing,
body.page-template-page-2024 {
  color: #000 !important;
}
.home .content__category:before,
.page-template-page-2024 .content__category:before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2301aedf;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='4' cy='4' r='4'/%3E%3Ccircle class='cls-1' cx='16' cy='4' r='4'/%3E%3Ccircle class='cls-1' cx='16' cy='16' r='4'/%3E%3Ccircle class='cls-1' cx='4' cy='16' r='4'/%3E%3C/svg%3E");
  padding-right: 0;
  display: inline-block;
  height: 0.65em;
  width: 0.65em;
  margin-right: 0.5em;
  margin-left: -1em;
}
.page-template-page-2024 .content__title,
.page-template-page-2024 .band-title {
  font-weight: bold;
}
@media (max-width: 767px) {
  .home .g-box,
  .page-template-page-2024 .g-box {
    margin: 0;
  }
  .home .content__category:before,
  .page-template-page-2024 .content__category:before {
    margin-left: 0;
  }
}
.home .header-top,
.page-template-pricing .header-top,
.page-template-page-2024 .header-top {
  background-color: #f6f8f9;
  color: #7c7986;
}
.home .header-top p,
.page-template-pricing .header-top p,
.page-template-page-2024 .header-top p {
  margin-bottom: 0;
}
.header-main,
.header {
  background-color: #fff;
  transition: none;
}
.header .btn {
  color: #fff;
  border-color: #01aedf;
  background-color: #01aedf;
}
.header .btn:hover {
  background-color: transparent;
  color: #01aedf;
}
.header .logo-svg .mask {
  fill: url(#a);
}
.logo linearGradient {
  display: block;
}
.logo-svg path,
.logo-svg polygon {
  fill: #9fa5aa;
}
.main-nav a {
  color: #000;
}
.page-template-page-2024 .banner.masthead-new {
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.masthead-new {
  justify-content: space-evenly;
  overflow: hidden;
}
@media (max-width: 767px) {
  .masthead-new {
    flex-direction: column-reverse;
    margin-top: 64px;
  }
}
.masthead-new .banner-image img {
  width: 100%;
}
.masthead-new .banner-caption {
  width: 100%;
}
@media (min-width: 768px) {
  .masthead-multi-image-new .banner-caption {
    width: 40%;
  }
  .masthead-multi-image-new .banner-visual {
    transform: translateY(45px);
    width: 30%;
  }
}
.masthead-new .banner-caption .title,
.masthead-new .banner-caption .title > h1 {
  font-weight: 700;
}
.masthead-new .banner-caption p {
  font-weight: 500;
}
.masthead-new .banner-visual {
  position: relative;
  max-width: 668px;
}
@media (min-width: 769px) {
  .home .masthead-new .banner-visual {
    padding-top: 370px;
  }
}
.up-cards-new .up-cards__list {
  margin: 64px auto 0;
}
.up-cards-new .up-cards__item {
  background-color: #fff;
  border-color: #e6f8fd;
  position: relative;
  padding: 72px 35px 20px;
}
@media (max-width: 767px) {
  .up-cards-new .up-cards__item {
    margin-top: 40px;
  }
  .up-cards-new .up-cards__item:first-child {
    margin-top: 0;
  }
}
.up-cards-new .up-cards__item .img-holder {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 65%;
  width: 65px;
  z-index: 1;
}
.up-cards-new .up-cards__item-title {
  font-weight: 700;
}
.stats-new {
  background-color: #f5f3fe;
  margin: 0;
  padding: 50px 0;
  position: relative;
}
.stats-new .stats-banner-image {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
  transform: translate(0, 0);
  z-index: 0;
}
.stats-new h2,
.stats-new .subhead {
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 1;
}
.stats-new .subhead {
  color: #6c07ae;
  text-transform: uppercase;
}
.statistic .img-holder {
  margin: 0 auto;
  width: 64px;
}
.statistic p {
  color: #6c07ae;
  font-weight: bold;
}
.statistic .value {
  color: #000;
}
.stats-new .statistics {
  position: relative;
  z-index: 1;
}
@media (min-width: 601px) {
  .stats-new .statistics {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
}
@media (min-width: 1201px) {
  .stats-new .statistics {
    flex-wrap: nowrap;
    max-width: 1248px;
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
  }
}
.stats-new .statistics .statistic {
  text-align: center;
}
@media (min-width: 601px) {
  .stats-new .statistics .statistic {
    width: 50%;
  }
}
@media (min-width: 993px) {
  .stats-new .statistics .statistic {
    width: 25%;
  }
}
.stats-new .statistics .statistic p {
  font-size: 1.2em;
}
.stats-new .statistics .statistic p.value {
  font-size: 4.5rem;
  font-weight: 300;
  margin-bottom: 0;
}
.award-review {
  background-color: #6c07ae;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.award-review .award-ranking {
  margin: 0 auto;
  max-width: 168px;
  width: 100%;
}
.award-review .awards-list {
  display: flex;
  gap: 1em;
  margin-bottom: 1em;
}
.award-review .awards-list .award-item {
  width: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .award-review {
    background-image: none !important;
    padding: 40px 0;
  }
}
.award-review .container {
  display: flex;
  justify-content: flex-end;
}
.award-review .content {
  text-align: center;
  flex-direction: column;
}
@media (min-width: 769px) {
  .award-review .content {
    width: 50%;
  }
}
.cta-banner {
  background-color: #4eabdb;
  padding: 40px 0;
}
.cta-banner .container {
  position: relative;
}
.cta-banner .cta-banner-image {
  position: absolute;
  left: auto;
  top: 50%;
  right: 0;
  transform: translate(30%, -46%);
}
.cta-banner p {
  color: #fff;
  font-weight: 500;
}
.module-left-right-new .content__media-inner,
.module-cta-new .content__media-inner {
  height: auto;
}
.module-cta-new .content__text,
.module-cta-new .content__category,
.module-cta-new .content__title,
.module-cta-new .link {
  color: #fff;
  text-align: center;
}
.module-cta-new .content__category {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
}
.page-template-page-2024 .module-cta-new .content__category:before {
  height: auto;
  margin: 0 0 1em;
  padding: 0;
}
.module-cta-new .content__media {
  padding: 0 !important;
}
.module-cta-new .content__media-inner {
  padding-bottom: 0;
}
.module-left-right-new.content--dark-bg {
  background-color: #edf4fb;
}
.module-cta-new .module-cta-new-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1536px;
}
@media (min-width: 768px) {
  .module-cta-new.module-cta-scalable .module-cta-new-wrap {
    align-items: stretch;
  }
  .module-cta-new.module-cta-scalable
    .module-cta-new-wrap
    .content__media-inner {
    display: none !important;
  }
}
.page-template-pricing .module-cta-new .module-cta-new-wrap {
  background: none;
  background-color: #ddeff9;
  margin: 0 auto;
}
.page-template-pricing .module-cta-new .content__text,
.page-template-pricing .module-cta-new .content__category,
.page-template-pricing .module-cta-new .content__title,
.page-template-pricing .module-cta-new .link {
  color: #000;
  text-align: left;
}
/* .page-template-pricing .module-cta-new .content__media-inner {
  transform: scale(1.3);
} */
.page-template-pricing .module-cta-new .module-cta-new-wrap {
  background-size: cover;
  background-position: right;
}
.cta-left-right-new {
  margin-bottom: 0;
  margin-top: 24px !important;
}
.cta-left-right-new .cta-img {
  padding-top: 24px;
}
body .cta-left-right-new .btn:hover {
  border-color: #000 !important;
}
@media (min-width: 769px) {
  .module-left-right-new .content__media-inner {
    padding: 60px;
  }
  .module-cta-new .module-cta-new-wrap .content__text-inner {
    padding-bottom: 4em;
    padding-top: 4em;
  }
}
.module-cta-new-other .module-cta-new-wrap {
  display: flex;
}
@media (max-width: 980px) {
  .module-cta-new:not(.module-cta-scalable) .module-cta-new-wrap,
  .module-cta-new-other .module-cta-new-wrap {
    flex-direction: column-reverse;
  }
  .page-template-pricing .banner {
    height: auto;
  }
  .page-template-pricing .banner--user-select .banner-caption {
    max-width: none;
  }
  .page-template-pricing .banner-caption {
    margin-top: 60px;
    padding: 40px 0;
  }
  .page-template-pricing
    .module-cta-new.content--reverse
    .module-cta-new-wrap
    .content__media {
    align-self: center !important;
  }
}
@media (min-width: 981px) {
  .module-cta-new.content--reverse .module-cta-new-wrap {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .module-cta-new.module-cta-scalable.content--reverse .module-cta-new-wrap {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .module-cta-new .content__media {
    margin: 0 !important;
  }
  .module-cta-new.content--reverse .module-cta-new-wrap {
    flex-direction: column;
  }
  .page-template-pricing .module-cta-new.content--reverse .module-cta-new-wrap {
    flex-direction: column-reverse;
  }
  .module-cta-new.content--no-decor .content__media {
    margin-bottom: 0;
  }
  .module-cta-new.content--no-decor .content__text {
    margin-bottom: 42px;
    margin-top: 42px;
  }
  .module-left-right-new.content--no-decor .content__media {
    margin-bottom: 0;
    padding-bottom: 42px;
    padding-top: 42px;
  }
  .module-left-right-new.content--no-decor .content__text {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .cta-left-right-new .cta-img {
    flex-direction: column;
    padding-bottom: 0;
  }
  .cta-left-right-new .cta-img__media {
    margin-bottom: 0;
    margin-top: 40px;
  }
  .page-template-page-2024 .header,
  .page-template-pricing .header {
    position: static;
  }
  .masthead-new {
    flex-direction: column-reverse;
    margin-top: 64px;
  }
  .masthead-multi-image-new {
    flex-direction: column;
  }
  .masthead-new.banner {
    height: unset;
    margin-top: 0;
  }
  .masthead-new .banner-caption {
    margin-top: -100px;
  }
  .masthead-multi-image-new .banner-caption {
    margin-top: 42px;
    padding: 0 24px;
    transform: none;
  }
  .page-template-pricing .banner {
    height: auto;
  }
  .page-template-pricing .banner-caption {
    margin-top: 0;
    padding: 24px;
  }
  .page-template-pricing .banner--user-select .banner-caption .title,
  .page-template-pricing .banner--user-select .banner-caption .title > h1 {
    margin-bottom: 0;
  }
  .pricing {
    background-color: #ddeff9;
    padding: 0;
  }
  .pricing__list {
    background-color: transparent;
    -webkit-transform: none;
    transform: none;
  }
  .masthead-multi-image-new .banner-visual-lt {
    display: none;
  }
  .masthead-multi-image-new .btn--light {
    background-color: transparent;
    color: #fff;
  }
  .featured-blogs.featured-content .band-title {
    font-size: 36px;
    line-height: 42px;
  }
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: flex !important;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: inherit !important;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "•";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}
@font-face {
  font-family: "hello_americaregular";
  src: url("../css/webfonts/hello_america/hello_america-webfont.woff2")
      format("woff2"),
    url("../css/webfonts/hello_america/hello_america-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "hello_america_altregular";
  src: url("../css/webfonts/hello_america/hello_america_alt-webfont.woff2")
      format("woff2"),
    url("../css/webfonts/hello_america/hello_america_alt-webfont.woff")
      format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.25;
  /* END MAIN */
  /* END FOOTER */
  /* END EMPLOY FOOTER */
  /* END FORM */
}
@media (max-width: 1199px) {
  body.admin-bar.visible-nav .header-main {
    top: var(--wp-admin--admin-bar--height);
  }
  body.admin-bar.visible-nav .header-main .main-menu {
    top: calc(60px + var(--wp-admin--admin-bar--height));
  }
}
@media (max-width: 1199px) {
  body.admin-bar.visible-nav.has-fixed-header .header-main {
    top: 0;
  }
  body.admin-bar.visible-nav.has-fixed-header .header-main .main-menu {
    top: 60px;
  }
}
body .btn {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  transition: all 0.15s ease-in-out;
  text-decoration: none !important;
}
body .btn:hover {
  background-color: #b477d2 !important;
  border-color: #b477d2 !important;
  color: #000 !important;
}
body .btn.btn--light {
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
  color: #000 !important;
}
body .btn.btn--light:hover {
  background-color: transparent !important;
  border-color: #f1d9fb !important;
  color: #f1d9fb !important;
}
body .btn.btn--secondary {
  background-color: transparent !important;
  border-color: #f1d9fb !important;
  color: #f1d9fb !important;
}
body .btn.btn--secondary:hover {
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
  color: #000 !important;
}
body .header .header-top {
  background-color: #000;
  color: #fff;
}
body .header .header-top.desktop {
  justify-content: end;
}
body .header .header-top p {
  margin-bottom: 0;
}
body .header .header-main {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 1199px) {
  body .header .header-main .main-menu {
    top: 60px;
  }
}
@media (min-width: 1200px) {
  body .header .header-main .main-menu {
    justify-content: end;
  }
}
body .header .btn {
  background-color: #b477d2 !important;
  border-color: #b477d2 !important;
  border-radius: 50px;
  color: #000;
  transition: all 0.15s ease-in-out;
}
body .header .btn:hover {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
body .header .btn.btn--secondary {
  color: #fff !important;
}
body .header .btn + .btn {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  body .header .btn.btn--secondary {
    background-color: transparent !important;
    border-color: #b477d2 !important;
    border-radius: 50px;
    color: #281330 !important;
    transition: all 0.15s ease-in-out;
  }
  body .header .btn.btn--secondary:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
  }
  body .header .btn + .btn {
    margin-left: 20px;
    margin-top: 0;
  }
}
body .main-nav .menu > .menu-item {
  position: relative;
}
@media (max-width: 1199px) {
  body .main-nav .menu > .menu-item.menu-item-has-children > a {
    display: none;
  }
}
body .main-nav .menu > .menu-item > a {
  padding: 14px 0;
}
body .main-nav .menu > .menu-item > .sub-menu {
  display: block;
}
@media (min-width: 1200px) {
  body .main-nav .menu > .menu-item > .sub-menu {
    position: absolute;
    left: -9999px;
    opacity: 0;
    top: 41px;
    background: white;
  }
}
body .main-nav .menu > .menu-item > .sub-menu li {
  margin-right: 0;
}
body .main-nav .menu > .menu-item > .sub-menu a {
  width: 100%;
}
@media (min-width: 980px) {
  body .main-nav .menu > .menu-item > .sub-menu a {
    padding: 8px 24px;
  }
}
body .main-nav .menu > .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
body .main-nav a:hover {
  color: #b477d2;
}
@media (max-width: 1199px) {
  body a.btn.btn--alternate svg {
    display: none !important;
  }
}
body #main {
  font-size: 18px;
  /* END CTA-FULL */
  /* OWL CAROUSEL */
  /* END OWL CAROUSEL */
  /* END SOLUTIONS */
}
body #main h1,
body #main h2,
body #main h3,
body #main h4,
body #main h5,
body #main h6 {
  font-family: "Work Sans", sans-serif;
  font-weight: 335;
}
body #main h2,
body #main h3,
body #main h4,
body #main h5,
body #main h6 {
  line-height: 1;
}
body #main a {
	text-decoration: underline;
}
body #main a:hover {
	text-decoration: none;
}
body #main mark {
  background-color: transparent;
  color: #b477d2;
  display: inline-block;
  font-family: "hello_americaregular", serif !important;
  line-height: 1;
  margin: -20px 0;
  transform: rotate(-3deg);
}
body #main mark.has-employ-light-blue-color {
  color: blue !important;
}
body #main mark.employ-script-alt {
  font-family: "hello_america_altregular", serif !important;
}
body #main mark.employ-script-lg {
  font-size: 1.5em;
  padding-top: 10px;
  padding-bottom: 10px;
}
body #main mark.pb-20 {
  padding-bottom: 20px;
}
body #main mark.pt-20 {
  padding-top: 20px;
}
@media (max-width: 1023px) {
  body #main .banner {
    margin-bottom: 0 !important;
  }
}
body #main .masthead-new {
  background-color: #281330;
  color: #f1d9fb;
  height: auto;
  overflow: visible;
}
@media (min-width: 768px) {
  body #main .masthead-new {
    margin-bottom: 0;
  }
}
body #main .masthead-new .banner-caption {
  align-items: center;
}
@media (max-width: 767px) {
  body #main .masthead-new .banner-caption {
    margin-top: 64px !important;
  }
}
body #main .masthead-new .banner-caption .title,
body #main .masthead-new .banner-caption p {
  text-align: center;
}
body #main .masthead-new .banner-caption p {
  font-weight: 400;
  line-height: inherit;
}
body #main .masthead-new .banner-caption .btn-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  body #main .masthead-new .banner-caption .btn-wrapper {
    flex-direction: row;
    gap: 1em;
  }
}
body #main .masthead-new .banner-visual {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  body #main .masthead-new .banner-visual {
    top: 24px;
  }
}
body #main .masthead-new.masthead-stacked {
  flex-direction: column;
  gap: 24px;
}
body #main .user-select {
  background: #b477d2;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
body #main .user-select .user-select__inner {
  padding: 50px 0;
}
body #main .user-select .user-select__title {
  color: #000;
}
body #main .user-select .user-select__label {
  color: #f1d9fb;
  font-family: "hello_america_altregular", serif !important;
  transform: rotate(-3deg);
}
body #main .user-select .user-select__selected {
  border: 1px solid black;
  border-radius: 50px;
  padding: 12px 24px;
  min-height: auto;
  color: black;
  font-size: 16px;
  font-weight: 600;
}
body #main .user-select .user-select__selected:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE3IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNi4wNCAwTDguMDQwMDQgOEwwLjA0MDAzOTEgMEgxNi4wNFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPg==");
  top: 20px;
  transform: rotate(0);
  right: 18px;
  width: 17px;
  height: 8px;
}
body
  #main
  .user-select
  .user-select__dropdown.expanded
  .user-select__selected:after {
  transform: rotate(180deg);
}
body #main .content__category {
  font-weight: 600;
  letter-spacing: 0;
  color: #000;
}
body #main .content__category:before {
  display: none;
}
body #main .content__text {
  font-size: 18px;
}
body #main .content__text p {
  line-height: inherit;
  letter-spacing: 0;
}
body #main .content__text .link {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  transition: all 0.15s ease-in-out;
  text-decoration: none !important;
}
body #main .content__text .link:hover {
  background-color: #b477d2 !important;
  border-color: #b477d2 !important;
  color: #000 !important;
}
body #main .content__text .link svg {
  display: none;
}
body #main .content__text ul {
  line-height: inherit;
  font-size: inherit;
  padding-left: 0;
}
body #main .content__text ul li {
  list-style-type: none;
  margin-bottom: 1em;
  padding: 0px 0 3px 48px;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCA5MjYgNDU0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNzAwLjkzNSAyNzguNzI5QzY4MC4xOTkgMjc4LjcyOSA2NTkuNDkgMjc5LjAwMSA2MzguNzU0IDI3OC42NzVDNDYyLjMzNiAyNzYuMDY3IDI4NS45MTcgMjczLjM3NyAxMDkuNTI2IDI3MC42ODhDOTAuMjc4NSAyNzAuMzg5IDcwLjk3NzIgMjcwLjg1MSA1MS44MTEzIDI2OS4zMDJDMjUuNDQ0NiAyNjcuMTgzIC01LjQxNTc1IDI2Mi4xODUgMC44MTA0NzIgMjI4LjExOUMzLjMwMDk2IDIxNC41MDkgMzIuMjkzNSAxOTcuMzQgNTAuMDI0NiAxOTYuMzA4QzE5Ny4yODggMTg3Ljk0MSAzNDQuNzY4IDE4Mi43NTIgNDkyLjE5NCAxNzcuMTgzQzUyNS43NjIgMTc1LjkwNiA1NTkuNDExIDE3Ni45OTMgNTk2LjUyNCAxNTguNzkyQzU1Ni4xNjIgMTM1LjcwMSA1MTMuNjM0IDExNS41OTggNDc2LjM4NSA4OC4yNDE5QzQ1OC43MzUgNzUuMjgzOCA0MzcuNzgzIDQ1LjI2NTUgNDQxLjc2MiAyOC42NEM0NTAuNjE0IC04LjI1MTE3IDQ4OC43NTcgLTIuODcyMzQgNTE0LjE0OSA4LjM0NzE2QzYzNC4yMzMgNjEuNDI5MiA3NTUuNzggMTEyLjQyIDg3MC45MzggMTc1LjAxQzk0NC43MDUgMjE1LjEwNiA5NDQuMDgzIDI3NS4yMjUgODcwLjY5NCAzMTQuOTk1Qzc3Mi40ODMgMzY4LjI0IDY2Ny42MTEgNDA5LjM0MiA1NjQuMzkxIDQ1Mi43NTNDNTUxLjkzOSA0NTcuOTk2IDUzMS45NjEgNDQ1LjI4MyA1MTUuNDc1IDQ0MC44ODJDNTIxLjAyNSA0MjQuMjU2IDUyMS42NDcgNDAxLjM4MyA1MzMuMDk4IDM5Mi4zMDlDNTU3Ljg5NSAzNzIuNjY4IDU4OC4xODYgMzU5Ljk1NSA2MTYuMzQgMzQ0LjY2QzY0NS44NDcgMzI4LjYzMyA2NzUuNTE2IDMxMi45MDQgNzA1LjEzMSAyOTcuMDY2QzcwMy43MjMgMjkwLjk1MyA3MDIuMzQzIDI4NC44MTQgNzAwLjkzNSAyNzguNzAyVjI3OC43MjlaIiBmaWxsPSIjQjQ3N0QyIi8+Cjwvc3ZnPg==");
}
body #main .content__text ul li:before {
  display: none;
}
body #main .attributes-numbered {
  padding: 0 24px;
}
body #main .attributes-numbered .attributes-numbered-inner {
  border-bottom: 1px solid #000;
  margin: 0 auto;
  max-width: 1248px;
}
@media (min-width: 768px) {
  body #main .attributes-numbered .attributes-numbered-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body #main .attributes-numbered .attributes-numbered-inner .attribute {
  border-top: 1px solid #000;
  display: grid;
  align-items: center;
  grid-template-columns: 10% 90%;
}
body #main .attributes-numbered .attributes-numbered-inner .attribute .number {
  color: #b477d2;
  font-family: "hello_america_altregular", serif !important;
  font-size: 42px;
  font-weight: normal;
  text-align: center;
}
body
  #main
  .attributes-numbered
  .attributes-numbered-inner
  .attribute
  .attribute__content {
  padding: 24px;
}
body
  #main
  .attributes-numbered
  .attributes-numbered-inner
  .attribute
  .attribute__content
  h5 {
  color: #000;
  font-weight: 700;
}
body
  #main
  .attributes-numbered
  .attributes-numbered-inner
  .attribute
  .attribute__content
  h5,
body
  #main
  .attributes-numbered
  .attributes-numbered-inner
  .attribute
  .attribute__content
  p {
  margin-bottom: 0;
}
body #main .cta-tiles {
  padding: 24px;
}
@media (min-width: 768px) {
  body #main .cta-tiles {
    padding: 0 24px;
  }
}
body #main .cta-tiles .cta-tiles__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1248px;
  width: 100%;
}
@media (min-width: 768px) {
  body #main .cta-tiles .cta-tiles__list {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
body #main .cta-tiles .cta-tiles__list .cta-tiles__item {
  background-color: #281330;
  border-radius: 12px;
  color: #f1d9fb;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 32px 35px 20px;
}
@media (min-width: 768px) {
  body #main .cta-tiles .cta-tiles__list .cta-tiles__item {
    width: 33%;
  }
}
body #main .cta-tiles .cta-tiles__list .cta-tiles__item .cta-tiles__item-title {
  border-bottom: 1px solid;
  color: #f1d9fb;
  padding-bottom: 16px;
}
body #main .cta-tiles .cta-tiles__list .cta-tiles__item .img-holder img {
  display: block;
  width: auto;
  height: 144px;
  margin: 48px auto;
}
body #main .cta-tiles .cta-tiles__list .cta-tiles__item .link {
  display: block;
  margin-bottom: 0;
  margin-top: auto;
}
body #main .cta-tiles .cta-tiles__list .cta-tiles__item .link a {
  display: block;
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  transition: all 0.15s ease-in-out;
  text-align: center;
  text-decoration: none !important;
}
body #main .cta-tiles .cta-tiles__list .cta-tiles__item .link a:hover {
  background-color: #b477d2 !important;
  border-color: #b477d2 !important;
  color: #000 !important;
}
body #main .cta-tiles .cta-tiles__list .cta-tiles__item .link a:hover {
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
}
@media (max-width: 767px) {
  body #main .module-media-text {
    padding: 24px;
  }
}
body #main .module-media-text .module-media-text__inner {
  overflow: hidden;
  max-width: 1248px;
  margin: 0 auto;
  border-top: 1px solid;
  padding-top: 36px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body #main .module-media-text .module-media-text__inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
body #main .module-media-text .module-media-text__inner.first-element {
  border-top: none;
}
body #main .module-media-text .module-media-text__inner .content__media-inner {
  height: auto;
  padding-bottom: inherit;
}
body
  #main
  .module-media-text
  .module-media-text__inner
  .content__media-inner:after {
  display: none !important;
  padding-bottom: 36px;
}
body #main .module-media-text .module-media-text__inner .content__text-inner {
  max-width: none;
}
@media (min-width: 768px) {
  body #main .module-media-text .module-media-text__inner .content__text-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body #main .module-media-text.last-element {
  border-bottom: 1px solid;
}
body #main .cta-banner {
  background-color: #b477d2;
}
body #main .cta-banner p {
  color: #000;
  padding-top: 24px;
}
@media (min-width: 768px) {
  body #main .cta-banner p {
    padding-top: 0;
  }
}
body #main .cta-banner .cta-banner-image {
  left: 0;
  right: auto;
  top: 0;
  transform: translate(-10px, -42px);
}
@media (max-width: 767px) {
  body #main .logo-wall {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
body #main .logo-wall h2 {
  color: #b477d2;
  font-family: "hello_america_altregular";
  transform: rotate(-1deg);
}
body #main .logo-wall .logo-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 980px) {
  body #main .logo-wall .logo-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
body #main .logo-wall .logo-list .logo-item {
  margin: 0 auto;
}
body #main .logo-wall .link {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  transition: all 0.15s ease-in-out;
  margin-top: 24px;
  text-decoration: none !important;
}
body #main .logo-wall .link:hover {
  background-color: #b477d2 !important;
  border-color: #b477d2 !important;
  color: #000 !important;
}
body #main .logo-wall .link svg {
  display: none;
}
body #main .award-review {
  background-color: #281330;
  color: #f1d9fb;
  padding: 0;
}
body #main .award-review .container {
  flex-direction: column-reverse;
  padding: 0;
}
@media (min-width: 768px) {
  body #main .award-review .container {
    flex-direction: row;
    /* UN-CENTER AWARD-REVIEW */
    padding-right: 0;
  }
}
body #main .award-review .content {
  padding: 24px 56px;
}
@media (min-width: 768px) {
  body #main .award-review .content {
    padding: 0 56px;
  }
}
body #main .award-review .content .heading {
  color: #f1d9fb;
}
body #main .award-review .content .awards-list {
  width: 100%;
}
body #main .award-review .content__media {
  margin-bottom: 0 !important;
  padding: 0;
}
body #main .award-review .content__media .content__media-inner {
  max-width: none;
  padding-bottom: 0;
  height: auto;
}
body #main .award-review .content__media .content__media-inner:after {
  display: none !important;
}
body #main .award-review .content__media .content__media-inner img {
  -webkit-clip-path: polygon(
    0% 0%,
    0% 91%,
    23% 99%,
    32% 93%,
    59% 98%,
    73% 92%,
    100% 94%,
    100% 0%
  );
  clip-path: polygon(
    0% 0%,
    0% 91%,
    23% 99%,
    32% 93%,
    59% 98%,
    73% 92%,
    100% 94%,
    100% 0%
  );
}
@media (min-width: 768px) {
  body #main .award-review .content__media .content__media-inner img {
    -webkit-clip-path: polygon(
      7% 0,
      0% 24%,
      4% 35%,
      0 61%,
      5% 75%,
      4% 100%,
      94% 100%,
      100% 68%,
      93% 37%,
      100% 20%,
      95% 0
    );
    clip-path: polygon(
      7% 0,
      0% 24%,
      4% 35%,
      0 61%,
      5% 75%,
      4% 100%,
      94% 100%,
      100% 68%,
      93% 37%,
      100% 20%,
      95% 0
    );
  }
}
body #main .cta-full {
  background-color: #ffebbb;
}
@media (min-width: 768px) {
  body #main .cta-full {
    background-color: transparent;
  }
}
body #main .cta-full .cta-full__decor {
  position: relative;
  z-index: 1;
}
body #main .cta-full .cta-full__text {
  color: #000;
}
body #main .cta-full .cta-full__text .cta-full__title mark {
  color: #f1d9fb !important;
}
body #main .cta-full .cta-buttons .btn--secondary {
  border-color: #000 !important;
  color: #000 !important;
}
body #main .cta-full .cta-full__media {
  display: none;
}
@media (min-width: 768px) {
  body #main .cta-full .cta-full__media {
    display: block;
  }
}
body #main .stats-new h2 {
  color: #b477d2;
  font-family: "hello_america_altregular";
  font-size: 56px;
  transform: rotate(-1deg);
}
body #main .stats-new .statistic p {
  color: #b477d2;
  font-weight: 600;
}
body #main .stats-new .statistic p.value {
  color: #000;
  font-weight: 300;
}
body #main .g-form-wrapper .g-form .btn-container .btn-col .btn {
  background-color: #f1d9fb !important;
  background-image: none !important;
  border-color: #f1d9fb !important;
  border-radius: 50px !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  text-decoration: none;
}
body #main .owl-carousel,
body #main .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
body #main .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
body #main .owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
body #main .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body #main .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
body #main .owl-carousel .owl-item,
body #main .owl-carousel .owl-wrapper {
  -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);
}
body #main .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
body #main .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
body #main .owl-carousel .owl-dots.disabled,
body #main .owl-carousel .owl-nav.disabled {
  display: none;
}
body #main .no-js .owl-carousel,
body #main .owl-carousel.owl-loaded {
  display: block;
}
body #main .owl-carousel .owl-dot,
body #main .owl-carousel .owl-nav .owl-next,
body #main .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body #main .owl-carousel .owl-nav button.owl-next,
body #main .owl-carousel .owl-nav button.owl-prev,
body #main .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
body #main .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
body #main .owl-carousel.owl-hidden {
  opacity: 0;
}
body #main .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
body #main .owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body #main .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
body #main .owl-carousel.owl-rtl {
  direction: rtl;
}
body #main .owl-carousel.owl-rtl .owl-item {
  float: right;
}
body #main .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
body #main .owl-carousel .owl-animated-in {
  z-index: 0;
}
body #main .owl-carousel .owl-animated-out {
  z-index: 1;
}
body #main .owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body #main .owl-height {
  transition: height 0.5s ease-in-out;
}
body #main .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
body #main .owl-carousel .owl-item .owl-lazy:not([src]),
body #main .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
body #main .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
body #main .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
body #main .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 0.1s ease;
}
body #main .owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
body #main .owl-carousel .owl-video-playing .owl-video-play-icon,
body #main .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
body #main .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
body #main .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body #main .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
body #main .owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
body #main .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
body #main .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
body #main .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
body #main .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
body #main .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
body #main .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
body #main .owl-theme .owl-dots .owl-dot.active span,
body #main .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
body #main .owl-stage {
  display: flex;
  padding-bottom: 30px;
  padding-top: 30px;
}
body #main .owl-item {
  display: flex;
  flex: 1 0 auto;
  height: auto;
  transition: all 0.15s ease-in-out;
}
body #main .owl-item.active {
  scale: 1 1.05;
}
body #main .solutions {
  background-color: #000;
  padding-top: 30px;
}
body #main .solutions .heading {
  color: #ffebbb;
  font-family: "hello_america_altregular";
  transform: rotate(-1deg);
}
body #main .solutions .headline {
  color: #fff;
  display: flex;
  flex-direction: row;
}
body #main .solutions .headline .col {
  width: 50%;
}
body #main .solutions .solutions__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 48px 0;
}
@media (min-width: 768px) {
  body #main .solutions .solutions__inner {
    align-items: stretch;
    flex-direction: row;
    gap: 12px;
  }
}
body #main .solutions .solutions__inner .col {
  background-color: #b477d2;
  border-radius: 12px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
}
@media (min-width: 768px) {
  body #main .solutions .solutions__inner .col {
    width: 33%;
  }
}
body #main .solutions .solutions__inner .col.col-lever {
  background-color: #47a7a1;
}
body #main .solutions .solutions__inner .col.col-jobvite {
  background-color: #65a9da;
}
body #main .solutions .solutions__inner .col.col-jazzhr {
  background-color: #b477d2;
}
body #main .solutions .solutions__inner .col .img-cols {
  display: grid;
  width: 100%;
  grid-template-columns: 60% 40%;
  align-items: top;
}
body #main .solutions .solutions__inner .col .img-cols .solution-img {
  transform: translateY(-40px);
}
body #main .solutions .solutions__inner .col .btn {
  display: inline-block;
  margin-top: auto;
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  transition: all 0.15s ease-in-out;
}
body #main .solutions .solutions__inner .col .btn:hover {
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
  color: #000 !important;
}
body #main .solutions .solution_cta {
  text-align: center;
}
body #main .solutions .solution_cta .link {
  background-color: #000 !important;
  border-color: #000 !important;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  transition: all 0.15s ease-in-out;
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
  color: #000 !important;
}
body #main .solutions .solution_cta .link:hover {
  background-color: #b477d2 !important;
  border-color: #b477d2 !important;
  color: #000 !important;
}
body .footer {
  background-color: #000;
  color: #fff;
  padding-bottom: 30px;
}
body .footer .footer__col .footer__title {
  color: #fff;
  display: block;
  font-weight: 600;
}
body .footer .footer__col ul a {
  color: #fff;
}
body .footer .footer__col ul li {
  margin-bottom: inherit;
}
body .footer .footer__col ul li:first-child a {
  color: #fff;
  font-weight: inherit;
  line-height: inherit;
  padding: 7px 0;
  font-size: 14px;
}
body .footer .footer__col ul li a[target="_blank"]:after {
  filter: invert(1);
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
  margin: 0 3px 0 5px;
}
body .footer .social {
  gap: 16px;
}
body .footer .social li {
  margin-bottom: 0 !important;
  width: 24px;
}
body .footer .social li a {
  filter: none !important;
}
body .footer .social li a:after {
  display: none !important;
}
body .footer .social li a svg {
  height: auto;
  width: 100%;
}
body .employ-footer {
  background-color: #000;
  color: #fff;
}
body .employ-footer .employ-footer__divider {
  border-top: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
body .employ-footer .employ-menu {
  border-right: none;
  padding-right: 0;
}
body .employ-footer .employ-info a {
  color: #fff;
}
body .employ-footer .employ-info .legal a {
  color: #fff;
  padding: 0;
}
body .employ-footer .employ-info .legal .link-seperator {
  padding: 0 16px;
}
body .g-form-wrapper {
  background-color: #281330;
}
body .g-form-wrapper .g-form {
  align-items: center;
}
body .g-form-wrapper .g-form .g-form__content {
  background-color: transparent;
}
@media (max-width: 1024px) {
  body .g-form-wrapper .g-form .g-form__content {
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  body .g-form-wrapper .g-form .g-form__content {
    width: 55%;
  }
}
body .g-form-wrapper .g-form .g-form__content .g-form__content-inner {
  max-width: none;
}
body .g-form-wrapper .g-form .g-form__content .g-form__content-inner h1,
body .g-form-wrapper .g-form .g-form__content .g-form__content-inner p {
  color: #f1d9fb;
  text-align: center;
}
body .g-form-wrapper .g-form .g-form__content .g-form__content-inner h1 {
  margin-bottom: 0;
}
body
  .g-form-wrapper
  .g-form
  .g-form__content
  .g-form__content-inner
  .contact-form {
  max-width: none;
}
body
  .g-form-wrapper
  .g-form
  .g-form__content
  .g-form__content-inner
  .contact-form
  form {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  body .g-form-wrapper .g-form .g-form__aside {
    width: 45%;
  }
}
body .g-form-wrapper .g-form .btn-container {
  display: grid;
  gap: 24px;
  grid-template-columns: auto;
  margin-top: 48px;
}
@media (min-width: 1025px) {
  body .g-form-wrapper .g-form .btn-container {
    grid-template-columns: 50% 50%;
  }
}
body .g-form-wrapper .g-form .btn-container .btn-col {
  text-align: center;
}
body .g-form-wrapper .g-form .btn-container .btn-col .btn {
  display: inline-block;
}
body .g-form-wrapper[data-popup="true"] .btn-container .btn-col .btn {
  background-color: transparent !important;
  border-color: #f1d9fb !important;
  color: #f1d9fb !important;
}
body .g-form-wrapper[data-popup="true"] .btn-container .btn-col .btn:hover {
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
  color: #000 !important;
}
body
  .g-form-wrapper[data-popup="true"]
  .btn-container
  .btn-col:first-child
  .btn {
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
  color: #000 !important;
}
body
  .g-form-wrapper[data-popup="true"]
  .btn-container
  .btn-col:first-child
  .btn:hover {
  background-color: transparent !important;
  border-color: #f1d9fb !important;
  color: #f1d9fb !important;
}
body .fancybox-slide .g-form-wrapper .g-form .btn-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
@media (min-width: 1025px) {
  body .fancybox-slide .g-form-wrapper .g-form .btn-container {
    flex-direction: row;
  }
}
body .mktoForm {
  color: #f1d9fb !important;
}
body .mktoForm .mktoFormCol {
  margin-bottom: 10px !important;
}
body .mktoForm .mktoFormCol,
body .mktoForm .mktoFieldWrap {
  width: 100%;
}
body .mktoForm label,
body .mktoForm .mktoLabel {
  color: #f1d9fb;
}
body .mktoForm input,
body .mktoForm select,
body .mktoForm .mktoField,
body .mktoForm .selectric,
body .mktoForm textarea {
  background-color: transparent !important;
  border: 1px solid #f1d9fb !important;
  color: #f1d9fb !important;
  padding: 0 20px !important;
  border-radius: 50px !important;
}
body .mktoForm input::-moz-placeholder {
  color: #f1d9fb;
  opacity: 1;
}
body .mktoForm input::placeholder {
  color: #f1d9fb;
  opacity: 1;
}
body .mktoForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #f1d9fb 50%),
    linear-gradient(135deg, #f1d9fb 50%, transparent 50%);
  background-position: calc(100% - 20px) 1em, calc(100% - 15px) 1em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
body .mktoForm textarea {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
body .mktoForm input[type="text"]:focus,
body .mktoForm input[type="url"]:focus,
body .mktoForm input[type="email"]:focus,
body .mktoForm input[type="tel"]:focus,
body .mktoForm input[type="number"]:focus,
body .mktoForm input[type="date"]:focus,
body .mktoForm select.mktoField:focus,
body .mktoForm textarea.mktoField:focus {
  color: #f1d9fb !important;
}
body .mktoForm p,
body .mktoForm .mktoCaptchaDisclaimer {
  color: #f1d9fb;
}
body .mktoForm p a,
body .mktoForm .mktoCaptchaDisclaimer a {
  color: #f1d9fb;
  text-decoration: underline;
}
body .mktoForm .mktoButtonRow {
  text-align: center;
  width: 100%;
}
body .mktoForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
body .mktoForm button[type="submit"],
body .mktoForm input[type="submit"],
body .mktoForm .mktoButtonWrap.mktoGlow .mktoButton,
body .mktoForm .mktoButtonWrap.mktoInset .mktoButton,
body .mktoForm .mktoButtonWrap .mktoButton {
  background-color: #f1d9fb !important;
  background-image: none !important;
  border-color: #f1d9fb !important;
  border-radius: 50px !important;
  color: #000 !important;
  font-weight: 600 !important;
  padding: 8px 32px !important;
  width: auto !important;
}
body .mktoForm label#LblOpted_in__c {
  display: block;
  float: left;
  width: 100% !important;
}
body .mktoForm input.mktoField.mktoInvalid,
body .mktoForm textarea.mktoField.mktoInvalid,
body .mktoForm select.mktoField.mktoInvalid,
body .mktoForm .mktoLogicalField.mktoInvalid {
  border-bottom-color: #b477d2 !important;
}

body.page-template-pricing {
  /* PRICING */
  /* END PRICING */
}
body.page-template-pricing #main .banner {
  margin-top: 100px;
}
body.page-template-pricing #main .banner--user-select .banner-caption {
  color: #f1d9fb;
  max-width: none;
  padding-bottom: 60px;
  padding-top: 156px;
}
body.page-template-pricing #main .banner--user-select .banner-caption h1,
body.page-template-pricing #main .banner--user-select .banner-caption p {
  color: #f1d9fb;
}
body.page-template-pricing #main .banner--user-select .banner-caption .slider p {
  color: #281330;
}
body.page-template-pricing #main .banner--user-select .banner-caption .title,
body.page-template-pricing
  #main
  .banner--user-select
  .banner-caption
  .title
  > h1 {
  font-size: 52px;
  margin-bottom: 0;
}
body.page-template-pricing #main .pricing-masthead {
  background-image: none;
  background-color: #281330;
}
body.page-template-pricing #main .pricing__list {
  border-radius: 0;
  -moz-column-gap: 8px;
  column-gap: 8px;
  padding: 8px;
}
body.page-template-pricing #main .pricing__list .pricing__card-wrapper {
  border-radius: 0;
  margin: 0;
}
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper
  .pricing__info {
  padding: 0 24px;
}
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper
  .pricing__title {
  background-color: #f1d9fb;
  background-image: none;
  border-radius: 0;
  color: #281330;
  margin-bottom: 110px;
}
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper
  .pricing__title
  .pricing__icon {
  width: 80%;
  right: 0;
  bottom: auto;
  top: 30px;
}
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper
  .pricing__description {
  background-color: #f1d9fb;
}
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper
  .pricing__description
  li:before {
  content: "✓";
  top: auto;
  border-radius: 0;
  background-color: transparent;
}
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper[data-plan-name="plus"]
  .pricing__title,
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper[data-plan-name="plus"]
  .pricing__description {
  background-color: #b477d2;
  color: #fff;
}
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper[data-plan-name="pro"]
  .pricing__title,
body.page-template-pricing
  #main
  .pricing__list
  .pricing__card-wrapper[data-plan-name="pro"]
  .pricing__description {
  background-color: #281330;
  color: #f1d9fb;
}
body.page-template-pricing #main .pricing .cta-centered {
  margin: 120px 0;
}
body.page-template-pricing #main .pricing .cta-centered .cta-centered__holder {
  -moz-column-gap: 50px;
  column-gap: 50px;
}
body.page-template-pricing #main .pricing .cta-centered img.decor {
  display: none;
}
body.page-template-pricing #main .pricing .cta-centered .cta-image {
  margin: -120px auto;
}
body.page-template-pricing #main .pricing .cta-centered .cta-content {
  width: 60%;
}
body.page-template-pricing #main .pricing .cta-centered .cta-buttons {
  justify-content: unset;
  margin-top: 32px;
}
body.page-template-pricing #main .pricing .cta-centered .title {
  background-color: transparent;
  color: #f1d9fb;
  font-size: 32px;
  text-align: center;
}
body.page-template-pricing #main .pricing .cta-centered .title mark {
  color: #b477d2 !important;
  font-size: 80px;
}
body.page-template-pricing #main .pricing .cta-centered .subtitle {
	color: #f1d9fb;
	margin-top: 24px;
}
body.page-template-pricing #main .pricing .cta-centered .banner-link {
  color: #281330;
}
body.page-template-pricing #main .pricing-table__item .expanded {
  border-color: #a164bf;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__title:after {
  background-image: url(../images/svg/angle-right-purple.svg);
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__link:first-child:after {
  color: #000;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__link:first-child:after,
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__link:first-child:before {
  background-image: none;
  background-color: #f1d9fb;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__link:nth-child(2):after,
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__link:nth-child(2):before {
  background-image: none;
  background-color: #a164bf;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__link:nth-child(3):after,
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__link:nth-child(3):before {
  background-image: none;
  background-color: #281330;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__row:nth-child(odd) {
  background-color: #fcf4ff;
  border-bottom: 1px solid #f1d9fb;
  border-top: 1px solid #f1d9fb;
}
body.page-template-pricing #main .pricing-table__item .pricing-table__cell {
  color: #a164bf;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__cell:first-child {
  color: #281330;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__cell
  .tooltip:hover::before {
  border-color: #a164bf;
  color: #a164bf;
}
body.page-template-pricing
  #main
  .pricing-table__item
  .pricing-table__cell
  .tooltip[data-tooltip]:after {
  color: #a164bf;
}
body.page-template-pricing #main .pricing-table__item .pricing-table__cell i {
  color: #a164bf;
}
body.page-template-pricing #main .faq__title:after {
  background-image: url(../images/svg/faq-toggle-closed-purple.svg);
}
body.page-template-pricing #main .faq__item.expanded .faq__title:after {
  background-image: url(../images/svg/faq-toggle-open-purple.svg);
}
body.page-template-pricing #main .module-cta-new {
  background-color: #a164bf;
}
body.page-template-pricing #main .module-cta-new .content__title {
  font-size: 32px;
}
body.page-template-pricing #main .module-cta-new .module-cta-new-wrap {
  background-color: transparent;
}
body.page-template-pricing
  #main
  .module-cta-new
  .module-cta-new-wrap
  .content__media
  img {
  -webkit-clip-path: polygon(
    7% 0,
    0% 24%,
    4% 35%,
    0 61%,
    5% 75%,
    4% 100%,
    94% 100%,
    100% 68%,
    93% 37%,
    100% 20%,
    95% 0
  );
  clip-path: polygon(
    7% 0,
    0% 24%,
    4% 35%,
    0 61%,
    5% 75%,
    4% 100%,
    94% 100%,
    100% 68%,
    93% 37%,
    100% 20%,
    95% 0
  );
}

/* Masthead Slider */
.masthead-slider-band {
  background: #281330;

  & .masthead-slider {
    position: relative;
  }

  & .swiper-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  & .swiper-btn-prev,
  .swiper-btn-next {
    position: relative;
    cursor: pointer;
  }

  & .swiper-btn-prev {
    left: -90px;
  }

  & .swiper-btn-next {
    right: -90px;
  }
  & .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
}
& .swiper-pagination.disabled {
    display: none;
}
  & .masthead-slide {
    display: grid;
    grid-template-columns: 515px 1fr;
    gap: 60px;
  }

  & .masthead-slide-content {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
    justify-content: center;
  }

  & h1 {
    color: #F1D9FB;
    font-size: 55px;
    line-height: 52.25px;
    letter-spacing: -0.04em;
  }

  & .subheading {
    font-size: 24px;
    font-weight: 600;
    line-height: 27.6px;
    letter-spacing: -0.03em;
    color: #b477d2;
  }

  & .masthead-slide-image figure {
    margin: 0 0 -30px;
  }

  @media (min-width: 992px) {
    a.btn {
      display: inline-block;
    }
  }

  @media (max-width: 767.98px) {
    .masthead-slide {
      display: grid;
      grid-template-columns: 1fr;
    }
    .swiper-slide {
      padding: 2rem 0;
    }
    .swiper-btn-prev {
      left: 0px;
    }

    .swiper-btn-next {
      right: 0px;
    }
    .swiper-nav {
      top: 26%;
    }
    h1 {
      font-size: 40px;
      line-height: 1;
    }
    .masthead-slide-content {
      row-gap: 1rem;
    }
  }
}

/* Post listing Band */
body #main .grid-heading h2 mark {
  font-family: "hello_america_altregular", serif !important;
}
body #main .filter-row mark {
  font-family: "hello_america_altregular", serif !important;
}

.post-listing-band .filter-row {
    padding: 49px 0 56px;
    background-color: #b477d2;
  }

.post-listing-band .filter-row h2 {
    font-size: 38px;
    font-weight: 335;
    line-height: 44.4px;
    letter-spacing: -0.05em;
    text-align: center;
    position: relative;
  }
.post-listing-band .filter-row h2:after {
    content: "";
    background-image: url(../images/JazzHR-Filter-Bar-Underline.svg);
    background-repeat: no-repeat;
    width: 115px;
    height: 19px;
    right: 0;
    position: absolute;
    bottom: -21px;
  }

.post-listing-band .filter-row mark {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #f1d9fb !important;
    margin: 0 !important;
  }

.post-listing-band .filter-columns {
    display: flex;
    justify-content: center;
    gap: 12px;
    align-items: center;
    margin-top: 43px;
  }

.post-listing-band select + select {
    margin-left: 40px;
  }

.post-listing-band .filter-row select {
    border-radius: 30px;
    color: #000;
    background: #b477d2;
    border: 1px solid #000;
  }

.post-listing-band .grid-heading {
    display: flex;
    justify-content: space-between;
    margin: 80px 0;
    border-bottom: 1px solid #000;
    align-items: end;
  }
.post-listing-band .grid-heading h2 {
    position: relative;
  }
.post-listing-band .grid-heading h2 mark {
    font-size: 52px;
    font-weight: 400;
    line-height: 44.2px;
    letter-spacing: -0.02em;
    color: #b477d2 !important;
    font-family: "hello_america_altregular", serif !important;
  }

.post-listing-band .grid-heading h2:after {
    content: "";
    background-image: url(../images/JazzHR-Underline-Large.svg);
    background-repeat: no-repeat;
    width: 215px;
    height: 90px;
    right: 0;
    position: absolute;
    bottom: -82px;
  }

.post-listing-band .grid-heading select {
    border: 0px none;
    padding: 12px 0;
    font-weight: 700;
  }

@media (max-width: 767.98px) {
.post-listing-band .filter-columns {
  flex-direction: column;
  margin-top: 60px;
}

.post-listing-band .filter-row h2:after {
  left: 50%;
  transform: translate(-50%);
}
.post-listing-band .grid-heading h2 mark {
  font-size: 45px;
}
.post-listing-band .grid-heading {
  flex-direction: column;
  row-gap: 20px;
}
.post-listing-band select + select {
  margin-left: 0px;
}
}


/* CTA Updates */
.cta-banner p {
  font-size: 30px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: -0.03em;
  text-align: center;
  position: relative;
  padding-right: 38px;
}

.cta-banner p:after {
  position: absolute;
  content: "";
  background-image: url(../images/cta-banner-decor.svg);
  width: 212px;
  height: 34px;
  right: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -37px;
  transform: rotate(-1.4deg);
}
.cta .btn {
  margin-left: 30px;
}

@media (max-width: 991.98px) {
  .cta-banner p {
    z-index: 2;
  }
  .cta-banner p:after {
    z-index: -1;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%);
    background-position: center;
  }
  .cta-banner p {
    padding-right: 0;
  }
}

/* Posts Grid Updates */
.thumb-item__text {
  border: 0px none;
  padding: 28px 0 0;
}
.thumb-item__image,
.thumb-item__image img {
  border-radius: 12px;
}
body #main .thumb-item__text h3.title {
  font-size: 18px;
  font-weight: 600;
  line-height: 17.89px;
  letter-spacing: -0.03em;
}
.thumb-item__text .sub-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 24.2px;
  letter-spacing: -0.03em;
  margin-top: 16px;
}
.thumb-item__text .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  letter-spacing: -0.03em;
}
.thumb-item__text .btn-cont {
  margin-top: 13px;
}
.thumb-item__text .btn {
  width: fit-content;
}
.post-meta {
	background-color: #F1D9FB;
	border-radius: 50px;
	padding: 1px 16px;
	font-weight: 600;
	margin-bottom: 10px;
	width: fit-content;
	color: #000;
}
.thumb-item__text .description {
    margin-bottom: 27px;
    color: #000;
}
.pagination {
  justify-content: center;
  padding: 55px 0; flex-wrap: wrap; row-gap: 0.5rem;
}
.pagination li {
  border-radius: 50%;
  margin-right: 15px;
  background-color: #f1d9fb;
  border: 0px none;
}
.pagination li.ellipsis {
  background: transparent;
}
.pagination li:not(.current):first-child,
.pagination li:not(.current):last-child,
.pagination .prev_item,
.pagination .next_item {
  border: 0px none;
  background: transparent;
}
.pagination a {
  font-size: 23px;
  font-weight: 600;
  width: 32px;
  line-height: 32px;
  letter-spacing: -0.03em;
  text-decoration: none !important;
}
.pagination .current {
  transform: scale(1.2);
}
.pagination .current a {
  transform: scale(0.8);
}
.pagination li:first-child a.prev {
  width: 41px;
  margin-right: 19px;
}.pagination li:last-child a.next {
  width: 41px;
  margin-left: 19px;
}
.pagination li:first-child a.prev svg,
.pagination li:last-child a.next svg {
  width: 41px;
  height: 20px;
  top: 5px;
}
.pagination li.prev_item:hover,
.pagination li:last-child:hover {
  background-color: transparent;
}
.pt-3 {
  padding-top: 3rem;
}
.d-none {display:none !important;}


@media (max-width: 767.98px) {
  .pagination {
    padding: 0px 10px 30px; 
  }
  .pagination li {
    margin-right: 12px;
  }
  .pagination a {
    font-size: 18px;
  }
  .pagination li:last-child a.next {
    margin-left: 0px;
  }
}

/* Masthead Updates */
body #main .masthead-no-overlay .banner-visual {
  top: auto;
  padding: 23px 0;
}
.banner-visual svg {
  display: none;
}
.masthead-no-overlay .banner-visual svg {
  display: block;
  position: absolute;
  top: 55%;
  left: -162px;
}
.masthead-no-overlay .description {
  max-width: 510px;
}

@media (max-width: 767.98px) {
  .masthead-no-overlay .banner-visual svg {
    top: 80%;
    left: 50%;
    transform: translate(-50%) rotate(-8deg);
  }
}

/* Stats Band */

.stats-band {
  background-color: #b477d2;
  padding: 78px 0 23px;

  & h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 57.32px;
    text-align: center;
    color: #281330;
    font-family: "hello_americaregular", serif !important;
    color: #281330;
    margin-bottom: 14px;
  }

  & .stats__number strong,
  .stats__number span {
    font-size: 72px;
    font-weight: 400;
    line-height: 84.46px;
    text-align: center;
    color: #F1D9FB;
  }

  & .stats__item h3 {
    font-size: 19.2px;
    font-weight: 400 !important;
    line-height: 22.52px;
    text-align: center;
    color: #281330;
    white-space: nowrap;
    margin-top: 6px;
  }
  @media (max-width: 991.98) {
    .stats__number strong,
    .stats__number span {
      font-size: 48px;
    }
  }
  @media (max-width: 1299.98) {
    .stats__container {
      padding: 0;
    }
    .stats__number strong,
    .stats__number span {
      font-size: 60px;
    }
  }
}

/* Logo wall */
body #main .logo-wall {
  padding: 30px 0;
}
body #main .logo-wall h2 {
  font-family: "Work Sans", sans-serif;
  transform: rotate(0);
  font-size: 40px;
  font-weight: 335;
  letter-spacing: -0.05em;
  color: #000000;
}
body #main .logo-wall h2 mark {
  font-family: "hello_america_altregular";
}

body #main .logo-wall a.lnk {
  color: #b477d2;
  font-weight: 600;
  font-size: 18px;
}
body #main .logo-wall .logo-list {
  margin-top: 34px;
}
a.lnk {
  display: none;
}
.page-id-796 .logo-wall a.lnk {
  display: inline-block;
}
.page-id-796 .logo-wall a.link {
  display: none;
}

@media (max-width:767.98px) {
  .logo-wall {margin-bottom:0;}
  .logo-wall .logo-item {
    width: 100%; }
}

/* CTA Masked */
.module-cta-masked {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #281330;
  padding: 164px 0 94px;
  position: relative;

  & .mask {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  & h2 {
    font-family: Work Sans;
    font-size: 48px;
    font-weight: 400;
    line-height: 56.3px;
    text-align: center;
    color: #f1d9fb;
    margin-bottom: 20px;
  }
  & .description {
    max-width: 780px;
  }

  & p {
    font-family: Work Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 19.8px;
    letter-spacing: -0.03em;
    text-align: center;
    color: #f1d9fb;
  }

  & .cta-buttons {
    gap: 20px;
    margin-top: 20px;
  }
@media (max-width:787.98px) {
p {line-height: 1.4;}
}

}

@media (min-width: 1400px) {
  .module-cta-masked {
    padding-top: 12vw;
  }
}
body.page-id-1211 #main {
  margin-top:57px;
}

body.page-id-1211 .g-form-wrapper .g-form .g-form__content .g-form__content-inner p a {
  color: #B477D2;
}

body.page-id-1211 #main h1 {
  font-size: 40px;
}

body.page-id-1211 .g-form-media img {
  display: block;
}

body.page-id-1211 .mktoForm .mktoFieldWrap label.mktoLabel {
  font-family: "Work Sans", sans-serif;
  font-size  : 16px;
  color      : #F1D9FB;
}

body.page-id-1211 .mktoForm .mktoRequiredField label.mktoLabel .mktoAsterix {
  color: #B477D2 !important;
}

body.page-id-1211 .mktoForm .mktoFormRow .mktoField {
  border-radius: 70px !important;
  border       : 1px solid #F1D9FB !important;
  height       : 34px;
}

body.page-id-1211 .mktoForm select,
body.page-id-1211 .mktoForm .selectric {
  width: 100%;
}

body.page-id-1211 .selectric .label {
  padding: 5px 30px 0 0;
}

body.page-id-1211 .selectric .label:after {
  transform       : rotate(0);
  transform-origin: center;
  background-image: url('/wp-content/uploads/2024/08/select-icon.png');
}

body.page-id-1211 .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  background-color: #F1D9FB !important;
  border-color    : #F1D9FB !important;
  border-radius   : 56px !important;
  color           : #000 !important;
}

@media (min-width: 991px) {
  body.page-id-1211 #main h1 {
    font-size: 52px;
  }
}

@media (min-width: 1025px) {
  body.page-id-1211 .g-form-wrapper .g-form {
    align-items: stretch;
  }

  body.page-id-1211 .g-form-media img {
    height         : 100%;
    width          : auto;
    object-fit     : cover;
    object-position: left top;
  }
}

@media (min-width: 1200px) {
  body.page-id-1211 #main {
    margin-top: 124px;
  }
}

.error404 .header, .error404 .footer, .error404  .employ-footer{display: none;}
.pagenotfound-banner {
    display: flex;
    flex-wrap: wrap;
    background: #B477D2;
    align-items: center;
}

.pagebanner-left {
    flex: 60%;
}

body.error404 #main .pagebanner-left h1 {
    color: #F1D9FB;
    font-size: 4.445em;
    margin-bottom: .4em;
    font-weight: 400;
    font-family: hello_america_altregular;
    transform: rotate(-3deg);
    letter-spacing: 0;
}

 body.error404 #main .pagebanner-left h2 {
        color: #281330;
        font-size: 54px;
        font-weight: 400;letter-spacing: 0;    margin: 0.83em 0;
    }

 body.error404 #main .pagebanner-left h4 {
        color: #281330;
        font-size: 40px;
        font-weight: 400;
        margin: 1.33em 0 0;letter-spacing: 0;
    }
.img-vectline {
    position: relative;
    top: -5px;
}
.pagebanner-right {
    flex: 40%;
}

    .pagebanner-right img {
        width: 100%;
    }

.padd-left {
    padding-left: 8em;
}
.pagenotfound-three {
    display: flex;

    background: #B477D2;
    padding: 4em 4em 6em 4em;
    gap: 0 2em;
}

.personbox {
    background: #F1D9FB !important;
    padding: 1em;
    flex: 30%;
    border-radius: 10px;
}
    .personbox p {
       color: #B477D2;
    font-size: 15px;
    font-weight: 400;
    margin: 1em 0;
    letter-spacing: 0;
    }
     body.error404 #main .personbox h5 {
        margin: 0.6em 0;
        font-size: 20px;
        color: #281330;
        font-weight: 600;    letter-spacing: 0;
    text-transform: none;
    }

.personbox img {
    width: 100%;
   
    border-radius:10px;
}
/*Media Queries for tab, mobile responsive design*/
@media (max-width: 1440px) {
    .pagenotfound-three{
        gap:2em;
    }
}


@media (max-width: 1024px) {
    .padd-left {
        padding-left: 3em;
    }

    .pagebanner-left h2 {
        font-size: 2.4em;
    }

    .pagebanner-left h4 {
        font-size: 2.4em;
    }
    .pagenotfound-three {
        padding:2em;
        gap: 2em 0;
    }
    .personbox {
        background: #F1D9FB !important;
        padding: 1em;
        flex: 100%;
    }
    .pagenotfound-three {
        flex-wrap: wrap;
    }
}

@media (max-width: 640px) {
    .pagenotfound-banner {flex-direction: column;}
    body.error404 #main .pagebanner-left h1{font-size: 3.5em;}
        .padd-left {
        padding-left: 1.5em;
    }
    body.error404 #main .pagebanner-left h2{font-size: 35px;}
    body.error404 #main .pagebanner-left h4{font-size: 30px;}
    .pagebanner-left{padding-top: 50px;}
}
/* HEADER INFO BANNER */
.info-banner {
  background-color: #f1d9fb;
}
.info-banner p {
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #000;
}
.info-banner a {
  color: #000;
  text-decoration: underline;
  &:hover
  {
    text-decoration: none;
  }
}
/* CAPABILITIES */
.page-template-kuya .module-cta-new {
  background-color: #281330;
}
.page-template-kuya .module-cta-new .content__text-inner {
  max-width: 470px;
}
.page-template-kuya .module-cta-new .content__category {
  align-items: start;
  color: #fff !important;
  text-align: left;
}
.page-template-kuya .module-cta-new .content__text, 
.page-template-kuya .module-cta-new .content__category, 
.page-template-kuya .module-cta-new .content__title, 
.page-template-kuya .module-cta-new .link {
  text-align: left;
}
body.page-template-kuya #main .content__text .link {
  background-color: #b478d2 !important;
  border-color: #b478d2 !important;
  color: #fff !important;
}
body.page-template-kuya #main .content__text .link:hover {
  background-color: #f1d9fb !important;
  border-color: #f1d9fb !important;
  color: #000 !important;
}
.page-template-kuya .featured-content .thumb-item {
  border: none;
  padding: 0;
}
.page-template-kuya .featured-content .thumb-item .thumb-item__image,
.page-template-kuya .featured-content .thumb-item .thumb-item__image img {
  border-radius: 0;
}
body.page-template-kuya #main .featured-content .thumb-item__text h3.title {
  line-height: 1.25;
}
body.single-capability .banner {
  column-gap: 40px;
  padding-top: 100px;
}
body.single-capability .up-cards__item .img-holder {
	height: 150px;
	margin-bottom: 16px;
	width: auto;
}
body.single-capability .up-cards__item p {
	line-height: 1.5;
}
body.single-capability #main .masthead-new .banner-visual {
  top: 5px;
}
body.single-capability .scroll-section .sub-section__head,
body.single-capability .scroll-section .sub-section__content .text-icon-box {
  clear: both;
}
body.single-capability .scroll-section .sub-section__head .pre-title {
  color: #b477d2;
  font-weight: 600 !important;
}
body.single-capability .scroll-section .sub-section__head .title,
body.single-capability .scroll-section .sub-section__content .title {
  color: #f1d9fb;
}
body.single-capability .scroll-section .sub-section__content {
  display: block;
}
body.single-capability .scroll-section .sub-section__content .text-icon-box img {
  float: left;
}
body.single-capability .scroll-section .sub-section__content .title,
body.single-capability .scroll-section .sub-section__content p {
  padding-left: 90px;
}
body.single-capability .scroll-section .sub-section__content p {
	line-height: 1.5  
}
body.single-capability .scroll-section:after, 
body.single-capability .scroll-section:before {
  display: none !important;
}
body.single-capability .scroll-section__banner {
  background-color: #281330;
}
body.single-capability .scroll-section__banner .image {
  clip-path: polygon(42% 0, 46% 32%, 43% 73%, 45% 100%, 0% 100%, 0% 0%);
}
@media (max-width: 767px) {
  body.single-capability .scroll-section__banner .image {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body.single-capability #main .masthead-new .banner-caption .title, 
  body.single-capability #main .masthead-new .banner-caption p {
    text-align: left;
  }
  body.single-capability #main .masthead-new .banner-caption {
    align-items: flex-start;
  }
  body.single-capability h2.up-cards__title {
	font-size: 36px;
  }
  body.single-capability .up-cards__item p {
	  font-size: 18px;
  }
  body.single-capability .scroll-section .sub-section__head,
  body.single-capability .scroll-section .sub-section__content .text-icon-box {
    margin-left: auto;
    max-width: 50%;
  }
  body.single-capability .scroll-section .sub-section__content p {
	font-size: 18px;
  }
  body.single-capability .cta-footer .cta-img__text {
	  width: 40%;
  }
  body.single-capability .cta-footer .cta-img .cta-img__text .title {
	  font-size: 36px;
  }
  body.single-capability .cta-footer .cta-img__media {
	  width: 60%;
  }
}
/* Franchise Page */
.page-id-32191 .g-form {
	justify-content: center;
}
.page-id-32191 .g-form__content,
.page-id-32191 .g-form__aside {
	max-width: 660px;
}
.page-id-32191 .logo-wall .logo-item img {
	width: 100%;
}
.page-id-32191 .cta-centered {
    padding: 50px 0;
    background: #b478d2;
    margin-bottom: 0;
}
.page-id-32191 .cta-centered mark {
	color: #fff !important;
}
.page-id-32191 .cta-centered .cta-buttons .btn {
	max-width: none;
	width: auto;
}
.page-id-32191 .testimonial_box .swiper-slide.swiper-slide-cont {
	background-color: #B477D2;
}
.page-id-32191 .testimonial_box .swiper-slide .testi_content {
	color: #F1D9FB;
}
.page-id-32191 .testimonial_box .swiper-slide .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-id-32191 .testimonial_box .swiper-slide.swiper-slide-cont img {
	height: auto;
    width: auto;
    max-width: 100%;
}
.page-id-32191.page-template-kuya .module-cta-new {
	background-color: #F1D9FB;
}
.page-id-32191.page-template-kuya .module-cta-new .content__category,
.page-id-32191.page-template-kuya .module-cta-new .content__title,
.page-id-32191.page-template-kuya .module-cta-new .content__title mark,
.page-id-32191.page-template-kuya .module-cta-new .content__text {
	color: #000 !important;
}
.page-id-32191.page-template-kuya #main .module-cta-new .content__text .link {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
.page-id-32191 .module-cta-new .module-cta-new-wrap {
	padding: 40px 0;
}
.icon_text_columns .block-title {
  text-align: center;
  font-size: 14px;
  line-height: 2;
  color: #9fa2a3;
  margin: 0 0 50px 45px;
}

.icon_text_columns .block-title .title {
  font-size: 32px;
  line-height: 1.275;
}

.icon_text_columns .types-wrapper {
  max-width: 1020px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.icon_text_columns .feature-column {
    display: flex;
    gap: 12px;
  padding: 0 24px;
  color: #9fa2a3;
}

.icon_text_columns .feature-column .icon-holder {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}

.icon_text_columns .feature-column .icon-holder img {
  width: 100%;
  height: auto;
}

.icon_text_columns .feature-column .text-holder {
	flex: 1;
}

.icon_text_columns .feature-column .text-holder .title {
  font-size: 24px;
  line-height: 1.375;
}

.icon_text_columns .feature-column .text-holder .text {
  font-size: 14px;
  line-height: 2;
}

.icon_text_columns.four-col {
  text-align: center;
  margin-bottom: 50px;
}
.icon_text_columns.four-col .block-title {
  max-width: 100%;
  margin: 0 0 50px;
  padding: 0;
}
.icon_text_columns.four-col .block-title p {
  font-size: 18px;
}
.icon_text_columns.four-col .feature-column {
  flex: 0 0 25%;
  text-align: center;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.icon_text_columns.four-col .types-wrapper {
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.icon_text_columns .feature-column {
  color: #515252 !important;
}
.icon_text_columns .block-title {
  color: #515252 !important;
}
@media (max-width: 1199px) {
  .icon_text_columns .block-title {
    margin: 0 0 40px 24px;
  }
}
@media (max-width: 767px) {
	.icon_text_columns .types-wrapper {
		grid-template-columns: 1;		
	}
  .icon_text_columns.g-box + .icon_text_columns.g-box {
    margin-bottom: 0px;
  }
  .icon_text_columns .block-title {
    margin: 0 0 40px;
  }
  .icon_text_columns .types-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon_text_columns .feature-column {
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }
  .icon_text_columns.four-col .feature-column {
    flex: 0 0 50%;
  }
}
.cta-quote {
    background-color: #281330;
    margin-bottom: 0;
    padding: 50px 0;
}
.cta-quote .cta-centered__holder {
    width: 100%;
    max-width: 1536px;
}
.cta-quote h2,
.cta-quote p.subtitle {
	color: #f1d9fb;
}
@media (min-width: 1025px) {
	.cta-quote .cta-centered__holder {
	    display: grid;
	    grid-template-columns: repeat(2, 1fr);
	    align-items: center;
	}	
}