@charset "UTF-8";
a svg, a {
  transition: all 0.1s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  outline-color: #211FA6;
}

/* Sidebar Layout
--------------------------------------------- */
body.sl-page-layout-sidebar .sl-site-content {
  display: flex;
  max-width: 1158px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 80px;
  padding-bottom: 80px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.sl-page-layout-sidebar .sl-site-content {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body.sl-page-layout-sidebar .sl-site-main {
  flex-grow: 1;
  max-width: 700px;
}
@media (max-width: 767px) {
  body.sl-page-layout-sidebar .sl-site-main {
    max-width: 100%;
  }
}
body.sl-page-layout-sidebar .sl-site-main > .sl-section > .sl-container {
  padding-left: 0;
  padding-right: 0;
}
body.sl-page-layout-sidebar .sl-site-sidebar {
  width: 350px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 60px;
}
@media (max-width: 980px) {
  body.sl-page-layout-sidebar .sl-site-sidebar {
    width: 250px;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  body.sl-page-layout-sidebar .sl-site-sidebar {
    width: auto;
    margin-top: 65px;
    margin-left: 0;
  }
}
body.sl-page-layout-sidebar--left .sl-site-sidebar {
  margin-left: 0;
  margin-right: 60px;
  order: -1;
}
@media (max-width: 980px) {
  body.sl-page-layout-sidebar--left .sl-site-sidebar {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  body.sl-page-layout-sidebar--left .sl-site-sidebar {
    margin-right: 0;
    order: 0;
  }
}

/* Header buttons.
--------------------------------------------- */
.sl-site-header .sl-button,
.sl-float-header .sl-button {
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  border-radius: 3px;
  padding: 12px 18px;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}

/* Header.
--------------------------------------------- */
.sl-site-header {
  background: #09092C;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sl-site-header__inner {
  display: flex;
  align-items: center;
  min-height: 79px;
}
.sl-site-header__inner .sl-site-logo img {
  display: block;
}
.sl-site-header .sl-button {
  background-color: #222141;
  color: #fff;
}
.sl-site-header .sl-button:hover, .sl-site-header .sl-button:focus {
  background-color: #211FA6;
}
.sl-site-header .sl-button--secondary {
  background: #F8F8FC;
  color: #09092C;
  font-weight: 600;
}
.sl-site-header .sl-button--secondary:hover, .sl-site-header .sl-button--secondary:focus {
  background-color: #FFD62F;
}

/* Sticky Header.
--------------------------------------------- */
.sl-float-header {
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.1);
  z-index: 100;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  transition: 0.4s all;
  transform: translateY(-80px);
  display: block !important;
}
@media (max-width: 1279px) {
  .sl-float-header {
    display: none !important;
  }
}
.sl-float-header--sticky {
  opacity: 1;
  transform: translateY(0);
}
.sl-float-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.sl-float-header__inner > p {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.sl-float-header__inner > p span {
  background-color: #fffd9b;
}
.sl-float-header__inner > ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.sl-float-header__inner > ul li + li {
  margin-left: 24px;
}
.sl-float-header .sl-button {
  background-color: #211FA6;
  color: #fff;
}
.sl-float-header .sl-button:hover, .sl-float-header .sl-button:focus {
  background-color: #2F2DB1;
}
.sl-float-header .sl-button--secondary {
  background: transparent;
  color: rgba(33, 31, 166, 0.7);
  border-bottom: 1px solid currentColor;
  padding: 0;
  border-radius: 0;
}
.sl-float-header .sl-button--secondary:hover, .sl-float-header .sl-button--secondary:focus {
  background: transparent;
  color: #2F2DB1;
  border-color: transparent;
}

/* Header navigation.
--------------------------------------------- */
.sl-site-navigation {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 768px) {
  .sl-site-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0;
    height: calc(100vh - 79px);
    flex-direction: column;
    background-color: #fff;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 999;
  }
}

/* Header menu.
--------------------------------------------- */
.sl-header-menu {
  /* Desktop menu. */
  /* Mobile menu. */
}
.sl-header-menu, .sl-header-menu .sub-menu {
  list-style: none;
}
@media (min-width: 769px) {
  .sl-header-menu {
    display: flex;
    align-items: center;
    /* First level menu items. */
    /* First level menu items with sub menu. */
  }
  .sl-header-menu > .menu-item {
    margin-right: 32px;
  }
  .sl-header-menu > .menu-item > a {
    display: block;
    height: 100%;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
    transition: color 0.2s;
  }
  .sl-header-menu > .menu-item:hover > a {
    color: #FFD62F;
  }
  .sl-header-menu > .menu-item-has-children {
    position: relative;
    /* Sub menu. */
    /* Sub menus items. */
  }
  .sl-header-menu > .menu-item-has-children > a:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 10px;
    top: -2px;
    border: solid rgba(255, 255, 255, 0.25);
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg);
    transition: border-color 0.2s;
  }
  .sl-header-menu > .menu-item-has-children:hover > a:after {
    border-color: #FFD62F;
  }
  .sl-header-menu > .menu-item-has-children:hover > .sub-menu {
    display: flex !important;
  }
  .sl-header-menu > .menu-item-has-children > .sub-menu {
    display: none !important;
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    z-index: 999;
  }
  .sl-header-menu > .menu-item-has-children > .sub-menu:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 14px;
    height: 14px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    top: -6px;
    background-color: #fff;
    border-radius: 3px;
  }
  .sl-header-menu > .menu-item-has-children > .sub-menu:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
    top: -20px;
  }
  .sl-header-menu > .menu-item-has-children > .sub-menu > .sl-menu-column {
    padding: 16px;
  }
  .sl-header-menu > .menu-item-has-children > .sub-menu > .sl-menu-column > h6 {
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 0;
    color: #53536B;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-style: normal;
  }
  .sl-header-menu > .menu-item-has-children > .sub-menu > .sl-menu-column > h6 svg {
    margin-right: 8px;
  }
  .sl-header-menu > .menu-item-has-children .sub-menu .menu-item {
    min-width: 237px;
  }
  .sl-header-menu > .menu-item-has-children .sub-menu .menu-item a {
    display: block;
    color: #09092C;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    transition: all 0.2s;
    padding: 12px;
    border-radius: 5px;
    white-space: nowrap;
  }
  .sl-header-menu > .menu-item-has-children .sub-menu .menu-item a:hover {
    color: #211FA6;
    background-color: #F8F8FC;
  }
  .sl-header-menu .sl-see-all {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .sl-header-menu .sl-see-all > a {
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.05);
    padding: 25px 12px 22px !important;
    border-radius: 0 0 5px 5px !important;
    border-top: 1px solid #E9E9F5;
    color: #53536B !important;
    font-weight: 500;
  }
  .sl-header-menu .sl-see-all > a:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    height: 15px;
  }
  .sl-header-menu .sl-see-all > a:after {
    content: url(../icons/misc/long-arrow.svg);
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  .sl-header-menu {
    width: 100%;
    padding-bottom: 1px;
    overflow-y: auto;
    /* Menu items links. */
    /* First level menu items. */
    /* First level menu items with sub menu. */
    /* Sub menu items link. */
    /* Sub menu column title. */
  }
  .sl-header-menu, .sl-header-menu .sub-menu {
    display: flex;
    flex-direction: column;
  }
  .sl-header-menu a {
    display: block;
    color: #09092C;
    text-decoration: none;
    font-size: 15px;
    line-height: 1;
    transition: all 0.2s;
  }
  .sl-header-menu a:hover {
    color: #211FA6;
  }
  .sl-header-menu > .menu-item {
    box-shadow: 0 1px 0 #EEEEF1;
  }
  .sl-header-menu > .menu-item > a {
    font-weight: 600;
    padding: 24px 34px;
  }
  .sl-header-menu > .menu-item-has-children > a {
    position: relative;
  }
  .sl-header-menu > .menu-item-has-children > a:after {
    content: "";
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    right: 35px;
    top: calc(50% - 5px);
    border: solid currentColor;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(-45deg);
    transition: border-color 0.2s, transform 0.2s;
    color: inherit;
  }
  .sl-header-menu > .menu-item-has-children.sl-opened > a {
    background-color: #F8F8FC;
    color: #211FA6;
  }
  .sl-header-menu > .menu-item-has-children.sl-opened > a:after {
    transform: rotate(45deg);
  }
  .sl-header-menu > .menu-item-has-children > .sub-menu {
    display: none;
    margin: 13px 21px;
  }
  .sl-header-menu .sub-menu .menu-item a {
    padding: 12px;
    border-radius: 5px;
  }
  .sl-header-menu .sub-menu .menu-item a:hover {
    background-color: #F8F8FC;
  }
  .sl-header-menu .sl-menu-column > h6 {
    display: flex;
    align-items: center;
    padding: 12px;
    margin: 0;
    color: #53536B;
    font-weight: 600;
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
  .sl-header-menu .sl-menu-column > h6 svg {
    margin-right: 8px;
  }
  .sl-header-menu .sl-see-all {
    position: relative;
    margin-top: 13px;
  }
  .sl-header-menu .sl-see-all:before {
    content: "";
    display: block;
    margin: 0 12px;
    background: #EEEEF1;
    height: 1px;
  }
  .sl-header-menu .sl-see-all a {
    margin-top: 16px;
    margin-bottom: 7px;
  }
  .sl-header-menu .sl-see-all a:after {
    content: url(../icons/misc/long-arrow.svg);
    margin-left: 16px;
  }
}

/* Header buttons menu.
--------------------------------------------- */
.sl-header-buttons-menu {
  display: flex;
  align-items: center;
  list-style: none;
}
.sl-header-buttons-menu li {
  margin-right: 10px;
}
.sl-header-buttons-menu li:last-child {
  margin-right: 0;
}
.sl-header-buttons-menu a {
  display: block;
}
.sl-header-buttons-menu .sl-mobile {
  display: none;
}
@media (max-width: 768px) {
  .sl-header-buttons-menu {
    width: 100%;
    margin-top: auto;
    padding: 27px 32px 37px;
    box-shadow: 0px -1px 0px #EEEEF1;
  }
  .sl-header-buttons-menu li {
    flex-grow: 1;
  }
  .sl-header-buttons-menu a {
    width: 100%;
  }
  .sl-header-buttons-menu .sl-button.sl-secondary {
    background-color: #FFD62F;
  }
  .sl-header-buttons-menu .sl-mobile {
    display: inline;
  }
  .sl-header-buttons-menu .sl-desktop {
    display: none;
  }
}

/* Open mobile menu button.
--------------------------------------------- */
.sl-menu-open-button {
  display: none;
  margin-left: auto;
}
@media (max-width: 768px) {
  .sl-menu-open-button {
    display: flex;
    align-items: center;
  }
}
.sl-menu-open-button .sl-close {
  display: none;
}
.sl-menu-open-button .sl-hamburger {
  position: relative;
  width: 12px;
  margin-right: 10px;
}
.sl-menu-open-button .sl-hamburger span {
  width: 12px;
  height: 2px;
  background: white;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  transition: transform 200ms;
  border-radius: 2px;
}
.sl-menu-open-button .sl-hamburger span:nth-child(1) {
  transform: translate3d(0, -4px, 0);
}
.sl-menu-open-button .sl-hamburger span:nth-child(2) {
  transform: translate3d(0, 0, 0);
}
.sl-menu-open-button .sl-hamburger span:nth-child(3) {
  transform: translate3d(0, 4px, 0);
}
.sl-menu-open-button.sl-opened + .sl-site-navigation {
  transform: translateX(0);
}
.sl-menu-open-button.sl-opened .sl-close {
  display: inline;
}
.sl-menu-open-button.sl-opened .sl-open {
  display: none;
}
.sl-menu-open-button.sl-opened .sl-hamburger span:nth-child(1) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.sl-menu-open-button.sl-opened .sl-hamburger span:nth-child(2) {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.sl-menu-open-button.sl-opened .sl-hamburger span:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

/* Footer CTA section.
--------------------------------------------- */
.sl-footer-cta__top {
  position: relative;
  padding-top: 75px;
  padding-bottom: 90px;
  color: #fff;
  text-align: center;
  background: url(../images/svg/footer-cta-left.svg) left 56% no-repeat, url(../images/svg/footer-cta-right.svg) right 56% no-repeat, radial-gradient(50% 172.84% at 50% 50%, #16163C 0%, #09092C 100%), #09092C;
}
@media (max-width: 1150px) {
  .sl-footer-cta__top {
    background: radial-gradient(50% 172.84% at 50% 50%, #16163C 0%, #09092C 100%), #09092C;
  }
}
@media (max-width: 980px) {
  .sl-footer-cta__top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sl-footer-cta__top h2 {
  margin-bottom: 10px;
  color: #fff;
}
.sl-footer-cta__top p {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.sl-footer-cta__bottom {
  padding-top: 20px;
  padding-bottom: 35px;
}
@media (max-width: 980px) {
  .sl-footer-cta__bottom {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 980px) {
  .sl-footer-cta__bottom-inner {
    display: flex;
    justify-content: center;
  }
}
.sl-footer-cta__bottom-inner ul {
  display: flex;
  align-items: center;
  list-style: none;
}
@media (max-width: 980px) {
  .sl-footer-cta__bottom-inner ul {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sl-footer-cta__bottom-inner ul li {
  position: relative;
  flex-basis: 33.3%;
  display: flex;
  align-items: center;
  color: #09092C;
  font-weight: 600;
  font-size: 15px;
}
@media (min-width: 981px) {
  .sl-footer-cta__bottom-inner ul li {
    padding: 0 10px;
    justify-content: center;
  }
  .sl-footer-cta__bottom-inner ul li:first-child {
    padding-left: 0;
    justify-content: flex-start;
  }
  .sl-footer-cta__bottom-inner ul li:last-child {
    padding-right: 0;
    justify-content: flex-end;
  }
  .sl-footer-cta__bottom-inner ul li + li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background-color: #DADADF;
  }
}
@media (max-width: 570px) {
  .sl-footer-cta__bottom-inner ul li {
    font-size: 13px;
  }
}
@media (max-width: 980px) {
  .sl-footer-cta__bottom-inner ul li + li {
    margin-top: 15px;
  }
}
.sl-footer-cta__bottom-inner ul li i {
  display: flex;
  margin-right: 15px;
}
@media (max-width: 980px) {
  .sl-footer-cta__bottom-inner ul li i {
    width: 34px;
  }
}
.sl-footer-cta__bottom-inner ul li svg {
  margin: auto;
  color: #211FA6;
}
.sl-footer-cta .sl-block-cta-button__inner {
  margin-bottom: 16px;
}
.sl-footer-cta .sl-block-cta-button__holder {
  max-width: 421px;
}
.sl-footer-cta .sl-block-cta-button__holder > ul {
  opacity: 0.6;
  color: #fff;
}

/* Default footer.
--------------------------------------------- */
.sl-footer {
  padding-top: 80px;
  padding-bottom: 75px;
  background-color: #FAFAFA;
}
@media (max-width: 570px) {
  .sl-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sl-footer .sl-footer-small__inner {
  padding-top: 75px;
}
@media (max-width: 570px) {
  .sl-footer .sl-footer-small__inner {
    padding-top: 32px;
  }
}

/* Footer widgets.
--------------------------------------------- */
.sl-footer-widgets {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 75px;
  grid-row-gap: 55px;
  padding-bottom: 75px;
  border-bottom: 1px solid #DADADF;
  color: #53536B;
  font-size: 13px;
}
@media (max-width: 980px) {
  .sl-footer-widgets {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .sl-footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 570px) {
  .sl-footer-widgets {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 32px;
    padding-bottom: 32px;
  }
}
.sl-footer-widgets .widget-title {
  margin-bottom: 24px;
  color: #53536B;
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
}
@media (max-width: 570px) {
  .sl-footer-widgets .widget-title {
    margin-bottom: 10px;
  }
}
.sl-footer-widgets ul.menu {
  margin-bottom: -10px;
  list-style: none;
}
@media (max-width: 570px) {
  .sl-footer-widgets ul.menu {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.sl-footer-widgets ul.menu li {
  margin-bottom: 10px;
  line-height: 1.5;
}
.sl-footer-widgets ul.menu a {
  color: #53536B;
  font-size: 13px;
  line-height: inherit;
  text-decoration: none;
}
.sl-footer-widgets ul.menu a:hover, .sl-footer-widgets ul.menu a:focus {
  color: #211FA6;
  text-decoration: underline;
}
.sl-footer-widgets .sl-widget-menu--no-title {
  margin-top: 46px;
}
@media (max-width: 570px) {
  .sl-footer-widgets .sl-widget-menu--no-title {
    margin-top: -13px;
  }
}
.sl-footer-widgets .wp-block-social-link {
  padding: 0 !important;
}

/* Footer copyright.
--------------------------------------------- */
.sl-footer-copyright > p {
  margin-bottom: 17px;
  color: #3A3A56;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
}
@media (max-width: 570px) {
  .sl-footer-copyright > p {
    margin-bottom: 14px;
  }
}
.sl-footer-copyright ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  list-style: none;
}
.sl-footer-copyright ul.menu li {
  line-height: 1.5;
  margin: 0 8px;
}
.sl-footer-copyright ul.menu a {
  color: #53536B;
  font-size: 12px;
  line-height: inherit;
  text-decoration: underline;
}
.sl-footer-copyright ul.menu a:hover, .sl-footer-copyright ul.menu a:focus {
  color: #211FA6;
}

/* Footer small.
--------------------------------------------- */
.sl-footer-small {
  padding-top: 80px;
  padding-bottom: 75px;
  background-color: #FAFAFA;
}
@media (max-width: 570px) {
  .sl-footer-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.sl-footer-small__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 570px) {
  .sl-footer-small__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.sl-footer-small__inner > img {
  max-width: 132px;
  margin-left: 20px;
}
@media (max-width: 570px) {
  .sl-footer-small__inner > img {
    margin-top: 20px;
    margin-left: 0;
  }
}
.sl-footer-small__badges {
  display: flex;
  gap: 10px;
}
.sl-footer-small__badges__norton {
  height: 36px;
  width: auto;
}
@media (min-width: 980px) {
  .sl-footer-small__badges__norton {
    height: 48px;
  }
}
.sl-footer-small__badges__wpb {
  height: 32px;
}
@media (min-width: 980px) {
  .sl-footer-small__badges__wpb {
    height: 40px;
    width: auto;
  }
}

.sl-site-sidebar {
  /* General widget style.
  --------------------------------------------- */
  /* Nav menu and Latest posts widgets.
  --------------------------------------------- */
  /* Nav menu widget on Docs pages.
  --------------------------------------------- */
  /* Search widget.
  --------------------------------------------- */
  /* Block widget.
  --------------------------------------------- */
}
.sl-site-sidebar .widget {
  padding: 32px;
  border: 1px solid #EEEEF1;
  box-sizing: border-box;
  border-radius: 5px;
}
@media (max-width: 570px) {
  .sl-site-sidebar .widget {
    padding: 24px;
  }
}
.sl-site-sidebar .widget > .widget-wrap > .wp-block-group.has-background {
  margin: -32px;
  padding: 32px;
  border-radius: 5px;
  border: none;
}
@media (max-width: 570px) {
  .sl-site-sidebar .widget > .widget-wrap > .wp-block-group.has-background {
    margin: -24px;
    padding: 24px;
  }
}
.sl-site-sidebar .widget > .widget-wrap > .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.sl-site-sidebar .widget + .widget {
  margin-top: 20px;
}
.sl-site-sidebar .widget .widget-title {
  margin-bottom: 30px;
}
.sl-site-sidebar .widget_nav_menu .widget-title,
.sl-site-sidebar .widget_recent_entries .widget-title {
  margin-bottom: 20px;
}
.sl-site-sidebar .widget_nav_menu ul,
.sl-site-sidebar .widget_recent_entries ul {
  list-style: none;
}
.sl-site-sidebar .widget_nav_menu ul li + li,
.sl-site-sidebar .widget_recent_entries ul li + li {
  margin-top: 4px;
}
.sl-site-sidebar .widget_nav_menu ul li,
.sl-site-sidebar .widget_recent_entries ul li {
  font-size: 14px;
  line-height: 140%;
}
.sl-site-sidebar .widget_nav_menu ul a,
.sl-site-sidebar .widget_recent_entries ul a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  font-weight: 400;
}
.sl-site-sidebar .widget_nav_menu ul a:not(:hover),
.sl-site-sidebar .widget_recent_entries ul a:not(:hover) {
  color: #53536B;
}
.sl-site-sidebar .widget_nav_menu ul a:hover, .sl-site-sidebar .widget_nav_menu ul a:focus,
.sl-site-sidebar .widget_recent_entries ul a:hover,
.sl-site-sidebar .widget_recent_entries ul a:focus {
  text-decoration: underline;
}
.sl-doc .sl-site-sidebar .widget_nav_menu .widget-title {
  margin-bottom: 32px;
}
.sl-doc .sl-site-sidebar .widget_nav_menu ul li + li {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #EEEEF1;
}
.sl-doc .sl-site-sidebar .widget_nav_menu ul a {
  font-weight: 600;
}
.sl-doc .sl-site-sidebar .widget_nav_menu ul a:not(:hover) {
  color: #09092C;
}
.sl-site-sidebar .widget_search {
  padding: 0;
  border: none;
}
.sl-site-sidebar .widget_search .wp-block-search__inside-wrapper {
  position: relative;
  padding: 0;
  border: none;
}
.sl-site-sidebar .widget_search .wp-block-search__input {
  height: 56px;
  padding: 10px 50px 10px 25px !important;
  border: 1px solid #EEEEF1 !important;
  border-radius: 5px !important;
  -moz-outline-radius: 5px;
  font-size: 15px;
  color: #53536B;
  background: #fff;
  -webkit-appearance: none;
}
.sl-site-sidebar .widget_search .wp-block-search__input::-webkit-search-cancel-button {
  display: none;
}
.sl-site-sidebar .widget_search .wp-block-search__input:focus {
  border-color: #211FA6 !important;
}
.sl-site-sidebar .widget_search .wp-block-search__button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
.sl-site-sidebar .widget_search .wp-block-search__button svg {
  fill: #BDBDC3;
  transform: scale(-1, 1);
  transition: 0.2s;
  width: 30px;
  height: 30px;
}
.sl-site-sidebar .widget_search .wp-block-search__button:hover svg {
  fill: #211FA6;
}
.sl-site-sidebar .widget_block .wp-block-social-links {
  margin-top: -6px;
  margin-bottom: -6px;
}
.sl-site-sidebar .widget_block .wp-block-social-links .wp-social-link {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

/* Slider menus widget.
--------------------------------------------- */
.sl-widget-slider-menus .sl-slider {
  position: relative;
  /* Fallback before slider init. */
}
.sl-widget-slider-menus .sl-slider__inner {
  margin-bottom: 20px;
  padding-bottom: 35px;
}
.sl-widget-slider-menus .sl-slider__slide ul {
  list-style: none;
}
.sl-widget-slider-menus .sl-slider__slide li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E9E9F5;
}
.sl-widget-slider-menus .sl-slider__slide a {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}
.sl-widget-slider-menus .sl-slider__slide a:not(:hover) {
  color: #53536B;
}
.sl-widget-slider-menus .sl-slider__slide a:hover, .sl-widget-slider-menus .sl-slider__slide a:focus {
  text-decoration: underline;
}
.sl-widget-slider-menus .sl-slider__arrow {
  position: absolute;
  bottom: -48px;
  color: #211FA6;
  cursor: pointer;
}
.sl-widget-slider-menus .sl-slider__arrow--prev {
  left: -18px;
}
.sl-widget-slider-menus .sl-slider__arrow--next {
  right: -18px;
}
.sl-widget-slider-menus .sl-slider__arrow.slick-disabled {
  color: #BDBDC3;
  cursor: default;
}
.sl-widget-slider-menus .sl-slider .slick-dots li {
  margin: 0;
}
.sl-widget-slider-menus .sl-slider .slick-dots button:before {
  font-size: 10px;
  color: #DADADF;
}
.sl-widget-slider-menus .sl-slider .slick-dots .slick-active button:before {
  color: #211FA6;
}
.sl-widget-slider-menus .sl-slider__inner:not(.sl-init) .sl-slider__slide {
  display: none;
}
.sl-widget-slider-menus .sl-slider__inner:not(.sl-init) .sl-slider__slide:first-child {
  display: block;
}
.sl-widget-slider-menus .sl-slider__inner:not(.sl-init) ~ .sl-slider__arrow {
  opacity: 0.2;
}

/* Docs nav menu widget.
--------------------------------------------- */
.sl-widget-docs-menu .widget-title {
  margin-bottom: 32px !important;
}
.sl-widget-docs-menu ul {
  list-style: none;
}
.sl-widget-docs-menu ul li + li {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #EEEEF1;
}
.sl-widget-docs-menu ul li {
  font-size: 14px;
  line-height: 175%;
}
.sl-widget-docs-menu ul a {
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
}
.sl-widget-docs-menu ul a:not(:hover) {
  color: #09092C;
}
.sl-widget-docs-menu ul a:hover, .sl-widget-docs-menu ul a:focus {
  text-decoration: underline;
}
.sl-widget-docs-menu ul svg {
  position: relative;
  margin-top: -9px;
  top: 6px;
}

/* General fields styles.
--------------------------------------------- */
label {
  font-weight: 600;
  font-size: 16px;
  color: #222141;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
textarea,
select {
  padding: 12px 16px;
  border: 1px solid #BDBDC3;
  border-radius: 4px;
  min-height: 48px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgba(83, 83, 107, 0.5);
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=search]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: rgba(83, 83, 107, 0.5);
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=password]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(83, 83, 107, 0.5);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #211FA6;
}

/* Select field.
--------------------------------------------- */
select {
  background-image: url("../icons/misc/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 8px 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}

/* WPForms.
--------------------------------------------- */
div.wpforms-container .wpforms-form .wpforms-field-label {
  margin-bottom: 10px;
  font-weight: 600;
}
div.wpforms-container .wpforms-form .wpforms-field input:not([type=radio]):not([type=checkbox]),
div.wpforms-container .wpforms-form .wpforms-field textarea,
div.wpforms-container .wpforms-form .wpforms-field select {
  padding: 12px 16px;
  border: 1px solid #BDBDC3;
  border-radius: 4px;
  min-height: 48px;
  font-size: 16px;
  outline: none;
  transition: border-color 0.2s;
}
div.wpforms-container .wpforms-form .wpforms-field input:not([type=radio]):not([type=checkbox])::-moz-placeholder, div.wpforms-container .wpforms-form .wpforms-field textarea::-moz-placeholder, div.wpforms-container .wpforms-form .wpforms-field select::-moz-placeholder {
  color: rgba(83, 83, 107, 0.5);
}
div.wpforms-container .wpforms-form .wpforms-field input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder, div.wpforms-container .wpforms-form .wpforms-field textarea:-ms-input-placeholder, div.wpforms-container .wpforms-form .wpforms-field select:-ms-input-placeholder {
  color: rgba(83, 83, 107, 0.5);
}
div.wpforms-container .wpforms-form .wpforms-field input:not([type=radio]):not([type=checkbox])::placeholder,
div.wpforms-container .wpforms-form .wpforms-field textarea::placeholder,
div.wpforms-container .wpforms-form .wpforms-field select::placeholder {
  color: rgba(83, 83, 107, 0.5);
}
div.wpforms-container .wpforms-form .wpforms-field input:not([type=radio]):not([type=checkbox]):focus,
div.wpforms-container .wpforms-form .wpforms-field textarea:focus,
div.wpforms-container .wpforms-form .wpforms-field select:focus {
  border-color: #211FA6;
}
div.wpforms-container .wpforms-form .wpforms-field select {
  background-image: url("../icons/misc/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 15px top 50%;
  background-size: 8px 8px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
div.wpforms-container .wpforms-form .wpforms-field select::-ms-expand {
  display: none;
}
div.wpforms-container .wpforms-form .wpforms-field input.wpforms-error {
  border: 1px solid #DF2A4A;
}
div.wpforms-container .wpforms-form label.wpforms-error {
  font-weight: 400;
  font-size: 16px;
  color: #DF2A4A;
}
div.wpforms-container .wpforms-form button.wpforms-submit {
  color: #fff;
  background-color: #211FA6;
  border: none !important;
  border-radius: 4px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  outline: none;
}
div.wpforms-container .wpforms-form button.wpforms-submit:hover {
  background-color: #2F2DB1;
}
div.wpforms-container .wpforms-form button.wpforms-submit:focus {
  background-color: #15137A;
}

/*  Footer widgets.
--------------------------------------------- */
@media (max-width: 980px) {
  .sl-footer-widgets .sl-column-1 {
    order: 1;
  }
}
@media (max-width: 570px) {
  .sl-footer-widgets .sl-column-1 {
    padding-top: 32px;
    border-top: 1px solid #DADADF;
  }
}
@media (max-width: 980px) {
  .sl-footer-widgets .sl-column-6 {
    order: 2;
  }
}

.shared-counts-wrap.style-icon .shared-counts-button {
  margin-right: 10px !important;
  padding-left: 24px;
  padding-right: 24px;
  border: 1px solid #DADADF;
  border-radius: 3px;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #ffffff !important;
}
.shared-counts-wrap.style-icon .shared-counts-button.facebook:hover {
  background-color: #1877F2;
  border-color: #1877F2;
}
.shared-counts-wrap.style-icon .shared-counts-button.linkedin:hover {
  background-color: #0A66C2;
  border-color: #0A66C2;
}
.shared-counts-wrap.style-icon .shared-counts-button.linkedin:hover {
  background-color: #0A66C2;
  border-color: #0A66C2;
}
.shared-counts-wrap.style-icon .shared-counts-button.twitter:hover {
  background-color: #1DA1F2;
  border-color: #1DA1F2;
}
.shared-counts-wrap.style-icon .shared-counts-button.email:hover {
  background-color: #211FA6;
  border-color: #211FA6;
}
.shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
  display: flex !important;
  align-items: center;
  width: auto !important;
}
.shared-counts-wrap.style-icon .shared-counts-button svg {
  fill: #3A3A56 !important;
  width: 16px;
  height: 16px;
}

/* WooCommerce pages */
div.woocommerce {
  max-width: 1158px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 60px auto;
}
div.woocommerce table.shop_table {
  margin: 0 -1px 40px 0;
  border: 1px solid #DADADF;
}
div.woocommerce table.shop_table td {
  border-top: 1px solid #DADADF;
}
div.woocommerce table.shop_table tfoot th {
  border-top: 1px solid #DADADF;
}
div.woocommerce .woocommerce-error,
div.woocommerce .woocommerce-info,
div.woocommerce .woocommerce-message {
  border-top: none;
  background-color: #fafafa;
  border-radius: 5px;
  padding: 24px 32px 24px 59px;
}
div.woocommerce .woocommerce-error:before,
div.woocommerce .woocommerce-info:before,
div.woocommerce .woocommerce-message:before {
  color: #221fa6;
  top: 24px;
  left: 32px;
}
div.woocommerce .woocommerce-error {
  background-color: rgba(223, 42, 74, 0.05);
}
div.woocommerce #respond input#submit.alt,
div.woocommerce a.button.alt,
div.woocommerce button.button.alt,
div.woocommerce input.button.alt {
  background-color: #211FA6;
  padding: 18px 32px;
  border-radius: 4px;
}
div.woocommerce #respond input#submit.alt:focus,
div.woocommerce a.button.alt:focus,
div.woocommerce button.button.alt:focus,
div.woocommerce input.button.alt:focus {
  background-color: #15137A;
}
div.woocommerce #respond input#submit.alt:hover,
div.woocommerce a.button.alt:hover,
div.woocommerce button.button.alt:hover,
div.woocommerce input.button.alt:hover {
  background-color: #2F2DB1;
}
div.woocommerce table.shop_table tbody th,
div.woocommerce table.shop_table tfoot td,
div.woocommerce table.shop_table tfoot th {
  font-weight: 400;
}
div.woocommerce table.shop_table tfoot tr:last-child th,
div.woocommerce table.shop_table tfoot tr:last-child td {
  font-weight: 700;
}

#add_payment_method .woocommerce #payment,
.woocommerce-cart .woocommerce #payment,
.woocommerce-checkout .woocommerce #payment {
  background: #fafafa;
}
#add_payment_method .woocommerce #payment div.payment_box,
.woocommerce-cart .woocommerce #payment div.payment_box,
.woocommerce-checkout .woocommerce #payment div.payment_box {
  background-color: #eeeef1;
}
#add_payment_method .woocommerce #payment div.payment_box:before,
.woocommerce-cart .woocommerce #payment div.payment_box:before,
.woocommerce-checkout .woocommerce #payment div.payment_box:before {
  border: 1em solid #eeeef1;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
#add_payment_method .woocommerce #payment div.payment_box p,
.woocommerce-cart .woocommerce #payment div.payment_box p,
.woocommerce-checkout .woocommerce #payment div.payment_box p {
  color: #53536B;
}
#add_payment_method .woocommerce #payment ul.payment_methods,
.woocommerce-cart .woocommerce #payment ul.payment_methods,
.woocommerce-checkout .woocommerce #payment ul.payment_methods {
  border-bottom: none;
}
#add_payment_method .woocommerce #payment span.update-all-subscriptions-payment-method-wrap,
.woocommerce-cart .woocommerce #payment span.update-all-subscriptions-payment-method-wrap,
.woocommerce-checkout .woocommerce #payment span.update-all-subscriptions-payment-method-wrap {
  display: block;
  margin: 0 1em;
}

.sl-author-meta {
  align-items: flex-start;
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: auto 1fr;
  margin-bottom: 20px;
  margin-top: 22px;
}
.sl-author-meta__card {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: 40px auto;
  line-height: 20px;
}
.sl-author-meta__card__image {
  align-self: center;
  grid-row: 1/span 2;
}
.sl-author-meta__card__image img {
  border-radius: 24px;
  display: block;
}
.sl-author-meta__card > div {
  align-self: end;
  color: #09092C;
  font-size: 14px;
}
.sl-author-meta__card > div a {
  color: #09092C;
  font-weight: 700;
  text-decoration: none;
}
.sl-author-meta__card > div a:hover {
  color: #211FA6;
}
.sl-author-meta__card__reviewer {
  align-items: center;
  background: #e7f3ee;
  border-radius: 3px;
  color: #118a55;
  cursor: default;
  display: inline-grid;
  font-size: 8px;
  font-weight: 600;
  grid-column-gap: 3px;
  grid-template-columns: auto auto;
  line-height: 16px;
  margin-right: 1px;
  margin-top: -1px;
  padding: 1px 5px;
  text-transform: uppercase;
  vertical-align: middle;
}
.sl-author-meta__card > span {
  align-self: flex-start;
  color: #3A3A56;
  font-size: 13px;
}

#wpconsent-container {
  --wpconsent-min-width: 335px;
}

/* Content styles.
--------------------------------------------- */
/* Typographical elements.
--------------------------------------------- */
body {
  color: #09092C;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  font-size: 17px;
}

a {
  color: #211FA6;
  text-decoration: underline;
}
a:hover, a:focus {
  text-decoration: none;
}
@media (max-width: 570px) {
  a {
    line-height: 1.5;
  }
}
a[tabindex="-1"], a[tabindex="-1"]:hover, a[tabindex="-1"]:active {
  outline: none;
}
a:focus {
  outline-color: #211FA6;
}
.has-inline-color > a:first-child:last-child {
  color: inherit;
}

strong {
  font-weight: 700;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 15px;
}

code {
  padding: 2px 4px;
  white-space: nowrap;
  background-color: #F8F8FC;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

cite {
  font-style: normal;
}

/* Paragraph
--------------------------------------------- */
p {
  margin: 0 0 24px;
  padding: 0;
}
@media (max-width: 570px) {
  p {
    line-height: 1.5;
  }
}
p.small {
  font-size: 15px;
}
@media (max-width: 570px) {
  p.small {
    font-size: 14px;
  }
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #09092C;
}
h1 a:hover, h1 a:focus,
h2 a:hover,
h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus {
  color: #211FA6;
}

h1, .is-style-heading-1 {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: -0.02em;
}
@media (max-width: 570px) {
  h1, .is-style-heading-1 {
    font-size: 28px;
  }
}

h2, .is-style-heading-2 {
  font-size: 28px;
  line-height: 1.5;
}
@media (max-width: 570px) {
  h2, .is-style-heading-2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h3, .is-style-heading-3 {
  font-size: 22px;
  line-height: 1.65;
}
@media (max-width: 570px) {
  h3, .is-style-heading-3 {
    font-size: 21px;
    line-height: 1.25;
  }
}

h4, .is-style-heading-4 {
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 570px) {
  h4, .is-style-heading-4 {
    font-size: 18px;
    font-weight: 500;
  }
}

h5, .is-style-heading-5 {
  font-size: 14px;
  line-height: 1.5;
}

h6, .is-style-heading-6 {
  font-size: 14px;
  font-style: italic;
}
@media (max-width: 570px) {
  h6, .is-style-heading-6 {
    font-size: 17px;
    line-height: 1.5;
  }
}

/* Content styles
--------------------------------------------- */
.sl-entry-content h2 {
  margin: 48px 0 24px;
}
.sl-entry-content h4, .sl-entry-content h5, .sl-entry-content h6 {
  margin-bottom: 24px;
}
.sl-entry-content .wp-block-buttons {
  margin: 48px 0 calc(48px - 0.5em);
}
.sl-entry-content .sl-block-alert-box {
  margin: 48px 0;
}
.sl-entry-content .wp-block-image figcaption {
  margin-top: 24px;
}
.sl-entry-content ul, .sl-entry-content ol {
  padding-left: 20px;
  margin-bottom: 24px;
}
.sl-entry-content .wp-block-table {
  margin-bottom: 24px;
}
.sl-entry-content .wp-block-table table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.sl-entry-content .wp-block-table table th {
  font-weight: 700;
}
.sl-entry-content .wp-block-table table th, .sl-entry-content .wp-block-table table td {
  padding: 8px;
  text-align: left;
  line-height: 1.2;
}
.sl-entry-content .wp-block-table.is-style-regular table,
.sl-entry-content .wp-block-table:not([class*=is-style]) table {
  border-collapse: separate;
  border: 1px solid #EEEEF1;
  border-left: 0;
  border-radius: 4px;
}
.sl-entry-content .wp-block-table.is-style-regular table th, .sl-entry-content .wp-block-table.is-style-regular table td,
.sl-entry-content .wp-block-table:not([class*=is-style]) table th,
.sl-entry-content .wp-block-table:not([class*=is-style]) table td {
  border: none;
  border-top: 1px solid #EEEEF1;
  border-left: 1px solid #EEEEF1;
}
.sl-entry-content .wp-block-table.is-style-regular thead:first-child tr:first-child th,
.sl-entry-content .wp-block-table.is-style-regular tbody:first-child tr:first-child th,
.sl-entry-content .wp-block-table.is-style-regular tbody:first-child tr:first-child td,
.sl-entry-content .wp-block-table:not([class*=is-style]) thead:first-child tr:first-child th,
.sl-entry-content .wp-block-table:not([class*=is-style]) tbody:first-child tr:first-child th,
.sl-entry-content .wp-block-table:not([class*=is-style]) tbody:first-child tr:first-child td {
  border-top: 0;
}
.sl-entry-content .wp-block-table.is-style-regular thead:first-child tr:first-child th:first-child,
.sl-entry-content .wp-block-table.is-style-regular tbody:first-child tr:first-child td:first-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) thead:first-child tr:first-child th:first-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 5px;
}
.sl-entry-content .wp-block-table.is-style-regular thead:first-child tr:first-child th:last-child,
.sl-entry-content .wp-block-table.is-style-regular tbody:first-child tr:first-child td:last-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) thead:first-child tr:first-child th:last-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 5px;
}
.sl-entry-content .wp-block-table.is-style-regular thead:last-child tr:last-child th:first-child,
.sl-entry-content .wp-block-table.is-style-regular tbody:last-child tr:last-child td:first-child,
.sl-entry-content .wp-block-table.is-style-regular tfoot:last-child tr:last-child td:first-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) thead:last-child tr:last-child th:first-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) tbody:last-child tr:last-child td:first-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) tfoot:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 5px;
}
.sl-entry-content .wp-block-table.is-style-regular thead:last-child tr:last-child th:last-child,
.sl-entry-content .wp-block-table.is-style-regular tbody:last-child tr:last-child td:last-child,
.sl-entry-content .wp-block-table.is-style-regular tfoot:last-child tr:last-child td:last-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) thead:last-child tr:last-child th:last-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) tbody:last-child tr:last-child td:last-child,
.sl-entry-content .wp-block-table:not([class*=is-style]) tfoot:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}
.sl-entry-content .wp-block-table.is-style-stripes {
  border-bottom: none;
}
.sl-entry-content .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #FAFAFA;
}
.sl-entry-content .wp-block-table.is-style-stripes table tbody th, .sl-entry-content .wp-block-table.is-style-stripes table td {
  border-top: 1px solid #EEEEF1;
}
.sl-entry-content .wp-block-image img {
  border-radius: 5px;
  border: 1px solid #EEEEF1;
}

