@charset "UTF-8";
@font-face {
  font-family: gt-eesti-display-regular;
  src: url("/wp-content/themes/provemyage/app/font/gt-eesti-display-regular.woff2");
}
@font-face {
  font-family: gt-eesti-display-bold;
  src: url("/wp-content/themes/provemyage/app/font/gt-eesti-display-bold.woff");
}
/* Icon Fonts */
@font-face {
  font-family: "icomoon";
  src: url("/wp-content/themes/provemyage/app/font/icomoon/fonts/icomoon.eot?9szzja");
  src: url("/wp-content/themes/provemyage/app/font/icomoon/fonts/icomoon.eot?9szzja#iefix") format("embedded-opentype"), url("/wp-content/themes/provemyage/app/font/icomoon/fonts/icomoon.ttf?9szzja") format("truetype"), url("/wp-content/themes/provemyage/app/font/icomoon/fonts/icomoon.woff?9szzja") format("woff"), url("/wp-content/themes/provemyage/app/font/icomoon/fonts/icomoon.svg?9szzja#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: "\e900";
}

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

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

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

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

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

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

.icon-chevron-up:before {
  content: "\e907";
}

.icon-chevron-down:before {
  content: "\e908";
}

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

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

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

html {
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 18px;
  line-height: 1.5;
  color: #67717e;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gt-eesti-display-bold", sans-serif !important;
  color: #333b40;
  line-height: normal;
  font-weight: normal;
}

h1 {
  font-size: 50px;
}

h2 {
  margin-bottom: 24px;
  font-size: 34px;
}

h3 {
  margin-bottom: 24px;
  font-size: 28px;
}

h4 {
  margin-bottom: 16px;
  font-size: 22px;
}

h5 {
  margin-bottom: 16px;
  font-size: 16px;
}

h6 {
  margin-bottom: 16px;
  font-size: 0.8rem;
  line-height: 1.36 !important;
}

p {
  margin-bottom: 16px;
  font-size: 18px;
}

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

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

p a {
  color: #2ba0ff;
}

h2 b {
  font-weight: normal;
}

img {
  max-width: 100%;
}

input {
  font-family: "gt-eesti-display-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;
}

@media (min-width: 1024px) {
  .align-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .align-left-tablet {
    text-align: left !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  .align-left-tablet-700 {
    text-align: left !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .align-left-mobile {
    text-align: left !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 699px) {
  .align-left-mobile-700 {
    text-align: left !important;
    margin-left: 0 !important;
    max-width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .align-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .align-right-tablet {
    text-align: right !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  .align-right-tablet-700 {
    text-align: right !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .align-right-mobile {
    text-align: right !important;
  }
}
@media (max-width: 699px) {
  .align-right-mobile-700 {
    text-align: right !important;
  }
}

@media (min-width: 1024px) {
  .align-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .align-center-tablet {
    text-align: center !important;
  }
}
@media (min-width: 700px) and (max-width: 1023px) {
  .align-center-tablet-700 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .align-center-mobile {
    text-align: center !important;
  }
}
@media (max-width: 699px) {
  .align-center-mobile-700 {
    text-align: center !important;
  }
}

.mw-100 {
  max-width: 100% !important;
}

.min-h-auto {
  min-height: auto !important;
}

.p-bottom-0 {
  padding-bottom: 0 !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;
  }
}
.wpb_text_column .wpb_wrapper ol {
  margin: 16px 0px;
}
@media (max-width: 767px) {
  .wpb_text_column .wpb_wrapper ol li {
    margin-left: 8px;
  }
}

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

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

.h1 p:first-of-type,
.h2 p:first-of-type,
.h3 p:first-of-type,
.h4 p:first-of-type,
.h5 p:first-of-type,
.h6 p:first-of-type {
  font-family: "gt-eesti-display-bold", sans-serif !important;
  color: #333b40;
  line-height: normal;
}

.h1 p:first-of-type {
  font-size: 50px;
}

.h2 p:first-of-type {
  margin-bottom: 24px;
  font-size: 34px;
}

.h3 p:first-of-type {
  margin-bottom: 24px;
  font-size: 28px;
}

.h4 p:first-of-type {
  margin-bottom: 16px;
  font-size: 22px;
}

.h5 p:first-of-type {
  margin-bottom: 16px;
  font-size: 16px;
}

.h6 p:first-of-type {
  margin-bottom: 16px;
  font-size: 0.8rem;
  line-height: 1.36 !important;
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong {
  font-weight: normal;
}

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

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

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

/* CSS only for ios device */
@supports (-webkit-touch-callout: none) {
  /* Font size adjust in landscape mode */
  html {
    -webkit-text-size-adjust: none;
  }
}
.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: "gt-eesti-display-bold", 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: 56px 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: 56px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.page-template-default .vc_section.vc_section-has-fill + .vc_section {
  margin: auto;
  padding: 56px 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: 56px 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;
}
@media (max-width: 699px) {
  .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.show-on-mobile {
    display: block;
  }
}
.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;
}
@media (max-width: 699px) {
  .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.show-on-mobile {
    display: block;
  }
}
.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;
}
@media (max-width: 699px) {
  .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.show-on-mobile {
    display: block;
  }
}
.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;
}
@media (max-width: 699px) {
  .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.show-on-mobile {
    display: block;
  }
}
.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;
}
@media (max-width: 699px) {
  .page-template-default .yoti-section.vc_section.image-bottom-left > .yoti-row.wpb_row > .vc_col-sm-6:first-of-type .wpb_single_image.show-on-mobile {
    display: block;
  }
}
.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;
}
@media (max-width: 699px) {
  .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.show-on-mobile {
    display: block;
  }
}
.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;
}
@media (max-width: 699px) {
  .page-template-default .yoti-section.vc_section.image-bottom-right > .yoti-row.wpb_row > .vc_col-sm-6:last-of-type .wpb_single_image.show-on-mobile {
    display: block;
  }
}
.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;
}
@media (max-width: 699px) {
  .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.show-on-mobile {
    display: block;
  }
}
.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: #333b40;
}
.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: #333b40;
}
@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: #333b40;
}
.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: #333b40;
}
@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: calc(100% - 64px);
  margin: auto;
}
.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--meduim {
  max-width: 900px;
  margin: auto;
}
.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: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel .vc_custom_heading {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel p {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h2 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h3 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h4 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h5 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.page-template-default .yoti-logo-carousel h6 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", 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 .horizontal-list-with-icon .uavc-list {
  row-gap: 48px;
  column-gap: 145px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-template-default .horizontal-list-with-icon .uavc-list {
    column-gap: 76px;
    justify-content: flex-start;
  }
}
.page-template-default .horizontal-list-with-icon .uavc-list-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-template-default .horizontal-list-with-icon .uavc-list-content .uavc-list-icon .aio-icon-img {
    width: 100px;
  }
}
.page-template-default .horizontal-list-with-icon .uavc-list-content .uavc-list-desc {
  text-align: center;
}
.page-template-default .horizontal-list-with-icon li {
  width: 160px;
}
@media (max-width: 767px) {
  .page-template-default .horizontal-list-with-icon li {
    width: 100px;
    flex-basis: 36%;
  }
}
.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: normal;
  color: #333b40;
}
.page-template-default .eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc * {
  margin-bottom: 0px;
}
.page-template-default .eyebrow-heading-with-icon.align-center {
  margin: auto;
  width: fit-content;
}
.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: "gt-eesti-display-bold", sans-serif !important !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 {
  width: calc(100% - 64px);
  margin: auto;
}
.page-template-default .yoti-row--boxes > .vc_column_container {
  width: unset;
  margin: 8px;
}
.page-template-default .yoti-row--boxes .vc_column-inner {
  display: flex;
  height: 100%;
}
.page-template-default .solutions-box {
  max-width: 304px;
  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 .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: center;
}
.page-template-default .solutions-box .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.page-template-default .solutions-box .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
  text-align: center !important;
}
.page-template-default .solutions-box .wpb_text_column {
  font-size: 16px;
}
.page-template-default .solutions-box p {
  font-size: 16px;
}
.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: 24px;
  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: "gt-eesti-display-bold", 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-default-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: "gt-eesti-display-bold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .pricing * {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .pricing * .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
.page-template-default .pricing p {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  color: #4c5460;
}
.page-template-default .pricing p .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
.page-template-default .pricing .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "gt-eesti-display-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: "gt-eesti-display-bold", 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-default-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: "gt-eesti-display-bold", 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-default-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_wrapper .yoti-default-button a {
  margin: auto;
  background: #ffffff;
  color: #2d9fff;
}
.page-template-default .duo-background-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 .ult_exp_section_layer.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.page-template-default .ult_exp_section_layer .ult_exp_section {
  padding-top: 64px;
  background-color: unset !important;
}
.page-template-default .ult_exp_section_layer .ult_exp_section-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-default .ult_exp_section_layer .ult_exp_section-main .ult_expheader {
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}
.page-template-default .ult_exp_section_layer .ult_exp_section-main .ult_exp_icon {
  margin-left: 8px;
}
.page-template-default .ult_exp_section_layer .ult_exp_section-main .ult_exp_icon .align-icon {
  display: flex;
  align-items: center;
}
.page-template-default .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.page-template-default .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.page-template-default .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.page-template-default .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.page-template-default .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.page-template-default .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.page-template-default .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.page-template-default .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.page-template-default .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.page-template-default .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.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 .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.page-template-default .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.page-template-default .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.page-template-default .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.page-template-default .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-bold", 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: "gt-eesti-display-bold", 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 .wpb_text_column.list-standard-indent .wpb_wrapper ul li {
  line-height: 32px;
  margin-left: 0px;
}
.page-template-default .wpb_text_column.list-standard-indent .wpb_wrapper ul li span {
  position: relative;
  left: -6px;
}
.page-template-default .wpb_text_column.list-standard-indent .wpb_wrapper ol li {
  margin-left: 0px;
  line-height: 32px;
}
.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 .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: 10px;
}
.page-template-default .app-store-button-block .app-store-button a {
  width: 95px;
}
.page-template-default .app-store-button-block .app-store-button a img {
  height: 27px;
  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-template-default .tag-overlay-with-icon {
  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 .tag-overlay-with-icon * {
  margin-bottom: 0;
  line-height: 1;
}
.page-template-default .tag-overlay-with-icon .tag_icon {
  display: flex;
  margin-right: 8px;
}
.page-template-default .tag-overlay-with-icon .tag_icon img {
  width: 20px;
  height: 20px;
}

#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;
}

.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: "gt-eesti-display-bold", 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: normal;
}
.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: 0px;
}
.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: calc(100% - 64px);
  margin: auto;
}
.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--meduim {
  max-width: 900px;
  margin: auto;
}
.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: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel .vc_custom_heading {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel p {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h2 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h3 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h4 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h5 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  font-size: 16px;
}
.single .yoti-logo-carousel h6 {
  color: #67717e;
  font-family: "gt-eesti-display-bold", 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 .horizontal-list-with-icon .uavc-list {
  row-gap: 48px;
  column-gap: 145px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .single .horizontal-list-with-icon .uavc-list {
    column-gap: 76px;
    justify-content: flex-start;
  }
}
.single .horizontal-list-with-icon .uavc-list-content {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .single .horizontal-list-with-icon .uavc-list-content .uavc-list-icon .aio-icon-img {
    width: 100px;
  }
}
.single .horizontal-list-with-icon .uavc-list-content .uavc-list-desc {
  text-align: center;
}
.single .horizontal-list-with-icon li {
  width: 160px;
}
@media (max-width: 767px) {
  .single .horizontal-list-with-icon li {
    width: 100px;
    flex-basis: 36%;
  }
}
.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: normal;
  color: #333b40;
}
.single .eyebrow-heading-with-icon .uavc-list-content span.uavc-list-desc * {
  margin-bottom: 0px;
}
.single .eyebrow-heading-with-icon.align-center {
  margin: auto;
  width: fit-content;
}
.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: "gt-eesti-display-bold", sans-serif !important !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 {
  width: calc(100% - 64px);
  margin: auto;
}
.single .yoti-row--boxes > .vc_column_container {
  width: unset;
  margin: 8px;
}
.single .yoti-row--boxes .vc_column-inner {
  display: flex;
  height: 100%;
}
.single .solutions-box {
  max-width: 304px;
  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 .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: center;
}
.single .solutions-box .wpb_single_image img {
  height: 38px;
  object-fit: contain;
  margin-bottom: 16px;
}
.single .solutions-box .vc_custom_heading {
  margin-bottom: 12px;
  color: #333b40;
  font-size: 16px;
  text-align: center !important;
}
.single .solutions-box .wpb_text_column {
  font-size: 16px;
}
.single .solutions-box p {
  font-size: 16px;
}
.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: "gt-eesti-display-bold", 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-default-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: "gt-eesti-display-bold", sans-serif !important;
  color: #4c5460;
}
.single .pricing * {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  color: #4c5460;
}
.single .pricing * .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
.single .pricing p {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: normal;
  font-weight: bold;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  color: #4c5460;
}
.single .pricing p .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
.single .pricing .pricing-text {
  color: #8d99a7;
  font-size: 16px;
  font-family: "gt-eesti-display-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: "gt-eesti-display-bold", 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-default-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: "gt-eesti-display-bold", 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-default-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_wrapper .yoti-default-button a {
  margin: auto;
  background: #ffffff;
  color: #2d9fff;
}
.single .duo-background-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 .ult_exp_section_layer.column-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.single .ult_exp_section_layer .ult_exp_section {
  padding-top: 64px;
  background-color: unset !important;
}
.single .ult_exp_section_layer .ult_exp_section-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single .ult_exp_section_layer .ult_exp_section-main .ult_expheader {
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
}
.single .ult_exp_section_layer .ult_exp_section-main .ult_exp_icon {
  margin-left: 8px;
}
.single .ult_exp_section_layer .ult_exp_section-main .ult_exp_icon .align-icon {
  display: flex;
  align-items: center;
}
.single .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.single .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.single .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.single .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.single .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.single .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.single .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.single .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.single .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.single .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.single .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.single .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.single .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.single .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.single .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.single .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.single .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.single .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.single .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.single .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-bold", 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: "gt-eesti-display-bold", 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;
  margin-top: 64px;
}
.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 .wpb_text_column.list-standard-indent .wpb_wrapper ul li {
  line-height: 32px;
  margin-left: 0px;
}
.single .wpb_text_column.list-standard-indent .wpb_wrapper ul li span {
  position: relative;
  left: -6px;
}
.single .wpb_text_column.list-standard-indent .wpb_wrapper ol li {
  margin-left: 0px;
  line-height: 32px;
}
.single .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;
}
.single .title__well * {
  margin-bottom: 0;
  line-height: 1;
}
.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: 10px;
}
.single .app-store-button-block .app-store-button a {
  width: 95px;
}
.single .app-store-button-block .app-store-button a img {
  height: 27px;
  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 .tag-overlay-with-icon {
  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;
}
.single .tag-overlay-with-icon * {
  margin-bottom: 0;
  line-height: 1;
}
.single .tag-overlay-with-icon .tag_icon {
  display: flex;
  margin-right: 8px;
}
.single .tag-overlay-with-icon .tag_icon img {
  width: 20px;
  height: 20px;
}

.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;
  margin-top: 64px;
}
.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);
}

.archive .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.archive .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.archive .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.archive .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.archive .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.archive .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.archive .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.archive .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.archive .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.archive .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.archive .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.archive .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.archive .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.archive .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.archive .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.archive .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.archive .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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 .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.archive .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.archive .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.archive .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.archive .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.archive .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.archive .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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: "gt-eesti-display-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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.search .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.search .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.search .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.search .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.search .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.search .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.search .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.search .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.search .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.search .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.search .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.search .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.search .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.search .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.search .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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 .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.search .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.search .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.search .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.search-results .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.search-results .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-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 .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.search-results .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.search-results .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.search-results .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.search-results .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.search-results .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-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 .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.search-results .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.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 .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.search-results .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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 .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.search-results .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.search-results .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.search-results .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.search-results .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.search-results .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.search-results .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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: "gt-eesti-display-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;
}

.utilities {
  display: none;
}
.utilities ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  border-radius: 0 0 50em 50em;
  background: #eceff2;
  padding: 5px 0 6px 21px;
}
.utilities li {
  margin-right: 32px;
  list-style-type: none;
}
.utilities li:last-of-type {
  margin-right: 21px;
  color: #67717e;
}
.utilities a {
  color: #67717e;
}

.category .vc_btn3-container.vc_btn3-inline {
  display: block;
}
.category .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.category .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.category .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.category .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.category .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.category .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.category .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.category .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.category .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.category .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.category .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.category .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.category .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.category .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.category .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.category .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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 .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.category .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.category .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.category .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.category .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.category .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.category .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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: "gt-eesti-display-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: "gt-eesti-display-bold", 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;
  margin-top: 64px;
}
.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 (min-width: 1280px) {
  .post-page-header {
    margin-top: 84px;
  }
}
@media (max-width: 1279px) {
  .post-page-header {
    margin-top: 72px;
  }
}
.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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.author .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.author .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.author .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.author .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.author .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.author .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.author .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.author .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.author .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.author .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.author .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.author .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.author .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.author .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.author .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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 .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.author .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.author .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.author .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.author .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.author .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.author .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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: "gt-eesti-display-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 {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .author .post-page-header {
    margin-top: 84px;
  }
}
@media (max-width: 1279px) {
  .author .post-page-header {
    margin-top: 72px;
  }
}
.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: "gt-eesti-display-bold", 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: #546072;
  line-height: 33.6px;
  font-family: "gt-eesti-display-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: "gt-eesti-display-bold", 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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.tag .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.tag .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.tag .yoti-default-button .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.tag .yoti-default-button .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.tag .yoti-default-button .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.tag .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
  background: #77e274;
}
.tag .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: #007ee8;
  color: #ffffff;
  background-color: #b2f2b0;
  color: #ffffff;
}
.tag .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:active {
  background-color: #1a5c92;
}
.tag .yoti-default-button--green .yoti-default-button--wpforms {
  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;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase !important;
  color: #ffffff;
  box-sizing: border-box;
}
.tag .yoti-default-button--green .yoti-default-button--wpforms:hover {
  background-color: #007ee8;
  color: #ffffff;
}
.tag .yoti-default-button--green .yoti-default-button--wpforms:active {
  background-color: #1a5c92;
}
.tag .vc_btn3-container.vc_btn3-center a {
  margin: auto;
}
.tag .vc_btn3-container.vc_btn3-right a {
  margin-left: auto;
}
.tag .yoti-default-button.yoti-default-button--small {
  text-align: center;
}
.tag .yoti-default-button.yoti-default-button--small a {
  display: inline-block !important;
  padding: 2px 4px !important;
  font-size: 12px !important;
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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 .yoti-default-link a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !important;
  color: #2d9fff !important;
  font-weight: bold;
}
.tag .yoti-default-link a:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 8px;
  font-size: 10px;
}
.tag .yoti-default-link a:hover {
  background: 0;
  border: 0;
  color: #007ee8 !important;
}
.tag .yoti-default-link a:active {
  background-color: #1a5c92 !important;
}
.tag .yoti-default-link a .wpb_content_element {
  margin-bottom: 32px;
}
.tag .yoti-default-link a .vc_btn3-container {
  margin: 0;
}
.tag .text-block-with-icon a {
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 16px;
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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: "gt-eesti-display-regular", sans-serif !important !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: "gt-eesti-display-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 (min-width: 1280px) {
  .post-page-header {
    margin-top: 84px;
  }
}
@media (max-width: 1279px) {
  .post-page-header {
    margin-top: 72px;
  }
}
@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;
  text-align: center;
  color: #333b40;
}

