@charset "UTF-8";
@font-face {
  font-family: golos-text-regular;
  src: url("/wp-content/themes/microsite/app/font/GolosText-Regular.ttf");
}
@font-face {
  font-family: golos-text-semibold;
  src: url("/wp-content/themes/microsite/app/font/GolosText-SemiBold.ttf");
}
@font-face {
  font-family: sharp-grotesk-medium;
  src: url("/wp-content/themes/microsite/app/font/SharpGroteskMedium.otf");
}
/* Icon Fonts */
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/microsite/app/font/icomoon/fonts/icomoon.eot?7bx3oo");
  src: url("/wp-content/themes/microsite/app/font/icomoon/fonts/icomoon.eot?7bx3oo#iefix") format("embedded-opentype"), url("/wp-content/themes/microsite/app/font/icomoon/fonts/icomoon.ttf?7bx3oo") format("truetype"), url("/wp-content/themes/microsite/app/font/icomoon/fonts/icomoon.woff?7bx3oo") format("woff"), url("/wp-content/themes/microsite/app/font/icomoon/fonts/icomoon.svg?7bx3oo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Icons List */
.icon-tick:before {
  content: "\e903";
}

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

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

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

.icon-show-more:before {
  content: "\e905";
}

.icon-arrow-left:before {
  content: "\e906";
}

.icon-arrow-right:before {
  content: "\e907";
}

/* Reset browser defaults */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 17px;
  line-height: 28px;
  color: #67717e;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  overflow-x: hidden;
}

h2,
h3,
h4 {
  color: #333b40;
  font-weight: normal;
}

h1 {
  font-size: 60px;
  font-family: "sharp-grotesk-medium", sans-serif !important;
  line-height: normal;
  font-weight: 500;
  color: #1d427b;
}

h2 {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 24px;
}

h3 {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 24px;
}

h4 {
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 20px;
  line-height: 32.6px;
  margin-bottom: 16px;
  font-weight: 400;
}
h4.bold {
  font-family: "golos-text-semibold", sans-serif !important;
}

p {
  font-size: 17px;
  line-height: 28px;
  font-family: "golos-text-regular", sans-serif !important;
  margin-bottom: 16px;
}
p.bold {
  font-family: "golos-text-semibold", sans-serif !important;
}

li {
  margin-left: 32px;
  list-style-position: outside;
}

a {
  text-decoration: none;
  color: currentColor;
}

p a {
  color: #1d427b;
  font-family: "golos-text-semibold", sans-serif;
}

th,
td a {
  color: #1d427b;
  font-family: "golos-text-semibold", sans-serif;
}

h2 b,
h3 b,
h4 b,
li b {
  font-weight: normal;
}

img {
  max-width: 100%;
}

input {
  font-family: "golos-text-regular", sans-serif !important;
}

.font-size-16 {
  font-size: 16px;
}
.font-size-16 * {
  font-size: 16px;
}

.medium-font {
  font-size: 14px;
}

.font-size-14 {
  font-size: 14px;
}
.font-size-14 * {
  font-size: 14px;
}

.small-font {
  font-size: 12px;
}

.font-size-12 {
  font-size: 12px;
}
.font-size-12 * {
  font-size: 12px;
}

.blue-gradient {
  background-image: linear-gradient(to bottom, rgba(219, 242, 249, 0) 0%, #dbf2f9);
}

.orange-gradient {
  background-image: linear-gradient(to bottom, rgba(254, 220, 207, 0) -16%, rgba(254, 220, 207, 0.57) 113%);
}

.yellow-gradient {
  background-image: linear-gradient(to bottom, #fefae0 26%, #fdf2b5 80%);
}

.green-gradient {
  background-image: linear-gradient(to bottom, rgba(219, 242, 249, 0) 22%, rgba(231, 243, 227, 0.51) 89%);
}

.white-gradient {
  background-image: linear-gradient(to top, #ffffff 26%, #f1f9ff 80%);
}

.position-relative {
  position: relative;
}

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

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

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

@media (max-width: 767px) {
  .align-left-mob {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  .align-right-mob {
    text-align: right !important;
  }
}

@media (max-width: 767px) {
  .align-center-mob {
    text-align: center !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .align-left-tab {
    text-align: left !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .align-right-tab {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .align-center-tab {
    text-align: center !important;
  }
}

#onetrust-accept-btn-handler {
  color: #2d9fff !important;
  border-color: #2d9fff !important;
  background-color: #ffffff !important;
}

.wpb_text_column .wpb_wrapper ul {
  margin: 16px 0px;
}
@media (max-width: 767px) {
  .wpb_text_column .wpb_wrapper ul li {
    margin-left: 8px;
  }
}

.blog-post-content-wrapper ul {
  margin: 16px 0px;
}
@media (max-width: 767px) {
  .blog-post-content-wrapper ul li {
    margin-left: 16px;
  }
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.h2,
.h3,
.h4 {
  color: #333b40;
}

.h1 {
  font-size: 60px;
  font-family: "sharp-grotesk-medium", sans-serif !important;
  line-height: normal;
  font-weight: 500;
  color: #1d427b;
}

.h2 {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 34px;
  line-height: 46px;
  margin-bottom: 24px;
}

.h3 {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 24px;
}

.h4 {
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 20px;
  line-height: 32.6px;
  margin-bottom: 16px;
  font-weight: 400;
}
.h4.bold {
  font-family: "golos-text-semibold", sans-serif !important;
}

.p {
  font-size: 17px;
  line-height: 28px;
  font-family: "golos-text-regular", sans-serif !important;
  margin-bottom: 16px;
  color: #67717e;
}
.p.bold {
  font-family: "golos-text-semibold", sans-serif !important;
}

footer p {
  font-size: 15px;
  line-height: 26px;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
footer p span {
  color: #333b40;
}
footer ul li {
  color: #333b40;
}
footer a {
  font-size: 15px;
  line-height: 26px;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .container {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .container {
    padding: 0 48px;
  }
}

.fullscreen {
  width: 100%;
  height: 100vh;
}

.site-main {
  padding-top: 55px;
}
@media (min-width: 1024px) {
  .site-main {
    padding-top: 118px;
  }
}

.screen-reader-text {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.table-with-three-columns table {
  min-width: 600px;
}

.table-with-four-columns table {
  min-width: 800px;
}

.table-with-five-columns table {
  min-width: 1000px;
}

@media (max-width: 767px) {
  .mobile-only {
    display: initial;
  }
  .tablet-only {
    display: none;
  }
  .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
  .tablet-only {
    display: initial;
  }
  .desktop-only {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-only {
    display: none;
  }
  .tablet-only {
    display: none;
  }
  .desktop-only {
    display: initial;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.page-template-default {
  overflow: hidden;
  position: relative;
}
.page-template-default .reverse-on-mobile {
  display: flex;
  flex-direction: column-reverse;
}
.page-template-default .wpb_row {
  margin: 0;
  padding: 0;
}
.page-template-default .wpb_content_element {
  margin: 0;
  padding: 0;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding: 0;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div:not(.wpb_single_image) {
  padding: 0 16px;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col .yoti-default-link {
  margin-top: auto;
  margin-bottom: 30px;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row {
  height: 100%;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 15px rgba(51, 59, 64, 0.1);
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem-post-data {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: normal;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_grid-filter.vc_grid-filter-center {
  font-weight: bold;
  text-align: left;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem-post-data-source-post_title {
  color: #333b40;
  font-size: 22px;
  font-family: "golos-text-semibold", sans-serif !important;
}
.page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .wpb_single_image img {
  height: 240px;
  object-fit: cover;
}
.page-template-default .wpb_content_element .vc_gitem-post-data-source-post_title div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-template-default .wpb_content_element .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
  padding-top: 180%;
}
.page-template-default .vc_column_container > .vc_column-inner {
  margin: 0;
  padding: 0;
}
.page-template-default .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  margin: 0;
  padding: 0;
}
.page-template-default .vc_row.vc_column-gap-35 > .vc_column_container {
  margin: 0;
  padding: 0;
}
.page-template-default .vc_row.vc_column-gap-35 {
  margin: 0;
  padding: 0;
}
.page-template-default .vc_btn3-container {
  margin: 0;
  padding: 0;
}
.page-template-default .vc_wp_custommenu.yoti-secondary-menu {
  display: none;
}
.page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu {
  width: calc(100% - 64px);
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 0 10px;
}
.page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item {
  margin-bottom: 16px;
  margin-right: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eceff2;
  list-style-type: none;
  font-size: 14px;
  letter-spacing: 0.06rem;
}
.page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item:first-child {
  position: absolute;
  top: 12px;
}
.page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item:nth-child(2) {
  margin-top: 48px;
}
.page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item:last-child {
  margin-right: 5px;
}
.page-template-default .yoti-section.vc_section {
  margin: auto;
  padding: 32px 0;
}
.page-template-default .yoti-section.vc_section:first-of-type {
  padding-top: 0;
}
.page-template-default .vc_section.vc_section-has-fill {
  margin: auto;
  padding: 32px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section {
  margin: auto;
  padding: 32px 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section:first-of-type {
  padding-top: 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
  margin: auto;
  padding: 32px 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section:first-of-type {
  padding-top: 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill:first-of-type {
  padding-top: 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-left {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-right {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle {
  padding-bottom: 0;
}
.page-template-default .yoti-section.vc_section.image-bottom-left {
  padding-bottom: 0;
}
.page-template-default .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.page-template-default .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .vc_section.vc_section-has-fill.image-bottom-left {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.page-template-default .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .yoti-section.vc_section.image-bottom-right {
  padding-bottom: 0;
}
.page-template-default .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.page-template-default .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .vc_section.vc_section-has-fill.image-bottom-right {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.page-template-default .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.page-template-default .yoti-section.vc_section.image-bottom-middle {
  padding-bottom: 0;
}
.page-template-default .vc_section.vc_section-has-fill.image-bottom-middle {
  padding-bottom: 0;
}
.page-template-default .vc_section.hero-section {
  background-size: 0 !important;
}
.page-template-default .vc_section.hero-section .hero-image-mobile {
  margin-bottom: 32px;
}
.page-template-default .vc_section.hero-section .yoti-row {
  display: flex;
  align-items: center;
  height: 100%;
}
.page-template-default .vc_section.hero-section .yoti-row .wpb_text_column {
  max-width: unset;
}
.page-template-default .vc_section.hero-section .vc_col-sm-6 {
  width: unset;
  max-width: 100%;
}
.page-template-default .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon {
  margin-bottom: 0;
}
.page-template-default .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content {
  margin-bottom: 0;
}
.page-template-default .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.page-template-default .vc_section.hero-section h1 {
  margin-bottom: 24px;
  font-size: 34px;
  color: #1d427b;
}
.page-template-default .vc_section.hero-section h2 {
  margin-bottom: 24px;
  font-size: 34px;
  color: #333b40;
}
.page-template-default .vc_section.hero-section p {
  font-size: 24px;
  color: #67717e;
}
@media (min-width: 1024px) {
  .page-template-default .vc_section.hero-section.hero-section--white-text * {
    color: #ffffff;
  }
  .page-template-default .vc_section.hero-section.hero-section--white-text p {
    color: #f2f4f6;
  }
  .page-template-default .vc_section.hero-section.hero-section--white-text p span {
    color: #f2f4f6;
  }
}
.page-template-default .vc_section.hero-section.vc_section-has-fill {
  background-size: 0 !important;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill .hero-image-mobile {
  margin-bottom: 32px;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill .yoti-row {
  display: flex;
  align-items: center;
  height: 100%;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill .yoti-row .wpb_text_column {
  max-width: unset;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill .vc_col-sm-6 {
  width: unset;
  max-width: 100%;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon {
  margin-bottom: 0;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content {
  margin-bottom: 0;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill h1 {
  margin-bottom: 24px;
  font-size: 34px;
  color: #1d427b;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill h2 {
  margin-bottom: 24px;
  font-size: 34px;
  color: #333b40;
}
.page-template-default .vc_section.hero-section.vc_section-has-fill p {
  font-size: 24px;
  color: #67717e;
}
@media (min-width: 1024px) {
  .page-template-default .vc_section.hero-section.vc_section-has-fill.hero-section--white-text * {
    color: #ffffff;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill.hero-section--white-text p {
    color: #f2f4f6;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill.hero-section--white-text p span {
    color: #f2f4f6;
  }
}
.page-template-default .hero-carousel .wp-block-eedee-block-gutenslider.vertical-align-center .slide-content {
  width: calc(100% - 64px);
  margin: auto;
  height: calc(100vh - 130px);
}
.page-template-default .form-section .yoti-row.wpb_row {
  max-width: 900px;
}
.page-template-default .form-section .wpb_column:first-of-type {
  max-width: 400px;
}
.page-template-default .form-section .wpb_column:last-of-type {
  max-width: 310px;
}
.page-template-default .comparison-table .yoti-row.wpb_row {
  display: flex;
  align-items: center;
  padding: 32px 8px;
  border-radius: 8px;
}
.page-template-default .comparison-table .yoti-row.wpb_row:first-of-type {
  display: block;
}
.page-template-default .comparison-table .yoti-row.wpb_row:nth-of-type(even) {
  background-color: #f5f8f9;
}
.page-template-default .comparison-table .yoti-row.wpb_row:last-of-type {
  margin-bottom: 0;
}
.page-template-default .comparison-table .yoti-row.wpb_row h4 {
  font-size: 20px;
}
.page-template-default .comparison-table .yoti-row:first-of-type .wpb_single_image img {
  height: 80px;
  object-fit: contain;
}
.page-template-default .comparison-table .yoti-row:not(:first-of-type) .vc_col-sm-3 .wpb_single_image .vc_single_image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 45%;
  background: #d9dee5;
}
.page-template-default .comparison-table .yoti-row:not(:first-of-type) .vc_col-sm-3:nth-of-type(odd) .wpb_single_image .vc_single_image-wrapper {
  background: #b2f2b0;
}
.page-template-default .comparison-table .uavc-list-icon-wrapper.ult-adjust-bottom-margin {
  margin-bottom: unset;
}
.page-template-default .comparison-table .uavc-list-content {
  margin-bottom: unset;
}
.page-template-default .comparison-table .uavc-list-content span.uavc-list-desc {
  margin-bottom: 8px;
  font-size: 16px !important;
  line-height: normal !important;
}
.page-template-default .comparison-table .uavc-list-icon {
  margin-right: 16px !important;
}
.page-template-default .comparison-table strong {
  color: #333b40;
  font-size: 16px !important;
}
.page-template-default .ult_tabs .ult_tabmenu.style1 {
  justify-content: center;
}
.page-template-default .ult_tabs li.ult_tab_li {
  margin-right: 32px;
  border-bottom: 2px solid #eceff2 !important;
}
.page-template-default .ult_tabs li.ult_tab_li:last-of-type {
  margin-right: 0;
}
.page-template-default .ult_tabs li.ult_tab_li.active {
  border-color: #2d9fff !important;
}
.page-template-default .ult_tabs .ult_tab_icon {
  color: unset !important;
}
.page-template-default .ult_tabs a.ult_a {
  background: 0 !important;
  color: #333b40 !important;
}
.page-template-default .ult_tabs .ult_tabcontent {
  width: calc(100% - 64px);
  margin: auto;
  margin-top: 32px;
  padding: 64px;
  border-radius: 16px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background-color: #ffffff;
}
.page-template-default .ult_tabs .wpb_single_image img {
  height: 70px;
  object-fit: contain;
  margin-bottom: 32px;
}
.page-template-default .ult_tabs .vc_custom_heading {
  margin-bottom: 16px;
  font-size: 0.889em;
}
.page-template-default .ult_tabs .ult_tabitemname:first-of-type {
  display: block;
}
.page-template-default .ult_tabs .ult_tabitemname .wpb_column {
  padding: 0 0 32px;
}
.page-template-default .special-stat {
  color: #ffffff;
}
.page-template-default .special-stat h2 {
  margin-bottom: unset;
  font-size: 50px;
}
.page-template-default .special-stat h3 {
  margin-bottom: unset;
  font-size: 50px;
}
.page-template-default .special-stat h4 {
  margin-bottom: unset;
  font-size: 50px;
}
.page-template-default .image-gradient-one {
  background: url(/wp-content/uploads/YotiDigitalID_Network_desktop_compr-scaled.webp) 0 0 no-repeat, radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 20%, black 100%) !important;
  background-blend-mode: multiply;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .page-template-default .image-gradient-one {
    background: url(/wp-content/uploads/YotiDigitalID_Network_mobile_compr.webp) 0 0 no-repeat, radial-gradient(ellipse at right, rgba(0, 0, 0, 0) 20%, black 100%) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
  }
}
.page-template-default .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-default .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 > .vc_column-inner {
  max-width: 500px;
}
.page-template-default .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 > .vc_column-inner .vc_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.page-template-default .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 > .vc_column-inner .vc_row:last-child {
  margin-bottom: 0px;
}
.page-template-default .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 .wpb_single_image.vc_align_center:after {
  content: "";
  display: block;
  position: absolute;
  margin-left: 49%;
  width: 2%;
  height: 64px;
  background: #333b40;
}
.page-template-default .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 .vc_row:last-of-type .wpb_single_image.vc_align_center:after {
  display: none;
}
.page-template-default .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-6:first-of-type {
  width: 30%;
}
.page-template-default .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-6:last-of-type {
  width: 60%;
  margin: auto;
}
.page-template-default .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-12 {
  padding: 48px 48px 0;
  border-radius: 20px;
  background: #d9f3f7;
}
.page-template-default .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-12 .wpb_single_image.vc_align_center {
  margin: 8px auto 0;
}
.page-template-default .download-apps--wide.vc_section .yoti-row.wpb_row {
  justify-content: space-between;
}
.page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 {
  width: auto;
}
.page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 h3 {
  text-align: center !important;
}
.page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 {
  width: auto;
}
.page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .wpb_row {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 300px;
}
.page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 img {
  max-height: 40px;
  object-fit: contain;
}
.page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .vc_col-sm-6 {
  margin: auto;
}
.page-template-default .download-apps--box.vc_section {
  height: auto;
  background-position: center !important;
}
.page-template-default .download-apps--box.vc_section .yoti-row.wpb_row {
  max-width: 470px;
  margin: auto;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.page-template-default .download-apps--box.vc_section .download-apps-box__apps {
  max-width: 260px;
  margin: 18px auto 0;
}
.page-template-default .yoti-row.wpb_row {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .page-template-default .yoti-row.wpb_row {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .yoti-row.wpb_row {
    padding: 0 48px;
  }
}
.page-template-default .yoti-row.wpb_row .wpb_text_column {
  max-width: 500px;
}
.page-template-default .yoti-row.wpb_row.yoti-row--wide .wpb_text_column {
  max-width: 100%;
}
.page-template-default .yoti-row.wpb_row.yoti-row--centered .wpb_text_column {
  max-width: 800px;
  margin: auto;
}
.page-template-default .yoti-row.wpb_row.yoti-row--centered .vc_custom_heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-default .yoti-row.wpb_row.yoti-row--center-image-on-bottom .vc_column_container:nth-of-type(2) {
  align-self: flex-end;
}
.page-template-default .yoti-row.wpb_row.yoti-row--static-logos > .vc_column_container > .vc_column-inner {
  max-width: 220px;
  margin: auto;
}
.page-template-default .video-popup .paoc-popup-modal-cnt {
  padding: 0 !important;
}
.page-template-default .paoc-popup-modal iframe {
  width: 100% !important;
  height: 400px !important;
}
.page-template-default .html5-video-player .ytp-chrome-top {
  display: none !important;
}
.page-template-default .html5-video-player .ytp-chrome-top * {
  display: none !important;
}
.page-template-default .html5-video-player .ytp-chrome-bottom {
  display: none !important;
}
.page-template-default .html5-video-player .ytp-chrome-bottom * {
  display: none !important;
}
.page-template-default .html5-video-player .ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}
.page-template-default .html5-video-player .ytp-chrome-top.ytp-show-cards-title * {
  display: none !important;
}
.page-template-default .html5-video-player .ytp-title-link.yt-uix-sessionlink .ytp-chrome-top-buttons {
  display: none !important;
}
.page-template-default .html5-video-player .ytp-title-link.yt-uix-sessionlink .ytp-chrome-top-buttons * {
  display: none !important;
}
.page-template-default .yoti-split-background {
  position: relative;
  z-index: 1;
}
.page-template-default .yoti-split-background__content {
  width: calc(100% - 64px);
  margin: auto;
  z-index: 3;
  padding: 72px 0;
}
.page-template-default .yoti-split-background__bottom {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.page-template-default .bottom-75-25 {
  height: 25% !important;
}
.page-template-default .bottom-90-10 {
  height: 10% !important;
}
.page-template-default .vc_images_carousel .vc_carousel-indicators li {
  border-color: #333b40 !important;
  background-color: #ffffff !important;
}
.page-template-default .vc_images_carousel .vc_carousel-indicators li.vc_active {
  background-color: #67717e !important;
}
.page-template-default .yoti-logo-carousel {
  width: calc(100% - 64px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-template-default .yoti-logo-carousel .wpb_text_column {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel .vc_custom_heading {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel p {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h2 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h3 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h4 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h5 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h6 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .owl-item {
  text-align: center;
}
.page-template-default .ed-item img {
  max-width: 130px;
  height: 60px;
  object-fit: contain;
}
.page-template-default .horizontal-list h2 {
  font-size: 30px;
}
.page-template-default .horizontal-list h3 {
  font-size: 30px;
}
.page-template-default .horizontal-list h4 {
  font-size: 30px;
}
.page-template-default .horizontal-list p {
  font-size: 30px;
}
.page-template-default .horizontal-list strong {
  font-size: 30px;
}
.page-template-default .horizontal-list .uavc-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.page-template-default .horizontal-list .uavc-list-icon {
  margin: 0 16px 0 0;
}
.page-template-default .horizontal-list .uavc-list-icon li {
  font-size: 16px;
}
.page-template-default .horizontal-list .Defaults-circle {
  color: #67717e;
  font-size: 8px;
}
.page-template-default .eyebrow-heading {
  margin-bottom: 16px;
  font-size: 16px;
  color: #67717e;
  font-weight: normal;
}
.page-template-default .yoti-eyebrow-heading {
  margin-bottom: 16px;
  font-size: 16px;
  color: #67717e;
  font-weight: normal;
  text-transform: uppercase;
}
.page-template-default .eyebrow-heading-with-icon .uavc-list-icon {
  margin-right: 16px !important;
}
.page-template-default .eyebrow-heading-with-icon .uavc-list-content {
  display: flex;
}
.page-template-default .eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
  font-size: 22px;
  font-weight: bold;
  color: #333b40;
}
.page-template-default .list-item-with-icon .uavc-list-icon {
  margin-right: 16px !important;
}
.page-template-default .list-item-with-icon .uavc-list-content span.uavc-list-desc {
  font-size: 16px;
  font-weight: bold;
}
.page-template-default .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick {
  display: flex;
  margin-bottom: 16px;
}
.page-template-default .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick .uavc-list-content span.uavc-list-desc {
  font-size: 14px;
}
.page-template-default .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick .aio-icon-img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border-radius: 50%;
  background: #b2f2b0;
}
.page-template-default .text-block-with-icon {
  max-width: 500px;
}
.page-template-default .text-block-with-icon .uavc-list-icon {
  margin-right: 16px !important;
}
.page-template-default .text-block-with-icon .uavc-list-desc {
  font-size: 16px;
  line-height: normal !important;
}
.page-template-default .text-block-with-icon strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.page-template-default .text-block-with-icon br {
  display: none;
}
.page-template-default .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.page-template-default .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.page-template-default .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.page-template-default .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.page-template-default .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.page-template-default .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.page-template-default .text-block-with-icon--medium {
  max-width: 350px;
}
.page-template-default .text-block-with-icon--small {
  max-width: 240px;
}
.page-template-default .wpb_content_element.vc_separator {
  width: calc(100% - 64px);
  margin: auto;
}
.page-template-default .static-logos {
  display: flex;
  justify-content: space-between;
}
.page-template-default .download-apps {
  width: 220px;
}
.page-template-default .download-apps h5 {
  font-size: 14px;
  color: #67717e;
}
.page-template-default .download-apps h6 {
  font-size: 14px;
  color: #67717e;
}
.page-template-default .yoti-row--boxes {
  margin: auto;
  justify-content: center;
}
.page-template-default .yoti-row--boxes > .vc_column_container {
  width: unset;
  margin: 24px 24px;
}
.page-template-default .yoti-row--boxes .vc_column-inner {
  display: flex;
  height: 100%;
}
.page-template-default .solutions-box {
  max-width: 343px;
  height: 100%;
  padding: 48px;
  border-radius: 30px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  text-align: center;
  background: #ffffff;
  height: auto;
}
@media (max-width: 767px) {
  .page-template-default .solutions-box {
    padding: 40px;
  }
}
.page-template-default .solutions-box > .vc_column-inner {
  height: 100%;
}
.page-template-default .solutions-box > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-default .solutions-box > .vc_column-inner .vc_btn3-container.vc_btn3-center {
  margin-top: auto;
}
.page-template-default .solutions-box .wpb_single_image {
  text-align: left;
  margin-bottom: 24px;
}
.page-template-default .solutions-box .wpb_single_image img {
  height: 72px;
  width: 72px;
  object-fit: contain;
}
.page-template-default .solutions-box .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 20px;
  text-align: center !important;
}
.page-template-default .solutions-box .wpb_text_column {
  font-size: 17px;
}
.page-template-default .solutions-box p {
  font-size: 17px;
}
.page-template-default .regulators-box {
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.page-template-default .regulators-box .wpb_column.vc_column_container {
  max-width: 302px;
  padding: 48px;
  text-align: center;
}
.page-template-default .regulators-box .wpb_single_image {
  width: 100%;
  margin: 48px auto 64px;
  text-align: center;
}
.page-template-default .regulators-box .wpb_single_image img {
  max-height: 130px;
  object-fit: contain;
}
.page-template-default .regulators-box h2 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.page-template-default .regulators-box h3 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.page-template-default .regulators-box h4 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.page-template-default .regulators-box h5 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.page-template-default .regulators-box h6 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.page-template-default .regulators-box strong {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.page-template-default .regulators-box p {
  font-size: 16px;
}
.page-template-default .technology-box {
  display: flex;
  max-width: 269px;
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.page-template-default .technology-box:last-of-type {
  margin-right: 0;
}
.page-template-default .technology-box .wpb_single_image {
  width: 100%;
  text-align: center;
}
.page-template-default .technology-box .wpb_single_image img {
  max-height: 66px;
  object-fit: contain;
}
.page-template-default .technology-box h2 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.page-template-default .technology-box h3 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.page-template-default .technology-box h4 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.page-template-default .technology-box h5 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.page-template-default .technology-box h6 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.page-template-default .technology-box strong {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.page-template-default .technology-box p {
  font-size: 16px;
}
.page-template-default .technology-box .wpb_text_column {
  text-align: center !important;
}
.page-template-default .testimonial {
  display: flex;
  height: 100%;
  padding: 24px;
  max-width: 336px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.page-template-default .testimonial .wpb_content_element {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.page-template-default .testimonial .wpb_content_element * {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.page-template-default .testimonial-with-image {
  display: flex;
  height: 100%;
  padding: 24px;
  max-width: 336px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.page-template-default .testimonial-with-image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 8px;
}
.page-template-default .testimonial-with-image .wpb_content_element:first-of-type {
  margin-bottom: 16px;
  font-size: 22px;
  color: #333b40;
}
.page-template-default .testimonial-with-image .wpb_content_element:first-of-type * {
  margin-bottom: 16px;
  font-size: 22px;
  color: #333b40;
}
.page-template-default .testimonial-with-image .wpb_content_element:last-of-type {
  color: #b6bfcb;
  font-size: 18px;
}
.page-template-default .testimonial-with-image .wpb_content_element:last-of-type > .wpb_wrapper {
  display: flex;
}
.page-template-default .testimonial-with-image .wpb_content_element:nth-of-type(2) * {
  color: #b6bfcb;
  font-size: 18px;
}
.page-template-default .testimonial-with-image .wpb_content_element:nth-of-type(2) * > .wpb_wrapper {
  display: flex;
}
.page-template-default .testimonial-ult-bottom-margin {
  margin-bottom: 0px !important;
}
.page-template-default .highlight-box-one * {
  font-size: 18px;
  color: #67717e;
}
.page-template-default .highlight-box-one .vc_column_container {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.page-template-default .highlight-box-one .vc_column_container:last-of-type {
  margin-right: 0;
}
.page-template-default .highlight-box-one .uavc-list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-default .highlight-box-one .aio-icon-img {
  width: auto;
}
.page-template-default .highlight-box-one .aio-icon-img .img-icon {
  width: auto;
}
.page-template-default .highlight-box-two .vc_column_container {
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.page-template-default .highlight-box-two .vc_column_container:last-of-type {
  margin-right: 0;
}
.page-template-default .highlight-box-two .uavc-list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-default .highlight-box-two .aio-icon-img {
  width: 102px;
  height: 102px;
  object-fit: contain;
}
.page-template-default .highlight-box-two .aio-icon-img .img-icon {
  width: 102px;
  height: 102px;
  object-fit: contain;
}
.page-template-default .highlight-box-two .uavc-list-desc {
  font-size: 26px;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
.page-template-default .highlight-box-two .wpb_text_column p {
  font-size: 18px;
  color: #67717e;
}
.page-template-default .price-box-row {
  width: calc(100% - 64px);
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-template-default .price-box-row > .vc_column_container {
  display: flex;
  width: unset;
  margin: 8px;
}
.page-template-default .price-box-row > .vc_column_container > .vc_column-inner {
  display: flex;
}
.page-template-default .price-box-inner-row > .vc_column_container {
  width: 321px;
  max-width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  text-align: center;
  background: #ffffff;
}
.page-template-default .price-box-inner-row > .vc_column_container > .vc_column-inner {
  display: flex;
  justify-content: center;
  height: 100%;
}
.page-template-default .price-box-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-template-default .price-box-inner-row > .vc_column_container > .vc_column-inner .wpb_content_element:last-of-type {
  margin-top: auto;
}
.page-template-default .price-box-inner-row > .vc_column_container > .vc_column-inner .vc_btn3-container {
  margin-top: auto;
}
.page-template-default .price-box-inner-row .wpb_single_image {
  text-align: center;
}
.page-template-default .price-box-inner-row .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .price-box-inner-row .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.page-template-default .price-box-inner-row .wpb_text_column {
  margin-bottom: 16px;
}
.page-template-default .price-box-inner-row .wpb_text_column p {
  font-size: 16px;
}
.page-template-default .price-box-inner-row .yoti-primary-button {
  margin-bottom: 0;
}
.page-template-default .price-box-inner-row .yoti-default-link {
  margin-bottom: 0;
}
.page-template-default .price-box-inner-row .yoti-ghost-link {
  margin-bottom: 0;
}
.page-template-default .price-box-inner-row .vc_sep_color_grey .vc_sep_line {
  border-color: #b6bfcb;
}
.page-template-default .price-box-inner-row .uavc-list-icon li {
  line-height: normal;
}
.page-template-default .price-box-inner-row .uavc-list-desc {
  text-align: left;
  color: #b6bfcb;
  font-size: 16px;
}
.page-template-default .price-box-inner-row .uavc-list-content {
  margin-bottom: 0;
}
.page-template-default .price-box-inner-row.price-box-inner-row--dark .vc_column_container {
  background-color: #2f555e;
}
.page-template-default .price-box-inner-row.price-box-inner-row--dark * {
  color: #ffffff;
}
.page-template-default .price-box-inner-row.price-box-inner-row--dark .vc_custom_heading {
  color: #ffffff;
}
.page-template-default .price-box-inner-row.price-box-inner-row--dark .price {
  color: #ffffff;
}
.page-template-default .price-box-inner-row.price-box-inner-row--dark .vc_sep_color_grey .vc_sep_line {
  border-color: #ffffff;
}
.page-template-default .price-box-inner-row.price-box-inner-row--dark .uavc-list-desc {
  color: #b2f2b0;
}
.page-template-default .pricing {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .pricing * {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .pricing * .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "golos-text-regular", sans-serif !important;
}
.page-template-default .pricing p {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .pricing p .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "golos-text-regular", sans-serif !important;
}
.page-template-default .pricing .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "golos-text-regular", sans-serif !important;
}
.page-template-default .pyramid-container .price-box-inner-row {
  justify-content: space-evenly;
}
.page-template-default .pyramid-container .price-box-inner-row > .vc_column_container {
  margin-bottom: 16px;
}
.page-template-default .yoti-row--pyramid .vc_col-sm-4 {
  align-self: stretch;
}
.page-template-default .yoti-row--pyramid .vc_col-sm-4 .vc_column-inner {
  height: 100%;
}
.page-template-default .yoti-row--pyramid .vc_col-sm-4 .wpb_wrapper {
  height: 100%;
}
.page-template-default .yoti-row--pyramid .vc_col-sm-4 .price-box-inner-row {
  height: 100%;
}
.page-template-default .four-column-price-box-row {
  width: calc(100% - 64px);
  margin: auto;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_single_image {
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right {
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left {
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_text_column {
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-3 .wpb_text_column p {
  font-size: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_single_image {
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right {
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left {
  text-align: center;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_text_column {
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .vc_col-sm-4 .wpb_text_column p {
  font-size: 16px;
}
.page-template-default .four-column-price-box-row .pricing {
  margin-bottom: 16px;
}
.page-template-default .four-column-price-box-row .price {
  margin-bottom: 0;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .four-column-price-box-row .price span {
  font-weight: 100;
}
.page-template-default .four-column-price-box-row .pricing-detail {
  color: #8d99a7;
  font-size: 14px;
}
.page-template-default .four-column-price-box-row .yoti-primary-button {
  margin-bottom: 0;
}
.page-template-default .four-column-price-box-row .yoti-default-link {
  margin-bottom: 0;
}
.page-template-default .four-column-price-box-row .yoti-ghost-link {
  margin-bottom: 0;
}
.page-template-default .three-column-price-box-row {
  width: calc(100% - 64px);
  margin: auto;
  max-width: 944px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_single_image {
  text-align: center;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right {
  text-align: center;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left {
  text-align: center;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_text_column {
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-3 .wpb_text_column p {
  font-size: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
  width: 304px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_single_image {
  text-align: center;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right {
  text-align: center;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left {
  text-align: center;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_text_column {
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .vc_col-sm-4 .wpb_text_column p {
  font-size: 16px;
}
.page-template-default .three-column-price-box-row .pricing {
  margin-bottom: 16px;
}
.page-template-default .three-column-price-box-row .price {
  margin-bottom: 0;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .three-column-price-box-row .price span {
  font-weight: 100;
}
.page-template-default .three-column-price-box-row .pricing-detail {
  color: #8d99a7;
  font-size: 14px;
}
.page-template-default .three-column-price-box-row .yoti-primary-button {
  margin-bottom: 0;
}
.page-template-default .three-column-price-box-row .yoti-default-link {
  margin-bottom: 0;
}
.page-template-default .three-column-price-box-row .yoti-ghost-link {
  margin-bottom: 0;
}
.page-template-default .wpb_text_column li {
  list-style-type: inherit;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2em;
}
.page-template-default .text-block-set-width {
  max-width: 500px;
}
.page-template-default .text-block-set-width li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2em;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container {
  float: unset;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container > .wpb_wrapper {
  position: relative;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_row:first-of-type {
  position: absolute;
  width: 100%;
  height: 50%;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  width: calc(100% - 64px);
  max-width: 929px;
  margin: auto;
  padding: 48px 0;
  border-radius: 20px;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_row:last-of-type {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
  padding: 0;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner * {
  height: 100%;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper h5 {
  font-size: 28px;
  color: #ffffff;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper h6 {
  font-size: 28px;
  color: #ffffff;
}
.page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_single_image {
  margin: 0;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container {
  float: unset;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container > .wpb_wrapper {
  position: relative;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:first-of-type {
  position: absolute;
  width: 100%;
  height: 50%;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
    padding: 0 48px;
  }
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  margin: auto;
  padding: 48px 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
    padding: 0 24px;
  }
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:last-of-type {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner {
  padding-top: 0;
  border-radius: 30px;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner .wpb_content_element {
  max-width: 100%;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 56px 32px;
  row-gap: 48px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul {
    padding: 48px 40px;
  }
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li {
  flex-basis: 33%;
  padding-left: unset;
  margin-left: unset;
  text-align: center;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li {
    flex-basis: 100%;
    padding: 0 0;
  }
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li {
  text-indent: 0 !important;
  margin-left: 0;
  height: auto;
  display: list-item;
  text-align: center;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper h5 {
  font-size: 28px;
  color: #ffffff;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper h6 {
  font-size: 28px;
  color: #ffffff;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_single_image {
  margin: 0;
}
.page-template-default .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_single_image img {
  width: 40px;
  height: 40px;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container {
  float: unset;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container > .wpb_wrapper {
  position: relative;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:first-of-type {
  position: absolute;
  width: 100%;
  height: 50%;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  width: calc(100% - 64px);
  max-width: 1128px;
  margin: auto;
  padding: 48px 0;
  border-radius: 30px;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:first-of-type .vc_column-inner {
  border-color: #1f6070;
  border-style: solid;
  border-width: 4px 0 4px 4px;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:first-of-type .vc_column-inner {
    border-width: 4px 4px 0 4px;
  }
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:last-of-type .vc_column-inner {
  border-color: #1f6070;
  border-style: solid;
  border-width: 4px 4px 4px 0;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:last-of-type .vc_column-inner {
    padding: 40px;
  }
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:last-of-type {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
  padding: 48px;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    padding: 40px;
  }
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner .wpb_single_image.vc_align_left {
    text-align: center;
  }
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner .vc_single_image-wrapper {
  display: flex;
  align-items: center;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner * {
  height: 100%;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner img {
  height: auto;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 62px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    padding: 40px;
  }
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper h5 {
  font-size: 28px;
  color: #ffffff;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper h6 {
  font-size: 28px;
  color: #ffffff;
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper p {
    font-size: 17px;
  }
}
.page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_single_image {
  margin: 0;
}
.page-template-default .image-swap--box {
  display: flex;
  padding: 24px;
}
.page-template-default .image-swap--box .wpb_content_element {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.page-template-default .image-swap--box .wpb_content_element * {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.page-template-default .image-swap--image.image-active {
  opacity: 1;
}
.page-template-default .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.page-template-default .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.page-template-default .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.page-template-default .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.page-template-default .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.page-template-default .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.page-template-default .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.page-template-default .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.page-template-default .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.page-template-default .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.page-template-default .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.page-template-default .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.page-template-default .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.page-template-default .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.page-template-default .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.page-template-default .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.page-template-default .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.page-template-default .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.page-template-default .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.page-template-default .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.page-template-default .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.page-template-default .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 20px;
  font-family: "golos-text-semibold", sans-serif !important;
}
.page-template-default .yoti-default-link a:hover {
  background: 0;
  border: 0;
}
.page-template-default .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.page-template-default .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.page-template-default .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.page-template-default .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.page-template-default .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.page-template-default .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.page-template-default .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.page-template-default .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.page-template-default .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.page-template-default .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.page-template-default .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.page-template-default .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.page-template-default .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.page-template-default .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.page-template-default .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.page-template-default .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.page-template-default .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.page-template-default .popupaoc-link:active {
  background-color: #1a5c92;
}
.page-template-default #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.page-template-default .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.page-template-default .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.page-template-default .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.page-template-default .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.page-template-default .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}
.page-template-default div.wpforms-container-full .wpforms-form button[type=submit] {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #2d9fff;
  color: #ffffff;
  font-size: 12px;
  font-family: "golos-text-semibold", sans-serif !important;
  text-transform: uppercase;
}
.page-template-default div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  border: 0;
  background-color: #007ee8;
  color: #ffffff;
}
.page-template-default div.wpforms-container-full .wpforms-form button[type=submit]:active {
  border: 0;
  background-color: #1a5c92;
}
.page-template-default .search-form {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.page-template-default .search-form .screen-reader-text {
  display: none;
}
.page-template-default .search-form .search-field {
  width: 240px;
  height: 40px;
  margin-right: 8px;
  padding: 10px;
  border: 1px solid #333b40;
  border-radius: 5px;
  font-size: 16px;
}
.page-template-default .search-form .search-submit {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  font-size: 0;
  background-position: center;
  background-color: #2d9fff;
}
.page-template-default .search-form .search-submit:after {
  content: "\f002";
  font-family: fontawesome;
}
.page-template-default .search-form .search-submit:hover {
  background-color: #007ee8;
}
.page-template-default .wpfp-featured-post-grid {
  display: flex;
  justify-content: space-between;
}
.page-template-default .wpfp-featured-post-grid .wpfpcolumns {
  height: unset !important;
}
.page-template-default .wpfp-featured-post-grid .wpfp-image-bg {
  display: none;
}
.page-template-default .wpfp-featured-post-grid .wpfp-categories {
  display: none;
}
.page-template-default .wpfp-featured-post-grid .wpfp-date {
  display: none;
}
.page-template-default .wpfp-featured-post-grid .wpfp-title a {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 18px;
  color: #ffffff;
}
.page-template-default .wpfp-featured-post-grid .wpfp-bottom-content {
  position: static;
  border-radius: 15px;
  background: #2d9fff;
  text-align: center;
}
.page-template-default .wpfp-featured-post-grid .wpfp-bottom-content:hover {
  background: #007ee8;
}
.page-template-default .wpfp-featured-post-grid.design-1 {
  display: flex;
  justify-content: space-between;
}
.page-template-default .wpfp-featured-post-grid.design-1 .wpfpcolumns {
  height: unset !important;
}
.page-template-default .wpfp-featured-post-grid.design-1 .wpfp-image-bg {
  display: none;
}
.page-template-default .wpfp-featured-post-grid.design-1 .wpfp-categories {
  display: none;
}
.page-template-default .wpfp-featured-post-grid.design-1 .wpfp-date {
  display: none;
}
.page-template-default .wpfp-featured-post-grid.design-1 .wpfp-title a {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 18px;
  color: #ffffff;
}
.page-template-default .wpfp-featured-post-grid.design-1 .wpfp-bottom-content {
  position: static;
  border-radius: 15px;
  background: #2d9fff;
  text-align: center;
}
.page-template-default .wpfp-featured-post-grid.design-1 .wpfp-bottom-content:hover {
  background: #007ee8;
}
.page-template-default .vc_grid.vc_row.vc_grid-gutter-30px {
  margin: unset !important;
}
.page-template-default .yoti-post-grid .vc_gitem-zone-a {
  margin-bottom: 16px;
}
.page-template-default .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item {
  width: 100%;
}
.page-template-default .wpb_content_element.yoti-post-grid--hero .vc_gitem-zone-a .vc_gitem-row-position-top {
  position: static;
}
.page-template-default .vc_gitem-post-data-source-post_excerpt {
  height: 64px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px !important;
}
.page-template-default .yoti-button-block .vc_column_container {
  width: 100%;
}
.page-template-default .yoti-button-block .vc_column_container .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 699px) {
  .page-template-default .yoti-button-block .vc_column_container .wpb_wrapper {
    flex-direction: column;
  }
}
.page-template-default .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container {
  margin: 16px 16px;
}
@media (max-width: 699px) {
  .page-template-default .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container {
    width: 100%;
    margin: 16px auto;
  }
}
.page-template-default .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link {
  line-height: 0;
}
@media (max-width: 699px) {
  .page-template-default .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link a {
    width: 100%;
    text-align: center;
  }
}
.page-template-default .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link a:after {
  margin-left: 0px !important;
}
@media (max-width: 699px) {
  .page-template-default .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link.white a {
    width: 100%;
    text-align: center;
  }
}
.page-template-default .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link.white a:after {
  margin-left: 0px !important;
}
.page-template-default .yoti-button-block.btn-left {
  justify-content: flex-start;
}
.page-template-default .yoti-button-block.btn-left .wpb_wrapper {
  justify-content: flex-start;
}
@media (min-width: 700px) {
  .page-template-default .yoti-button-block.btn-left .wpb_wrapper .vc_btn3-container:first-child {
    margin-left: unset;
  }
}
.page-template-default .yoti-button-block.btn-right {
  justify-content: flex-end;
}
.page-template-default .yoti-button-block.btn-right .wpb_wrapper {
  justify-content: flex-end;
}
@media (min-width: 700px) {
  .page-template-default .yoti-button-block.btn-right .wpb_wrapper .vc_btn3-container:last-child {
    margin-right: unset;
  }
}
.page-template-default .didc__split-block {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.page-template-default .didc__split-block .vc_row {
  max-width: 100%;
  margin: auto;
  padding: 0 0;
}
.page-template-default .didc__split-block .vc_row > .vc_column_container:first-of-type .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 64px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .page-template-default .didc__split-block .vc_row > .vc_column_container:first-of-type .vc_column-inner {
    padding: 64px 0 64px 64px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .didc__split-block .vc_row > .vc_column_container:first-of-type .vc_column-inner {
    padding: 96px 0;
  }
}
@media (max-width: 767px) {
  .page-template-default .didc__split-block .vc_row > .vc_column_container:first-of-type .vc_column-inner * {
    text-align: center !important;
  }
}
.page-template-default .didc__split-block .vc_row > .vc_column_container:last-of-type .vc_column-inner {
  padding: 0;
  overflow: hidden;
}
.page-template-default .didc__split-block .vc_row > .vc_column_container:last-of-type .vc_column-inner * {
  height: 100%;
  width: 100%;
}
.page-template-default .didc__split-block .vc_row > .vc_column_container:last-of-type .vc_column-inner img {
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-template-default .didc__split-block .vc_row > .vc_column_container:last-of-type .vc_column-inner img {
    min-height: 373px;
  }
}
.page-template-default .didc__split-block .vc_row .wpb_single_image {
  margin: 0;
}
.page-template-default .didc__split-block .vc_row .vc_btn3-container .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 167px;
}
@media (max-width: 767px) {
  .page-template-default .didc__split-block .vc_row .vc_btn3-container .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    width: fit-content;
    margin: 0 auto;
  }
}
.page-template-default .title__well {
  display: flex;
  min-height: 36px;
  width: fit-content;
  padding: 9.048px 15.833px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 16px;
}
.page-template-default .title__well * {
  margin-bottom: 0;
  line-height: 1;
}
.page-template-default .exp_section-main {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 56px 0 10px;
}
@media (max-width: 767px) {
  .page-template-default .exp_section-main {
    padding-top: 42px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .exp_section-main {
    padding-top: 66px;
  }
}
.page-template-default .exp_section-main .exp_btn {
  all: unset;
  color: #1d427b !important;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  transition: background-color 0.3s ease;
  padding: 0 4px;
  cursor: pointer;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .exp_section-main .exp_btn {
      letter-spacing: -0.99px;
    }
  }
}
.page-template-default .exp_section-main .exp_btn:hover {
  text-decoration: none;
  outline: none;
}
.page-template-default .exp_section-main .exp_btn:focus {
  border: none !important;
  outline: none;
}
.page-template-default .exp_section-main .exp_btn:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .exp_section-main .exp_btn:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.page-template-default .exp_section-main .exp_btn .exp_icon {
  text-decoration: none;
  width: 20px;
  margin-left: 16px;
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
}
.page-template-default .app-store-button-block {
  width: fit-content;
}
.page-template-default .app-store-button-block .app-store-button {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  flex-wrap: nowrap;
  column-gap: 14px;
}
.page-template-default .app-store-button-block .app-store-button a {
  width: 113px;
}
.page-template-default .app-store-button-block .app-store-button a img {
  height: 32px;
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
}
.page-template-default .app-store-button-block .app-store-button a:after {
  content: "";
  display: none;
}

#page {
  overflow: hidden;
}

.page-template-default.wpb-js-composer .vc_tta-accordion * {
  border: 0 !important;
}
.page-template-default.wpb-js-composer .vc_tta-accordion *:hover {
  background: 0 !important;
}
.page-template-default.wpb-js-composer .vc_tta-accordion .yoti-text-editor p {
  margin-bottom: 16px;
  font-size: 16px;
}
.page-template-default.wpb-js-composer .vc_tta-accordion .vc_tta-panel {
  float: left;
  width: 100%;
}
.page-template-default.wpb-js-composer .vc_tta-accordion .vc_tta-panel:before {
  float: left;
  margin: 6px 8px 0 0;
}
.page-template-default.wpb-js-composer .vc_tta-accordion .identity-verification:before {
  content: url(/wp-content/uploads/2020/01/identity-verification-logo.png);
}
.page-template-default.wpb-js-composer .vc_tta-accordion .age-verification:before {
  content: url(/wp-content/uploads/2020/01/Age-Verification-logo.png);
}
.page-template-default.wpb-js-composer .vc_tta-accordion .authentication:before {
  content: url(/wp-content/uploads/2020/01/Authentication-logo.png);
}
.page-template-default.wpb-js-composer .vc_tta-accordion .e-signing:before {
  content: url(/wp-content/uploads/2020/01/e-signing-icon.png);
}
.page-template-default.wpb-js-composer .vc_tta-accordion .secure-access:before {
  content: url(/wp-content/uploads/2019/11/access-control.png);
}

.ult-adjust-bottom-margin.eyebrow-heading-with-icon {
  margin-bottom: 0;
}
.ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content {
  margin-bottom: 0;
}
.ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}

/* DID Hero Section Style Starts Here*/
.page-template-default .vc_section.yoti-hero-section {
  padding: 0 !important;
  background: 0;
}
.page-template-default .vc_section.yoti-hero-section:first-of-type {
  padding-top: 130px !important;
}
@media (max-width: 767px) {
  .page-template-default .vc_section.yoti-hero-section:first-of-type {
    padding-top: 48px !important;
  }
}
.page-template-default .vc_section.yoti-hero-section .yoti-row.wpb_row .wpb_text_column {
  max-width: 100%;
  width: 100%;
}
.page-template-default .vc_section.yoti-hero-section .vc_custom_heading {
  margin: 0 auto;
  max-width: 800px;
}
.page-template-default .vc_section.yoti-hero-section .wpb_content_element ul {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .page-template-default .vc_section.yoti-hero-section .wpb_content_element ul {
    flex-direction: column;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .page-template-default .vc_section.yoti-hero-section .wpb_content_element ul {
    padding-top: 18px;
  }
}
.page-template-default .vc_section.yoti-hero-section .wpb_content_element ul li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: unset;
  padding-left: unset;
  margin-left: unset;
  position: relative;
  flex: 1;
  text-align: center;
  border-right: 1px solid #67717e;
  font-size: 20px;
  color: #333b40;
}
@media (max-width: 767px) {
  .page-template-default .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid #67717e;
  }
}
@media (min-width: 768px) {
  .page-template-default .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 0 38px;
  }
}
.page-template-default .vc_section.yoti-hero-section .wpb_content_element ul li:last-child {
  border: none;
}
@media (max-width: 767px) {
  .page-template-default .vc_section.yoti-hero-section .wpb_content_element ul li:last-child {
    padding-bottom: 0;
  }
}
.page-template-default .vc_section.yoti-hero-section h1 {
  font-family: "sharp-grotesk-medium", sans-serif !important;
}
@media (max-width: 767px) {
  .page-template-default .vc_section.yoti-hero-section h1 {
    font-size: 34px;
  }
}

/* DID Hero Section Style Starts Ends*/
@media (max-width: 1023px) {
  .single {
    overflow: hidden;
    position: relative;
  }
}
.single .reverse-on-mobile {
  display: flex;
  flex-direction: column-reverse;
}
.single .wpb_row {
  margin: 0;
  padding: 0;
}
.single .wpb_content_element {
  margin: 0;
  padding: 0;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  padding: 0;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div:not(.wpb_single_image) {
  padding: 0 16px;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col .yoti-default-link {
  margin-top: auto;
  margin-bottom: 30px;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row {
  height: 100%;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini {
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 15px rgba(51, 59, 64, 0.1);
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem-post-data {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: normal;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_grid-filter.vc_grid-filter-center {
  font-weight: bold;
  text-align: left;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem-post-data-source-post_title {
  color: #333b40;
  font-size: 22px;
  font-family: "golos-text-semibold", sans-serif !important;
}
.single .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .wpb_single_image img {
  height: 240px;
  object-fit: cover;
}
.single .wpb_content_element .vc_gitem-post-data-source-post_title div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single .wpb_content_element .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
  padding-top: 180%;
}
.single .vc_column_container > .vc_column-inner {
  margin: 0;
  padding: 0;
}
.single .vc_row-has-fill > .vc_column_container > .vc_column-inner {
  margin: 0;
  padding: 0;
}
.single .vc_row.vc_column-gap-35 > .vc_column_container {
  margin: 0;
  padding: 0;
}
.single .vc_row.vc_column-gap-35 {
  margin: 0;
  padding: 0;
}
.single .vc_btn3-container {
  margin: 0;
  padding: 0;
}
.single .yoti-section.vc_section {
  margin: auto;
  padding: 32px 0;
}
.single .yoti-section.vc_section:first-of-type {
  padding-top: 0;
}
.single .vc_section.vc_section-has-fill {
  margin: auto;
  padding: 32px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.single .vc_section.vc_section-has-fill + .vc_section {
  margin: auto;
  padding: 32px 0;
}
.single .vc_section.vc_section-has-fill + .vc_section:first-of-type {
  padding-top: 0;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
  margin: auto;
  padding: 32px 0;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section:first-of-type {
  padding-top: 0;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill:first-of-type {
  padding-top: 0;
}
.single .vc_section.vc_section-has-fill + .vc_section.image-bottom-left {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.single .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .vc_section.vc_section-has-fill + .vc_section.image-bottom-right {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.single .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle {
  padding-bottom: 0;
}
.single .yoti-section.vc_section.image-bottom-left {
  padding-bottom: 0;
}
.single .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.single .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .vc_section.vc_section-has-fill.image-bottom-left {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
  display: none;
}
.single .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .yoti-section.vc_section.image-bottom-right {
  padding-bottom: 0;
}
.single .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.single .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .vc_section.vc_section-has-fill.image-bottom-right {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: none;
}
.single .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
  width: 100%;
}
.single .yoti-section.vc_section.image-bottom-middle {
  padding-bottom: 0;
}
.single .vc_section.vc_section-has-fill.image-bottom-middle {
  padding-bottom: 0;
}
.single .vc_section.hero-section {
  background-size: 0 !important;
}
.single .vc_section.hero-section .hero-image-mobile {
  margin-bottom: 32px;
}
.single .vc_section.hero-section .yoti-row {
  display: flex;
  align-items: center;
  height: 100%;
}
.single .vc_section.hero-section .yoti-row .wpb_text_column {
  max-width: unset;
}
.single .vc_section.hero-section .vc_col-sm-6 {
  width: unset;
  max-width: 100%;
}
.single .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon {
  margin-bottom: 0;
}
.single .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content {
  margin-bottom: 0;
}
.single .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.single .vc_section.hero-section h2 {
  margin-bottom: 24px;
  font-size: 34px;
  color: #333b40;
}
.single .vc_section.hero-section p {
  font-size: 24px;
  color: #333b40;
}
.single .vc_section.hero-section.vc_section-has-fill {
  background-size: 0 !important;
}
.single .vc_section.hero-section.vc_section-has-fill .hero-image-mobile {
  margin-bottom: 32px;
}
.single .vc_section.hero-section.vc_section-has-fill .yoti-row {
  display: flex;
  align-items: center;
  height: 100%;
}
.single .vc_section.hero-section.vc_section-has-fill .yoti-row .wpb_text_column {
  max-width: unset;
}
.single .vc_section.hero-section.vc_section-has-fill .vc_col-sm-6 {
  width: unset;
  max-width: 100%;
}
.single .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon {
  margin-bottom: 0;
}
.single .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content {
  margin-bottom: 0;
}
.single .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
}
.single .vc_section.hero-section.vc_section-has-fill h2 {
  margin-bottom: 24px;
  font-size: 34px;
  color: #333b40;
}
.single .vc_section.hero-section.vc_section-has-fill p {
  font-size: 24px;
  color: #333b40;
}
.single .hero-carousel .wp-block-eedee-block-gutenslider.vertical-align-center .slide-content {
  width: calc(100% - 64px);
  margin: auto;
  height: calc(100vh - 130px);
}
.single .form-section .yoti-row.wpb_row {
  max-width: 900px;
}
.single .form-section .wpb_column:first-of-type {
  max-width: 400px;
}
.single .form-section .wpb_column:last-of-type {
  max-width: 310px;
}
.single .comparison-table .yoti-row.wpb_row {
  display: flex;
  align-items: center;
  padding: 32px 8px;
  border-radius: 8px;
}
.single .comparison-table .yoti-row.wpb_row:first-of-type {
  display: block;
}
.single .comparison-table .yoti-row.wpb_row:nth-of-type(even) {
  background-color: #f5f8f9;
}
.single .comparison-table .yoti-row.wpb_row:last-of-type {
  margin-bottom: 0;
}
.single .comparison-table .yoti-row.wpb_row h4 {
  font-size: 20px;
}
.single .comparison-table .yoti-row:first-of-type .wpb_single_image img {
  height: 80px;
  object-fit: contain;
}
.single .comparison-table .yoti-row:not(:first-of-type) .vc_col-sm-3 .wpb_single_image .vc_single_image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border-radius: 45%;
  background: #d9dee5;
}
.single .comparison-table .yoti-row:not(:first-of-type) .vc_col-sm-3:nth-of-type(odd) .wpb_single_image .vc_single_image-wrapper {
  background: #b2f2b0;
}
.single .comparison-table .uavc-list-icon-wrapper.ult-adjust-bottom-margin {
  margin-bottom: unset;
}
.single .comparison-table .uavc-list-content {
  margin-bottom: unset;
}
.single .comparison-table .uavc-list-content span.uavc-list-desc {
  margin-bottom: 8px;
  font-size: 16px !important;
  line-height: normal !important;
}
.single .comparison-table .uavc-list-icon {
  margin-right: 16px !important;
}
.single .comparison-table strong {
  color: #333b40;
  font-size: 16px !important;
}
.single .ult_tabs .ult_tabmenu.style1 {
  justify-content: center;
}
.single .ult_tabs li.ult_tab_li {
  margin-right: 32px;
  border-bottom: 2px solid #eceff2 !important;
}
.single .ult_tabs li.ult_tab_li:last-of-type {
  margin-right: 0;
}
.single .ult_tabs li.ult_tab_li.active {
  border-color: #2d9fff !important;
}
.single .ult_tabs .ult_tab_icon {
  color: unset !important;
}
.single .ult_tabs a.ult_a {
  background: 0 !important;
  color: #333b40 !important;
}
.single .ult_tabs .ult_tabcontent {
  width: calc(100% - 64px);
  margin: auto;
  margin-top: 32px;
  padding: 64px;
  border-radius: 16px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background-color: #ffffff;
}
.single .ult_tabs .wpb_single_image img {
  height: 70px;
  object-fit: contain;
  margin-bottom: 32px;
}
.single .ult_tabs .vc_custom_heading {
  margin-bottom: 16px;
  font-size: 0.889em;
}
.single .ult_tabs .ult_tabitemname:first-of-type {
  display: block;
}
.single .ult_tabs .ult_tabitemname .wpb_column {
  padding: 0 0 32px;
}
.single .special-stat {
  color: #ffffff;
}
.single .special-stat h2 {
  margin-bottom: unset;
  font-size: 50px;
}
.single .special-stat h3 {
  margin-bottom: unset;
  font-size: 50px;
}
.single .special-stat h4 {
  margin-bottom: unset;
  font-size: 50px;
}
.single .image-gradient-one {
  background: url(/wp-content/uploads/YotiDigitalID_Network_desktop_compr-scaled.webp) 0 0 no-repeat, radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 20%, black 100%) !important;
  background-blend-mode: multiply;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .single .image-gradient-one {
    background: url(/wp-content/uploads/YotiDigitalID_Network_mobile_compr.webp) 0 0 no-repeat, radial-gradient(ellipse at right, rgba(0, 0, 0, 0) 20%, black 100%) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center;
  }
}
.single .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.single .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 > .vc_column-inner {
  max-width: 500px;
}
.single .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 > .vc_column-inner .vc_row {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
.single .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 > .vc_column-inner .vc_row:last-child {
  margin-bottom: 0px;
}
.single .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 .wpb_single_image.vc_align_center:after {
  content: "";
  display: block;
  position: absolute;
  margin-left: 49%;
  width: 2%;
  height: 64px;
  background: #333b40;
}
.single .steps-to-create--timeline-left .yoti-row > .vc_col-sm-6 .vc_row:last-of-type .wpb_single_image.vc_align_center:after {
  display: none;
}
.single .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-6:first-of-type {
  width: 30%;
}
.single .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-6:last-of-type {
  width: 60%;
  margin: auto;
}
.single .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-12 {
  padding: 48px 48px 0;
  border-radius: 20px;
  background: #d9f3f7;
}
.single .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-12 .wpb_single_image.vc_align_center {
  margin: 8px auto 0;
}
.single .download-apps--wide.vc_section .yoti-row.wpb_row {
  justify-content: space-between;
}
.single .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 {
  width: auto;
}
.single .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 h3 {
  text-align: center !important;
}
.single .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 {
  width: auto;
}
.single .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .wpb_row {
  display: flex;
  justify-content: center;
  margin: auto;
  width: 300px;
}
.single .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 img {
  max-height: 40px;
  object-fit: contain;
}
.single .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .vc_col-sm-6 {
  margin: auto;
}
.single .download-apps--box.vc_section {
  height: auto;
  background-position: center !important;
}
.single .download-apps--box.vc_section .yoti-row.wpb_row {
  max-width: 470px;
  margin: auto;
  padding: 32px;
  background: #ffffff;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
.single .download-apps--box.vc_section .download-apps-box__apps {
  max-width: 260px;
  margin: 18px auto 0;
}
.single .yoti-row.wpb_row {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .single .yoti-row.wpb_row {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .single .yoti-row.wpb_row {
    padding: 0 48px;
  }
}
.single .yoti-row.wpb_row .wpb_text_column {
  max-width: 500px;
}
.single .yoti-row.wpb_row.yoti-row--wide .wpb_text_column {
  max-width: 100%;
}
.single .yoti-row.wpb_row.yoti-row--centered .wpb_text_column {
  max-width: 800px;
  margin: auto;
}
.single .yoti-row.wpb_row.yoti-row--centered .vc_custom_heading {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.single .yoti-row.wpb_row.yoti-row--center-image-on-bottom .vc_column_container:nth-of-type(2) {
  align-self: flex-end;
}
.single .yoti-row.wpb_row.yoti-row--static-logos > .vc_column_container > .vc_column-inner {
  max-width: 220px;
  margin: auto;
}
.single .video-popup .paoc-popup-modal-cnt {
  padding: 0 !important;
}
.single .paoc-popup-modal iframe {
  width: 100% !important;
  height: 400px !important;
}
.single .html5-video-player .ytp-chrome-top {
  display: none !important;
}
.single .html5-video-player .ytp-chrome-top * {
  display: none !important;
}
.single .html5-video-player .ytp-chrome-bottom {
  display: none !important;
}
.single .html5-video-player .ytp-chrome-bottom * {
  display: none !important;
}
.single .html5-video-player .ytp-chrome-top.ytp-show-cards-title {
  display: none !important;
}
.single .html5-video-player .ytp-chrome-top.ytp-show-cards-title * {
  display: none !important;
}
.single .html5-video-player .ytp-title-link.yt-uix-sessionlink .ytp-chrome-top-buttons {
  display: none !important;
}
.single .html5-video-player .ytp-title-link.yt-uix-sessionlink .ytp-chrome-top-buttons * {
  display: none !important;
}
.single .yoti-split-background {
  position: relative;
  z-index: 1;
}
.single .yoti-split-background__content {
  width: calc(100% - 64px);
  margin: auto;
  z-index: 3;
  padding: 72px 0;
}
.single .yoti-split-background__bottom {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.single .bottom-75-25 {
  height: 25% !important;
}
.single .bottom-90-10 {
  height: 10% !important;
}
.single .vc_images_carousel .vc_carousel-indicators li {
  border-color: #333b40 !important;
  background-color: #ffffff !important;
}
.single .vc_images_carousel .vc_carousel-indicators li.vc_active {
  background-color: #67717e !important;
}
.single .yoti-logo-carousel {
  width: calc(100% - 64px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single .yoti-logo-carousel .wpb_text_column {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel .vc_custom_heading {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel p {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h2 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h3 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h4 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h5 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h6 {
  color: #67717e;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
}
.single .owl-item {
  text-align: center;
}
.single .ed-item img {
  max-width: 130px;
  height: 60px;
  object-fit: contain;
}
.single .horizontal-list h2 {
  font-size: 30px;
}
.single .horizontal-list h3 {
  font-size: 30px;
}
.single .horizontal-list h4 {
  font-size: 30px;
}
.single .horizontal-list p {
  font-size: 30px;
}
.single .horizontal-list strong {
  font-size: 30px;
}
.single .horizontal-list .uavc-list {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.single .horizontal-list .uavc-list-icon {
  margin: 0 16px 0 0;
}
.single .horizontal-list .uavc-list-icon li {
  font-size: 16px;
}
.single .horizontal-list .Defaults-circle {
  color: #67717e;
  font-size: 8px;
}
.single .eyebrow-heading {
  margin-bottom: 16px;
  font-size: 16px;
  color: #67717e;
  font-weight: normal;
}
.single .yoti-eyebrow-heading {
  margin-bottom: 16px;
  font-size: 16px;
  color: #67717e;
  font-weight: normal;
  text-transform: uppercase;
}
.single .eyebrow-heading-with-icon .uavc-list-icon {
  margin-right: 16px !important;
}
.single .eyebrow-heading-with-icon .uavc-list-content {
  display: flex;
}
.single .eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
  font-size: 22px;
  font-weight: bold;
  color: #333b40;
}
.single .list-item-with-icon .uavc-list-icon {
  margin-right: 16px !important;
}
.single .list-item-with-icon .uavc-list-content span.uavc-list-desc {
  font-size: 16px;
  font-weight: bold;
}
.single .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick {
  display: flex;
  margin-bottom: 16px;
}
.single .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick .uavc-list-content span.uavc-list-desc {
  font-size: 16px;
}
.single .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick .aio-icon-img {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border-radius: 50%;
  background: #b2f2b0;
}
.single .text-block-with-icon {
  max-width: 500px;
}
.single .text-block-with-icon .uavc-list-icon {
  margin-right: 16px !important;
}
.single .text-block-with-icon .uavc-list-desc {
  font-size: 16px;
  line-height: normal !important;
}
.single .text-block-with-icon strong {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
}
.single .text-block-with-icon br {
  display: none;
}
.single .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.single .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.single .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.single .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.single .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.single .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.single .text-block-with-icon--medium {
  max-width: 350px;
}
.single .text-block-with-icon--small {
  max-width: 240px;
}
.single .wpb_content_element.vc_separator {
  width: calc(100% - 64px);
  margin: auto;
}
.single .static-logos {
  display: flex;
  justify-content: space-between;
}
.single .download-apps {
  width: 220px;
}
.single .download-apps h5 {
  font-size: 14px;
  color: #67717e;
}
.single .download-apps h6 {
  font-size: 14px;
  color: #67717e;
}
.single .yoti-row--boxes {
  margin: auto;
  justify-content: center;
}
.single .yoti-row--boxes > .vc_column_container {
  width: unset;
  margin: 24px 24px;
}
.single .yoti-row--boxes .vc_column-inner {
  display: flex;
  height: 100%;
}
.single .solutions-box {
  max-width: 343px;
  height: 100%;
  padding: 48px;
  border-radius: 30px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  text-align: center;
  background: #ffffff;
  height: auto;
}
@media (max-width: 767px) {
  .single .solutions-box {
    padding: 40px;
  }
}
.single .solutions-box > .vc_column-inner {
  height: 100%;
}
.single .solutions-box > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single .solutions-box > .vc_column-inner .vc_btn3-container.vc_btn3-center {
  margin-top: auto;
}
.single .solutions-box .wpb_single_image {
  text-align: left;
  margin-bottom: 24px;
}
.single .solutions-box .wpb_single_image img {
  height: 72px;
  width: 72px;
  object-fit: contain;
}
.single .solutions-box .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 20px;
  text-align: center !important;
}
.single .solutions-box .wpb_text_column {
  font-size: 17px;
}
.single .solutions-box p {
  font-size: 17px;
}
.single .regulators-box {
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.single .regulators-box .wpb_column.vc_column_container {
  max-width: 302px;
  padding: 24px;
  text-align: center;
}
.single .regulators-box .wpb_single_image {
  width: 100%;
  margin: 48px auto 64px;
  text-align: center;
}
.single .regulators-box .wpb_single_image img {
  max-height: 130px;
  object-fit: contain;
}
.single .regulators-box h2 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.single .regulators-box h3 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.single .regulators-box h4 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.single .regulators-box h5 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.single .regulators-box h6 {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.single .regulators-box strong {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
}
.single .regulators-box p {
  font-size: 16px;
}
.single .technology-box {
  display: flex;
  max-width: 269px;
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.single .technology-box:last-of-type {
  margin-right: 0;
}
.single .technology-box .wpb_single_image {
  width: 100%;
  text-align: center;
}
.single .technology-box .wpb_single_image img {
  max-height: 66px;
  object-fit: contain;
}
.single .technology-box h2 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.single .technology-box h3 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.single .technology-box h4 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.single .technology-box h5 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.single .technology-box h6 {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.single .technology-box strong {
  margin-bottom: 8px;
  color: #333b40;
  font-size: 22px;
}
.single .technology-box p {
  font-size: 16px;
}
.single .technology-box .wpb_text_column {
  text-align: center !important;
}
.single .testimonial {
  display: flex;
  height: 100%;
  padding: 24px;
  max-width: 336px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.single .testimonial .wpb_content_element {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.single .testimonial .wpb_content_element * {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.single .testimonial-with-image {
  display: flex;
  height: 100%;
  padding: 24px;
  max-width: 336px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.single .testimonial-with-image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-right: 8px;
}
.single .testimonial-with-image .wpb_content_element:first-of-type {
  margin-bottom: 16px;
  font-size: 22px;
  color: #333b40;
}
.single .testimonial-with-image .wpb_content_element:first-of-type * {
  margin-bottom: 16px;
  font-size: 22px;
  color: #333b40;
}
.single .testimonial-with-image .wpb_content_element:last-of-type {
  color: #b6bfcb;
  font-size: 18px;
}
.single .testimonial-with-image .wpb_content_element:last-of-type > .wpb_wrapper {
  display: flex;
}
.single .testimonial-with-image .wpb_content_element:nth-of-type(2) * {
  color: #b6bfcb;
  font-size: 18px;
}
.single .testimonial-with-image .wpb_content_element:nth-of-type(2) * > .wpb_wrapper {
  display: flex;
}
.single .testimonial-ult-bottom-margin {
  margin-bottom: 0px !important;
}
.single .highlight-box-one * {
  font-size: 18px;
  color: #67717e;
}
.single .highlight-box-one .vc_column_container {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.single .highlight-box-one .vc_column_container:last-of-type {
  margin-right: 0;
}
.single .highlight-box-one .uavc-list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single .highlight-box-one .aio-icon-img {
  width: auto;
}
.single .highlight-box-one .aio-icon-img .img-icon {
  width: auto;
}
.single .highlight-box-two .vc_column_container {
  margin-right: 16px;
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
}
.single .highlight-box-two .vc_column_container:last-of-type {
  margin-right: 0;
}
.single .highlight-box-two .uavc-list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single .highlight-box-two .aio-icon-img {
  width: 102px;
  height: 102px;
  object-fit: contain;
}
.single .highlight-box-two .aio-icon-img .img-icon {
  width: 102px;
  height: 102px;
  object-fit: contain;
}
.single .highlight-box-two .uavc-list-desc {
  font-size: 26px;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
.single .highlight-box-two .wpb_text_column p {
  font-size: 18px;
  color: #67717e;
}
.single .price-box-row {
  width: calc(100% - 64px);
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.single .price-box-row > .vc_column_container {
  display: flex;
  width: unset;
  margin: 8px;
}
.single .price-box-row > .vc_column_container > .vc_column-inner {
  display: flex;
}
.single .price-box-inner-row > .vc_column_container {
  width: 321px;
  max-width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  text-align: center;
  background: #ffffff;
}
.single .price-box-inner-row > .vc_column_container > .vc_column-inner {
  display: flex;
  justify-content: center;
  height: 100%;
}
.single .price-box-inner-row > .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.single .price-box-inner-row > .vc_column_container > .vc_column-inner .wpb_content_element:last-of-type {
  margin-top: auto;
}
.single .price-box-inner-row > .vc_column_container > .vc_column-inner .vc_btn3-container {
  margin-top: auto;
}
.single .price-box-inner-row .wpb_single_image {
  text-align: center;
}
.single .price-box-inner-row .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .price-box-inner-row .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.single .price-box-inner-row .wpb_text_column {
  margin-bottom: 16px;
}
.single .price-box-inner-row .wpb_text_column p {
  font-size: 16px;
}
.single .price-box-inner-row .yoti-primary-button {
  margin-bottom: 0;
}
.single .price-box-inner-row .yoti-default-link {
  margin-bottom: 0;
}
.single .price-box-inner-row .yoti-ghost-link {
  margin-bottom: 0;
}
.single .price-box-inner-row .vc_sep_color_grey .vc_sep_line {
  border-color: #b6bfcb;
}
.single .price-box-inner-row .uavc-list-icon li {
  line-height: normal;
}
.single .price-box-inner-row .uavc-list-desc {
  text-align: left;
  color: #b6bfcb;
  font-size: 14px;
}
.single .price-box-inner-row .uavc-list-content {
  margin-bottom: 0;
}
.single .price-box-inner-row.price-box-inner-row--dark .vc_column_container {
  background-color: #2f555e;
}
.single .price-box-inner-row.price-box-inner-row--dark * {
  color: #ffffff;
}
.single .price-box-inner-row.price-box-inner-row--dark .vc_custom_heading {
  color: #ffffff;
}
.single .price-box-inner-row.price-box-inner-row--dark .price {
  color: #ffffff;
}
.single .price-box-inner-row.price-box-inner-row--dark .vc_sep_color_grey .vc_sep_line {
  border-color: #ffffff;
}
.single .price-box-inner-row.price-box-inner-row--dark .uavc-list-desc {
  color: #b2f2b0;
}
.single .pricing {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.single .pricing * {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.single .pricing * .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "golos-text-regular", sans-serif !important;
}
.single .pricing p {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.single .pricing p .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "golos-text-regular", sans-serif !important;
}
.single .pricing .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "golos-text-regular", sans-serif !important;
}
.single .pyramid-container .price-box-inner-row {
  justify-content: space-evenly;
}
.single .pyramid-container .price-box-inner-row > .vc_column_container {
  margin-bottom: 16px;
}
.single .yoti-row--pyramid .vc_col-sm-4 {
  align-self: stretch;
}
.single .yoti-row--pyramid .vc_col-sm-4 .vc_column-inner {
  height: 100%;
}
.single .yoti-row--pyramid .vc_col-sm-4 .wpb_wrapper {
  height: 100%;
}
.single .yoti-row--pyramid .vc_col-sm-4 .price-box-inner-row {
  height: 100%;
}
.single .four-column-price-box-row {
  width: calc(100% - 64px);
  margin: auto;
}
.single .four-column-price-box-row .vc_col-sm-3 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_single_image {
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right {
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left {
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_text_column {
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-3 .wpb_text_column p {
  font-size: 16px;
}
.single .four-column-price-box-row .vc_col-sm-4 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_single_image {
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right {
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left {
  text-align: center;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_text_column {
  margin-bottom: 16px;
}
.single .four-column-price-box-row .vc_col-sm-4 .wpb_text_column p {
  font-size: 16px;
}
.single .four-column-price-box-row .pricing {
  margin-bottom: 16px;
}
.single .four-column-price-box-row .price {
  margin-bottom: 0;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.single .four-column-price-box-row .price span {
  font-weight: 100;
}
.single .four-column-price-box-row .pricing-detail {
  color: #8d99a7;
  font-size: 14px;
}
.single .four-column-price-box-row .yoti-primary-button {
  margin-bottom: 0;
}
.single .four-column-price-box-row .yoti-default-link {
  margin-bottom: 0;
}
.single .four-column-price-box-row .yoti-ghost-link {
  margin-bottom: 0;
}
.single .three-column-price-box-row {
  width: calc(100% - 64px);
  margin: auto;
  max-width: 944px;
}
.single .three-column-price-box-row .vc_col-sm-3 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_single_image {
  text-align: center;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right {
  text-align: center;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left {
  text-align: center;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_text_column {
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-3 .wpb_text_column p {
  font-size: 16px;
}
.single .three-column-price-box-row .vc_col-sm-4 {
  margin-bottom: 16px;
  padding: 24px;
  border-radius: 20px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  background: #ffffff;
  text-align: center;
  width: 304px;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_single_image {
  text-align: center;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right {
  text-align: center;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_right img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left {
  text-align: center;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_single_image.vc_align_left img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 21px;
  text-align: center !important;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_text_column {
  margin-bottom: 16px;
}
.single .three-column-price-box-row .vc_col-sm-4 .wpb_text_column p {
  font-size: 16px;
}
.single .three-column-price-box-row .pricing {
  margin-bottom: 16px;
}
.single .three-column-price-box-row .price {
  margin-bottom: 0;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #4c5460;
}
.single .three-column-price-box-row .price span {
  font-weight: 100;
}
.single .three-column-price-box-row .pricing-detail {
  color: #8d99a7;
  font-size: 14px;
}
.single .three-column-price-box-row .yoti-primary-button {
  margin-bottom: 0;
}
.single .three-column-price-box-row .yoti-default-link {
  margin-bottom: 0;
}
.single .three-column-price-box-row .yoti-ghost-link {
  margin-bottom: 0;
}
.single .wpb_text_column li {
  list-style-type: inherit;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2em;
}
.single .text-block-set-width {
  max-width: 500px;
}
.single .text-block-set-width li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2em;
}
.single .duo-background-box.wpb_row > .vc_column_container {
  float: unset;
}
.single .duo-background-box.wpb_row > .vc_column_container > .wpb_wrapper {
  position: relative;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_row:first-of-type {
  position: absolute;
  width: 100%;
  height: 50%;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  width: calc(100% - 64px);
  max-width: 929px;
  margin: auto;
  padding: 48px 0;
  border-radius: 20px;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_row:last-of-type {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
  padding: 0;
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner * {
  height: 100%;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper h5 {
  font-size: 28px;
  color: #ffffff;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper h6 {
  font-size: 28px;
  color: #ffffff;
}
.single .duo-background-box.wpb_row > .vc_column_container .wpb_single_image {
  margin: 0;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container {
  float: unset;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container > .wpb_wrapper {
  position: relative;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:first-of-type {
  position: absolute;
  width: 100%;
  height: 50%;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
    padding: 0 48px;
  }
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  margin: auto;
  padding: 48px 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
    padding: 0 24px;
  }
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_row:last-of-type {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner {
  padding-top: 0;
  border-radius: 30px;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner .wpb_content_element {
  max-width: 100%;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 56px 32px;
  row-gap: 48px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul {
    padding: 48px 40px;
  }
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li {
  flex-basis: 33%;
  padding-left: unset;
  margin-left: unset;
  text-align: center;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li {
    flex-basis: 100%;
    padding: 0 0;
  }
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li {
  text-indent: 0 !important;
  margin-left: 0;
  height: auto;
  display: list-item;
  text-align: center;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container .vc_column-inner ul li img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper h5 {
  font-size: 28px;
  color: #ffffff;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_wrapper h6 {
  font-size: 28px;
  color: #ffffff;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_single_image {
  margin: 0;
}
.single .duo-background-box-with-multiple-blocks.wpb_row > .vc_column_container .wpb_single_image img {
  width: 40px;
  height: 40px;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container {
  float: unset;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container > .wpb_wrapper {
  position: relative;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:first-of-type {
  position: absolute;
  width: 100%;
  height: 50%;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) {
  width: calc(100% - 64px);
  max-width: 1128px;
  margin: auto;
  padding: 48px 0;
  border-radius: 30px;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:first-of-type .vc_column-inner {
  border-color: #1f6070;
  border-style: solid;
  border-width: 4px 0 4px 4px;
}
@media (max-width: 767px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:first-of-type .vc_column-inner {
    border-width: 4px 4px 0 4px;
  }
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:last-of-type .vc_column-inner {
  border-color: #1f6070;
  border-style: solid;
  border-width: 4px 4px 4px 0;
}
@media (max-width: 767px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:nth-of-type(2) .vc_column_container:last-of-type .vc_column-inner {
    padding: 40px;
  }
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_row:last-of-type {
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
  padding: 48px;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    padding: 40px;
  }
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner .wpb_single_image.vc_align_left {
    text-align: center;
  }
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner .vc_single_image-wrapper {
  display: flex;
  align-items: center;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner * {
  height: 100%;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner img {
  height: auto;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 62px;
  overflow: hidden;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media (max-width: 767px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    padding: 40px;
  }
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper h5 {
  font-size: 28px;
  color: #ffffff;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper h6 {
  font-size: 28px;
  color: #ffffff;
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper p {
    font-size: 17px;
  }
}
.single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_single_image {
  margin: 0;
}
.single .image-swap--box {
  display: flex;
  padding: 24px;
}
.single .image-swap--box .wpb_content_element {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.single .image-swap--box .wpb_content_element * {
  margin-bottom: 16px;
  color: #67717e;
  font-size: 18px;
}
.single .image-swap--image.image-active {
  opacity: 1;
}
.single .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.single .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.single .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.single .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.single .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.single .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.single .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.single .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.single .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.single .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.single .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.single .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.single .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.single .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.single .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.single .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.single .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.single .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.single .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.single .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.single .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.single .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 20px;
  font-family: "golos-text-semibold", sans-serif !important;
}
.single .yoti-default-link a:hover {
  background: 0;
  border: 0;
}
.single .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.single .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.single .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.single .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.single .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.single .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.single .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.single .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.single .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.single .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.single .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.single .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.single .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.single .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.single .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.single .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.single .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.single .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.single .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.single .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.single .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.single .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.single .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.single .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.single .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.single .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.single .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.single .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.single .popupaoc-link:active {
  background-color: #1a5c92;
}
.single #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.single .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.single .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.single .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.single .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.single .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}
.single div.wpforms-container-full .wpforms-form button[type=submit] {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #2d9fff;
  color: #ffffff;
  font-size: 12px;
  font-family: "golos-text-semibold", sans-serif !important;
  text-transform: uppercase;
}
.single div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  border: 0;
  background-color: #007ee8;
  color: #ffffff;
}
.single div.wpforms-container-full .wpforms-form button[type=submit]:active {
  border: 0;
  background-color: #1a5c92;
}
.single .search-form {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
.single .search-form .screen-reader-text {
  display: none;
}
.single .search-form .search-field {
  width: 240px;
  height: 40px;
  margin-right: 8px;
  padding: 10px;
  border: 1px solid #333b40;
  border-radius: 5px;
  font-size: 16px;
}
.single .search-form .search-submit {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  font-size: 0;
  background-position: center;
  background-color: #2d9fff;
}
.single .search-form .search-submit:after {
  content: "\f002";
  font-family: fontawesome;
}
.single .search-form .search-submit:hover {
  background-color: #007ee8;
}
.single .wpfp-featured-post-grid {
  display: flex;
  justify-content: space-between;
}
.single .wpfp-featured-post-grid .wpfpcolumns {
  height: unset !important;
}
.single .wpfp-featured-post-grid .wpfp-image-bg {
  display: none;
}
.single .wpfp-featured-post-grid .wpfp-categories {
  display: none;
}
.single .wpfp-featured-post-grid .wpfp-date {
  display: none;
}
.single .wpfp-featured-post-grid .wpfp-title a {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 18px;
  color: #ffffff;
}
.single .wpfp-featured-post-grid .wpfp-bottom-content {
  position: static;
  border-radius: 15px;
  background: #2d9fff;
  text-align: center;
}
.single .wpfp-featured-post-grid .wpfp-bottom-content:hover {
  background: #007ee8;
}
.single .wpfp-featured-post-grid.design-1 {
  display: flex;
  justify-content: space-between;
}
.single .wpfp-featured-post-grid.design-1 .wpfpcolumns {
  height: unset !important;
}
.single .wpfp-featured-post-grid.design-1 .wpfp-image-bg {
  display: none;
}
.single .wpfp-featured-post-grid.design-1 .wpfp-categories {
  display: none;
}
.single .wpfp-featured-post-grid.design-1 .wpfp-date {
  display: none;
}
.single .wpfp-featured-post-grid.design-1 .wpfp-title a {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 18px;
  color: #ffffff;
}
.single .wpfp-featured-post-grid.design-1 .wpfp-bottom-content {
  position: static;
  border-radius: 15px;
  background: #2d9fff;
  text-align: center;
}
.single .wpfp-featured-post-grid.design-1 .wpfp-bottom-content:hover {
  background: #007ee8;
}
.single .vc_grid.vc_row.vc_grid-gutter-30px {
  margin: unset !important;
}
.single .yoti-post-grid .vc_gitem-zone-a {
  margin-bottom: 16px;
}
.single .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item {
  width: 100%;
}
.single .wpb_content_element.yoti-post-grid--hero .vc_gitem-zone-a .vc_gitem-row-position-top {
  position: static;
}
.single .vc_gitem-post-data-source-post_excerpt {
  height: 64px !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px !important;
}
.single .post-feature-image {
  height: 675px;
  overflow: hidden;
}
.single .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.single .article {
  width: calc(100% - 64px);
  margin: auto;
}
.single .entry-title {
  margin-bottom: 32px;
}
.single .posted-on {
  font-size: 0;
}
.single .posted-on a {
  font-size: 18px;
}
.single .entry-meta {
  margin-bottom: 16px;
  text-align: center;
}
.single .byline {
  display: none;
}
.single .updated {
  display: none;
}
.single .post-categories {
  display: inline;
}
.single .post-categories li {
  display: inline;
  list-style-type: none;
}
.single .post-categories a {
  color: #2d9fff;
}
.single .post-navigation {
  display: none;
}
.single .yoti-button-block .vc_column_container {
  width: 100%;
}
.single .yoti-button-block .vc_column_container .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 699px) {
  .single .yoti-button-block .vc_column_container .wpb_wrapper {
    flex-direction: column;
  }
}
.single .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container {
  margin: 16px 16px;
}
@media (max-width: 699px) {
  .single .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container {
    width: 100%;
    margin: 16px auto;
  }
}
.single .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link {
  line-height: 0;
}
@media (max-width: 699px) {
  .single .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link a {
    width: 100%;
    text-align: center;
  }
}
.single .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link a:after {
  margin-left: 0px !important;
}
@media (max-width: 699px) {
  .single .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link.white a {
    width: 100%;
    text-align: center;
  }
}
.single .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link.white a:after {
  margin-left: 0px !important;
}
.single .yoti-button-block.btn-left {
  justify-content: flex-start;
}
.single .yoti-button-block.btn-left .wpb_wrapper {
  justify-content: flex-start;
}
@media (min-width: 700px) {
  .single .yoti-button-block.btn-left .wpb_wrapper .vc_btn3-container:first-child {
    margin-left: unset;
  }
}
.single .yoti-button-block.btn-right {
  justify-content: flex-end;
}
.single .yoti-button-block.btn-right .wpb_wrapper {
  justify-content: flex-end;
}
@media (min-width: 700px) {
  .single .yoti-button-block.btn-right .wpb_wrapper .vc_btn3-container:last-child {
    margin-right: unset;
  }
}
.single .app-store-button-block {
  width: fit-content;
}
.single .app-store-button-block .app-store-button {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  flex-wrap: nowrap;
  column-gap: 14px;
}
.single .app-store-button-block .app-store-button a {
  width: 113px;
}
.single .app-store-button-block .app-store-button a img {
  height: 32px;
  display: block;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
}
.single .app-store-button-block .app-store-button a:after {
  content: "";
  display: none;
}

.single-post .post-feature-image {
  height: 675px;
  overflow: hidden;
}
.single-post .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.single-post .article {
  width: calc(100% - 64px);
  margin: auto;
}
.single-post .entry-title {
  margin-bottom: 32px;
}
.single-post .posted-on {
  font-size: 0;
}
.single-post .posted-on a {
  font-size: 18px;
}
.single-post .entry-meta {
  margin-bottom: 16px;
  text-align: center;
}
.single-post .byline {
  display: none;
}
.single-post .updated {
  display: none;
}
.single-post .post-categories {
  display: inline;
}
.single-post .post-categories li {
  display: inline;
  list-style-type: none;
}
.single-post .post-categories a {
  color: #2d9fff;
}
.single-post .post-navigation {
  display: none;
}

.single.wpb-js-composer .vc_tta-accordion * {
  border: 0 !important;
}
.single.wpb-js-composer .vc_tta-accordion *:hover {
  background: 0 !important;
}
.single.wpb-js-composer .vc_tta-accordion .yoti-text-editor p {
  margin-bottom: 16px;
  font-size: 16px;
}
.single.wpb-js-composer .vc_tta-accordion .vc_tta-panel {
  float: left;
  width: 100%;
}
.single.wpb-js-composer .vc_tta-accordion .vc_tta-panel:before {
  float: left;
  margin: 6px 8px 0 0;
}
.single.wpb-js-composer .vc_tta-accordion .identity-verification:before {
  content: url(/wp-content/uploads/2020/01/identity-verification-logo.png);
}
.single.wpb-js-composer .vc_tta-accordion .age-verification:before {
  content: url(/wp-content/uploads/2020/01/Age-Verification-logo.png);
}
.single.wpb-js-composer .vc_tta-accordion .authentication:before {
  content: url(/wp-content/uploads/2020/01/Authentication-logo.png);
}
.single.wpb-js-composer .vc_tta-accordion .e-signing:before {
  content: url(/wp-content/uploads/2020/01/e-signing-icon.png);
}
.single.wpb-js-composer .vc_tta-accordion .secure-access:before {
  content: url(/wp-content/uploads/2019/11/access-control.png);
}
.single.wpb-js-composer {
  /* DID Hero Section Style Starts Here*/
}
.single.wpb-js-composer .vc_section.yoti-hero-section {
  background: 0;
  padding: 0 !important;
}
.single.wpb-js-composer .vc_section.yoti-hero-section:first-of-type {
  padding-top: 130px !important;
}
@media (max-width: 767px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section:first-of-type {
    padding-top: 48px;
  }
}
.single.wpb-js-composer .vc_section.yoti-hero-section .yoti-row.wpb_row .wpb_text_column {
  max-width: 100%;
  width: 100%;
}
.single.wpb-js-composer .vc_section.yoti-hero-section .vc_custom_heading {
  margin: 0 auto;
  max-width: 800px;
}
.single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul {
    flex-direction: column;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul {
    padding-top: 18px;
  }
}
.single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: unset;
  padding-left: unset;
  margin-left: unset;
  position: relative;
  flex: 1;
  text-align: center;
  border-right: 1px solid #67717e;
  font-size: 20px;
  color: #333b40;
}
@media (max-width: 767px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid #67717e;
  }
}
@media (min-width: 768px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 0 38px;
  }
}
.single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul li:last-child {
  border: none;
}
@media (max-width: 767px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section .wpb_content_element ul li:last-child {
    padding-bottom: 0;
  }
}
.single.wpb-js-composer .vc_section.yoti-hero-section h1 {
  font-family: "sharp-grotesk-medium", sans-serif !important;
}
@media (max-width: 767px) {
  .single.wpb-js-composer .vc_section.yoti-hero-section h1 {
    font-size: 34px;
  }
}
.single.wpb-js-composer {
  /* DID Hero Section Style Starts Ends*/
}

.archive .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.archive .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.archive .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.archive .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.archive .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.archive .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.archive .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.archive .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.archive .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.archive .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.archive .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.archive .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.archive .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.archive .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.archive .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.archive .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.archive .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.archive .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.archive .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.archive .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.archive .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.archive .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.archive .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.archive .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.archive .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.archive .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.archive .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.archive .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.archive .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.archive .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.archive .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.archive .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.archive .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.archive .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.archive .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.archive .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.archive .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.archive .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.archive .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.archive .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.archive .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.archive .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.archive .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.archive .popupaoc-link:active {
  background-color: #1a5c92;
}
.archive #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.archive .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.archive .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.archive .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.archive .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.archive .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}
.archive .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  margin: 64px auto;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.archive .load-more:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.archive .load-more:active {
  background-color: #1a5c92;
}
.archive .page-header {
  position: relative;
  margin: 48px auto 0;
}
.archive .page-header__image {
  height: 300px;
  background: url("/wp-content/uploads/blog-hero-mobile.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
}
.archive .page-header__content > h1 {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.archive .page-header__content > p {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.archive .posts-container {
  width: calc(100% - 64px);
  margin: auto;
}
.archive .posts-container .post-categories li {
  list-style-type: none;
  margin-left: 0;
  list-style-position: unset;
}
.archive .posts-container .article {
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(51, 59, 64, 0.1);
  background: #ffffff;
}
.archive .posts-container .article:last-of-type {
  margin-right: 0;
}
.archive .posts-container .article .post-feature-image {
  height: 240px;
  object-fit: cover;
  margin-bottom: 16px;
}
.archive .posts-container .article .post-feature-image img {
  height: 100%;
  object-fit: cover;
}
.archive .posts-container .article > a {
  display: block;
  color: #2d9fff;
}
.archive .posts-container .article:first-of-type {
  width: 100%;
}
.archive .posts-navigation {
  width: 100%;
  margin-bottom: 32px;
}
.archive .posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archive .posts-navigation .nav-previous:before {
  content: "< ";
}
.archive .posts-navigation .nav-next:after {
  content: " >";
}
.archive .posts-navigation .screen-reader-text {
  display: none;
}

.search .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.search .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.search .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.search .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.search .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.search .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.search .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.search .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.search .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.search .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.search .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.search .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.search .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.search .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.search .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.search .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.search .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.search .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.search .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.search .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.search .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.search .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.search .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.search .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.search .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.search .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.search .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.search .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.search .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.search .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.search .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.search .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.search .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.search .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.search .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.search .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.search .popupaoc-link:active {
  background-color: #1a5c92;
}
.search #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.search .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.search .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.search .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.search .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.search .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}

.search-results .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.search-results .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.search-results .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.search-results .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.search-results .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.search-results .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.search-results .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.search-results .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.search-results .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.search-results .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search-results .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search-results .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search-results .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.search-results .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.search-results .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.search-results .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.search-results .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.search-results .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.search-results .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.search-results .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.search-results .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.search-results .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search-results .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search-results .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search-results .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.search-results .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.search-results .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.search-results .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.search-results .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search-results .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search-results .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search-results .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.search-results .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.search-results .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.search-results .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search-results .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search-results .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search-results .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.search-results .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.search-results .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.search-results .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.search-results .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.search-results .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.search-results .popupaoc-link:active {
  background-color: #1a5c92;
}
.search-results #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.search-results .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.search-results .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.search-results .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.search-results .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.search-results .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}
.search-results .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  margin: 64px auto;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.search-results .load-more:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.search-results .load-more:active {
  background-color: #1a5c92;
}
.search-results .page-header {
  position: relative;
  margin: 48px auto 0;
}
.search-results .page-header__image {
  height: 300px;
  background: url("/wp-content/uploads/blog-hero-mobile.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
}
.search-results .page-header__content > h1 {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.search-results .page-header__content > p {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.search-results .posts-container {
  width: calc(100% - 64px);
  margin: auto;
}
.search-results .posts-container .post-categories li {
  list-style-type: none;
  margin-left: 0;
  list-style-position: unset;
}
.search-results .posts-container .article {
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(51, 59, 64, 0.1);
  background: #ffffff;
}
.search-results .posts-container .article:last-of-type {
  margin-right: 0;
}
.search-results .posts-container .article .post-feature-image {
  height: 240px;
  object-fit: cover;
  margin-bottom: 16px;
}
.search-results .posts-container .article .post-feature-image img {
  height: 100%;
  object-fit: cover;
}
.search-results .posts-container .article > a {
  display: block;
  color: #2d9fff;
}
.search-results .posts-container .article:first-of-type {
  width: 100%;
}
.search-results .posts-navigation {
  width: 100%;
  margin-bottom: 32px;
}
.search-results .posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-results .posts-navigation .nav-previous:before {
  content: "< ";
}
.search-results .posts-navigation .nav-next:after {
  content: " >";
}
.search-results .posts-navigation .screen-reader-text {
  display: none;
}

.error404 #site-content {
  width: calc(100% - 64px);
  margin: auto;
  padding: 180px 0;
}

#masthead {
  height: 55px;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #1d427b;
}
@media (min-width: 1024px) {
  #masthead {
    height: 118px;
  }
}
#masthead #site-navigation {
  height: 55px;
}
@media (min-width: 1024px) {
  #masthead #site-navigation {
    height: 118px;
  }
}
#masthead #site-navigation .main-navigation {
  width: 100%;
  height: 55px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation {
    height: 118px;
  }
}
@media (max-width: 1023px) {
  #masthead #site-navigation .main-navigation {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation {
    padding: 0 44px;
  }
}
#masthead #site-navigation .main-navigation .site-branding {
  width: 180px;
  height: 55px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .site-branding {
    width: 260px;
    height: 118px;
  }
}
@media (min-width: 1024px) and (max-width: 1079px) {
  #masthead #site-navigation .main-navigation .site-branding {
    width: 250px;
    height: 118px;
  }
}
#masthead #site-navigation .main-navigation .site-branding a {
  height: auto;
  width: 155px;
  padding: 5px;
  padding-top: 12px;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .site-branding a {
    height: auto;
    width: 260px;
  }
}
@media (min-width: 1024px) and (max-width: 1079px) {
  #masthead #site-navigation .main-navigation .site-branding a {
    width: 180px;
    height: auto;
  }
}
@media (min-width: 1080px) and (max-width: 1119px) {
  #masthead #site-navigation .main-navigation .site-branding a {
    width: 200px;
    height: auto;
  }
}
@media (min-width: 1120px) and (max-width: 1139px) {
  #masthead #site-navigation .main-navigation .site-branding a {
    width: 210px;
    height: auto;
  }
}
@media (min-width: 1140px) and (max-width: 1179px) {
  #masthead #site-navigation .main-navigation .site-branding a {
    width: 230px;
    height: auto;
  }
}
@media (min-width: 1180px) and (max-width: 1199px) {
  #masthead #site-navigation .main-navigation .site-branding a {
    width: 260px;
    height: auto;
  }
}
#masthead #site-navigation .main-navigation button#main-menu-toggle {
  display: block;
  width: 29px;
  height: 29px;
  background: transparent;
  border: none;
  perspective: 100px;
  padding: 0;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation button#main-menu-toggle {
    display: none;
  }
}
#masthead #site-navigation .main-navigation button#main-menu-toggle.closed .open-menu {
  display: block;
}
#masthead #site-navigation .main-navigation button#main-menu-toggle.closed .close-menu {
  display: none;
}
#masthead #site-navigation .main-navigation button#main-menu-toggle.opened .open-menu {
  display: none;
}
#masthead #site-navigation .main-navigation button#main-menu-toggle.opened .close-menu {
  display: block;
}
#masthead #site-navigation .main-navigation button#main-menu-toggle img {
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#masthead #site-navigation .main-navigation button#main-menu-toggle img.flip-out {
  animation: fadeOut 1s;
}
#masthead #site-navigation .main-navigation button#main-menu-toggle img.flip-in {
  animation: fadeIn 1s;
}
#masthead #site-navigation .main-navigation button#main-menu-toggle:focus-visible {
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #masthead #site-navigation .main-navigation button#main-menu-toggle:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container {
  display: none;
  position: absolute;
  background: #1d427b;
  width: 0%;
  height: 100vh;
  top: 55px;
  left: 0;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container {
    display: block;
    position: initial;
    width: 100%;
    height: 118px;
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container.back-drop-menu {
  display: block;
  animation: backDropMenu 0.2s;
  width: 100%;
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu {
  list-style: none;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 17px 0;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu {
    height: 118px;
    align-items: center;
    flex-direction: row;
    padding: 0;
    justify-content: flex-end;
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item {
  font-size: 17px;
  line-height: 28px;
  margin-left: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item {
    margin-left: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item:first-child {
  margin-left: 50px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item:first-child {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.current_page_item a {
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.current_page_item a {
    text-decoration: underline;
    text-underline-offset: 18px;
    text-decoration-color: #ffffff;
    text-decoration-thickness: 3px;
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.current_page_item a:focus-visible {
  text-decoration: none !important;
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.current_page_item a:focus-visible {
    text-decoration: underline !important;
    text-underline-offset: 12px;
    text-decoration-color: #ffffff !important;
    text-decoration-thickness: 3px !important;
  }
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.current_page_item.button a {
    text-decoration: none;
  }
}
@media (min-width: 1024px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.current_page_item.button a:focus-visible {
    text-decoration: none !important;
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item a {
  color: #ffffff;
  padding: 14px 12px;
  cursor: pointer;
}
@media (min-width: 1024px) and (max-width: 1040px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item a {
    padding: 14px 10px;
  }
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item a:hover {
  font-weight: bold;
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item a:focus-visible {
  font-weight: bold;
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.button a {
  background-color: #218199;
  display: block;
  padding: 6px 27px;
  min-height: 48px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #218199;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 32.6px;
  background-image: unset;
}
#masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.button a:hover {
  background-color: #1f6070;
  border-color: #1f6070;
}
@media (min-width: 1024px) and (max-width: 1079px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.button a {
    font-size: 14px;
  }
}
@media (min-width: 1080px) and (max-width: 1119px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.button a {
    font-size: 15px;
  }
}
@media (min-width: 1120px) and (max-width: 1199px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item.button a {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1079px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item {
    font-size: 14px;
  }
}
@media (min-width: 1080px) and (max-width: 1119px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item {
    font-size: 15px;
  }
}
@media (min-width: 1120px) and (max-width: 1199px) {
  #masthead #site-navigation .main-navigation .menu-header-menu-container #primary-menu.menu .menu-item {
    font-size: 16px;
  }
}

@keyframes fadeOut {
  0% {
    transform: rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: rotateY(90deg);
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    transform: rotateY(90deg);
    opacity: 0.5;
  }
  100% {
    transform: rotateY(180deg);
    opacity: 1;
  }
}
@keyframes backDropMenu {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.category .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.category .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.category .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.category .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.category .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.category .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.category .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.category .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.category .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.category .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.category .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.category .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.category .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.category .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.category .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.category .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.category .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.category .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.category .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.category .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.category .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.category .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.category .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.category .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.category .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.category .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.category .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.category .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.category .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.category .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.category .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.category .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.category .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.category .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.category .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.category .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.category .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.category .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.category .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.category .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.category .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.category .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.category .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.category .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.category .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.category .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.category .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.category .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.category .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.category .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.category .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.category .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.category .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.category .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.category .popupaoc-link:active {
  background-color: #1a5c92;
}
.category #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.category .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.category .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.category .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.category .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.category .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}
.category .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  margin: 64px auto;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.category .load-more:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.category .load-more:active {
  background-color: #1a5c92;
}
.category .page-header {
  position: relative;
  margin: 48px auto 0;
  margin: 110px auto 64px;
}
.category .page-header__image {
  height: 300px;
  background: url("/wp-content/uploads/blog-hero-mobile.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
}
.category .page-header__content > h1 {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.category .page-header__content > p {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.category .posts-container {
  width: calc(100% - 64px);
  margin: auto;
}
.category .posts-container .post-categories li {
  list-style-type: none;
  margin-left: 0;
  list-style-position: unset;
}
.category .posts-container .article {
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(51, 59, 64, 0.1);
  background: #ffffff;
}
.category .posts-container .article:last-of-type {
  margin-right: 0;
}
.category .posts-container .article .post-feature-image {
  height: 240px;
  object-fit: cover;
  margin-bottom: 16px;
}
.category .posts-container .article .post-feature-image img {
  height: 100%;
  object-fit: cover;
}
.category .posts-container .article > a {
  display: block;
  color: #2d9fff;
}
.category .posts-container .article:first-of-type {
  width: 100%;
}
.category .posts-navigation {
  width: 100%;
  margin-bottom: 32px;
}
.category .posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category .posts-navigation .nav-previous:before {
  content: "< ";
}
.category .posts-navigation .nav-next:after {
  content: " >";
}
.category .posts-navigation .screen-reader-text {
  display: none;
}
.category .page-header__images img:first-of-type {
  display: none;
}
.category .page-header__images img:nth-of-type(2) {
  height: 100%;
}
.category .page-header__images p {
  margin: 0;
  padding: 0;
}

.category-grid {
  display: flex;
  flex-direction: column;
  height: 380px;
  padding: 24px;
}
.category-grid .post-categories li a:after {
  display: none;
}

.category-grid__category {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}

.category-grid__title {
  margin-bottom: 16px;
  font-size: 22px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #333b40;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.category-grid__date {
  margin-bottom: 16px;
  font-size: 16px;
}

.category-grid__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 80px;
  overflow: hidden;
}

.category-grid__link {
  margin-top: auto;
}

.category .post-feature-image {
  height: 675px;
  overflow: hidden;
}
.category .post-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.category .article {
  width: calc(100% - 64px);
  margin: auto;
}
.category .entry-title {
  margin-bottom: 32px;
}
.category .posted-on {
  font-size: 0;
}
.category .posted-on a {
  font-size: 18px;
}
.category .entry-meta {
  margin-bottom: 16px;
  text-align: center;
}
.category .byline {
  display: none;
}
.category .updated {
  display: none;
}
.category .post-categories {
  display: inline;
}
.category .post-categories li {
  display: inline;
  list-style-type: none;
}
.category .post-categories a {
  color: #2d9fff;
}
.category .post-navigation {
  display: none;
}

.post-page-header {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .post-page-header {
    margin-top: 48px;
  }
}
@media (min-width: 768px) {
  .post-page-header {
    margin-top: 110px;
  }
}
@media (min-width: 1024px) {
  .post-page-header {
    margin-top: 110px;
  }
}
.post-page-header .category-icon {
  margin: auto;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .post-page-header .category-icon {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .post-page-header .category-icon {
    padding-top: 64px;
  }
}
@media (min-width: 1024px) {
  .post-page-header .category-icon {
    padding-top: 64px;
  }
}
.post-page-header .category-icon img {
  width: 150px;
  height: 150px;
  margin: 0 18px;
}
.post-page-header .category-name h1 {
  font-size: 34px;
  text-align: center;
  color: #333b40;
}

.post-page-details {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-page-details {
    width: calc(100% - 32px);
    margin-top: 40px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .post-page-details {
    width: calc(100% - 64px);
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .post-page-details {
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.post-page-details .blog-page {
  font-size: 24px;
  font-weight: 300;
}
.post-page-details .blog-page a {
  width: fit-content;
  display: flex;
  align-items: center;
}
.post-page-details .blog-page a .arrow {
  vertical-align: baseline !important;
}
.post-page-details .blog-page a .dashicons {
  margin-left: -6px;
  margin-right: 2px;
}

.post-card-container {
  width: 100%;
  background-size: 50% auto;
  background: linear-gradient(to bottom, #fff 130px, #f2f8fa 0);
}
@media (max-width: 767px) {
  .post-card-container {
    background: linear-gradient(to bottom, #fff 134px, #f2f8fa 0);
  }
}
.post-card-container.no-background-color {
  background: unset;
}
.post-card-container .post-card-main-wrapper {
  display: flex;
  flex-direction: row wrap;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .post-card-container .post-card-main-wrapper {
    width: calc(100% - 32px);
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .post-card-container .post-card-main-wrapper {
    justify-content: space-between;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) {
  .post-card-container .post-card-main-wrapper {
    justify-content: space-between;
  }
}

.author .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.author .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.author .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.author .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.author .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.author .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.author .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.author .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.author .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.author .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.author .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.author .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.author .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.author .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.author .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.author .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.author .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.author .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.author .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.author .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.author .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.author .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.author .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.author .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.author .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.author .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.author .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.author .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.author .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.author .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.author .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.author .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.author .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.author .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.author .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.author .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.author .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.author .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.author .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.author .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.author .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.author .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.author .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.author .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.author .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.author .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.author .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.author .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.author .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.author .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.author .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.author .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.author .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.author .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.author .popupaoc-link:active {
  background-color: #1a5c92;
}
.author #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.author .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.author .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.author .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.author .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.author .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}
.author .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  margin: 64px auto;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.author .load-more:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.author .load-more:active {
  background-color: #1a5c92;
}
.author .page-header {
  position: relative;
  margin: 48px auto 0;
  margin: 110px auto 64px;
}
.author .page-header__image {
  height: 300px;
  background: url("/wp-content/uploads/blog-hero-mobile.jpg") no-repeat;
  background-size: 100%;
  background-position: center;
}
.author .page-header__content > h1 {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.author .page-header__content > p {
  width: calc(100% - 64px);
  margin: auto;
  position: static;
}
.author .posts-container {
  width: calc(100% - 64px);
  margin: auto;
}
.author .posts-container .post-categories li {
  list-style-type: none;
  margin-left: 0;
  list-style-position: unset;
}
.author .posts-container .article {
  margin-bottom: 32px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(51, 59, 64, 0.1);
  background: #ffffff;
}
.author .posts-container .article:last-of-type {
  margin-right: 0;
}
.author .posts-container .article .post-feature-image {
  height: 240px;
  object-fit: cover;
  margin-bottom: 16px;
}
.author .posts-container .article .post-feature-image img {
  height: 100%;
  object-fit: cover;
}
.author .posts-container .article > a {
  display: block;
  color: #2d9fff;
}
.author .posts-container .article:first-of-type {
  width: 100%;
}
.author .posts-navigation {
  width: 100%;
  margin-bottom: 32px;
}
.author .posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author .posts-navigation .nav-previous:before {
  content: "< ";
}
.author .posts-navigation .nav-next:after {
  content: " >";
}
.author .posts-navigation .screen-reader-text {
  display: none;
}
.author .page-header__images img:first-of-type {
  display: none;
}
.author .page-header__images img:nth-of-type(2) {
  height: 100%;
}
.author .page-header__images p {
  margin: 0;
  padding: 0;
}
.author .post-page-header {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .author .post-page-header {
    margin-top: 48px;
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .author .post-page-header {
    margin-top: 110px;
  }
}
@media (min-width: 1024px) {
  .author .post-page-header {
    margin-top: 110px;
  }
}
.author .post-page-header .author-profile-picture {
  margin: auto;
  padding-bottom: 8px;
}
@media (max-width: 767px) {
  .author .post-page-header .author-profile-picture {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  .author .post-page-header .author-profile-picture {
    padding-top: 64px;
  }
}
@media (min-width: 1024px) {
  .author .post-page-header .author-profile-picture {
    padding-top: 64px;
  }
}
.author .post-page-header .author-profile-picture img {
  width: 150px;
  height: 150px;
  margin: 0 18px;
  border-radius: 50%;
}
.author .post-page-header .author-name h1 {
  font-size: 34px;
  text-align: center;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
.author .post-page-header .author-description {
  display: flex;
  justify-content: center;
}
.author .post-page-header .author-description p {
  width: 760px;
  font-size: 18px;
  text-align: center;
  color: #67717e;
  line-height: 33.6px;
  font-family: "golos-text-regular", sans-serif !important;
  margin-bottom: 4px !important;
}
.author .post-page-header .author-designation h2 {
  font-size: 22px !important;
  text-align: center;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
.author .author-page-details {
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .author .author-page-details {
    width: calc(100% - 32px);
    margin-top: 40px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .author .author-page-details {
    width: calc(100% - 64px);
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .author .author-page-details {
    margin-top: 64px;
    margin-bottom: 24px;
  }
}
.author .author-page-details .blog-page {
  font-size: 24px;
  font-weight: 300;
}
.author .author-page-details .blog-page a {
  width: fit-content;
  display: flex;
  align-items: center;
}
.author .author-page-details .blog-page a .arrow {
  vertical-align: baseline !important;
}
.author .author-page-details .blog-page a .dashicons {
  margin-left: -6px;
  margin-right: 2px;
}

.tag .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.tag .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.tag .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.tag .popupaoc-button {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.tag .popupaoc-button:hover {
  background-color: #007ee8 !important;
}
.tag .popupaoc-button:active {
  background-color: #1a5c92 !important;
}
.tag .slide-content a.wp-block-button__link {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px !important;
  border: 0;
  border-radius: 8px !important;
  background-color: #2d9fff !important;
  text-decoration: none !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  transition: unset !important;
}
.tag .slide-content a.wp-block-button__link:hover {
  background-color: #007ee8 !important;
}
.tag .slide-content a.wp-block-button__link:active {
  background-color: #1a5c92 !important;
}
.tag .slide-content a:not(.wp-block-button__link) {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.tag .slide-content a:not(.wp-block-button__link):after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.tag .slide-content a:not(.wp-block-button__link):hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.tag .slide-content a:not(.wp-block-button__link):active {
  background-color: #1a5c92 !important;
}
.tag .slide-content a:not(.wp-block-button__link) .wpb_content_element {
  margin-bottom: 32px;
}
.tag .slide-content a:not(.wp-block-button__link) .vc_btn3-container {
  margin: 0;
}
.tag .vc_btn3-container.yoti-ghost-button {
  width: 266px;
  max-width: 100%;
  margin-bottom: unset;
  border: 2px solid #2d9fff;
  border-radius: 8px;
  background-color: #ffffff;
}
.tag .vc_btn3-container.yoti-ghost-button:hover {
  border-color: #007ee8;
}
.tag .vc_btn3-container.yoti-ghost-button:active {
  border-color: #1a5c92;
}
.tag .vc_btn3-container.yoti-ghost-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px;
  color: #2d9fff;
  text-transform: uppercase;
  background-color: inherit;
}
.tag .vc_btn3-container.yoti-ghost-button a:hover {
  color: #007ee8;
  background-color: inherit;
}
.tag .vc_btn3-container.yoti-ghost-button a:active {
  color: #1a5c92;
}
.tag .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.tag .text-block-with-icon a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.tag .text-block-with-icon a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.tag .text-block-with-icon a:active {
  background-color: #1a5c92 !important;
}
.tag .text-block-with-icon a .wpb_content_element {
  margin-bottom: 32px;
}
.tag .text-block-with-icon a .vc_btn3-container {
  margin: 0;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink:active {
  background-color: #1a5c92 !important;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink .wpb_content_element {
  margin-bottom: 32px;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink .vc_btn3-container {
  margin: 0;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:active {
  background-color: #1a5c92 !important;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .wpb_content_element {
  margin-bottom: 32px;
}
.tag .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat .vc_btn3-container {
  margin: 0;
}
.tag .category-grid__link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.tag .category-grid__link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.tag .category-grid__link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.tag .category-grid__link a:active {
  background-color: #1a5c92 !important;
}
.tag .category-grid__link a .wpb_content_element {
  margin-bottom: 32px;
}
.tag .category-grid__link a .vc_btn3-container {
  margin: 0;
}
.tag .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.tag .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.tag .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.tag .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92 !important;
}
.tag .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .wpb_content_element {
  margin-bottom: 32px;
}
.tag .category-grid__link .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern .vc_btn3-container {
  margin: 0;
}
.tag .wpb_content_element .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col > div.default-link {
  margin-top: auto !important;
}
.tag .popupaoc-link {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff;
}
.tag .popupaoc-link:hover {
  background: 0;
  border: 0;
  color: #007ee8;
}
.tag .popupaoc-link:active {
  background-color: #1a5c92;
}
.tag #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff !important;
  color: #ffffff !important;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
}
.tag .coming-soon {
  padding: 5px 10px;
  border: 0;
  border-radius: 45px;
  color: #ffffff;
  background: #67717e;
}
.tag .vc_btn3.vc_btn3-color-blue {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.tag .vc_btn3.vc_btn3-color-blue:hover {
  background-color: #007ee8 !important;
}
.tag .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  margin-bottom: 32px;
  background: #2d9fff !important;
  font-size: 16px;
}
.tag .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover {
  background-color: #007ee8 !important;
}
.tag .load-more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 266px;
  max-width: 100%;
  height: 52px;
  margin: 64px auto;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.tag .load-more:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.tag .load-more:active {
  background-color: #1a5c92;
}

.post-page-header {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .post-page-header {
    margin-top: 48px;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  .post-page-header {
    margin-top: 110px;
  }
}
@media (min-width: 768px) {
  .post-page-header {
    margin-top: 110px;
  }
}
@media (min-width: 1024px) {
  .post-page-header {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .post-page-header .tag-name {
    padding-top: 50px;
  }
}
@media (min-width: 768px) {
  .post-page-header .tag-name {
    padding-top: 86px;
  }
}
@media (min-width: 1024px) {
  .post-page-header .tag-name {
    padding-top: 86px;
  }
}
.post-page-header .tag-name h1 {
  font-size: 34px;
  font-weight: normal;
  text-align: center;
  color: #333b40;
}

.entry-footer {
  display: none;
}

/* Yoti Footer Style Starts */
.yoti-footer {
  width: 100%;
}
.yoti-footer-container {
  width: 100%;
  background-color: #ffffff;
  padding: 96px 0 56px;
}
@media (max-width: 767px) {
  .yoti-footer-container {
    padding: 72px 0 24px;
  }
}
.yoti-footer-container-section .footer-section-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section {
    flex-direction: row;
    column-gap: 48px;
    align-items: flex-end;
  }
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--logo-section {
  padding-left: unset;
  text-align: center;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--logo-section {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--logo-section {
    display: block;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--logo-section {
    display: block;
    text-align: left;
  }
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--logo-section .cmpy-logo {
  line-height: 0;
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--logo-section .cmpy-logo a {
  line-height: 0;
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--logo-section .cmpy-logo a:focus-visible {
  display: inline-flex;
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section {
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section {
    margin-bottom: 20px;
  }
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list {
  display: flex;
  justify-content: left;
  column-gap: 48px;
  align-items: left;
  flex-direction: column;
}
@media (max-width: 767px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list {
    justify-content: left;
    row-gap: 24px;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list {
    row-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list {
    align-items: left;
    column-gap: 48px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) and (max-width: 1050px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list {
    column-gap: 24px;
  }
}
@media (min-width: 1051px) and (max-width: 1110px) {
  .yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list {
    column-gap: 32px;
  }
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list li {
  list-style-type: none !important;
  margin-left: 0;
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list li a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 1.5px;
  text-decoration-skip-ink: none;
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list li a:hover {
  text-decoration: unset;
}
.yoti-footer-container-section .footer-section-wrapper .footer-content-section .footer--menu-section .menu-list li a:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
}
.yoti-footer-container-section .footer-section-wrapper .footer--copy-right {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .yoti-footer-container-section .footer-section-wrapper .footer--copy-right {
    margin-bottom: 18px;
  }
}
.yoti-footer-container-section .footer-section-wrapper .footer--copy-right .text {
  white-space: nowrap;
}
.yoti-footer-container-section .yoti-separator {
  width: 100%;
  height: 2px;
  background: #333b40;
  bottom: 0;
  left: 0;
}

/* Yoti Footer Style Ends */
.post-template-default .entry-content a {
  font-family: "golos-text-semibold", sans-serif !important;
  color: #2d9fff !important;
}
.post-template-default .entry-content a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.post-template-default .entry-content a:active {
  background-color: #1a5c92 !important;
  background: unset !important;
}

.crp_related {
  padding: 32px 0;
}
.crp_related ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  list-style-type: none;
}
.crp_related li {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 15px rgba(51, 59, 64, 0.1);
  background: #ffffff;
}
.crp_related .crp_excerpt {
  display: none !important;
}
.crp_related a {
  display: flex;
  flex-direction: column;
}
.crp_related img {
  width: 100%;
  object-fit: cover;
}
.crp_related .crp_title {
  padding: 8px 16px;
  font-family: "golos-text-semibold", sans-serif !important;
  color: #333b40;
  font-size: 22px;
}
.crp_related .crp_date {
  display: block;
  padding: 8px 16px;
  font-size: 16px;
}

#author-bio-box {
  margin: 32px auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: 0 !important;
  color: inherit !important;
}
#author-bio-box .bio-gravatar {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 24px;
}
#author-bio-box .bio-gravatar img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author .post-feature-image {
  width: 33%;
}
.author .post-feature-image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.author .post {
  width: 33%;
}

#ocvb-container {
  position: absolute;
  top: 40px;
  z-index: 6;
  width: 100%;
  box-shadow: 4px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

.social {
  width: calc(100% - 64px);
  margin: auto;
  margin-top: 64px;
  margin-bottom: 32px;
  text-align: center;
}
.social i {
  margin: 0 16px;
  font-size: 30px;
}

.terms {
  width: calc(100% - 64px);
  margin: auto;
  margin-top: 32px;
  margin-bottom: 32px;
  text-align: center;
}
.terms a {
  margin: 0 16px;
  font-size: 0.8rem;
}

@media (min-width: 700px) {
  .page-template-default .reverse-on-mobile {
    flex-direction: row;
  }
  .page-template-default .vc_wp_custommenu.yoti-secondary-menu {
    display: block;
    position: fixed;
    top: 75px;
    z-index: 9;
    width: 100%;
  }
  .page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    text-align: center;
  }
  .page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item:first-child {
    position: unset;
  }
  .page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item:nth-child(2) {
    margin-top: unset;
  }
  .page-template-default .yoti-section.vc_section {
    padding: 96px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill {
    padding: 96px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section {
    padding: 96px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
    padding: 96px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .page-template-default .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .page-template-default .vc_section.hero-section h1 {
    margin-bottom: 16px;
    font-size: 60px;
  }
  .page-template-default .vc_section.hero-section h2 {
    margin-bottom: 16px;
    font-size: 34px;
  }
  .page-template-default .vc_section.hero-section p {
    font-size: 17px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill h1 {
    margin-bottom: 24px;
    font-size: 60px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill h2 {
    margin-bottom: 16px;
    font-size: 34px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill p {
    font-size: 17px;
  }
  .page-template-default .form-section .wpb_column:first-of-type {
    margin-right: 32px;
  }
  .page-template-default .comparison-table .yoti-row:first-of-type .wpb_single_image img {
    height: 150px;
  }
  .page-template-default .special-stat h2 {
    font-size: 30px;
  }
  .page-template-default .special-stat h3 {
    font-size: 30px;
  }
  .page-template-default .special-stat h4 {
    font-size: 30px;
  }
  .page-template-default .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-6:last-of-type {
    width: 68%;
  }
  .page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 h3 {
    margin: 0 !important;
  }
  .page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .vc_col-sm-6:first-of-type {
    margin: 0 42px 0 0;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--centered .vc_custom_heading {
    max-width: 300px;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) {
    padding-left: 32px;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--pyramid {
    display: flex;
  }
  .page-template-default .yoti-logo-carousel {
    flex-direction: row;
  }
  .page-template-default .static-logos {
    display: unset;
  }
  .page-template-default .yoti-row--boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page-template-default .solutions-box {
    max-width: 343px;
  }
  .page-template-default .solutions-box .vc_custom_heading {
    margin-bottom: 8px;
  }
  .page-template-default .regulators-box .wpb_column.vc_column_container {
    max-width: 417px;
    text-align: left;
  }
  .page-template-default .regulators-box .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: flex;
  }
  .page-template-default .regulators-box .wpb_single_image {
    text-align: left;
    margin: 0px 24px 0 0;
  }
  .page-template-default .regulators-box h2 {
    margin-bottom: 8px;
  }
  .page-template-default .regulators-box h3 {
    margin-bottom: 8px;
  }
  .page-template-default .regulators-box h4 {
    margin-bottom: 8px;
  }
  .page-template-default .regulators-box h5 {
    margin-bottom: 8px;
  }
  .page-template-default .regulators-box h6 {
    margin-bottom: 8px;
  }
  .page-template-default .regulators-box strong {
    margin-bottom: 8px;
  }
  .page-template-default .technology-box {
    max-width: 453px;
    margin-right: 16px;
  }
  .page-template-default .technology-box .wpb_wrapper {
    display: flex;
  }
  .page-template-default .technology-box .wpb_single_image {
    text-align: left;
  }
  .page-template-default .technology-box h2 {
    margin-bottom: 8px;
  }
  .page-template-default .technology-box h3 {
    margin-bottom: 8px;
  }
  .page-template-default .technology-box h4 {
    margin-bottom: 8px;
  }
  .page-template-default .technology-box h5 {
    margin-bottom: 8px;
  }
  .page-template-default .technology-box h6 {
    margin-bottom: 8px;
  }
  .page-template-default .technology-box strong {
    margin-bottom: 8px;
  }
  .page-template-default .technology-box .wpb_text_column {
    text-align: left !important;
  }
  .page-template-default .highlight-box-one .vc_column_container {
    margin-right: 16px;
  }
  .page-template-default .price-box-inner-row {
    display: flex;
    height: 100%;
  }
  .page-template-default .price-box-inner-row > .vc_column_container {
    width: 209px;
    padding: 16px;
  }
  .page-template-default .price-box-inner-row .vc_custom_heading {
    margin-bottom: 8px;
  }
  .page-template-default .four-column-price-box-row {
    display: flex;
    justify-content: space-between;
  }
  .page-template-default .four-column-price-box-row .vc_col-sm-3 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .page-template-default .four-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .page-template-default .four-column-price-box-row .vc_col-sm-4 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .page-template-default .four-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .page-template-default .three-column-price-box-row {
    display: flex;
    justify-content: space-between;
  }
  .page-template-default .three-column-price-box-row .vc_col-sm-3 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .page-template-default .three-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .page-template-default .three-column-price-box-row .vc_col-sm-4 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .page-template-default .three-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .page-template-default .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (min-width: 700px) and (min-width: 700px) and (max-width: 767px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    border-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 700px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 700px) and (min-width: 700px) and (max-width: 767px) {
  .page-template-default .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
@media (min-width: 700px) {
  .page-template-default .image-swap--boxes .wpb_wrapper {
    position: relative;
  }
  .page-template-default .image-swap--box {
    width: 50%;
    max-width: 448px;
  }
  .page-template-default .image-swap--box.box-active {
    border-radius: 20px;
    box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
    background: #ffffff;
  }
  .page-template-default .image-swap--image {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 50%;
    max-width: 448px;
  }
  .page-template-default .popupaoc-button {
    width: 166px;
    font-size: 14px;
  }
  .page-template-default .slide-content a.wp-block-button__link {
    width: 166px;
    font-size: 14px;
  }
  .page-template-default .vc_btn3-container.yoti-ghost-button {
    width: 166px;
    font-size: 14px;
  }
  .page-template-default #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 166px;
    font-size: 14px;
  }
  .page-template-default .search-form .search-field {
    width: 380px;
  }
  .page-template-default .wpfp-featured-post-grid .wpfpcolumns {
    width: auto;
  }
  .page-template-default .wpfp-featured-post-grid.design-1 .wpfpcolumns {
    width: auto;
  }
  .page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item {
    width: calc(32% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: unset;
    padding-right: unset;
  }
  .page-template-default .wpb_content_element .vc_grid.vc_row .vc_grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .page-template-default .wpb_content_element .vc_grid.vc_row .yoti-post-grid--hero__image {
    width: 66% !important;
    height: 500px !important;
    object-fit: cover;
  }
  .page-template-default .wpb_content_element .vc_grid.vc_row .yoti-post-grid--hero__image * {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
  .page-template-default .wpb_content_element .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 260%;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero {
    margin-bottom: 32px;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
    margin-bottom: 0;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item {
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item * {
    margin-bottom: 0;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block {
    width: 33% !important;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-zone-mini {
    padding: 24px 24px 24px 0;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-post-data-source-post_categories {
    margin-bottom: 16px !important;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-post-data-source-post_title {
    margin-bottom: 16px !important;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-post-data-source-post_date {
    margin-bottom: 16px !important;
  }
  .single .reverse-on-mobile {
    flex-direction: row;
  }
  .single .yoti-section.vc_section {
    padding: 96px 0;
  }
  .single .vc_section.vc_section-has-fill {
    padding: 96px 0;
  }
  .single .vc_section.vc_section-has-fill + .vc_section {
    padding: 96px 0;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
    padding: 96px 0;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .single .yoti-section.vc_section.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .single .yoti-section.vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-middle .yoti-row.wpb_row {
    display: flex;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 {
    align-self: flex-end;
  }
  .single .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .single .vc_section.hero-section h1 {
    margin-bottom: 16px;
    font-size: 60px;
  }
  .single .vc_section.hero-section h2 {
    margin-bottom: 16px;
    font-size: 34px;
  }
  .single .vc_section.hero-section p {
    font-size: 17px;
  }
  .single .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .single .vc_section.hero-section.vc_section-has-fill h1 {
    margin-bottom: 16px;
    font-size: 60px;
  }
  .single .vc_section.hero-section.vc_section-has-fill h2 {
    margin-bottom: 16px;
    font-size: 34px;
  }
  .single .vc_section.hero-section.vc_section-has-fill p {
    font-size: 17px;
  }
  .single .form-section .wpb_column:first-of-type {
    margin-right: 32px;
  }
  .single .comparison-table .yoti-row:first-of-type .wpb_single_image img {
    height: 150px;
  }
  .single .special-stat h2 {
    font-size: 30px;
  }
  .single .special-stat h3 {
    font-size: 30px;
  }
  .single .special-stat h4 {
    font-size: 30px;
  }
  .single .steps-to-create--timeline-left .vc_col-sm-6 .vc_col-sm-6:last-of-type {
    width: 68%;
  }
  .single .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 h3 {
    margin: 0 !important;
  }
  .single .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .vc_col-sm-6:first-of-type {
    margin: 0 42px 0 0;
  }
  .single .yoti-row.wpb_row.yoti-row--centered .vc_custom_heading {
    max-width: 300px;
  }
  .single .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) {
    padding-left: 32px;
  }
  .single .yoti-row.wpb_row.yoti-row--pyramid {
    display: flex;
  }
  .single .yoti-logo-carousel {
    flex-direction: row;
  }
  .single .static-logos {
    display: unset;
  }
  .single .yoti-row--boxes {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .single .solutions-box {
    max-width: 343px;
  }
  .single .solutions-box .vc_custom_heading {
    margin-bottom: 8px;
  }
  .single .regulators-box .wpb_column.vc_column_container {
    max-width: 417px;
    text-align: left;
  }
  .single .regulators-box .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: flex;
  }
  .single .regulators-box .wpb_single_image {
    text-align: left;
    margin: 0px 24px 0 0;
  }
  .single .regulators-box h2 {
    margin-bottom: 8px;
  }
  .single .regulators-box h3 {
    margin-bottom: 8px;
  }
  .single .regulators-box h4 {
    margin-bottom: 8px;
  }
  .single .regulators-box h5 {
    margin-bottom: 8px;
  }
  .single .regulators-box h6 {
    margin-bottom: 8px;
  }
  .single .regulators-box strong {
    margin-bottom: 8px;
  }
  .single .technology-box {
    max-width: 453px;
    margin-right: 16px;
  }
  .single .technology-box .wpb_wrapper {
    display: flex;
  }
  .single .technology-box .wpb_single_image {
    text-align: left;
  }
  .single .technology-box h2 {
    margin-bottom: 8px;
  }
  .single .technology-box h3 {
    margin-bottom: 8px;
  }
  .single .technology-box h4 {
    margin-bottom: 8px;
  }
  .single .technology-box h5 {
    margin-bottom: 8px;
  }
  .single .technology-box h6 {
    margin-bottom: 8px;
  }
  .single .technology-box strong {
    margin-bottom: 8px;
  }
  .single .technology-box .wpb_text_column {
    text-align: left !important;
  }
  .single .highlight-box-one .vc_column_container {
    margin-right: 16px;
  }
  .single .price-box-inner-row {
    display: flex;
    height: 100%;
  }
  .single .price-box-inner-row > .vc_column_container {
    width: 209px;
    padding: 16px;
  }
  .single .price-box-inner-row .vc_custom_heading {
    margin-bottom: 8px;
  }
  .single .four-column-price-box-row {
    display: flex;
    justify-content: space-between;
  }
  .single .four-column-price-box-row .vc_col-sm-3 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .single .four-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .single .four-column-price-box-row .vc_col-sm-4 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .single .four-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .single .three-column-price-box-row {
    display: flex;
    justify-content: space-between;
  }
  .single .three-column-price-box-row .vc_col-sm-3 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .single .three-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .single .three-column-price-box-row .vc_col-sm-4 {
    width: calc(25% - 16px);
    margin-bottom: 0;
  }
  .single .three-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 8px;
  }
  .single .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .single .duo-background-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (min-width: 700px) and (min-width: 700px) and (max-width: 767px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:last-of-type .vc_column-inner {
    border-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 700px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    border-radius: 0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (min-width: 700px) and (min-width: 700px) and (max-width: 767px) {
  .single .duo-background-testimonial-box.wpb_row > .vc_column_container .wpb_wrapper .vc_row .vc_column_container:first-of-type .vc_column-inner {
    border-radius: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}
@media (min-width: 700px) {
  .single .image-swap--boxes .wpb_wrapper {
    position: relative;
  }
  .single .image-swap--box {
    width: 50%;
    max-width: 448px;
  }
  .single .image-swap--box.box-active {
    border-radius: 20px;
    box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
    background: #ffffff;
  }
  .single .image-swap--image {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    width: 50%;
    max-width: 448px;
  }
  .single .popupaoc-button {
    width: 166px;
    font-size: 14px;
  }
  .single .slide-content a.wp-block-button__link {
    width: 166px;
    font-size: 14px;
  }
  .single .vc_btn3-container.yoti-ghost-button {
    width: 166px;
    font-size: 14px;
  }
  .single #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 166px;
    font-size: 14px;
  }
  .single .search-form .search-field {
    width: 380px;
  }
  .single .wpfp-featured-post-grid .wpfpcolumns {
    width: auto;
  }
  .single .wpfp-featured-post-grid.design-1 .wpfpcolumns {
    width: auto;
  }
  .single .wpb_content_element .vc_grid.vc_row .vc_grid-item {
    width: calc(32% - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
    padding-bottom: unset;
    padding-right: unset;
  }
  .single .wpb_content_element .vc_grid.vc_row .vc_grid-item:nth-child(3n) {
    margin-right: 0;
  }
  .single .wpb_content_element .vc_grid.vc_row .yoti-post-grid--hero__image {
    width: 66% !important;
    height: 500px !important;
    object-fit: cover;
  }
  .single .wpb_content_element .vc_grid.vc_row .yoti-post-grid--hero__image * {
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
  }
  .single .wpb_content_element .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 260%;
  }
  .single .wpb_content_element.yoti-post-grid--hero {
    margin-bottom: 32px;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item-mini .vc_gitem_row .vc_gitem-col {
    margin-bottom: 0;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item {
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item * {
    margin-bottom: 0;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block {
    width: 33% !important;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-zone-mini {
    padding: 24px 24px 24px 0;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-post-data-source-post_categories {
    margin-bottom: 16px !important;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-post-data-source-post_title {
    margin-bottom: 16px !important;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_gitem-animated-block .vc_gitem-post-data-source-post_date {
    margin-bottom: 16px !important;
  }
  .single-post #ocvb-container {
    top: 80px;
  }
  .archive .popupaoc-button {
    width: 166px;
    font-size: 14px;
  }
  .archive .slide-content a.wp-block-button__link {
    width: 166px;
    font-size: 14px;
  }
  .archive .vc_btn3-container.yoti-ghost-button {
    width: 166px;
    font-size: 14px;
  }
  .archive #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 166px;
    font-size: 14px;
  }
  .archive .load-more {
    width: 166px;
    font-size: 14px;
  }
  .archive .page-header__image {
    height: 100vh;
  }
  .archive .posts-container {
    display: flex;
    flex-wrap: wrap;
  }
  .archive .posts-container .article {
    width: calc(33.33% - 32px);
    margin-right: 32px;
  }
  .search .popupaoc-button {
    width: 166px;
    font-size: 14px;
  }
  .search .slide-content a.wp-block-button__link {
    width: 166px;
    font-size: 14px;
  }
  .search .vc_btn3-container.yoti-ghost-button {
    width: 166px;
    font-size: 14px;
  }
  .search #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 166px;
    font-size: 14px;
  }
  .category .popupaoc-button {
    width: 166px;
    font-size: 14px;
  }
  .category .slide-content a.wp-block-button__link {
    width: 166px;
    font-size: 14px;
  }
  .category .vc_btn3-container.yoti-ghost-button {
    width: 166px;
    font-size: 14px;
  }
  .category #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 166px;
    font-size: 14px;
  }
  .category .load-more {
    width: 166px;
    font-size: 14px;
  }
  .category .page-header__image {
    height: 100vh;
  }
  .category .posts-container {
    display: flex;
    flex-wrap: wrap;
  }
  .category .posts-container .article {
    width: calc(33.33% - 32px);
    margin-right: 32px;
  }
  .category .page-title {
    color: #ffffff;
  }
  .category .page-header__images img:first-of-type {
    display: block;
    height: 100%;
  }
  .category .page-header__images img:nth-of-type(2) {
    display: none;
  }
  .search-results .popupaoc-button {
    width: 166px;
    font-size: 14px;
  }
  .search-results .slide-content a.wp-block-button__link {
    width: 166px;
    font-size: 14px;
  }
  .search-results .vc_btn3-container.yoti-ghost-button {
    width: 166px;
    font-size: 14px;
  }
  .search-results #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 166px;
    font-size: 14px;
  }
  .search-results .load-more {
    width: 166px;
    font-size: 14px;
  }
  .search-results .page-header__image {
    height: 100vh;
  }
  .search-results .posts-container {
    display: flex;
    flex-wrap: wrap;
  }
  .search-results .posts-container .article {
    width: calc(33.33% - 32px);
    margin-right: 32px;
  }
  .tag .popupaoc-button {
    width: 166px;
    font-size: 14px;
  }
  .tag .slide-content a.wp-block-button__link {
    width: 166px;
    font-size: 14px;
  }
  .tag .vc_btn3-container.yoti-ghost-button {
    width: 166px;
    font-size: 14px;
  }
  .tag #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 166px;
    font-size: 14px;
  }
  .tag .load-more {
    width: 166px;
    font-size: 14px;
  }
  .crp_related {
    padding: 96px 0;
  }
  .crp_related ul {
    flex-direction: row;
  }
  .crp_related li {
    width: calc(33.33% - 16px);
    margin-bottom: 0;
  }
  #ocvb-container {
    top: 130px;
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu-item {
    margin-right: 32px;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .page-template-default .vc_section.hero-section {
    display: flex;
    align-items: center;
    height: calc(100vh - 96px);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
  }
  .page-template-default .vc_section.hero-section .hero-image-mobile {
    display: none;
  }
  .page-template-default .vc_section.hero-section .yoti-row .wpb_text_column {
    max-width: 500px;
  }
  .page-template-default .vc_section.hero-section .vc_col-sm-6 {
    width: 50%;
    max-width: 900px;
  }
  .page-template-default .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    font-size: 22px;
  }
  .page-template-default .vc_section.hero-section h1 {
    margin-bottom: 24px;
    font-size: 60px;
  }
  .page-template-default .vc_section.hero-section h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }
  .page-template-default .vc_section.hero-section p {
    font-size: 17px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill {
    display: flex;
    align-items: center;
    height: calc(100vh - 96px);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill .hero-image-mobile {
    display: none;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill .yoti-row .wpb_text_column {
    max-width: 500px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill .vc_col-sm-6 {
    width: 50%;
    max-width: 900px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    font-size: 22px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill h1 {
    margin-bottom: 24px;
    font-size: 60px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill p {
    font-size: 17px;
  }
  .page-template-default .form-section .wpb_column:first-of-type {
    margin-right: 64px;
  }
  .page-template-default .ult_tabs .ult_tabitemname .wpb_column {
    padding: 0 2%;
  }
  .page-template-default .special-stat h2 {
    font-size: 50px;
  }
  .page-template-default .special-stat h3 {
    font-size: 50px;
  }
  .page-template-default .special-stat h4 {
    font-size: 50px;
  }
  .page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 h3 {
    text-align: left !important;
  }
  .page-template-default .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .wpb_row {
    width: unset;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--centered .vc_custom_heading {
    max-width: 800px;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) {
    padding-left: 64px;
  }
  .page-template-default .eyebrow-heading {
    margin-bottom: 8px;
  }
  .page-template-default .yoti-eyebrow-heading {
    margin-bottom: 8px;
  }
  .page-template-default .solutions-box {
    max-width: 343px;
  }
  .page-template-default .solutions-box .vc_custom_heading {
    margin-bottom: 12px;
  }
  .page-template-default .regulators-box .wpb_column.vc_column_container {
    max-width: 302px;
    text-align: center;
  }
  .page-template-default .regulators-box .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  .page-template-default .regulators-box .wpb_single_image {
    text-align: center;
    margin: 48px auto 64px;
  }
  .page-template-default .regulators-box h2 {
    margin-bottom: 12px;
  }
  .page-template-default .regulators-box h3 {
    margin-bottom: 12px;
  }
  .page-template-default .regulators-box h4 {
    margin-bottom: 12px;
  }
  .page-template-default .regulators-box h5 {
    margin-bottom: 12px;
  }
  .page-template-default .regulators-box h6 {
    margin-bottom: 12px;
  }
  .page-template-default .regulators-box strong {
    margin-bottom: 12px;
  }
  .page-template-default .technology-box {
    max-width: 269px;
  }
  .page-template-default .technology-box .wpb_wrapper {
    display: block;
  }
  .page-template-default .technology-box .wpb_single_image {
    text-align: center;
  }
  .page-template-default .technology-box h2 {
    margin-bottom: 12px;
  }
  .page-template-default .technology-box h3 {
    margin-bottom: 12px;
  }
  .page-template-default .technology-box h4 {
    margin-bottom: 12px;
  }
  .page-template-default .technology-box h5 {
    margin-bottom: 12px;
  }
  .page-template-default .technology-box h6 {
    margin-bottom: 12px;
  }
  .page-template-default .technology-box strong {
    margin-bottom: 12px;
  }
  .page-template-default .technology-box .wpb_text_column {
    text-align: center !important;
  }
  .page-template-default .testimonial {
    max-width: 448px;
  }
  .page-template-default .testimonial-with-image {
    max-width: 448px;
  }
  .page-template-default .price-box-inner-row .vc_custom_heading {
    margin-bottom: 12px;
  }
  .page-template-default .four-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .page-template-default .four-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .page-template-default .three-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .page-template-default .three-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .page-template-default .wpb_content_element .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 150%;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item {
    width: calc(100% - 60px);
  }
  .single .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .single .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row {
    display: flex;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-left > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .single .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row {
    display: flex;
    align-items: flex-end;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
    display: flex;
    align-self: flex-end;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-right > .yoti-row.wpb_row .vc_col-sm-6:last-of-type {
    width: 50%;
  }
  .single .vc_section.hero-section {
    display: flex;
    align-items: center;
    height: calc(100vh - 96px);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
  }
  .single .vc_section.hero-section .hero-image-mobile {
    display: none;
  }
  .single .vc_section.hero-section .yoti-row .wpb_text_column {
    max-width: 500px;
  }
  .single .vc_section.hero-section .vc_col-sm-6 {
    width: 50%;
    max-width: 900px;
  }
  .single .vc_section.hero-section .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    font-size: 22px;
  }
  .single .vc_section.hero-section h1 {
    margin-bottom: 24px;
    font-size: 60px;
  }
  .single .vc_section.hero-section h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }
  .single .vc_section.hero-section p {
    font-size: 17px;
  }
  .single .vc_section.hero-section.vc_section-has-fill {
    display: flex;
    align-items: center;
    height: calc(100vh - 96px);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center;
  }
  .single .vc_section.hero-section.vc_section-has-fill .hero-image-mobile {
    display: none;
  }
  .single .vc_section.hero-section.vc_section-has-fill .yoti-row .wpb_text_column {
    max-width: 500px;
  }
  .single .vc_section.hero-section.vc_section-has-fill .vc_col-sm-6 {
    width: 50%;
    max-width: 900px;
  }
  .single .vc_section.hero-section.vc_section-has-fill .ult-adjust-bottom-margin.eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc {
    font-size: 22px;
  }
  .single .vc_section.hero-section.vc_section-has-fill h1 {
    margin-bottom: 24px;
    font-size: 60px;
  }
  .single .vc_section.hero-section.vc_section-has-fill h2 {
    margin-bottom: 24px;
    font-size: 34px;
  }
  .single .vc_section.hero-section.vc_section-has-fill p {
    font-size: 17px;
  }
  .single .form-section .wpb_column:first-of-type {
    margin-right: 64px;
  }
  .single .ult_tabs .ult_tabitemname .wpb_column {
    padding: 0 2%;
  }
  .single .special-stat h2 {
    font-size: 50px;
  }
  .single .special-stat h3 {
    font-size: 50px;
  }
  .single .special-stat h4 {
    font-size: 50px;
  }
  .single .download-apps--wide.vc_section .wpb_column.vc_col-sm-8 h3 {
    text-align: left !important;
  }
  .single .download-apps--wide.vc_section .wpb_column.vc_col-sm-4 .wpb_row {
    width: unset;
  }
  .single .yoti-row.wpb_row.yoti-row--centered .wpb_text_column {
    max-width: 300px;
  }
  .single .yoti-row.wpb_row.yoti-row--centered .vc_custom_heading {
    max-width: 800px;
  }
  .single .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) {
    padding-left: 64px;
  }
  .single .eyebrow-heading {
    margin-bottom: 8px;
  }
  .single .yoti-eyebrow-heading {
    margin-bottom: 8px;
  }
  .single .solutions-box {
    max-width: 343px;
  }
  .single .solutions-box .vc_custom_heading {
    margin-bottom: 12px;
  }
  .single .regulators-box .wpb_column.vc_column_container {
    max-width: 302px;
    text-align: center;
  }
  .single .regulators-box .wpb_column.vc_column_container > .vc_column-inner > .wpb_wrapper {
    display: block;
  }
  .single .regulators-box .wpb_single_image {
    text-align: center;
    margin: 48px auto 64px;
  }
  .single .regulators-box h2 {
    margin-bottom: 12px;
  }
  .single .regulators-box h3 {
    margin-bottom: 12px;
  }
  .single .regulators-box h4 {
    margin-bottom: 12px;
  }
  .single .regulators-box h5 {
    margin-bottom: 12px;
  }
  .single .regulators-box h6 {
    margin-bottom: 12px;
  }
  .single .regulators-box strong {
    margin-bottom: 12px;
  }
  .single .technology-box {
    max-width: 269px;
  }
  .single .technology-box .wpb_wrapper {
    display: block;
  }
  .single .technology-box .wpb_single_image {
    text-align: center;
  }
  .single .technology-box h2 {
    margin-bottom: 12px;
  }
  .single .technology-box h3 {
    margin-bottom: 12px;
  }
  .single .technology-box h4 {
    margin-bottom: 12px;
  }
  .single .technology-box h5 {
    margin-bottom: 12px;
  }
  .single .technology-box h6 {
    margin-bottom: 12px;
  }
  .single .technology-box strong {
    margin-bottom: 12px;
  }
  .single .technology-box .wpb_text_column {
    text-align: center !important;
  }
  .single .testimonial {
    max-width: 448px;
  }
  .single .testimonial-with-image {
    max-width: 448px;
  }
  .single .price-box-inner-row .vc_custom_heading {
    margin-bottom: 12px;
  }
  .single .four-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .single .four-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .single .three-column-price-box-row .vc_col-sm-3 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .single .three-column-price-box-row .vc_col-sm-4 .vc_custom_heading {
    margin-bottom: 12px;
  }
  .single .wpb_content_element .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-9-16:before {
    padding-top: 150%;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item {
    width: calc(100% - 60px);
  }
  .single .article {
    max-width: 900px;
  }
  .single-post .article {
    max-width: 900px;
  }
  .archive .page-header__image {
    background: url("/wp-content/uploads/blog-hero-desktop.jpg") no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .archive .page-header__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .archive .posts-container .article:first-of-type > *:not(.post-feature-image) {
    float: right;
    width: 33%;
    padding: 24px;
  }
  .archive .posts-container .article:first-of-type .post-feature-image {
    float: left;
    width: 66%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .category .page-header__image {
    background: url("/wp-content/uploads/blog-hero-desktop.jpg") no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .category .page-header__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .category .posts-container .article:first-of-type > *:not(.post-feature-image) {
    float: right;
    width: 33%;
    padding: 24px;
  }
  .category .posts-container .article:first-of-type .post-feature-image {
    float: left;
    width: 66%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .search-results .page-header__image {
    background: url("/wp-content/uploads/blog-hero-desktop.jpg") no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .search-results .page-header__content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .search-results .posts-container .article:first-of-type > *:not(.post-feature-image) {
    float: right;
    width: 33%;
    padding: 24px;
  }
  .search-results .posts-container .article:first-of-type .post-feature-image {
    float: left;
    width: 66%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .footer-mega-col .widget_nav_menu {
    display: block;
  }
  .footer-mega-col-wrap .widget {
    width: 20%;
  }
  .footer-mega-col-wrap .footer__column-one {
    display: block;
    text-align: left;
  }
}
@media (max-width: 699px) {
  h1 {
    font-size: 34px;
  }
  .hide-mobile {
    display: none;
  }
  .page-template-default .center-mobile {
    text-align: center !important;
  }
  .page-template-default .push-down-50-percent {
    margin-top: 50%;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .page-template-default .vc_section.vc_section-has-fill.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .page-template-default .comparison-table__icons {
    display: flex;
    justify-content: flex-end;
  }
  .page-template-default .comparison-table__icons .vc_col-sm-6 {
    width: 25%;
  }
  .page-template-default .comparison-table__icons .wpb_text_column {
    display: none;
  }
  .page-template-default .comparison-table .vc_col-sm-3 {
    float: left;
    width: 50%;
  }
  .page-template-default .comparison-table .uavc-list-icon-wrapper {
    margin-bottom: 0;
  }
  .page-template-default .comparison-table .uavc-list-icon-wrapper.ult-adjust-bottom-margin {
    margin-bottom: 0;
  }
  .page-template-default .comparison-table h4 {
    font-size: 18px !important;
  }
  .page-template-default .ult_tabs .ult_tabcontent {
    max-width: 94%;
    margin: 32px auto;
  }
  .page-template-default .download-apps--box.vc_section .download-apps-box__apps .wpb_single_image.vc_align_left {
    text-align: center;
  }
  .page-template-default .download-apps--box.vc_section .download-apps-box__apps .wpb_single_image.vc_align_left:first-of-type {
    margin-bottom: 16px;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--wide {
    width: calc(100% - 90px);
    overflow-x: hidden;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6 .wpb_single_image {
    margin-top: 32px;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--static-logos {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--static-logos > .vc_column_container {
    width: 48%;
  }
  .page-template-default .wpfp-featured-post-grid {
    flex-wrap: wrap;
  }
  .page-template-default .wpfp-featured-post-grid.design-1 {
    flex-wrap: wrap;
  }
  .page-template-default .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item * {
    width: 100%;
  }
  .single .center-mobile {
    text-align: center !important;
  }
  .single .push-down-50-percent {
    margin-top: 50%;
  }
  .single .yoti-section.vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .single .vc_section.vc_section-has-fill.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .single .vc_section.vc_section-has-fill + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section.image-bottom-middle .yoti-row.wpb_row .vc_col-sm-6 .wpb_single_image {
    display: none;
  }
  .single .comparison-table__icons {
    display: flex;
    justify-content: flex-end;
  }
  .single .comparison-table__icons .vc_col-sm-6 {
    width: 25%;
  }
  .single .comparison-table__icons .wpb_text_column {
    display: none;
  }
  .single .comparison-table .vc_col-sm-3 {
    float: left;
    width: 50%;
  }
  .single .comparison-table .uavc-list-icon-wrapper {
    margin-bottom: 0;
  }
  .single .comparison-table .uavc-list-icon-wrapper.ult-adjust-bottom-margin {
    margin-bottom: 0;
  }
  .single .comparison-table h4 {
    font-size: 18px !important;
  }
  .single .ult_tabs .ult_tabcontent {
    max-width: 94%;
    margin: 32px auto;
  }
  .single .download-apps--box.vc_section .download-apps-box__apps .wpb_single_image.vc_align_left {
    text-align: center;
  }
  .single .download-apps--box.vc_section .download-apps-box__apps .wpb_single_image.vc_align_left:first-of-type {
    margin-bottom: 16px;
  }
  .single .yoti-row.wpb_row.yoti-row--wide {
    width: calc(100% - 90px);
    overflow-x: hidden;
  }
  .single .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6 .wpb_single_image {
    margin-top: 32px;
  }
  .single .yoti-row.wpb_row.yoti-row--static-logos {
    display: flex;
    flex-wrap: wrap;
  }
  .single .yoti-row.wpb_row.yoti-row--static-logos > .vc_column_container {
    width: 48%;
  }
  .single .wpfp-featured-post-grid {
    flex-wrap: wrap;
  }
  .single .wpfp-featured-post-grid.design-1 {
    flex-wrap: wrap;
  }
  .single .wpb_content_element.yoti-post-grid--hero .vc_grid.vc_row .vc_grid-item * {
    width: 100%;
  }
  .mobile-line-break {
    display: block;
  }
  #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    min-height: 80vh;
    height: 80vh;
    padding: 16px 16px 32px;
    background: #ffffff;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    text-align: left !important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    display: flex !important;
    flex-direction: column;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: flex !important;
    flex-direction: column;
  }
  #mega-menu-item-13417 {
    order: 1;
  }
  .social {
    width: unset;
  }
}
@media (min-width: 1280px) {
  .page-template-default .vc_wp_custommenu.yoti-secondary-menu .menu {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .hero-carousel .wp-block-eedee-block-gutenslider.vertical-align-center .slide-content {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .ult_tabs .ult_tabcontent {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .yoti-row.wpb_row {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 48px;
  }
  .page-template-default .yoti-row.wpb_row.yoti-row--centered .wpb_text_column {
    max-width: 800px;
  }
  .page-template-default .yoti-split-background__content {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .yoti-logo-carousel {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .wpb_content_element.vc_separator {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .yoti-row--boxes {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .testimonial {
    max-width: 624px;
  }
  .page-template-default .testimonial-with-image {
    max-width: 624px;
  }
  .page-template-default .price-box-row {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .price-box-inner-row > .vc_column_container {
    width: 321px;
    padding: 24px;
  }
  .page-template-default .four-column-price-box-row {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .three-column-price-box-row {
    width: 100%;
    max-width: 1280px;
  }
  .page-template-default .image-swap--image {
    max-width: 624px;
  }
  .page-template-default .popupaoc-button {
    width: 266px;
    font-size: 16px;
  }
  .page-template-default .slide-content a.wp-block-button__link {
    width: 266px;
    font-size: 16px;
  }
  .page-template-default .vc_btn3-container.yoti-ghost-button {
    width: 266px;
    font-size: 16px;
  }
  .page-template-default #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 266px;
    font-size: 16px;
  }
  .page-template-default .wpb_content_element .vc_gitem-post-data-source-post_title div {
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .single .hero-carousel .wp-block-eedee-block-gutenslider.vertical-align-center .slide-content {
    width: 100%;
    max-width: 1280px;
  }
  .single .ult_tabs .ult_tabcontent {
    width: 100%;
    max-width: 1280px;
  }
  .single .yoti-row.wpb_row {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 48px;
  }
  .single .yoti-row.wpb_row.yoti-row--centered .wpb_text_column {
    max-width: 800px;
  }
  .single .yoti-split-background__content {
    width: 100%;
    max-width: 1280px;
  }
  .single .yoti-logo-carousel {
    width: 100%;
    max-width: 1280px;
  }
  .single .wpb_content_element.vc_separator {
    width: 100%;
    max-width: 1280px;
  }
  .single .yoti-row--boxes {
    width: 100%;
    max-width: 1280px;
  }
  .single .testimonial {
    max-width: 624px;
  }
  .single .testimonial-with-image {
    max-width: 624px;
  }
  .single .price-box-row {
    width: 100%;
    max-width: 1280px;
  }
  .single .price-box-inner-row > .vc_column_container {
    width: 321px;
    padding: 24px;
  }
  .single .four-column-price-box-row {
    width: 100%;
    max-width: 1280px;
  }
  .single .three-column-price-box-row {
    width: 100%;
    max-width: 1280px;
  }
  .single .image-swap--image {
    max-width: 624px;
  }
  .single .popupaoc-button {
    width: 266px;
    font-size: 16px;
  }
  .single .slide-content a.wp-block-button__link {
    width: 266px;
    font-size: 16px;
  }
  .single .vc_btn3-container.yoti-ghost-button {
    width: 266px;
    font-size: 16px;
  }
  .single #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 266px;
    font-size: 16px;
  }
  .single .wpb_content_element .vc_gitem-post-data-source-post_title div {
    display: unset;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
  }
  .single .article {
    width: 100%;
    max-width: 1280px;
  }
  .error404 #site-content {
    width: 100%;
    max-width: 1280px;
  }
  .archive .popupaoc-button {
    width: 266px;
    font-size: 16px;
  }
  .archive .slide-content a.wp-block-button__link {
    width: 266px;
    font-size: 16px;
  }
  .archive .vc_btn3-container.yoti-ghost-button {
    width: 266px;
    font-size: 16px;
  }
  .archive #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 266px;
    font-size: 16px;
  }
  .archive .load-more {
    width: 266px;
    font-size: 16px;
  }
  .archive .page-header__content > h1 {
    width: 100%;
    max-width: 1280px;
  }
  .archive .page-header__content > p {
    width: 100%;
    max-width: 1280px;
  }
  .archive .posts-container {
    width: 100%;
    max-width: 1280px;
  }
  .category .popupaoc-button {
    width: 266px;
    font-size: 16px;
  }
  .category .slide-content a.wp-block-button__link {
    width: 266px;
    font-size: 16px;
  }
  .category .vc_btn3-container.yoti-ghost-button {
    width: 266px;
    font-size: 16px;
  }
  .category #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 266px;
    font-size: 16px;
  }
  .category .load-more {
    width: 266px;
    font-size: 16px;
  }
  .category .page-header__content > h1 {
    width: 100%;
    max-width: 1280px;
  }
  .category .page-header__content > p {
    width: 100%;
    max-width: 1280px;
  }
  .category .posts-container {
    width: 100%;
    max-width: 1280px;
  }
  .search-results .popupaoc-button {
    width: 266px;
    font-size: 16px;
  }
  .search-results .slide-content a.wp-block-button__link {
    width: 266px;
    font-size: 16px;
  }
  .search-results .vc_btn3-container.yoti-ghost-button {
    width: 266px;
    font-size: 16px;
  }
  .search-results #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 266px;
    font-size: 16px;
  }
  .search-results .load-more {
    width: 266px;
    font-size: 16px;
  }
  .search-results .page-header__content > h1 {
    width: 100%;
    max-width: 1280px;
  }
  .search-results .page-header__content > p {
    width: 100%;
    max-width: 1280px;
  }
  .search-results .posts-container {
    width: 100%;
    max-width: 1280px;
  }
  .tag .popupaoc-button {
    width: 266px;
    font-size: 16px;
  }
  .tag .slide-content a.wp-block-button__link {
    width: 266px;
    font-size: 16px;
  }
  .tag .vc_btn3-container.yoti-ghost-button {
    width: 266px;
    font-size: 16px;
  }
  .tag #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 266px;
    font-size: 16px;
  }
  .tag .load-more {
    width: 266px;
    font-size: 16px;
  }
  .search .popupaoc-button {
    width: 266px;
    font-size: 16px;
  }
  .search .slide-content a.wp-block-button__link {
    width: 266px;
    font-size: 16px;
  }
  .search .vc_btn3-container.yoti-ghost-button {
    width: 266px;
    font-size: 16px;
  }
  .search #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 266px;
    font-size: 16px;
  }
  .single-post .article {
    width: 100%;
    max-width: 1280px;
  }
  .footer-mega-col {
    width: 100%;
    max-width: 1280px;
  }
  .social {
    width: 100%;
    max-width: 1280px;
  }
  .terms {
    width: 100%;
    max-width: 1280px;
  }
}
/* Font Size and Icon Adjustment Changes For List Items */
.page-template-default .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick .uavc-list-content span.uavc-list-desc {
  font-size: 16px;
}
.page-template-default .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick .uavc-list-content .uavc-list-icon .ult-just-icon-wrapper .align-icon {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-default .uavc-list-icon.uavc-list-icon-wrapper.list-item-with-tick .uavc-list-content .uavc-list-icon .ult-just-icon-wrapper .align-icon .aio-icon-img {
  width: 20px;
  height: 20px;
}

@media (max-width: 767px) {
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(odd) .vc_column-inner .wpb_wrapper .wpb_single_image {
    padding-right: 0px;
  }
}
@media (min-width: 768px) {
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(odd) .vc_column-inner .wpb_wrapper .wpb_single_image {
    padding-right: 32px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(odd) .vc_column-inner .wpb_wrapper .wpb_single_image {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) .vc_column-inner .wpb_wrapper .wpb_single_image {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) .vc_column-inner .wpb_wrapper .wpb_single_image {
    padding-left: 32px;
  }
}
@media (min-width: 1024px) {
  .page-template-default .yoti-row.wpb_row.yoti-row--extra-padding .vc_column_container.vc_col-sm-6:nth-of-type(even) .vc_column-inner .wpb_wrapper .wpb_single_image {
    padding-left: 0px;
  }
}

@media (min-width: 768px) {
  .yoti-row.wpb_row.yoti-row--centered .vc_custom_heading {
    width: 80%;
    max-width: 800px !important;
  }
}

/* Testimonial Remove Extra Padding Bottom Starts */
.testimonial-ult-bottom-margin {
  margin-bottom: 0px !important;
}

/* Testimonial Remove Extra Padding Bottom Ends */
/* Style For Yoti Buttons Display Side By Side In Row Starts */
.yoti-button-block .vc_column_container {
  width: 100%;
}
.yoti-button-block .vc_column_container .wpb_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .yoti-button-block .vc_column_container .wpb_wrapper {
    flex-direction: column;
  }
}
.yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container {
  margin: 16px 16px;
}
@media (max-width: 767px) {
  .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container {
    width: 100%;
    margin: 16px auto;
  }
}
.yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link {
  line-height: 0;
}
@media (max-width: 767px) {
  .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link a {
    width: 100%;
    text-align: center;
  }
}
.yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link a:after {
  margin-left: 0px !important;
}
@media (max-width: 767px) {
  .yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link.white a {
    width: 100%;
    text-align: center;
  }
}
.yoti-button-block .vc_column_container .wpb_wrapper .vc_btn3-container.yoti-default-link.white a:after {
  margin-left: 0px !important;
}
.yoti-button-block.btn-left {
  justify-content: flex-start;
}
.yoti-button-block.btn-left .wpb_wrapper {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .yoti-button-block.btn-left .wpb_wrapper .vc_btn3-container:first-child {
    margin-left: unset;
  }
  .yoti-button-block.btn-left .wpb_wrapper .vc_btn3-container:last-child {
    margin-right: unset;
  }
}
.yoti-button-block.btn-right {
  justify-content: flex-end;
}
.yoti-button-block.btn-right .wpb_wrapper {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .yoti-button-block.btn-right .wpb_wrapper .vc_btn3-container:last-child {
    margin-right: unset;
  }
}

/* Style For Yoti Buttons Display Side By Side In Row Starts */
/* DID Hero Section Style Starts Here*/
.vc_section.yoti-hero-section {
  background: 0;
  padding: 0 !important;
}
.vc_section.yoti-hero-section:first-of-type {
  padding-top: 130px !important;
}
@media (max-width: 767px) {
  .vc_section.yoti-hero-section:first-of-type {
    padding-top: 48px;
  }
}
.vc_section.yoti-hero-section .yoti-row.wpb_row .wpb_text_column {
  max-width: 100%;
  width: 100%;
}
.vc_section.yoti-hero-section .vc_custom_heading {
  margin: 0 auto;
  max-width: 800px;
}
.vc_section.yoti-hero-section .wpb_content_element ul {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 767px) {
  .vc_section.yoti-hero-section .wpb_content_element ul {
    flex-direction: column;
    padding: 0 40px;
  }
}
@media (min-width: 768px) {
  .vc_section.yoti-hero-section .wpb_content_element ul {
    padding-top: 18px;
  }
}
.vc_section.yoti-hero-section .wpb_content_element ul li {
  list-style-type: none;
  list-style-position: inside;
  text-indent: unset;
  padding-left: unset;
  margin-left: unset;
  position: relative;
  flex: 1;
  text-align: center;
  border-right: 1px solid #67717e;
  font-size: 20px;
  color: #333b40;
}
@media (max-width: 767px) {
  .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 24px 0;
    border: 0;
    border-bottom: 1px solid #67717e;
  }
}
@media (min-width: 768px) {
  .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .vc_section.yoti-hero-section .wpb_content_element ul li {
    padding: 0 38px;
  }
}
.vc_section.yoti-hero-section .wpb_content_element ul li:last-child {
  border: none;
}
@media (max-width: 767px) {
  .vc_section.yoti-hero-section .wpb_content_element ul li:last-child {
    padding-bottom: 0;
  }
}
.vc_section.yoti-hero-section h1 {
  font-family: "sharp-grotesk-medium", sans-serif !important;
}
@media (max-width: 767px) {
  .vc_section.yoti-hero-section h1 {
    font-size: 34px;
  }
}

/* DID Hero Section Style Starts Ends*/
/* Style For Vertical Numbered List Starts Here */
.list-group-numbered--vertical {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  counter-reset: num;
  row-gap: 48px;
  flex-direction: column;
}
.list-group-numbered--vertical li {
  text-indent: 0 !important;
  margin-left: 0;
  height: auto;
  padding: 0 0 !important;
  display: flex;
  align-items: flex-start;
  column-gap: 24px;
  text-align: left;
  counter-increment: num;
}
.list-group-numbered--vertical li:before {
  content: counter(num);
  color: #ffffff;
  font-size: 20px;
  width: 45px;
  height: 45px;
  text-align: center;
  display: inline-block;
  line-height: 45px;
  border-radius: 50%;
  background-color: #218199;
  font-family: "golos-text-semibold", sans-serif !important;
  flex-shrink: 0;
}
.list-group-numbered--vertical li p {
  font-size: 20px;
  color: #333b40;
}

/* Style For Vertical Numbered List Ends Here */
/* Style For Vertical Unordered List Starts Here */
.list-icon-with-tick {
  width: 100%;
  display: flex;
  row-gap: 48px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .list-icon-with-tick {
    row-gap: 56px;
  }
}
.list-icon-with-tick li {
  text-indent: 0 !important;
  margin-left: 0;
  height: auto;
  padding: 0 0 !important;
  display: flex;
  align-items: flex-start;
}
.list-icon-with-tick li::before {
  content: "\e903";
  width: 40px;
  height: 40px;
  margin-right: 24px;
  font-family: "icomoon" !important;
  color: #ffffff;
  background-color: #218199;
  font-weight: 400;
  font-size: 15px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.list-icon-with-tick li.align-item-center {
  align-items: center;
}

/* Style For Vertical Unordered List Ends Here */
.paoc-popup-modal-cnt {
  padding: 60px 20px 20px 20px !important;
}

.hubspot-form-box {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  float: none !important;
  border-radius: 27px;
  text-align: center;
  background: #ffffff;
  height: auto;
}

.hbspt-form {
  padding: 40px;
  width: 100%;
}
.hbspt-form form {
  width: 95%;
  margin: 0 auto;
}
.hbspt-form form .hs-form-field {
  padding: 10px 0;
  text-align: left;
}
.hbspt-form form fieldset {
  clear: both;
  min-width: 100%;
}
.hbspt-form form fieldset.form-columns-1 .hs-input {
  width: 100%;
}
.hbspt-form form fieldset.form-columns-1 .input {
  margin-right: 0;
}
.hbspt-form form fieldset.form-columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hbspt-form form fieldset.form-columns-2 .hs-form-field {
  width: 48%;
}
.hbspt-form form fieldset.form-columns-2 .hs-input {
  width: 100%;
}
@media (max-width: 480px) {
  .hbspt-form form fieldset.form-columns-2 .hs-input {
    width: 100% !important;
  }
}
.hbspt-form form fieldset.form-columns-2 .input {
  margin-right: 0;
}
.hbspt-form form label {
  font-family: "golos-text-regular", sans-serif !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 32.6px;
  color: #67717e;
  display: block;
  float: left;
  margin: 0 0 4px 0;
  padding: 0;
  font-weight: 400;
}
.hbspt-form form input[type=date],
.hbspt-form form input[type=datetime],
.hbspt-form form input[type=datetime-local],
.hbspt-form form input[type=email],
.hbspt-form form input[type=month],
.hbspt-form form input[type=number],
.hbspt-form form input[type=password],
.hbspt-form form input[type=range],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form input[type=text],
.hbspt-form form input[type=time],
.hbspt-form form input[type=url],
.hbspt-form form input[type=week],
.hbspt-form form select,
.hbspt-form form textarea {
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 4px;
  color: #333b40;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 2px solid #67717e;
  padding: 6px 10px;
  height: 45px;
  width: 100%;
  line-height: 1.3;
}
.hbspt-form form input[type=date].error,
.hbspt-form form input[type=datetime].error,
.hbspt-form form input[type=datetime-local].error,
.hbspt-form form input[type=email].error,
.hbspt-form form input[type=month].error,
.hbspt-form form input[type=number].error,
.hbspt-form form input[type=password].error,
.hbspt-form form input[type=range].error,
.hbspt-form form input[type=search].error,
.hbspt-form form input[type=tel].error,
.hbspt-form form input[type=text].error,
.hbspt-form form input[type=time].error,
.hbspt-form form input[type=url].error,
.hbspt-form form input[type=week].error,
.hbspt-form form select.error,
.hbspt-form form textarea.error {
  border: 1px solid #990000;
}
.hbspt-form form textarea {
  height: 120px;
  resize: none;
}
.hbspt-form form input[type=submit] {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #218199;
  color: #ffffff;
  font-size: 12px;
  font-family: "golos-text-semibold", sans-serif !important;
  padding: 10px 15px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.hbspt-form form input[type=submit]:hover {
  border: 0;
  background-color: #1f6070;
  border-color: #1f6070;
}
.hbspt-form form .hs-form-required {
  color: #ff0000;
  font-weight: 400;
  margin-left: 4px;
}
.hbspt-form form .hs-error-msg {
  display: block;
  color: #990000;
  font-size: 17px;
  float: none;
  cursor: default;
  text-align: left;
}
.hbspt-form form ul.hs-error-msgs {
  list-style: none;
  text-align: left;
}
.hbspt-form form ul.hs-error-msgs li {
  margin: 2px 0 0;
}
.hbspt-form form ul.hs-error-msgs li label {
  line-height: normal;
  color: #990000;
  font-size: 17px;
}
.hbspt-form form .hs-submit {
  padding: 10px 0 20px 0;
}
.hbspt-form form .hs-recaptcha {
  padding: 20px 0 20px 0;
  overflow: hidden;
}
.hbspt-form form .hs-richtext {
  text-align: left;
  margin-bottom: 46px;
}
.hbspt-form form .hs-richtext.hs-main-font-element {
  margin-bottom: 0px;
}
.hbspt-form .submitted-message * {
  color: #3d8436 !important;
}

/*
* Image Carousel With Fixed Text Template Starts
*/
#image-carousel-with-no-transition-text-section {
  padding-top: 60px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  #image-carousel-with-no-transition-text-section {
    padding-top: 80px;
  }
}
#image-carousel-with-no-transition-text-section.padding-top-btm {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  #image-carousel-with-no-transition-text-section.padding-top-btm {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#image-carousel-with-no-transition-text-section.padding-top-btm .left-column {
  margin-top: 0;
}
@media (min-width: 700px) {
  #image-carousel-with-no-transition-text-section .left-column {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #image-carousel-with-no-transition-text-section .left-column {
    padding-left: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 850px) {
  #image-carousel-with-no-transition-text-section .left-column {
    margin-top: -80px;
    margin-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  #image-carousel-with-no-transition-text-section .left-column {
    padding-left: 35px;
  }
}
@media (min-width: 1024px) {
  #image-carousel-with-no-transition-text-section .left-column {
    padding-left: 35px;
    margin-top: -80px;
  }
}
#image-carousel-with-no-transition-text-section .left-column .text {
  color: #fff;
  margin-top: -10px;
  margin-bottom: 46px;
}
#image-carousel-with-no-transition-text-section .left-column .text p {
  margin-bottom: 30px;
}
#image-carousel-with-no-transition-text-section .right-column {
  margin-top: 60px;
}
@media (min-width: 700px) and (max-width: 849px) {
  #image-carousel-with-no-transition-text-section .right-column {
    align-items: flex-end;
  }
}
@media (min-width: 700px) {
  #image-carousel-with-no-transition-text-section .right-column {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  #image-carousel-with-no-transition-text-section .right-column {
    padding-right: 0px;
    margin-top: 0px;
  }
}
@media (min-width: 1024px) {
  #image-carousel-with-no-transition-text-section .right-column {
    padding-right: 35px;
  }
}
@media (min-width: 1024px) {
  #image-carousel-with-no-transition-text-section .right-column {
    padding-right: 35px;
    margin-top: 0px;
  }
}
#image-carousel-with-no-transition-text-section .ult-carousel-wrapper {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
#image-carousel-with-no-transition-text-section .ult-carousel-wrapper .slick-dotted .slick-dots {
  bottom: 96px;
}
#image-carousel-with-no-transition-text-section .ult-carousel-wrapper .slick-dotted .slick-dots li {
  height: 25px;
  width: 25px;
}
#image-carousel-with-no-transition-text-section .ult-carousel-wrapper .slick-dotted .slick-dots li .ultsl-record {
  font-size: 24px;
  color: #b6bfcc !important;
}
#image-carousel-with-no-transition-text-section .ult-carousel-wrapper .slick-dotted .slick-dots li.slick-active .ultsl-record {
  color: #229dff !important;
}

/*
* Image Carousel With Fixed Text Template Ends
*/
/*
* Yoti Accordion Starts
*/
.yoti-accordion {
  width: 100%;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .yoti-accordion {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .yoti-accordion {
    padding: 0 20px;
  }
}
.yoti-accordion .desktop-img-holder {
  text-align: center;
  padding: 0 40px;
  display: block;
}
@media (max-width: 767px) {
  .yoti-accordion .desktop-img-holder {
    display: none;
    height: 0px;
  }
}
@media (min-width: 768px) {
  .yoti-accordion .desktop-img-holder {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .yoti-accordion .desktop-img-holder {
    height: 500px;
  }
}
@media (min-width: 1150px) and (max-width: 1250px) {
  .yoti-accordion .desktop-img-holder {
    height: 550px;
  }
}
@media (min-width: 1251px) {
  .yoti-accordion .desktop-img-holder {
    height: 600px;
  }
}
@media (min-width: 768px) {
  .yoti-accordion.img-left .yoti-single-accordion-body-image {
    position: absolute;
    top: 0;
    transform: translateX(-104%);
  }
}
@media (min-width: 768px) {
  .yoti-accordion.img-right .yoti-single-accordion-body-image {
    position: absolute;
    top: 0;
    transform: translateX(104%);
  }
}
@media (max-width: 767px) {
  .yoti-accordion-content {
    padding: 18px 10px 0 !important;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content {
    padding: 18px 18px 0 !important;
  }
}
.yoti-accordion-content li {
  margin-left: 0px !important;
  list-style: none;
}
.yoti-accordion-content .yoti-single-accordion {
  margin-bottom: 25px;
}
.yoti-accordion-content .yoti-single-accordion-head {
  margin-bottom: 8px;
}
.yoti-accordion-content .yoti-single-accordion-head button[aria-expanded=true] .arrow-container {
  background: #1d427b;
}
.yoti-accordion-content .yoti-single-accordion-head-title {
  all: inherit;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-head-title {
    padding: 7px 60px 0 0;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title {
    padding: 7px 92px 0 0;
  }
}
.yoti-accordion-content .yoti-single-accordion-head-title {
  margin-bottom: 14px;
}
.yoti-accordion-content .yoti-single-accordion-head-title:focus-visible {
  border-radius: 4px;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transition: transform 200ms ease-in;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-container {
  background: #67717e;
  width: 40px;
  height: 40px;
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .arrow-container {
    right: 4px;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .arrow-container {
    right: 4px;
  }
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-container.active {
  background: #1d427b;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-wrapper {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-down {
  transform: rotate(135deg);
  margin-bottom: 4px;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-up {
  transform: rotate(-45deg);
  margin-top: 4px;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-content {
  width: 32px;
  height: 100%;
  display: flex;
  border-radius: 50%;
  position: absolute;
  justify-content: center;
  cursor: pointer;
  right: 26px;
  align-content: center;
  align-items: flex-start;
  top: 8px;
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .arrow-content {
    align-items: center;
    top: 0px;
  }
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-content .arrow-container {
  right: 0px;
  top: auto;
}
.yoti-accordion-content .yoti-single-accordion-head-title-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  display: none;
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title-image {
    display: inline-block;
  }
}
.yoti-accordion-content .yoti-single-accordion-head-title-image.mobile {
  display: inline-block;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title-image.mobile {
    display: none;
  }
}
.yoti-accordion-content .yoti-single-accordion-body {
  /* display: none;*/
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-body {
    padding: 0 0 0 0;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-body {
    padding: 0 100px 0 0;
  }
}
.yoti-accordion-content .yoti-single-accordion-body-content {
  margin-bottom: 27px;
  padding-right: 70px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-body-content {
    padding-right: 0px;
  }
}
.yoti-accordion-content .yoti-single-accordion-body-content a {
  color: #1d427b;
  text-decoration: underline;
}
.yoti-accordion-content .yoti-single-accordion-body-content a:hover {
  text-decoration: none;
  color: #1d427b;
}
.yoti-accordion-content .yoti-single-accordion-body-content a:focus {
  border: none !important;
  outline: none;
}
.yoti-accordion-content .yoti-single-accordion-body-content a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-accordion-content .yoti-single-accordion-body-content a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.yoti-accordion-content .yoti-single-accordion-body-content a span {
  color: #1d427b;
  text-decoration: underline;
}
.yoti-accordion-content .yoti-single-accordion-body-content a span:hover {
  text-decoration: none;
  color: #1d427b;
}
.yoti-accordion-content .yoti-single-accordion-body-content a span:active {
  text-decoration: none;
  color: #1d427b;
}
.yoti-accordion-content .yoti-single-accordion-body-image {
  text-align: center;
  padding: 0 0 20px;
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-body-image img {
    text-align: center;
    padding: 0 40px;
  }
}
.yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-head {
  margin-bottom: 24px;
}
.yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-head-title {
  padding-left: 0;
}
.yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-head-title .arrow-content {
  right: 0;
  top: 8px;
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-head-title .arrow-content {
    top: -3px;
  }
}
.yoti-accordion-content .yoti-single-accordion.bottom-border.state-expand .yoti-single-accordion-head {
  margin-bottom: 8px;
}
.yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-body {
  padding-left: 0;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-body {
    padding-right: 0px;
  }
}
.yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-body-content {
  padding-right: 44px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion.bottom-border .yoti-single-accordion-body-content {
    padding-right: 0px;
  }
}
.yoti-accordion-content .yoti-single-accordion.bottom-border.dashed-bottom-border {
  border-bottom: 1px dashed #67717e;
}
.yoti-accordion-content .yoti-single-accordion.bottom-border.dotted-bottom-border {
  border-bottom: 1px dotted #67717e;
}
.yoti-accordion-content .yoti-single-accordion.bottom-border.solid-bottom-border {
  border-bottom: 1px solid #67717e;
}
.yoti-accordion-content .yoti-single-accordion.title-image {
  padding-bottom: 14px;
  padding-top: 10px;
}
.yoti-accordion-content.image-within-accordion .yoti-single-accordion-body {
  padding: 0 20px 0 0px;
}
.yoti-accordion-content.image-within-accordion .yoti-single-accordion-body-image {
  text-align: center;
  padding: 0 0 20px;
  display: block;
}
.yoti-accordion-content.animate .yoti-single-accordion-head-title .arrow-wrapper:hover {
  animation-name: yoti-accordion-bounce;
  animation-timing-function: ease;
}
.yoti-accordion-content.animate.always-open .yoti-single-accordion.state-expand .yoti-single-accordion-head-title .arrow-wrapper:hover {
  transform: none !important;
  animation: none !important;
}
.yoti-accordion.title-clickable .yoti-accordion-content.animate .yoti-single-accordion-head-title {
  cursor: pointer;
}
.yoti-accordion.title-clickable .yoti-accordion-content.animate .yoti-single-accordion-head-title:hover .arrow-wrapper {
  animation-name: yoti-accordion-bounce;
  animation-timing-function: ease;
}
.yoti-accordion.title-clickable .yoti-accordion-content.animate.always-open .yoti-single-accordion.state-expand .yoti-single-accordion-head-title:hover .arrow-wrapper {
  transform: none !important;
  animation: none !important;
}
@media (max-width: 1023px) {
  .yoti-accordion.accordion__type1 .desktop-img-holder {
    display: none;
    height: 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-accordion.accordion__type1 .accordion-title {
    padding: 0 18px !important;
  }
}
@media (max-width: 1023px) {
  .yoti-accordion.accordion__type1 .yoti-accordion-content {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-accordion.accordion__type1 .yoti-accordion-content .yoti-single-accordion-body {
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-accordion.accordion__type1 .yoti-accordion-content .yoti-single-accordion-body-image {
    position: relative;
    transform: unset;
  }
}
@media (max-width: 1023px) {
  .yoti-accordion.accordion__type1 .yoti-accordion-content .yoti-single-accordion-body-content {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .yoti-accordion.accordion__type1.img-left .vc_column_container:last-of-type {
    width: 100%;
    padding: 18px 10px 0 !important;
  }
}
@media (max-width: 1023px) {
  .yoti-accordion.accordion__type1.img-right .vc_column_container:first-of-type {
    width: 100%;
    padding: 18px 10px 0 !important;
  }
}

@keyframes yoti-accordion-bounce {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-1px);
  }
  10% {
    transform: translateY(-2px);
  }
  15% {
    transform: translateY(-3px);
  }
  20% {
    transform: translateY(-4px);
  }
  25% {
    transform: translateY(-5px);
  }
  30% {
    transform: translateY(-4px);
  }
  35% {
    transform: translateY(-3px);
  }
  40% {
    transform: translateY(-2px);
  }
  45% {
    transform: translateY(-1px);
  }
  50% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(1px);
  }
  60% {
    transform: translateY(2px);
  }
  65% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(4px);
  }
  75% {
    transform: translateY(5px);
  }
  80% {
    transform: translateY(4px);
  }
  85% {
    transform: translateY(3px);
  }
  90% {
    transform: translateY(2px);
  }
  95% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
/*
* Yoti Accordion Ends
*/
.yoti-app-link-block {
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-app-link-block {
    width: 95%;
  }
}
.yoti-app-link-block.left {
  float: left;
}
.yoti-app-link-block.right {
  float: right;
}
.yoti-app-link-block.center {
  margin-left: auto;
  margin-right: auto;
}
.yoti-app-link-block-upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px 24px 14px 24px;
  margin: 0 0 20px;
}
.yoti-app-link-block-upper.rounded {
  border-radius: 13px;
}
.yoti-app-link-block-upper .upper-block-text {
  padding: 0 10px 2px;
}
.yoti-app-link-block-upper .upper-block-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}
.yoti-app-link-block-upper .upper-block-links a {
  width: 150px;
}
.yoti-app-link-block-upper .upper-block-links img {
  min-width: 96px;
  max-width: 141px;
  width: 100%;
  height: 40px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
}
.yoti-app-link-block-lower {
  display: flex;
  justify-content: space-between;
  padding: 14px 32px 14px 28px;
  position: relative;
  align-items: center;
}
.yoti-app-link-block-lower.rounded {
  border-radius: 13px;
}
.yoti-app-link-block-lower img {
  max-width: 28px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-app-link-block-lower .yoti-default-link {
      display: flex;
      align-items: center;
    }
  }
}
.yoti-app-link-block-lower .cta-link {
  color: #2875bc;
  font-size: 16px;
  font-weight: bold;
  padding-right: 20px;
  padding-top: 1px;
  line-height: 16px;
  padding-left: 4px;
  text-decoration: underline;
  outline: none;
}
@media (max-width: 767px) {
  .yoti-app-link-block-lower .cta-link {
    font-size: 13px;
  }
}
.yoti-app-link-block-lower .cta-link:hover {
  color: #27619b;
  text-decoration: none;
  outline: none;
}
.yoti-app-link-block-lower .cta-link:active {
  text-decoration: none;
  color: #254d78;
  background-color: transparent;
  outline: none;
}

.yoti-instant-qr-button {
  width: 100%;
  padding: 7px 40px 24px;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button {
    width: 95%;
  }
}
.yoti-instant-qr-button.left {
  float: left;
}
.yoti-instant-qr-button.right {
  float: right;
}
.yoti-instant-qr-button.center {
  margin-left: auto;
  margin-right: auto;
}
.yoti-instant-qr-button.rounded-corner-square {
  border-radius: 35px;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button.rounded-corner-square {
    padding-top: 32px;
  }
}
.yoti-instant-qr-button.rounded-corner-square .yoti-instant-qr-button-main {
  background-color: transparent;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button.squared-corner-square {
    padding-top: 32px;
  }
}
.yoti-instant-qr-button.squared-corner-square .yoti-instant-qr-button-main {
  background-color: transparent;
}
.yoti-instant-qr-button.circular {
  border-radius: 50%;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button.circular {
    padding-top: 80px;
  }
}
.yoti-instant-qr-button.circular .yoti-instant-qr-button-main {
  background-color: transparent;
}
.yoti-instant-qr-button.circular .cta-content-block {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
.yoti-instant-qr-button.circular .cta-image-block {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-instant-qr-button.no-bg-for-main {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button.no-bg-for-main {
    padding: 7px 20px 24px;
  }
}
.yoti-instant-qr-button.no-bg {
  background-color: transparent;
}
.yoti-instant-qr-button-main.rounded-corner-square {
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 35px;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button-main.rounded-corner-square {
    margin-top: 12px;
    padding: 40px 0;
  }
}
.yoti-instant-qr-button-main.squared-corner-square {
  margin-top: 32px;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button-main.squared-corner-square {
    margin-top: 12px;
    padding: 40px 0;
  }
}
.yoti-instant-qr-button-main.circular {
  margin-top: 32px;
  margin-bottom: 32px;
  border-radius: 50%;
  padding: 32px;
}
@media (max-width: 767px) {
  .yoti-instant-qr-button-main.circular {
    margin-top: 12px;
    padding: 40px 0;
  }
}
.yoti-instant-qr-button-main.no-bg-for-only-qr {
  background-color: transparent;
}
.yoti-instant-qr-button-main.no-bg {
  background-color: transparent;
}
.yoti-instant-qr-button-main iframe button:focus {
  border: none !important;
  outline: none !important;
}
.yoti-instant-qr-button-main iframe button:focus-visible {
  outline: 2px solid #ff47ed !important;
  outline-offset: 1px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-instant-qr-button-main iframe button:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.yoti-instant-qr-button-cta .cta-content-block {
  text-align: center;
  margin: 16px 0 17px;
}
.yoti-instant-qr-button-cta .cta-image-block {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 300px;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 100%;
}
.yoti-instant-qr-button-cta .cta-image-block a img {
  min-width: 96px;
  max-width: 124px;
  width: 100%;
  height: 36px;
  object-fit: cover;
  cursor: pointer;
  border-radius: 5px;
}

.yoti-hero-carousel:not(.slick-initialized) .yoti-hero-slide {
  display: none;
}
.yoti-hero-carousel .yoti-hero-slide-image-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab {
    display: block;
  }
}
@media (max-width: 767px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab.tab {
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab.tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab.tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob {
    display: block;
  }
}
@media (max-width: 767px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob.tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob.tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob.tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob.mob {
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob.mob {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-image-wrapper .desk-tab-mob.mob {
    display: none;
  }
}
.yoti-hero-carousel .yoti-hero-slide-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yoti-hero-carousel .yoti-hero-slide-text {
  display: none;
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-text {
    width: 375px;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-text {
    width: 475px;
  }
}
.yoti-hero-carousel .yoti-hero-slide-text h2 {
  display: none;
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-text h2 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-text h2 {
    font-size: 60px;
  }
}
.yoti-hero-carousel .yoti-hero-slide-text p {
  font-size: 24px;
  color: #333b40;
  display: none;
}
.yoti-hero-carousel .yoti-hero-slide-text-content {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (min-width: 700px) {
  .yoti-hero-carousel .yoti-hero-slide-text-content {
    width: calc(100% - 64px);
  }
}
.yoti-hero-carousel .yoti-hero-slide-text-content.left {
  justify-content: flex-start;
}
.yoti-hero-carousel .yoti-hero-slide-text-content.center {
  justify-content: center;
}
.yoti-hero-carousel .yoti-hero-slide-text-content.right {
  justify-content: flex-end;
}
.yoti-hero-carousel .yoti-hero-slide-text-content-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .yoti-hero-carousel .yoti-hero-slide-text-content-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-hero-carousel .yoti-hero-slide-text-content-wrapper {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .yoti-hero-slide-text-content-wrapper {
    display: block;
  }
}
.yoti-hero-carousel .yoti-hero-slide.slick-current .yoti-hero-slide-text {
  display: block;
}
.yoti-hero-carousel .yoti-hero-slide.slick-current .yoti-hero-slide-text h2 {
  display: block;
}
.yoti-hero-carousel .yoti-hero-slide.slick-current .yoti-hero-slide-text p {
  display: block;
}
.yoti-hero-carousel .yoti-hero-slide.slick-current.animate .yoti-hero-slide-text h2 {
  animation: text-clip 1s cubic-bezier(0.5, 0, 0.1, 1) 0s both;
}
.yoti-hero-carousel .yoti-hero-slide.slick-current.animate .yoti-hero-slide-text p {
  animation: text-clip 1s cubic-bezier(0.5, 0, 0.1, 1) 0s both;
}
@media (max-width: 1023px) {
  .yoti-hero-carousel-mobile-text h2 {
    font-size: 32px;
  }
  .yoti-hero-carousel-mobile-text p {
    font-size: 18px;
  }
}
.yoti-hero-carousel-mobile-text-wrapper {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 767px) {
  .yoti-hero-carousel-mobile-text-wrapper {
    display: block;
    padding: 32px;
  }
}
@media (min-width: 768px) {
  .yoti-hero-carousel-mobile-text-wrapper {
    display: none;
  }
}
.yoti-hero-carousel .slick-list {
  height: 283px;
}
@media (min-width: 768px) {
  .yoti-hero-carousel .slick-list {
    height: 372px;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-carousel .slick-list {
    height: 655px;
  }
}
.yoti-hero-carousel .slick-list .slick-track {
  height: 100%;
}
.yoti-hero-carousel .slick-list .slick-track .slick-slide {
  height: 100%;
}

@keyframes text-clip {
  from {
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.yoti-popup-anything {
  width: 100%;
}
.yoti-popup-anything.left {
  text-align: left;
}
.yoti-popup-anything.right {
  text-align: right;
}
.yoti-popup-anything.center {
  text-align: center;
}

.yoti-pricing-plan-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  .yoti-pricing-plan-container {
    padding: 66px 10px;
  }
}
@media (min-width: 768px) {
  .yoti-pricing-plan-container {
    padding: 96px 32px;
  }
}
.yoti-pricing-plan-container.center {
  justify-content: center;
}
.yoti-pricing-plan-container.space-around {
  justify-content: space-around;
}
.yoti-pricing-plan-container.space-between {
  justify-content: space-between;
}
.yoti-pricing-plan-container.left {
  justify-content: flex-start;
}
.yoti-pricing-plan-container.right {
  justify-content: flex-end;
}
.yoti-pricing-plan-container .container-title-section {
  padding: 0 15px;
}
.yoti-pricing-plan-container .container-title-section .center {
  text-align: center;
}
.yoti-pricing-plan-container .container-title-section .left {
  text-align: left;
}
.yoti-pricing-plan-container .container-title-section .right {
  text-align: right;
}
.yoti-pricing-plan-container .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.yoti-pricing-plan-container .content-wrapper.title-available {
  margin-top: 30px;
}
.yoti-pricing-plan-container .content-wrapper.center {
  justify-content: center;
}
.yoti-pricing-plan-container .content-wrapper.space-around {
  justify-content: space-around;
}
.yoti-pricing-plan-container .content-wrapper.space-between {
  justify-content: space-between;
}
.yoti-pricing-plan-container .content-wrapper.left {
  justify-content: flex-start;
}
.yoti-pricing-plan-container .content-wrapper.right {
  justify-content: flex-end;
}
.yoti-pricing-plan-container .content-wrapper .lower-section {
  flex: 1;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan {
  box-shadow: 0px 5px 20px 5px rgba(103, 113, 136, 0.25);
  margin: 15px;
  padding-top: 48px;
  width: 320px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan.curved {
  border-radius: 20px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan.squared {
  border-radius: 0;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 28px;
  padding-right: 28px;
  margin-bottom: 6px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-icon-left {
  flex-flow: row-reverse;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-icon-right {
  flex-flow: row;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-title-left .plan-title {
  width: 100%;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-title-left {
  text-align: left;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-title-center .plan-title {
  width: 100%;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-title-center {
  text-align: center;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-title-right .plan-title {
  width: 100%;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section.plan-title-right {
  text-align: right;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-icon.center {
  align-items: center;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-icon.top {
  align-items: flex-start;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-icon.very-top {
  align-items: flex-start;
  margin-top: -16px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-icon.bottom {
  align-items: flex-end;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-icon.very-bottom {
  align-items: flex-end;
  margin-bottom: -16px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-title-subtitle {
  display: flex;
  flex-direction: column;
  padding: 0px 30px 0 0 !important;
  line-height: 24px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-title-subtitle h4 {
  line-height: 20px;
  padding-bottom: 8px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-title-subtitle p {
  line-height: 24px;
  padding-bottom: 8px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .plan-title-section .plan-title-subtitle .plan-title {
  width: fit-content;
  margin: 0;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .price-details-wrapper {
  padding-left: 26px;
  padding-right: 26px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .price-details-wrapper.left {
  text-align: left;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .price-details-wrapper.center {
  text-align: center;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .price-details-wrapper.right {
  text-align: right;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .additional-details {
  margin: -4px 26px 0 26px;
  padding: 18px 0 26px 0;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .additional-details.left {
  text-align: left;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .additional-details.center {
  text-align: center;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .additional-details.right {
  text-align: right;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .additional-details p {
  margin-bottom: 0px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper p {
  font-weight: bold;
  margin-bottom: 14px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .utility-section {
  display: flex;
  flex-direction: column;
  flex: auto;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .benefits-section {
  padding: 26px 26px 22px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .benefits-section.block-none {
  padding: 0px 0px 0px !important;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .benefits-section .benefits-wrapper .benefits {
  list-style: none;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .benefits-section .benefits-wrapper .benefits .benefit {
  font-family: "golos-text-regular", sans-serif;
  margin-left: 0;
  line-height: 32px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .benefits-section .benefits-wrapper .benefits .benefit .icon-tick {
  vertical-align: text-bottom;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .benefits-section .benefits-wrapper .benefits .benefit .icon-tick:before {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin-right: 14px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .add-ons-section {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  padding: 0px 26px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .add-ons-section.block-none {
  padding: 0px 0px 0px !important;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .add-ons-section .add-ons-wrapper {
  padding: 24px 0px 26px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .add-ons-section .add-ons-wrapper .add-ons {
  list-style: none;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .add-ons-section .add-ons-wrapper .add-ons .add-on {
  font-family: "golos-text-regular", sans-serif;
  margin-left: 0;
  line-height: 32px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .add-ons-section .add-ons-wrapper .add-ons .add-on .icon-plus {
  vertical-align: text-bottom;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .add-ons-section .add-ons-wrapper .add-ons .add-on .icon-plus:before {
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  margin-right: 14px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .cta-section {
  padding: 0px 24px 32px 24px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .cta-section .cta {
  height: 52px;
  width: 272px;
  display: block;
  text-align: center;
  box-sizing: border-box;
  font-family: "golos-text-semibold", sans-serif;
  padding: 12px 15px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .cta-section .cta.cta-button-corners-curved {
  border-radius: 8px;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .cta-section .cta.cta-button-corners-squared {
  border-radius: 0;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .cta-section .cta:focus {
  outline: none;
}
.yoti-pricing-plan-container .content-wrapper .yoti-pricing-plan .lower-section-wrapper .cta-section .cta:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
}

.yoti-modal-card-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-modal-card-container {
    padding: 66px 10px;
  }
}
@media (min-width: 768px) {
  .yoti-modal-card-container {
    padding: 96px 32px;
  }
}
.yoti-modal-card-container.space_around {
  justify-content: space-around;
}
.yoti-modal-card-container.space_between {
  justify-content: space-between;
}
.yoti-modal-card-container.center {
  justify-content: center;
}
.yoti-modal-card-container.left {
  justify-content: flex-start;
}
.yoti-modal-card-container.right {
  justify-content: flex-end;
}
.yoti-modal-card-container .container-title-section .center {
  text-align: center;
}
.yoti-modal-card-container .container-title-section .left {
  text-align: left;
}
.yoti-modal-card-container .container-title-section .right {
  text-align: right;
}
.yoti-modal-card-container .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.yoti-modal-card-container .content-wrapper.title-available {
  margin-top: 30px;
}
.yoti-modal-card-container .content-wrapper.center {
  justify-content: center;
}
.yoti-modal-card-container .content-wrapper.space-around {
  justify-content: space-around;
}
.yoti-modal-card-container .content-wrapper.space-between {
  justify-content: space-between;
}
.yoti-modal-card-container .content-wrapper.left {
  justify-content: flex-start;
}
.yoti-modal-card-container .content-wrapper.right {
  justify-content: flex-end;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card {
  margin: 15px;
  padding: 24px;
  width: 260px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card.box-shadow {
  box-shadow: 0px 5px 20px 5px rgba(103, 113, 136, 0.25);
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card.curved {
  border-radius: 20px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card.squared {
  border-radius: 0px;
}
@media (max-width: 767px) {
  .yoti-modal-card-container .content-wrapper .yoti-modal-card {
    margin: 29px 29px;
  }
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .modal-icon-section {
  margin-bottom: 13px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .modal-icon-section.left {
  text-align: left;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .modal-icon-section.center {
  text-align: center;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .modal-icon-section.right {
  text-align: right;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .header-details-wrapper {
  margin-bottom: 20px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .header-details-wrapper .header-section {
  width: fit-content;
  margin-bottom: 8px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .header-details-wrapper .header-section.left {
  width: 100%;
  text-align: left;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .header-details-wrapper .header-section.center {
  width: 100%;
  text-align: center;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .header-details-wrapper .header-section.right {
  width: 100%;
  text-align: right;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper {
  display: flex;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper.center {
  align-items: center;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper.top {
  align-items: flex-start;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper.very-top {
  align-items: flex-start;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper.very-top .footer-special-text-wrapper {
  margin-top: -18px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper.bottom {
  align-items: flex-end;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper.very-bottom {
  align-items: flex-end;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper.very-bottom .footer-special-text-wrapper {
  margin-bottom: -20px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer-special-text-wrapper {
  height: 63px;
  width: 63px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 0;
  margin-right: 10px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer-special-text-wrapper.circular {
  border-radius: 50%;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer-special-text-wrapper.squared {
  border-radius: 0%;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer-special-text-wrapper.curved {
  border-radius: 20px;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer_content_wrapper {
  font-size: 16px;
  color: white;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer_content_wrapper.left {
  text-align: left;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer_content_wrapper.center {
  text-align: center;
}
.yoti-modal-card-container .content-wrapper .yoti-modal-card .footer_details_wrapper .footer_content_wrapper.right {
  text-align: right;
}

.yoti-feature-with-image [tabindex] {
  outline: 0px solid pink !important;
}
.yoti-feature-with-image {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .yoti-feature-with-image {
    padding: 96px 15px;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image {
    padding: 96px 15px;
  }
}
@media (max-width: 767px) {
  .yoti-feature-with-image {
    padding: 40px 32px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .container-title-section {
    padding: 0px 15px;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .container-title-section {
    padding: 0px 15px;
  }
}
@media (max-width: 767px) {
  .yoti-feature-with-image .container-title-section {
    padding: 0px 15px;
  }
}
.yoti-feature-with-image .container-title-section .center {
  text-align: center;
}
.yoti-feature-with-image .container-title-section .left {
  text-align: left;
}
.yoti-feature-with-image .container-title-section .right {
  text-align: right;
}
.yoti-feature-with-image .content-wrapper {
  display: flex;
  flex-direction: row;
}
.yoti-feature-with-image .content-wrapper.title-available {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .yoti-feature-with-image .content-wrapper.yoti-image-position-left {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .content-wrapper.yoti-image-position-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .content-wrapper.yoti-image-position-left {
    flex-direction: row-reverse;
  }
}
@media (max-width: 767px) {
  .yoti-feature-with-image .content-wrapper.yoti-image-position-right {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .content-wrapper.yoti-image-position-right {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .content-wrapper.yoti-image-position-right {
    flex-direction: row;
  }
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-title-icon {
  margin-bottom: 17px;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-with-image-content {
  margin-bottom: 23px;
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-with-image-content {
    width: 500px;
  }
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-with-image-title {
  padding-left: 12px;
  text-align: left;
  line-height: 44px;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-menu {
  list-style-type: none;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-menu li {
  margin-left: 0px;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-menu .feature-items {
  color: #333b40;
  padding: 10px 23px;
  border-radius: 10px;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-menu .active {
  display: -webkit-inline-box;
  font-weight: bold;
}
@media (max-width: 767px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-menu {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block .yoti-feature-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-content-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block {
    padding: 0 40px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block {
    padding: 0 40px;
    width: 50%;
  }
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-image-wrapper.left {
  text-align: left;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-image-wrapper.center {
  text-align: center;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-image-wrapper.right {
  text-align: right;
}
@media (max-width: 767px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-image-wrapper {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-image-wrapper {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-image-wrapper {
    display: block;
  }
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel:not(.slick-initialized) .yoti-feature-image-corousel-wrapper {
  display: none;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .feature-title-mob {
  text-align: center;
  font-size: 18px;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel {
  align-items: center;
  width: 100%;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-list .slick-track {
  display: flex;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-list .slick-track .slick-slide {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots {
  position: absolute;
  bottom: -37px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  color: transparent;
  padding: 5px;
  margin-top: 0px;
  cursor: pointer;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots li button:before {
  content: none;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots li button .slick-dot-icon {
  opacity: unset !important;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: unset !important;
  color: #b6bfcc;
  font-size: 60px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots li.slick-active button .slick-dot-icon {
  opacity: 1;
}
.yoti-feature-with-image .content-wrapper .yoti-feature-with-image-img-block .yoti-feature-with-image-corousel .slick-dots li.slick-active button .slick-dot-icon:before {
  opacity: 1;
  color: #229dff !important;
  margin-top: 0px;
  margin-left: 0px;
}

.yoti-logo-wall-container {
  width: 100%;
}
.yoti-logo-wall-container .yoti-logo-wall:not(.slick-initialized) .yoti-logo-slide {
  display: none;
}
.yoti-logo-wall-container .yoti-logo-wall {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.yoti-logo-wall-container .yoti-logo-wall.center {
  margin: auto;
}
.yoti-logo-wall-container .yoti-logo-wall.left {
  float: left;
  margin: 0;
}
.yoti-logo-wall-container .yoti-logo-wall.right {
  float: right;
  margin: 0;
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall {
    flex-flow: row wrap;
    padding: 0px 0px;
    width: calc(100% - 48px);
    height: 130px;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall {
    flex-direction: column;
    width: calc(100% - 48px);
    margin: auto;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall {
    flex-flow: row nowrap;
    max-width: 1280px;
    height: 170px;
  }
}
@media (min-width: 1280px) {
  .yoti-logo-wall-container .yoti-logo-wall {
    width: 100%;
    max-width: 1330px;
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall.title-available {
    height: auto;
  }
}
.yoti-logo-wall-container .yoti-logo-wall-title {
  font-size: 16px;
  font-family: "golos-text-semibold", sans-serif !important;
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-title {
    width: 100% !important;
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-title {
    width: 100% !important;
    padding: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall-title {
    text-align: left !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.center {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.tablet-left {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.tablet-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.tablet-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.mobile-hide {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.tablet-hide {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall-title.tablet-hide {
    display: block;
  }
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content {
  overflow: overlay;
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content {
    padding: 0px 0px;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content {
    padding: 0px 30px;
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content {
    padding: 0px 30px;
  }
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list {
  height: 120px;
  width: auto;
  overflow: hidden;
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-left: 0;
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide {
  display: block;
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide.display-none-slide-desk {
    display: none;
  }
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.desk {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.desk {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.desk {
    display: block;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.mob {
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.mob {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper.mob {
    display: none;
  }
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper img {
  width: auto;
  margin: auto;
  object-fit: contain;
  max-height: 120px;
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide-image-wrapper img {
    display: block;
  }
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .yoti-logo-slide.slick-current {
  max-height: 130px;
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-list .slick-track .slick-slide {
  height: auto;
  text-align: center !important;
  float: none !important;
  vertical-align: middle !important;
  box-sizing: border-box;
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-dots {
  font-size: 24px;
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-dots li button:before {
  color: #67717e;
}
.yoti-logo-wall-container .yoti-logo-wall-slick-content .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #229dff;
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width {
    height: 142px;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width {
    height: 170px;
  }
}
.yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width .yoti-logo-wall-slick-content {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width .yoti-logo-wall-slick-content {
    padding: 0;
    height: 142px;
  }
}
@media (min-width: 768px) {
  .yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width .yoti-logo-wall-slick-content {
    padding: 0;
    height: 166px;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width .yoti-logo-wall-slick-content {
    padding: 0 0 0 56px;
    height: 170px;
  }
}
.yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width .yoti-logo-wall-slick-content .slick-list {
  margin: 0 0;
  flex: 1 0 100%;
}
.yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width .yoti-logo-wall-slick-content .slick-list .slick-track {
  display: flex !important;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-left: 0 !important;
  float: left;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.yoti-logo-wall-container .yoti-logo-wall.logos-with--variable-width .yoti-logo-wall-slick-content .slick-list .slick-track .slick-slide {
  display: inline-block;
  float: none;
}

.yoti-news-banner {
  padding: 11.5px 32px;
  width: 100%;
}
.yoti-news-banner-over {
  position: relative;
}
.yoti-news-banner-over .vc_row.wpb_row.vc_row-fluid {
  position: static;
}
.yoti-news-banner-over .vc_row.wpb_row.vc_row-fluid .wpb_column.vc_column_container.vc_col-sm-12 {
  position: static;
}
.yoti-news-banner p {
  font-size: 18px !important;
  margin: 0 !important;
}

.yoti-related-article-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  padding: 56px 24px;
}
@media (min-width: 768px) {
  .yoti-related-article-container {
    padding: 64px 32px;
  }
}
@media (min-width: 1024px) {
  .yoti-related-article-container {
    padding: 96px 0px;
  }
}
.yoti-related-article-container.space_around {
  justify-content: space-around;
}
.yoti-related-article-container.space_between {
  justify-content: space-between;
}
.yoti-related-article-container.center {
  justify-content: center;
}
.yoti-related-article-container.left {
  justify-content: flex-start;
}
.yoti-related-article-container.right {
  justify-content: flex-end;
}
.yoti-related-article-container .container-title-section h2 {
  margin-bottom: 0px !important;
}
.yoti-related-article-container .container-title-section {
  text-align: left;
}
@media (max-width: 767px) {
  .yoti-related-article-container .container-title-section {
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .yoti-related-article-container .container-title-section {
    width: calc(100% - 0px);
  }
}
@media (min-width: 1024px) {
  .yoti-related-article-container .container-title-section {
    width: calc(100% - 64px);
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
  }
}
.yoti-related-article-container .content-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
@media (min-width: 1024px) {
  .yoti-related-article-container .content-wrapper {
    padding: 0 48px;
  }
}
.yoti-related-article-container .content-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-related-article-container .content-wrapper {
    row-gap: 32px;
    column-gap: 48px;
  }
}
@media (min-width: 768px) {
  .yoti-related-article-container .content-wrapper {
    justify-content: flex-start;
    width: 100%;
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .yoti-related-article-container .content-wrapper {
    justify-content: center;
    width: 100%;
    row-gap: 48px;
    column-gap: 56px;
  }
}
@media (min-width: 1024px) and (max-width: 1230px) {
  .yoti-related-article-container .content-wrapper {
    column-gap: 2%;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .yoti-related-article-container .content-wrapper {
    column-gap: 40px;
  }
}
.yoti-related-article-container .content-wrapper.title-available {
  padding-top: 48px;
}
@media (min-width: 1024px) {
  .yoti-related-article-container .content-wrapper.title-available {
    padding-top: 56px;
  }
}
.yoti-related-article-container .content-wrapper .post-card-section a {
  height: 100%;
}
.yoti-related-article-container .content-wrapper .post-card-section a:focus-visible {
  display: inline-flex;
  border-radius: 30px !important;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-related-article-container .content-wrapper .post-card-section a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}

.yoti-blog-home-page .header-container {
  width: 100%;
  padding: 96px 0 140px;
  background-image: linear-gradient(to bottom, #fff 26%, #f1f9ff 80%);
}
.yoti-blog-home-page .header-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.yoti-blog-home-page .header-wrapper .title-wrapper {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.yoti-blog-home-page .header-wrapper .title-wrapper .title {
  font-size: 60px;
  color: #333b40;
}
@media (max-width: 767px) {
  .yoti-blog-home-page .header-wrapper .title-wrapper .title {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
.yoti-blog-home-page .header-wrapper .title-wrapper .title.search_title {
  font-size: 34px !important;
}
@media (max-width: 767px) {
  .yoti-blog-home-page .header-wrapper .title-wrapper .title.search_title {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
.yoti-blog-home-page .header-wrapper .title-wrapper .sub-title {
  font-size: 24px;
  margin-top: 24px;
  color: #546072;
  max-width: 380px;
}
.yoti-blog-home-page .header-wrapper .category-menu-wrapper {
  margin-top: 96px;
}
@media (max-width: 767px) {
  .yoti-blog-home-page .header-wrapper .category-menu-wrapper {
    margin-top: 36px;
  }
}
.yoti-blog-home-page .header-wrapper .category-menu-wrapper ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.yoti-blog-home-page .header-wrapper .category-menu-wrapper ul li {
  margin: 0 32px;
  margin-bottom: 16px;
}
.yoti-blog-home-page .header-wrapper .category-menu-wrapper ul li a {
  font-size: 22px;
  color: #67717e;
}
.yoti-blog-home-page .header-wrapper .blog-menu-wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .yoti-blog-home-page .header-wrapper .blog-menu-wrapper {
    width: calc(100% - 32px);
    margin-top: 22px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home-page .header-wrapper .blog-menu-wrapper {
    width: calc(100% - 64px);
    margin-top: 40px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .yoti-blog-home-page .header-wrapper .blog-menu-wrapper {
    margin-top: 64px;
    margin-bottom: 14px;
    width: 100%;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .yoti-blog-home-page .header-wrapper .blog-menu-wrapper {
    margin-top: 64px;
    margin-bottom: 14px;
    width: 100%;
  }
}
.yoti-blog-home-page .header-wrapper .blog-menu-wrapper a {
  font-size: 24px;
  font-weight: 300;
  width: fit-content;
  display: flex;
  align-items: center;
}
.yoti-blog-home-page .header-wrapper .blog-menu-wrapper a .arrow {
  vertical-align: baseline !important;
}
.yoti-blog-home-page .header-wrapper .blog-menu-wrapper a .dashicons {
  margin-left: -6px;
  margin-right: 2px;
}
.yoti-blog-home-page .main-posts-container {
  width: 100%;
  padding: 0;
  background-color: #e6f3ff;
}
.yoti-blog-home-page .main-posts-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  top: -130px;
  /*@media (max-width: 1024px) {
            justify-content: space-around;
            width: calc(100% - 64px);
        }
        @media (max-width: 763px) {
            justify-content: center;
            width: calc(100% - 32px);
        }*/
}
@media (max-width: 767px) {
  .yoti-blog-home-page .main-posts-wrapper {
    justify-content: center;
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .yoti-blog-home-page .main-posts-wrapper {
    justify-content: space-around;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .yoti-blog-home-page .main-posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .yoti-blog-home-page .main-posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .yoti-blog-home-page .main-posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home-page .main-posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(48% - 2px);
    margin: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-blog-home-page .main-posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
  }
}
.yoti-blog-home-page .main-posts-wrapper .navigation {
  background: transparent;
  width: 100%;
  padding-bottom: 0;
}
.yoti-blog-home-page .essential-posts-container {
  width: 100%;
  padding: 96px 0;
  background-color: #f1f8ff;
  position: relative;
}
.yoti-blog-home-page .essential-posts-container.patch {
  top: -20px;
  padding: 96px 0 126px;
}
@media (max-width: 823px) {
  .yoti-blog-home-page .essential-posts-container.patch {
    padding: 96px 0 76px;
  }
}
.yoti-blog-home-page .essential-posts-container .patch-div {
  background: #f1f8ff;
  width: 100%;
  height: 20px;
  position: relative;
  bottom: -146px;
}
@media (max-width: 823px) {
  .yoti-blog-home-page .essential-posts-container .patch-div {
    bottom: -96px;
  }
}
.yoti-blog-home-page .essential-posts-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.yoti-blog-home-page .essential-posts-wrapper .essential-reading-title-wrapper {
  text-align: center;
}
.yoti-blog-home-page .essential-posts-wrapper .essential-reading-title-wrapper .title {
  font-size: 34px;
  color: #333b40;
}
.yoti-blog-home-page .essential-posts-wrapper .essential-reading-title-wrapper .sub-title {
  font-size: 18px;
  color: #67717e;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper {
    justify-content: space-around;
  }
}
@media (max-width: 763px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper {
    justify-content: center;
  }
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .slick-track {
  display: flex !important;
  justify-content: space-between;
  gap: 32px;
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .slick-slide {
  height: auto;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-grow: 1;
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .slick-slide div {
  display: inline-flex;
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .slick-dots {
  bottom: -72px;
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .slick-dots li.slick-active button:before {
  color: #229dff;
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .slick-dots li button:before {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .slick-list {
    padding: 0 20% 0 !important;
  }
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section {
  height: auto;
}
@media (max-width: 767px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(48% - 2px);
    margin: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
  }
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main {
  padding-left: 62px;
  padding-right: 62px;
}
@media (max-width: 1024px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 763px) {
  .yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.yoti-blog-home-page .essential-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header .post-title {
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}
.yoti-blog-home-page .social-purpose-posts-container {
  width: 100%;
  padding: 96px 0;
  background-color: #2d555f;
}
.yoti-blog-home-page .social-purpose-posts-container.patch {
  top: -20px;
  padding: 96px 0 66px;
}
@media (max-width: 823px) {
  .yoti-blog-home-page .social-purpose-posts-container.patch {
    padding: 96px 0 76px;
  }
}
.yoti-blog-home-page .social-purpose-posts-container .patch-div {
  background: #2d555f;
  width: 100%;
  height: 20px;
  position: relative;
  bottom: -86px;
}
@media (max-width: 823px) {
  .yoti-blog-home-page .social-purpose-posts-container .patch-div {
    bottom: -96px;
  }
}
.yoti-blog-home-page .social-purpose-posts-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.yoti-blog-home-page .social-purpose-posts-wrapper .social-purpose-title-wrapper {
  text-align: center;
}
.yoti-blog-home-page .social-purpose-posts-wrapper .social-purpose-title-wrapper .title {
  font-size: 34px;
  color: #ffffff;
}
.yoti-blog-home-page .social-purpose-posts-wrapper .social-purpose-title-wrapper .sub-title {
  font-size: 18px;
  color: #ffffff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper {
  width: 100%;
  margin-top: 48px;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: center;
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-around;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(48% - 2px);
    margin: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
  }
}
.yoti-blog-home-page .social-purpose-posts-wrapper .read-more-wrapper {
  text-align: right;
  margin-top: 80px;
  justify-content: flex-end;
}
@media (max-width: 1299px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .read-more-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 823px) {
  .yoti-blog-home-page .social-purpose-posts-wrapper .read-more-wrapper {
    padding-right: 32px;
  }
}
.yoti-blog-home-page .social-purpose-posts-wrapper .read-more-wrapper a {
  font-family: "golos-text-semibold", sans-serif;
  font-size: 16px;
  color: #2d9fff;
  position: relative;
  right: -10px;
  padding-right: 4px;
}
.yoti-blog-home-page .social-purpose-posts-wrapper .read-more-wrapper a img {
  vertical-align: top;
}

.yoti-explore-page .header-container {
  width: 100%;
  padding: 129px 0 96px;
  background-color: #f1f6f9;
}
@media (max-width: 767px) {
  .yoti-explore-page .header-container {
    padding: 44px 0 58px;
  }
}
@media (max-width: 699px) {
  .yoti-explore-page .header-container {
    padding: 80px 0 58px;
  }
}
.yoti-explore-page .header-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0px auto;
}
@media (min-width: 768px) {
  .yoti-explore-page .header-wrapper {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) {
  .yoti-explore-page .header-wrapper {
    width: 100%;
  }
}
.yoti-explore-page .header-wrapper .title-wrapper {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.yoti-explore-page .header-wrapper .title-wrapper .title {
  margin: 0 auto 16px;
}
@media (max-width: 767px) {
  .yoti-explore-page .header-wrapper .title-wrapper .title {
    width: calc(100% - 32px);
    font-size: 34px !important;
    line-height: 48px;
    margin-bottom: 24px;
  }
}
.yoti-explore-page .header-wrapper .title-wrapper .sub-title {
  max-width: 615px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-explore-page .header-wrapper .title-wrapper .sub-title {
    width: calc(100% - 32px);
  }
}
.yoti-explore-page .main-posts {
  background-color: #ffffff;
}
.yoti-explore-page .main-posts-container {
  width: 100%;
  padding: 96px 0;
}
@media (max-width: 767px) {
  .yoti-explore-page .main-posts-container {
    padding: 72px 0;
  }
}
.yoti-explore-page .main-posts-wrapper {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  row-gap: 56px;
  column-gap: 54px;
}
@media (max-width: 767px) {
  .yoti-explore-page .main-posts-wrapper {
    row-gap: 48px;
  }
}
@media (min-width: 768px) {
  .yoti-explore-page .main-posts-wrapper {
    justify-content: space-between;
    max-width: 784px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .yoti-explore-page .main-posts-wrapper {
    justify-content: space-between;
    max-width: 1224px;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1230px) {
  .yoti-explore-page .main-posts-wrapper {
    column-gap: unset;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .yoti-explore-page .main-posts-wrapper {
    column-gap: 40px;
  }
}
.yoti-explore-page .main-posts-wrapper .post-card-section {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .yoti-explore-page .main-posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .yoti-explore-page .main-posts-wrapper .post-card-section {
    width: calc(50% - 1px);
  }
}
@media (min-width: 1024px) {
  .yoti-explore-page .main-posts-wrapper .post-card-section {
    width: calc(32% - 2px);
  }
}
.yoti-explore-page .main-posts-wrapper .post-card-section a {
  height: 100%;
}
.yoti-explore-page .main-posts-wrapper .post-card-section a:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-explore-page .main-posts-wrapper .post-card-section a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}

.essential-reading-posts-container {
  width: 100%;
  padding: 96px 0;
  background-color: #f1f8ff;
  position: relative;
}
.essential-reading-posts-container.patch {
  top: -20px;
  padding: 96px 0 70px;
}
@media (max-width: 823px) {
  .essential-reading-posts-container.patch {
    padding: 96px 0 46px;
  }
}
.essential-reading-posts-container .patch-div {
  background: #f1f8ff;
  width: 100%;
  height: 20px;
  position: relative;
  bottom: -90px;
}
@media (max-width: 823px) {
  .essential-reading-posts-container .patch-div {
    bottom: -66px;
  }
}
.essential-reading-posts-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.essential-reading-posts-wrapper .essential-reading-title-wrapper {
  text-align: center;
}
.essential-reading-posts-wrapper .essential-reading-title-wrapper .title {
  font-size: 34px;
  color: #333b40;
}
.essential-reading-posts-wrapper .essential-reading-title-wrapper .sub-title {
  font-size: 18px;
  color: #67717e;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.essential-reading-posts-wrapper .posts-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 1024px) {
  .essential-reading-posts-wrapper .posts-wrapper {
    justify-content: space-around;
  }
}
@media (max-width: 763px) {
  .essential-reading-posts-wrapper .posts-wrapper {
    justify-content: center;
  }
}
.essential-reading-posts-wrapper .posts-wrapper .slick-track {
  display: flex !important;
  justify-content: space-between;
  gap: 32px;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-slide {
  height: auto;
  display: inline-flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-grow: 1;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-slide div {
  display: inline-flex;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots {
  bottom: -52px;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots li {
  padding: 0 4px;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots li.slick-active button:hover {
  color: #b6bfcc !important;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots li.slick-active button .slick-dot-icon {
  color: #b6bfcc;
  opacity: unset;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots li.slick-active button .slick-dot-icon:before {
  color: #229dff !important;
  font-size: 60px !important;
  margin-top: 0px;
  margin-left: 0px;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots li button:hover {
  color: #b6bfcc;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots li button .slick-dot-icon {
  color: #b6bfcc;
  opacity: unset;
}
.essential-reading-posts-wrapper .posts-wrapper .slick-dots li button .slick-dot-icon:before {
  font-size: 60px !important;
  color: #b6bfcc;
}
@media (max-width: 1024px) {
  .essential-reading-posts-wrapper .posts-wrapper .slick-list {
    padding: 0 20% 0 !important;
  }
}
.essential-reading-posts-wrapper .posts-wrapper .post-card-section {
  height: auto;
  min-height: unset;
}
@media (max-width: 767px) {
  .essential-reading-posts-wrapper .posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .essential-reading-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(48% - 2px);
    margin: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .essential-reading-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
  }
}
.essential-reading-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main {
  padding-left: 62px;
  padding-right: 62px;
}
@media (max-width: 1024px) {
  .essential-reading-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 763px) {
  .essential-reading-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.essential-reading-posts-wrapper .posts-wrapper .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header .post-title {
  margin-top: 0;
  text-align: left;
  margin-bottom: 0;
}

.social-purpose-posts-container {
  width: 100%;
  padding: 96px 0;
  background-color: #2d555f;
}
.social-purpose-posts-container.patch {
  top: -20px;
  padding: 96px 0 66px;
}
@media (max-width: 823px) {
  .social-purpose-posts-container.patch {
    padding: 96px 0 76px;
  }
}
.social-purpose-posts-container .patch-div {
  background: #2d555f;
  width: 100%;
  height: 20px;
  position: relative;
  bottom: -86px;
}
@media (max-width: 823px) {
  .social-purpose-posts-container .patch-div {
    bottom: -96px;
  }
}
.social-purpose-posts-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.social-purpose-posts-wrapper .social-purpose-title-wrapper {
  text-align: center;
}
.social-purpose-posts-wrapper .social-purpose-title-wrapper .title {
  font-size: 34px;
  color: #ffffff;
}
.social-purpose-posts-wrapper .social-purpose-title-wrapper .sub-title {
  font-size: 18px;
  color: #ffffff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.social-purpose-posts-wrapper .posts-wrapper {
  width: 100%;
  margin-top: 48px;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: center;
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-around;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 0px);
  }
}
@media (max-width: 767px) {
  .social-purpose-posts-wrapper .posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .social-purpose-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(48% - 2px);
    margin: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .social-purpose-posts-wrapper .posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
  }
}
.social-purpose-posts-wrapper .read-more-wrapper {
  text-align: right;
  margin-top: 80px;
  justify-content: flex-end;
}
@media (max-width: 1299px) {
  .social-purpose-posts-wrapper .read-more-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 823px) {
  .social-purpose-posts-wrapper .read-more-wrapper {
    padding-right: 32px;
  }
}
.social-purpose-posts-wrapper .read-more-wrapper a {
  font-family: "golos-text-semibold", sans-serif;
  font-size: 16px;
  color: #2d9fff;
  position: relative;
  right: -10px;
  padding-right: 4px;
}
.social-purpose-posts-wrapper .read-more-wrapper a img {
  vertical-align: top;
}

.blog-category {
  width: 100%;
  padding: 96px 0 74px;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .blog-category {
    padding: 56px 0 28px;
  }
}
.blog-category-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .blog-category-container {
    width: calc(100% - 32px);
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .blog-category-container {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .blog-category-container {
    justify-content: space-between;
  }
}
.blog-category-container .category-title-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .blog-category-container .category-title-wrapper {
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .blog-category-container .category-title-wrapper {
    padding-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .blog-category-container .category-title-wrapper {
    padding-bottom: 46px;
  }
}
.blog-category-container .category-title-wrapper .title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.blog-category-container .category-title-wrapper .title-wrapper .title {
  font-size: 34px;
  color: #ffffff;
}
.blog-category-container .category-title-wrapper .title-wrapper .sub-title {
  font-size: 18px;
  color: #ffffff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.blog-category-container .category-details-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  row-gap: 26px;
}
@media (max-width: 767px) {
  .blog-category-container .category-details-wrapper {
    justify-content: flex-start;
    width: calc(100% - 32px);
    row-gap: 6px;
  }
}
@media (min-width: 768px) {
  .blog-category-container .category-details-wrapper {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .blog-category-container .category-details-wrapper {
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .blog-category-container .category-details-wrapper {
    width: calc(100% - 0px);
  }
}
.blog-category-container .category-details-wrapper-handler {
  display: flex;
  flex-direction: column;
  flex-basis: 33.333333%;
}
@media (max-width: 767px) {
  .blog-category-container .category-details-wrapper-handler {
    width: 50%;
    justify-content: space-between;
    margin: 10px 0px;
    height: 144px;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .blog-category-container .category-details-wrapper-handler {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 10px 0px;
    height: 196px;
  }
}
@media (min-width: 1024px) {
  .blog-category-container .category-details-wrapper-handler {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
    height: 196px;
  }
}
@media (max-width: 299px) {
  .blog-category-container .category-details-wrapper-handler {
    flex-basis: 100%;
  }
}
.blog-category-container .category-details-wrapper-handler {
  border-radius: 16px;
  overflow: hidden;
  perspective: 1px;
}
.blog-category-container .category-details-wrapper-handler .category-icon {
  text-align: center;
}
.blog-category-container .category-details-wrapper-handler .category-icon img {
  margin: 0 18px;
  width: 146px;
  height: 146px;
}
@media (max-width: 767px) {
  .blog-category-container .category-details-wrapper-handler .category-icon img {
    width: 100px;
    height: 100px;
  }
}
.blog-category-container .category-details-wrapper-handler .category-name {
  text-align: center;
  margin-bottom: 4px;
}
.blog-category-container .category-details-wrapper-handler .category-name a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #2875bc !important;
  text-decoration: underline;
  outline: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .blog-category-container .category-details-wrapper-handler .category-name a {
      letter-spacing: -0.99px;
    }
  }
}
.blog-category-container .category-details-wrapper-handler .category-name a:hover {
  text-decoration: none;
  color: #27619b !important;
  outline: none;
}
.blog-category-container .category-details-wrapper-handler .category-name a:active {
  text-decoration: none;
  color: #254d78 !important;
  background-color: transparent !important;
  outline: none;
}
.blog-category-container .category-details-wrapper-handler .category-name a:focus {
  border: none !important;
  outline: none;
}
.blog-category-container .category-details-wrapper-handler .category-name a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .blog-category-container .category-details-wrapper-handler .category-name a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}

.yoti-tab-module-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  .yoti-tab-module-container {
    padding: 50px 0px 32px 0px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container {
    padding: 56px 32px 26px 32px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container {
    padding: 96px 32px 66px 32px;
  }
}
.yoti-tab-module-container.center {
  justify-content: center;
}
.yoti-tab-module-container.space-around {
  justify-content: space-around;
}
.yoti-tab-module-container.space-between {
  justify-content: space-between;
}
.yoti-tab-module-container.left {
  justify-content: flex-start;
}
.yoti-tab-module-container.right {
  justify-content: flex-end;
}
.yoti-tab-module-container .container-title-section {
  padding: 0 15px;
}
.yoti-tab-module-container .container-title-section .center {
  text-align: center;
}
.yoti-tab-module-container .container-title-section .left {
  text-align: left;
}
.yoti-tab-module-container .container-title-section .right {
  text-align: right;
}
.yoti-tab-module-container .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.yoti-tab-module-container .content-wrapper.title-available {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper.title-available {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper.title-available {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper.title-available {
    margin-top: 22px;
  }
}
.yoti-tab-module-container .content-wrapper.center {
  justify-content: center;
}
.yoti-tab-module-container .content-wrapper.space-around {
  justify-content: space-around;
}
.yoti-tab-module-container .content-wrapper.space-between {
  justify-content: space-between;
}
.yoti-tab-module-container .content-wrapper.left {
  justify-content: flex-start;
}
.yoti-tab-module-container .content-wrapper.right {
  justify-content: flex-end;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1162px;
  width: 100%;
  height: 100%;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module.curved {
  border-radius: 20px;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module.squared {
  border-radius: 0;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tabs {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section.mob-display {
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section.mob-display {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section.mob-display {
    display: none;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section.desk-display {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section.desk-display {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section.desk-display {
    display: block;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 28px;
  padding-right: 28px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist {
    flex-wrap: wrap;
    padding-right: 0px;
    padding-left: 16px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tab-menu-slick-section:not(.slick-initialized) .tabs__nav-item-mob {
    display: none;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots {
  position: absolute;
  bottom: -37px;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  color: transparent;
  padding: 5px;
  margin-top: 0px;
  cursor: pointer;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li button:before {
  content: none;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li button .slick-dot-icon {
  opacity: unset !important;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: unset !important;
  color: #b6bfcc;
  font-size: 60px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li.slick-active button .slick-dot-icon {
  opacity: 1;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li.slick-active button .slick-dot-icon:before {
  opacity: 1;
  color: #229dff !important;
  margin-top: 0px;
  margin-left: 0px;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-list {
    padding: 0 23% 0 0 !important;
    width: 100%;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list {
  list-style: none !important;
  margin-left: 0 !important;
  border-radius: 20px;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list a:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper {
  display: flex;
  justify-content: center;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block {
    margin: 0 0px;
    border-radius: 18px;
    width: 110px !important;
    height: 110px !important;
    padding-top: 20px;
    padding-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block {
    margin: 0 21px;
    width: 130px !important;
    height: 130px !important;
    padding-top: 26px;
    padding-bottom: 14px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block {
    margin: 0 22px;
    width: 166px !important;
    height: 166px !important;
    padding-top: 32px;
    padding-bottom: 28px;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .icon {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .icon {
    height: 48px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .icon {
    height: 62px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .icon img {
  object-fit: cover;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .tag-name {
  font-size: 22px;
  color: #333b40;
  text-align: center;
  margin-bottom: 6px !important;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .tag-name {
    margin-top: 9px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .tag-name {
    margin-top: 9px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .tag-name {
    margin-top: 14px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list.is-active .tab_module_menu .icon_block_wrapper {
  display: flex;
  justify-content: center;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list.squared .icon_block {
  border-radius: 0px;
}
@media (min-width: 768px) and (max-width: 799px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist.adjust-padding-tab .tabs__nav-item .icon_block {
    margin: 0 5px;
  }
}
@media (min-width: 800px) and (max-width: 900px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist.adjust-padding-tab .tabs__nav-item .icon_block {
    margin: 0 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1100px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist.adjust-padding-tab .tabs__nav-item .icon_block {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper.tab-content-mob {
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper.tab-content-mob {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper.tab-content-mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper.tab-content {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper.tab-content {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper.tab-content {
    display: block;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper {
  padding: 28px 4px;
  margin: auto;
  box-shadow: 0px 10px 20px 0px rgba(103, 113, 126, 0.1);
  background-color: #ffffff;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper {
    border-radius: 18px;
    margin-top: 80px;
    padding: 28px 0px 42px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper {
    max-width: 1132px;
    margin-top: 24px;
    width: 100%;
    padding: 32px 0px 40px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper {
    padding: 52px 0px 46px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content {
    padding: 16px 24px 0px 24px;
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content {
    display: block;
    padding: 0px 32px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content {
    padding: 0px 42px 0 54px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block {
    width: 50%;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .title-section {
  max-width: 100%;
  padding-bottom: 4px;
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .title-section {
    max-width: 645px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .title-section {
    max-width: 560px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .description-section {
  max-width: 100%;
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .description-section {
    max-width: 645px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .description-section {
    max-width: 560px;
    padding-bottom: 14px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .key-feature-section {
  max-width: 100%;
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .key-feature-section {
    max-width: 645px;
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .key-feature-section {
    max-width: 560px;
    padding-bottom: 12px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .plan-section {
  display: flex;
  max-width: 100%;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .plan-section {
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .plan-section {
    max-width: 645px;
    padding-bottom: 7px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .plan-section {
    max-width: 560px;
    padding-bottom: 15px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .plan-section .plan-text {
  margin-right: 22px;
  margin-top: 22px;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .plan-section .plan-icon-block {
  padding-bottom: 7px;
  padding-top: 7px;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .cta-block {
  max-width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .cta-block {
    max-width: 645px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .cta-block {
    max-width: 560px;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
    display: none;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
  padding: 0 0px 0 0px;
  align-items: end;
  text-align: right;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block img {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block img {
    max-width: 228px;
    padding: 0 0px 0 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block img {
    max-width: 446px;
    padding: 0 0px 0 20px;
  }
}

.yoti-logo-lockup {
  width: 100%;
}
.yoti-logo-lockup-container {
  display: flex;
  flex-direction: column;
}
.yoti-logo-lockup-container.center {
  align-items: center;
}
.yoti-logo-lockup-container.left {
  align-items: flex-start;
}
.yoti-logo-lockup-container.right {
  align-items: flex-end;
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 56px;
  max-width: 1002px;
  width: 100%;
  box-shadow: 0px 4px 12px 2px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper {
    padding: 34px;
    flex-direction: column;
    max-width: 287px;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper.curved {
  border-radius: 32px;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper.curved {
    border-radius: 16px;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper.has-text {
  padding: 34px;
}
@media (min-width: 1024px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper.has-text {
    padding: 40px 56px;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block {
    flex-direction: column;
    justify-content: center;
    column-gap: unset;
  }
}
@media (min-width: 768px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block {
    column-gap: 7%;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block {
  max-width: 38%;
  line-height: 0;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block {
    text-align: center;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block img {
  object-fit: contain;
  max-width: 100%;
  width: 100%;
  margin: auto;
  display: block;
}
@media (min-width: 1024px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block img {
    width: 100%;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block img {
  min-height: 100%;
  min-width: 100%;
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block {
  text-align: left;
  width: 100%;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block {
    padding-top: 4px;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block * {
  color: #333b40;
  margin-bottom: 0;
  font-family: "golos-text-regular", sans-serif !important;
  line-height: 26px;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block * {
    font-size: 8.76px;
    line-height: 17.52px;
  }
}
@media (min-width: 768px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block * {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block * {
    font-size: 13px;
  }
}
@media (min-width: 850px) and (max-width: 950px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block * {
    font-size: 11px;
  }
}
@media (min-width: 951px) and (max-width: 1100px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block * {
    font-size: 12px;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .DID-image-block .content-block *:empty {
  display: none;
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block {
  min-width: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block {
    min-width: 100%;
    height: auto;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block .logo {
  text-align: center;
}
@media (min-width: 1024px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block {
    max-width: 490px;
    width: 100%;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block img {
  margin: auto;
  object-fit: contain;
  height: auto;
}
@media (min-width: 768px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block img {
    max-height: 68px;
  }
}
@media (min-width: 1024px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block img {
    width: 100%;
    max-height: 94px;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .logos-block img {
    max-height: 80px;
    width: 100%;
  }
}
.yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .divider:not(:last-child) {
  content: "";
  border-right: 2px solid #bfc2c4;
  width: 2px;
  height: 40px;
  margin: auto;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-container .yoti-logo-lockup-wrapper .image-block .divider:not(:last-child) {
    height: 18px;
    border-right: 1px solid #bfc2c4;
    width: 1px;
  }
}

.yoti-flipping-module-container h2 {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .yoti-flipping-module-container h2 {
    margin-bottom: 60px;
  }
}
.yoti-flipping-module-container .cards-container .cards-wrapper {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  grid-gap: 24px;
}
@media (min-width: 1024px) {
  .yoti-flipping-module-container .cards-container .cards-wrapper {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) and (max-width: 1175px) {
  .yoti-flipping-module-container .cards-container .cards-wrapper {
    justify-content: center;
  }
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card {
  margin: 0;
  width: 344px;
  padding: 40px;
  border-radius: 40px;
  perspective: 1000px;
  height: 100vh;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .upper-card {
  display: flex;
  justify-content: space-between;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .upper-card h3 {
  width: 175px;
  margin-bottom: 0;
  text-align: left;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .upper-card img {
  width: 70px;
  height: 70px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card {
  border-top: 1px solid rgba(51, 59, 64, 0.2);
  margin-top: 20px;
  padding-top: 24px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card h4 {
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  margin-bottom: 16px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper a {
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper a span {
  text-decoration: underline;
  text-underline-offset: 1.5px;
  padding: 6px 0px 11px;
  display: block;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper a img {
  width: 16px;
  height: 16px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper a.link1 {
  justify-content: flex-start;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper a.link2 {
  justify-content: flex-end;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper a:focus-visible {
  margin: 4px 0px 4px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .mid-card .links-wrapper a:focus-visible span {
  padding: 2px 0px 7px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-front .lower-card .yoti-primary-button a {
  cursor: pointer;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  padding: 10px 0px;
  outline: 0;
  border: none;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-back {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  grid-gap: 24px;
  background-color: #ffffff;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-back img {
  width: 195px;
  height: 195px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-back img:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  outline: 0;
  border-radius: 20px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-back .yoti-primary-button {
  width: 100%;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-back .yoti-primary-button a {
  cursor: pointer;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  padding: 10px 0px;
  outline: 0;
  border: none;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card .card-wrapper .flip-card-back.flip {
  display: flex;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.flip .card-wrapper {
  transform: rotateY(180deg);
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.mobile {
  width: 328px;
  height: auto;
  background-color: #ffffff;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.mobile .card-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 24px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.mobile .card-content .upper-card {
  display: flex;
  justify-content: space-between;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.mobile .card-content .upper-card h3 {
  width: 175px;
  text-align: left;
  margin-bottom: 0px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.mobile .card-content .upper-card img {
  width: 70px;
  height: 70px;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.mobile .card-content .lower-card .yoti-primary-button a {
  cursor: pointer;
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  padding: 10px 0px;
  outline: 0;
  border: none;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.flip .flip-card-front {
  display: none;
}
.yoti-flipping-module-container .cards-container .cards-wrapper .flip-card.flip .flip-card-back {
  display: flex;
}

.did-news-feed {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.did-news-feed__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  row-gap: 45px;
  position: relative;
  column-gap: clamp(24px, 5vw, 56px);
  margin-bottom: 6px;
  overflow: visible;
  list-style: none;
}
@media (max-width: 767px) {
  .did-news-feed__list {
    row-gap: 24px;
    flex-direction: column;
  }
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .did-news-feed__list {
    column-gap: clamp(24px, 3vw, 56px);
  }
}
.did-news-feed__list .news-card {
  margin-left: 0;
  list-style-type: inherit;
  list-style-position: inside;
  width: 339px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  display: none;
}
@media (max-width: 390px) {
  .did-news-feed__list .news-card {
    max-width: 339px;
    width: 100%;
  }
}
.did-news-feed__list .news-card.box-shadow {
  box-shadow: 0px 5px 20px 5px rgba(103, 113, 126, 0.1);
}
.did-news-feed__list .news-card.curved {
  border-radius: 8px;
}
.did-news-feed__list .news-card.squared {
  border-radius: 0px;
}
.did-news-feed__list .news-card.hidden {
  display: none !important;
}
.did-news-feed__list .news-card {
  outline: 4px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .did-news-feed__list .news-card:hover {
    outline: 4px solid #67717e;
  }
}
@media (hover: none) and (pointer: coarse) {
  .did-news-feed__list .news-card:hover {
    outline: 4px solid transparent !important;
  }
}
.did-news-feed__list .news-card a {
  height: 100%;
  display: inline-block;
  width: 100%;
}
.did-news-feed__list .news-card a:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .did-news-feed__list .news-card a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.did-news-feed__list .news-card__wrapper {
  padding: 32px 16px 35px;
}
.did-news-feed__list .news-card__wrapper .news-card__date {
  font-size: 15px;
  font-weight: bold;
  color: #67717e;
  margin-bottom: 8px;
}
.did-news-feed__list .news-card__wrapper .news-card__description {
  font-size: 20px;
  font-weight: normal;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
.did-news-feed__list .news-card__wrapper .news-card__description * {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 20px;
  color: #333b40;
  line-height: 32.6px;
}
.did-news-feed__list .news-card__wrapper .news-card__cta .cta-text {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  pointer-events: none;
  cursor: default;
  font-family: "golos-text-semibold", sans-serif !important;
}
.did-news-feed__list .news-card__wrapper .news-card__cta .cta-text .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.did-news-feed__list .news-card__wrapper .news-card__cta .cta-text .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #1d427b;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}
.did-news-feed__list .news-card__wrapper .news-card__cta .author {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-decoration-line: unset;
  color: #67717e;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "golos-text-regular", sans-serif !important;
}
.did-news-feed .exp_section-main {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 56px 0 10px;
}
@media (max-width: 767px) {
  .did-news-feed .exp_section-main {
    padding-top: 42px;
  }
}
@media (min-width: 1024px) {
  .did-news-feed .exp_section-main {
    padding-top: 66px;
  }
}
.did-news-feed .exp_section-main .exp_btn {
  all: unset;
  color: #1d427b !important;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  transition: background-color 0.3s ease;
  padding: 0 4px;
  cursor: pointer;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .did-news-feed .exp_section-main .exp_btn {
      letter-spacing: -0.99px;
    }
  }
}
.did-news-feed .exp_section-main .exp_btn:hover {
  text-decoration: none;
  outline: none;
}
.did-news-feed .exp_section-main .exp_btn:focus {
  border: none !important;
  outline: none;
}
.did-news-feed .exp_section-main .exp_btn:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .did-news-feed .exp_section-main .exp_btn:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.did-news-feed .exp_section-main .exp_btn .exp_icon {
  text-decoration: none;
  width: 20px;
  margin-left: 16px;
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
}

.did-news-feed-carousel {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.did-news-feed-carousel__list {
  max-width: 100%;
  overflow: visible;
}
.did-news-feed-carousel__list:not(.slick-initialized) .did-news-card {
  display: none;
}
.did-news-feed-carousel__list .did-news-card {
  width: 339px !important;
  overflow: visible;
  height: 100%;
}
@media (max-width: 767px) {
  .did-news-feed-carousel__list .did-news-card {
    width: 247px !important;
  }
}
.did-news-feed-carousel__list .did-news-card.box-shadow {
  box-shadow: 0px 5px 20px 5px rgba(103, 113, 126, 0.1);
}
.did-news-feed-carousel__list .did-news-card.curved {
  border-radius: 8px;
}
.did-news-feed-carousel__list .did-news-card.squared {
  border-radius: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .did-news-feed-carousel__list .did-news-card:hover {
    outline: 2px solid #67717e;
  }
}
@media (hover: none) and (pointer: coarse) {
  .did-news-feed-carousel__list .did-news-card:hover {
    outline: 2px solid transparent !important;
  }
}
.did-news-feed-carousel__list .did-news-card a {
  height: 100%;
}
.did-news-feed-carousel__list .did-news-card a:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .did-news-feed-carousel__list .did-news-card a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.did-news-feed-carousel__list .did-news-card__wrapper {
  height: 100%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid #67717e;
  overflow: hidden;
  perspective: 1px;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__image_wrapper .news-card__image {
  height: 136px;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__image_wrapper .news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper {
  padding: 23px 16px 32px;
}
@media (max-width: 767px) {
  .did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper {
    padding-top: 18px;
  }
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper .news-card__date {
  font-size: 15px;
  font-weight: bold;
  color: #67717e;
  margin-bottom: 8px;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper .news-card__description {
  font-size: 20px;
  font-weight: normal;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper .news-card__description * {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 20px;
  color: #333b40;
  line-height: 32.6px;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper .news-card__cta .cta-text {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  pointer-events: none;
  cursor: default;
  font-family: "golos-text-semibold", sans-serif !important;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper .news-card__cta .cta-text .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper .news-card__cta .cta-text .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #1d427b;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}
.did-news-feed-carousel__list .did-news-card__wrapper .news-card__content_wrapper .news-card__cta .author {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-decoration-line: unset;
  color: #67717e;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "golos-text-regular", sans-serif !important;
}
.did-news-feed-carousel__list .slick-list {
  width: 100%;
  display: flex;
  align-items: stretch;
}
.did-news-feed-carousel__list .slick-list .slick-track {
  width: 100%;
  display: flex !important;
  justify-content: center;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  column-gap: 55px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .did-news-feed-carousel__list .slick-list .slick-track {
    column-gap: 40px;
  }
}
.did-news-feed-carousel__list .slick-list .slick-track .slick-slide {
  margin: 0 0;
  align-items: stretch;
  height: auto !important;
  justify-content: flex-start;
  width: fit-content !important;
  display: flex !important;
  height: auto !important;
  margin-right: 0 !important;
}
.did-news-feed-carousel__list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 56px 0 0;
  padding: 0 0 10px;
  width: 100%;
  list-style: none;
  text-align: center;
  column-gap: 22px;
}
@media (max-width: 767px) {
  .did-news-feed-carousel__list .slick-dots {
    margin-top: 48px;
    column-gap: 16px;
  }
}
.did-news-feed-carousel__list .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 26px;
  width: 26px;
  cursor: pointer;
  list-style: none;
  margin-left: 0;
}
@media (max-width: 767px) {
  .did-news-feed-carousel__list .slick-dots li {
    height: 18px;
    width: 18px;
  }
}
.did-news-feed-carousel__list .slick-dots li button {
  display: block;
  height: 26px;
  width: 26px;
  color: transparent;
  padding: 5px;
  margin-top: 0px;
  border: 4px solid #1d427b;
  outline: 0;
  line-height: 0;
  border-radius: 50%;
  background-color: #f9f9fa;
  cursor: pointer;
}
@media (max-width: 767px) {
  .did-news-feed-carousel__list .slick-dots li button {
    border: 2.5px solid #1d427b;
    height: 18px;
    width: 18px;
  }
}
.did-news-feed-carousel__list .slick-dots li button:before {
  content: none;
}
.did-news-feed-carousel__list .slick-dots li button:focus {
  border: 4px solid #1d427b !important;
}
@media (max-width: 767px) {
  .did-news-feed-carousel__list .slick-dots li button:focus {
    border: 2.5px solid #1d427b !important;
  }
}
.did-news-feed-carousel__list .slick-dots li button .slick-dot-icon {
  opacity: unset !important;
}
.did-news-feed-carousel__list .slick-dots li button .slick-dot-icon:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  font-family: unset !important;
  color: #ffffff;
  font-size: 80px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  background: 0;
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 1px;
}
.did-news-feed-carousel__list .slick-dots li.slick-active button {
  opacity: 1;
  color: #1d427b !important;
  margin-top: 0px;
  margin-left: 0px;
  border: 4px solid #1d427b !important;
  background-color: #1d427b !important;
}
.did-news-feed-carousel__list .slick-dots li.slick-active button .slick-dot-icon {
  opacity: 1;
}
.did-news-feed-carousel__list .slick-dots li.slick-active button .slick-dot-icon:before {
  opacity: 1;
  color: #1d427b !important;
  margin-top: 10px;
  margin-right: 3px;
}

.didc-news-list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  position: relative;
}
.didc-news-list-container .didc-news__list {
  max-width: 100%;
  list-style: none;
}
.didc-news-list-container .didc-news__list:not(.slick-initialized) .did-news-card {
  display: none;
}
.didc-news-list-container .didc-news__list_item {
  width: 100%;
  overflow: visible;
  margin-left: 0;
  list-style-type: inherit;
  list-style-position: inside;
  position: relative;
}
.didc-news-list-container .didc-news__list_item.hidden {
  display: none;
}
.didc-news-list-container .didc-news__list_item:not(.hidden):has(~ :not(.hidden))::after {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b5bdc8;
  display: block;
  margin: 45px 0;
}
.didc-news-list-container .didc-news__list_item a {
  height: 100%;
}
.didc-news-list-container .didc-news__list_item a:focus-visible {
  display: block;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .didc-news-list-container .didc-news__list_item a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  gap: 58px;
}
@media (max-width: 767px) {
  .didc-news-list-container .didc-news__list_item .didc-news__wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .didc-news-list-container .didc-news__list_item .didc-news__wrapper {
    gap: 20px;
  }
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__heading_wrapper {
  max-width: 850px;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__heading_wrapper .didc-news__date {
  font-size: 15px;
  font-weight: bold;
  color: #67717e;
  margin-bottom: 8px;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__heading_wrapper .didc-news__description {
  font-size: 20px;
  font-weight: normal;
  color: #333b40;
  font-family: "golos-text-semibold", sans-serif !important;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__heading_wrapper .didc-news__description * {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 20px;
  color: #333b40;
  line-height: 32.6px;
  margin-bottom: 0;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__cta_wrapper .didc-news__cta {
  width: 130px;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__cta_wrapper .didc-news__cta .cta-text {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  pointer-events: none;
  cursor: default;
  font-family: "golos-text-semibold", sans-serif !important;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__cta_wrapper .didc-news__cta .cta-text .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__cta_wrapper .didc-news__cta .cta-text .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #1d427b;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}
.didc-news-list-container .didc-news__list_item .didc-news__wrapper .didc-news__cta_wrapper .didc-news__cta .author {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  text-decoration-line: unset;
  color: #67717e;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  font-family: "golos-text-regular", sans-serif !important;
}
.didc-news-list-container .exp_section-main {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  padding: 64px 0 10px;
  display: none;
}
@media (max-width: 767px) {
  .didc-news-list-container .exp_section-main {
    padding-top: 48px;
  }
}
@media (min-width: 1024px) {
  .didc-news-list-container .exp_section-main {
    padding-top: 64px;
  }
}
.didc-news-list-container .exp_section-main .expand_btn {
  all: unset;
  color: #1d427b !important;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .didc-news-list-container .exp_section-main .expand_btn {
      letter-spacing: -0.99px;
    }
  }
}
.didc-news-list-container .exp_section-main .expand_btn:hover {
  text-decoration: none;
  outline: none;
}
.didc-news-list-container .exp_section-main .expand_btn:focus {
  border: none !important;
  outline: none;
}
.didc-news-list-container .exp_section-main .expand_btn:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .didc-news-list-container .exp_section-main .expand_btn:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.didc-news-list-container .exp_section-main .expand_btn .exp_icon {
  text-decoration: none;
  width: 20px;
  margin-left: 16px;
  font-size: 12px;
  display: inline-block;
  line-height: 16px;
}

.yoti-tofu-container.small {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
.yoti-tofu-container.small.space_around {
  justify-content: space-around;
}
.yoti-tofu-container.small.space_between {
  justify-content: space-between;
}
.yoti-tofu-container.small.center {
  justify-content: center;
}
.yoti-tofu-container.small.left {
  justify-content: flex-start;
}
.yoti-tofu-container.small.right {
  justify-content: flex-end;
}
.yoti-tofu-container.small .container-title-section .title.center {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-tofu-container.small .container-title-section .title.left {
  text-align: left;
}
.yoti-tofu-container.small .container-title-section .title.right {
  text-align: right;
}
.yoti-tofu-container.small .container-title-section .sub-title.center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-tofu-container.small .container-title-section .sub-title.left {
  text-align: left;
}
.yoti-tofu-container.small .container-title-section .sub-title.right {
  text-align: right;
}
.yoti-tofu-container.small .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.yoti-tofu-container.small .content-wrapper.title-available {
  margin-top: 30px;
}
.yoti-tofu-container.small .content-wrapper.center {
  justify-content: center;
}
.yoti-tofu-container.small .content-wrapper.space-around {
  justify-content: space-around;
}
.yoti-tofu-container.small .content-wrapper.space-between {
  justify-content: space-between;
}
.yoti-tofu-container.small .content-wrapper.left {
  justify-content: flex-start;
}
.yoti-tofu-container.small .content-wrapper.right {
  justify-content: flex-end;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu {
  margin-left: 0;
  list-style-type: inherit;
  list-style-position: inside;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small {
  margin: 9px 8px;
  padding: 24px;
  width: 268px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small.box-shadow {
  box-shadow: 0px 5px 20px 5px rgba(103, 113, 126, 0.1);
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small.curved {
  border-radius: 20px;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small.squared {
  border-radius: 0px;
}
@media (max-width: 767px) {
  .yoti-tofu-container.small .content-wrapper .yoti-tofu.small {
    max-width: 268px;
    width: 100%;
  }
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .icon-section {
  margin-bottom: 16px;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .icon-section.left {
  text-align: left;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .icon-section.center {
  text-align: center;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .icon-section.right {
  text-align: right;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .icon-section img {
  height: 50px;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .header-section {
  margin-bottom: 8px;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .header-section .title {
  width: 100%;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .header-section .title.left {
  text-align: left;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .header-section .title.center {
  text-align: center;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .header-section .title.right {
  text-align: right;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .content-section {
  margin-bottom: 8px;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .content-section .description {
  width: 100%;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .content-section .description.left {
  text-align: left;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .content-section .description.center {
  text-align: center;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .content-section .description.right {
  text-align: right;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .tofu-header-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  min-height: 40px;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .tofu-header-wrapper .icon-section {
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 16px;
  text-align: left;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .tofu-header-wrapper .header-section {
  margin-bottom: 0;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-header-section .tofu-header-wrapper .header-section * {
  margin-bottom: 0;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section span {
  color: unset;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section {
  display: flex;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.left {
  justify-content: flex-start;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.center {
  justify-content: center;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.right {
  justify-content: flex-end;
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.yoti-default-button .cta {
  min-width: 140px;
}
@media (max-width: 767px) {
  .yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.yoti-default-button .cta {
    width: fit-content;
  }
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.yoti-secondary-button .cta {
  min-width: 140px;
}
@media (max-width: 767px) {
  .yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.yoti-secondary-button .cta {
    width: fit-content;
  }
}
.yoti-tofu-container.small .content-wrapper .yoti-tofu.small .tofu-footer-section .cta-section.yoti-default-link .cta {
  padding: 16px 0;
}
.yoti-tofu-container.pma--solution-modal .content-wrapper {
  column-gap: 40px;
}
@media (min-width: 1230px) {
  .yoti-tofu-container.pma--solution-modal .content-wrapper {
    column-gap: 73px;
  }
}
.yoti-tofu-container.pma--solution-modal .content-wrapper {
  row-gap: 56px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .yoti-tofu-container.pma--solution-modal .content-wrapper {
    flex-direction: row;
  }
}
.yoti-tofu-container.pma--solution-modal .content-wrapper .yoti-tofu.small {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .yoti-tofu-container.pma--solution-modal .content-wrapper .yoti-tofu.small {
    max-width: 500px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .yoti-tofu-container.pma--solution-modal .content-wrapper .yoti-tofu.small {
    width: 500px;
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.pma--solution-modal .content-wrapper .yoti-tofu.small {
    width: 327px !important;
    max-width: 100%;
  }
}
.yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper {
  display: grid;
}
@media (min-width: 1111px) {
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper .yoti-tofu:not(:nth-of-type(4n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px dashed #8999a0;
  }
}
@media (min-width: 768px) and (max-width: 1110px) {
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 56px;
  }
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper .yoti-tofu:not(:nth-of-type(2n))::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px dashed #8999a0;
    padding: 0 40px !important;
  }
}
@media (max-width: 767px) {
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper .yoti-tofu:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    border-bottom: 1px dashed #8999a0;
  }
}
.yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper .yoti-tofu {
  position: relative;
  padding: 0 20px !important;
  margin: 0 !important;
  background-color: #ffffff;
  overflow: visible !important;
  width: 100% !important;
  max-width: 324px;
}
@media (min-width: 768px) and (max-width: 1110px) {
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper .yoti-tofu {
    padding: 0 40px !important;
    max-width: 354px;
  }
}
@media (max-width: 767px) {
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper .yoti-tofu {
    width: 100% !important;
    max-width: 400px !important;
    padding: 0 0 40px !important;
  }
  .yoti-tofu-container.pma--solution-modal-with-separator .content-wrapper .yoti-tofu:last-child {
    padding-bottom: 0 !important;
  }
}

.yoti-tofu-container.large {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-tofu-container.large {
    padding: 56px 24px;
  }
}
@media (min-width: 768px) {
  .yoti-tofu-container.large {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-tofu-container.large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-tofu-container.large.space_around {
  justify-content: space-around;
}
.yoti-tofu-container.large.space_between {
  justify-content: space-between;
}
.yoti-tofu-container.large.center {
  justify-content: center;
}
.yoti-tofu-container.large.left {
  justify-content: flex-start;
}
.yoti-tofu-container.large.right {
  justify-content: flex-end;
}
.yoti-tofu-container.large .container-title-section .title.center {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-tofu-container.large .container-title-section .title.left {
  text-align: left;
}
.yoti-tofu-container.large .container-title-section .title.right {
  text-align: right;
}
.yoti-tofu-container.large .container-title-section .sub-title.center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-tofu-container.large .container-title-section .sub-title.left {
  text-align: left;
}
.yoti-tofu-container.large .container-title-section .sub-title.right {
  text-align: right;
}
.yoti-tofu-container.large .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-tofu-container.large .content-wrapper {
    flex-direction: column;
  }
}
.yoti-tofu-container.large .content-wrapper.title-available {
  margin-top: 30px;
}
.yoti-tofu-container.large .content-wrapper.center {
  justify-content: center;
}
.yoti-tofu-container.large .content-wrapper.space-around {
  justify-content: space-around;
}
.yoti-tofu-container.large .content-wrapper.space-between {
  justify-content: space-between;
}
.yoti-tofu-container.large .content-wrapper.left {
  justify-content: flex-start;
}
.yoti-tofu-container.large .content-wrapper.right {
  justify-content: flex-end;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu {
  margin-left: 0;
  list-style-type: inherit;
  list-style-position: inside;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large {
  margin: 12px 12px;
  padding: 24px;
  width: 358px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large {
    max-width: 358px;
    width: 100%;
    margin: 12px 0;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large.box-shadow {
  box-shadow: 0px 12px 20px 0px rgba(103, 113, 126, 0.1);
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large.curved {
  border-radius: 20px;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large.squared {
  border-radius: 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .icon-section {
  margin-bottom: 16px;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .icon-section.left {
  text-align: left;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .icon-section.center {
  text-align: center;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .icon-section.right {
  text-align: right;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .icon-section img {
  height: 90px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .icon-section {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .header-section {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .header-section {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .header-section {
    margin-top: 0;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .header-section .title {
  width: 100%;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .header-section .title.left {
  text-align: left;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .header-section .title.center {
  text-align: center;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .header-section .title.right {
  text-align: right;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .content-section {
  margin-bottom: 8px;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .content-section .description {
  width: 100%;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .content-section .description.left {
  text-align: left;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .content-section .description.center {
  text-align: center;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .content-section .description.right {
  text-align: right;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-header-section .content-section .description p {
  font-family: "golos-text-regular", sans-serif !important;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section {
    width: 100%;
    margin-left: 0;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section span {
  color: unset;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section {
  display: flex;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.left {
  justify-content: flex-start;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.center {
  justify-content: center;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.right {
  justify-content: flex-end;
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.yoti-default-button .cta {
  min-width: 140px;
}
@media (max-width: 767px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.yoti-default-button .cta {
    min-width: 100%;
    width: 100%;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.yoti-secondary-button .cta {
  min-width: 140px;
}
@media (max-width: 767px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.yoti-secondary-button .cta {
    min-width: 100%;
    width: 100%;
  }
}
.yoti-tofu-container.large .content-wrapper .yoti-tofu.large .tofu-footer-section .cta-section.yoti-default-link .cta {
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large.d-horizontal-lg {
    width: 520px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large.d-horizontal-lg .tofu-header-section {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large.d-horizontal-lg .tofu-header-section .header-section {
    margin-top: 16px;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large.d-horizontal-lg.icons-available .icon-section {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large.d-horizontal-lg.icons-available .tofu-footer-section {
    width: 100%;
    margin-left: 106px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-tofu-container.large .content-wrapper .yoti-tofu.large.icons-available .tofu-footer-section {
    width: 100%;
    margin-left: 106px;
  }
}

.yoti-solutions-modal-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  align-items: center;
}
.yoti-solutions-modal-container.space_around {
  justify-content: space-around;
}
.yoti-solutions-modal-container.space_between {
  justify-content: space-between;
}
.yoti-solutions-modal-container.center {
  justify-content: center;
}
.yoti-solutions-modal-container.left {
  justify-content: flex-start;
}
.yoti-solutions-modal-container.right {
  justify-content: flex-end;
}
.yoti-solutions-modal-container .container-title-section .title.center {
  text-align: center;
  max-width: 672px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-solutions-modal-container .container-title-section .title.left {
  text-align: left;
}
.yoti-solutions-modal-container .container-title-section .title.right {
  text-align: right;
}
.yoti-solutions-modal-container .container-title-section .sub-title.center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-solutions-modal-container .container-title-section .sub-title.left {
  text-align: left;
}
.yoti-solutions-modal-container .container-title-section .sub-title.right {
  text-align: right;
}
.yoti-solutions-modal-container .content-wrapper {
  max-width: 1280px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  row-gap: 32px;
  column-gap: 24px;
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container .content-wrapper {
    justify-content: flex-start;
    max-width: 784px;
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper {
    justify-content: flex-start;
    max-width: 1228px;
  }
}
@media (min-width: 768px) and (max-width: 790px) {
  .yoti-solutions-modal-container .content-wrapper {
    column-gap: 32px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .yoti-solutions-modal-container .content-wrapper {
    column-gap: 24px !important;
  }
}
.yoti-solutions-modal-container .content-wrapper.title-available {
  margin-top: 30px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal {
  margin-left: 0;
  list-style-type: inherit;
  list-style-position: inside;
  padding: 32px;
  overflow: hidden;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.box-shadow {
  box-shadow: 0px 5px 20px 5px rgba(103, 113, 126, 0.1);
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.curved {
  border-radius: 25px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.squared {
  border-radius: 0px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.column-reverse {
  flex-direction: column-reverse;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.column-reverse .modal-content-wrapper {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal {
    width: calc(100% - 0px);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal {
    justify-content: space-between;
    width: calc(48% - 2px);
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal {
    justify-content: space-between;
    width: calc(31% - 0px);
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .header-section {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  min-height: 40px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .header-section .title {
  width: 100%;
  margin-bottom: 0;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .header-section .title.left {
  text-align: left;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .header-section .title.center {
  text-align: center;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .header-section .title.right {
  text-align: right;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .header-section .icon-section {
  vertical-align: middle;
  margin-right: 16px;
  text-align: left;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .content-section {
  margin-bottom: 8px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .content-section .description {
  width: 100%;
  margin-bottom: 16px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .content-section .description.left {
  text-align: left;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .content-section .description.center {
  text-align: center;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-header-section .content-section .description.right {
  text-align: right;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section span {
  color: unset;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.left {
  text-align: left;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.center {
  text-align: center;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.right {
  text-align: right;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.yoti-default-button {
  padding-top: 8px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.yoti-secondary-button {
  padding-top: 8px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.cta-mob {
  display: none;
}
@media (max-width: 767px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.cta-mob {
    display: block;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.cta-tab {
  display: none;
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.cta-tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.cta-tab {
    display: none;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.cta-desk {
  display: none;
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section.cta-desk {
    display: block;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section .cta-icon {
  display: flex;
  height: 28px;
  width: 28px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section .cta-text a {
  font-size: 18px;
  color: #27619b !important;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section .cta-text a:hover {
  color: #27619b !important;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section .cta-text .anchor {
  text-decoration: unset;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal .modal-content-wrapper .modal-footer-section .cta-section .cta-text .arrow {
  display: none;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image {
  padding: 0;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-content-wrapper {
  padding: 24px 32px 32px;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper {
  padding: 0;
  margin: 0;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section {
  height: auto;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk {
  display: none;
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk {
    display: block;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk-tab {
  display: none;
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk-tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk-tab {
    display: block;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk-tab-mob {
  display: block;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk-mob {
  display: none;
}
@media (max-width: 767px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk-mob {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.desk-mob {
    display: block;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.tab {
  display: none;
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.tab {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.tab {
    display: none;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.tab-mob {
  display: none;
}
@media (max-width: 767px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.tab-mob {
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.tab-mob {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.tab-mob {
    display: none;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.mob {
  display: none;
}
@media (max-width: 767px) {
  .yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section.mob {
    display: block;
  }
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.yoti-solutions-modal-container .content-wrapper .yoti-solutions-modal.hidden {
  display: none;
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container.col-2 .yoti-solutions-modal {
    width: calc(100% - 0px);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .yoti-solutions-modal-container.col-2 .yoti-solutions-modal {
    justify-content: space-between;
    width: calc(48% - 0px);
  }
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container .exp_section-main {
    display: none;
  }
}

.yoti-split-modal-container.space_around {
  justify-content: space-around;
}
.yoti-split-modal-container.space_between {
  justify-content: space-between;
}
.yoti-split-modal-container.center {
  justify-content: center;
}
.yoti-split-modal-container.left {
  justify-content: flex-start;
}
.yoti-split-modal-container.right {
  justify-content: flex-end;
}
.yoti-split-modal-container .container-title-section .title.center {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-split-modal-container .container-title-section .title.left {
  text-align: left;
}
.yoti-split-modal-container .container-title-section .title.right {
  text-align: right;
}
.yoti-split-modal-container .container-title-section .sub-title.center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-split-modal-container .container-title-section .sub-title.left {
  text-align: left;
}
.yoti-split-modal-container .container-title-section .sub-title.right {
  text-align: right;
}
.yoti-split-modal-container .container-title-section.title-available {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .yoti-split-modal-container .container-title-section.title-available {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .yoti-split-modal-container .container-title-section.title-available {
    padding-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .yoti-split-modal-container .container-title-section.title-available {
    padding-bottom: 60px;
  }
}
.yoti-split-modal-container .modal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  row-gap: 40px;
  column-gap: 24px;
  justify-content: center;
}
@media (max-width: 767px) {
  .yoti-split-modal-container .modal-list {
    flex-direction: column;
  }
}
.yoti-split-modal-container .modal-list.title-available {
  margin-top: 30px;
}
.yoti-split-modal-container .modal-list.center {
  justify-content: center;
}
.yoti-split-modal-container .modal-list.space-around {
  justify-content: space-around;
}
.yoti-split-modal-container .modal-list.space-between {
  justify-content: space-between;
}
.yoti-split-modal-container .modal-list.left {
  justify-content: flex-start;
}
.yoti-split-modal-container .modal-list.right {
  justify-content: flex-end;
}
.yoti-split-modal-container .modal-list .modal-list-item {
  margin-left: unset;
  list-style-type: inherit !important;
  list-style-position: inside !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-split-modal-container .modal-list .modal-list-item {
    flex-direction: column;
    justify-content: flex-start;
    column-gap: 18px;
  }
}
@media (max-width: 767px) {
  .yoti-split-modal-container .modal-list .modal-list-item {
    margin: auto;
  }
}
.yoti-split-modal-container .modal-list .modal-list-item.box-shadow {
  box-shadow: 0px 12px 20px 0px rgba(103, 113, 126, 0.1);
}
.yoti-split-modal-container .modal-list .modal-list-item.curved {
  border-radius: 24px;
}
.yoti-split-modal-container .modal-list .modal-list-item.squared {
  border-radius: 0px;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content {
  display: flex;
  flex-direction: column;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-image {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-image img {
  display: block;
  width: 100%;
  height: auto;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-content {
  padding: 24px;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-content .header.well {
  display: flex;
  min-height: 36px;
  width: fit-content;
  padding: 9.048px 15.833px;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin-bottom: 32px;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-content .header.well * {
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-content .fs-22-mob {
    font-size: 22px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-content .fs-22-tab {
    font-size: 22px !important;
  }
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-content .yoti-default-button span {
  color: unset;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content .item-content .yoti-secondary-button span {
  color: unset;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.right {
  flex-direction: column-reverse;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.right.without-bg-color .item-content {
  padding: 32px;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.right.without-bg-color .item-image {
  padding-top: 0;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.w-full-content .item-content {
  width: 100% !important;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.w-full-image .item-image {
  width: 100% !important;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.without-bg-color .item-image {
  padding: 24px;
}
@media (min-width: 1024px) {
  .yoti-split-modal-container .modal-list .modal-list-item .modal-content.without-bg-color .item-image {
    padding: 40px;
  }
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.without-bg-color .item-image .image {
  margin: auto;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.without-bg-color .item-image.align-top .image {
  align-content: top;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.without-bg-color .item-image.align-center .image {
  align-content: center;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.without-bg-color .item-image.align-bottom {
  padding-bottom: 0 !important;
}
.yoti-split-modal-container .modal-list .modal-list-item .modal-content.without-bg-color .item-image.align-bottom .image {
  align-content: end;
}
@media (min-width: 1024px) {
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg {
    row-gap: 40px;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content {
    flex-direction: row;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content.right {
    flex-direction: row-reverse;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content .item-image {
    width: 50%;
    padding: 0;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content .item-image .image {
    height: 100%;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content .item-image .image img {
    height: 100%;
    object-fit: cover;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content .item-content {
    width: 50%;
    padding: 40px;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content.without-bg-color .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.d-horizontal-lg .modal-content.without-bg-color .item-image .image img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg {
    row-gap: 32px;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content {
    flex-direction: row;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content.right {
    flex-direction: row-reverse;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content .item-image {
    width: 50%;
    padding: 0;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content .item-image .image {
    height: 100%;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content .item-image .image img {
    height: 100%;
    object-fit: cover;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content .item-content {
    width: 50%;
    padding: 32px;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content.without-bg-color .item-image {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .yoti-split-modal-container .modal-list .modal-list-item.t-horizontal-lg .modal-content.without-bg-color .item-image .image img {
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
  }
}
.yoti-split-modal-container .modal-list .modal-list-item.d-vertical-lg .modal-content {
  justify-content: flex-start;
  height: 100%;
}
.yoti-split-modal-container.split-modal--content-with-list .modal-list {
  display: flex;
  gap: 48px;
}
@media (max-width: 767px) {
  .yoti-split-modal-container.split-modal--content-with-list .modal-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.yoti-split-modal-container.split-modal--content-with-list .modal-list-item {
  padding: 40px;
}
@media (min-width: 1024px) {
  .yoti-split-modal-container.split-modal--content-with-list .modal-list-item {
    padding: 56px;
  }
}
.yoti-split-modal-container.split-modal--content-with-list .modal-list-item .without-bg-color .item-image {
  padding: 0px !important;
}
.yoti-split-modal-container.split-modal--content-with-list .modal-list-item .without-bg-color .item-content {
  padding: 40px 0 0;
}
.yoti-split-modal-container.split-modal--content-with-list .modal-list-item .without-bg-color .item-content h3 {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .yoti-split-modal-container.split-modal--content-with-list .modal-list-item .without-bg-color .item-content h3 {
    margin-bottom: 56px;
  }
}
.yoti-split-modal-container.split-modal--content-with-list .modal-list-item.curved {
  border-radius: 30px;
}

.yoti-video-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.yoti-video-modal-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 1072px;
}
@media (max-width: 1279px) {
  .yoti-video-modal-wrapper {
    width: calc(100% - 48px);
  }
}
.yoti-video-modal-wrapper.curved {
  border-radius: 40px;
}
@media (max-width: 767px) {
  .yoti-video-modal-wrapper.curved {
    border-radius: 30px;
  }
}
.yoti-video-modal-wrapper.squared {
  border-radius: 0;
}
.yoti-video-modal-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 768px) {
  .yoti-video-modal-wrapper {
    flex-direction: row;
  }
}
.yoti-video-modal-wrapper-main {
  display: flex;
  flex-direction: column;
  padding: 24px;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .yoti-video-modal-wrapper-main {
    padding: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper-main {
    flex-direction: row;
    padding: 56px;
    column-gap: 52px;
    row-gap: 0;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper-main.right {
    flex-direction: row-reverse;
  }
}
.yoti-video-modal-wrapper-main .video-wrapper .video-js {
  background-color: transparent;
  padding-top: 0px;
  width: 410px !important;
  height: auto !important;
}
.yoti-video-modal-wrapper-main .video-wrapper .video-js [id^=yoti-video_] {
  border-radius: 20px;
  overflow: hidden;
  padding-top: 0px;
}
.yoti-video-modal-wrapper-main .video-wrapper .video-js.vjs-fluid {
  height: auto !important;
}
.yoti-video-modal-wrapper-main .video-wrapper .vjs-tech {
  position: relative;
  object-fit: contain;
}
.yoti-video-modal-wrapper-main .video-wrapper .vjs-poster img {
  border-radius: 20px;
  width: 100%;
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js {
  background-color: transparent !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js {
    display: flex;
    max-width: unset;
    align-items: flex-end;
  }
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
  position: relative;
  visibility: visible;
  opacity: 1 !important;
  background-color: transparent !important;
  transition: visibility unset, opacity unset !important;
  height: auto !important;
  padding: 0;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
    margin: 16px 0 0 16px;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
    margin-top: 16px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
    position: absolute;
    justify-content: flex-end;
    bottom: 10px;
    right: 10px;
    margin: 0 0 -10px 52px;
  }
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar > *:not(.vjs-play-control) {
  display: none !important;
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-icon-placeholder {
  display: none;
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-play-control {
  all: unset;
  cursor: pointer;
  color: #ffffff;
  display: block;
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-play-control[class*=icon-]:before {
  border-radius: 100%;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-play-control {
    order: 10;
    margin-left: auto;
  }
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-theme-fantasy .vjs-big-play-button {
  color: #ffffff;
  font-size: 70px;
  outline: 3px solid #ffffff;
  border-radius: 100%;
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-theme-fantasy .vjs-play-control {
  position: relative;
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-play-control {
  cursor: pointer;
  color: #ffffff;
  display: block;
}
.yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-play-control[class*=icon-]:before {
  border-radius: 100%;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  display: none;
}
.yoti-video-modal-wrapper-main .image-wrapper {
  border-radius: 35px;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper-main .image-wrapper {
    flex-basis: 43%;
  }
}
.yoti-video-modal-wrapper-main .image-wrapper .image-block {
  overflow: hidden;
  display: inline-block;
  border-radius: 35px;
}
.yoti-video-modal-wrapper-main .image-wrapper .image-block img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.yoti-video-modal-wrapper-main .image-wrapper .image-block img.hide-tab {
  display: block;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-video-modal-wrapper-main .image-wrapper .image-block img.hide-tab {
    display: none;
  }
}
.yoti-video-modal-wrapper-main .image-wrapper .image-block img.show-tab {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-video-modal-wrapper-main .image-wrapper .image-block img.show-tab {
    display: block;
  }
}
.yoti-video-modal-wrapper-main .content-wrapper {
  width: 100%;
}
.yoti-video-modal-wrapper-main .content-wrapper .title {
  margin-bottom: 16px;
  font-size: 28px !important;
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper-main .content-wrapper .title {
    font-size: 34px !important;
  }
}
.yoti-video-modal-wrapper-main .content-wrapper p {
  margin-bottom: 16px;
}
.yoti-video-modal-wrapper-main .content-wrapper .cta-block {
  padding: 16px 0;
}
.yoti-video-modal-wrapper-main .content-wrapper .cta-block.yoti-secondary-button .cta {
  border-color: #abd9ff;
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper-main.has-img .content-wrapper {
    flex-basis: 57%;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper .content-middle {
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper .content-top {
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal-wrapper .content-bottom {
    align-items: flex-end;
  }
}
.yoti-video-modal--only-video {
  padding: 0;
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper {
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper {
    width: 100%;
  }
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main {
  padding: 0;
  column-gap: 32px;
  row-gap: 0;
}
@media (min-width: 700px) and (max-width: 1023px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper-main {
    margin-right: 32px;
  }
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper .video-js {
  width: 353px !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper .video-js {
    display: block;
    max-width: 353px !important;
    width: 100% !important;
  }
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper .video-js .vjs-tech {
  position: relative;
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js [id^=yoti-video_] {
  border-radius: unset;
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js {
  background-color: transparent !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js {
    display: block;
  }
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
  position: relative;
  visibility: visible;
  opacity: 1 !important;
  background-color: transparent !important;
  height: auto !important;
  transition: visibility unset, opacity unset !important;
  padding: 0;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
    margin: 16px 0 0 16px;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
    margin-top: 16px;
  }
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-icon-placeholder {
  display: none;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar {
    position: relative;
    justify-content: flex-start;
    bottom: 0;
    right: 0;
    margin: 16px 0 0 0;
  }
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-play-control {
  all: unset;
  cursor: pointer;
  color: #ffffff;
  display: block;
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-play-control[class*=icon-]:before {
  border-radius: 100%;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-default .video-js .vjs-control-bar .vjs-play-control {
    order: unset;
    margin-left: 0;
  }
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-theme-fantasy .vjs-big-play-button {
  color: #ffffff;
  font-size: 70px;
  outline: 3px solid #ffffff;
  border-radius: 100%;
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-theme-fantasy .vjs-play-control {
  position: relative;
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-play-control {
  cursor: pointer;
  color: #ffffff;
  display: block;
}
.yoti-video-modal--only-video .yoti-video-modal-wrapper-main .video-wrapper.theme-fantasy .vjs-play-control[class*=icon-]:before {
  border-radius: 100%;
  font-size: 30px;
  color: #ffffff;
  background-color: transparent;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  display: none;
}
.yoti-video-modal--only-video.border-curved [id^=yoti-video_] {
  border-radius: 20px !important;
}
.yoti-video-modal.p-24 .yoti-video-modal-wrapper-main {
  padding: 24px !important;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .yoti-video-modal.flex-row--tablet .yoti-video-modal-wrapper-main {
    flex-direction: row;
    column-gap: 36px;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .yoti-video-modal.flex-row--tablet .yoti-video-modal-wrapper-main .video-wrapper .video-js {
    width: auto !important;
  }
}
@media (pointer: coarse) {
  .yoti-video-modal .vjs-play-control:focus-visible {
    box-shadow: var(--focus-ring-first-color) 0px 0px 0px 0px, var(--focus-ring-second-color) 0px 0px 0px 0px !important;
  }
}

.yoti-list-item {
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-left: 0 !important;
  list-style-type: inherit;
  list-style-position: inside;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  text-indent: unset !important;
  padding-left: unset !important;
}
.yoti-list-item-icon .icon-section .icon-img {
  width: 1em;
  max-width: 100% !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  display: block;
  font-size: inherit;
  margin: 0 auto;
}
.yoti-list-item-content .header-section .title {
  width: 100%;
  font-family: "golos-text-semibold", sans-serif !important;
  margin-bottom: unset;
}
.yoti-list-item-content .description {
  width: 100%;
}
.yoti-list-item-content .cta-section {
  display: flex;
}
.yoti-list-item-content .cta-section span {
  color: unset;
}
.yoti-list.vertical {
  display: grid;
  padding: 0;
}
.yoti-list.vertical .yoti-list-item {
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.yoti-list.vertical .yoti-list-item-icon .icon-section {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  text-align: center;
  width: 1em;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .yoti-list.vertical.display-grid-desk {
    grid-template-columns: repeat(auto-fit, minmax(0em, max-content));
    grid-auto-flow: column;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-list.vertical.display-grid-tab {
    grid-template-columns: repeat(auto-fit, minmax(0em, max-content));
    grid-auto-flow: column;
  }
}
@media (max-width: 767px) {
  .yoti-list.vertical.display-grid-mob {
    grid-template-columns: repeat(auto-fit, minmax(0em, max-content));
    grid-auto-flow: column;
  }
}
.yoti-list.horizontal {
  display: flex;
  justify-content: space-evenly;
  align-items: top;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.yoti-list.horizontal .yoti-list-item {
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.yoti-list.horizontal .yoti-list-item-icon .icon-section {
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  margin-bottom: 24px;
}
.yoti-list.horizontal .yoti-list-item .yoti-default-link {
  justify-content: center;
}
.yoti-list.horizontal .yoti-list-item .yoti-default-link a:after {
  margin-left: 0px;
}
.yoti-list.list-of-cta--box {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .yoti-list.list-of-cta--box {
    flex-direction: column !important;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .yoti-list.list-of-cta--box {
    column-gap: 60px;
    max-width: 520px;
  }
}
@media (min-width: 1024px) {
  .yoti-list.list-of-cta--box {
    column-gap: 5%;
    max-width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .yoti-list.list-of-cta--box {
    column-gap: 2%;
  }
}
@media (min-width: 1280px) {
  .yoti-list.list-of-cta--box {
    column-gap: 87px;
  }
}
.yoti-list.list-of-cta--box .yoti-list-item {
  max-width: 230px;
}
@media (max-width: 767px) {
  .yoti-list.list-of-cta--box .yoti-list-item {
    max-width: 332px;
    width: 100%;
    height: 120px;
    flex-direction: row !important;
    border-radius: 16px;
    align-self: center;
    align-items: unset !important;
  }
}
@media (min-width: 768px) {
  .yoti-list.list-of-cta--box .yoti-list-item {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .yoti-list.list-of-cta--box .yoti-list-item {
    width: calc(22% - 0px);
  }
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .yoti-list.list-of-cta--box .yoti-list-item {
    max-width: calc(23% - 0px);
  }
}
.yoti-list.list-of-cta--box .yoti-list-item-icon {
  width: 230px;
  height: 160px;
  border-collapse: separate;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .yoti-list.list-of-cta--box .yoti-list-item-icon {
    margin-bottom: 0px;
    border-radius: 0px;
    height: 120px;
  }
}
@media (min-width: 768px) {
  .yoti-list.list-of-cta--box .yoti-list-item-icon {
    border-radius: 16px;
    overflow: hidden;
    perspective: 1px;
  }
}
.yoti-list.list-of-cta--box .yoti-list-item-icon .icon-section {
  margin-bottom: 0px !important;
}
@media (max-width: 767px) {
  .yoti-list.list-of-cta--box .yoti-list-item-icon .icon-section {
    font-size: 70px !important;
  }
}
@media (max-width: 767px) {
  .yoti-list.list-of-cta--box .yoti-list-item-icon .icon-section img {
    width: 70px !important;
  }
}
.yoti-list.list-of-cta--box .yoti-list-item-content {
  width: 100%;
}
@media (min-width: 768px) {
  .yoti-list.list-of-cta--box .yoti-list-item-content {
    height: auto;
    text-align: center;
    padding-bottom: 16px;
    padding-top: 32px;
    background-color: unset !important;
  }
}
@media (max-width: 767px) {
  .yoti-list.list-of-cta--box .yoti-list-item-content .cta-section {
    margin: auto;
    height: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .yoti-list.list-of-cta--box .yoti-list-item-content .cta-section {
    max-width: 220px;
    margin: auto;
  }
}
.yoti-list.list-of-cta--box .yoti-list-item-content .cta-section a {
  color: #333b40 !important;
  text-align: center;
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  background-color: unset !important;
  border: unset;
  padding: 10px;
  border: 0;
  border-color: unset;
}
@media (max-width: 767px) {
  .yoti-list.list-of-cta--box .yoti-list-item-content .cta-section a {
    text-align: left;
    background: unset;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .yoti-list.list-of-cta--box .yoti-list-item-content .cta-section a {
    margin: auto;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  .yoti-list.list-of-instruction--box {
    margin: auto;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .yoti-list.list-of-instruction--box {
    margin: auto;
    width: fit-content;
  }
}
@media (min-width: 1024px) and (max-width: 1099px) {
  .yoti-list.list-of-instruction--box {
    grid-template-columns: repeat(auto-fit, minmax(0, max-content)) !important;
  }
}
.yoti-list.list-of-instruction--box .yoti-list-item {
  padding: 10px 24px;
  padding-left: 24px !important;
  border-radius: 100px;
  align-items: center;
  width: 100%;
  min-height: 60px;
  max-width: 450px;
  width: 100%;
}
@media (min-width: 1024px) {
  .yoti-list.list-of-instruction--box .yoti-list-item {
    width: 326px;
  }
}
.yoti-list.list-of-instruction--box .yoti-list-item-content * {
  margin-bottom: 0;
}

.yoti-labels {
  white-space: normal;
  word-wrap: break-word;
}
.yoti-labels .title {
  display: inline;
  margin-right: 16px;
  white-space: nowrap;
  font-size: 22px;
}
.yoti-labels .title * {
  margin-bottom: unset;
}
.yoti-labels .title {
  text-wrap: nowrap;
}
@media (max-width: 767px) {
  .yoti-labels .title {
    width: 100% !important;
  }
}
@media (min-width: 1024px) {
  .yoti-labels .title {
    text-align: left !important;
    width: auto !important;
  }
}
.yoti-labels .label-list {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  display: inline;
}
.yoti-labels .label-list .label-item {
  margin-left: 0;
  display: inline-flex;
  align-items: center;
  margin: 0 16px 16px 0;
}
.yoti-labels .label-list .label-item .text {
  font-size: 17px;
  padding: 8px 24px;
}
.yoti-labels .label-list .label-item .text:hover {
  text-decoration: none;
}
.yoti-labels .label-list .label-item .text:active {
  text-decoration: none;
}
.yoti-labels .label-list .label-item .text.curved {
  border-radius: 30px;
}
.yoti-labels .label-list .label-item:last-child {
  margin-right: 0px;
}

.yoti-card-slider {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  overflow: visible;
  position: relative;
}
.yoti-card-slider .content-wrapper {
  width: 100%;
  max-width: 1280px;
  overflow: visible;
}
.yoti-card-slider .content-wrapper:not(.slick-initialized) .yoti-sliderLi {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-card-slider .content-wrapper {
    width: 584px;
  }
}
.yoti-card-slider .content-wrapper .yoti-sliderLi {
  width: 250px !important;
  height: 250px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.yoti-card-slider .content-wrapper .yoti-sliderLi.box-shadow {
  box-shadow: 0px 12px 20px 0px rgba(103, 113, 126, 0.1);
}
.yoti-card-slider .content-wrapper .yoti-sliderLi.curved {
  border-radius: 30px;
}
.yoti-card-slider .content-wrapper .yoti-sliderLi.squared {
  border-radius: 0px;
}
.yoti-card-slider .content-wrapper .yoti-sliderLi .yoti-card {
  width: 100%;
  padding: 32px;
  height: 100%;
}
@media (max-width: 767px) {
  .yoti-card-slider .content-wrapper .yoti-sliderLi .yoti-card {
    padding: 32px 24px;
  }
}
.yoti-card-slider .content-wrapper .slick-list {
  width: 100%;
  display: flex;
}
@media (min-width: 1024px) {
  .yoti-card-slider .content-wrapper .slick-list {
    align-items: stretch;
  }
}
.yoti-card-slider .content-wrapper .slick-list .slick-track {
  width: 100%;
  display: flex;
  float: left;
  min-width: min-content;
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-card-slider .content-wrapper .slick-list .slick-track {
    justify-content: center;
    margin: auto;
  }
}
.yoti-card-slider .content-wrapper .slick-list .slick-track .slick-slide {
  margin: 0 21px;
  display: flex !important;
  align-items: stretch;
  justify-content: flex-start;
  height: auto !important;
}
@media (max-width: 767px) {
  .yoti-card-slider .content-wrapper .slick-list .slick-track .slick-slide {
    margin: 0 12px;
  }
}
.yoti-card-slider .content-wrapper .slick-autoplay-toggle-button {
  display: none;
}

.yoti-logo-lockup-flex {
  width: 100%;
}
.yoti-logo-lockup-flex-container {
  display: flex;
  flex-direction: column;
}
.yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper {
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper {
    flex-direction: column;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper.center {
  justify-content: center;
}
.yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper.left {
  justify-content: flex-start;
}
.yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper.right {
  justify-content: flex-end;
}
.yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper .logos-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  line-height: 0;
  column-gap: 40px;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper .logos-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    gap: 24px;
    justify-content: center;
  }
}
.yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper .logos-block img {
  width: 85px;
  height: 85px;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper .logos-block .logo {
    text-align: center;
    max-width: 490px;
    width: 100%;
    flex-basis: 50%;
  }
}
.yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper .content-block * {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .yoti-logo-lockup-flex-container .yoti-logo-lockup-flex-wrapper .content-block {
    text-align: center;
  }
}

.yoti-explore-module {
  max-width: 1280px;
  margin: 0 auto;
  padding: 56px 0px;
}
@media (min-width: 768px) {
  .yoti-explore-module {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .yoti-explore-module {
    padding: 96px 0px;
  }
}
.yoti-explore-module-wrapper .header {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
}
@media (min-width: 768px) {
  .yoti-explore-module-wrapper .header {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-explore-module-wrapper .header {
    padding: 0 48px;
  }
}
.yoti-explore-module-wrapper .header-container {
  width: 100%;
}
.yoti-explore-module-wrapper .header-wrapper {
  width: 100%;
  max-width: 1129px;
  margin: 0px auto;
}
.yoti-explore-module-wrapper .header-wrapper .title-wrapper {
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  .yoti-explore-module-wrapper .header-wrapper .title-wrapper {
    padding-bottom: 56px;
  }
}
.yoti-explore-module-wrapper .header-wrapper .title-wrapper {
  width: fit-content;
  text-align: left;
}
@media (min-width: 1024px) {
  .yoti-explore-module-wrapper .header-wrapper .title-wrapper {
    text-align: center;
    margin: 0 auto;
  }
}
.yoti-explore-module-wrapper .header-wrapper .title-wrapper .title {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-explore-module-wrapper .header-wrapper .title-wrapper .title {
    font-size: 34px !important;
    line-height: 48px;
  }
}
.yoti-explore-module-wrapper .header-wrapper .title-wrapper .sub-title {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-explore-module-wrapper .header-wrapper .title-wrapper .sub-title {
    font-size: 34px !important;
    line-height: 48px;
  }
}
.yoti-explore-module-wrapper .main-posts {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  padding: 0 24px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .yoti-explore-module-wrapper .main-posts {
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-explore-module-wrapper .main-posts {
    padding: 0 48px;
  }
}
.yoti-explore-module-wrapper .main-posts-wrapper {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-explore-module-wrapper .main-posts-wrapper {
    row-gap: 32px;
    column-gap: 48px;
  }
}
@media (min-width: 768px) {
  .yoti-explore-module-wrapper .main-posts-wrapper {
    justify-content: flex-start;
    width: 100%;
    gap: 48px;
  }
}
@media (min-width: 1024px) {
  .yoti-explore-module-wrapper .main-posts-wrapper {
    justify-content: center;
    width: 100%;
    row-gap: 48px;
    column-gap: 56px;
  }
}
@media (min-width: 1024px) and (max-width: 1230px) {
  .yoti-explore-module-wrapper .main-posts-wrapper {
    column-gap: 2%;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  .yoti-explore-module-wrapper .main-posts-wrapper {
    column-gap: 40px;
  }
}
.yoti-explore-module-wrapper .main-posts-wrapper .post-card-section {
  justify-content: space-between;
}
@media (max-width: 767px) {
  .yoti-explore-module-wrapper .main-posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .yoti-explore-module-wrapper .main-posts-wrapper .post-card-section {
    width: calc(50% - 1px);
  }
}
@media (min-width: 1024px) {
  .yoti-explore-module-wrapper .main-posts-wrapper .post-card-section {
    width: calc(32% - 2px);
  }
}
.yoti-explore-module-wrapper .main-posts-wrapper .post-card-section a {
  height: 100%;
}
.yoti-explore-module-wrapper .main-posts-wrapper .post-card-section a:focus-visible {
  display: inline-flex;
  border-radius: 30px !important;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-explore-module-wrapper .main-posts-wrapper .post-card-section a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}

@media (max-width: 767px) {
  #site-content.error-404 {
    padding: 100px 0;
  }
}
#site-content.error-404 .error-404-text h1 {
  font-family: "golos-text-semibold", sans-serif;
  color: #333b40;
  text-align: center;
}
@media (max-width: 767px) {
  #site-content.error-404 .error-404-text h1 {
    font-size: 45px;
  }
}
@media (min-width: 1024px) {
  #site-content.error-404 .error-404-text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
#site-content.error-404 .error-404-text p {
  font-family: "golos-text-regular", sans-serif;
  color: #546072;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #site-content.error-404 .error-404-text p {
    font-size: 24px;
    line-height: 33px;
  }
}
#site-content.error-404 .error-404-text a {
  font-family: "golos-text-semibold", sans-serif;
  color: #ffffff;
  display: block;
  margin: 35px auto 64px;
  background-color: #229dff;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 8px;
}
@media (min-width: 1024px) {
  #site-content.error-404 .error-404-text a {
    font-size: 16px;
    line-height: 20px;
  }
}
#site-content.error-404 .error-404-image img {
  max-width: 700px;
  margin: 0 auto;
  display: block;
  width: 100%;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .btn.btn-asl {
  background: #2875bc !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow {
  background-color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow .features li {
  color: #808080;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .infoWindow h2 {
  color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .storelocator-panel {
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator h4 {
  color: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator .agile-modal-backdrop-in {
  background-color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .store-locator button.close-directions.close[aria-label=Close] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .half-rule {
  border-color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.container.asl-template-0 .half-rule-1 {
  border-bottom: 1px solid #dddddd;
}

#asl-storelocator.storelocator-main.asl-bg-0 #asl-map-canv {
  background: #ffffff;
}

#asl-storelocator.storelocator-main.asl-bg-0 #panel,
#asl-storelocator.storelocator-main.asl-bg-0 #asl-list {
  background: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .map-canvas-outer {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dddddd;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-cont button,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-cont .btn.btn-asl {
  background-color: #2875bc !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns .s-direction {
  background-color: #2875bc !important;
}

#asl-storelocator.asl-cont .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .sl-act-btns .s-direction:hover {
  background-color: #27619b !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
  color: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 div.arrow-down {
  border-top: 25px solid #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .loading {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay h1.h1 {
  color: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .asl-overlay-on-item h1.h1 {
  color: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 body.search-list {
  background: #f8f8f8;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list {
  color: #51493e;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .s-distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .s-distance {
  color: inherit !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a {
  color: #51493e;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a span {
  background: #e1e1e1;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a:hover span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a:hover span {
  background-color: #2875bc;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel .item-state a.colisiond span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list .item-state a.colisiond span {
  background-color: #2875bc;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .store.highlighted .store-inner {
  background-color: #ffffe0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .close {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox .categories {
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .chosen-container-multi .chosen-choices {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item {
  background: transparent none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cccccc !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a img,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .thumb-a img {
  border: 2px solid #d6dce2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a .photo-count,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .thumb-a .photo-count {
  background: #6d5b50;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .s-distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .s-distance {
  color: #000000;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item:nth-child(2n),
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item:nth-child(2n) {
  background: #fafafa none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .wrapper-container {
  background: #ffffff;
  border: 1px solid #d6dce2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .listing-map.list-only {
  background: #ffffff;
  border: 1px solid #d6dce2;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item.highlighted,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item.highlighted {
  background: #eeeeee !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a:hover,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .adropdown-menu > .active > a:focus {
  background: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .item .addr-sec .p-title,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel-inner .sl-item .addr-sec .p-title {
  color: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label=Close] {
  background-color: #2875bc;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .sl-item {
  border-color: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .item,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .panel .sl-item {
  background: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item-state .panel .item:nth-child(2n),
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item-state .panel .sl-item:nth-child(2n) {
  background: #fafafa none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 button.close-directions.close[aria-label=Close] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 input#auto-complete-search:focus {
  border-color: rgba(0, 0, 0, 0.36);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.2);
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child > span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group > span,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span {
  background: #2875bc repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter p:last-child > span i,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group > span i,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search > span i {
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter > p:last-child > span::before,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter > .sl-search-group > span::before {
  border-color: transparent #2875bc transparent transparent;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter > p:first-child {
  color: #2875bc;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter p {
  color: #2875bc !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .search_filter .form-control {
  border: 1px solid #cccccc !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .categories_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
  color: #808080 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-selection {
  background: #2875bc none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .slider-track {
  background: #2875bc none repeat scroll 0 0 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .range_filter .rangeFilter .slider.slider-horizontal .slider-track .slider-handle.round {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter input[type=checkbox]:checked + .radio_btn {
  background: #2875bc none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .radio_btn::before {
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter p label {
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section {
  color: #808080;
  background: rgba(204, 204, 204, 0.2) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .multiselect.adropdown-toggle.style-btn.btn.btn-default {
  color: #808080 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu li.active a {
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Filter_section .range_filter .adropdown-menu a {
  color: #808080 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #panel.storelocator-panel,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel {
  border: 1px solid #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Num_of_store {
  background: #2875bc none repeat scroll 0 0;
  color: #ffffff;
  z-index: 8 !important;
  display: none;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store {
  background-color: #2875bc !important;
  display: none !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container .btn.btn-default.multiselect-clear-filter {
  border-color: #cccccc;
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 ul.adropdown-menu.multiselect-container li .input-group-addon {
  color: #cccccc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow a.action {
  background: #2875bc none repeat scroll 0 0 !important;
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .storelocator-main .action.directions {
  background: #2875bc none repeat scroll 0 0;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow > h3 {
  color: #2875bc !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone > b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .phone > a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .distance,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .p-time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr .time,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoWindow .info-addr * {
  color: #333333 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow h3 {
  background: #2875bc none repeat scroll 0 0;
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow a.action {
  background: #2875bc none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .storelocator-main .action.directions {
  background: transparent none repeat scroll 0 0;
  color: #666666;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone > b,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .address,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .categories,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .phone > a,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_2.infoWindow .distance {
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox > img.style_2_x {
  background: #2875bc none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow h3 {
  background: #2875bc none repeat scroll 0 0;
  color: #ffffff !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow a.action {
  background: #2875bc none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .storelocator-main .action.directions {
  background: #2875bc none repeat scroll 0 0;
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #style_0.infoWindow .distance {
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .infoBox > img.style_0_x {
  background: #2875bc none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-label {
  border: 2px solid #cccccc;
  border-radius: 0px;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
  background-clip: padding-box;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:before {
  background-color: #ffffff;
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-inner:after {
  background-color: #cccccc;
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .Status_filter .onoffswitch-switch {
  background: #2875bc;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #geolocation-agile-modal.agile-modal.fade.in {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .col-xs-12 > a.asl_Readmore_button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #333333;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .btn.btn-default.btn-submit {
  background: #2875bc none repeat scroll 0 0;
  border-color: #2875bc;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .agile-modal-header .close {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 #asl-geolocation-agile-modal .btn.btn-default {
  background: #2875bc none repeat scroll 0 0;
  color: #ffffff;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .directions-cont .agile-modal-header h4 {
  color: #2875bc;
}

#asl-storelocator.asl-p-cont.asl-bg-3 .Num_of_store {
  z-index: 8 !important;
}

#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .item .thumb-a img,
#asl-storelocator.storelocator-main.asl-p-cont.asl-bg-0 .sl-item .thumb-a img {
  border: none !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .sl-search-group span.span-geo,
#asl-storelocator.asl-p-cont.asl-bg-0 .col-xs-12.search_filter .asl-store-search span.span-geo {
  background: #2875bc repeat scroll 0 0 !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo {
  background-color: #2875bc !important;
}

#asl-storelocator.asl-p-cont.asl-bg-0 #asl-list.storelocator-panel.asl_locator-panel {
  margin-top: 0;
}

.page-template-default #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box ul.sl-list li.sl-item .sl-addr-sec .addr-loc ul li i {
  color: #51493e !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 h3 {
  color: #2875bc !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .infowindowContent .asl-buttons a {
  background-color: #2875bc !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_0 .infowindowContent .asl-buttons a:hover {
  background-color: #27619b !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .map-image #agile-modal-direction h4 {
  color: #2875bc !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .map-image .agile-modal .agile-modal-content .sl-form-group .btn-submit {
  background-color: #2875bc !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .map-image .agile-modal .agile-modal-content .sl-form-group .btn-submit:hover {
  background-color: #27619b !important;
}

#asl-storelocator.asl-cont .agile-modal .sl-form-group .checkbox-inline input[type=radio]:checked {
  color: #2875bc !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .map-image .agile-modal .agile-modal-content .sl-form-group .checkbox-inline input[type=radio]:checked:before {
  background-color: #2875bc !important;
}

.page-template-default #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li.active a {
  background-color: #2875bc !important;
}

.page-template-default #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li.active:hover > a {
  background-color: #2875bc !important;
}

.page-template-default #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li:hover > a {
  background-color: #2875bc !important;
}

.page-template-default #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .rangeFilter .slider-horizontal .slider-track .slider-selection {
  background: #2875bc none repeat scroll 0 0 !important;
}

/*
*   All custom classes with required properties for any WPBakery Templates & Components will be written in this file
*/
/*
*  Yoti Default Link Starts
*/
.text-align-left a.vc_btn3 {
  text-align: left;
}
.text-align-center a.vc_btn3 {
  text-align: center;
}
.text-align-right a.vc_btn3 {
  text-align: right;
}

/*
*  Yoti Default Link Ends
*/
/*
*  Padding To Sections, Rows, Columns & Components Starts
*/
/**
* Classes are created by using Position and Values for respective devices. eg:- padding-left-desktop-16, padding-left-tablet-16,
* padding-left-phone-16,padding-left-right-desktop-16.
*
* Positions: left, right, left-right, top, bottom, top-bottom.
*
* Devices: desktop, tablet, phone.
*
* Values: 16px, 32px, 64px, 96px.
**/
@media (max-width: 767px) {
  .padding-right-phone-0 {
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .padding-right-phone-16 {
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .padding-right-phone-32 {
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .padding-right-phone-64 {
    padding-right: 64px !important;
  }
}
@media (max-width: 767px) {
  .padding-right-phone-96 {
    padding-right: 96px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-phone-0 {
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-phone-16 {
    padding-left: 16px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-phone-32 {
    padding-left: 32px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-phone-64 {
    padding-left: 64px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-phone-96 {
    padding-left: 96px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-phone-0 {
    padding-top: 0px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-phone-16 {
    padding-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-phone-32 {
    padding-top: 32px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-phone-64 {
    padding-top: 64px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-phone-96 {
    padding-top: 96px !important;
  }
}
@media (max-width: 767px) {
  .padding-bottom-phone-0 {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .padding-bottom-phone-16 {
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .padding-bottom-phone-32 {
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .padding-bottom-phone-64 {
    padding-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .padding-bottom-phone-96 {
    padding-bottom: 96px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-right-phone-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-right-phone-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-right-phone-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-right-phone-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
@media (max-width: 767px) {
  .padding-left-right-phone-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-bottom-phone-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-bottom-phone-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-bottom-phone-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-bottom-phone-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  .padding-top-bottom-phone-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .padding-right-tablet-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .padding-right-tablet-16 {
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .padding-right-tablet-32 {
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .padding-right-tablet-64 {
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .padding-right-tablet-96 {
    padding-right: 96px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-tablet-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-tablet-16 {
    padding-left: 16px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-tablet-32 {
    padding-left: 32px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-tablet-64 {
    padding-left: 64px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-tablet-96 {
    padding-left: 96px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-tablet-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-tablet-16 {
    padding-top: 16px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-tablet-32 {
    padding-top: 32px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-tablet-64 {
    padding-top: 64px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-tablet-96 {
    padding-top: 96px !important;
  }
}
@media (min-width: 768px) {
  .padding-bottom-tablet-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .padding-bottom-tablet-16 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .padding-bottom-tablet-32 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .padding-bottom-tablet-64 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .padding-bottom-tablet-96 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-right-tablet-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-right-tablet-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-right-tablet-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-right-tablet-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
@media (min-width: 768px) {
  .padding-left-right-tablet-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-bottom-tablet-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-bottom-tablet-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-bottom-tablet-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-bottom-tablet-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 768px) {
  .padding-top-bottom-tablet-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .padding-right-desktop-0 {
    padding-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  .padding-right-desktop-16 {
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .padding-right-desktop-32 {
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .padding-right-desktop-64 {
    padding-right: 64px !important;
  }
}
@media (min-width: 1024px) {
  .padding-right-desktop-96 {
    padding-right: 96px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-desktop-0 {
    padding-left: 0px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-desktop-16 {
    padding-left: 16px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-desktop-32 {
    padding-left: 32px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-desktop-64 {
    padding-left: 64px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-desktop-96 {
    padding-left: 96px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-desktop-0 {
    padding-top: 0px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-desktop-16 {
    padding-top: 16px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-desktop-32 {
    padding-top: 32px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-desktop-64 {
    padding-top: 64px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-desktop-96 {
    padding-top: 96px !important;
  }
}
@media (min-width: 1024px) {
  .padding-bottom-desktop-0 {
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  .padding-bottom-desktop-16 {
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .padding-bottom-desktop-32 {
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .padding-bottom-desktop-64 {
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .padding-bottom-desktop-96 {
    padding-bottom: 96px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-right-desktop-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-right-desktop-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-right-desktop-32 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-right-desktop-64 {
    padding-left: 64px !important;
    padding-right: 64px !important;
  }
}
@media (min-width: 1024px) {
  .padding-left-right-desktop-96 {
    padding-left: 96px !important;
    padding-right: 96px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-bottom-desktop-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-bottom-desktop-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-bottom-desktop-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-bottom-desktop-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
}
@media (min-width: 1024px) {
  .padding-top-bottom-desktop-96 {
    padding-top: 96px !important;
    padding-bottom: 96px !important;
  }
}

/*
* Padding To Sections, Rows, Columns & Components Ends  
*/
/**
 * Hero Section Style Starts Here
 *
 * The class "hero-section--2025" is created for the hero section,
 * the class "hero-section-text-white--2025" is created for a dark background with white text,
 * and the class "image-bottom" is created for align image in bottom.
 *
 * The section has one/two blocks aligned as rows on desktop
 * and as columns on tablet and mobile.
 *
 *
 **/
.vc_section.hero-section--2025,
.vc_section.vc_section-has-fill.hero-section--2025 {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025,
  .vc_section.vc_section-has-fill.hero-section--2025 {
    position: relative;
  }
}
.vc_section.hero-section--2025 > .yoti-row.wpb_row,
.vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row {
  display: flex;
  align-items: center;
  height: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row {
    flex-wrap: nowrap;
  }
}
.vc_section.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column,
.vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column {
  max-width: 524px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column {
    margin: 0 auto;
  }
}
.vc_section.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column.margin-bottom-none,
.vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column.margin-bottom-none {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .wpb_text_column {
    text-align: left;
  }
}
.vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_custom_heading,
.vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_custom_heading {
  text-align: center;
  max-width: 565px;
}
@media (max-width: 1023px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_custom_heading,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_custom_heading {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_custom_heading,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_custom_heading {
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_btn3-container .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_btn3-container .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    margin: auto;
  }
}
.vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6,
.vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6 {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6 {
    width: 50%;
  }
}
.vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type,
.vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type {
    margin-bottom: 56px;
  }
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:first-of-type {
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:last-of-type.img-h-full .vc_column-inner,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:last-of-type.img-h-full .vc_column-inner {
    padding: 0;
    overflow: hidden;
  }
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:last-of-type.img-h-full .vc_column-inner *,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:last-of-type.img-h-full .vc_column-inner * {
    min-height: 454px;
    width: auto;
  }
  .vc_section.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:last-of-type.img-h-full .vc_column-inner img,
  .vc_section.vc_section-has-fill.hero-section--2025 > .yoti-row.wpb_row .vc_col-sm-6:last-of-type.img-h-full .vc_column-inner img {
    object-fit: contain;
    width: auto;
  }
}
.vc_section.hero-section--2025 h1,
.vc_section.vc_section-has-fill.hero-section--2025 h1 {
  font-size: 34px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 h1,
  .vc_section.vc_section-has-fill.hero-section--2025 h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
.vc_section.hero-section--2025 h2,
.vc_section.vc_section-has-fill.hero-section--2025 h2 {
  font-size: 34px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 h2,
  .vc_section.vc_section-has-fill.hero-section--2025 h2 {
    font-size: 50px;
  }
}
.vc_section.hero-section--2025 p,
.vc_section.vc_section-has-fill.hero-section--2025 p {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 p,
  .vc_section.vc_section-has-fill.hero-section--2025 p {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .vc_section.hero-section--2025:first-of-type,
  .vc_section.vc_section-has-fill.hero-section--2025:first-of-type {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .vc_section.hero-section--2025:first-of-type,
  .vc_section.vc_section-has-fill.hero-section--2025:first-of-type {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025:first-of-type,
  .vc_section.vc_section-has-fill.hero-section--2025:first-of-type {
    padding: 96px 0;
  }
}
.vc_section.hero-section--2025.hero-section-text-white--2025 *,
.vc_section.vc_section-has-fill.hero-section--2025.hero-section-text-white--2025 * {
  color: #ffffff;
}
.vc_section.hero-section--2025.hero-section-text-white--2025 p,
.vc_section.vc_section-has-fill.hero-section--2025.hero-section-text-white--2025 p {
  color: #218199;
}
.vc_section.hero-section--2025.hero-section-text-white--2025 p span,
.vc_section.vc_section-has-fill.hero-section--2025.hero-section-text-white--2025 p span {
  color: #218199;
}
.vc_section.hero-section--2025.image-bottom,
.vc_section.vc_section-has-fill.hero-section--2025.image-bottom {
  padding-bottom: 0 !important;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025.image-bottom,
  .vc_section.vc_section-has-fill.hero-section--2025.image-bottom {
    min-height: auto;
    position: relative;
  }
}
.vc_section.hero-section--2025.image-bottom > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image,
.vc_section.vc_section-has-fill.hero-section--2025.image-bottom > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image {
  display: flex;
  align-self: flex-end;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .vc_section.hero-section--2025 .yoti-button-block.btn-left .wpb_wrapper,
  .vc_section.vc_section-has-fill.hero-section--2025 .yoti-button-block.btn-left .wpb_wrapper {
    justify-content: center;
  }
}

/**
 * Hero Section Style Ends Here
 **/
.single-post #page {
  overflow: inherit;
}
.single-post #page #primary .article.blog-post-page {
  width: 100%;
  max-width: 100%;
}
.single-post #page #primary .article.blog-post-page .blog-header {
  width: 100%;
  padding: 40px 24px 0;
}
@media (min-width: 768px) {
  .single-post #page #primary .article.blog-post-page .blog-header {
    padding: 32px 32px 0;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-header {
    padding: 36px 0 0;
  }
}
.single-post #page #primary .article.blog-post-page .blog-header-content {
  max-width: 1280px;
  margin: auto;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper {
  max-width: 760px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 850px) {
  .single-post #page #primary .article.blog-post-page .blog-header-content-wrapper {
    max-width: 500px;
  }
}
@media (min-width: 851px) and (max-width: 1023px) {
  .single-post #page #primary .article.blog-post-page .blog-header-content-wrapper {
    max-width: 650px;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-header-content-wrapper {
    max-width: 760px;
    padding-left: 25px;
  }
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .blog-post-title {
  font-size: 34px;
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .blog-post-title {
    font-size: 60px;
  }
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page {
  margin-bottom: 16px;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore {
  font-size: 17px;
  font-weight: 300;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a {
  width: fit-content;
  display: flex;
  align-items: center;
  color: #1d427b;
  font-family: "golos-text-semibold", sans-serif !important;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a span {
  text-decoration: underline;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a:hover span {
  text-decoration: none;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a:hover {
  color: #1d427b;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a:focus span {
  text-decoration: none !important;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a:focus {
  outline: none;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a .arrow {
  vertical-align: baseline !important;
  color: #1d427b;
}
.single-post #page #primary .article.blog-post-page .blog-header-content-wrapper .previous-page .explore a .dashicons {
  margin-left: -6px;
  margin-right: 2px;
  width: 17px;
  height: 17px;
  font-size: 17px;
  text-decoration: none !important;
}
.single-post #page #primary .article.blog-post-page .blog-post {
  display: flex;
  margin-bottom: 72px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .single-post #page #primary .article.blog-post-page .blog-post {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary .article.blog-post-page .blog-post {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-post {
    margin-top: 56px;
    margin-bottom: 96px;
    flex-direction: row;
  }
}
.single-post #page #primary .article.blog-post-page .blog-post .social-media-share {
  display: flex;
  flex-direction: row;
  align-self: center;
  margin: 0 0 16px 0;
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share {
    flex-direction: column;
    align-self: flex-start;
    margin: 0;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 166px;
    padding-top: 60px;
  }
}
@media (max-width: 1023px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share {
    display: none;
  }
}
@media (max-width: 699px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share {
    align-self: flex-start;
  }
}
.single-post #page #primary .article.blog-post-page .blog-post .social-media-share .share-icons {
  margin-left: 0px !important;
  list-style: none;
}
.single-post #page #primary .article.blog-post-page .blog-post .social-media-share .share-icons a {
  width: 50px;
  height: 50px;
  background-color: #67717e;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px 8px 8px;
  border-radius: 16px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share .share-icons a {
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1023px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share .share-icons a {
    margin: 0;
  }
}
.single-post #page #primary .article.blog-post-page .blog-post .social-media-share .share-icons a:hover {
  background-color: #333b40;
}
.single-post #page #primary .article.blog-post-page .blog-post .social-media-share .share-icons a span {
  font-size: 22px;
  color: #f9f9fa;
}
@media (max-width: 767px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share .share-icons a:first-child {
    margin-left: 0px !important;
  }
}
.single-post #page #primary .article.blog-post-page .blog-post .social-media-share.visible-on-mobile {
  margin-top: 48px;
  align-self: center;
}
@media (max-width: 767px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share.visible-on-mobile a:first-child {
    margin-left: 0px !important;
  }
}
.single-post #page #primary .article.blog-post-page .blog-post .social-media-share.visible-on-mobile {
  display: flex;
  column-gap: 16px;
}
@media (max-width: 767px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share.visible-on-mobile {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share.visible-on-mobile {
    margin-top: 56px;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-post .social-media-share.visible-on-mobile {
    display: none;
  }
}
.single-post #page #primary .article.blog-post-page .blog-post-content {
  width: 100%;
}
.single-post #page #primary .article.blog-post-page .blog-post-content-wrapper {
  margin: auto;
}
.single-post #page #primary .article.blog-post-page .blog-post-content-wrapper .feature-image {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-post-content-wrapper .feature-image {
    margin-bottom: 56px;
  }
}
.single-post #page #primary .article.blog-post-page .blog-post-content-wrapper .feature-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
  border-radius: 30px;
}
.single-post #page #primary .article.blog-post-page .blog-post-content-wrapper .yoti-row.wpb_row.yoti-row--wide {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 850px) {
  .single-post #page #primary .article.blog-post-page .blog-post-content-wrapper {
    max-width: 500px;
  }
}
@media (min-width: 851px) and (max-width: 1023px) {
  .single-post #page #primary .article.blog-post-page .blog-post-content-wrapper {
    max-width: 650px;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary .article.blog-post-page .blog-post-content-wrapper {
    max-width: 760px;
  }
}

.post-card-section {
  margin-left: 0px !important;
  list-style: none;
  max-width: 340px;
}
@media (max-width: 767px) {
  .post-card-section.hide-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .post-card-section.hide-mobile {
    border: none;
  }
}
@media (min-width: 1024px) {
  .post-card-section.hide-mobile {
    border: none;
  }
}
@media (max-width: 767px) {
  .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .post-card-section {
    justify-content: space-between;
    width: calc(47% - 2px);
  }
}
@media (min-width: 1024px) {
  .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
  }
}
.post-card-section .post-card-inner {
  min-height: 342px;
  height: 342px;
  max-width: 340px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  border: 2px solid #67717e;
  overflow: hidden;
  perspective: 1px;
}
.post-card-section .post-card-inner:hover {
  outline: 2px solid #67717e;
}
.post-card-section .post-card-inner .post-card-image {
  max-width: 100%;
  height: 136px;
  position: relative;
  cursor: pointer;
}
.post-card-section .post-card-inner .post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top;
}
.post-card-section .post-card-inner .post-card-image .logo-img {
  position: absolute;
  left: 16px;
  bottom: 0px;
  right: 0px;
  height: 80px;
  z-index: 2;
}
.post-card-section .post-card-inner .post-card-image .logo-img-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #67717e;
}
.post-card-section .post-card-inner .post-card-image .logo-img-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: fill;
  background-color: #ffffff;
}
.post-card-section .post-card-inner .post-card-wrapper {
  flex: 1;
}
.post-card-section .post-card-inner .post-card-wrapper .post-card-wrapper-main {
  padding: 26px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.post-card-section .post-card-inner .post-card-wrapper .post-card-wrapper-main .post-card-header .post-title {
  margin-bottom: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card-section .post-card-inner .post-card-wrapper .post-card-wrapper-main .post-card-header .post-title a {
  all: unset;
  cursor: pointer;
}
.post-card-section .post-card-inner .post-card-wrapper .post-card-wrapper-main .post-card-header .post-title a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
  line-height: 35px;
}
.post-card-section .post-card-inner .post-card-wrapper .post-card-wrapper-main .post-card-header .post-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0px;
  padding-left: 3px;
}
.post-card-section.explore .post-card-inner {
  min-height: 340px;
  height: 393px;
  max-width: 339px;
  border-radius: 30px;
}
.post-card-section.explore .post-card-inner .post-card-wrapper-main {
  padding: 24px 32px 32px;
}
.post-card-section.explore .post-card-inner .post-card-wrapper-main .post-description {
  margin-bottom: 16px !important;
}
.post-card-section.explore .post-card-inner .post-card-wrapper-main .cta-text {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  pointer-events: none;
  cursor: default;
  font-family: "golos-text-semibold", sans-serif !important;
}
.post-card-section.explore .post-card-inner .post-card-wrapper-main .cta-text .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.post-card-section.explore .post-card-inner .post-card-wrapper-main .cta-text .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #1d427b;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}

nav.navigation {
  display: flex;
  justify-content: center;
  height: auto;
  background-color: #f2f8fa;
}
@media (max-width: 767px) {
  nav.navigation {
    padding: 30px 0px 40px 0px;
  }
}
@media (min-width: 768px) {
  nav.navigation {
    padding: 86px 0px 96px 0px;
  }
}
@media (min-width: 1024px) {
  nav.navigation {
    padding: 80px 0px 96px 0px;
  }
}
nav.navigation .pagination {
  margin-left: 0;
}
nav.navigation .pagination li {
  font-size: 18px;
  margin: 0 16px !important;
}
@media (max-width: 767px) {
  nav.navigation .pagination li {
    margin: 0 4px !important;
  }
}
nav.navigation .pagination li {
  border-radius: 0;
  display: inline-block;
}
nav.navigation .pagination li a {
  color: #67717f;
  display: block;
  padding: 0px 6px;
  border-radius: 0;
}
nav.navigation .pagination li a.current {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  background-color: #2875bc;
}
nav.navigation .pagination li a.current span {
  color: #fff !important;
}

.blog-search {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.blog-search-container {
  padding: 26px 0;
  max-width: 640px;
  width: 100%;
}
@media (max-width: 767px) {
  .blog-search-container {
    width: calc(100% - 32px);
  }
}
.blog-search-container .blog-search-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  flex: 1 1 auto;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 7px 40px 14px rgba(113, 122, 124, 0.09);
}
.blog-search-container .blog-search-wrapper.focused {
  outline: 2px solid #229dff;
}
.blog-search-container .blog-search-wrapper .blog-search-input {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.blog-search-container .blog-search-wrapper .blog-search-input-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.blog-search-container .blog-search-wrapper .blog-search-input-wrapper .blog-search-input-field {
  width: 100%;
  height: 46px;
  margin-right: 8px;
  padding: 10px;
  border: none;
  font-size: 18px;
  background-color: #ffffff !important;
  border-radius: 10px;
}
.blog-search-container .blog-search-wrapper .blog-search-input-wrapper .blog-search-input-field:focus {
  box-shadow: 0 0 0 0px #3582c4;
  outline: 2px solid transparent;
}
.blog-search-container .blog-search-wrapper .blog-search-input-wrapper .blog-search-input-field::-webkit-search-decoration, .blog-search-container .blog-search-wrapper .blog-search-input-wrapper .blog-search-input-field::-webkit-search-cancel-button, .blog-search-container .blog-search-wrapper .blog-search-input-wrapper .blog-search-input-field::-webkit-search-results-button, .blog-search-container .blog-search-wrapper .blog-search-input-wrapper .blog-search-input-field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.blog-search-container .blog-search-wrapper .blog-search-input-wrapper .suggestion-clear {
  right: 4px;
  top: 2px;
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #67717e 45%, #67717e 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, transparent 0%, transparent 43%, #67717e 45%, #67717e 55%, transparent 57%, transparent 100%);
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions {
  border-radius: 10px;
  box-shadow: 0px 7px 30px 14px rgba(113, 122, 124, 0.09);
  box-sizing: border-box;
  color: #363b3e;
  left: 0;
  position: absolute;
  list-style-type: none;
  margin-top: 8px;
  width: 100%;
  z-index: 5;
  overflow: hidden;
  perspective: 1px;
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggestion-title {
  background: #fff;
  text-align: left;
  margin-left: 0px;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  height: 50px;
  line-height: 25px;
  padding: 10px;
  font-size: 16px;
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item {
  cursor: default;
  background: #fff;
  text-align: left;
  margin-left: 0px;
  vertical-align: middle;
  box-sizing: border-box;
  height: 90px;
  line-height: 25px;
  padding: 10px;
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item {
    height: 135px;
  }
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item b {
  color: #000;
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item .suggest_text_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item .suggest_text_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item .suggest_text_wrapper .suggest-text-section {
  width: 75%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item .suggest_text_wrapper .suggest-text-section {
    width: 100%;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item .suggest_text_wrapper .suggest-subtext-section {
    padding: 10px 0;
  }
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item .suggest_text_wrapper .suggest-subtext-section .suggest_subtext {
  float: right;
  border-radius: 8px;
  padding: 0px 8px;
  color: #333b40;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.blog-search-container .blog-search-wrapper .blog-search-input .suggestions .suggest_item.active {
  background-color: #f2f4f6 !important;
}
.blog-search-container .blog-search-wrapper .blog-search-btn {
  padding-right: 10px;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .blog-search-container .blog-search-wrapper .blog-search-btn {
    padding-left: 10px;
  }
}
.blog-search-container .blog-search-wrapper .blog-search-btn-search {
  width: 80px;
  border-radius: 5px;
  font-size: 12px;
  background-position: center;
  background-color: #2875bc;
  color: #ffffff;
  height: 32px;
  border: none;
  font-weight: 700;
}
.blog-search-container .blog-search-wrapper .blog-search-btn-search:after {
  content: "" !important;
  font-family: fontawesome;
}

.category-filter-wrapper {
  width: 100%;
  margin: 0 auto;
}
.category-filter-wrapper .category-filter-ul {
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 33px;
  row-gap: 24px;
  justify-content: center;
  margin-bottom: 64px;
  margin-top: 6px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .category-filter-wrapper .category-filter-ul {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .category-filter-wrapper .category-filter-ul {
    margin-bottom: 72px;
  }
}
.category-filter-wrapper .category-filter-ul::-webkit-scrollbar {
  display: none;
}
.category-filter-wrapper .category-filter-ul .category-filter-ul-li {
  padding: 0;
  margin: 0;
}
.category-filter-wrapper .category-filter-ul .category-filter-ul-li .category-filter-ul-li-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 27px;
  border-radius: 10px;
  border-width: 3px;
  border-style: solid;
  font-size: 28px;
  font-weight: 600;
  cursor: pointer;
}
.category-filter-wrapper .category-filter-ul .category-filter-ul-li .category-filter-ul-li-btn .category-filter-ul-li-btn-icon {
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 28px;
  height: 28px;
}
.category-filter-wrapper .category-filter-ul .category-filter-ul-li .category-filter-ul-li-btn .category-filter-ul-li-btn-name {
  font-family: "golos-text-regular", sans-serif;
  font-size: 28px;
}
.category-filter-wrapper .category-filter-ul .category-filter-ul-li .category-filter-ul-li-btn:focus {
  border-width: 3px !important;
  border-style: solid !important;
}

/* Override Sass should always be at the bottom */
/**
 * In this file styles which should override the rest of the syles will be written
 */
/* Variables Starts */
:root {
  --focus-ring-first-color: #ffffff;
  --focus-ring-second-color: #bd13b8;
}

/* Variables Ends */
/* CSS For Screen Reader Only Content Starts */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* CSS For Screen Reader Only Content Ends */
/* CSS FIx For Hubspot Button Color Starts */
a.paoc-popup-click.paoc-popup-button.paoc-popup-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 8px;
  background-color: #2d9fff;
  font-family: "golos-text-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
a.paoc-popup-click.paoc-popup-button.paoc-popup-btn:hover {
  background-color: #007ee8;
  color: #ffffff;
}

/* CSS FIx For Hubspot Button Color Ends */
/* CSS For Image above CTA Starts */
@media (max-width: 767px) {
  .mob-120 figure .vc_single_image-wrapper {
    max-width: 120px;
  }
}

/* CSS For Image above CTA Ends */
/* CSS For Anchor Inside P Tag Starts */
p a,
th a,
tr a,
span a {
  color: #1d427b;
  text-decoration: underline;
  word-break: break-word;
  font-family: "golos-text-semibold", sans-serif !important;
}
p a:hover,
th a:hover,
tr a:hover,
span a:hover {
  text-decoration: none;
  color: #1d427b;
}
p a:focus,
th a:focus,
tr a:focus,
span a:focus {
  border: none !important;
  outline: none;
}
p a:focus-visible,
th a:focus-visible,
tr a:focus-visible,
span a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    p a:focus-visible,
    th a:focus-visible,
    tr a:focus-visible,
    span a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
p a span,
th a span,
tr a span,
span a span {
  color: #1d427b;
  text-decoration: underline;
}
p a span:hover,
th a span:hover,
tr a span:hover,
span a span:hover {
  text-decoration: none;
  color: #1d427b;
}
p a span:active,
th a span:active,
tr a span:active,
span a span:active {
  text-decoration: none;
  color: #1d427b;
}
p span a,
th span a,
tr span a,
span span a {
  color: #1d427b;
  text-decoration: underline;
  word-break: break-word;
}
p span a:hover,
th span a:hover,
tr span a:hover,
span span a:hover {
  text-decoration: none;
  color: #1d427b;
}
p span a:active,
th span a:active,
tr span a:active,
span span a:active {
  text-decoration: none;
  color: #1d427b;
}
p span a:focus,
th span a:focus,
tr span a:focus,
span span a:focus {
  border: none !important;
  outline: none;
}
p span a:focus-visible,
th span a:focus-visible,
tr span a:focus-visible,
span span a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    p span a:focus-visible,
    th span a:focus-visible,
    tr span a:focus-visible,
    span span a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
p span a span,
th span a span,
tr span a span,
span span a span {
  color: #1d427b;
  text-decoration: underline;
}
p span a span:hover,
th span a span:hover,
tr span a span:hover,
span span a span:hover {
  text-decoration: none;
  color: #1d427b;
}
p span a span:active,
th span a span:active,
tr span a span:active,
span span a span:active {
  text-decoration: none;
  color: #1d427b;
}

/* CSS For Anchor Inside P Tag Ends */
/* CSS For Anchor Inside List Tags Starts */
.wpb_text_column li a {
  color: #1d427b;
  text-decoration: underline;
  font-family: "golos-text-semibold", sans-serif !important;
  word-break: break-word;
}
.wpb_text_column li a:hover {
  text-decoration: none;
  color: #1d427b;
}
.wpb_text_column li a:focus {
  border: none !important;
  outline: none;
}
.wpb_text_column li a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .wpb_text_column li a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.wpb_text_column li a span {
  color: #1d427b;
  text-decoration: underline;
}
.wpb_text_column li a span:hover {
  text-decoration: none;
  color: #1d427b;
}
.wpb_text_column li a span:active {
  text-decoration: none;
  color: #1d427b;
}
.wpb_text_column li span a {
  color: #1d427b;
  text-decoration: underline;
  font-family: "golos-text-semibold", sans-serif !important;
  word-break: break-word;
}
.wpb_text_column li span a:hover {
  text-decoration: none;
  color: #1d427b;
}
.wpb_text_column li span a:active {
  text-decoration: none;
  color: #1d427b;
}
.wpb_text_column li span a:focus {
  border: none !important;
  outline: none;
}
.wpb_text_column li span a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .wpb_text_column li span a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.wpb_text_column li span a span {
  color: #1d427b;
  text-decoration: underline;
}
.wpb_text_column li span a span:hover {
  text-decoration: none;
  color: #1d427b;
}
.wpb_text_column li span a span:active {
  text-decoration: none;
  color: #1d427b;
}

/* CSS For Anchor Inside List Tags Ends */
/* CSS For P Tag Starts */
p {
  color: #67717e;
}
p span {
  color: #67717e;
}

/* CSS For P Tag Ends */
/* CSS For List Tag Starts */
li {
  color: #67717e;
}
li span {
  color: #67717e;
}
li .uavc-list-content span {
  color: #67717e;
}

/* CSS For List Tag Ends */
/* CSS For Yoti Default Link Starts */
/* Fall Back For Blog Starts */
.yoti-default-link {
  display: flex;
  align-items: center;
}
.yoti-default-link.display-flex-off {
  display: inherit;
}
.yoti-default-link a {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-default-link a {
      letter-spacing: -0.99px;
    }
  }
}
.yoti-default-link a:hover {
  text-decoration: none;
  outline: none;
}
.yoti-default-link a:focus {
  border: none !important;
  outline: none;
}
.yoti-default-link a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-default-link a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.yoti-default-link a .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.yoti-default-link a .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #1d427b;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}
.yoti-default-link.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-default-link.white a {
      letter-spacing: -0.99px;
    }
  }
}
.yoti-default-link.white a:hover {
  text-decoration: none;
  color: #ffffff !important;
  outline: none;
}
.yoti-default-link.white a:focus {
  border: none !important;
  outline: none;
}
.yoti-default-link.white a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .yoti-default-link.white a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.yoti-default-link.white a .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.yoti-default-link.white a .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}

.single .yoti-default-link {
  display: flex;
  align-items: center;
}
.single .yoti-default-link.display-flex-off {
  display: inherit;
}
.single .yoti-default-link a {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-default-link a {
      letter-spacing: -0.99px;
    }
  }
}
.single .yoti-default-link a:hover {
  text-decoration: none;
  outline: none;
}
.single .yoti-default-link a:focus {
  border: none !important;
  outline: none;
}
.single .yoti-default-link a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-default-link a:focus-visible {
      border: 1px solid transparent !important;
      border-radius: 4px !important;
    }
  }
}
.single .yoti-default-link a .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.single .yoti-default-link a .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #1d427b;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}
.single .yoti-default-link.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-default-link.white a {
      letter-spacing: -0.99px;
    }
  }
}
.single .yoti-default-link.white a:hover {
  text-decoration: none;
  color: #ffffff !important;
  outline: none;
}
.single .yoti-default-link.white a:focus {
  border: none !important;
  outline: none;
}
.single .yoti-default-link.white a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-default-link.white a:focus-visible {
      border: 1px solid transparent !important;
      border-radius: 4px !important;
    }
  }
}
.single .yoti-default-link.white a .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.single .yoti-default-link.white a .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}
.single .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #218199;
  display: block;
  padding: 6px 27px;
  min-width: 179px;
  min-height: 46px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #218199;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32.6px;
  background-image: unset;
}
@media (max-width: 767px) {
  .single .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
.single .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #1f6070;
  border-color: #1f6070;
}
.single .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
.single .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  outline: none;
  border-style: solid;
  border-width: 3px;
}
.single .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.single .yoti-primary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.single .yoti-primary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
.single .yoti-primary-button.full-width .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 100%;
  width: 100%;
}
.single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: unset;
  display: block;
  padding: 6px 27px;
  min-width: 179px;
  min-height: 46px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #333b40;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #333b40;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32.6px;
  background-image: unset;
}
@media (max-width: 767px) {
  .single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
.single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #333b40;
  border-color: #333b40;
  color: #ffffff;
}
.single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
.single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  outline: none;
  border-style: solid;
  border-width: 3px;
}
.single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.single .yoti-secondary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.single .yoti-secondary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
.single .yoti-secondary-button.full-width .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 100%;
  width: 100%;
}
.single .yoti-secondary-button.white .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  border-color: #ffffff;
  color: #ffffff;
}
.single .yoti-secondary-button.white .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #ffffff;
  color: #333b40;
}

/* Fall Back For Blog Ends */
/* For Page Template Starts */
.page-template-default li .uavc-list-content .yoti-default-link a span {
  color: #1d427b !important;
}
.page-template-default li .uavc-list-content .yoti-default-link a:hover span {
  color: #1d427b !important;
}
.page-template-default li .uavc-list-content .yoti-default-link.white a:hover span {
  color: #ffffff !important;
}

.page-template-default .yoti-default-link {
  display: flex;
  align-items: center;
}
.page-template-default .yoti-default-link.display-flex-off {
  display: inherit;
}
.page-template-default .yoti-default-link a {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .yoti-default-link a {
      letter-spacing: -0.99px;
    }
  }
}
.page-template-default .yoti-default-link a:hover {
  text-decoration: none;
  outline: none;
}
.page-template-default .yoti-default-link a:focus {
  border: none !important;
  outline: none;
}
.page-template-default .yoti-default-link a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .yoti-default-link a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.page-template-default .yoti-default-link a .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.page-template-default .yoti-default-link a .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #1d427b;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}
.page-template-default .yoti-default-link.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
  text-decoration: underline;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .yoti-default-link.white a {
      letter-spacing: -0.99px;
    }
  }
}
.page-template-default .yoti-default-link.white a:hover {
  text-decoration: none;
  color: #ffffff !important;
  outline: none;
}
.page-template-default .yoti-default-link.white a:focus {
  border: none !important;
  outline: none;
}
.page-template-default .yoti-default-link.white a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
}
.page-template-default .yoti-default-link.white a:focus-visible .anchor {
  text-decoration: none;
}
.page-template-default .yoti-default-link.white a:focus-visible {
  border-radius: 4px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .yoti-default-link.white a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.page-template-default .yoti-default-link.white .arrow {
  margin-left: 10px;
  text-decoration: none;
  display: inline-block;
}
.page-template-default .yoti-default-link.white .arrow:after {
  content: "\e900";
  font-family: "icomoon" !important;
  color: #ffffff;
  font-weight: 400;
  font-size: 17px;
  vertical-align: -1px;
}

/* For Page Template Ends */
/* For Popup Link Starts */
.wpb_raw_html.yoti-default-link {
  display: flex;
  align-items: center;
}
.wpb_raw_html.yoti-default-link.display-flex-off {
  display: inherit;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper {
  width: fit-content;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link {
  color: #1d427b !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 1.5px;
  font-family: "golos-text-semibold", sans-serif !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link {
      letter-spacing: -0.99px;
    }
  }
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:hover {
  text-decoration: none;
  outline: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:focus {
  border: none !important;
  outline: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  border-radius: 4px !important;
  text-decoration: underline !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
  text-decoration: underline;
  font-family: "golos-text-semibold", sans-serif !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .wpb_raw_html.yoti-default-link .wpb_wrapper.white a {
      letter-spacing: -0.99px;
    }
  }
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a:hover {
  text-decoration: none;
  color: #ffffff !important;
  outline: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a:focus {
  border: none !important;
  outline: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
  text-decoration: underline !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .wpb_raw_html.yoti-default-link .wpb_wrapper.white a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.wpb_raw_html .paoc-image-popup a.paoc-popup-click {
  display: inline-flex;
  outline: none;
}

/* For Popup Link Ends */
/* CSS For Yoti Default Link Ends */
/* Pricing Class Color Change Starts */
.page-template-default .pricing p {
  color: #546072;
}
.page-template-default .pricing p.pricing-text {
  color: #546072;
}

/* Pricing Class Color Change Ends */
/* Integration Template Starts */
.integration-section .yoti-row:nth-child(2) {
  width: calc(100% - 32px);
}
@media (max-width: 699px) {
  .integration-section .integration-column {
    margin-bottom: 64px;
  }
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper {
  display: flex;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .left-content {
  width: fit-content;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .left-content .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image {
  width: 50px;
  text-align: center;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .left-content .wpb_column .vc_column-inner .wpb_wrapper .wpb_single_image .vc_figure .vc_single_image-wrapper {
  width: 100%;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content {
  width: fit-content;
  padding-left: 16px;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper {
  display: block;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
  display: block;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper h3 {
  font-size: 22px;
  margin-top: 7px;
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .vc_empty_space.hide-on-mobile {
  display: block;
}
@media (max-width: 699px) {
  .integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .vc_empty_space.hide-on-mobile {
    display: none;
  }
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .vc_empty_space.show-on-mobile {
  display: none;
}
@media (max-width: 699px) {
  .integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .vc_empty_space.show-on-mobile {
    display: block;
  }
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .yoti-default-link.hide-on-mobile {
  display: block;
}
@media (max-width: 699px) {
  .integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .yoti-default-link.hide-on-mobile {
    display: none;
  }
}
.integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .yoti-default-link.show-on-mobile {
  display: none;
}
@media (max-width: 374px) {
  .integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .yoti-default-link.show-on-mobile {
    display: flex !important;
    align-items: center;
  }
}
@media (max-width: 699px) {
  .integration-section .integration-column .vc_column-inner .wpb_wrapper .right-content .wpb_column .vc_column-inner .wpb_wrapper .yoti-default-link.show-on-mobile {
    display: block;
  }
}

/* Integration Template Ends */
/* Yoti Primary Button Starts */
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #218199;
  display: block;
  padding: 6px 27px;
  min-width: 179px;
  min-height: 46px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #218199;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32.6px;
  background-image: unset;
}
@media (max-width: 767px) {
  #image-carousel-with-no-transition-text-section .left-column .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #1f6070;
  border-color: #1f6070;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  outline: none;
  border-style: solid;
  border-width: 3px;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #image-carousel-with-no-transition-text-section .left-column .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-primary-button.full-width .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 100%;
  width: 100%;
}

.page-template-default .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #218199;
  display: block;
  padding: 6px 27px;
  min-width: 179px;
  min-height: 46px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #218199;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32.6px;
  background-image: unset;
}
@media (max-width: 767px) {
  .page-template-default .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
.page-template-default .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #1f6070;
  border-color: #1f6070;
}
.page-template-default .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
.page-template-default .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  outline: none;
  border-style: solid;
  border-width: 3px;
}
.page-template-default .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.page-template-default .yoti-primary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.page-template-default .yoti-primary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
.page-template-default .yoti-primary-button.full-width .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 100%;
  width: 100%;
}

.hbspt-form form .hs-submit .actions .hs-button.primary {
  background-color: #218199;
  display: block;
  padding: 6px 27px;
  min-width: 179px;
  min-height: 46px;
  height: fit-content;
  max-width: 100%;
  border-color: #218199;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32.6px;
  background-image: unset;
}
@media (max-width: 767px) {
  .hbspt-form form .hs-submit .actions .hs-button.primary {
    min-width: 100%;
    width: 100%;
  }
}
.hbspt-form form .hs-submit .actions .hs-button.primary:hover {
  background-color: #1f6070;
  border-color: #1f6070;
}
.hbspt-form form .hs-submit .actions .hs-button.primary:first-letter {
  text-transform: uppercase !important;
}
.hbspt-form form .hs-submit .actions .hs-button.primary:focus {
  outline: none;
  border-style: solid;
  border-width: 3px;
}
.hbspt-form form .hs-submit .actions .hs-button.primary:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .hbspt-form form .hs-submit .actions .hs-button.primary:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}

/* Yoti Primary Button Ends */
/* Yoti Secondary Button Starts */
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: unset;
  display: block;
  padding: 6px 27px;
  min-width: 179px;
  min-height: 46px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #333b40;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32.6px;
  background-image: unset;
}
@media (max-width: 767px) {
  #image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #333b40;
  border-color: #333b40;
  color: #ffffff;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  outline: none;
  border-style: solid;
  border-width: 3px;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button.full-width .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 100%;
  width: 100%;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button.white .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  border-color: #ffffff;
  color: #ffffff;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button.white .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #ffffff;
  color: #333b40;
}

.page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: unset;
  display: block;
  padding: 6px 27px;
  min-width: 179px;
  min-height: 46px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #333b40;
  border-width: 3px;
  border-radius: 10px;
  font-family: "golos-text-semibold", sans-serif;
  text-align: center;
  color: #333b40;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 32.6px;
  background-image: unset;
}
@media (max-width: 767px) {
  .page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
.page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #333b40;
  border-color: #333b40;
  color: #ffffff;
}
.page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
.page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  outline: none;
  border-style: solid;
  border-width: 3px;
}
.page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.page-template-default .yoti-secondary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.page-template-default .yoti-secondary-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
.page-template-default .yoti-secondary-button.full-width .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 100%;
  width: 100%;
}
.page-template-default .yoti-secondary-button.white .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  border-color: #ffffff;
  color: #ffffff;
}
.page-template-default .yoti-secondary-button.white .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #ffffff;
  color: #333b40;
}

/* Yoti Secondary Button Ends */
/* Focus State to Buttons and Links Starts */
a:focus {
  border: none;
  outline: none !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    a:focus {
      box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
      text-decoration: none !important;
      border-radius: 10px !important;
    }
  }
}
a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
  text-decoration: none !important;
  border-radius: 10px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
a:focus-visible span {
  text-decoration: none !important;
}

button:focus {
  border: none !important;
  outline: none !important;
}
button:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    button:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}

input[type=submit]:focus {
  border: none !important;
  outline: none !important;
}
input[type=submit]:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 3px, var(--focus-ring-second-color) 0px 0px 0px 6px !important;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    input[type=submit]:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}

/* Focus State to Buttons and Links Ends */
/* Screen Reader Only For Slick Starts */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* Screen Reader Only For Slick Ends */
/* Use Cases Tab Menu Focus Border Fix Starts */
#use_cases .ult_tabs.yoti-tab-section ul.ult_tabmenu {
  padding-top: 9px;
  padding-bottom: 7px;
}

#use-cases .ult_tabs.yoti-tab-section ul.ult_tabmenu {
  padding-top: 9px;
  padding-bottom: 7px;
}

/* Use Cases Tab Menu Focus Border Fix Ends */
/* yoti-section Top and Bottom Padding In Mobile View Changes Starts */
@media (max-width: 699px) {
  .page-template-default .yoti-section.vc_section {
    padding: 56px 0 !important;
  }
}
/* yoti-section Top and Bottom Padding In Mobile View Changes Ends */
/* vc_custom_heading Class Margin Bottom Changes In Mobile View Starts*/
@media (max-width: 699px) {
  .page-template-default .vc_custom_heading {
    margin-bottom: 16px;
  }
}

/* vc_custom_heading Class Margin Bottom Changes In Mobile View Ends*/
/* eyebrow-heading Class Margin Bottom Changes Starts*/
.page-template-default .eyebrow-heading {
  margin-bottom: 12px;
}
@media (max-width: 699px) {
  .page-template-default .eyebrow-heading {
    margin-bottom: 10px;
  }
}

/* eyebrow-heading Class Margin Bottom Changes Ends*/
/* yoti-text-white Class To Make Font Color White Changes Starts */
.page-template-default .yoti-text-white {
  color: #ffffff !important;
}
.page-template-default .yoti-text-white * {
  color: #ffffff !important;
}

/* yoti-text-white Class To Make Font Color White Changes Ends */
/* yoti-section Extra Padding In Top and Bottom On The Mobile View Changes Starts */
@media (max-width: 699px) {
  .page-template-default .yoti-section.vc_section.yoti-section--extra-padding-top {
    padding-top: 72px !important;
  }
  .page-template-default .yoti-section.vc_section.yoti-section--extra-padding-bottom {
    padding-bottom: 72px !important;
  }
  .page-template-default .yoti-section.vc_section.yoti-section--extra-padding-top-bottom {
    padding: 72px 0 !important;
  }
}
/* yoti-section Extra Padding In Top and Bottom On The Mobile View Changes Ends */
/* Extra Class To Make Margin Bottom None To List Element Starts */
.ul-list-bottom-margin-none {
  margin-bottom: 0px !important;
}

/* Extra Class To Make Margin Bottom None To List Element Ends */
/* OneTrust CSS Modification Starts */
#onetrust-banner-sdk #onetrust-policy-title {
  font-size: 22px !important;
}
#onetrust-banner-sdk #onetrust-policy-text {
  font-size: 16px !important;
}
#onetrust-banner-sdk #onetrust-banner-sdk .ot-b-addl-desc {
  font-size: 16px !important;
}

#onetrust-consent-sdk #onetrust-pc-sdk h1,
#onetrust-consent-sdk #onetrust-pc-sdk h2,
#onetrust-consent-sdk #onetrust-pc-sdk h3,
#onetrust-consent-sdk #onetrust-pc-sdk h4,
#onetrust-consent-sdk #onetrust-pc-sdk h5,
#onetrust-consent-sdk #onetrust-pc-sdk h6 {
  font-weight: normal;
}
@media (min-width: 601px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-content {
    margin: 31px 3px 31px 50px;
  }
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content .pc-logo-container .pc-logo {
  width: 90px;
  margin-bottom: 28px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content h3 {
  font-size: 22px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content #pc-policy-text {
  font-size: 16px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content h4 {
  font-size: 18px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content p {
  font-size: 16px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content .category-host-list-container a {
  font-size: 16px;
  color: #1d427b;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content button .button-theme {
  background-color: #1d427b;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content button:focus-visible {
  margin-left: 6px;
}
#onetrust-consent-sdk #onetrust-pc-sdk button:not(#clear-filters-handler):not(.ot-close-icon):not(#filter-btn-handler):not(.ot-remove-objection-handler):not(.ot-obj-leg-btn-handler):not(.back-btn-handler):not(.category-host-list-handler),
#onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  background-color: #1d427b !important;
  border-color: #1d427b !important;
  color: #ffffff;
}
#onetrust-consent-sdk #onetrust-pc-sdk #cookie-preferences {
  margin-top: 24px;
}
#onetrust-consent-sdk #onetrust-pc-sdk .category-item {
  margin-top: 18px;
}
#onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-container {
  margin-top: 6px;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-consent-sdk .category-host-list-handler {
  color: #1d427b !important;
  border-color: #1d427b !important;
}
#onetrust-consent-sdk #onetrust-pc-btn-handler:focus,
#onetrust-consent-sdk #onetrust-reject-all-handler:focus,
#onetrust-consent-sdk #onetrust-accept-btn-handler:focus,
#onetrust-consent-sdk .category-host-list-handler:focus {
  border-style: solid !important;
}
#onetrust-consent-sdk .category-host-list-handler {
  font-family: "golos-text-semibold", sans-serif !important;
  font-size: 16px !important;
}
#onetrust-consent-sdk #vendor-list-content {
  overflow-y: auto;
  position: inherit;
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #vendor-list-content {
    padding: 0 24px !important;
    margin: 0 !important;
    width: calc(100% - 48px) !important;
  }
}
#onetrust-consent-sdk #vendor-list-content.host-list-content,
#onetrust-consent-sdk #vendor-list-content .hosts-list #vendor-search-handler {
  margin-left: 24px;
}
#onetrust-consent-sdk #vendor-list-content.host-list-content + #vendor-list-save-btn {
  padding-left: 24px;
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #vendor-list-content.host-list-content + #vendor-list-save-btn {
    padding: 0 !important;
    margin-left: 0px;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 896px) and (max-height: 425px) and (orientation: landscape) {
  #onetrust-consent-sdk #vendor-list-content.host-list-content + #vendor-list-save-btn {
    position: inherit !important;
    padding-top: 35px !important;
  }
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #vendor-list-content {
    padding: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 896px) and (max-height: 425px) and (orientation: landscape) {
  #onetrust-consent-sdk #vendor-list-content {
    max-width: 98% !important;
    width: 100% !important;
  }
}
#onetrust-consent-sdk #filter-apply-handler {
  padding-top: 9px;
  padding-bottom: 9px;
  width: 85px;
  float: left;
  margin-left: 16px;
  margin-top: 4px !important;
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #filter-apply-handler {
    margin-left: 26px;
  }
}
@media (max-width: 600px) {
  #onetrust-consent-sdk .save-preference-btn-container {
    top: 18px !important;
  }
}
@media (max-width: 600px) {
  #onetrust-consent-sdk .save-preference-btn-container button.save-preference-btn-handler {
    width: 100%;
    max-width: 100%;
  }
}

/* OneTrust CSS Modification Ends */
/* Hide Style Starts */
@media (max-width: 767px) {
  .hide-in-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-in-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hide-in-desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .hide-in-tablet {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hide-in-tablet {
    display: block;
  }
}

/* Hide Style Ends */
/* Logo Flex Box Style Starts */
.logo-flex-box {
  width: 100%;
}
.logo-flex-box .wpb_text_column {
  max-width: 100% !important;
}
.logo-flex-box .wpb_text_column .logo-list {
  display: grid;
  height: 100%;
  width: 100%;
  gap: 18px;
  overflow: hidden;
  list-style: none;
  grid-template-columns: repeat(auto-fill, minmax(97px, 1fr));
}
@media (min-width: 768px) {
  .logo-flex-box .wpb_text_column .logo-list {
    column-gap: 26px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(97px, 1fr));
  }
}
@media (min-width: 1024px) {
  .logo-flex-box .wpb_text_column .logo-list {
    column-gap: 26px;
    row-gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(139px, 1fr));
  }
}
@media (min-width: 300px) and (max-width: 400px) {
  .logo-flex-box .wpb_text_column .logo-list {
    grid-template-columns: repeat(3, minmax(80px, 1fr));
  }
}
@media (min-width: 900px) and (max-width: 1024px) {
  .logo-flex-box .wpb_text_column .logo-list {
    grid-template-columns: repeat(auto-fill, minmax(139px, 1fr));
  }
}
@media (min-width: 1280px) {
  .logo-flex-box .wpb_text_column .logo-list {
    grid-template-columns: repeat(7, minmax(139px, 1fr));
  }
}
.logo-flex-box .wpb_text_column .logo-list .logo-list-item {
  margin-left: 0px !important;
  list-style: none;
  text-indent: 0 !important;
  padding-left: 0;
}
.logo-flex-box .wpb_text_column .logo-list .logo-list-item img {
  object-fit: contain;
  width: 97px;
}
@media (min-width: 768px) {
  .logo-flex-box .wpb_text_column .logo-list .logo-list-item img {
    width: 139px;
  }
}

/* Logo Flex Box Style Ends */
/* Style For Solution Box Starts*/
.yoti-row--solution-boxes {
  width: 100%;
  max-width: 1280px;
  box-sizing: border-box;
}
.yoti-row--solution-boxes .solution-box-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
.yoti-row--solution-boxes .solution-box-list .solution-box-item {
  max-width: 343px;
  height: 100%;
  padding: 48px;
  border-radius: 30px;
  box-shadow: 0 12px 20px 5px rgba(103, 113, 126, 0.1);
  text-align: center;
  background: #ffffff;
  height: 490px;
  list-style: none;
  text-indent: 0 !important;
  text-align: left;
  margin: 24px 24px;
}
@media (max-width: 767px) {
  .yoti-row--solution-boxes .solution-box-list .solution-box-item {
    padding: 40px;
    margin: 24px 0;
  }
}
.yoti-row--solution-boxes .solution-box-list .solution-box-item img {
  height: 72px;
  width: 72px;
  object-fit: contain;
  text-align: left;
  margin-bottom: 16px;
}
.yoti-row--solution-boxes .solution-box-list .solution-box-item h3 {
  margin-bottom: 8px;
}

/* Style For Solution Box Ends*/
/* Style For The Column Gap Starts */
.vc_row.vc_column-gap-64 > .vc_column_container {
  padding: 36px 64px;
}
@media (max-width: 767px) {
  .vc_row.vc_column-gap-64 > .vc_column_container {
    padding: 24px 0;
  }
}
@media (min-width: 768px) {
  .vc_row.vc_column-gap-64 > .vc_column_container {
    padding: 36px 32px;
  }
}
@media (min-width: 1024px) {
  .vc_row.vc_column-gap-64 > .vc_column_container {
    padding: 36px 64px;
  }
}

/* Style For The Column Gap Starts*/
/* Style For The To Make Text Conatiner Full Width Starts */
.page-template-default .yoti-row.wpb_row .wpb_text_column.full-width {
  max-width: 100%;
}

/* Style For The To Make Text Conatiner Full Width Ends*/
/* Style For Vertical Separator Starts */
.yoti-separator-vertical {
  display: flex;
  justify-content: center;
}
.yoti-separator-vertical > *:not(:last-child) {
  border-right: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .yoti-separator-vertical {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .yoti-separator-vertical.horizontal-mobile {
    flex-direction: column;
  }
  .yoti-separator-vertical.horizontal-mobile > * {
    padding: 16px 0;
  }
  .yoti-separator-vertical.horizontal-mobile > *:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ffffff;
  }
}

/* Style For Vertical Separator Ends */
/* Style For Dual CTA Box With Separator Starts */
.yoti__dual-cta-box-row {
  width: calc(100% - 48px) !important;
  border-radius: 30px;
  padding: 72px 0 !important;
}
@media (max-width: 767px) {
  .yoti__dual-cta-box-row {
    padding: 72px 40px !important;
  }
}
@media (min-width: 1024px) {
  .yoti__dual-cta-box-row {
    max-width: 1118px !important;
    width: calc(100% - 96px) !important;
  }
}
.yoti__dual-cta-box-row .wpb_content_element {
  max-width: 350px !important;
  margin: auto;
}
.yoti__dual-cta-box-row .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: unset;
  margin: auto;
}
@media (max-width: 767px) {
  .yoti__dual-cta-box-row .yoti-primary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
  }
}
.yoti__dual-cta-box-row .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: unset;
  margin: auto;
}
@media (max-width: 767px) {
  .yoti__dual-cta-box-row .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
  }
}

/* Style For Dual CTA Box With Separator Ends */
/* CSS For Word Break At Table Starts */
.wp-block-table tr th {
  word-break: break-word;
}
.wp-block-table tr td {
  word-break: break-word;
}

/* CSS For Word Break At Table Ends */
/* Class For Word Break Starts */
.break-word {
  word-wrap: break-word;
}

/* Class For Word Break Ends */

/*# sourceMappingURL=main-styles.css.map */