/* Container
--------------------------------------------- */
.sl-container {
  max-width: 1158px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
}
.sl-container--narrow {
  max-width: 778px;
}

/* Divider
--------------------------------------------- */
.sl-divider-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #E9E9F5;
  border-bottom: none;
  margin: 0;
}

.sl-divider-union, .sl-divider-union-narrow {
  position: absolute;
  height: 13px;
  width: 90%;
  max-width: 1110px;
  bottom: -1px;
  left: 50%;
  margin: 0;
  border: none;
  transform: translateX(-50%);
  background: #fff;
  overflow: visible;
}
@media (max-width: 980px) {
  .sl-divider-union, .sl-divider-union-narrow {
    display: none;
  }
}
.sl-divider-union:before, .sl-divider-union-narrow:before, .sl-divider-union:after, .sl-divider-union-narrow:after {
  content: "";
  position: absolute;
  width: 29px;
  height: 13px;
  top: 0;
  background-image: url("../images/union.png");
}
.sl-divider-union:before, .sl-divider-union-narrow:before {
  right: calc(100% - 2px);
}
.sl-divider-union:after, .sl-divider-union-narrow:after {
  left: calc(100% - 2px);
  transform: scale(-1, 1);
}

.sl-divider-union-narrow {
  max-width: 580px;
}