.entry-footer {
  display: none;
}

.site-footer {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #eceff2;
}

.footer-mega-col {
  width: calc(100% - 64px);
  margin: auto;
}
.footer-mega-col .widget_nav_menu {
  display: none;
}

.footer-mega-col-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-mega-col-wrap .widget {
  width: 100%;
}
.footer-mega-col-wrap .widget-title {
  margin-bottom: 32px;
  text-transform: uppercase;
  color: #67717e;
}
.footer-mega-col-wrap .menu-item {
  margin: 0 0 16px;
  list-style-type: none;
}
.footer-mega-col-wrap .menu-item a {
  color: #67717e;
  font-size: 0.8rem;
}
.footer-mega-col-wrap .footer__column-one {
  padding-left: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-mega-col-wrap .footer__column-one > img:first-of-type {
  width: 63px;
  margin-bottom: 32px;
}
.footer-mega-col-wrap .footer__column-one p {
  margin-bottom: 16px;
  font-size: 0.8rem;
}

.footer-downloads {
  display: flex;
  align-items: center;
}
.footer-downloads > a:first-of-type {
  margin-right: 16px;
}
.footer-downloads img {
  height: 30px;
  object-fit: contain;
  cursor: pointer;
}

/* Yoti Footer Style Starts */
.yoti-footer {
  width: 100%;
}
.yoti-footer-container-upper-section {
  background-color: #eceff2;
  padding-top: 52px;
}
@media (min-width: 1024px) {
  .yoti-footer-container-upper-section {
    padding-top: 96px;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-direction: row;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper {
    width: calc(100% - 64px);
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper {
    width: calc(100% - 64px);
    flex-direction: row;
  }
}
@media (max-width: 1279px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper {
    width: 100%;
    max-width: 1328px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper {
    padding-left: 76px;
    padding-right: 76px;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1 {
  width: 44%;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1 {
    width: 100%;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section {
  padding-left: unset;
  text-align: center;
  display: flex;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section {
    display: block;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section {
    display: block;
    text-align: left;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .yoti-logo {
  margin-bottom: 32px;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .yoti-logo a:focus-visible {
  display: inline-flex;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .yoti-logo a img {
  width: 73px;
  height: 32px;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .yoti-logo a {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .yoti-logo a {
    display: block;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .yoti-logo a {
    display: block;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .cmpny-copy-right {
  margin-bottom: 38px;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .cmpny-copy-right span {
  font-size: 16px;
  font-weight: 400;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .app-store-section {
  width: 236px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  margin: 0 0 4px;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .app-store-section {
    margin: 0 auto 4px;
    align-items: left;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .app-store-section .app-store-icon {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-logo-section .app-store-section .app-store-icon img {
  height: 32px;
  width: 105px;
  object-fit: fill;
  cursor: pointer;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section {
  height: 80px;
  display: flex;
  column-gap: 24px;
  flex-wrap: wrap;
  row-gap: 10px;
  margin-bottom: 42px;
}
@media (max-width: 480px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section {
    height: 70px;
    grid-template-rows: 1fr;
    margin: 28px auto;
    width: auto;
    align-content: space-between;
  }
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section {
    margin-top: 28px;
    margin-bottom: 28px;
    justify-content: center;
    max-width: max-content;
    width: 100%;
    margin: 28px auto 40px;
    column-gap: 24px;
    flex-wrap: nowrap;
  }
}
@media (max-width: 369px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section {
    column-gap: 4px;
    height: 65px;
  }
}
@media (min-width: 370px) and (max-width: 480px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section {
    column-gap: 8px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section {
    height: 80px;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section a {
  height: 80px;
}
@media (max-width: 369px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section a {
    height: 65px;
  }
}
@media (min-width: 370px) and (max-width: 480px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section a {
    height: 70px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section a {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section a {
    height: 80px;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section .security-logo-1 {
  order: -1;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section .security-logo-1 {
    order: 2;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section .security-logo-2 {
  order: -1;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section .security-logo-2 {
    order: 2;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section img {
  height: 80px;
  object-fit: fill;
}
@media (min-width: 768px) and (max-width: 900px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section img {
    height: 76px;
  }
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section img {
    margin-right: 0px;
    object-fit: unset;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-1.yoti-security-logo-section img {
    height: inherit;
    position: relative;
    grid-row: 3;
    padding: 4px;
  }
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 {
    width: 56%;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 {
    width: 56%;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  row-gap: 25px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 900px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap {
    grid-template-columns: repeat(2, 1fr);
    width: auto;
  }
}
@media (max-width: 550px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
  }
}
@media (min-width: 551) and (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }
}
@media (min-width: 900px) and (max-width: 1100px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap {
    column-gap: 20px;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap nav {
  padding-left: 0.9375rem;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap nav {
    padding-left: 0;
    padding-right: 0;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap nav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap nav .menu-title {
  margin-bottom: 32px;
  text-transform: uppercase;
  color: #546072;
  font-size: 12px;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap nav .menu-item {
  margin: 0 0 16px;
  list-style-type: none;
  font-size: 16px;
  color: #333b40;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .yoti-footer-menu-wrap nav .menu-item a:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !important;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap {
    margin-bottom: 20px;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .description-text {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .description-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .description-text p {
  font-size: 16px !important;
  color: #546072;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper {
  display: flex;
  flex-direction: row;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  align-items: flex-start;
  padding-bottom: 4px;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper .tabs__navlist {
  display: flex;
  flex-wrap: wrap;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper .tabs__navlist li {
  list-style: none;
  margin-left: 16px;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper .tabs__navlist .tabs__nav-item button {
  border: none;
  color: #546072;
  border-bottom: 1px solid #546072 !important;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 12px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  border-radius: 0px !important;
  background-color: unset;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper .tabs__navlist .tabs__nav-item button:focus {
  border-radius: 0px !important;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper .tabs__navlist .tabs__nav-item button:focus-visible {
  border-radius: 3px !important;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper .tabs__navlist .tabs__nav-item.is-active button {
  font-weight: bold;
  color: #333b40;
  border-bottom: unset !important;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .location-wrapper .location-icon {
  padding-top: 5px;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .tabs__panels {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .tabs__panels {
    padding-left: 0;
    padding-right: 0;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .tabs__panels .panel-body p {
  margin-bottom: unset !important;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .tabs__panels .panel-body .country-address {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #546072;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .tabs__panels .panel-body .country-regno {
  font-size: 14px;
  line-height: 20px;
  display: block;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .tabs__panels .panel-body .country-regno {
    font-size: 16px;
    -webkit-text-size-adjust: none;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-col-2 .location-details-wrap .location-details .tabs__panels .panel-body .country-regno.display-none {
  display: none;
}
.yoti-footer-container-upper-section .yoti-footer-wrapper.upper-section-wrap {
  padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 900px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper.upper-section-wrap {
    padding-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper.upper-section-wrap {
    padding-bottom: 20px;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper.lower-section-wrap {
  flex-direction: row;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  .yoti-footer-container-upper-section .yoti-footer-wrapper.lower-section-wrap {
    flex-direction: column-reverse;
  }
}
.yoti-footer-container-upper-section .yoti-footer-wrapper .yoti-separator {
  border-top: 1px solid #9ba5b4;
  padding-bottom: 20px;
  width: 100%;
  margin: auto;
}
.yoti-footer-container-lower-section {
  background-color: #ffffff;
  padding: 56px 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-footer-container-lower-section {
    padding: 32px 0;
  }
}
.yoti-footer-container-lower-section .bottom-section-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 1280px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .yoti-footer-container-lower-section .bottom-section-wrap {
    width: unset;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-lower-section .bottom-section-wrap {
    width: calc(100% - 64px);
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-lower-section .bottom-section-wrap {
    padding: 0 76px;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 40px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-lower-section .bottom-section-wrap.space-around {
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu {
    padding-top: 8px;
    padding-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu {
    padding-top: 8px;
    padding-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
@media (max-width: 767px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list {
    row-gap: 16px;
  }
}
.yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list li {
  list-style-type: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #546072;
  margin: 0px 16px 0;
}
@media (max-width: 767px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list li {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list li {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list li {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list li.first {
    margin-left: unset;
  }
}
.yoti-footer-container-lower-section .bottom-section-wrap .bottom-menu .bottom-menu-list li a:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !important;
}
.yoti-footer-container-lower-section .bottom-section-wrap .social-media {
  display: flex;
  flex-direction: row;
}
.yoti-footer-container-lower-section .bottom-section-wrap .social-media .share-icon a:focus-visible {
  display: inline-flex;
}
.yoti-footer-container-lower-section .bottom-section-wrap .social-media .share-icon a i {
  margin: 0 16px;
  font-size: 30px;
  color: #333b40;
}
@media (max-width: 767px) {
  .yoti-footer-container-lower-section .bottom-section-wrap .social-media .share-icon a {
    text-align: center;
  }
}

/* Yoti Footer Style Ends */
.post-template-default .entry-content a {
  font-family: "gt-eesti-display-bold", sans-serif !important !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: "gt-eesti-display-bold", 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) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  .page-template-default .yoti-section.vc_section.image-bottom-left {
    padding-bottom: 0 !important;
  }
  .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 {
    padding-bottom: 0 !important;
  }
  .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 {
    padding-bottom: 0 !important;
  }
  .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 {
    padding-bottom: 0 !important;
  }
  .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 {
    padding-bottom: 0 !important;
  }
  .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 {
    padding-bottom: 0 !important;
  }
  .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 {
    padding-bottom: 0 !important;
  }
  .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 {
    padding-bottom: 0 !important;
  }
  .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 .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: 32px;
  }
  .page-template-default .vc_section.hero-section h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .page-template-default .vc_section.hero-section p {
    font-size: 18px;
  }
  .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: 16px;
    font-size: 32px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill p {
    font-size: 18px;
  }
  .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: 208px;
  }
  .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 .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .page-template-default .yoti-default-button .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .page-template-default .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .page-template-default .yoti-default-button--green .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .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: 32px;
  }
  .single .vc_section.hero-section h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .single .vc_section.hero-section p {
    font-size: 18px;
  }
  .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: 32px;
  }
  .single .vc_section.hero-section.vc_section-has-fill h2 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .single .vc_section.hero-section.vc_section-has-fill p {
    font-size: 18px;
  }
  .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: 208px;
  }
  .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 .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .single .yoti-default-button .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .single .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .single .yoti-default-button--green .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .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 .entry-content {
    padding-top: 0;
  }
  .single-post .entry-content {
    padding-top: 0;
  }
  .single-post #ocvb-container {
    top: 80px;
  }
  .archive .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .archive .yoti-default-button .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .archive .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .archive .yoti-default-button--green .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .search .yoti-default-button .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .search .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .search .yoti-default-button--green .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .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;
  }
  .utilities {
    width: calc(100% - 64px);
    margin: auto;
    display: flex;
    justify-content: flex-end;
  }
  .category .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .category .yoti-default-button .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .category .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .category .yoti-default-button--green .yoti-default-button--wpforms {
    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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .search-results .yoti-default-button .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .search-results .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .search-results .yoti-default-button--green .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .tag .yoti-default-button .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .tag .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 166px;
    font-size: 14px;
  }
  .tag .yoti-default-button--green .yoti-default-button--wpforms {
    width: 166px;
    font-size: 14px;
  }
  .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) {
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 28px;
  }
  .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;
    min-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: 60px;
  }
  .page-template-default .vc_section.hero-section p {
    font-size: 24px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill {
    display: flex;
    align-items: center;
    min-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: 60px;
  }
  .page-template-default .vc_section.hero-section.vc_section-has-fill p {
    font-size: 24px;
  }
  .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: 304px;
  }
  .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;
    min-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: 60px;
  }
  .single .vc_section.hero-section p {
    font-size: 24px;
  }
  .single .vc_section.hero-section.vc_section-has-fill {
    display: flex;
    align-items: center;
    min-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: 60px;
  }
  .single .vc_section.hero-section.vc_section-has-fill p {
    font-size: 24px;
  }
  .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: 304px;
  }
  .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) {
  .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 .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .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 .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .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;
  }
  .single-post .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .archive .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .error404 .main-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #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: 700px) and (min-width: 1280px) {
  .page-template-default .main-navigation {
    width: 100%;
    max-width: 1280px;
  }
  .single .main-navigation {
    width: 100%;
    max-width: 1280px;
  }
  .single-post .main-navigation {
    width: 100%;
    max-width: 1280px;
  }
  .archive .main-navigation {
    width: 100%;
    max-width: 1280px;
  }
  .search .main-navigation {
    width: 100%;
    max-width: 1280px;
  }
  .error404 .main-navigation {
    width: 100%;
    max-width: 1280px;
  }
  .utilities {
    width: 100%;
    max-width: 1280px;
  }
}
@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;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .page-template-default .yoti-default-button .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .page-template-default .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .page-template-default .yoti-default-button--green .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .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;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .single .yoti-default-button .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .single .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .single .yoti-default-button--green .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .archive .yoti-default-button .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .archive .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .archive .yoti-default-button--green .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .category .yoti-default-button .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .category .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .category .yoti-default-button--green .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .search-results .yoti-default-button .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .search-results .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .search-results .yoti-default-button--green .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .tag .yoti-default-button .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .tag .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .tag .yoti-default-button--green .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .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 .yoti-default-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .search .yoti-default-button .yoti-default-button--wpforms {
    width: 266px;
    font-size: 16px;
  }
  .search .yoti-default-button--green .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    width: 266px;
    font-size: 16px;
  }
  .search .yoti-default-button--green .yoti-default-button--wpforms {
    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;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  .page-template-default .yoti-section.vc_section {
    padding: 56px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill {
    padding: 56px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section {
    padding: 56px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
    padding: 56px 0;
  }
  .single .yoti-section.vc_section {
    padding: 56px 0;
  }
  .single .vc_section.vc_section-has-fill {
    padding: 56px 0;
  }
  .single .vc_section.vc_section-has-fill + .vc_section {
    padding: 56px 0;
  }
  .single .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section {
    padding: 56px 0;
  }
}
/* 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: 700px) {
  .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: 699px) {
  .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: 699px) {
  .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: 699px) {
  .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: 699px) {
  .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: 700px) {
  .yoti-button-block.btn-left .wpb_wrapper .vc_btn3-container:first-child {
    margin-left: unset;
  }
}
.yoti-button-block.btn-right {
  justify-content: flex-end;
}
.yoti-button-block.btn-right .wpb_wrapper {
  justify-content: flex-end;
}
@media (min-width: 700px) {
  .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 */
.paoc-popup-modal-cnt {
  padding: 60px 20px 20px 20px !important;
}

.hbspt-form {
  margin-top: -40px;
  width: 100%;
}
.hbspt-form form {
  width: 95%;
  margin: 0 auto;
}
.hbspt-form form .hs-form-field {
  padding: 10px 0;
}
.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%;
}
.hbspt-form form fieldset.form-columns-2 .input {
  margin-right: 0;
}
.hbspt-form form label {
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #546072;
  display: block;
  float: none;
  margin: 0 0 4px 0;
  padding: 0;
}
.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: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}
.hbspt-form form input[type=date]:focus,
.hbspt-form form input[type=datetime]:focus,
.hbspt-form form input[type=datetime-local]:focus,
.hbspt-form form input[type=email]:focus,
.hbspt-form form input[type=month]:focus,
.hbspt-form form input[type=number]:focus,
.hbspt-form form input[type=password]:focus,
.hbspt-form form input[type=range]:focus,
.hbspt-form form input[type=search]:focus,
.hbspt-form form input[type=tel]:focus,
.hbspt-form form input[type=text]:focus,
.hbspt-form form input[type=time]:focus,
.hbspt-form form input[type=url]:focus,
.hbspt-form form input[type=week]:focus,
.hbspt-form form select:focus,
.hbspt-form form textarea:focus {
  outline: none;
  border: 2px solid #2875bc;
}
.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 #cc0000;
}
.hbspt-form form textarea {
  height: 120px;
  font-family: "gt-eesti-display-regular", sans-serif;
}
.hbspt-form form input[type=submit] {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: #2875bc;
  color: #ffffff;
  font-size: 12px;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  text-transform: uppercase;
  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: #27619b;
  color: #ffffff;
}
.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: 12px;
  float: none;
  cursor: default;
}
.hbspt-form form ul.hs-error-msgs {
  list-style: none;
}
.hbspt-form form ul.hs-error-msgs li {
  margin: 2px 0 0;
}
.hbspt-form form .hs_error_rollup ul.hs-error-msgs {
  display: none !important;
}
.hbspt-form form .hs-submit {
  padding: 10px 0 20px 0;
}
.hbspt-form form .hs-recaptcha {
  padding: 20px 0 20px 0;
  overflow: hidden;
}

/*
* 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: 1440px) {
  #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 .left-column .yoti-default-button a {
  background-color: #229dff;
}
#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: 1440px) {
  #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;
}
@media (max-width: 767px) {
  .yoti-accordion {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .yoti-accordion {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-accordion {
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-accordion .desktop-img-holder {
  text-align: center;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .yoti-accordion .desktop-img-holder {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-accordion .desktop-img-holder {
    display: block;
  }
}
@media (min-width: 1440px) {
  .yoti-accordion .desktop-img-holder {
    padding: 0 64px;
  }
}
@media (max-width: 767px) {
  .yoti-accordion-content {
    padding: 18px 0 0 !important;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content {
    padding: 18px 18px 0 !important;
  }
}
.yoti-accordion-content .yoti-single-accordion {
  margin-bottom: 25px;
}
.yoti-accordion-content .yoti-single-accordion-head-title {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-head-title {
    padding: 7px 40px 7px 0px;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title {
    padding: 7px 92px 7px 20px;
  }
}
.yoti-accordion-content .yoti-single-accordion-head-title {
  margin-bottom: 14px;
}
.yoti-accordion-content .yoti-single-accordion-head-title .title {
  font-size: 28px;
  flex: 1;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .title {
    font-size: 22px;
  }
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-container {
  width: 18px;
  height: 18px;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .arrow-container {
    right: 8px;
    top: 8px;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .arrow-container {
    right: 26px;
    top: 12px;
  }
}
@media (min-width: 1440px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .arrow-container {
    top: 16px;
  }
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow-wrapper {
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow.icon-expand {
  transform-origin: center;
  transition: 0.3s linear all;
  transform: rotate(-90deg);
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow.icon-collapse {
  transition: 0.3s linear all;
}
.yoti-accordion-content .yoti-single-accordion-head-title .arrow[class*=icon-]:before {
  border-radius: 100%;
  font-size: 18px;
  color: #206fb3;
  line-height: 35px;
  box-sizing: border-box;
}
.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 (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-head-title .arrow-content {
    top: 0px !important;
    align-items: center;
  }
}
@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: 16px;
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-head-title-image {
    display: inline-block;
    margin-right: 24px;
  }
}
.yoti-accordion-content .yoti-single-accordion-body {
  display: none;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-body {
    padding: 0 8px 0 0px;
  }
}
@media (min-width: 1440px) {
  .yoti-accordion-content .yoti-single-accordion-body {
    padding: 0 100px 0 20px;
  }
}
.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: #2875bc;
  text-decoration: underline;
}
.yoti-accordion-content .yoti-single-accordion-body-content a:hover {
  text-decoration: none;
  color: #27619b;
}
.yoti-accordion-content .yoti-single-accordion-body-content a:active {
  text-decoration: none;
  color: #254d78;
}
.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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@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: #2875bc;
  text-decoration: underline;
}
.yoti-accordion-content .yoti-single-accordion-body-content a span:hover {
  text-decoration: none;
  color: #27619b;
}
.yoti-accordion-content .yoti-single-accordion-body-content a span:active {
  text-decoration: none;
  color: #254d78;
}
.yoti-accordion-content .yoti-single-accordion-body-content .white a {
  color: #ffffff;
}
.yoti-accordion-content .yoti-single-accordion-body-content .white a span {
  color: #ffffff;
}
.yoti-accordion-content .yoti-single-accordion-body-image {
  text-align: center;
  padding: 0 0 20px;
}
@media (max-width: 767px) {
  .yoti-accordion-content .yoti-single-accordion-body-image {
    display: block;
  }
}
@media (min-width: 768px) {
  .yoti-accordion-content .yoti-single-accordion-body-image {
    display: none;
  }
}
.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 .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: 2px dashed #bdd2e6;
}
.yoti-accordion-content .yoti-single-accordion.bottom-border.dotted-bottom-border {
  border-bottom: 2px dotted #bdd2e6;
}
.yoti-accordion-content .yoti-single-accordion.bottom-border.solid-bottom-border {
  border-bottom: 2px solid #bdd2e6;
}
.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 20px;
}
.yoti-accordion-content.image-within-accordion .yoti-single-accordion-body-image {
  text-align: center;
  padding: 0 0 20px;
  display: block;
}
.yoti-accordion-content.always-open .yoti-single-accordion.state-expand .yoti-single-accordion-head-title .arrow-wrapper:hover {
  transform: none !important;
}
.yoti-accordion.title-clickable .yoti-accordion-content.always-open .yoti-single-accordion.state-expand .yoti-single-accordion-head-title:hover .arrow-wrapper {
  transform: none !important;
}
.yoti-accordion.dark-bg .arrow[class*=icon-]:before {
  color: #ffffff;
}

/*
* 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%;
  }
}
@media (min-width: 1440px) {
  .yoti-instant-qr-button {
    padding: 15px 32px 32px;
  }
}
.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;
  max-width: 1328px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-pricing-plan-container {
    padding: 56px 10px;
  }
}
@media (min-width: 768px) {
  .yoti-pricing-plan-container {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-pricing-plan-container {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-pricing-plan-container {
    width: 100%;
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.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: "gt-eesti-display-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: "gt-eesti-display-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: "gt-eesti-display-bold", 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !important;
}

.yoti-modal-card-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .yoti-modal-card-container {
    padding: 56px 24px;
  }
}
@media (min-width: 768px) {
  .yoti-modal-card-container {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-modal-card-container {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-modal-card-container {
    width: 100%;
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.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 (max-width: 767px) {
  .yoti-feature-with-image {
    padding: 56px 24px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-feature-with-image {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-feature-with-image {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1440px) {
  .yoti-feature-with-image .container-title-section {
    padding: 0px 24px;
  }
}
@media (min-width: 768px) {
  .yoti-feature-with-image .container-title-section {
    padding: 0px 24px;
  }
}
@media (max-width: 767px) {
  .yoti-feature-with-image .container-title-section {
    padding: 0px 24px;
  }
}
.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: "gt-eesti-display-bold", 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%;
}
@media (max-width: 767px) {
  .yoti-related-article-container.page {
    padding: 56px 24px;
  }
}
@media (max-width: 767px) {
  .yoti-related-article-container.post {
    padding: 56px 16px;
  }
}
@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;
}
@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;
  }
}
.yoti-related-article-container .container-title-section.center {
  text-align: center;
}
.yoti-related-article-container .container-title-section.left {
  text-align: left;
}
.yoti-related-article-container .container-title-section.right {
  text-align: right;
}
@media (max-width: 767px) {
  .yoti-related-article-container .container-title-section.center-mob {
    text-align: center;
    width: unset;
  }
}
@media (max-width: 767px) {
  .yoti-related-article-container .container-title-section.left-mob {
    text-align: left;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .yoti-related-article-container .container-title-section.right-mob {
    text-align: right;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
}
.yoti-related-article-container .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  flex-direction: row wrap;
  flex-wrap: wrap;
  overflow: hidden;
  max-width: 1280px;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-related-article-container .content-wrapper {
    justify-content: center;
    width: calc(100% - 0px);
  }
}
@media (min-width: 768px) {
  .yoti-related-article-container .content-wrapper {
    justify-content: space-between;
    width: calc(100% - 0px);
  }
}
@media (min-width: 1024px) {
  .yoti-related-article-container .content-wrapper {
    justify-content: space-between;
    width: calc(100% - 64px);
  }
}
.yoti-related-article-container .content-wrapper.title-available {
  margin-top: 50px;
}

.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: #546072;
  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: "gt-eesti-display-bold", 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-blog-home {
  margin-bottom: -148px;
}
@media (max-width: 767px) {
  .yoti-blog-home {
    margin-bottom: -202px;
  }
}
.yoti-blog-home .header-container {
  width: 100%;
  padding: 96px 0 250px;
  background-image: linear-gradient(to bottom, #fff 26%, #f1f9ff 80%);
}
@media (max-width: 767px) {
  .yoti-blog-home .header-container {
    padding-top: 56px;
  }
}
.yoti-blog-home .header-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .yoti-blog-home .header-wrapper {
    width: calc(100% - 48px);
  }
}
@media (min-width: 1024px) {
  .yoti-blog-home .header-wrapper {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .yoti-blog-home .header-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-blog-home .header-wrapper .title-wrapper {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.yoti-blog-home .header-wrapper .title-wrapper .title {
  font-size: 60px;
  color: #333b40;
}
@media (max-width: 767px) {
  .yoti-blog-home .header-wrapper .title-wrapper .title {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
.yoti-blog-home .header-wrapper .title-wrapper .title.search_title {
  font-size: 34px !important;
}
@media (max-width: 767px) {
  .yoti-blog-home .header-wrapper .title-wrapper .title.search_title {
    width: calc(100% - 16px);
    margin: 0 auto;
  }
}
.yoti-blog-home .header-wrapper .title-wrapper .sub-title {
  font-size: 24px;
  margin-top: 24px;
  color: #546072;
  max-width: 380px;
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper {
  margin-top: 76px;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper {
    margin-top: 36px;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper {
    width: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper {
    margin-top: 36px;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper {
    width: 100%;
  }
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper .filter-label {
  font-weight: 700;
  margin: 0 20px;
  color: #546072;
  line-height: normal;
}
@media (max-width: 767px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper .filter-label {
    margin: 0 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper .filter-label {
    margin: 0 16px;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper .filter-label {
    margin: 0 16px;
    margin-bottom: 20px;
  }
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
  color: #546072;
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper ul li {
    margin: 0 16px 16px 16px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper ul li {
    margin: 0 16px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .yoti-blog-home .header-wrapper .tag-menu-wrapper ul li {
    margin: 0 20px;
    margin-bottom: 16px;
  }
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li.active {
  color: #27619b;
  font-weight: 700;
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li.active button .tag-name {
  color: #27619b;
  font-weight: bold;
  position: relative;
  position: relative;
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li.active button .tag-name::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #27619b;
  position: absolute;
  bottom: 0;
  left: 0;
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li.active button .tag-icon {
  filter: invert(27%) sepia(78%) saturate(1099%) hue-rotate(184deg) brightness(93%) contrast(80%);
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li button {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #67717e;
  border: unset !important;
  background-color: unset;
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li button .tag-icon {
  height: 18px;
  width: 18px;
  filter: invert(36%) sepia(26%) saturate(371%) hue-rotate(177deg) brightness(94%) contrast(88%);
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li button .tag-name {
  margin-left: 6px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  position: relative;
  cursor: pointer;
}
.yoti-blog-home .header-wrapper .tag-menu-wrapper ul li button .tag-name::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #546072;
  position: absolute;
  bottom: 0;
  left: 0;
}
.yoti-blog-home .header-wrapper .blog-menu-wrapper {
  margin: 0 auto;
  max-width: 1280px;
}
@media (max-width: 767px) {
  .yoti-blog-home .header-wrapper .blog-menu-wrapper {
    width: calc(100% - 32px);
    margin-top: 22px;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home .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 .header-wrapper .blog-menu-wrapper {
    margin-top: 64px;
    margin-bottom: 14px;
    width: 100%;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1280px) {
  .yoti-blog-home .header-wrapper .blog-menu-wrapper {
    margin-top: 64px;
    margin-bottom: 14px;
    width: 100%;
  }
}
.yoti-blog-home .header-wrapper .blog-menu-wrapper a {
  font-size: 24px;
  font-weight: 300;
  width: fit-content;
  display: flex;
  align-items: center;
}
.yoti-blog-home .header-wrapper .blog-menu-wrapper a .arrow {
  vertical-align: baseline !important;
}
.yoti-blog-home .header-wrapper .blog-menu-wrapper a .dashicons {
  margin-left: -6px;
  margin-right: 2px;
}
.yoti-blog-home .main-posts-container {
  width: 100%;
  padding: 0;
  background-color: #e6f3ff;
}
@media (min-width: 1280px) {
  .yoti-blog-home .main-posts-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-blog-home .main-posts-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  .yoti-blog-home .main-posts-wrapper {
    justify-content: center;
    width: calc(100% - 32px);
    top: -240px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home .main-posts-wrapper {
    justify-content: space-around;
    width: calc(100% - 48px);
    top: -240px;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .yoti-blog-home .main-posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 48px);
    top: -245px;
  }
}
@media (min-width: 1280px) {
  .yoti-blog-home .main-posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 0px);
    top: -245px;
  }
}
@media (max-width: 767px) {
  .yoti-blog-home .main-posts-wrapper .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .yoti-blog-home .main-posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(48% - 2px);
    margin: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-blog-home .main-posts-wrapper .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
  }
}
.yoti-blog-home .main-posts-wrapper .navigation {
  background: transparent;
  width: 100%;
  padding-bottom: 0;
}

.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: #546072;
  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% - 48px);
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 48px);
  }
}
@media (min-width: 1280px) {
  .social-purpose-posts-wrapper .posts-wrapper {
    justify-content: space-between;
    width: calc(100% - 0px);
    padding-left: 25px;
    padding-right: 25px;
  }
}
@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: "gt-eesti-display-bold", sans-serif;
  font-size: 16px;
  color: #2d9fff;
  position: relative;
  right: -10px;
  padding-right: 4px;
  font-weight: normal;
}
.social-purpose-posts-wrapper .read-more-wrapper a img {
  vertical-align: top;
}

.blog-category {
  width: 100%;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .blog-category {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .blog-category {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .blog-category {
    padding: 96px 0;
  }
}
.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;
    max-width: 1328px;
    padding: 0 24px;
  }
}
@media (min-width: 1024px) {
  .blog-category-container {
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .blog-category-container {
    width: 100%;
    max-width: 1330px;
    padding: 0 25px;
  }
}
.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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  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;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-tab-module-container {
    padding: 56px 0px 32px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container {
    padding: 64px 24px 36px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container {
    padding: 96px 24px 66px;
  }
}
@media (min-width: 1280px) {
  .yoti-tab-module-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.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 12px;
  padding: 0;
  height: 16px;
  width: 16px;
  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: 16px;
  width: 16px;
  outline: 0;
  line-height: 0;
  color: transparent;
  padding: 5px;
  margin-top: 0px;
  cursor: pointer;
  border: 2px solid #333b40 !important;
  border-radius: 50%;
  background-color: #ffffff;
}
.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;
  width: 16px;
  height: 16px;
  font-family: unset !important;
  color: #ffffff;
  font-size: 60px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-dots li.slick-active button {
  color: #27619b !important;
  margin-top: 0px;
  margin-left: 0px;
  border: 2px solid #333b40 !important;
  background-color: #27619b;
}
.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: #27619b !important;
  margin-top: 0px;
  margin-left: 0px;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-list {
  width: 100%;
}
@media (max-width: 430px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-list {
    padding: 0 13% 0 0 !important;
  }
}
@media (min-width: 431px) and (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .slick-list {
    padding: 0 23% 0 0 !important;
  }
}
.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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !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;
  border-radius: 20px;
  cursor: pointer;
  padding-top: 14px;
  box-sizing: border-box;
  border: 3px solid transparent;
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block {
    width: 130px;
    height: 130px;
    margin: 0 12px;
    border-radius: 18px;
    padding-top: 12px;
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block {
    width: 130px;
    height: 130px;
    margin: 0 16px;
    padding-top: 12px;
  }
}
@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 20px;
    width: 165px;
    height: 165px;
    padding-top: 18px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .icon {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  width: 61px;
  height: 61px;
}
@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: 78px;
    width: 78px;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .icon img {
  margin: 0 auto;
  object-fit: contain;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list .icon_block_wrapper .icon_block .tag-name {
  color: #333b40;
  text-align: center;
  padding-top: 9px;
  margin: 0 4px;
  font-size: 15px !important;
}
@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 {
    font-size: 18px !important;
  }
}
.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:not(.is-active) .icon_block_wrapper .icon_block {
  border: 3px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list:not(.is-active) .icon_block_wrapper .icon_block:hover {
    border-width: 3px !important;
  }
}
@media (hover: none) and (pointer: coarse) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module-section ul.tabs__navlist .tabs-list:not(.is-active) .icon_block_wrapper .icon_block:hover {
    border: 3px solid transparent !important;
  }
}
.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: 92px;
    padding: 0;
    width: calc(100% - 48px);
  }
}
@media (min-width: 768px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper {
    max-width: 1054px;
    margin-top: 36px;
    width: 100%;
    padding: 32px 0px 40px;
  }
}
@media (min-width: 1024px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper {
    padding: 56px 0px;
    margin-top: 52px;
  }
}
@media (max-width: 767px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content {
    padding: 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 56px;
  }
}
.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;
  }
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body.align-top {
  align-items: flex-start;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body.align-middle {
  align-items: center;
}
.yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content .panel-body.align-bottom {
  align-items: flex-end;
}
@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: 58%;
  }
}
.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: 52%;
  }
}
@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: 386px;
    padding: 0 0px 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content.img-hide-tab .tab-module-image-block {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content.img-hide-tab .tab-module-content-block .title-section {
    max-width: 100%;
  }
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content.img-hide-tab .tab-module-content-block .description-section {
    max-width: 100%;
  }
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content.img-hide-tab .tab-module-content-block .cta-block {
    max-width: 100%;
  }
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content.img-hide-tab .tab-module-content-block .key-feature-section {
    max-width: 100%;
  }
  .yoti-tab-module-container .content-wrapper .yoti-tab-module .tab-item-content-wrapper .tab_inner_content.img-hide-tab .tab-module-content-block .plan-section {
    max-width: 100%;
  }
}

.yoti-singup-newsletter-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-singup-newsletter-box.page {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .yoti-singup-newsletter-box.page {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .yoti-singup-newsletter-box.page {
    padding: 96px 0;
  }
}
.yoti-singup-newsletter-box.post {
  padding: 56px 0;
}
@media (max-width: 767px) {
  .yoti-singup-newsletter-box.post {
    padding: 40px 0;
  }
}
.yoti-singup-newsletter-box.post .yoti-singup-newsletter-box-wrapper {
  max-width: 760px;
  width: 100%;
}
.yoti-singup-newsletter-box-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 760px;
}
@media (max-width: 767px) {
  .yoti-singup-newsletter-box-wrapper {
    max-width: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .yoti-singup-newsletter-box-wrapper {
    max-width: calc(100% - 48px);
  }
}
.yoti-singup-newsletter-box-wrapper.rounded {
  border-radius: 20px;
}
.yoti-singup-newsletter-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px 16px 42px 16px;
}
.yoti-singup-newsletter-box-wrapper .header-wrapper {
  margin-bottom: 24px;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper {
  max-width: 532px;
  width: 100%;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form {
  margin-top: 0px;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form {
  max-width: 532px;
  width: 100%;
  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 10px rgba(113, 122, 124, 0.09);
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form.focused {
  outline: 2px solid #229dff;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .legal-consent-container {
  display: none;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field {
  padding: 0px 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  height: 48px;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .input .hs-input {
  width: 100%;
  height: 46px;
  margin-right: 8px;
  padding: 10px;
  border: none;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 10px;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .input .hs-input:focus-visible {
  box-shadow: 0 0 0 0px #3582c4;
  outline: none;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .input .hs-input:-webkit-autofill {
  box-shadow: inset 0 0 20px 20px #ffffff;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field label {
  margin-top: -23px;
  text-align: left;
  margin-left: 5px;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .hs-error-msgs .hs-error-msg {
  display: block;
  margin: 0px 0 3px 5px !important;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .hs-error-msgs .hs-error-msg li {
  margin: 4px 0 0;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .hs-error-msgs label {
  margin-top: -2px;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .hs-error-msgs:nth-of-type(2) {
  display: none;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-form-field .hs-error-msgs:nth-of-type(2) li {
  display: none;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-submit {
  padding: 0 8px 0 16px;
}
@media (max-width: 767px) {
  .yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-submit {
    padding-left: 8px;
  }
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .hs-submit .hs-button.primary {
  min-width: 84px;
  min-height: 32px;
  padding: unset;
  font-size: 14px;
  border-radius: 4px;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form form .inputs-list {
  margin: 0 0px;
  margin-bottom: -20px;
  text-align: left;
}
.yoti-singup-newsletter-box-wrapper .form-wrapper .hbspt-form .submitted-message {
  font-weight: bold;
}
.yoti-singup-newsletter-box .legal-consent-block {
  padding-top: 18px;
}
@media (max-width: 390px) {
  .yoti-singup-newsletter-box .legal-consent-block {
    padding-top: 28px;
  }
}
.yoti-singup-newsletter-box .legal-consent-block * {
  margin-bottom: 0;
  font-size: 16px;
}

.yoti-cta-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-cta-box.page {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .yoti-cta-box.page {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .yoti-cta-box.page {
    padding: 96px 0;
  }
}
.yoti-cta-box.post {
  padding: 56px 0;
}
@media (max-width: 767px) {
  .yoti-cta-box.post {
    padding: 40px 0;
  }
}
.yoti-cta-box.post .yoti-cta-box-wrapper {
  max-width: 760px;
  width: 100%;
}
.yoti-cta-box-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 760px;
}
@media (max-width: 767px) {
  .yoti-cta-box-wrapper {
    max-width: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .yoti-cta-box-wrapper {
    max-width: calc(100% - 48px);
  }
}
.yoti-cta-box-wrapper.rounded {
  border-radius: 20px;
  overflow: hidden;
  perspective: 1px;
}
.yoti-cta-box-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media (min-width: 768px) {
  .yoti-cta-box-wrapper {
    flex-direction: row;
  }
}
.yoti-cta-box-wrapper .content-wrapper {
  padding: 24px;
}
@media (min-width: 1024px) {
  .yoti-cta-box-wrapper .content-wrapper {
    padding: 32px;
  }
}
.yoti-cta-box-wrapper .content-wrapper .title {
  margin-bottom: 16px;
}
.yoti-cta-box-wrapper .content-wrapper .sub-title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .yoti-cta-box-wrapper .content-wrapper .cta-section {
    min-width: 295px;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .yoti-cta-box-wrapper.image .content-wrapper {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .yoti-cta-box-wrapper.image .content-wrapper {
    flex-basis: 50%;
  }
}
@media (min-width: 1024px) {
  .yoti-cta-box-wrapper.image .content-wrapper {
    padding: 32px 24px 32px 32px;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .yoti-cta-box-wrapper.image .content-wrapper {
    flex-basis: 45%;
  }
}
.yoti-cta-box-wrapper.image .content-wrapper .sub-title {
  margin-bottom: 16px;
}
.yoti-cta-box-wrapper.image .image-wrapper {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .yoti-cta-box-wrapper.image .image-wrapper {
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .yoti-cta-box-wrapper.image .image-wrapper {
    flex-basis: 50%;
  }
}
@media (min-width: 767px) and (max-width: 900px) {
  .yoti-cta-box-wrapper.image .image-wrapper {
    flex-basis: 55%;
  }
}
.yoti-cta-box-wrapper.image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.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-solutions-modal-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .yoti-solutions-modal-container {
    padding: 56px 24px;
  }
}
@media (min-width: 768px) {
  .yoti-solutions-modal-container {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-solutions-modal-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.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;
}
.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;
  position: relative;
}
.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: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .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: 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 .tag-overlay-with-icon {
  position: absolute;
  top: 144px;
  left: 20px;
  height: 34px;
  margin-bottom: 0;
}
@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);
  }
}
.yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper {
  row-gap: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper {
    row-gap: 56px;
  }
}
.yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper .yoti-solutions-modal.column-reverse .modal-content-wrapper {
  justify-content: space-between;
}
.yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper {
  height: 200px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper .yoti-solutions-modal.image .modal-image-wrapper .image-section {
    height: 100%;
  }
}
.yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper .yoti-solutions-modal.image .modal-content-wrapper {
  padding: 24px 24px 34px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper .yoti-solutions-modal {
    width: 500px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper .yoti-solutions-modal .cta-section a {
    max-width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .yoti-solutions-modal-container.solution-modal--with-tag .content-wrapper {
    column-gap: 32px !important;
  }
}

.yoti-carousel-module-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container {
    padding: 56px 0px;
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-carousel-module-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-carousel-module-container.center {
  justify-content: center;
}
.yoti-carousel-module-container.space-around {
  justify-content: space-around;
}
.yoti-carousel-module-container.space-between {
  justify-content: space-between;
}
.yoti-carousel-module-container.left {
  justify-content: flex-start;
}
.yoti-carousel-module-container.right {
  justify-content: flex-end;
}
.yoti-carousel-module-container .container-title-section {
  padding: 0 15px;
}
.yoti-carousel-module-container .container-title-section .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.yoti-carousel-module-container .container-title-section .left {
  text-align: left;
}
.yoti-carousel-module-container .container-title-section .right {
  text-align: right;
}
.yoti-carousel-module-container .content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.yoti-carousel-module-container .content-wrapper.title-available {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper.title-available {
    margin-top: 8px;
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper.title-available {
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper.title-available {
    margin-top: 22px;
  }
}
.yoti-carousel-module-container .content-wrapper.center {
  justify-content: center;
}
.yoti-carousel-module-container .content-wrapper.space-around {
  justify-content: space-around;
}
.yoti-carousel-module-container .content-wrapper.space-between {
  justify-content: space-between;
}
.yoti-carousel-module-container .content-wrapper.left {
  justify-content: flex-start;
}
.yoti-carousel-module-container .content-wrapper.right {
  justify-content: flex-end;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1162px;
  width: 100%;
  height: 100%;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module.curved {
  border-radius: 20px;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module.squared {
  border-radius: 0;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tabs {
  margin-top: 10px;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-right: 0px;
  padding-left: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section {
    padding-left: unset;
    width: calc(100% - 32px);
    float: right;
  }
}
@media (min-width: 900px) and (max-width: 1023px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section {
    width: calc(100% - 32px);
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section {
    flex-wrap: nowrap;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section:not(.slick-initialized) .tabs__nav-item {
  display: none;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-list {
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-list {
    padding: 0 23% 40px 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-list {
    padding: 0 13% 40px 0 !important;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-list {
    max-width: 1110px;
    width: 884px;
    padding-bottom: 40px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-list .slick-track {
  display: flex;
  column-gap: 26px;
  justify-content: center;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-list .slick-track .slick-slide {
    width: auto !important;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-arrow {
  display: none !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section.adjust-slick-width-tab .slick-list {
    padding: 0 !important;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section.adjust-slick-width-tab .slick-track {
  display: flex;
  justify-content: center;
  column-gap: 32px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section.adjust-slick-width-tab .slick-track .slick-slide {
    width: auto !important;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list {
  list-style: none !important;
  margin-left: 0 !important;
  border-radius: 20px;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list button {
  border: none;
  background-color: unset;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper {
  display: flex;
  justify-content: center;
  width: fit-content;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block {
    width: 116px !important;
    height: 110px !important;
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block {
    width: 120px !important;
    height: 112px !important;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block {
    width: 150px !important;
    height: 140px !important;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block .icon img {
  object-fit: contain;
  width: auto;
  margin: auto;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block .icon img {
    height: 54px;
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block .icon img {
    height: 56px;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list .icon_block_wrapper .icon_block .icon img {
    max-height: 68px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list.is-active .tab_module_menu .icon_block_wrapper {
  display: flex;
  justify-content: center;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .tabs-list.squared .icon_block {
  border-radius: 0px;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots {
    margin-left: -16px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots {
    margin-left: -32px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 22px;
  width: 22px;
  cursor: pointer;
  list-style: none;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li {
    margin: 0 16px;
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li {
    margin: 0 20px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 22px;
  width: 22px;
  outline: 0;
  line-height: 0;
  color: transparent;
  padding: 5px;
  margin-top: 0px;
  cursor: pointer;
  border: 3px solid #657183;
  border-radius: 50%;
  background-color: #ffffff;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li button:before {
  content: none;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li button:focus {
  border: 3px solid #657183 !important;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li button .slick-dot-icon {
  opacity: unset !important;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .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;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li.slick-active button {
  opacity: 1;
  color: #27619b !important;
  margin-top: 0px;
  margin-left: 0px;
  border: 3px solid #27619b !important;
  background-color: #27619b !important;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li.slick-active button .slick-dot-icon {
  opacity: 1;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module-section .tab-slick-section .slick-dots li.slick-active button .slick-dot-icon:before {
  opacity: 1;
  color: #27619b !important;
  margin-top: 10px;
  margin-right: 3px;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper {
    padding: 24px 0px 32px;
    width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper {
    width: calc(100% - 64px);
    padding: 32px 0px 40px;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper {
    padding: 40px 0px;
    max-width: 884px;
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1080px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper {
    max-width: 820px;
  }
}
@media (min-width: 1081px) and (max-width: 1150px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper {
    max-width: 840px;
  }
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content {
    padding: 0 32px;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content {
    padding: 0 40px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body {
  display: flex;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body {
    justify-content: space-between;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .title-section {
  width: 100%;
  padding-bottom: 4px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .title-section {
    max-width: 478px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .description-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .description-section {
    max-width: 432px;
    padding-bottom: 14px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block.vertical-top {
  margin-top: 0;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block.vertical-middle {
  margin: auto 0;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .key-feature-section {
  width: 100%;
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .key-feature-section {
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .key-feature-section {
    max-width: 432px;
    padding-bottom: 12px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .cta-section {
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-content-block .cta-section {
    max-width: 432px;
  }
}
@media (max-width: 767px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
    display: none;
  }
}
@media (min-width: 768px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
    display: none;
  }
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
    display: block;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block {
  padding: 0;
  align-items: end;
  text-align: right;
}
@media (min-width: 1024px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .tab_inner_content .panel-body .tab-module-image-block img {
    max-width: 284px;
    padding: 0 0 0 20px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 32px;
  height: 32px;
  border: 0;
  border-top: 2px solid #2875bc;
  border-right: 2px solid #2875bc;
  transition: transform 200ms ease-in;
  background-color: transparent;
  cursor: pointer;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .slide-arrow:focus {
  border-top: 2px solid #2875bc !important;
  border-right: 2px solid #2875bc !important;
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .slide-arrow.prev-arrow {
  left: -76px;
  transform: rotate(225deg);
  margin-bottom: 4px;
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .slide-arrow.prev-arrow {
    left: -50px;
  }
}
.yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .slide-arrow.next-arrow {
  right: -76px;
  transform: rotate(45deg);
  margin-bottom: 4px;
}
@media (min-width: 1024px) and (max-width: 1150px) {
  .yoti-carousel-module-container .content-wrapper .yoti-carousel-module .tab-item-content-wrapper .slide-arrow.next-arrow {
    right: -50px;
  }
}

.yoti-hero-banner-container {
  width: 100%;
}
.yoti-hero-banner-container .yoti-hero-banner {
  width: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .yoti-hero-banner-container .yoti-hero-banner {
    width: calc(100% - 64px);
    padding-top: 56px;
  }
}
@media (min-width: 768px) {
  .yoti-hero-banner-container .yoti-hero-banner {
    width: calc(100% - 64px);
    max-width: fit-content;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-banner-container .yoti-hero-banner {
    max-width: 1072px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .yoti-hero-banner-container .yoti-hero-banner {
    padding-top: 64px;
  }
}
@media (min-width: 1280px) {
  .yoti-hero-banner-container .yoti-hero-banner {
    padding-top: 120px;
  }
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper {
    row-gap: 24px;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper {
    flex-direction: row;
    column-gap: 56px;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper {
    column-gap: 120px;
  }
}
@media (max-width: 767px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block {
    width: 50%;
    padding-left: 56px;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block {
    flex: 0 0 auto;
    width: fit-content;
    margin: auto;
    margin-bottom: 0;
    padding: 0 0 56px 56px;
  }
}
@media (max-width: 767px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .text {
    text-align: center;
  }
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .text {
  height: auto;
  display: flex;
  justify-content: left;
  flex-direction: column;
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .text h1 {
  margin-bottom: 16px;
  font-size: 40px !important;
}
@media (min-width: 1024px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .text h1 {
    font-size: 60px !important;
  }
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .text p {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .text p {
    font-size: 24px;
  }
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .cta-section {
  margin-top: 24px;
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block .cta-section.transperant-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: transparent;
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .content-block.hide {
  display: none;
}
@media (min-width: 768px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper.hero-image-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper.hero-image-left {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper.hero-image-left .content-block {
    padding: 56px 0;
  }
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .image-block {
  height: 100%;
}
@media (min-width: 768px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper .image-block {
    width: 50%;
  }
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper .image-block img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
  max-width: 450px;
}
.yoti-hero-banner-container .yoti-hero-banner .content-wrapper.hero-image-none .content-block {
  margin: auto;
  padding: 0 0 56px;
  max-width: 650px;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-hero-banner-container .yoti-hero-banner .content-wrapper.hero-image-none .content-block {
    padding-bottom: 40px;
  }
}

.yoti-video-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-video-modal {
    padding: 56px 0;
  }
}
@media (min-width: 768px) {
  .yoti-video-modal {
    padding: 64px 0;
  }
}
@media (min-width: 1024px) {
  .yoti-video-modal {
    padding: 96px 0;
  }
}
.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-statistic-modal-container .yoti-statistics-modal {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-statistic-modal-container .yoti-statistics-modal {
    padding: 56px 24px;
  }
}
@media (min-width: 768px) {
  .yoti-statistic-modal-container .yoti-statistics-modal {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-statistic-modal-container .yoti-statistics-modal {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-statistic-modal-container .yoti-statistics-modal {
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-statistic-modal-container .yoti-statistics-modal.space_around {
  justify-content: space-around;
}
.yoti-statistic-modal-container .yoti-statistics-modal.space_between {
  justify-content: space-between;
}
.yoti-statistic-modal-container .yoti-statistics-modal.center {
  justify-content: center;
}
.yoti-statistic-modal-container .yoti-statistics-modal.left {
  justify-content: flex-start;
}
.yoti-statistic-modal-container .yoti-statistics-modal.right {
  justify-content: flex-end;
}
.yoti-statistic-modal-container .yoti-statistics-modal .container-title-section .title.center {
  text-align: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-statistic-modal-container .yoti-statistics-modal .container-title-section .title.left {
  text-align: left;
}
.yoti-statistic-modal-container .yoti-statistics-modal .container-title-section .title.right {
  text-align: right;
}
.yoti-statistic-modal-container .yoti-statistics-modal .container-title-section .sub-title.center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.yoti-statistic-modal-container .yoti-statistics-modal .container-title-section .sub-title.left {
  text-align: left;
}
.yoti-statistic-modal-container .yoti-statistics-modal .container-title-section .sub-title.right {
  text-align: right;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list {
    flex-direction: column;
  }
}
.yoti-statistic-modal-container .yoti-statistics-modal-list.title-available {
  margin-top: 30px;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list.center {
  justify-content: center;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list.space-around {
  justify-content: space-around;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list.space-between {
  justify-content: space-between;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list.left {
  justify-content: flex-start;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list.right {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.mob {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.mob {
    display: none;
  }
}
@media (min-width: 1200px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.tab {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.desk {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.desk {
    display: none;
  }
}
@media (min-width: 1200px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list.desk {
    display: flex;
  }
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item {
  margin-left: 0;
  list-style-type: inherit;
  list-style-position: inside;
  text-indent: unset !important;
  margin: 9px 12px;
  padding: 24px 36px;
  width: 358px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-basis: 33%;
  flex: 1;
  align-self: stretch;
}
@media (max-width: 767px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list-item {
    margin: 12px 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list-item {
    width: 222px;
    padding: 16px 24px;
  }
}
@media (min-width: 1200px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list-item {
    width: 358px;
    padding: 24px 36px;
  }
}
@media (max-width: 400px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list-item {
    width: unset;
    padding: 16px 24px;
  }
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item.box-shadow {
  box-shadow: 0px 5px 20px 5px rgba(103, 113, 126, 0.1);
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item.curved {
  border-radius: 20px;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item.squared {
  border-radius: 0px;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item .text-block {
  width: unset;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item .text-block h2 {
  margin-bottom: 0 !important;
  line-height: 0;
  font-family: "gt-eesti-display-regular", sans-serif;
  font-weight: unset;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item .icon-block {
  height: auto;
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item .icon-block img {
  width: 118px;
}
@media (max-width: 767px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list-item .icon-block img {
    width: 105px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .yoti-statistic-modal-container .yoti-statistics-modal-list-item .icon-block img {
    width: 76.43px;
  }
}
.yoti-statistic-modal-container .yoti-statistics-modal-list-item .icon-block img {
  object-fit: fill;
}

.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: "gt-eesti-display-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-integration-module-container {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-integration-module-container {
    padding: 56px 24px;
  }
}
@media (min-width: 768px) {
  .yoti-integration-module-container {
    padding: 64px 24px;
  }
}
@media (min-width: 1024px) {
  .yoti-integration-module-container {
    padding: 96px 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-integration-module-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-integration-module-container .yoti-integration-module {
  display: flex;
  flex-direction: column;
  overflow: visible;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.yoti-integration-module-container .yoti-integration-module.title-available .container-title-section {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .yoti-integration-module-container .yoti-integration-module.title-available .container-title-section {
    flex-direction: column;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .yoti-integration-module-container .yoti-integration-module.title-available .container-title-section {
    margin-bottom: 40px;
  }
}
.yoti-integration-module-container .yoti-integration-module.title-available .container-title-section .title {
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .yoti-integration-module-container .yoti-integration-module.title-available .container-title-section .title {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .yoti-integration-module-container .yoti-integration-module.title-available .mob-0 {
    flex: 0 !important;
  }
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .yoti-integration-module-container .yoti-integration-module .content-wrapper {
    flex-direction: column;
  }
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list .integration-category-item {
  margin-left: 0;
  list-style-type: inherit;
  list-style-position: outside;
  display: flex;
  align-items: baseline;
  padding: 8px 0;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list .integration-category-item button {
  all: unset;
  display: flex;
  align-items: baseline;
  width: 100%;
  cursor: pointer;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list .integration-category-item button .icon-tick {
  margin-right: 10px;
  width: 20px;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list .integration-category-item button .icon-tick:before {
  font-size: 14px;
  color: #27619b;
  line-height: 14px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  box-sizing: border-box;
  display: none;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list .integration-category-item button .category-name {
  width: 100%;
  color: #333b40;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list .integration-category-item.active .icon-tick:before {
  display: block;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .integration-category-list .integration-category-item.active .category-name {
  color: #27619b;
  font-family: "gt-eesti-display-bold", sans-serif !important;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.desk {
  flex: 0 0 200px;
  margin-right: 40px;
  display: none;
}
@media (min-width: 768px) {
  .yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.desk {
    display: block;
  }
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob {
  display: block;
  visibility: visible;
  flex-basis: 100%;
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob {
    display: none;
  }
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .categroy-dropdown {
  width: 100%;
  min-height: 45px;
  height: auto;
  padding: 6px 12px;
  margin-bottom: 0;
  color: #546072;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  display: flex;
  flex-direction: row;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
  vertical-align: middle;
  background: #ffffff;
  border: 2px solid #9ba5b4;
  border-radius: 8px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .categroy-dropdown .selected-category {
  width: 100%;
  word-break: break-word;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .categroy-dropdown:hover {
  border: 2px solid #9ba5b4;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .categroy-dropdown:active {
  border: 2px solid #9ba5b4;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .categroy-dropdown:focus {
  border: 2px solid #9ba5b4 !important;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .categroy-dropdown .arrow-down {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-top: 2px solid #9ba5b4;
  border-right: 2px solid #9ba5b4;
  transition: transform 200ms ease-in;
  transform: rotate(135deg);
  margin-top: -4px;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .integration-category-list {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 0;
  float: left;
  min-width: 100%;
  padding: 12px;
  margin: 12px 0 0;
  font-size: 18px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 2px solid #9ba5b4;
  border-radius: 8px;
  display: none;
  overflow: hidden;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .integration-category-list button {
  padding: 10px 12px;
  clear: both;
  font-weight: 400;
  color: #546072;
  cursor: pointer;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .integration-category-list .integration-category-item {
  align-items: center;
  padding: 0;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .integration-category-list .integration-category-item.active .icon-tick:before {
  display: block;
  color: #ffffff;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .integration-category-list .integration-category-item.active button {
  min-height: 40px;
  background-color: #27619b;
  border-radius: 5px;
  padding: 0 12px;
  align-items: center;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob .integration-category-list .integration-category-item.active .category-name {
  color: #ffffff;
  font-family: "gt-eesti-display-bold", sans-serif !important;
  background-color: #27619b;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block.mob.open .integration-category-list {
  display: block;
  width: 100%;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .filter-label {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #333b40;
  margin: 12px 0 24px;
}
@media (max-width: 767px) {
  .yoti-integration-module-container .yoti-integration-module .content-wrapper .integration-category-block .filter-label {
    margin: 12px 0;
  }
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block {
  width: 100%;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 1 auto;
  margin-bottom: 28px;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #9ba5b4;
}
@media (min-width: 768px) {
  .yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search {
    margin-bottom: 36px;
  }
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search .icon-search {
  display: inline-block;
  height: 30px;
  width: auto;
  margin-left: 12px;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search-input-field {
  width: 100%;
  height: 45px;
  padding: 10px;
  font-size: 18px;
  border: none;
  background-color: #ffffff !important;
  border-radius: 10px;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search-input-field:focus {
  outline: none;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search-input-field::-webkit-search-decoration, .yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search-input-field::-webkit-search-cancel-button, .yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search-input-field::-webkit-search-results-button, .yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search-input-field::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search .btn-clear {
  right: 4px;
  top: 2px;
  display: inline-block;
  height: 15px;
  width: 15px;
  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%);
  margin-right: 16px;
  cursor: pointer;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-search .btn-clear.display-none {
  display: none;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-card-container .intergration-card-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 24px;
  overflow: visible;
  margin: 12px 0;
  list-style-type: inherit;
  list-style-position: outside;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-card-container .intergration-card-list .integration-card {
  display: block;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .integration-card-container .intergration-card-list .integration-card.hide {
  display: none;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .no-cards {
  text-align: center;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .no-cards .cta-section {
  padding: 16px 0;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .no-cards .cta-section a {
  margin: 0 auto;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .no-cards {
  display: block;
}
.yoti-integration-module-container .yoti-integration-module .content-wrapper .card-block .no-cards.hide {
  display: none;
}
.yoti-integration-module-container .yoti-integration-module.has-category-filter {
  max-width: 1134px;
}
@media (min-width: 1024px) and (max-width: 1250px) {
  .yoti-integration-module-container .yoti-integration-module.has-category-filter .intergration-card-list {
    display: grid !important;
    grid-template-columns: auto auto !important;
  }
}

.yoti-button-with-icon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.yoti-button-with-icon.center {
  margin: auto;
}
.yoti-button-with-icon.left {
  float: left;
  margin: 0;
}
.yoti-button-with-icon.right {
  float: right;
  margin: 0;
}
@media (max-width: 767px) {
  .yoti-button-with-icon {
    flex-flow: row wrap;
  }
}
@media (min-width: 768px) {
  .yoti-button-with-icon {
    flex-flow: row nowrap;
  }
}
@media (min-width: 1024px) {
  .yoti-button-with-icon {
    flex-flow: row nowrap;
  }
}
@media (min-width: 768px) {
  .yoti-button-with-icon.title-available {
    column-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .yoti-button-with-icon.title-available {
    column-gap: 120px;
  }
}
.yoti-button-with-icon .title {
  font-size: 22px;
}
.yoti-button-with-icon .title * {
  margin-bottom: unset;
}
.yoti-button-with-icon .title {
  text-wrap: nowrap;
  padding-top: 8px;
}
@media (max-width: 767px) {
  .yoti-button-with-icon .title {
    width: 100% !important;
    padding: 0 0 24px;
    text-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .yoti-button-with-icon .title {
    text-align: left !important;
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .yoti-button-with-icon .title.left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .yoti-button-with-icon .title.right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .yoti-button-with-icon .title.center {
    text-align: center;
  }
}
.yoti-button-with-icon-wrapper .plist {
  margin-left: 0;
  list-style-type: none;
  list-style-position: inside;
  column-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media (min-width: 1024px) {
  .yoti-button-with-icon-wrapper .plist {
    column-gap: 18px;
  }
}
.yoti-button-with-icon-wrapper .plist .pitem {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta {
  padding: 8px 14px;
  display: flex;
  align-items: center;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 1.5px;
  text-decoration-skip-ink: none;
}
@media (max-width: 767px) {
  .yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta {
    padding: 8px 10px;
  }
}
.yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta-button-corners-curved {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta-button-corners-curved {
    border-radius: 8px;
  }
}
.yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta .icon {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta .icon {
    height: 20px;
    width: 20px;
    margin-right: 7px;
  }
}
.yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta .text {
  font-size: 18px;
}
@media (max-width: 767px) {
  .yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta .text {
    font-size: 16px;
  }
}
.yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta .text:hover {
  text-decoration: none;
}
.yoti-button-with-icon-wrapper .plist .pitem .cta-section .cta .text:active {
  text-decoration: none;
}

.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;
  height: auto;
}
.yoti-list-item-content .header-section .title {
  width: 100%;
  font-family: "gt-eesti-display-bold", 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: "gt-eesti-display-bold", 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-testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .yoti-testimonial {
    padding-top: 40px;
    padding: 0 24px;
  }
}
.yoti-testimonial-wrapper {
  margin: 0 auto;
  max-width: 800px;
  overflow: visible;
}
@media (max-width: 767px) {
  .yoti-testimonial-wrapper {
    max-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-testimonial-wrapper {
    max-width: 600px;
  }
}
.yoti-testimonial-wrapper .content-wrapper {
  display: flex;
  overflow: visible;
  position: relative;
  flex: 1;
  max-width: 100%;
  transition-duration: inherit;
  will-change: transform, opacity;
  animation-duration: 2000ms;
}
@media (max-width: 767px) {
  .yoti-testimonial-wrapper .content-wrapper {
    display: flex;
    flex-flow: column-reverse;
  }
}
.yoti-testimonial-wrapper .content-wrapper .testimonial-icon {
  line-height: 85px;
  margin: auto;
  margin-right: -43px;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .yoti-testimonial-wrapper .content-wrapper .testimonial-icon {
    margin: -45px 24px 0 auto;
  }
}
.yoti-testimonial-wrapper .content-wrapper .testimonial-icon img {
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.yoti-testimonial-wrapper .content-wrapper .card-body {
  flex: 1;
  padding: 24px;
}
@media (min-width: 768px) {
  .yoti-testimonial-wrapper .content-wrapper .card-body {
    padding: 32px;
  }
}
@media (min-width: 1024px) {
  .yoti-testimonial-wrapper .content-wrapper .card-body {
    padding: 56px;
  }
}
.yoti-testimonial-wrapper .content-wrapper .card-body .content .description {
  font-size: 22px;
}
@media (max-width: 767px) {
  .yoti-testimonial-wrapper .content-wrapper .card-body .content .description {
    font-size: 18px;
  }
}
.yoti-testimonial-wrapper .content-wrapper .card-body .content .author {
  font-size: 18px;
  margin-bottom: 16px;
}

.yoti-timeline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.yoti-timeline.left {
  align-items: flex-start;
}
.yoti-timeline.center {
  margin: auto;
}
.yoti-timeline-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  counter-reset: num;
}
.yoti-timeline-wrapper .timeline-item {
  display: flex;
  justify-content: center;
  list-style-type: inherit;
  list-style-position: inside;
  counter-increment: num;
  margin-left: 0;
  margin-bottom: 64px;
  margin-top: -1px;
}
.yoti-timeline-wrapper .timeline-item .image-wrapper {
  position: relative;
  text-align: center;
  width: 30%;
}
.yoti-timeline-wrapper .timeline-item .image-wrapper img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.yoti-timeline-wrapper .timeline-item .image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  margin-left: 49%;
  width: 2%;
  height: 100%;
  background: #333b40;
}
.yoti-timeline-wrapper .timeline-item .content-wrapper {
  flex-basis: 64%;
  display: flex;
  margin: auto;
}
.yoti-timeline-wrapper .timeline-item .content-wrapper:before {
  content: counter(num) ".  ";
  width: 22px;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
}
.yoti-timeline-wrapper .timeline-item .content-wrapper .description {
  flex: 1;
}
.yoti-timeline-wrapper .timeline-item .content-wrapper .description p {
  margin-bottom: 0;
}
.yoti-timeline-wrapper .timeline-item:last-child {
  margin-bottom: 0 !important;
}
.yoti-timeline-wrapper .timeline-item:last-child .image-wrapper:after {
  display: none;
}
.yoti-timeline-wrapper.list-none {
  counter-reset: unset;
}
.yoti-timeline-wrapper.list-none .timeline-item {
  counter-increment: unset;
}
.yoti-timeline-wrapper.list-none .timeline-item .content-wrapper:before {
  content: "";
  width: 0px;
}

.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: space-between;
  height: 100%;
}

.yoti-card-carousel {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.yoti-card-carousel .content-wrapper {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin: 31px auto 0;
}
@media (max-width: 767px) {
  .yoti-card-carousel .content-wrapper {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .yoti-card-carousel .content-wrapper {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-card-carousel .content-wrapper {
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-card-carousel .content-wrapper:not(.slick-initialized) .yoti-cardLi {
  display: none;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi {
  width: 340px !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .yoti-card-carousel .content-wrapper .yoti-cardLi {
    width: 288px !important;
  }
}
.yoti-card-carousel .content-wrapper .yoti-cardLi.box-shadow {
  box-shadow: 0px 12px 20px 0px rgba(103, 113, 126, 0.1);
}
.yoti-card-carousel .content-wrapper .yoti-cardLi.curved {
  border-radius: 20px;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi.squared {
  border-radius: 0px;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card {
  width: 100%;
  padding: 32px;
  height: 100%;
}
@media (max-width: 767px) {
  .yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card {
    padding: 32px 24px;
  }
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section {
  display: flex;
  flex-direction: column;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .icon-section {
  position: relative;
  height: 120px;
  width: 100%;
  margin-bottom: 10px;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .icon-section.left {
  text-align: left;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .icon-section.center {
  text-align: center;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .icon-section.right {
  text-align: right;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .icon-section img {
  position: absolute;
  height: 100px;
  width: 100px;
  left: 0;
  bottom: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .icon-section {
    margin-right: 16px;
    margin-bottom: 0;
  }
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .header-section .title {
  width: 100%;
  margin-bottom: 16px;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .header-section .title.left {
  text-align: left;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .header-section .title.center {
  text-align: center;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .header-section .title.right {
  text-align: right;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .content-section {
  margin-bottom: 8px;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .content-section .description {
  width: 100%;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .content-section .description.left {
  text-align: left;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .content-section .description.center {
  text-align: center;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .content-section .description.right {
  text-align: right;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-header-section .content-section .description p {
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section {
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section {
    width: 100%;
    margin-left: 0;
  }
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section {
  display: flex;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section span {
  color: unset;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.left {
  justify-content: flex-start;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.center {
  justify-content: center;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.right {
  justify-content: flex-end;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.yoti-default-button .cta {
  min-width: 140px;
}
@media (max-width: 767px) {
  .yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.yoti-default-button .cta {
    min-width: 100%;
    width: 100%;
  }
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.yoti-secondary-button .cta {
  min-width: 140px;
}
@media (max-width: 767px) {
  .yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.yoti-secondary-button .cta {
    min-width: 100%;
    width: 100%;
  }
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card .card-footer-section .cta-section.yoti-default-link .cta {
  padding: 16px 0;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card.title-card .icon-section {
  margin-bottom: 0;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card.title-card .title {
  margin-bottom: 4px !important;
}
.yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card.title-card .description {
  padding-right: 24px;
}
@media (max-width: 767px) {
  .yoti-card-carousel .content-wrapper .yoti-cardLi .yoti-card.title-card .description {
    padding-right: 0;
  }
}
.yoti-card-carousel .content-wrapper .slick-list {
  margin: 0 0;
  flex: 1 0 100%;
  overflow: visible;
}
.yoti-card-carousel .content-wrapper .slick-list .slick-track {
  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-card-carousel .content-wrapper .slick-list .slick-track .slick-slide {
  margin: 0 9px;
  align-items: stretch;
  height: auto !important;
  justify-content: flex-start;
  width: fit-content !important;
  display: flex !important;
  height: auto !important;
}
@media (max-width: 767px) {
  .yoti-card-carousel .content-wrapper .slick-list .slick-track .slick-slide {
    margin: 0 8px;
  }
}
.yoti-card-carousel .content-wrapper .slick-list .slick-track .slick-slide.hide-slide {
  margin: 0;
  display: none !important;
}
.yoti-card-carousel .arrow-botton-container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .yoti-card-carousel .arrow-botton-container {
    padding: 0 24px;
  }
}
@media (min-width: 768px) {
  .yoti-card-carousel .arrow-botton-container {
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .yoti-card-carousel .arrow-botton-container {
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.yoti-card-carousel .arrow-botton-container [class*=icon-] {
  height: 45px;
  width: 45px;
  border: 1px solid #546072;
  border-radius: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
}
.yoti-card-carousel .arrow-botton-container [class*=icon-]:before {
  font-size: 20px;
}
.yoti-card-carousel .arrow-botton-container .icon-right:before {
  margin-right: -2px;
}
.yoti-card-carousel .arrow-botton-container .slick-arrow {
  border: 1px solid #546072 !important;
}
.yoti-card-carousel .arrow-botton-container .slick-arrow::before {
  color: #206fb3;
}
.yoti-card-carousel .arrow-botton-container .slick-disabled::before {
  color: #b5bdc8;
}
.yoti-card-carousel .arrow-botton-container .slick-hidden::before {
  color: #b5bdc8;
}

@media (max-width: 767px) {
  #site-content.error-404 {
    padding: 100px 0;
  }
}
#site-content.error-404 .error-404-text h1 {
  font-family: "gt-eesti-display-bold", 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: 1440px) {
  #site-content.error-404 .error-404-text h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
#site-content.error-404 .error-404-text p {
  font-family: "gt-eesti-display-regular", sans-serif;
  color: #546072;
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1440px) {
  #site-content.error-404 .error-404-text p {
    font-size: 24px;
    line-height: 33px;
  }
}
#site-content.error-404 .error-404-text a {
  font-family: "gt-eesti-display-bold", sans-serif;
  color: #ffffff;
  display: block;
  margin: 35px auto 64px;
  background-color: #2875bc;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 8px;
}
@media (min-width: 1440px) {
  #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%;
}

@media (max-width: 699px) {
  .page-template-default.page-template-post-office-landing-page #primary {
    padding-top: 112px;
  }
}
.page-template-default.page-template-post-office-landing-page h1,
.page-template-default.page-template-post-office-landing-page h2,
.page-template-default.page-template-post-office-landing-page h3 {
  font-family: post-office-headline, sans-serif !important;
  color: #2e1a47;
  font-weight: normal;
}
@media (max-width: 1023px) {
  .page-template-default.page-template-post-office-landing-page h1.mob-font-color-primary,
  .page-template-default.page-template-post-office-landing-page h2.mob-font-color-primary,
  .page-template-default.page-template-post-office-landing-page h3.mob-font-color-primary {
    color: #e40046 !important;
  }
}
.page-template-default.page-template-post-office-landing-page p,
.page-template-default.page-template-post-office-landing-page ul li {
  font-family: nunitosans-regular, sans-serif !important;
  color: #252a36 !important;
  font-size: 18px;
}
.page-template-default.page-template-post-office-landing-page p.font-22,
.page-template-default.page-template-post-office-landing-page ul li.font-22 {
  font-size: 22px;
}
.page-template-default.page-template-post-office-landing-page p.font-24,
.page-template-default.page-template-post-office-landing-page ul li.font-24 {
  font-size: 24px;
}
.page-template-default.page-template-post-office-landing-page p.weight-700,
.page-template-default.page-template-post-office-landing-page ul li.weight-700 {
  font-weight: 700 !important;
}
.page-template-default.page-template-post-office-landing-page p a,
.page-template-default.page-template-post-office-landing-page ul li a {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page p a:active,
.page-template-default.page-template-post-office-landing-page ul li a:active {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page p a:focus,
.page-template-default.page-template-post-office-landing-page ul li a:focus {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page p a:hover,
.page-template-default.page-template-post-office-landing-page ul li a:hover {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page p a:visited,
.page-template-default.page-template-post-office-landing-page ul li a:visited {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page p a:focus-within,
.page-template-default.page-template-post-office-landing-page ul li a:focus-within {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page p a:focus-visible,
.page-template-default.page-template-post-office-landing-page ul li a:focus-visible {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page p a:target,
.page-template-default.page-template-post-office-landing-page ul li a:target {
  color: #e40046;
}
.page-template-default.page-template-post-office-landing-page h2:not(#pc-title) {
  font-size: 30px !important;
}
@media (min-width: 1024px) {
  .page-template-default.page-template-post-office-landing-page h2:not(#pc-title) {
    font-size: 54px !important;
  }
}
.page-template-default.page-template-post-office-landing-page h3:not(#manage-cookies-text):not(#vendors-list-title) {
  font-size: 24px !important;
}
@media (min-width: 1024px) {
  .page-template-default.page-template-post-office-landing-page h3:not(#manage-cookies-text):not(#vendors-list-title) {
    font-size: 30px !important;
  }
}
.page-template-default.page-template-post-office-landing-page #site-navigation {
  height: 100%;
}
.page-template-default.page-template-post-office-landing-page #site-navigation .main-navigation {
  overflow: hidden;
  height: 100%;
}
.page-template-default.page-template-post-office-landing-page #site-navigation .main-navigation .site-branding {
  margin: 14px 24px;
  width: 86px;
}
@media (min-width: 768px) {
  .page-template-default.page-template-post-office-landing-page #site-navigation .main-navigation .site-branding {
    margin: 0;
    padding-top: 8px;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.page-template-default.page-template-post-office-landing-page #site-navigation .main-navigation .site-branding a img {
  width: 86px;
}
.page-template-default.page-template-post-office-landing-page .semibold p {
  font-family: nunitosans-semibold, sans-serif !important;
}
.page-template-default.page-template-post-office-landing-page .mar-top-neg-12 p {
  margin-top: -12px;
}
.page-template-default.page-template-post-office-landing-page .vc_section.vc_section-has-fill + .vc_section {
  padding: 24px 0;
}
.page-template-default.page-template-post-office-landing-page .yoti-row.wpb_row {
  width: calc(100% - 48px);
  margin: auto;
}

#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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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-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  
*/
/**
* Column class created for column sizing of unoredred list elements for respective devices. 
*
* Column: 1, 2, 3.
*
* eg:-  "uavc-list-col-2" For Desktop & Tablet.
*
*       "uavc-list-col-mb-1" - For Mobile.
*
**/
@media (max-width: 767px) {
  .uavc-list-icon-wrapper.uavc-list-col-mb-1 .uavc-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media (min-width: 768px) {
  .uavc-list-icon-wrapper.uavc-list-col-1 .uavc-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media (min-width: 1024px) {
  .uavc-list-icon-wrapper.uavc-list-col-1 .uavc-list {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}
@media (max-width: 767px) {
  .uavc-list-icon-wrapper.uavc-list-col-mb-2 .uavc-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (min-width: 768px) {
  .uavc-list-icon-wrapper.uavc-list-col-2 .uavc-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (min-width: 1024px) {
  .uavc-list-icon-wrapper.uavc-list-col-2 .uavc-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}
@media (max-width: 767px) {
  .uavc-list-icon-wrapper.uavc-list-col-mb-3 .uavc-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media (min-width: 768px) {
  .uavc-list-icon-wrapper.uavc-list-col-3 .uavc-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
@media (min-width: 1024px) {
  .uavc-list-icon-wrapper.uavc-list-col-3 .uavc-list {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
}
.uavc-list-icon-wrapper[class*=uavc-list-col] .uavc-list li {
  page-break-inside: avoid;
  break-inside: avoid-column;
}

/*
* Column class for column sizing to unoredred list elements 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 two blocks aligned as rows on desktop
 * and as columns on tablet and mobile.
 *
 * It contains one image block and one content block.
 *
 **/
.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 {
    min-height: 650px;
    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: 650px;
  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 !important;
}
@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 !important;
    max-width: 500px;
  }
}
@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: 40px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .vc_section.hero-section--2025 h1,
  .vc_section.vc_section-has-fill.hero-section--2025 h1 {
    font-size: 50px;
  }
}
.vc_section.hero-section--2025 h2,
.vc_section.vc_section-has-fill.hero-section--2025 h2 {
  font-size: 40px;
  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: 1023px) {
  .vc_section.hero-section--2025 .uavc-list .aio-icon-img,
  .vc_section.vc_section-has-fill.hero-section--2025 .uavc-list .aio-icon-img {
    font-size: 50px !important;
  }
}
@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: #f2f4f6;
}
.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: #f2f4f6;
}
.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;
}

/**
 * Hero Section Style Ends Here
 **/
.single-post #page {
  overflow: inherit;
}
.single-post #page #primary article.blog-post-page {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
}
@media (min-width: 1280px) {
  .single-post #page #primary article.blog-post-page {
    margin-top: 84px;
  }
}
@media (max-width: 1279px) {
  .single-post #page #primary article.blog-post-page {
    margin-top: 72px;
  }
}
.single-post #page #primary article.blog-post-page .blog-header {
  width: 100%;
  padding: 40px 16px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-header {
    padding: 64px 42px 56px;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-header {
    padding: 56px 32px;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary article.blog-post-page .blog-header {
    padding: 48px 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: 900px;
  margin: auto;
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .category {
  border-radius: 8px;
  padding: 4px 10px 4px 10px;
  color: #333b40;
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .category-post-date .post-date {
  margin-left: 12px;
  color: #333b40;
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .blog-post-title {
  margin-top: 16px;
  font-size: 34px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .blog-post-title {
    font-size: 60px;
  }
}
@media (min-width: 768px) {
  .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 .author {
  margin-top: 16px;
  color: #333b40;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author {
    margin-top: 24px;
  }
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-pic {
  display: inline-block;
  vertical-align: text-top;
}
@media (min-width: 700px) and (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-pic {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-pic {
    vertical-align: middle;
  }
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-pic img {
  width: 39px;
  height: 39px;
  border-radius: 100%;
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-pic.no-description {
  vertical-align: -webkit-baseline-middle;
}
@media (min-width: 700px) and (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-pic.no-description {
    vertical-align: -webkit-baseline-middle;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-pic.no-description {
    vertical-align: middle;
  }
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-name {
  font-family: "gt-eesti-display-bold", sans-serif;
  margin-left: 10px;
  display: inline-block;
}
@media (min-width: 700px) and (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-name {
    display: inline;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-name {
    display: inline;
  }
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-designation {
  font-family: "gt-eesti-display-regular", sans-serif;
  display: block;
  margin: -24px 0 0 54px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-designation {
    display: inline;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author-designation {
    display: inline;
    margin: 0;
  }
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author .min-read {
  display: block;
  margin: 22px 0 0 0;
}
@media (min-width: 700px) and (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author .min-read {
    margin: 0 0 0 16px;
    display: inline;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author .min-read {
    margin: 0 0 0 16px;
    display: inline;
  }
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author .min-read-clock {
  vertical-align: text-top;
}
.single-post #page #primary article.blog-post-page .blog-header-content-wrapper .author .min-read-time {
  font-family: "gt-eesti-display-regular", sans-serif;
  margin-left: 4px;
}
.single-post #page #primary article.blog-post-page .blog-post {
  margin: auto;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: column;
}
@media (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-post {
    padding: 0 16px;
    margin-top: 16px;
  }
}
@media (min-width: 700px) and (max-width: 1279px) {
  .single-post #page #primary article.blog-post-page .blog-post {
    margin-bottom: 64px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-post {
    margin-top: 16px;
    margin-bottom: 64px;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary article.blog-post-page .blog-post {
    margin-top: 56px;
  }
}
@media (max-width: 1279px) {
  .single-post #page #primary article.blog-post-page .blog-post {
    width: 100%;
    max-width: 1328px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 1280px) {
  .single-post #page #primary article.blog-post-page .blog-post {
    width: 100%;
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.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 (max-width: 767px) {
  .single-post #page #primary article.blog-post-page .blog-post .social-media-share {
    margin: 0 0 40px 0;
  }
}
@media (min-width: 700px) and (max-width: 1279px) {
  .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;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .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;
    margin-right: 16px;
  }
}
@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 a {
  width: 50px;
  height: 50px;
  background-color: #f5f8f9;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5px;
  padding-bottom: 5px;
  margin: 0 8px 8px 8px;
  border-radius: 16px;
  cursor: pointer;
}
@media (min-width: 700px) and (max-width: 1279px) {
  .single-post #page #primary article.blog-post-page .blog-post .social-media-share a {
    margin: 0 0 8px 0;
  }
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-post .social-media-share a {
    margin: 0 0 8px 0;
  }
}
.single-post #page #primary article.blog-post-page .blog-post .social-media-share a span {
  font-size: 25px;
  color: #333b40;
}
@media (max-width: 699px) {
  .single-post #page #primary article.blog-post-page .blog-post .social-media-share a:first-child {
    margin-left: 0px !important;
  }
}
.single-post #page #primary article.blog-post-page .blog-post .social-media-share.visible-on-mobile {
  margin: 48px 0 24px 0;
  align-self: flex-start;
}
@media (max-width: 699px) {
  .single-post #page #primary article.blog-post-page .blog-post .social-media-share.visible-on-mobile a:first-child {
    margin-left: 0px !important;
  }
}
@media (min-width: 700px) and (max-width: 1279px) {
  .single-post #page #primary article.blog-post-page .blog-post .social-media-share.visible-on-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .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 .yoti-row.wpb_row.yoti-row--wide {
  width: 100%;
}
@media (min-width: 768px) {
  .single-post #page #primary article.blog-post-page .blog-post-content-wrapper {
    max-width: 630px;
  }
}
@media (min-width: 1024px) {
  .single-post #page #primary article.blog-post-page .blog-post-content-wrapper {
    max-width: 760px;
  }
}
.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;
}

.post-card-section {
  min-height: 562px;
  height: 616px;
  max-width: 380px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .post-card-section.hide-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .post-card-section {
    width: calc(100% - 0px);
    justify-content: center;
    margin: 10px 0px;
  }
}
@media (min-width: 768px) {
  .post-card-section {
    justify-content: space-between;
    width: calc(48% - 2px);
    margin: 10px 0px;
  }
}
@media (min-width: 1024px) {
  .post-card-section {
    justify-content: space-between;
    width: calc(32% - 0px);
    margin: 16px 0px;
  }
}
.post-card-section {
  border-radius: 16px;
  overflow: hidden;
  perspective: 1px;
}
.post-card-section .post-card-image {
  max-width: 100%;
  height: 230px;
}
.post-card-section .post-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.post-card-section .post-card-wrapper {
  flex: 1;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header .category-post-date .resource-tag {
  border-radius: 8px;
  padding: 5px 8px 6px 8px;
  color: #546072;
  font-size: 14px;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header .category-post-date .resource-tag-icon {
  margin-right: 5px;
  vertical-align: sub;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header .category-post-date .post-date {
  margin-left: 8px;
  color: #67717e;
  font-size: 16px;
  float: right;
  margin-top: 4px;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header .post-title {
  font-size: 22px;
  margin: 16px 0;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-left: 3px;
  padding-top: 1px;
  padding-right: 1px;
}
.post-card-section .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 2px, var(--focus-ring-second-color) 0px 0px 0px 4px !important;
  line-height: 35px;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header .post-description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 22px;
  padding-left: 3px;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-header.mar-top .post-title {
  margin-top: 44px;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .tags-wrapper {
  color: #2875bc;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 24px 0;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .tags-wrapper .tag {
  margin-right: 8px;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-pic {
  display: flex;
  vertical-align: text-top;
  margin-right: 12px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-pic {
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-pic {
    vertical-align: middle;
  }
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-pic img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-pic.no-description {
  vertical-align: -webkit-baseline-middle;
}
@media (min-width: 700px) and (max-width: 767px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-pic.no-description {
    vertical-align: -webkit-baseline-middle;
  }
}
@media (min-width: 768px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-pic.no-description {
    vertical-align: middle;
  }
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-name {
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-name {
    display: inline;
  }
}
@media (min-width: 768px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-name {
    display: inline;
  }
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-designation {
  font-family: "gt-eesti-display-regular", sans-serif;
  display: block;
  margin: -24px 0 0 54px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-designation {
    display: inline;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author-designation {
    display: inline;
    margin: 0;
  }
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .min-read {
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 700px) and (max-width: 767px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .min-read {
    margin: 0 0 0 16px;
  }
}
@media (min-width: 768px) {
  .post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .min-read {
    margin: 0 0 0 16px;
  }
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .min-read-clock {
  display: flex;
  justify-content: center;
  flex-direction: column;
  vertical-align: text-top;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .min-read-time {
  margin-left: 4px;
  flex: 0 0 auto;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .min-read .dashicons {
  font-size: 16px !important;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .author-pic {
  vertical-align: middle;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .author-pic img {
  border-radius: 50px;
}
.post-card-section .post-card-wrapper .post-card-wrapper-main .post-card-footer .author .author-details {
  display: flex;
  align-items: center;
}

nav.navigation {
  display: flex;
  justify-content: center;
  height: auto;
  background-color: #f2f8fa;
}
@media (max-width: 767px) {
  nav.navigation {
    padding: 30px 0px 40px;
  }
}
@media (min-width: 768px) {
  nav.navigation {
    padding: 64px 0px;
  }
}
@media (min-width: 1024px) {
  nav.navigation {
    padding: 80px 0px 96px;
  }
}
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;
}

.COUNTRY-GLOBAL .US-ONLY {
  display: none;
}
.COUNTRY-GLOBAL .US-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GLOBAL .GB-ONLY {
  display: none;
}
.COUNTRY-GLOBAL .GB-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GLOBAL .AU-ONLY {
  display: none;
}
.COUNTRY-GLOBAL .AU-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GLOBAL .CA-ONLY {
  display: none;
}
.COUNTRY-GLOBAL .CA-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GLOBAL .EU-ONLY {
  display: none;
}
.COUNTRY-GLOBAL .EU-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GLOBAL.EUROPE .EU-ONLY {
  display: initial;
}

.COUNTRY-US .GB-ONLY {
  display: none;
}
.COUNTRY-US .GB-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-US .AU-ONLY {
  display: none;
}
.COUNTRY-US .AU-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-US .CA-ONLY {
  display: none;
}
.COUNTRY-US .CA-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-US .EU-ONLY {
  display: none;
}
.COUNTRY-US .EU-ONLY.GLOBAL-ONLY {
  display: initial;
}

.COUNTRY-GB .US-ONLY {
  display: none;
}
.COUNTRY-GB .US-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GB .AU-ONLY {
  display: none;
}
.COUNTRY-GB .AU-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GB .CA-ONLY {
  display: none;
}
.COUNTRY-GB .CA-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-GB .EU-ONLY {
  display: none;
}
.COUNTRY-GB .EU-ONLY.GLOBAL-ONLY {
  display: initial;
}

.COUNTRY-AU .US-ONLY {
  display: none;
}
.COUNTRY-AU .US-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-AU .GB-ONLY {
  display: none;
}
.COUNTRY-AU .GB-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-AU .CA-ONLY {
  display: none;
}
.COUNTRY-AU .CA-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-AU .EU-ONLY {
  display: none;
}
.COUNTRY-AU .EU-ONLY.GLOBAL-ONLY {
  display: initial;
}

.COUNTRY-CA .US-ONLY {
  display: none;
}
.COUNTRY-CA .US-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-CA .GB-ONLY {
  display: none;
}
.COUNTRY-CA .GB-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-CA .AU-ONLY {
  display: none;
}
.COUNTRY-CA .AU-ONLY.GLOBAL-ONLY {
  display: initial;
}
.COUNTRY-CA .EU-ONLY {
  display: none;
}
.COUNTRY-CA .EU-ONLY.GLOBAL-ONLY {
  display: initial;
}

.integration-card {
  list-style-type: inherit;
  list-style-position: inside;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  width: 100%;
  margin-left: 0px;
  border-radius: 20px;
  box-shadow: 0px 12px 20px 0px rgba(103, 113, 126, 0.1);
}
@media (min-width: 1024px) {
  .integration-card {
    max-width: 435px;
  }
}
.integration-card .integration-card-wrapper {
  flex: 1;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-header .header-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 16px;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-header .header-block .icon-block {
  margin-right: 16px;
  height: 50px;
  width: 50px;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-header .header-block .icon-block img {
  object-fit: contain;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-header .header-block .title-block .integration-title {
  font-size: 22px;
  margin-bottom: 6px;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-header .header-block .title-block .integration-category {
  font-size: 14px;
  margin-bottom: 0px;
  color: #67717e;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-header .description {
  margin-bottom: 20px;
  color: #67717e;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-footer {
  border-top: 1px solid #dedede;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-footer .solution-wrapper {
  padding-top: 20px;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-footer .solution-wrapper .solution-list {
  margin-left: 0;
  list-style-type: none;
  list-style-position: inside;
  column-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-footer .solution-wrapper .solution-list .solution-item {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-footer .solution-wrapper .solution-list .solution-item .solution-icon {
  height: 20px;
  width: 20px;
}
.integration-card .integration-card-wrapper .integration-card-wrapper-main .integration-card-footer .solution-wrapper .solution-list .solution-item .solution-name {
  font-size: 16px;
}

.site-header {
  display: flex;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 8px 15px 0px rgba(51, 59, 64, 0.1);
}
@media (max-width: 1279px) {
  .site-header {
    height: 72px;
  }
}
@media (min-width: 1280px) {
  .site-header {
    height: 84px;
  }
}
.site-header .main-navigation {
  display: flex;
  width: 100%;
  align-items: center;
  margin: auto;
}
@media (max-width: 1279px) {
  .site-header .main-navigation {
    max-width: 1328px;
    padding: 0 24px;
    justify-content: space-between;
  }
}
@media (min-width: 1280px) {
  .site-header .main-navigation {
    max-width: 1330px;
    padding: 0 25px;
  }
}
.site-header .main-navigation .site-branding {
  width: 70px;
  padding: 0;
}
.site-header .main-navigation .site-branding a {
  display: block;
  height: 31.98px;
}
.site-header .main-navigation .main-nav-container {
  display: flex;
  width: calc(100% - 105px);
  justify-content: space-between;
  margin-left: 35px;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 72px;
    background-color: #ffffff;
    width: 100%;
    left: -35px;
    height: calc(100vh - 72px);
    padding-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
    justify-content: flex-start;
    gap: 22px;
    overflow-y: scroll;
  }
  .site-header .main-navigation .main-nav-container.show {
    display: flex;
  }
}
.site-header .main-navigation .main-nav-container ul li {
  margin: 0;
}
.site-header .main-navigation .main-nav-container ul li a {
  font-size: 16px;
  border-radius: 8px;
  display: inline-block;
  padding: 12px 14px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.075px;
}
.site-header .main-navigation .main-nav-container ul li a.nav-menu {
  color: #657183;
  border-color: transparent;
  border-style: solid;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container ul li a.nav-menu {
    width: 100%;
  }
}
.site-header .main-navigation .main-nav-container ul li a.nav-menu:hover {
  background-color: #f2f4f6;
  color: #546072;
  border-color: #f2f4f6;
}
.site-header .main-navigation .main-nav-container ul li a.nav-menu:focus-visible {
  background-color: #f2f4f6;
  color: #546072;
  border-color: #f2f4f6;
}
.site-header .main-navigation .main-nav-container ul li a.nav-link {
  color: #657183;
  border-color: transparent;
  border-style: solid;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container ul li a.nav-link {
    width: 100%;
  }
}
.site-header .main-navigation .main-nav-container ul li a.nav-link:hover {
  background-color: #f2f4f6;
  color: #546072;
  border-color: #f2f4f6;
}
.site-header .main-navigation .main-nav-container ul li a.nav-link:focus-visible {
  background-color: #f2f4f6;
  color: #546072;
  border-color: #f2f4f6;
}
.site-header .main-navigation .main-nav-container ul li a.nav-link::after {
  content: "";
  padding: 0;
}
.site-header .main-navigation .main-nav-container ul li a.nav-link::before {
  content: "";
  padding: 0;
}
.site-header .main-navigation .main-nav-container ul li a::after {
  content: "\e908";
  font-family: "icomoon" !important;
  font-size: 7px;
  position: relative;
  top: -2px;
  left: 10px;
  padding-right: 10px;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container ul li a::after {
    content: "";
    padding: 0;
  }
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container ul li a::before {
    content: "\e908";
    font-family: "icomoon" !important;
    font-size: 8px;
    position: relative;
    top: -4px;
    padding-right: 20px;
    color: #333b40;
  }
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container ul li a.show-submenu::before {
    display: inline-block;
    transform: scaleY(-1);
  }
}
@media (min-width: 1280px) {
  .site-header .main-navigation .main-nav-container ul li a.show-submenu::after {
    display: inline-block;
    transform: scaleY(-1);
  }
}
.site-header .main-navigation .main-nav-container ul li a.show-submenu + .submenu-container {
  display: flex;
}
.site-header .main-navigation .main-nav-container .main-nav ul {
  display: flex;
  list-style: none;
  gap: 10px;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-nav ul {
    flex-direction: column;
  }
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-nav ul li a {
    font-size: 22px;
    color: #333b40;
  }
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-cta {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.site-header .main-navigation .main-nav-container .main-cta ul {
  display: flex;
  list-style: none;
  gap: 15px;
}
@media (max-width: 767px) {
  .site-header .main-navigation .main-nav-container .main-cta ul {
    flex-direction: column;
  }
}
.site-header .main-navigation .main-nav-container .main-cta ul li {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-cta ul li {
    width: 50%;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .site-header .main-navigation .main-nav-container .main-cta ul li {
    width: 100%;
  }
}
.site-header .main-navigation .main-nav-container .main-cta ul li a {
  border-color: #2875bc;
  border-width: 2px;
  border-style: solid;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-cta ul li a {
    width: 100%;
    text-align: center;
  }
}
.site-header .main-navigation .main-nav-container .main-cta ul .cta-button {
  background-color: #2875bc;
  color: #ffffff;
}
.site-header .main-navigation .main-nav-container .main-cta ul .cta-button::after {
  content: "";
  padding: 0;
}
.site-header .main-navigation .main-nav-container .main-cta ul .cta-button::before {
  content: "";
  padding: 0;
}
.site-header .main-navigation .main-nav-container .main-cta ul .cta-button:hover {
  background-color: #27619b;
  border-color: #27619b;
}
.site-header .main-navigation .main-nav-container .main-cta ul .cta-button:focus-visible {
  background-color: #27619b;
  border-color: #27619b;
}
.site-header .main-navigation .main-nav-container .main-cta ul .nav-cta {
  background-color: #ffffff;
  color: #2875bc;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-cta ul .nav-cta {
    position: relative;
  }
  .site-header .main-navigation .main-nav-container .main-cta ul .nav-cta.show-submenu::after {
    transform: none;
  }
}
@media (min-width: 1280px) {
  .site-header .main-navigation .main-nav-container .main-cta ul .nav-cta.show-submenu::after {
    transform: none;
  }
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-cta ul .nav-cta::after {
    content: "\e908";
    font-family: "icomoon" !important;
    font-size: 7px;
    position: absolute;
    top: 20px;
    left: calc(100% - 25px);
  }
}
.site-header .main-navigation .main-nav-container .main-cta ul .nav-cta::before {
  content: "";
  padding: 0;
}
.site-header .main-navigation .main-nav-container .main-cta ul .nav-cta:hover {
  border-color: #27619b;
  color: #27619b;
}
.site-header .main-navigation .main-nav-container .main-cta ul .nav-cta + .submenu-container {
  top: 68px;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-cta ul .nav-cta + .submenu-container {
    -webkit-box-shadow: 0px 10px 32px 2px rgba(51, 59, 64, 0.4);
    -moz-box-shadow: 0px 10px 32px 2px rgba(51, 59, 64, 0.4);
    box-shadow: 0px 10px 32px 2px rgba(51, 59, 64, 0.4);
    width: 100%;
    padding: 16px;
    top: 8px;
  }
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .main-cta ul .nav-cta + .submenu-container .submenu-column ul li {
    width: 100%;
  }
}
.site-header .main-navigation .main-nav-container .main-cta ul .nav-cta + .submenu-container .submenu-column ul li .submenu {
  border: none;
}
.site-header .main-navigation .main-nav-container .submenu-container {
  position: absolute;
  display: none;
  background-color: #ffffff;
  margin-top: 25px;
  gap: 40px;
  padding: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 1px 0px 5px 0px rgba(51, 59, 64, 0.4);
  -moz-box-shadow: 1px 0px 5px 0px rgba(51, 59, 64, 0.4);
  box-shadow: 1px 0px 5px 0px rgba(51, 59, 64, 0.4);
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .submenu-container {
    box-shadow: none;
    flex-direction: column;
    position: relative;
    gap: 10px;
    margin-top: 0;
    padding-top: 8px;
    padding-left: 45px;
    padding-bottom: 6px;
  }
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column {
  max-width: 304px;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .submenu-container .submenu-column {
    max-width: 100%;
  }
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column .submenu-header {
  color: #657183;
  font-size: 14px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-weight: 700;
  padding: 0 7px;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .submenu-container .submenu-column .submenu-header {
    margin-bottom: 8px;
  }
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul {
  flex-direction: column;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li {
  min-width: 152px;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu {
  width: 100%;
  padding: 6px 7px;
  letter-spacing: normal;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu {
    padding: 4px 7px;
  }
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu::after {
  content: "";
  padding: 0;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu::before {
  content: "";
  padding: 0;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu:hover {
  background-color: #f2f4f6;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu:focus-visible {
  background-color: #f2f4f6;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .firstline {
  display: flex;
  gap: 8px;
  align-items: center;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .firstline .page-icon {
  width: 20px;
  height: 20px;
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .firstline .page-name {
  color: #333b40;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .firstline .page-name {
    font-size: 16px;
  }
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .secondline {
  margin-top: 6px;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .secondline {
    margin-top: 4px;
    line-height: 22px;
  }
}
.site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .secondline .page-description {
  color: #546072;
  font-weight: 400;
}
@media (max-width: 1279px) {
  .site-header .main-navigation .main-nav-container .submenu-container .submenu-column ul li .submenu .secondline .page-description {
    font-size: 16px;
  }
}
.site-header .main-navigation .mob-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 1280px) {
  .site-header .main-navigation .mob-nav {
    display: none;
  }
}
.site-header .main-navigation .mob-nav .cta-container {
  display: flex;
  align-items: center;
}
.site-header .main-navigation .mob-nav .cta-container .cta-button {
  font-size: 14px;
  border-radius: 8px;
  display: inline-block;
  padding: 8px 10px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.066px;
  background-color: #2875bc;
  color: #ffffff;
  border-color: #2875bc;
  border-width: 2px;
  border-style: solid;
  max-height: 41px;
}
.site-header .main-navigation .mob-nav .cta-container .cta-button::after {
  content: "";
  padding: 0;
}
.site-header .main-navigation .mob-nav .cta-container .cta-button:hover {
  background-color: #27619b;
  border-color: #27619b;
}
.site-header .main-navigation .mob-nav .cta-container .cta-button:focus-visible {
  background-color: #27619b;
  border-color: #27619b;
}
.site-header .main-navigation .mob-nav .hamburger {
  position: relative;
  width: 30px;
  height: 20px;
  background: #ffffff;
  cursor: pointer;
}
.site-header .main-navigation .mob-nav .hamburger .icon {
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  width: auto;
  height: 100%;
}
.site-header .main-navigation .mob-nav .hamburger .icon .lines {
  height: 3px;
  margin-top: -2px;
  top: 50%;
}
.site-header .main-navigation .mob-nav .hamburger .icon .lines, .site-header .main-navigation .mob-nav .hamburger .icon .lines::before, .site-header .main-navigation .mob-nav .hamburger .icon .lines::after {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  background: #333b40;
  transition: 0.3s;
}
.site-header .main-navigation .mob-nav .hamburger .icon .lines::before, .site-header .main-navigation .mob-nav .hamburger .icon .lines::after {
  content: "";
  height: 100%;
  transform-origin: 5rem center;
}
.site-header .main-navigation .mob-nav .hamburger .icon .lines::before {
  top: 8.5px;
}
.site-header .main-navigation .mob-nav .hamburger .icon .lines::after {
  top: -8.5px;
}
.site-header .main-navigation .mob-nav .hamburger .icon.close {
  transform: scale3d(0.8, 0.8, 0.8);
}
.site-header .main-navigation .mob-nav .hamburger .icon.close .lines {
  background: transparent;
  width: 25px;
}
.site-header .main-navigation .mob-nav .hamburger .icon.close .lines::before, .site-header .main-navigation .mob-nav .hamburger .icon.close .lines::after {
  top: 0;
  transform-origin: 50% 50%;
}
.site-header .main-navigation .mob-nav .hamburger .icon.close .lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.site-header .main-navigation .mob-nav .hamburger .icon.close .lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.cards-filter-wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cards-filter-wrapper {
    padding: 0 0 0 24px;
  }
}
@media (min-width: 768px) {
  .cards-filter-wrapper {
    padding: 0 0 0 24px;
  }
}
@media (min-width: 1280px) {
  .cards-filter-wrapper {
    max-width: 1330px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.cards-filter-wrapper .cards-filter-ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 9px 0;
}
.cards-filter-wrapper .cards-filter-ul::-webkit-scrollbar {
  display: none;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li {
  padding: 0;
  margin: 0;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li.view-all {
  display: none;
  min-width: fit-content;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 100px;
  border-width: 1.5px;
  border-style: solid;
  cursor: pointer;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn:focus-visible {
  display: inline-flex;
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !important;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn .cards-filter-ul-li-btn-icon {
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: center;
  width: 28px;
  height: 28px;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn .cards-filter-ul-li-btn-name {
  font-family: "gt-eesti-display-regular", sans-serif;
  font-size: 18px;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn:focus {
  border-width: 1.5px !important;
  border-style: solid !important;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn.link {
  border-color: transparent;
  background-color: transparent;
  font-weight: 700;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn.link:hover {
  border-color: transparent;
  background-color: transparent;
}
.cards-filter-wrapper .cards-filter-ul .cards-filter-ul-li .cards-filter-ul-li-btn.link:focus {
  border-color: transparent !important;
  background-color: transparent !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: #f500dc;
}

/* 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 Sub Menu aka Mega Menu Alignment Starts */
@media (min-width: 768px) {
  .margin-top-neg-82 {
    margin-top: -82px !important;
  }
}

/* CSS FIx For Sub Menu aka Mega Menu Alignment 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: "gt-eesti-display-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 FIx For Navigation Alignment Starts */
@media (min-width: 701px) and (max-width: 719px) {
  .page-template-default #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
  }
}
@media (min-width: 720px) and (max-width: 754px) {
  .page-template-default #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
  }
}
@media (min-width: 755px) and (max-width: 849px) {
  .page-template-default #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
  }
}

/* CSS FIx For Navigation Alignment Ends */
/* Temporary CSS Fix For Menus Coming Outside Wrapper On Age Verification Page Starts */
@media (min-width: 700px) and (max-width: 845px) {
  .menu-age-verification-container {
    margin-top: 2px;
    background-color: white;
  }
}

/* Temporary CSS Fix For Menus Coming Outside Wrapper On Age Verification Page Ends */
/* Fix For Margin Top Of Header Starts */
@media (max-width: 1279px) {
  .entry-content {
    margin-top: 72px;
  }
}
@media (min-width: 1280px) {
  .entry-content {
    margin-top: 84px;
  }
}

/* Fix For Margin Top Of Header Ends */
/* CSS For Menu Padding Left Starts */
.pad-left-40 {
  padding-left: 40px !important;
}
@media (max-width: 700px) {
  .pad-left-40 {
    padding-left: 15px !important;
  }
}

/* CSS For Menu Padding Left 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 {
  color: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
p a:hover {
  text-decoration: none;
  color: #27619b;
}
p a:active {
  text-decoration: none;
  color: #254d78;
}
p a:focus {
  border: none !important;
  outline: none;
}
p a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    p a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
p a span {
  color: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
p a span:hover {
  text-decoration: none;
  color: #27619b;
}
p a span:active {
  text-decoration: none;
  color: #254d78;
}
p span a {
  color: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
p span a:hover {
  text-decoration: none;
  color: #27619b;
}
p span a:active {
  text-decoration: none;
  color: #254d78;
}
p span a:focus {
  border: none !important;
  outline: none;
}
p span a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    p span a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
p span a span {
  color: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
p span a span:hover {
  text-decoration: none;
  color: #27619b;
}
p span a span:active {
  text-decoration: none;
  color: #254d78;
}

/* CSS For Anchor Inside P Tag Ends */
/* CSS For Anchor Inside List Tags Starts */
.wpb_text_column li a {
  color: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
.wpb_text_column li a:hover {
  text-decoration: none;
  color: #27619b;
}
.wpb_text_column li a:active {
  text-decoration: none;
  color: #254d78;
}
.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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@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: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
.wpb_text_column li a span:hover {
  text-decoration: none;
  color: #27619b;
}
.wpb_text_column li a span:active {
  text-decoration: none;
  color: #254d78;
}
.wpb_text_column li span a {
  color: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
.wpb_text_column li span a:hover {
  text-decoration: none;
  color: #27619b;
}
.wpb_text_column li span a:active {
  text-decoration: none;
  color: #254d78;
}
.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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@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: #2875bc;
  text-decoration: underline;
  word-wrap: break-word;
}
.wpb_text_column li span a span:hover {
  text-decoration: none;
  color: #27619b;
}
.wpb_text_column li span a span:active {
  text-decoration: none;
  color: #254d78;
}

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

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

/* 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: #2875bc !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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;
  color: #27619b !important;
  outline: none;
}
.yoti-default-link a:hover .anchor {
  text-decoration: none;
}
.yoti-default-link a:active {
  text-decoration: none;
  color: #254d78 !important;
  background-color: transparent !important;
  outline: none;
}
.yoti-default-link a:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none;
}
.yoti-default-link a:focus-visible .anchor {
  text-decoration: none;
}
@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:after {
  content: "";
  font-family: "icomoon" !important;
}
.yoti-default-link a .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.yoti-default-link a .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #2875bc;
  vertical-align: middle;
}
.yoti-default-link:hover a .arrow:after {
  color: #27619b;
}
.yoti-default-link:active a .arrow:after {
  color: #254d78;
}
.yoti-default-link.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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:hover .anchor {
  text-decoration: none;
}
.yoti-default-link.white a:active {
  text-decoration: none;
  color: #ffffff !important;
  background-color: transparent !important;
  outline: none;
}
.yoti-default-link.white a:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none;
}
.yoti-default-link.white a:focus-visible .anchor {
  text-decoration: none;
}
@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:after {
  content: "";
  font-family: "icomoon" !important;
}
.yoti-default-link.white a .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.yoti-default-link.white a .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #ffffff;
  vertical-align: middle;
}
.yoti-default-link.white:hover a .arrow:after {
  color: #ffffff;
}
.yoti-default-link.white:active a .arrow:after {
  color: #ffffff;
}

.single .yoti-default-link {
  display: flex;
  align-items: center;
}
.single .yoti-default-link.display-flex-off {
  display: inherit;
}
.single .yoti-default-link a {
  color: #2875bc !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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;
  color: #27619b !important;
  outline: none;
}
.single .yoti-default-link a:hover .anchor {
  text-decoration: none;
}
.single .yoti-default-link a:active {
  text-decoration: none;
  color: #254d78 !important;
  background-color: transparent !important;
  outline: none;
}
.single .yoti-default-link a:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none;
}
.single .yoti-default-link a:focus-visible .anchor {
  text-decoration: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-default-link a:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.single .yoti-default-link a:after {
  content: "";
  font-family: "icomoon" !important;
}
.single .yoti-default-link a .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.single .yoti-default-link a .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #2875bc;
  vertical-align: middle;
}
.single .yoti-default-link:hover a .arrow:after {
  color: #27619b;
}
.single .yoti-default-link:active a .arrow:after {
  color: #254d78;
}
.single .yoti-default-link.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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:hover .anchor {
  text-decoration: none;
}
.single .yoti-default-link.white a:active {
  text-decoration: none;
  color: #ffffff !important;
  background-color: transparent !important;
  outline: none;
}
.single .yoti-default-link.white a:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none;
}
.single .yoti-default-link.white a:focus-visible .anchor {
  text-decoration: none;
}
@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;
    }
  }
}
.single .yoti-default-link.white a:after {
  content: "";
  font-family: "icomoon" !important;
}
.single .yoti-default-link.white a .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.single .yoti-default-link.white a .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #ffffff;
  vertical-align: middle;
}
.single .yoti-default-link.white:hover a .arrow:after {
  color: #ffffff;
}
.single .yoti-default-link.white:active a .arrow:after {
  color: #ffffff;
}
@media (max-width: 767px) {
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    background-color: #ffffff !important;
    text-transform: lowercase !important;
    display: block;
    padding: 16px;
    min-height: 52px;
    height: fit-content;
    max-width: 100%;
    border: 2px solid #2875bc !important;
    border-radius: 8px;
    font-family: "gt-eesti-display-regular", sans-serif !important;
    font-weight: bold;
    text-align: center;
    color: #2875bc !important;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 100%;
    width: 100%;
    vertical-align: middle;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    border-color: #27619b !important;
    color: #27619b !important;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
    border-color: #254d78 !important;
    color: #254d78 !important;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
    text-transform: uppercase !important;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
    outline: none;
    border-style: solid;
    border-width: 2px;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
    box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
        border: 1px solid transparent !important;
      }
    }
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .anchor {
    text-decoration: unset;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow {
    margin-left: 0px;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow:after {
    display: none;
    content: " ";
    font-family: "icomoon" !important;
  }
}
@media (max-width: 767px) {
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    text-transform: none !important;
  }
  .single .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
    text-transform: none !important;
  }
}
@media (max-width: 767px) {
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    background-color: #2875bc !important;
    text-transform: lowercase !important;
    display: block;
    padding: 16px;
    min-height: 52px;
    height: fit-content;
    max-width: 100%;
    font-size: 14px;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: "gt-eesti-display-regular", sans-serif !important;
    border: 2px solid #2875bc !important;
    min-width: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #ffffff !important;
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background-color: #27619b !important;
    border-color: #27619b !important;
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
    background-color: #254d78 !important;
    border-color: #254d78 !important;
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
    text-transform: uppercase !important;
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
    border: none !important;
    outline: none;
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
    box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
        border: 1px solid transparent !important;
      }
    }
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .anchor {
    text-decoration: unset;
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow {
    margin-left: 0px;
  }
  .single .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow:after {
    display: none;
    content: " ";
    font-family: "icomoon" !important;
  }
}
.single .yoti-default-link.linkto-default-button-mobile.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.single .yoti-default-link.linkto-default-button-mobile.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
.single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #2875bc;
  text-transform: lowercase !important;
  display: block;
  padding: 16px;
  min-width: 295px;
  min-height: 52px;
  height: fit-content;
  width: fit-content;
  border-color: #2875bc;
  border-width: 2px;
}
@media (max-width: 767px) {
  .single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
.single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #27619b;
  border-color: #27619b;
}
.single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
  background-color: #254d78;
  border-color: #254d78;
}
.single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
.single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  border: none !important;
  outline: none;
}
.single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .single .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.single .yoti-default-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.single .yoti-default-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
.single .yoti-default-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: #ffffff;
  text-transform: lowercase !important;
  display: block;
  padding: 16px;
  min-width: 295px;
  min-height: 52px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #2875bc;
  border-width: 2px;
  border-radius: 8px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-weight: bold;
  text-align: center;
  color: #2875bc;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 16px;
  }
}
@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 {
  border-color: #27619b;
  color: #27619b;
}
.single .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
  border-color: #254d78;
  color: #254d78;
}
.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: 2px;
}
.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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@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%;
}

/* Fall Back For Blog Ends */
/* For Page Template Starts */
.page-template-default li .uavc-list-content .yoti-default-link a span {
  color: #2875bc !important;
}
.page-template-default li .uavc-list-content .yoti-default-link a:hover span {
  color: #27619b !important;
}
.page-template-default li .uavc-list-content .yoti-default-link a:active span {
  color: #254d78 !important;
}
.page-template-default li .uavc-list-content .yoti-default-link.white a:hover span {
  color: #ffffff !important;
}
.page-template-default li .uavc-list-content .yoti-default-link.white a:active 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: #2875bc !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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;
  color: #27619b !important;
  outline: none;
}
.page-template-default .yoti-default-link a:hover .anchor {
  text-decoration: none;
}
.page-template-default .yoti-default-link a:active {
  text-decoration: none;
  color: #254d78 !important;
  background-color: transparent !important;
  outline: none;
}
.page-template-default .yoti-default-link a:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none;
}
.page-template-default .yoti-default-link a:focus-visible .anchor {
  text-decoration: none;
}
@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:after {
  content: "";
  font-family: "icomoon" !important;
}
.page-template-default .yoti-default-link a .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.page-template-default .yoti-default-link a .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #2875bc;
  vertical-align: middle;
}
.page-template-default .yoti-default-link:hover a .arrow:after {
  color: #27619b;
}
.page-template-default .yoti-default-link:active a .arrow:after {
  color: #254d78;
}
.page-template-default .yoti-default-link.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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:hover .anchor {
  text-decoration: none;
}
.page-template-default .yoti-default-link.white a:active {
  text-decoration: none;
  color: #ffffff !important;
  background-color: transparent !important;
  outline: none;
}
.page-template-default .yoti-default-link.white a:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none;
}
.page-template-default .yoti-default-link.white a:focus-visible .anchor {
  text-decoration: none;
}
@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 a:after {
  content: "";
  font-family: "icomoon" !important;
}
.page-template-default .yoti-default-link.white a .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.page-template-default .yoti-default-link.white a .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #ffffff;
  vertical-align: middle;
}
.page-template-default .yoti-default-link.white:hover a .arrow:after {
  color: #ffffff;
}
.page-template-default .yoti-default-link.white:active a .arrow:after {
  color: #ffffff;
}

/* 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:after {
  content: "";
  font-family: "icomoon" !important;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper {
  width: fit-content;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link {
  color: #2875bc !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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;
  color: #27619b !important;
  outline: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:hover .anchor {
  text-decoration: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:active {
  text-decoration: none;
  color: #254d78 !important;
  background-color: transparent !important;
  outline: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none !important;
  border-radius: 4px;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link:focus-visible .anchor {
  text-decoration: none;
}
@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 a.paoc-popup-link:after {
  content: "";
  font-family: "icomoon" !important;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper a.paoc-popup-link .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #2875bc;
  vertical-align: middle;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper:hover a .arrow:after {
  color: #27619b;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper:active a .arrow:after {
  color: #254d78;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a {
  color: #ffffff !important;
  outline: none;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
@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:hover .anchor {
  text-decoration: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a:active {
  text-decoration: none;
  color: #ffffff !important;
  background-color: transparent !important;
  outline: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a:active .anchor {
  text-decoration: 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  text-decoration: none;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a:focus-visible .anchor {
  text-decoration: none;
}
@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.yoti-default-link .wpb_wrapper.white a:after {
  content: "";
  font-family: "icomoon" !important;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a .arrow {
  margin-left: 8px;
  text-decoration: none;
  display: inline-block;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white a .arrow:after {
  content: "\e902";
  font-family: "icomoon" !important;
  color: #ffffff;
  vertical-align: middle;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white:hover a .arrow:after {
  color: #ffffff;
}
.wpb_raw_html.yoti-default-link .wpb_wrapper.white:active a .arrow:after {
  color: #ffffff;
}
.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-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #2875bc;
  text-transform: lowercase !important;
  display: block;
  padding: 16px;
  min-width: 295px;
  min-height: 52px;
  height: fit-content;
  width: fit-content;
  border-color: #2875bc;
  border-width: 2px;
}
@media (max-width: 767px) {
  #image-carousel-with-no-transition-text-section .left-column .yoti-default-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-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #27619b;
  border-color: #27619b;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
  background-color: #254d78;
  border-color: #254d78;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-default-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-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  border: none !important;
  outline: none;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    #image-carousel-with-no-transition-text-section .left-column .yoti-default-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-default-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-default-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-default-button.full-width .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  min-width: 100%;
  width: 100%;
}

.page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #2875bc;
  text-transform: lowercase !important;
  display: block;
  padding: 16px;
  min-width: 295px;
  min-height: 52px;
  height: fit-content;
  width: fit-content;
  border-color: #2875bc;
  border-width: 2px;
}
@media (max-width: 767px) {
  .page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    min-width: 100%;
    width: 100%;
  }
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
  background-color: #27619b;
  border-color: #27619b;
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
  background-color: #254d78;
  border-color: #254d78;
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: uppercase !important;
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
  border: none !important;
  outline: none;
}
.page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .page-template-default .yoti-default-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
      border: 1px solid transparent !important;
    }
  }
}
.page-template-default .yoti-default-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.page-template-default .yoti-default-button.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}
.page-template-default .yoti-default-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: #2875bc;
  text-transform: none !important;
  display: block;
  padding: 16px;
  min-width: 295px;
  min-height: 52px;
  height: fit-content;
  width: 100%;
  border-color: #2875bc;
  border-width: 2px;
}
@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: #27619b;
  border-color: #27619b;
}
.hbspt-form form .hs-submit .actions .hs-button.primary:active {
  background-color: #254d78;
  border-color: #254d78;
}
.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 {
  border: none !important;
  outline: none;
}
.hbspt-form form .hs-submit .actions .hs-button.primary:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@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: #ffffff;
  text-transform: lowercase !important;
  display: block;
  padding: 16px;
  min-width: 295px;
  min-height: 52px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #2875bc;
  border-width: 2px;
  border-radius: 8px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-weight: bold;
  text-align: center;
  color: #2875bc;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  #image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  #image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 16px;
  }
}
@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 {
  border-color: #27619b;
  color: #27619b;
}
#image-carousel-with-no-transition-text-section .left-column .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
  border-color: #254d78;
  color: #254d78;
}
#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: 2px;
}
#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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@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%;
}

.page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  background-color: #ffffff;
  text-transform: lowercase !important;
  display: block;
  padding: 16px;
  min-width: 295px;
  min-height: 52px;
  height: fit-content;
  width: fit-content;
  max-width: 100%;
  border-color: #2875bc;
  border-width: 2px;
  border-radius: 8px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
  font-weight: bold;
  text-align: center;
  color: #2875bc;
  box-sizing: border-box;
}
@media (min-width: 700px) {
  .page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  .page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    font-size: 16px;
  }
}
@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 {
  border-color: #27619b;
  color: #27619b;
}
.page-template-default .yoti-secondary-button .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
  border-color: #254d78;
  color: #254d78;
}
.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: 2px;
}
.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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
}
@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%;
}

/* 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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !important;
      text-decoration: none !important;
      border-radius: 4px !important;
    }
  }
}
a:focus-visible {
  box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !important;
  text-decoration: none !important;
  border-radius: 4px !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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !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 4px, var(--focus-ring-second-color) 0px 0px 0px 9px !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: 767px) {
  .page-template-default .yoti-section.vc_section {
    padding: 56px 0;
  }
}
/* 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 */
/* Class To Make Link To Button In Mobile View Starts */
@media (max-width: 767px) {
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    background-color: #ffffff !important;
    text-transform: lowercase !important;
    display: block;
    padding: 16px;
    min-height: 52px;
    height: fit-content;
    max-width: 100%;
    border: 2px solid #2875bc !important;
    border-radius: 8px;
    font-family: "gt-eesti-display-regular", sans-serif !important;
    font-weight: bold;
    text-align: center;
    color: #2875bc !important;
    box-sizing: border-box;
    font-size: 14px;
    min-width: 100%;
    width: 100%;
    vertical-align: middle;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    border-color: #27619b !important;
    color: #27619b !important;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
    border-color: #254d78 !important;
    color: #254d78 !important;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
    text-transform: uppercase !important;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
    outline: none;
    border-style: solid;
    border-width: 2px;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
    box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
        border: 1px solid transparent !important;
      }
    }
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .anchor {
    text-decoration: unset;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow {
    margin-left: 0px;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow:after {
    display: none;
    content: " ";
    font-family: "icomoon" !important;
  }
}
@media (max-width: 767px) {
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    text-transform: none !important;
  }
  .page-template-default .yoti-default-link.linkto-secondary-button-mobile .vc_btn3.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
    text-transform: none !important;
  }
}

@media (max-width: 767px) {
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
    background-color: #2875bc !important;
    text-transform: lowercase !important;
    display: block;
    padding: 16px;
    min-height: 52px;
    height: fit-content;
    max-width: 100%;
    font-size: 14px;
    border-radius: 8px;
    box-sizing: border-box;
    font-family: "gt-eesti-display-regular", sans-serif !important;
    border: 2px solid #2875bc !important;
    min-width: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    color: #ffffff !important;
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:hover {
    background-color: #27619b !important;
    border-color: #27619b !important;
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:active {
    background-color: #254d78 !important;
    border-color: #254d78 !important;
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
    text-transform: uppercase !important;
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus {
    border: none !important;
    outline: none;
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
    box-shadow: var(--focus-ring-first-color) 0px 0px 0px 4px, var(--focus-ring-second-color) 0px 0px 0px 9px;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports (-webkit-appearance: none) {
      .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:focus-visible {
        border: 1px solid transparent !important;
      }
    }
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .anchor {
    text-decoration: unset;
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow {
    margin-left: 0px;
  }
  .page-template-default .yoti-default-link.linkto-default-button-mobile .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey .arrow:after {
    display: none;
    content: " ";
    font-family: "icomoon" !important;
  }
}
.page-template-default .yoti-default-link.linkto-default-button-mobile.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey {
  text-transform: none !important;
}
.page-template-default .yoti-default-link.linkto-default-button-mobile.capitalize-off .vc_btn3.vc_btn3-style-modern.vc_btn3-color-grey:first-letter {
  text-transform: none !important;
}

/* Class To Make Link To Button In Mobile View 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 */
/* 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;
}

body:not(.page-template-post-office-landing-page) #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),
body:not(.page-template-post-office-landing-page) #onetrust-consent-sdk #onetrust-pc-sdk .ot-leg-btn-container .ot-active-leg-btn {
  background-color: #2875bc !important;
  border-color: #2875bc !important;
}
body:not(.page-template-post-office-landing-page) #onetrust-consent-sdk #onetrust-pc-sdk #ot-content #pc-policy-text,
body:not(.page-template-post-office-landing-page) #onetrust-consent-sdk #onetrust-pc-sdk #ot-content p {
  font-size: 1em;
}
body:not(.page-template-post-office-landing-page) #onetrust-consent-sdk #onetrust-pc-sdk #ot-content p {
  color: #333b40 !important;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
@media screen and (max-height: 450px) and (orientation: landscape) {
  body:not(.page-template-post-office-landing-page) #onetrust-consent-sdk #onetrust-pc-sdk #ot-content p.ot-category-desc {
    font-size: 1em;
  }
}

#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;
}
#onetrust-consent-sdk #onetrust-pc-sdk .ot-checkbox input[type=checkbox]:focus + label::before {
  outline-color: #3860be;
  outline-width: 0px;
}
#onetrust-consent-sdk #onetrust-pc-sdk .category-host-list-handler {
  font-size: 0.9em;
}
@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 h4 {
  font-size: 18px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content .category-host-list-container a {
  font-size: 16px;
  color: #2875bc;
  margin-top: 5px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content button .button-theme {
  background-color: #2875bc;
}
#onetrust-consent-sdk #onetrust-pc-sdk #ot-content p {
  color: #333b40 !important;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
@media screen and (max-height: 450px) and (orientation: landscape) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-content p.ot-category-desc {
    font-size: 12px;
  }
}
#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 {
  color: #ffffff;
  border-radius: 4px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  #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 {
    font-size: 16px;
  }
}
#onetrust-consent-sdk #onetrust-pc-sdk #cookie-preferences {
  margin-top: 24px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #cookie-preferences .category-item {
  margin-top: 18px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #cookie-preferences .category-item .ot-always-active {
  color: #333b40;
}
#onetrust-consent-sdk #onetrust-pc-sdk #cookie-preferences .save-preference-btn-container {
  margin-top: 6px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-header .host-title {
  font-size: 18px;
  font-weight: normal;
}
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-header .host-view-cookies {
  font-size: 18px;
  font-family: "gt-eesti-display-regular", sans-serif !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .host-item {
  overflow: unset !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .host-item .host-box {
  width: 98%;
}
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-text .host-options .host-option-group .vendor-host .cookie-name-container div,
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-text .host-options .host-option-group .vendor-host .cookie-host-container div,
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-text .host-options .host-option-group .vendor-host .cookie-duration-container div,
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-text .host-options .host-option-group .vendor-host .cookie-type-container div,
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-text .host-options .host-option-group .vendor-host .cookie-category-container div,
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-text .host-options .host-option-group .vendor-host .cookie-description-container div {
  font-size: 16px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .accordion-text .host-options .host-option-group .vendor-host .cookie-description-container {
  padding-right: 8px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #hosts-list-container .vendor-host {
  padding: 3px 10px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #vendor-list-content {
  overflow-y: auto;
}
#onetrust-consent-sdk #onetrust-pc-sdk #vendor-list-content.host-list-content,
#onetrust-consent-sdk #onetrust-pc-sdk #vendor-list-content .hosts-list #vendor-search-handler {
  margin-left: 24px;
}
#onetrust-consent-sdk #onetrust-pc-sdk #vendor-list-content.host-list-content + #vendor-list-save-btn {
  padding-left: 24px;
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #vendor-list-content.host-list-content + #vendor-list-save-btn {
    padding: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 896px) and (max-height: 425px) and (orientation: landscape) {
  #onetrust-consent-sdk #onetrust-pc-sdk #vendor-list-content.host-list-content + #vendor-list-save-btn {
    position: inherit;
  }
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #onetrust-pc-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 #onetrust-pc-sdk #vendor-list-content {
    max-width: 98%;
    width: 100%;
  }
}
#onetrust-consent-sdk #onetrust-pc-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 #onetrust-pc-sdk #filter-apply-handler {
    margin-left: 26px;
  }
}
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler p {
  color: #2875bc !important;
  text-decoration: none;
}
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler p:hover {
  text-decoration: underline;
  color: #27619b !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk #clear-filters-handler p:active {
  text-decoration: none;
  color: #254d78 !important;
}
#onetrust-consent-sdk #onetrust-pc-sdk button.ot-pill {
  box-shadow: none;
}
#onetrust-consent-sdk #onetrust-pc-sdk #vendors-list-title {
  font-size: 22px;
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-container {
    top: 18px;
  }
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #onetrust-pc-sdk .save-preference-btn-container button.save-preference-btn-handler {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    border-radius: 8px !important;
  }
}
@media (max-width: 360px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-triangle {
    right: auto;
    left: 305px;
  }
}
@media (min-width: 375px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-triangle {
    right: auto;
    left: 318px;
  }
}
@media (min-width: 376px) and (max-width: 410px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-triangle {
    right: auto;
    left: 84%;
  }
}
@media (min-width: 411px) and (max-width: 600px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-triangle {
    right: auto;
    left: 360px;
  }
}
@media only screen and (max-height: 414px) and (orientation: landscape) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-triangle {
    transform: rotate(135deg);
    right: auto !important;
    left: 425px !important;
    top: 12px;
  }
}
@media only screen and (min-height: 411px) and (max-height: 412px) and (orientation: landscape) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-triangle {
    left: 345px !important;
  }
}
@media (min-width: 601px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-triangle {
    right: 120px;
    left: auto;
  }
}
@media (max-width: 360px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-options {
    max-width: 315px;
  }
}
@media (min-width: 375px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-options {
    max-width: 330px;
  }
}
@media (min-width: 376px) and (max-width: 410px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-options {
    max-width: 88%;
  }
}
@media (min-width: 411px) and (max-width: 600px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-options {
    max-width: 365px;
  }
}
@media only screen and (max-height: 414px) and (orientation: landscape) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-options {
    top: -120px;
    left: 100px !important;
    height: 300px;
  }
}
@media (min-width: 601px) {
  #onetrust-consent-sdk #onetrust-pc-sdk #ot-options {
    left: 205px;
  }
}
#onetrust-consent-sdk #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-reject-all-handler,
#onetrust-consent-sdk #onetrust-accept-btn-handler {
  color: #2875bc !important;
  border-color: #2875bc !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 {
  border-style: solid !important;
}
@media (max-width: 600px) {
  #onetrust-consent-sdk #onetrust-pc-btn-handler,
  #onetrust-consent-sdk #onetrust-reject-all-handler,
  #onetrust-consent-sdk #onetrust-accept-btn-handler {
    font-size: 16px !important;
  }
}
@media (max-width: 600px) {
  #onetrust-consent-sdk .button-theme {
    max-width: 100%;
  }
}

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

/* Class For Word Break Ends */
/* Class For Vertical Separator Starts*/
.yoti-separator-vertical {
  display: flex;
}
.yoti-separator-vertical > *:not(:last-child) {
  border-right: 1px solid #b5bdc8;
}
@media (max-width: 767px) {
  .yoti-separator-vertical {
    display: flex;
    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 #b5bdc8;
  }
}

/* Class For Vertical Separator Ends*/
/* yoti-section Top and Bottom Padding In Tablet View Starts */
@media (min-width: 768px) and (max-width: 1023px) {
  .page-template-default .vc_section.yoti-section {
    padding: 64px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill {
    padding: 64px 0;
  }
  .page-template-default .vc_section.vc_section-has-fill + .vc_section {
    padding: 64px 0;
  }
}
/* yoti-section Top and Bottom Padding In Tablet View Ends */
/* "yoti-row" Padding Modification Starts */
.page-template-default .wpb_row.yoti-row {
  width: 100%;
}
@media (max-width: 1279px) {
  .page-template-default .wpb_row.yoti-row {
    max-width: 1328px;
    padding: 0 24px;
  }
}
@media (min-width: 1280px) {
  .page-template-default .wpb_row.yoti-row {
    max-width: 1330px;
    padding: 0 25px;
  }
}

/* "yoti-row" Padding Modification Ends */
img.custom-logo {
  height: auto;
}

/* "btn-w-auto" - Auto width for Yoti buttons on desktop/tablet starts here */
@media (min-width: 768px) {
  .btn-w-auto a {
    max-width: 295px !important;
    width: 100% !important;
    min-width: auto !important;
  }
}

/* "btn-w-auto" - Auto width for Yoti buttons on desktop/tablet ends here */

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