.sl-divider-short-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  border-top: 1px solid #DADADF;
  border-bottom: none;
  margin: 0;
}

/* Utilities
--------------------------------------------- */
.sl-hidden {
  display: none;
}

@media (max-width: 570px) {
  .sl-hidden-on-mobile {
    display: none;
  }
}

.sl-mt-0 {
  margin-top: 0px !important;
}

.sl-mb-0 {
  margin-bottom: 0px !important;
}

.sl-pt-0 {
  padding-top: 0px !important;
}

.sl-pb-0 {
  padding-bottom: 0px !important;
}

.sl-mt-5 {
  margin-top: 5px !important;
}

.sl-mb-5 {
  margin-bottom: 5px !important;
}

.sl-pt-5 {
  padding-top: 5px !important;
}

.sl-pb-5 {
  padding-bottom: 5px !important;
}

.sl-mt-10 {
  margin-top: 10px !important;
}

.sl-mb-10 {
  margin-bottom: 10px !important;
}

.sl-pt-10 {
  padding-top: 10px !important;
}

.sl-pb-10 {
  padding-bottom: 10px !important;
}

.sl-mt-15 {
  margin-top: 15px !important;
}

.sl-mb-15 {
  margin-bottom: 15px !important;
}

.sl-pt-15 {
  padding-top: 15px !important;
}

.sl-pb-15 {
  padding-bottom: 15px !important;
}

.sl-mt-20 {
  margin-top: 20px !important;
}

.sl-mb-20 {
  margin-bottom: 20px !important;
}

.sl-pt-20 {
  padding-top: 20px !important;
}

.sl-pb-20 {
  padding-bottom: 20px !important;
}

.sl-mt-25 {
  margin-top: 25px !important;
}

.sl-mb-25 {
  margin-bottom: 25px !important;
}

.sl-pt-25 {
  padding-top: 25px !important;
}

.sl-pb-25 {
  padding-bottom: 25px !important;
}

.sl-mt-30 {
  margin-top: 30px !important;
}

.sl-mb-30 {
  margin-bottom: 30px !important;
}

.sl-pt-30 {
  padding-top: 30px !important;
}

.sl-pb-30 {
  padding-bottom: 30px !important;
}

.sl-mt-35 {
  margin-top: 35px !important;
}

.sl-mb-35 {
  margin-bottom: 35px !important;
}

.sl-pt-35 {
  padding-top: 35px !important;
}

.sl-pb-35 {
  padding-bottom: 35px !important;
}

.sl-mt-40 {
  margin-top: 40px !important;
}

.sl-mb-40 {
  margin-bottom: 40px !important;
}

.sl-pt-40 {
  padding-top: 40px !important;
}

.sl-pb-40 {
  padding-bottom: 40px !important;
}

.sl-mt-45 {
  margin-top: 45px !important;
}

.sl-mb-45 {
  margin-bottom: 45px !important;
}

.sl-pt-45 {
  padding-top: 45px !important;
}

.sl-pb-45 {
  padding-bottom: 45px !important;
}

.sl-mt-50 {
  margin-top: 50px !important;
}

.sl-mb-50 {
  margin-bottom: 50px !important;
}

.sl-pt-50 {
  padding-top: 50px !important;
}

.sl-pb-50 {
  padding-bottom: 50px !important;
}

.sl-mt-55 {
  margin-top: 55px !important;
}

.sl-mb-55 {
  margin-bottom: 55px !important;
}

.sl-pt-55 {
  padding-top: 55px !important;
}

.sl-pb-55 {
  padding-bottom: 55px !important;
}

.sl-mt-60 {
  margin-top: 60px !important;
}

.sl-mb-60 {
  margin-bottom: 60px !important;
}

.sl-pt-60 {
  padding-top: 60px !important;
}

.sl-pb-60 {
  padding-bottom: 60px !important;
}

.sl-mt-65 {
  margin-top: 65px !important;
}

.sl-mb-65 {
  margin-bottom: 65px !important;
}

.sl-pt-65 {
  padding-top: 65px !important;
}

.sl-pb-65 {
  padding-bottom: 65px !important;
}

.sl-mt-70 {
  margin-top: 70px !important;
}

.sl-mb-70 {
  margin-bottom: 70px !important;
}

.sl-pt-70 {
  padding-top: 70px !important;
}

.sl-pb-70 {
  padding-bottom: 70px !important;
}

.sl-mt-75 {
  margin-top: 75px !important;
}

.sl-mb-75 {
  margin-bottom: 75px !important;
}

.sl-pt-75 {
  padding-top: 75px !important;
}

.sl-pb-75 {
  padding-bottom: 75px !important;
}

.sl-mt-80 {
  margin-top: 80px !important;
}

.sl-mb-80 {
  margin-bottom: 80px !important;
}

.sl-pt-80 {
  padding-top: 80px !important;
}

.sl-pb-80 {
  padding-bottom: 80px !important;
}

.sl-mt-85 {
  margin-top: 85px !important;
}

.sl-mb-85 {
  margin-bottom: 85px !important;
}

.sl-pt-85 {
  padding-top: 85px !important;
}

.sl-pb-85 {
  padding-bottom: 85px !important;
}

.sl-mt-90 {
  margin-top: 90px !important;
}

.sl-mb-90 {
  margin-bottom: 90px !important;
}

.sl-pt-90 {
  padding-top: 90px !important;
}

.sl-pb-90 {
  padding-bottom: 90px !important;
}

.sl-mt-95 {
  margin-top: 95px !important;
}

.sl-mb-95 {
  margin-bottom: 95px !important;
}

.sl-pt-95 {
  padding-top: 95px !important;
}

.sl-pb-95 {
  padding-bottom: 95px !important;
}

.sl-mt-100 {
  margin-top: 100px !important;
}

.sl-mb-100 {
  margin-bottom: 100px !important;
}

.sl-pt-100 {
  padding-top: 100px !important;
}

.sl-pb-100 {
  padding-bottom: 100px !important;
}

@media (max-width: 570px) {
  .sl-mt-phone-0 {
    margin-top: 0px !important;
  }

  .sl-mb-phone-0 {
    margin-bottom: 0px !important;
  }

  .sl-pt-phone-0 {
    padding-top: 0px !important;
  }

  .sl-pb-phone-0 {
    padding-bottom: 0px !important;
  }

  .sl-mt-phone-5 {
    margin-top: 5px !important;
  }

  .sl-mb-phone-5 {
    margin-bottom: 5px !important;
  }

  .sl-pt-phone-5 {
    padding-top: 5px !important;
  }

  .sl-pb-phone-5 {
    padding-bottom: 5px !important;
  }

  .sl-mt-phone-10 {
    margin-top: 10px !important;
  }

  .sl-mb-phone-10 {
    margin-bottom: 10px !important;
  }

  .sl-pt-phone-10 {
    padding-top: 10px !important;
  }

  .sl-pb-phone-10 {
    padding-bottom: 10px !important;
  }

  .sl-mt-phone-15 {
    margin-top: 15px !important;
  }

  .sl-mb-phone-15 {
    margin-bottom: 15px !important;
  }

  .sl-pt-phone-15 {
    padding-top: 15px !important;
  }

  .sl-pb-phone-15 {
    padding-bottom: 15px !important;
  }

  .sl-mt-phone-20 {
    margin-top: 20px !important;
  }

  .sl-mb-phone-20 {
    margin-bottom: 20px !important;
  }

  .sl-pt-phone-20 {
    padding-top: 20px !important;
  }

  .sl-pb-phone-20 {
    padding-bottom: 20px !important;
  }

  .sl-mt-phone-25 {
    margin-top: 25px !important;
  }

  .sl-mb-phone-25 {
    margin-bottom: 25px !important;
  }

  .sl-pt-phone-25 {
    padding-top: 25px !important;
  }

  .sl-pb-phone-25 {
    padding-bottom: 25px !important;
  }

  .sl-mt-phone-30 {
    margin-top: 30px !important;
  }

  .sl-mb-phone-30 {
    margin-bottom: 30px !important;
  }

  .sl-pt-phone-30 {
    padding-top: 30px !important;
  }

  .sl-pb-phone-30 {
    padding-bottom: 30px !important;
  }

  .sl-mt-phone-35 {
    margin-top: 35px !important;
  }

  .sl-mb-phone-35 {
    margin-bottom: 35px !important;
  }

  .sl-pt-phone-35 {
    padding-top: 35px !important;
  }

  .sl-pb-phone-35 {
    padding-bottom: 35px !important;
  }

  .sl-mt-phone-40 {
    margin-top: 40px !important;
  }

  .sl-mb-phone-40 {
    margin-bottom: 40px !important;
  }

  .sl-pt-phone-40 {
    padding-top: 40px !important;
  }

  .sl-pb-phone-40 {
    padding-bottom: 40px !important;
  }

  .sl-mt-phone-45 {
    margin-top: 45px !important;
  }

  .sl-mb-phone-45 {
    margin-bottom: 45px !important;
  }

  .sl-pt-phone-45 {
    padding-top: 45px !important;
  }

  .sl-pb-phone-45 {
    padding-bottom: 45px !important;
  }

  .sl-mt-phone-50 {
    margin-top: 50px !important;
  }

  .sl-mb-phone-50 {
    margin-bottom: 50px !important;
  }

  .sl-pt-phone-50 {
    padding-top: 50px !important;
  }

  .sl-pb-phone-50 {
    padding-bottom: 50px !important;
  }

  .sl-mt-phone-55 {
    margin-top: 55px !important;
  }

  .sl-mb-phone-55 {
    margin-bottom: 55px !important;
  }

  .sl-pt-phone-55 {
    padding-top: 55px !important;
  }

  .sl-pb-phone-55 {
    padding-bottom: 55px !important;
  }

  .sl-mt-phone-60 {
    margin-top: 60px !important;
  }

  .sl-mb-phone-60 {
    margin-bottom: 60px !important;
  }

  .sl-pt-phone-60 {
    padding-top: 60px !important;
  }

  .sl-pb-phone-60 {
    padding-bottom: 60px !important;
  }

  .sl-mt-phone-65 {
    margin-top: 65px !important;
  }

  .sl-mb-phone-65 {
    margin-bottom: 65px !important;
  }

  .sl-pt-phone-65 {
    padding-top: 65px !important;
  }

  .sl-pb-phone-65 {
    padding-bottom: 65px !important;
  }

  .sl-mt-phone-70 {
    margin-top: 70px !important;
  }

  .sl-mb-phone-70 {
    margin-bottom: 70px !important;
  }

  .sl-pt-phone-70 {
    padding-top: 70px !important;
  }

  .sl-pb-phone-70 {
    padding-bottom: 70px !important;
  }

  .sl-mt-phone-75 {
    margin-top: 75px !important;
  }

  .sl-mb-phone-75 {
    margin-bottom: 75px !important;
  }

  .sl-pt-phone-75 {
    padding-top: 75px !important;
  }

  .sl-pb-phone-75 {
    padding-bottom: 75px !important;
  }

  .sl-mt-phone-80 {
    margin-top: 80px !important;
  }

  .sl-mb-phone-80 {
    margin-bottom: 80px !important;
  }

  .sl-pt-phone-80 {
    padding-top: 80px !important;
  }

  .sl-pb-phone-80 {
    padding-bottom: 80px !important;
  }

  .sl-mt-phone-85 {
    margin-top: 85px !important;
  }

  .sl-mb-phone-85 {
    margin-bottom: 85px !important;
  }

  .sl-pt-phone-85 {
    padding-top: 85px !important;
  }

  .sl-pb-phone-85 {
    padding-bottom: 85px !important;
  }

  .sl-mt-phone-90 {
    margin-top: 90px !important;
  }

  .sl-mb-phone-90 {
    margin-bottom: 90px !important;
  }

  .sl-pt-phone-90 {
    padding-top: 90px !important;
  }

  .sl-pb-phone-90 {
    padding-bottom: 90px !important;
  }

  .sl-mt-phone-95 {
    margin-top: 95px !important;
  }

  .sl-mb-phone-95 {
    margin-bottom: 95px !important;
  }

  .sl-pt-phone-95 {
    padding-top: 95px !important;
  }

  .sl-pb-phone-95 {
    padding-bottom: 95px !important;
  }

  .sl-mt-phone-100 {
    margin-top: 100px !important;
  }

  .sl-mb-phone-100 {
    margin-bottom: 100px !important;
  }

  .sl-pt-phone-100 {
    padding-top: 100px !important;
  }

  .sl-pb-phone-100 {
    padding-bottom: 100px !important;
  }
}
/* Context based styles.
--------------------------------------------- */
.has-primary-gradient-background,
.has-neutral-background-color {
  /* Get started CTA button icons on primary gradient BG. */
}
.has-primary-gradient-background .sl-section__inner,
.has-neutral-background-color .sl-section__inner {
  /* Text color. */
  /* Button on primary gradient BG. */
}
.has-primary-gradient-background .sl-section__inner > p,
.has-primary-gradient-background .sl-section__inner > ul,
.has-primary-gradient-background .sl-section__inner > h1,
.has-primary-gradient-background .sl-section__inner > h2,
.has-primary-gradient-background .sl-section__inner > h3,
.has-primary-gradient-background .sl-section__inner > h4,
.has-primary-gradient-background .sl-section__inner > h5,
.has-primary-gradient-background .sl-section__inner > h6,
.has-primary-gradient-background .sl-section__inner .sl-block-feature-icons,
.has-primary-gradient-background .sl-section__inner .sl-block-section-heading,
.has-primary-gradient-background .sl-section__inner .sl-block-section-heading p,
.has-neutral-background-color .sl-section__inner > p,
.has-neutral-background-color .sl-section__inner > ul,
.has-neutral-background-color .sl-section__inner > h1,
.has-neutral-background-color .sl-section__inner > h2,
.has-neutral-background-color .sl-section__inner > h3,
.has-neutral-background-color .sl-section__inner > h4,
.has-neutral-background-color .sl-section__inner > h5,
.has-neutral-background-color .sl-section__inner > h6,
.has-neutral-background-color .sl-section__inner .sl-block-feature-icons,
.has-neutral-background-color .sl-section__inner .sl-block-section-heading,
.has-neutral-background-color .sl-section__inner .sl-block-section-heading p {
  color: #fff;
}
.has-primary-gradient-background .sl-section__inner > .wp-block-buttons .wp-block-button__link:not(.has-background),
.has-primary-gradient-background .sl-section__inner .sl-block-cta-button .wp-block-button__link:not(.has-background),
.has-neutral-background-color .sl-section__inner > .wp-block-buttons .wp-block-button__link:not(.has-background),
.has-neutral-background-color .sl-section__inner .sl-block-cta-button .wp-block-button__link:not(.has-background) {
  color: #09092C;
  background-color: #FFD62F;
}
.has-primary-gradient-background .sl-section__inner > .wp-block-buttons .wp-block-button__link:not(.has-background):hover,
.has-primary-gradient-background .sl-section__inner .sl-block-cta-button .wp-block-button__link:not(.has-background):hover,
.has-neutral-background-color .sl-section__inner > .wp-block-buttons .wp-block-button__link:not(.has-background):hover,
.has-neutral-background-color .sl-section__inner .sl-block-cta-button .wp-block-button__link:not(.has-background):hover {
  background-color: #ffe062;
}
.has-primary-gradient-background .sl-section__inner > .wp-block-buttons .wp-block-button__link:not(.has-background):focus,
.has-primary-gradient-background .sl-section__inner .sl-block-cta-button .wp-block-button__link:not(.has-background):focus,
.has-neutral-background-color .sl-section__inner > .wp-block-buttons .wp-block-button__link:not(.has-background):focus,
.has-neutral-background-color .sl-section__inner .sl-block-cta-button .wp-block-button__link:not(.has-background):focus {
  background-color: #fbca00;
}
.has-primary-gradient-background .sl-block-cta-button__holder > ul,
.has-neutral-background-color .sl-block-cta-button__holder > ul {
  opacity: 0.5;
  color: #fff;
}

/* Link color on a dark background. */
.has-primary-background-color > p a,
.has-primary-lighten-background-color > p a,
.has-primary-darken-background-color > p a,
.has-neutral-background-color > p a {
  color: #C7C7E6;
}
.has-primary-background-color > p a:hover,
.has-primary-lighten-background-color > p a:hover,
.has-primary-darken-background-color > p a:hover,
.has-neutral-background-color > p a:hover {
  color: #fff;
}

/* Section block. */
.sl-section.has-primary-gradient-background {
  /* Feature card block. */
  /* CTA row block. */
}
.sl-section.has-primary-gradient-background .sl-block-features-group--second .sl-block-feature-card > i svg {
  color: #FFD62F;
}
.sl-section.has-primary-gradient-background .sl-block-features-group--second .sl-block-feature-card__inner h4 {
  color: #fff;
}
.sl-section.has-primary-gradient-background .sl-block-features-group--second .sl-block-feature-card__inner p {
  color: #fff;
}
.sl-section.has-primary-gradient-background .sl-block-cta-row .wp-block-column:first-child {
  color: #fff;
}
.sl-section.has-primary-gradient-background .sl-block-cta-row .wp-block-column:first-child p {
  color: #fff;
}

/* Hero section block. */
.sl-block-hero-section {
  /* Feature icons. */
  /* Get started CTA button. */
  /* Features group. */
  /* List. */
}
.sl-block-hero-section .sl-block-feature-icons {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 570px) {
  .sl-block-hero-section .sl-block-feature-icons {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.sl-block-hero-section .sl-block-cta-button__holder {
  max-width: 378px;
}
.sl-block-hero-section .sl-block-cta-button__inner {
  margin-bottom: 24px;
}
.sl-block-hero-section .sl-block-features-group:not(.sl-pw) {
  grid-gap: 10px !important;
}
.sl-block-hero-section ul.is-style-check-horizontal {
  font-size: 14px;
  font-weight: 500;
}
.sl-block-hero-section.has-primary-gradient-background {
  /* List. */
}
.sl-block-hero-section.has-primary-gradient-background ul.is-style-check li:before,
.sl-block-hero-section.has-primary-gradient-background ul.is-style-check-horizontal li:before {
  background-color: #00B288;
}
.sl-block-hero-section.has-primary-gradient-background ul.is-style-check li:after,
.sl-block-hero-section.has-primary-gradient-background ul.is-style-check-horizontal li:after {
  border-color: #fff;
}

/* Content image block. */
.sl-block-content-image__inner {
  /* Button block. */
}
.sl-block-content-image__inner .wp-block-button {
  margin-bottom: 0;
}
.sl-block-content-image__inner .wp-block-button__link {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
}

/* Hero with media section block. */
.sl-block-hero-media-section {
  /* Get started CTA button. */
}
.sl-block-hero-media-section .sl-block-cta-button {
  margin-top: 40px;
  margin-bottom: 24px;
}
.sl-block-hero-media-section .sl-block-cta-button__holder {
  max-width: 378px;
}
.sl-block-hero-media-section .sl-block-cta-button__inner {
  margin-bottom: 24px;
}

/* Content box block. */
.sl-block-content-box {
  /* Button block. */
}
.sl-block-content-box > .wp-block-buttons:last-child .wp-block-button {
  margin-bottom: 0;
}
.sl-block-content-box.has-neutral-background-color {
  /* Text color. */
  /* Button on primary gradient BG. */
}
.sl-block-content-box.has-neutral-background-color, .sl-block-content-box.has-neutral-background-color p {
  color: #fff;
}
.sl-block-content-box.has-neutral-background-color .wp-block-button__link:not(.has-background) {
  color: #09092C;
  background-color: #FFD62F;
}
.sl-block-content-box.has-neutral-background-color .wp-block-button__link:not(.has-background):hover {
  background-color: #ffe062;
}
.sl-block-content-box.has-neutral-background-color .wp-block-button__link:not(.has-background):focus {
  background-color: #fbca00;
}

/* Sidebar blog banner text color change */
.sl-light-purple-text-color {
  color: #C9C9E6;
  font-size: 16px;
}

/* Button.
--------------------------------------------- */
.wp-block-buttons {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.wp-block-button__link {
  background-color: #211FA6;
  border: none;
  border-radius: 4px;
  padding: 13px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  outline: none;
}
.wp-block-button__link svg {
  margin-left: 8px;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:hover {
  background-color: #2F2DB1;
}
.wp-block-button__link:focus {
  background-color: #15137A;
}
.wp-block-button__link.has-primary-background-color:hover {
  background-color: #2F2DB1 !important;
}
.wp-block-button__link.has-primary-background-color:focus {
  background-color: #15137A !important;
}
.wp-block-button__link.has-primary-5-background-color:hover {
  background-color: #E9E9F5 !important;
}
.wp-block-button__link.has-primary-5-background-color:focus {
  background-color: #d4d4ed !important;
}
.wp-block-button__link.has-secondary-background-color:hover {
  background-color: #ffe062 !important;
}
.wp-block-button__link.has-secondary-background-color:focus {
  background-color: #fbca00 !important;
}
.wp-block-button__link.has-tertiary-background-color:hover {
  background-color: #14b873 !important;
}
.wp-block-button__link.has-tertiary-background-color:focus {
  background-color: #0a5c39 !important;
}
.wp-block-button__link.has-neutral-background-color:hover {
  background-color: #121256 !important;
}
.wp-block-button__link.has-neutral-background-color:focus {
  background-color: #000002 !important;
}
.wp-block-button__link.has-secondary-background-color {
  color: #09092C;
}
.wp-block-button__link.has-primary-5-background-color {
  color: #211FA6;
}
.wp-block-button__link.has-transparent-background-color {
  color: #53536B;
  text-decoration: underline;
}
.wp-block-button__link:disabled {
  pointer-events: none;
  background-color: #DADADF !important;
  color: #6D6D78;
}

.wp-block-button.is-style-link .wp-block-button__link {
  background-color: transparent !important;
}
.wp-block-button.is-style-cta .wp-block-button__link {
  padding: 18px 32px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 570px) {
  .wp-block-button.is-style-cta .wp-block-button__link {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.wp-block-buttons {
  margin-bottom: calc(24px - 0.5em);
}

/* Image.
--------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wp-block-image {
  margin-bottom: 24px;
}

/* Latest posts.
--------------------------------------------- */
/* Copied from core styles. Modified margin between cards. */
.wp-block-latest-posts.is-grid li {
  margin: 0 64px 1.25em 0;
  width: 100%;
}

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 64px + 32px);
  }

  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }

  .wp-block-latest-posts.columns-3 li {
    width: calc(33.3333333333% - 64px + 21.3333333333px);
  }

  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }

  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 64px + 16px);
  }

  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }

  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 64px + 12.8px);
  }

  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }

  .wp-block-latest-posts.columns-6 li {
    width: calc(16.6666666667% - 64px + 10.6666666667px);
  }

  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__list {
  margin-bottom: -1.25em;
}
@media (max-width: 600px) {
  .wp-block-latest-posts li {
    margin-right: 0 !important;
  }
}
@media (max-width: 570px) {
  .wp-block-latest-posts li {
    margin-bottom: 25px;
    padding-bottom: 24px;
    border: 1px solid #EEEEF1;
    border-radius: 4px;
  }
}
.wp-block-latest-posts li > a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #09092C;
  text-decoration: none;
}
@media (max-width: 570px) {
  .wp-block-latest-posts li > *:not(.wp-block-latest-posts__featured-image) {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 570px) {
  .wp-block-latest-posts li > *:last-child {
    margin-bottom: 0;
  }
}
.wp-block-latest-posts__featured-image {
  margin-bottom: 24px;
}
.wp-block-latest-posts__featured-image a {
  display: block;
}
.wp-block-latest-posts__featured-image img {
  border-radius: 4px;
}
@media (max-width: 570px) {
  .wp-block-latest-posts__featured-image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.wp-block-latest-posts li:hover a {
  color: #211FA6;
}

/* Gallery.
--------------------------------------------- */
.wp-block-gallery {
  margin-bottom: 24px;
}

.blocks-gallery-grid {
  margin-bottom: -1em;
}
@media (max-width: 570px) {
  .blocks-gallery-grid {
    flex-direction: column;
  }
}
.blocks-gallery-grid .blocks-gallery-item {
  margin-right: 30px;
}
@media (max-width: 570px) {
  .blocks-gallery-grid .blocks-gallery-item {
    width: 100%;
    margin-right: 0 !important;
  }
}

/* List.
--------------------------------------------- */
ul.is-style-check, ul.is-style-check-horizontal {
  list-style: none;
  padding-left: 0;
}
ul.is-style-check li, ul.is-style-check-horizontal li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 12px;
}
ul.is-style-check li:before, ul.is-style-check-horizontal li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-color: #FFD62F;
  border-radius: 50%;
}
ul.is-style-check li:after, ul.is-style-check-horizontal li:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  transform: rotate(45deg);
  height: 10px;
  width: 6px;
  top: 8px;
  left: 7px;
  border-bottom: 2px solid #09092C;
  border-right: 2px solid #09092C;
}
ul.is-style-check-horizontal {
  display: flex;
  gap: 56px;
}
@media (max-width: 768px) {
  ul.is-style-check-horizontal {
    flex-direction: column;
    gap: 0;
  }
}
ul.is-style-arrow {
  list-style: none;
  padding-left: 0;
}
ul.is-style-arrow li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
}
ul.is-style-arrow li:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  display: inline-block;
  padding: 2.5px;
  top: 14px;
  transform: translateY(-50%) rotate(-45deg);
  left: 15px;
  border-bottom: 2px solid #211FA6;
  border-right: 2px solid #211FA6;
}

/* Shared sections styles.
--------------------------------------------- */
@media (min-width: 981px) {
  .sl-section--bg-variable:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .sl-section--bg-position-top {
    padding-bottom: 50px !important;
    margin-bottom: -50px !important;
  }
  .sl-section--bg-position-top.sl-section--bg-height-5:after {
    height: calc(95% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-10:after {
    height: calc(90% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-15:after {
    height: calc(85% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-20:after {
    height: calc(80% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-25:after {
    height: calc(75% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-30:after {
    height: calc(70% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-35:after {
    height: calc(65% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-40:after {
    height: calc(60% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-45:after {
    height: calc(55% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-50:after {
    height: calc(50% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-55:after {
    height: calc(45% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-60:after {
    height: calc(40% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-65:after {
    height: calc(35% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-70:after {
    height: calc(30% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-75:after {
    height: calc(25% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-80:after {
    height: calc(20% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-85:after {
    height: calc(15% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-90:after {
    height: calc(10% + 50px);
  }
  .sl-section--bg-position-top.sl-section--bg-height-95:after {
    height: calc(5% + 50px);
  }
  .sl-section--bg-position-bottom:after {
    top: 0;
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-5:after {
    height: calc(95%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-10:after {
    height: calc(90%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-15:after {
    height: calc(85%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-20:after {
    height: calc(80%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-25:after {
    height: calc(75%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-30:after {
    height: calc(70%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-35:after {
    height: calc(65%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-40:after {
    height: calc(60%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-45:after {
    height: calc(55%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-50:after {
    height: calc(50%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-55:after {
    height: calc(45%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-60:after {
    height: calc(40%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-65:after {
    height: calc(35%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-70:after {
    height: calc(30%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-75:after {
    height: calc(25%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-80:after {
    height: calc(20%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-85:after {
    height: calc(15%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-90:after {
    height: calc(10%);
  }
  .sl-section--bg-position-bottom.sl-section--bg-height-95:after {
    height: calc(5%);
  }
}
.sl-section__inner {
  position: relative;
  z-index: 2;
}
.sl-section__inner > *:first-child {
  margin-top: 0 !important;
}
.sl-section__inner > *:last-child {
  margin-bottom: 0 !important;
}

/* Section.
--------------------------------------------- */
.sl-block-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 570px) {
  .sl-block-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Hero section.
--------------------------------------------- */
.sl-block-hero-section {
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media (max-width: 570px) {
  .sl-block-hero-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1401px) {
  .sl-block-hero-section--bg-image {
    overflow: hidden;
  }
  .sl-block-hero-section--bg-image:before, .sl-block-hero-section--bg-image:after {
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
  }
  .sl-block-hero-section--bg-image:before {
    content: url(../images/svg/hero-left.svg);
    left: 0;
  }
  .sl-block-hero-section--bg-image:after {
    content: url(../images/svg/hero-right.svg);
    right: 0;
  }
}
@media (min-width: 981px) {
  .sl-block-hero-section--divider-union, .sl-block-hero-section--divider-union-narrow {
    padding-bottom: 80px;
  }
}
.sl-block-hero-section__inner > h1, .sl-block-hero-section__inner > h2, .sl-block-hero-section__inner > p {
  text-align: center;
}
@media (max-width: 570px) {
  .sl-block-hero-section__inner > h1, .sl-block-hero-section__inner > h2 {
    font-size: 28px;
  }
}
.sl-block-hero-section__inner > p {
  font-size: 15px;
}
@media (max-width: 570px) {
  .sl-block-hero-section__inner > p {
    font-size: 14px;
  }
}

/* Hero with media section.
--------------------------------------------- */
.sl-block-hero-media-section {
  position: relative;
  background: radial-gradient(50% 200% at 50% 50%, #16163C 0%, #09092C 100%);
  overflow: hidden;
}
@media (max-width: 570px) {
  .sl-block-hero-media-section {
    padding: 40px 0 !important;
  }
}
.sl-block-hero-media-section__holder {
  position: relative;
  z-index: 1;
}
.sl-block-hero-media-section__inner > p {
  font-size: 15px;
}
.sl-block-hero-media-section__media {
  display: block;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0 10px 50px rgba(15, 15, 51, 0.1);
  border-radius: 10px;
}
.sl-block-hero-media-section__media img, .sl-block-hero-media-section__media iframe {
  width: 100%;
  border-radius: 10px;
}
.sl-block-hero-media-section__media--empty {
  background: #FFFFFF;
}
.sl-block-hero-media-section__media--empty:after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.sl-block-hero-media-section__video {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.sl-block-hero-media-section__video > img, .sl-block-hero-media-section__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sl-block-hero-media-section__video > img {
  cursor: pointer;
}
.sl-block-hero-media-section__video > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 68px;
  cursor: pointer;
}
.sl-block-hero-media-section__video > svg > path:first-child {
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
}
.sl-block-hero-media-section__video:hover > svg > path:first-child {
  fill: red;
  fill-opacity: 1;
}
.sl-block-hero-media-section--first {
  padding-top: 55px;
}
@media (min-width: 981px) {
  .sl-block-hero-media-section--first {
    padding-bottom: 50px;
    margin-bottom: -50px;
  }
  .sl-block-hero-media-section--first:after {
    content: "";
    position: absolute;
    height: 98px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
  }
}
@media (max-width: 980px) {
  .sl-block-hero-media-section--first {
    padding-bottom: 55px;
  }
}
.sl-block-hero-media-section--first .sl-block-hero-media-section__inner {
  text-align: center;
}
.sl-block-hero-media-section--first .sl-block-hero-media-section__media {
  position: relative;
  margin-top: 35px;
}
@media (min-width: 981px) {
  .sl-block-hero-media-section--first .sl-block-hero-media-section__media:before, .sl-block-hero-media-section--first .sl-block-hero-media-section__media:after {
    position: absolute;
    top: 15%;
    z-index: -1;
  }
  .sl-block-hero-media-section--first .sl-block-hero-media-section__media:before {
    content: url(../images/svg/hero-media-first-left.svg);
    left: -20%;
  }
  .sl-block-hero-media-section--first .sl-block-hero-media-section__media:after {
    content: url(../images/svg/hero-media-first-right.svg);
    right: -19%;
  }
}
.sl-block-hero-media-section--second {
  overflow: hidden;
  padding: 72px 0;
}
.sl-block-hero-media-section--second .sl-block-hero-media-section__holder {
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .sl-block-hero-media-section--second .sl-block-hero-media-section__holder {
    flex-direction: column;
  }
}
.sl-block-hero-media-section--second .sl-block-hero-media-section__inner {
  margin-right: 95px;
}
@media (max-width: 980px) {
  .sl-block-hero-media-section--second .sl-block-hero-media-section__inner {
    text-align: center;
    margin-right: 0;
  }
}
.sl-block-hero-media-section--second .sl-block-hero-media-section__inner h1 {
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: inherit;
}
.sl-block-hero-media-section--second .sl-block-hero-media-section__media {
  flex-basis: 50%;
  flex-shrink: 0;
}
@media (min-width: 981px) {
  .sl-block-hero-media-section--second .sl-block-hero-media-section__media:after {
    position: absolute;
    content: url(../images/svg/hero-media-second-right.svg);
    top: 15%;
    right: -13%;
    z-index: -1;
  }
}
@media (min-width: 981px) {
  .sl-block-hero-media-section--second .sl-block-cta-button {
    align-items: flex-start;
  }
}

/* Section heading.
--------------------------------------------- */
.sl-block-section-heading {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 570px) {
  .sl-block-section-heading {
    margin-bottom: 40px;
  }
}
.sl-block-section-heading p {
  margin-bottom: 0;
  color: #3A3A56;
  font-size: 15px;
}

/* Logos.
--------------------------------------------- */
.sl-block-logos {
  overflow: hidden;
  margin: 0 auto 24px;
}
.sl-block-logos__header {
  text-align: center;
}
.sl-block-logos__header h2 {
  margin-bottom: 20px;
  font-size: 15px;
}
.sl-block-logos__items {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -10px -10px;
}
@media (max-width: 980px) {
  .sl-block-logos__items {
    flex-wrap: wrap;
  }
}
.sl-block-logos__items > div {
  margin: 0 10px 10px;
  max-width: 130px;
  max-height: 50px;
}
.sl-block-logos__items img {
  display: block;
  max-width: 100%;
}

/* Feature icons.
--------------------------------------------- */
.sl-block-feature-icons {
  max-width: 900px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.sl-block-feature-icons ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -28px -26px;
}
@media (max-width: 570px) {
  .sl-block-feature-icons ul {
    margin: 0 -20px -26px;
  }
}
.sl-block-feature-icons li {
  margin: 0 28px 26px;
  flex-grow: 1;
  flex-basis: 0;
}
@media (max-width: 570px) {
  .sl-block-feature-icons li {
    margin: 0 20px 26px;
  }
}
.sl-block-feature-icons li i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 9px;
  width: 64px;
  height: 64px;
  background-color: rgba(7, 7, 40, 0.5);
  border-radius: 50%;
}
.sl-block-feature-icons li p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

/* Feature card.
--------------------------------------------- */
.sl-block-feature-card {
  display: flex;
}
.sl-block-feature-card__inner h4 {
  margin-bottom: 10px;
  font-weight: 500;
}
.sl-block-feature-card__inner p {
  margin-bottom: 10px;
}
.sl-block-feature-card__inner p:last-child {
  margin-bottom: 0;
}
.sl-block-feature-card__link {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.5;
}

/* Features group.
--------------------------------------------- */
.sl-site-main .sl-block-features-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 60px;
}
@media (max-width: 768px) {
  .sl-site-main .sl-block-features-group {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px 30px;
  }
}
@media (max-width: 570px) {
  .sl-site-main .sl-block-features-group {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 24px;
  }
}
.sl-site-main .sl-block-features-group--second {
  grid-column-gap: 108px;
}
.sl-site-main .sl-block-features-group--third {
  grid-gap: 30px;
}
@media (max-width: 768px) {
  .sl-site-main .sl-block-features-group--third {
    grid-gap: 24px;
  }
}
@media (max-width: 570px) {
  .sl-site-main .sl-block-features-group--third {
    grid-row-gap: 16px;
  }
}

.sl-block-features-group {
  margin-bottom: 24px;
}
.sl-block-features-group--first .sl-block-feature-card > i {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
  display: flex;
  margin-right: 20px;
  background: #FAFAFA;
  border-radius: 50%;
}
.sl-block-features-group--first .sl-block-feature-card > i svg {
  margin: auto;
  color: #53536B;
}
.sl-block-features-group--first .sl-block-feature-card__inner h4 {
  font-size: 16px;
  line-height: 150%;
}
.sl-block-features-group--first .sl-block-feature-card__inner p {
  color: #53536B;
  font-size: 13px;
  line-height: 150%;
}
.sl-block-features-group--second .sl-block-feature-card {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.sl-block-features-group--second .sl-block-feature-card > i {
  margin-bottom: 24px;
}
.sl-block-features-group--second .sl-block-feature-card > i svg {
  color: #211FA6;
  width: 48px;
  height: auto;
}
.sl-block-features-group--second .sl-block-feature-card__inner h4 {
  font-size: 22px;
  line-height: 165%;
}
.sl-block-features-group--second .sl-block-feature-card__inner p {
  color: #222141;
  font-size: 15px;
  line-height: 175%;
}
.sl-block-features-group--third .sl-block-feature-card {
  height: 100%;
  padding: 32px;
  box-shadow: 0 5px 10px 3px rgba(9, 9, 44, 0.02);
  border: 1px solid #EEEEF1;
  border-radius: 4px;
  background: #fff;
}
.sl-block-features-group--third .sl-block-feature-card > i {
  flex-shrink: 0;
  margin-right: 20px;
}
.sl-block-features-group--third .sl-block-feature-card > i svg {
  color: #53536B;
}
.sl-block-features-group--third .sl-block-feature-card__inner h4 {
  font-size: 16px;
  line-height: 150%;
}
.sl-block-features-group--third .sl-block-feature-card__inner p {
  color: #53536B;
  font-size: 13px;
  line-height: 150%;
}

/* CTA button.
--------------------------------------------- */
.sl-block-cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}
.sl-block-cta-button__inner {
  margin-bottom: 10px;
}
.sl-block-cta-button .wp-block-button {
  margin: 0;
  flex-grow: 1;
}
.sl-block-cta-button .wp-block-button__link {
  width: 100%;
}
.sl-block-cta-button__holder {
  max-width: 363px;
  width: 100%;
}
.sl-block-cta-button__holder > ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  color: #09092C;
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 570px) {
  .sl-block-cta-button__holder > ul {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.sl-block-cta-button__holder > ul li {
  display: flex;
  align-items: center;
}
.sl-block-cta-button__holder > ul li + li {
  margin-left: 15px;
}
.sl-block-cta-button__holder > ul svg {
  flex-shrink: 0;
  margin-right: 3px;
}

/* CTA row.
--------------------------------------------- */
.sl-block-cta-row {
  margin-bottom: 50px;
}
.sl-block-cta-row:last-child:not(.sl-pw) {
  margin-bottom: 0;
}
.sl-block-cta-row .wp-block-columns {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sl-block-cta-row .wp-block-columns {
    flex-direction: column;
    text-align: center;
  }
}
.sl-block-cta-row .wp-block-column:first-child {
  flex-basis: 100%;
}
.sl-block-cta-row .wp-block-column:first-child h3 {
  margin-bottom: 10px;
}
@media (max-width: 570px) {
  .sl-block-cta-row .wp-block-column:first-child h3 {
    margin-bottom: 8px;
  }
}
.sl-block-cta-row .wp-block-column:first-child p {
  margin-bottom: 0;
  color: #53536B;
  font-size: 15px;
}
.sl-block-cta-row .wp-block-column:last-child {
  flex-basis: 363px;
  flex-shrink: 0;
  display: flex;
  justify-content: right;
}
@media (max-width: 768px) {
  .sl-block-cta-row .wp-block-column:last-child {
    margin: 16px 0 0;
    justify-content: center;
  }
}
.sl-block-cta-row .sl-block-cta-button {
  margin-bottom: 0;
}

/* Review card.
--------------------------------------------- */
.sl-block-review-card {
  box-shadow: 0 5px 10px 3px rgba(9, 9, 44, 0.02);
  border: 1px solid #EEEEF1;
  border-radius: 4px;
  background: #fff;
}
.sl-block-review-card__logo img {
  max-width: 140px;
  max-height: 60px;
  margin: 0 auto 24px;
}
.sl-block-review-card__inner p {
  text-align: center;
}
.sl-block-review-card__rating {
  display: flex;
  justify-content: center;
  color: #FFD62F;
}
.sl-block-review-card__rating svg + svg {
  margin-left: -5px;
}
.sl-block-review-card__author {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sl-block-review-card__meta {
  text-align: center;
}
.sl-block-review-card__meta h4 {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
}
.sl-block-review-card__meta p {
  margin-bottom: 0;
  font-size: 12px;
  color: #53536B;
}
.sl-block-review-card__photo {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.sl-block-review-card__photo img {
  border-radius: 50%;
}
.sl-block-review-card__photo + .sl-block-review-card__meta {
  text-align: left;
}
.sl-block-review-card__link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.sl-block-review-card__link a {
  margin-right: 8px;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  border-bottom: 1px solid #A6A5D7;
}
.sl-block-review-card__link a:hover, .sl-block-review-card__link a:focus {
  border-color: transparent;
}
.sl-block-review-card__link svg {
  color: #211FA6;
}

/* Review info card.
--------------------------------------------- */
.sl-block-review-info-card {
  padding: 60px 40px !important;
  background: #FAFAFA;
  border-radius: 10px;
  box-shadow: none;
  border: none;
}
@media (max-width: 570px) {
  .sl-block-review-info-card {
    padding: 24px 40px !important;
    width: calc(100% + 48px) !important;
    margin-left: -24px;
    margin-right: -24px;
  }
}
.sl-block-review-info-card > p {
  font-size: 15px;
}
.sl-block-review-info-card > *:last-child {
  margin-bottom: 0;
}

/* Reviews grid.
--------------------------------------------- */
.sl-site-main .sl-block-reviews-grid__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
@media (max-width: 980px) {
  .sl-site-main .sl-block-reviews-grid__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 570px) {
  .sl-site-main .sl-block-reviews-grid__inner {
    grid-gap: 24px;
  }
}

.sl-block-reviews-grid {
  margin-bottom: 24px;
}
.sl-block-reviews-grid .sl-block-review-card {
  align-self: start;
  padding: 32px 32px 32px 48px;
}
@media (max-width: 570px) {
  .sl-block-reviews-grid .sl-block-review-card {
    padding: 40px 24px;
  }
}
.sl-block-reviews-grid .sl-block-review-card__inner p {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
}
.sl-block-reviews-grid .sl-block-review-card__inner p:before {
  content: "“";
  position: absolute;
  top: -12px;
  left: -25px;
  font-size: 48px;
  line-height: 1;
  color: #CECED5;
}
@media (max-width: 570px) {
  .sl-block-reviews-grid .sl-block-review-card__inner p:before {
    top: -20px;
    left: -10px;
  }
}
.sl-block-reviews-grid .sl-block-review-card__rating {
  margin-bottom: 12px;
}
.sl-block-reviews-grid--masonry.sl-init .sl-block-reviews-grid__inner {
  margin-bottom: -30px;
}
@media (max-width: 768px) {
  .sl-block-reviews-grid--masonry.sl-init .sl-block-reviews-grid__inner {
    margin-bottom: -24px;
  }
}
.sl-block-reviews-grid--masonry.sl-init .sl-block-review-card {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 30px;
}
.sl-block-reviews-grid--masonry.sl-init .sl-block-review-gutter {
  width: 30px;
}
@media (max-width: 768px) {
  .sl-block-reviews-grid--masonry.sl-init .sl-block-review-card {
    width: calc(50% - 12px);
    margin-bottom: 24px;
  }
  .sl-block-reviews-grid--masonry.sl-init .sl-block-review-gutter {
    width: 24px;
  }
}
@media (max-width: 570px) {
  .sl-block-reviews-grid--masonry.sl-init .sl-block-review-card {
    width: calc(100% - 0px);
    margin-bottom: 24px;
  }
  .sl-block-reviews-grid--masonry.sl-init .sl-block-review-gutter {
    width: 0px;
  }
}
.sl-block-reviews-grid--masonry.sl-init .sl-block-review-gutter {
  position: absolute;
}

/* Reviews slider.
--------------------------------------------- */
.sl-block-reviews-slider {
  position: relative;
  margin-bottom: 24px;
  /* Fallback before slider init. */
}
.sl-block-reviews-slider .slick-list {
  margin: 0 -20px -20px;
}
.sl-block-reviews-slider .slick-slide {
  margin: 0 20px 20px;
}
.sl-block-reviews-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.sl-block-reviews-slider__arrow--prev {
  right: calc(100% + 10px);
}
@media (max-width: 1200px) {
  .sl-block-reviews-slider__arrow--prev {
    right: unset;
    left: -7px;
  }
}
.sl-block-reviews-slider__arrow--next {
  left: calc(100% + 10px);
}
@media (max-width: 1200px) {
  .sl-block-reviews-slider__arrow--next {
    left: unset;
    right: -7px;
  }
}
.sl-block-reviews-slider__arrow svg {
  color: #53536B;
}
.sl-block-reviews-slider .sl-block-review-card {
  padding: 40px 72px;
}
@media (max-width: 570px) {
  .sl-block-reviews-slider .sl-block-review-card {
    padding: 40px;
  }
}
.sl-block-reviews-slider .sl-block-review-card__inner p {
  margin-bottom: 24px;
  font-size: 18px;
}
.sl-block-reviews-slider .sl-block-review-card__rating {
  margin-bottom: 8px;
}
.sl-block-reviews-slider__inner:not(.sl-init) .sl-block-review-card {
  min-width: 100%;
  display: none;
}
.sl-block-reviews-slider__inner:not(.sl-init) .sl-block-review-card:first-child {
  display: block;
}
.sl-block-reviews-slider__inner:not(.sl-init) ~ .sl-block-reviews-slider__arrow {
  opacity: 0.5;
}

/* Content image.
--------------------------------------------- */
.sl-block-content-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .sl-block-content-image {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  .sl-block-content-image__img {
    order: -1;
  }
}
.sl-block-content-image--img-left .sl-block-content-image__img {
  order: -1;
}
@media (min-width: 981px) {
  .sl-block-content-image__inner {
    margin-left: 55px;
    max-width: 365px;
  }
}
.sl-block-content-image__inner > *:last-child {
  margin-bottom: 0;
}
.sl-block-content-image__inner h2, .sl-block-content-image__inner h3, .sl-block-content-image__inner h4, .sl-block-content-image__inner h5 {
  margin-bottom: 24px;
}
.sl-block-content-image__inner h5 {
  color: #211FA6;
}
.sl-block-content-image__inner p {
  font-size: 15px;
  color: #3A3A56;
}
.sl-block-content-image__img img {
  width: 100%;
}

/* Content image group.
--------------------------------------------- */
.sl-block-content-image-group {
  margin-bottom: 24px;
}
.sl-block-content-image-group .sl-block-content-image {
  margin-bottom: 0;
}
.sl-block-content-image-group--first .sl-block-content-image + .sl-block-content-image {
  margin-top: 100px;
}
@media (max-width: 980px) {
  .sl-block-content-image-group--first .sl-block-content-image + .sl-block-content-image {
    margin-top: 60px;
  }
}
.sl-block-content-image-group--second .sl-block-content-image + .sl-block-content-image {
  margin-top: 40px;
}
@media (max-width: 980px) {
  .sl-block-content-image-group--second .sl-block-content-image + .sl-block-content-image {
    margin-top: 48px;
  }
}
@media (min-width: 981px) {
  .sl-block-content-image-group--second .sl-block-content-image {
    grid-template-columns: auto min(58%, 635px);
    grid-gap: 75px;
  }
  .sl-block-content-image-group--second .sl-block-content-image--img-left {
    grid-template-columns: min(58%, 635px) auto;
  }
}
@media (min-width: 981px) and (min-width: 981px) {
  .sl-block-content-image-group--second .sl-block-content-image__inner {
    margin-left: 0;
    max-width: unset;
  }
}

/* FAQ.
--------------------------------------------- */
.sl-block-faq {
  margin: 0 0 24px;
  border-bottom: 1px solid #DADADF;
  padding-bottom: 17px;
}
.sl-block-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #09092C;
  transition: 0.2s;
}
.sl-block-faq__question:not(:first-child) {
  border-top: 1px solid #DADADF;
  padding-top: 17px;
  margin-top: 17px;
}
.sl-block-faq__question:hover {
  color: #211FA6;
  cursor: pointer;
}
.sl-block-faq__question h4 {
  color: inherit;
  margin: 0;
}
.sl-block-faq__question svg {
  transition: inherit;
  outline: none;
}
.sl-block-faq__question--active {
  color: #211FA6;
}
.sl-block-faq__question--active svg {
  transform: rotate(90deg);
}
.sl-block-faq__answer {
  display: none;
  font-size: 15px;
  color: #3A3A56;
  margin: 16px 0 24px;
  max-width: 98%;
}
.sl-block-faq__answer p:last-child {
  margin-bottom: 0;
}

.sl-block-aioseo-faq {
  margin: 0 0 24px;
}
.sl-block-aioseo-faq .wp-block-aioseo-faq {
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #DADADF;
}
.sl-block-aioseo-faq .wp-block-aioseo-faq:last-child {
  margin-bottom: 0;
}
.sl-block-aioseo-faq .aioseo-faq-block-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #09092C;
  transition: 0.2s;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
}
.sl-block-aioseo-faq .aioseo-faq-block-question:hover {
  color: #211FA6;
  cursor: pointer;
}
.sl-block-aioseo-faq .aioseo-faq-block-question:hover:after {
  border-color: #211FA6;
}
.sl-block-aioseo-faq .aioseo-faq-block-question:after {
  content: "";
  display: inline-block;
  margin: 15px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  width: 9px;
  height: 9px;
  transform: rotate(-45deg);
  transition: inherit;
}
.sl-block-aioseo-faq .aioseo-faq-block-question--active {
  color: #211FA6;
}
.sl-block-aioseo-faq .aioseo-faq-block-question--active:after {
  transform: rotate(45deg);
  border-color: #211FA6;
}
.sl-block-aioseo-faq .aioseo-faq-block-answer {
  display: none;
  font-size: 15px;
  color: #3A3A56;
  margin: 16px 0 7px;
  max-width: 98%;
}
.sl-block-aioseo-faq .aioseo-faq-block-answer > *:last-child {
  margin-bottom: 0;
}

/* Content box.
--------------------------------------------- */
.sl-block-content-box {
  margin-bottom: 40px;
  padding: 32px 40px 40px;
  border-radius: 4px;
}
@media (max-width: 570px) {
  .sl-block-content-box {
    padding: 24px;
  }
}
.sl-block-content-box > *:last-child {
  margin-bottom: 0;
}
.sl-block-content-box p, .sl-block-content-box li {
  font-size: 15px;
}
.sl-block-content-box:not(.has-background) {
  border: 1px solid #EEEEF1;
  box-shadow: 0 5px 10px 3px rgba(9, 9, 44, 0.02);
}

/* Alert box.
--------------------------------------------- */
.sl-block-alert-box {
  padding: 24px 32px;
  margin-bottom: 24px;
  border-radius: 5px;
  background: #FAFAFA;
}
@media (max-width: 570px) {
  .sl-block-alert-box {
    padding: 24px;
  }
}
.sl-block-alert-box > *:last-child {
  margin-bottom: 0;
}
.sl-block-alert-box.has-error-background-color a {
  color: #DF2A4A;
}
.sl-block-alert-box.has-confirmation-background-color a {
  color: #0F8A56;
}

/* Stats card.
--------------------------------------------- */
.sl-block-stats-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px;
  background: #fff;
  color: #09092C;
  border: 1px solid #EEEEF1;
  box-shadow: 0 5px 10px 3px rgba(9, 9, 44, 0.02);
  border-radius: 4px;
}
.sl-block-stats-card > svg {
  margin-bottom: 10px;
  color: #A6A5D7;
}
.sl-block-stats-card__value {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
  line-height: 1.5;
}
.sl-block-stats-card__value .sl-icon-arrow-up-right {
  color: #00A861;
}
.sl-block-stats-card__value .sl-icon-arrow-down-right {
  color: #DF2A4A;
}
.sl-block-stats-card__inner {
  margin-bottom: 10px;
}
.sl-block-stats-card__inner p {
  color: inherit;
  font-size: 15px;
}
.sl-block-stats-card__inner p:last-child {
  margin-bottom: 0;
}
.sl-block-stats-card > a {
  padding-bottom: 2px;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  border-bottom: 1px solid #A6A5D7;
}
.sl-block-stats-card > a:hover, .sl-block-stats-card > a:focus {
  border-color: transparent;
}

/* Stats group.
--------------------------------------------- */
.sl-site-main .sl-block-stats-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .sl-site-main .sl-block-stats-group {
    grid-template-columns: 1fr;
    grid-gap: 12px;
  }
}

.sl-block-stats-group {
  margin-bottom: 24px;
}

/* Show more.
--------------------------------------------- */
.sl-block-show-more__inner {
  display: none;
}
.sl-block-show-more__link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
}
.sl-block-show-more__link span {
  min-width: 85px;
  border-bottom: 1px solid #A6A5D7;
  transition: 0.2s;
}
.sl-block-show-more__link:hover span {
  border-color: transparent;
}
.sl-block-show-more__link svg {
  margin-left: 10px;
  transition: 0.2s;
}
.sl-block-show-more--open .sl-block-show-more__link svg {
  transform: rotate(-90deg);
}

/* Tooltip.
--------------------------------------------- */
.sl-tooltip {
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed #BDBDC3;
}
.sl-tooltip p {
  margin: 0;
}

.tooltipster-sidetip.tooltipster-shadow {
  margin-left: -5px;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #09092C !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 9px !important;
}

/* API Tabs Block
--------------------------------------------- */
.sl-block-api-tabs {
  background: #fff;
  border: 1px solid #EEEEF1;
  border-radius: 4px;
  box-shadow: 0 5px 10px 3px rgba(9, 9, 44, 0.02);
}
.sl-block-api-tabs__top-bar {
  display: flex;
  border-bottom: 1px solid #EEEEF1;
  padding: 0 32px;
  height: 56px;
}
@media (max-width: 980px) {
  .sl-block-api-tabs__top-bar {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 16px;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
  }
  .sl-block-api-tabs__top-bar::-webkit-scrollbar {
    /* WebKit */
    display: none;
  }
}
.sl-block-api-tabs__tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  height: 56px;
  cursor: pointer;
  color: #BDBDC3;
  transition: all 0.2s ease;
  position: relative;
  flex: 1;
}
@media (max-width: 980px) {
  .sl-block-api-tabs__tab {
    flex-shrink: 0;
  }
}
.sl-block-api-tabs__tab:hover {
  background: #FAFAFA;
  color: #53536B;
}
.sl-block-api-tabs__tab:hover i,
.sl-block-api-tabs__tab:hover svg {
  color: #53536B;
}
.sl-block-api-tabs__tab i,
.sl-block-api-tabs__tab svg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BDBDC3;
  transition: color 0.2s ease;
}
.sl-block-api-tabs__tab span {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 980px) {
  .sl-block-api-tabs__tab span {
    white-space: nowrap;
  }
}
.sl-block-api-tabs__tab--active {
  color: #211FA6;
}
.sl-block-api-tabs__tab--active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #211FA6;
}
.sl-block-api-tabs__tab--active i,
.sl-block-api-tabs__tab--active svg {
  color: #211FA6;
}
.sl-block-api-tabs__content {
  padding: 32px;
}
.sl-block-api-tabs__panel {
  display: none;
}
.sl-block-api-tabs__panel--active {
  display: block;
}
.sl-block-api-tabs__panel-url {
  background: #FAFAFA;
  border: 1px solid #EEEEF1;
  border-radius: 4px;
  padding: 24px;
  margin-bottom: 24px;
  position: relative;
}
.sl-block-api-tabs__panel-url code {
  color: #53536B;
  background: #FAFAFA;
  font-family: Inter, monospace;
  font-size: 15px;
  line-height: 1.75;
  display: block;
  margin-top: 10px;
}
@media (max-width: 980px) {
  .sl-block-api-tabs__panel-url code {
    word-break: break-all;
    white-space: normal;
  }
}
.sl-block-api-tabs__panel-method {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background-color: rgba(37, 181, 120, 0.15);
  color: #027A48;
}
.sl-block-api-tabs__panel-method[data-method=GET] {
  background-color: rgba(249, 209, 63, 0.15);
  color: #D6A400;
}
.sl-block-api-tabs__panel-method[data-method=DELETE] {
  background-color: rgba(237, 119, 119, 0.15);
  color: #DF2A4A;
}
.sl-block-api-tabs__panel-copy {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  position: absolute;
  right: 24px;
  top: 24px;
  border-radius: 4px;
}
.sl-block-api-tabs__panel-copy:hover {
  background: #EEEEF1;
  color: #53536B;
}
.sl-block-api-tabs__panel-copy:hover i,
.sl-block-api-tabs__panel-copy:hover svg,
.sl-block-api-tabs__panel-copy:hover span {
  color: #53536B;
}
.sl-block-api-tabs__panel-copy i,
.sl-block-api-tabs__panel-copy svg {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BDBDC3;
  font-size: 14px;
}
.sl-block-api-tabs__panel-copy span {
  color: #BDBDC3;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.sl-block-api-tabs__panel-json {
  background: #FAFAFA;
  border: 1px solid #EEEEF1;
  border-radius: 4px;
  padding: 24px;
  position: relative;
}
.sl-block-api-tabs__panel-json pre {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.sl-block-api-tabs__panel-json code {
  color: #53536B;
  font-family: Inter, monospace;
  font-size: 14px;
  line-height: 1.75;
  white-space: pre-wrap;
}
.sl-block-api-tabs__panel-json-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 6px;
  background: #E9E9F5;
  border-radius: 4px;
  color: #211FA6;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.5px;
}
.sl-block-api-tabs__panel-json .sl-block-api-tabs__panel-copy {
  right: 24px;
  top: 24px;
}
.sl-block-api-tabs__copy--copied i,
.sl-block-api-tabs__copy--copied svg {
  color: #25B578 !important;
}
.sl-block-api-tabs__copy--copied span {
  color: #53536B;
}

/* Brand colors.
--------------------------------------------- */
.sl-block-brand-colors {
  display: flex;
}
@media (max-width: 768px) {
  .sl-block-brand-colors {
    flex-wrap: wrap;
  }
}
.sl-block-brand-colors__item {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-basis: 100%;
  justify-content: center;
}
@media (max-width: 768px) {
  .sl-block-brand-colors__item {
    flex: 1 0 0 !important;
  }
}
.sl-block-brand-colors__item:first-child {
  border-radius: 6px 0 0 6px;
}
.sl-block-brand-colors__item:last-child {
  border-radius: 0 6px 6px 0;
}
.sl-block-brand-colors__item p {
  margin: 0;
  padding: 20px 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .sl-block-brand-colors__item p {
    font-size: 14px;
    font-weight: 500;
    line-height: 150% !important;
    padding: 25px 10px;
  }
}
.sl-block-brand-colors__item p.sl-block-brand-colors__item__hex-light {
  color: #FFFFFF;
}
.sl-block-brand-colors__item p.sl-block-brand-colors__item__hex-dark {
  color: #09092C;
}

/* TOC.
--------------------------------------------- */
.wp-block-ht-block-toc.is-style-rounded {
  border-radius: 4px;
}
.wp-block-ht-block-toc .ht_toc_list {
  padding-left: 0;
  margin-bottom: 0;
}

/* Competitor table.
--------------------------------------------- */
.sl-competitor-table {
  max-width: 730px;
  margin: 0 auto;
}
.sl-competitor-table table {
  white-space: nowrap;
  display: block;
  overflow-x: auto;
}
.sl-competitor-table tr:first-child td,
.sl-competitor-table td:nth-child(2) {
  background: #F8F8FC;
}
.sl-competitor-table tr:first-child td:first-child {
  font-weight: 600;
}
.sl-competitor-table tr:first-child td:last-child {
  font-weight: 500;
}
.sl-competitor-table td {
  padding: 12px 24px;
  border: none;
  border-bottom: 1px solid #E0E1F5;
  min-width: 190px;
}
.sl-competitor-table td:first-child {
  width: 48%;
}
.sl-competitor-table td img {
  display: block;
  margin: 0 auto;
}

/* Pricing columns.
--------------------------------------------- */
.sl-pricing-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 20px;
}
.sl-pricing-columns.sl-pricing-columns-alt {
  gap: 0;
  margin-bottom: 0;
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:first-child > .wp-block-group {
  border-radius: 5px 0 0 0;
}
@media (max-width: 781px) {
  .sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:first-child > .wp-block-group {
    border-radius: 5px;
  }
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:last-child > .wp-block-group {
  border-radius: 0 5px 0 0;
}
@media (max-width: 781px) {
  .sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:last-child > .wp-block-group {
    border-radius: 5px;
  }
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(2n+1) > .wp-block-group {
  border-right: none;
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column > .wp-block-group {
  padding: 24px 30px 50px;
  border-bottom: none;
  border-radius: 0;
}
@media (max-width: 781px) {
  .sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column > .wp-block-group {
    border-radius: 5px;
  }
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(2) {
  border: 2px solid #FFD62F;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 781px) {
  .sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(2) {
    border-radius: 5px;
  }
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(2) > .wp-block-group {
  border-radius: 0;
}
@media (max-width: 781px) {
  .sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(2) > .wp-block-group {
    border-radius: 5px;
  }
}
@media (max-width: 781px) {
  .sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(2) {
    margin-top: 40px !important;
  }
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(1) > .wp-block-group {
  border-right: none;
}
.sl-pricing-columns.sl-pricing-columns-alt > .wp-block-column:nth-child(3) > .wp-block-group {
  border-left: none;
}
.sl-pricing-columns.sl-pricing-columns-alt .sl-pricing-plan__button .wp-block-button__link {
  line-height: 1;
}
.sl-pricing-columns {
  color: #09092C;
}
.sl-pricing-columns > .wp-block-column {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}
.sl-pricing-columns > .wp-block-column > .wp-block-group {
  flex-grow: 1;
  padding: 25px 30px 50px;
  border: 1px solid #DCDCEF;
  border-radius: 5px;
  background: #fff;
  text-align: left;
  font-size: 15px;
  line-height: 160%;
}
.sl-pricing-columns > .wp-block-column > .wp-block-group > p {
  margin-bottom: 8px;
}
.sl-pricing-columns > .wp-block-column > .wp-block-group > ul {
  margin-bottom: 10px;
  list-style: none;
}
.sl-pricing-columns > .wp-block-column > .wp-block-group > ul li + li {
  margin-top: 5px;
}
.sl-pricing-columns > .wp-block-column > .wp-block-group > hr {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #E9E9F5;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.sl-pricing-columns > .wp-block-column > .wp-block-group > *:last-child {
  margin-bottom: 0;
}
.sl-pricing-columns > .wp-block-column:not(:nth-child(2)) > .wp-block-group {
  margin-top: 40px;
}
.sl-pricing-columns > .wp-block-column:nth-child(2) {
  border-radius: 5px;
  border: 1px solid #FFD62F;
  background: #FFD62F;
}
.sl-pricing-columns > .wp-block-column:nth-child(2):before {
  content: "Best Deal";
  display: flex;
  align-items: center;
  justify-content: center;
  height: 39px;
  margin: 0;
  font-weight: 600;
  font-size: 15px;
  color: #09092C;
}
.sl-pricing-columns > .wp-block-column:nth-child(2) > .wp-block-group {
  background: linear-gradient(0deg, rgba(255, 214, 47, 0.05), rgba(255, 214, 47, 0.05)), #FFFFFF;
  border: none;
}

/* All Plans Includes.
--------------------------------------------- */
.sl-all-plans-include {
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .sl-all-plans-include {
    margin-top: 40px !important;
  }
  .sl-all-plans-include .sl-all-plans-include-see-full-col p.has-text-align-right {
    text-align: left;
  }
}
.sl-all-plans-include .sl-container {
  padding: 0;
}
.sl-all-plans-include-group {
  background: #ffffff;
  border: 1px solid #DCDCEF;
  border-radius: 0px 0px 5px 5px;
  padding: 32px;
}
@media (max-width: 781px) {
  .sl-all-plans-include-group {
    border-radius: 5px;
  }
}
.sl-all-plans-include-header {
  margin-bottom: 30px;
}
.sl-all-plans-include-header h3 {
  margin-bottom: 0;
}
.sl-all-plans-include-header p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
}
.sl-all-plans-include-columns {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.25px;
  margin-bottom: 0;
}
.sl-all-plans-include-columns li {
  background: url("../icons/misc/check.svg") no-repeat left center;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0 0 0 24px;
}
.sl-all-plans-include-columns li:last-child {
  margin-bottom: 0;
}

/* Pricing note.
--------------------------------------------- */
.sl-pricing-note {
  margin-bottom: 20px;
  padding: 32px 40px;
  background: #F8F8FC;
  border-radius: 5px;
  text-align: center;
}
.sl-pricing-note p {
  color: #53536B;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}
.sl-pricing-note p:last-child {
  margin-bottom: 0;
}

/* Pricing plan.
--------------------------------------------- */
.sl-pricing-plan {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.sl-pricing-plan__title {
  line-height: 1;
  margin-bottom: 8px;
}
.sl-pricing-plan__subtitle {
  margin-bottom: 8px;
  font-size: 14px;
  color: #53536B;
}
.sl-pricing-plan__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 96px;
  margin-bottom: 8px;
}
.sl-pricing-plan__price > p:nth-child(1) {
  margin-bottom: 18px;
  font-size: 52px;
  line-height: 1;
}
.sl-pricing-plan__price > p:nth-child(1) sup, .sl-pricing-plan__price > p:nth-child(1) sub {
  margin: 0 4px;
}
.sl-pricing-plan__price > p:nth-child(1) sup {
  font-weight: 600;
  font-size: 18px;
  vertical-align: super;
}
.sl-pricing-plan__price > p:nth-child(1) sub {
  bottom: 0;
  font-size: 16px;
  color: #53536B;
}
.sl-pricing-plan__price > p:nth-child(2) {
  padding: 4px 12px;
  background: #FFD62F;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3;
  border-radius: 50px;
}
.sl-pricing-plan__price > p:last-child {
  margin-bottom: 0;
}
.sl-pricing-plan__desc {
  margin-bottom: 24px;
  color: #53536B;
  font-weight: 500;
  font-size: 14px;
}
.sl-pricing-plan__button, .sl-pricing-plan__button .wp-block-button {
  margin-bottom: 0;
}
.sl-pricing-plan__button .wp-block-button__link {
  padding: 18px 32px;
}
.sl-pricing-plan-custom__button .wp-block-button__link {
  padding: 18px 32px;
}

/* Pricing plan custom.
--------------------------------------------- */
.sl-pricing-plan-custom {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}
.sl-pricing-plan-custom__heading {
  line-height: 1;
  margin-bottom: 8px;
}
.sl-pricing-plan-custom__content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 128px;
  margin-bottom: 8px;
}
.sl-pricing-plan-custom__content a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}
.sl-pricing-plan-custom__content a:hover, .sl-pricing-plan-custom__content a:focus {
  border-color: transparent;
}
.sl-pricing-plan-custom__desc {
  margin-bottom: 24px;
  color: #53536B;
  font-weight: 500;
  font-size: 14px;
}
.sl-pricing-plan-custom__button, .sl-pricing-plan-custom__button .wp-block-button {
  margin-bottom: 0;
}

/* Pricing guarantee.
--------------------------------------------- */
.sl-pricing-guarantee {
  margin-bottom: 20px;
  padding: 32px;
  border: 1px solid #EEEEF1;
  border-radius: 5px;
}
.sl-pricing-guarantee .wp-block-columns {
  margin-bottom: 0;
}
.sl-pricing-guarantee > hr {
  margin: 40px 0;
  color: #EEEEF1;
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.sl-pricing-guarantee__main .wp-block-image img {
  max-width: 188px;
}
.sl-pricing-guarantee__main h3 {
  margin-bottom: 14px;
}
.sl-pricing-guarantee__main p {
  margin-bottom: 22px;
  font-size: 15px;
  color: #222141;
}
.sl-pricing-guarantee__main p:last-child {
  margin-bottom: 0;
}
.sl-pricing-guarantee__main figure {
  margin-bottom: 0;
}
.sl-pricing-guarantee__main figcaption {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #53536B;
}
.sl-pricing-guarantee__footer p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #53536B;
}

/* Pricing table.
--------------------------------------------- */
.sl-pricing-table {
  padding-top: 44px;
}
.sl-pricing-table__header.is-layout-flex:where(.wp-block-columns.is-layout-flex), .sl-pricing-table__cta-row.is-layout-flex:where(.wp-block-columns.is-layout-flex) {
  gap: 0;
}
.sl-pricing-table__header .wp-block-column, .sl-pricing-table__cta-row .wp-block-column {
  margin: 0 !important;
  border-color: #DADADF;
  border-style: solid;
  border-width: 0;
  border-right-width: 1px;
}
.sl-pricing-table__header .wp-block-column:nth-child(2), .sl-pricing-table__cta-row .wp-block-column:nth-child(2) {
  border-right-color: #FFD62F;
}
.sl-pricing-table__header .wp-block-column:nth-child(3), .sl-pricing-table__cta-row .wp-block-column:nth-child(3) {
  background: #FFFDF5;
  border-color: #FFD62F;
}
.sl-pricing-table__header {
  margin-bottom: 0;
}
.sl-pricing-table__header .wp-block-column {
  padding: 24px 20px 32px;
}
.sl-pricing-table__header .wp-block-column + .wp-block-column {
  border-top-width: 1px;
}
.sl-pricing-table__header .wp-block-column:first-child {
  border-right: none;
}
.sl-pricing-table__header .wp-block-column:nth-child(2) {
  border-left-width: 1px;
  border-top-left-radius: 5px;
}
.sl-pricing-table__header .wp-block-column:last-child {
  border-top-right-radius: 5px;
}
.sl-pricing-table__header .wp-block-column:nth-child(3) {
  position: relative;
}
.sl-pricing-table__header .wp-block-column:nth-child(3):before {
  content: "Best Deal";
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-weight: 600;
  font-size: 15px;
  color: #09092C;
  background: #FFD62F;
  border-radius: 5px 5px 0 0;
}
.sl-pricing-table__header .sl-pricing-plan__desc,
.sl-pricing-table__header .sl-pricing-plan-custom__desc {
  min-height: 72px;
}
.sl-pricing-table__comparison {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
}
.sl-pricing-table__comparison table {
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #DADADF;
  border-left: 1px solid #DADADF;
  border-top-left-radius: 5px;
}
.sl-pricing-table__comparison td {
  border: 1px solid #DADADF;
  padding: 17px 16px;
  border-top: none;
  border-left: none;
}
.sl-pricing-table__comparison td img {
  margin: 0 auto;
}
.sl-pricing-table__comparison td:not(:first-child) {
  text-align: center;
}
.sl-pricing-table__comparison td:nth-child(2) {
  border-right-color: #FFD62F;
}
.sl-pricing-table__comparison td:nth-child(3) {
  background: #FFFDF5;
  border-right-color: #FFD62F;
}
.sl-pricing-table__cta-row {
  margin-bottom: 0;
  border-left: 1px solid #DADADF;
  border-right: 1px solid #DADADF;
}
.sl-pricing-table__cta-row .wp-block-column {
  padding: 10px 20px;
  border-bottom-width: 1px;
}
.sl-pricing-table__cta-row .wp-block-column:first-child {
  display: flex;
  align-items: center;
}
.sl-pricing-table__cta-row .wp-block-column:first-child p {
  margin-left: -4px;
  line-height: 1;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
.sl-pricing-table__cta-row .wp-block-column:last-child {
  border-right: none;
}
.sl-pricing-table__cta-row .wp-block-buttons,
.sl-pricing-table__cta-row .wp-block-button {
  margin-bottom: 0;
}
.sl-pricing-table__guarantee {
  margin-bottom: 0;
  padding: 15px 30px 25px;
  border-top: none;
  border-color: #DADADF;
  border-radius: 0 0 5px 5px;
}
.sl-pricing-table__guarantee > hr {
  margin: 25px 0;
  border-color: #DADADF;
}

/* Contact selector.
--------------------------------------------- */
.sl-contact-selector {
  box-shadow: 0 5px 10px 3px rgba(9, 9, 44, 0.02);
  border: 1px solid #DADADF;
  border-radius: 5px;
  background: #fff;
}
.sl-contact-selector__cta-row .wp-block-columns {
  margin: 0;
}
@media (max-width: 767px) {
  .sl-contact-selector__cta-row .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.sl-contact-selector__cta-row .wp-block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .sl-contact-selector__cta-row .wp-block-column {
    margin: 0;
  }
}
@media (max-width: 570px) {
  .sl-contact-selector__cta-row .wp-block-column {
    padding: 24px;
  }
}
.sl-contact-selector__cta-row .wp-block-column:first-child {
  border-right: 1px solid #DADADF;
}
@media (max-width: 767px) {
  .sl-contact-selector__cta-row .wp-block-column:first-child {
    border-right: none;
    border-top: 1px solid #DADADF;
  }
}
.sl-contact-selector__cta-row .wp-block-column > h3 {
  margin-bottom: 24px;
}
.sl-contact-selector__cta-row .wp-block-column > p {
  max-width: 385px;
  font-size: 15px;
}
.sl-contact-selector__cta-row .wp-block-buttons {
  margin-top: auto;
}
.sl-contact-selector__cta-row .wp-block-buttons,
.sl-contact-selector__cta-row .wp-block-button {
  margin-bottom: 0;
}
.sl-contact-selector__form {
  display: none;
}
.sl-contact-selector__form .wp-block-columns {
  margin: 0;
  padding: 80px 96px;
  border-top: 1px solid #DADADF;
  flex-wrap: nowrap;
}
@media (max-width: 979px) {
  .sl-contact-selector__form .wp-block-columns {
    padding: 60px 20px;
  }
}
@media (max-width: 767px) {
  .sl-contact-selector__form .wp-block-columns {
    flex-direction: column;
    border-top: none;
    padding-top: 0;
  }
}
@media (max-width: 570px) {
  .sl-contact-selector__form .wp-block-columns {
    padding: 40px 24px 24px;
  }
}
.sl-contact-selector__form .wp-block-column:first-child {
  flex-basis: 66.66% !important;
}
@media (max-width: 767px) {
  .sl-contact-selector__form .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}
.sl-contact-selector__form .wp-block-column:last-child {
  flex-basis: 33.33% !important;
  margin-left: 120px;
}
@media (max-width: 979px) {
  .sl-contact-selector__form .wp-block-column:last-child {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  .sl-contact-selector__form .wp-block-column:last-child {
    flex-basis: 100% !important;
    margin: 0;
    padding-top: 64px;
  }
}
.sl-contact-selector__form .wp-block-column:last-child > h4 {
  margin-bottom: 8px;
}
.sl-contact-selector__form .wp-block-column:last-child > p {
  margin-bottom: 56px;
  font-size: 15px;
}
@media (max-width: 767px) {
  .sl-contact-selector__form .wp-block-column:last-child > p {
    margin-bottom: 24px;
  }
}
.sl-contact-selector__form .wp-block-column:last-child > p:last-child {
  margin-bottom: 0;
}
.sl-contact-selector .wpforms-container {
  margin-bottom: 0;
}
.sl-contact-selector .wpforms-container .wpforms-field-container > .wpforms-field:first-child {
  padding-top: 0;
}
.sl-contact-selector .wpforms-container input,
.sl-contact-selector .wpforms-container select {
  width: 100%;
}
.sl-contact-selector--submitted .sl-contact-selector__form .wp-block-columns {
  padding: 10px;
}
@media (max-width: 570px) {
  .sl-contact-selector--submitted .sl-contact-selector__form .wp-block-columns {
    padding: 0;
  }
}
.sl-contact-selector--submitted .sl-contact-selector__form .wp-block-column:first-child {
  flex-grow: 1;
}
.sl-contact-selector--submitted .sl-contact-selector__form .wp-block-column:last-child {
  display: none;
}
.sl-contact-selector--submitted .sl-contact-selector__form .wpforms-confirmation-container-full {
  margin-bottom: 0;
  padding: 85px 20px;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  color: #09092C;
  background: rgba(15, 138, 86, 0.05);
  border: none;
  border-radius: 3px;
}
@media (max-width: 570px) {
  .sl-contact-selector--submitted .sl-contact-selector__form .wpforms-confirmation-container-full {
    padding: 24px;
    border-radius: 0 0 4px 4px;
    text-align: left;
  }
}
.sl-contact-selector--submitted .sl-contact-selector__form .wpforms-confirmation-container-full > p {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.sl-contact-selector--submitted .sl-contact-selector__form .wpforms-confirmation-container-full > p img {
  position: relative;
  top: -1px;
  flex-shrink: 0;
  margin-right: 16px;
}

/* Doc glossary definition.
--------------------------------------------- */
.sl-doc-glossary-definition {
  padding: 24px 32px 32px;
  border-radius: 5px;
  margin-bottom: 24px;
}
@media (max-width: 570px) {
  .sl-doc-glossary-definition {
    padding: 24px;
  }
}
.sl-doc-glossary-definition h2 {
  margin-top: 0;
}
.sl-doc-glossary-definition > *:last-child {
  margin-bottom: 0;
}
.sl-doc-glossary-definition .sl-block-feature-icons {
  float: right;
  margin-top: 8px;
}
@media (max-width: 570px) {
  .sl-doc-glossary-definition .sl-block-feature-icons {
    margin-top: 0;
  }
}
.sl-doc-glossary-definition .sl-block-feature-icons svg {
  width: 40px;
  height: 40px;
}

/* Small pages context based styles. */
/* Pricing page.
--------------------------------------------- */
.sl-page-pricing .sl-block-hero-section__inner > h1 {
  font-size: 38px;
}

.sl-author-page-content:after {
  clear: both;
  content: " ";
  display: table;
}
@media (min-width: 980px) {
  .sl-author-page-content {
    padding: 50px 20px;
  }
}

.sl-author-page-site-container {
  margin: 0 auto;
  max-width: 1158px;
  padding: 30px 20px;
}
@media (min-width: 980px) {
  .sl-author-page-site-container {
    border: 1px solid #DADADF;
    border-radius: 6px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    padding: 100px;
  }
}
.sl-author-page-site-container .sl-author-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  padding-top: 20px;
}
@media (min-width: 980px) {
  .sl-author-page-site-container .sl-author-header {
    align-items: flex-start;
    flex-direction: row;
    gap: 50px;
    justify-content: flex-start;
    padding-top: 0;
  }
}
.sl-author-page-site-container .sl-author-header__photo {
  border-radius: 100%;
  height: 180px;
  width: 180px;
}
.sl-author-page-site-container .sl-author-header > div {
  flex: 1;
  text-align: center;
}
@media (min-width: 980px) {
  .sl-author-page-site-container .sl-author-header > div {
    text-align: left;
  }
}
.sl-author-page-site-container .sl-author-header__name {
  color: #09092C;
  font-size: 36px;
  font-weight: 900;
  margin: 0;
}
.sl-author-page-site-container .sl-author-header__socials {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 980px) {
  .sl-author-page-site-container .sl-author-header__socials {
    justify-content: start;
  }
}
.sl-author-page-site-container .sl-author-header__socials > span {
  color: #3A3A56;
  font-size: 20px;
}
.sl-author-page-site-container .sl-author-header__socials > span.sl-author-header__socials__separator {
  color: #bdbdc2;
}
.sl-author-page-site-container .sl-author-header__socials a {
  color: #bdbdc2;
  fill: #bdbdc2;
  font-size: 18px;
  line-height: 0;
  text-decoration: none;
}
.sl-author-page-site-container .sl-author-header__socials a.social-icon-facebook:hover {
  color: #1778f2;
  fill: #1778f2;
}
.sl-author-page-site-container .sl-author-header__socials a.social-icon-instagram:hover {
  color: #f00075;
  fill: #f00075;
}
.sl-author-page-site-container .sl-author-header__socials a.social-icon-linkedin:hover {
  color: #0d66c2;
  fill: #0d66c2;
}
.sl-author-page-site-container .sl-author-header__socials a.social-icon-twitter:hover {
  color: #000000;
  fill: #000000;
}
.sl-author-page-site-container .sl-author-header__socials a.social-icon-youtube:hover {
  color: red;
  fill: red;
}
.sl-author-page-site-container .sl-author-header__description {
  color: #53536B;
  font-size: 18px;
  line-height: 28px;
  margin: 15px 0 0;
}
.sl-author-page-site-container__separator {
  background: #bdbdc2;
  height: 1px;
  margin: 50px 0;
}
.sl-author-page-site-container .sl-author-aside h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
  padding: 0;
}
.sl-author-page-site-container .sl-author-aside > div {
  flex: 1;
}
.sl-author-page-site-container .sl-author-aside ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sl-author-page-site-container .sl-author-aside ul li {
  background-color: #E9E9F5;
  border-radius: 3px;
  color: #2F2DB1;
  cursor: default;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  line-height: 10px;
  padding: 8px 10px;
}
.sl-author-page-site-container .sl-author-aside__expertise {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sl-author-page-site-container .sl-author-aside__highlights h4 {
  margin-bottom: 11px;
}
.sl-author-page-site-container .post-type-badge {
  background-color: #E9E9F5;
  border-radius: 3px;
  color: #2F2DB1;
  cursor: default;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 10px;
}
.sl-author-page-site-container .sl-site-main {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .sl-author-page-site-container .sl-site-main {
    max-width: 100%;
  }
}
.sl-author-page-site-container .sl-site-main > .sl-section > .sl-container {
  padding-left: 0;
  padding-right: 0;
}
.sl-author-page-site-container .sl-entry {
  align-items: center;
  border: 0;
  border-bottom: 1px solid #EEEEF1;
  display: grid;
  grid-column-gap: 50px;
  grid-template-columns: 1fr 247px;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
@media (max-width: 979px) {
  .sl-author-page-site-container .sl-entry {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
}
.sl-author-page-site-container .sl-entry__main__header__title {
  margin-bottom: 10px;
}
.sl-author-page-site-container .sl-entry__main__header__title a {
  text-decoration: none;
}
@media (max-width: 979px) {
  .sl-author-page-site-container .sl-entry .sl-entry-image, .sl-author-page-site-container .sl-entry .sl-entry__image-doc {
    display: none;
  }
}
.sl-author-page-site-container .sl-entry__image-doc {
  align-items: center;
  background: #F8F8F8;
  border-radius: 3px;
  display: flex;
  height: 130px;
  justify-content: center;
}
@media (max-width: 767px) {
  .sl-author-page-site-container .sl-entry__image-doc {
    display: none;
  }
}
.sl-author-page-site-container .sl-entry__image-doc .dashicons {
  color: #bdbdc2;
  font-size: 48px;
  height: 48px;
  width: 48px;
}

.sl-archive-navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
}
@media (max-width: 570px) {
  .sl-archive-navigation {
    margin-top: 0;
  }
}
.sl-archive-navigation__nav-links {
  display: flex;
  flex-wrap: wrap;
}
.sl-archive-navigation__next a, .sl-archive-navigation__prev a,
.sl-archive-navigation .page-numbers {
  display: block;
  padding: 11px 20px;
  margin-right: 4px;
  margin-bottom: 4px;
  border: 1px solid #DADADF;
  border-radius: 3px;
  line-height: 1;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  color: #09092C;
  transition: 0.2s;
}
.sl-archive-navigation__next a:hover:not(.dots):not(.current), .sl-archive-navigation__prev a:hover:not(.dots):not(.current),
.sl-archive-navigation .page-numbers:hover:not(.dots):not(.current) {
  background-color: #EEEEF1;
}
.sl-archive-navigation .page-numbers.current {
  color: #fff;
  background-color: #09092C;
  border-color: #09092C;
}
.sl-archive-navigation .page-numbers.dots {
  border-color: transparent;
  padding-left: 10px;
  padding-right: 10px;
}

/* Below styles copied fom `searchwp-live-ajax-search/includes/class-form.php -> base_styles method`.
 * Do not edit them for fast replacement if needed.
--------------------------------------------- */
.searchwp-live-search-results {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  height: 0;
  overflow: hidden;
  z-index: 9999995;
  /* Exceed SearchWP Modal Search Form overlay. */
  position: absolute;
  display: none;
}

.searchwp-live-search-results-showing {
  display: block;
  opacity: 1;
  height: auto;
  overflow: auto;
}

.searchwp-live-search-no-results {
  padding: 3em 2em 0;
  text-align: center;
}

.searchwp-live-search-no-min-chars:after {
  content: "Continue typing";
  display: block;
  text-align: center;
  padding: 2em 2em 0;
}

/* Below styles copied fom `searchwp-live-ajax-search/assets/styles/style.css`.
 * Do not edit them for fast replacement if needed.
--------------------------------------------- */
/* visual styles */
.searchwp-live-search-results {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 3px;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.searchwp-live-search-no-min-chars .spinner {
  opacity: 0.3;
}

.searchwp-live-search-result p {
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.searchwp-live-search-result--focused {
  background: #DDD;
}

.searchwp-live-search-result--focused a {
  color: #000;
}

.searchwp-live-search-result:last-of-type p {
  border-bottom: 0;
}

.searchwp-live-search-result h4 {
  margin-bottom: 0;
}

.searchwp-live-search-result:first-child a {
  padding-top: 15px;
}

.searchwp-live-search-result:last-child a {
  padding-bottom: 15px;
}

.searchwp-live-search-result a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 20px;
}
.searchwp-live-search-result a:hover {
  background-color: #f9f9f9;
  text-decoration: none !important;
}

/* Bullet proof Screen Reader Only text */
.searchwp-live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

@-webkit-keyframes searchwp-spinner-line-fade-more {
  0%, 100% {
    opacity: 0;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}

@keyframes searchwp-spinner-line-fade-more {
  0%, 100% {
    opacity: 0;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@-webkit-keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
    /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@keyframes searchwp-spinner-line-fade-quick {
  0%, 39%, 100% {
    opacity: 0.25;
    /* minimum opacity */
  }
  40% {
    opacity: 1;
  }
}
@-webkit-keyframes searchwp-spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
@keyframes searchwp-spinner-line-fade-default {
  0%, 100% {
    opacity: 0.22;
    /* minimum opacity */
  }
  1% {
    opacity: 1;
  }
}
/* Search form.
--------------------------------------------- */
.sl-search-form {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 569px) {
  .sl-search-form {
    margin-bottom: 24px;
  }
}
.sl-search-form__icon {
  border: none;
  background: none;
  padding: 0;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 569px) {
  .sl-search-form__icon {
    left: 18px;
  }
}
.sl-search-form__icon svg {
  color: #CECED5;
}
.sl-search-form > input {
  padding: 22px 32px 22px 70px;
  width: 100%;
  min-height: 72px;
  border: 1px solid #DADADF;
  box-shadow: 0 5px 10px 3px rgba(9, 9, 44, 0.02);
  border-radius: 5px;
  font-size: 18px;
}
@media (max-width: 569px) {
  .sl-search-form > input {
    padding: 17px 24px 17px 57px;
    font-size: 15px;
  }
}
.sl-search-form > input::-moz-placeholder {
  color: #53536B;
}
.sl-search-form > input:-ms-input-placeholder {
  color: #53536B;
}
.sl-search-form > input::placeholder {
  color: #53536B;
}

/* Live search results dropdown.
--------------------------------------------- */
.searchwp-live-search-results {
  transform: translateY(5px);
}

.searchwp-live-search-result a {
  text-decoration: none;
}
.searchwp-live-search-result a:not(:hover) {
  color: #09092C;
}
.searchwp-live-search-result a:hover, .searchwp-live-search-result a:focus {
  text-decoration: underline;
}
/*# sourceMappingURL=archive-author.css.map */
