/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * clearhaus.com
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2017
 */
.CL-progress-bar {
  height: 4px;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  margin-top: -4px;
  z-index: 175; }

.CL-progress-bar-inner {
  position: absolute;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.15); }

.CL-progress-bar-inner.help {
  background-color: rgba(0, 0, 0, 0.15); }

.CL-section-half {
  position: relative; }

.CL-section-half:before,
.CL-section-half:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0; }

.CL-section-half:after {
  left: 50%;
  background-color: #f6f8fa; }

.CL-section-half-split {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }

.CL-section-half-split-left {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 40px; }

.CL-section-half-split-right {
  background-color: #f6f8fa;
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 40px; }

.CL-section-third {
  position: relative;
  background-color: #fff; }

.CL-section-third:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 70%;
  width: 30%;
  height: 100%;
  z-index: 0;
  background-color: #f6f8fa; }

.CL-section-third-split {
  display: flex;
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  position: relative; }

.CL-section-third-split-left {
  flex-basis: 30%;
  padding: 40px;
  background-color: #f6f8fa; }

.CL-section-third-split-right {
  flex-basis: 70%;
  padding: 40px; }

.CL-section-third-grey {
  background-color: #f6f8fa; }

.CL-section-third-white {
  background-color: #fff; }

.CL-section-third-inverted:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 70%;
  width: 30%;
  height: 100%;
  z-index: 0;
  background-color: #f6f8fa; }

.CL-section-third-inverted-split-left {
  flex-basis: 70%;
  background-color: #fff; }

.CL-section-third-inverted-split-right {
  flex-basis: 30%;
  background-color: #f6f8fa; }

.cc-partner-logos {
  display: flex;
  flex-direction: row;
  align-items: center; }

.cc-partner-logos-mc,
.cc-partner-logos-vs {
  opacity: 1 !important; }

.cc-partner-logos-mc {
  margin-right: 18px;
  height: 36px; }

.cc-partner-logos-vs {
  height: 16px; }

.page {
  transition: 0.45s ease transform;
  backface-visibility: hidden; }

.page.offsetted {
  transform: translateX(-120px); }

.language-close-button {
  background-color: #f6f8fa;
  position: absolute;
  left: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  width: 30px;
  box-sizing: border-box;
  border-radius: 4px 0 0 4px;
  padding: 35px 15px;
  cursor: pointer;
  transition: 0.2s ease background-color; }

.language-close-button:hover {
  background-color: #dddfe1; }

.language-close-button:active {
  background-color: #949596; }

.language-close-button-text {
  display: none; }

@media only screen and (max-width: 450px) {
  .language-close-button-text {
    display: block;
    margin-right: 15px; } }

.language-close-button-arrow {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #151c27; }

@media only screen and (max-width: 450px) {
  .language-close-button {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: flex-start;
    padding: 25px 40px; } }

.language-switcher {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }

.language-shader {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  will-change: opacity;
  transition: 0.45s ease opacity;
  opacity: 0;
  transform: translateZ(0); }

.language-shader.active {
  opacity: 1; }

.language-menu {
  position: absolute;
  right: -20px;
  top: 0;
  width: 370px;
  background-color: #fff;
  padding: 0;
  will-change: transform;
  backface-visibility: hidden;
  transition: 0.45s ease transform;
  transform: translateX(380px) translateZ(0); }

@media only screen and (max-width: 450px) {
  .language-menu {
    width: 100%;
    transform: translateX(100%) translateZ(0); } }

.language-menu-holder {
  position: absolute;
  left: 0px;
  top: 0;
  width: 370px;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff; }

.language-menu.active {
  transform: translateX(0px) translateZ(0); }

.language-menu-top {
  padding: 45px 40px 40px 40px; }

.language-menu-description {
  padding: 0;
  margin: 0; }

.language-menu-continent {
  padding: 10px 10px 10px 40px;
  margin-left: 0px;
  color: #151c27;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.language-menu-countries {
  margin-top: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  list-style: none; }

.language-menu-country {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  position: relative; }

.language-menu-country:hover:before {
  opacity: 0; }

.language-menu-country:before {
  height: 1px;
  width: 250px;
  display: block;
  content: " ";
  position: absolute;
  bottom: -1px;
  right: 40px;
  transition: 0.2s ease opacity;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.05); }

@media only screen and (max-width: 450px) {
  .language-menu-country:before {
    left: 40px;
    right: auto; } }

.language-menu-country-href {
  display: flex;
  text-decoration: none;
  font-weight: 400;
  color: #151c27;
  border: none;
  padding: 30px 20px 30px 40px;
  flex-direction: row;
  cursor: pointer; }

.language-menu-country-href:hover {
  border: none;
  background-color: #f6f8fa; }

.language-menu-country-flag {
  width: 38px;
  height: 38px;
  border-radius: 9999px;
  margin-right: 30px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 50;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15); }

.language-menu-country-flag:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(540deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1000; }

.language-menu-country-flag-img {
  z-index: 100;
  display: block;
  height: 100%;
  width: 137% !important;
  position: absolute;
  left: -7px;
  top: 0;
  opacity: 1 !important; }

.language-menu-country-name {
  display: block;
  position: relative;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: flex; }

.aaq-validator-box {
  display: none;
  padding: 8px 15px;
  font-size: 13px;
  color: #fff;
  background-color: #5574b6;
  border-radius: 4px; }

.aaq-validator-box.bad {
  display: block; }

.askaq_card-holder {
  display: none;
  padding: 0;
  overflow: hidden;
  position: fixed;
  z-index: 200005;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  user-select: none;
  overflow-y: initial;
  align-items: center;
  justify-content: center;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  box-sizing: border-box; }

@media only screen and (max-width: 1050px) {
  .askaq_card-holder {
    padding: 20px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-holder {
    padding: 0; } }

.askaq_card {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 200002;
  width: 920px;
  flex-grow: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.askaq_card * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.askaq_card-label {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  padding-left: 1px;
  padding-bottom: 7px;
  margin-top: 10px;
  opacity: 0.4; }

.askaq_card-label-subject {
  margin-top: 25px; }

.askaq_card input,
.askaq_card textarea {
  -webkit-touch-callout: auto !important;
  -webkit-user-select: auto !important;
  -khtml-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important; }

@media only screen and (max-width: 1050px) {
  .askaq_card {
    max-width: initial;
    border-radius: 12px; } }

@media only screen and (max-width: 450px) {
  .askaq_card {
    border-radius: 0px; } }

@media only screen and (max-width: 950px) {
  .askaq_card {
    flex-direction: column;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    width: 100%; } }

.askaq_card-hidden {
  opacity: 0;
  width: 0;
  height: 0;
  display: none; }

.askaq_card-left,
.askaq_card-right {
  flex-basis: 50%;
  padding: 30px;
  flex-shrink: 0;
  flex-grow: 0; }

@media only screen and (max-width: 950px) {
  .askaq_card-left,
  .askaq_card-right {
    flex-basis: initial; } }

.askaq_card-left {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  overflow-y: auto; }

@media only screen and (max-width: 950px) {
  .askaq_card-left {
    padding: 80px 60px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-left {
    padding: 40px; } }

@media only screen and (max-width: 350px) {
  .askaq_card-left {
    padding: 20px; } }

.askaq_card-left-title {
  padding-left: 0px;
  margin-bottom: 20px;
  flex-shrink: 0; }

@media only screen and (max-width: 450px) {
  .askaq_card-left-title {
    margin-bottom: 40px;
    padding: 0 20px;
    margin-top: 10px;
    margin-left: 0; } }

@media only screen and (max-width: 350px) {
  .askaq_card-left-title {
    margin-top: 24px; } }

.askaq_card-left-center {
  flex-shrink: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column; }

.askaq_card-left-name {
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box; }

.askaq_card-left-message-holder {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-grow: 1;
  width: 100%; }

.askaq_card-left-message {
  margin-bottom: 5px;
  width: 100%;
  box-sizing: border-box;
  flex-grow: 1; }

@media only screen and (max-width: 950px) {
  .askaq_card-left-message {
    min-height: 125px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-left-message {
    margin-bottom: 20px; } }

.askaq_card-left-sep {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f3f3f3; }

.askaq_card-left-email {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px; }

@media only screen and (max-width: 450px) {
  .askaq_card-left-email {
    margin-bottom: 20px; } }

.askaq_card-left-bottom {
  margin-top: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0; }

@media only screen and (max-width: 450px) {
  .askaq_card-left-bottom {
    margin-top: 20px; } }

.askaq_card-left-bottom-later {
  border-color: #efeff1;
  color: #353c45;
  cursor: pointer;
  transition: 0.26s ease all; }

.askaq_card-left-bottom-later:hover {
  background-color: #efeff1; }

.askaq_card-left-bottom-later:active {
  background-color: #e1e1e3; }

.askaq_card-left-bottom-submit:active {
  background-color: #062a32; }

.askaq_card-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  height: initial; }

.askaq_card-right-content {
  padding: 30px;
  box-sizing: border-box;
  background: linear-gradient(135deg, #3258a8 10.89%, #9eb5ff 77.95%);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

@media only screen and (max-width: 950px) {
  .askaq_card-right-content {
    padding: 80px 40px 40px 20px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-right-content {
    padding: 50px 40px 40px; } }

@media only screen and (max-width: 350px) {
  .askaq_card-right-content {
    padding: 30px 20px 20px; } }

.askaq_card-right-category {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 2px 8px 3px 8px;
  border-radius: 5px;
  margin-bottom: 7px;
  margin-right: 8px;
  margin-left: 0;
  display: inline-block; }

.askaq_card-right-category .star {
  font-size: 10px;
  color: #fff;
  margin-right: 2px;
  position: relative;
  top: -0.5px; }

.askaq_card-right-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background-color: #0b4654;
  padding: 15px 0; }

.askaq_card-right-close-icon {
  opacity: 1 !important;
  height: 10px;
  width: 10px;
  margin-right: 16px; }

.askaq_card-right-close:hover {
  background-color: #083843; }

.askaq_card-right-close:active {
  background-color: #062a32; }

.askaq_card-right-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.askaq_card-right-logo {
  opacity: 1 !important;
  width: 58px;
  height: 55px;
  margin-top: -5px; }

.askaq_card-right-button {
  background-color: rgba(255, 255, 255, 0.1); }

.askaq_card-right-title {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 10px;
  flex-shrink: 0;
  display: block; }

@media only screen and (max-width: 950px) {
  .askaq_card-right-title {
    padding-left: 22px;
    padding-right: 22px; } }

@media only screen and (max-width: 450px) {
  .askaq_card-right-title {
    margin-left: 0;
    margin-bottom: 24px; } }

.askaq_card-right-list {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 100%;
  overflow-x: hidden;
  position: relative;
  margin-left: -29px; }

.askaq_card-right-li {
  width: 100%; }

.askaq_card-right-li:last-child .askaq_card-right-li-href:after {
  display: none; }

.askaq_card-right-li-ico {
  display: inline-block;
  width: 11px;
  margin-left: 8px;
  margin-bottom: -1px; }

.askaq_card-right-li-link {
  font-size: 12px;
  background-color: rgba(0, 0, 0, 0.08);
  padding: 3px 10px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.1px;
  border-radius: 3px;
  margin-left: -2px;
  word-break: keep-all;
  width: 100%;
  box-sizing: border-box;
  display: block;
  text-overflow: ellipsis;
  transform: 0.3s ease all;
  overflow: hidden; }

.askaq_card-right-li-href:hover .askaq_card-right-li-link {
  background-color: rgba(0, 0, 0, 0.25);
  color: #ffffff; }

.askaq_card-right-li-href:hover .askaq_card-right-li-desc {
  color: #ffffff; }

.askaq_card-right-li-href {
  display: block;
  padding: 20px 30px 20px 30px;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box; }

.askaq_card-right-li-href:after {
  height: 1px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  display: block;
  content: " ";
  bottom: -1px;
  left: 20px;
  transition: 0.26s ease all;
  right: 20px; }

.askaq_card-right-li-href:hover {
  background-color: rgba(255, 255, 255, 0.075); }

.askaq_card-right-li-href:hover:after {
  background-color: rgba(255, 255, 255, 0); }

.askaq_card-right-li-href:active {
  transform: scale(0.97); }

.askaq_card-right-li-title {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: 0px;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: -0.3px;
  margin-bottom: 5px; }

.askaq_card-right-li-desc {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 0px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7); }

.case-study {
  position: relative;
  width: 100%;
  height: 560px; }

.case-study-backgrounds {
  list-style: none;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  margin: 0; }

.case-study-background {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100; }

.case-study-background.snt {
  background-size: cover;
  background-position: 100% 0;
  z-index: 108;
  background-image: url("/img/blog/shaping-new-tomorrow-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.snt {
    background-image: url("/img/blog/shaping-new-tomorrow-case/__cover@2x.jpg"); } }

.case-study-background.hairlust {
  background-size: cover;
  background-position: 100% 0;
  z-index: 107;
  background-image: url("/img/blog/hairlust-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.hairlust {
    background-image: url("/img/blog/hairlust-case/__cover@2x.jpg"); } }

.case-study-background.hungry {
  background-size: cover;
  background-position: 100% 0;
  z-index: 106;
  background-image: url("/img/blog/hungry-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.hungry {
    background-image: url("/img/blog/hungry-case/__cover@2x.jpg"); } }

.case-study-background.coolpriser {
  background-size: cover;
  background-position: 100% 0;
  z-index: 105;
  background-image: url("/img/blog/coolpriser-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.coolpriser {
    background-image: url("/img/blog/coolpriser-case/__cover@2x.jpg"); } }

.case-study-background.dinero {
  background-size: cover;
  background-position: 100% 0;
  z-index: 104;
  background-image: url("/img/blog/dinero-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.dinero {
    background-image: url("/img/blog/dinero-case/__cover@2x.jpg"); } }

.case-study-background.dbu {
  background-size: cover;
  background-position: 100% 0;
  z-index: 103;
  background-image: url("/img/blog/dbu-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.dbu {
    background-image: url("/img/blog/dbu-case/__cover@2x.jpg"); } }

.case-study-background.anima {
  background-size: cover;
  background-position: 100% 0;
  z-index: 102;
  background-image: url("/img/blog/anima-stop-animal-abuse-no-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.anima {
    background-image: url("/img/blog/anima-stop-animal-abuse-no-case/__cover@2x.jpg"); } }

.case-study-background.ask-antikvariat {
  background-size: cover;
  background-position: 100% 0;
  z-index: 101;
  background-image: url("/img/blog/ask-antikvariat-og-bokhandel-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.ask-antikvariat {
    background-image: url("/img/blog/ask-antikvariat-og-bokhandel-case/__cover@2x.jpg"); } }

.case-study-background.h-shop {
  background-size: cover;
  background-position: 100% 0;
  z-index: 101;
  background-image: url("/img/blog/h-shop-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.h-shop {
    background-image: url("/img/blog/h-shop-case/__cover@2x.jpg"); } }

.case-study-background.parkpark {
  background-size: cover;
  background-position: 100% 0;
  z-index: 101;
  background-image: url("/img/blog/parkpark-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.parkpark {
    background-image: url("/img/blog/parkpark-case/__cover@2x.jpg"); } }

.case-study-background.hyrenbostad {
  background-size: cover;
  background-position: 100% 0;
  z-index: 103;
  background-image: url("/img/blog/hyrenbostad-se-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.hyrenbostad {
    background-image: url("/img/blog/hyrenbostad-se-case/__cover@2x.jpg"); } }

.case-study-background.coolpriser.no {
  z-index: 102; }

.case-study-background.fuji-fotocenter {
  background-size: cover;
  background-position: 100% 0;
  z-index: 101;
  background-image: url("/img/blog/fuji-fotocenter-bildcompaniet-se-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.fuji-fotocenter {
    background-image: url("/img/blog/fuji-fotocenter-bildcompaniet-se-case/__cover@2x.jpg"); } }

.case-study-background.kork {
  background-size: cover;
  background-position: 100% 0;
  z-index: 101;
  background-image: url("/img/blog/kork-pl-case/__cover.jpg"); }

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124dpi) {
  .case-study-background.kork {
    background-image: url("/img/blog/kork-pl-case/__cover@2x.jpg"); } }

.case-study-briefs {
  list-style: none;
  padding: 0px;
  position: absolute !important;
  top: 0;
  height: inherit;
  right: 0;
  box-sizing: border-box;
  left: 0;
  width: 100%;
  z-index: 250;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }

.case-study-brief {
  position: absolute;
  z-index: 250;
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  padding-bottom: 80px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start; }

@media only screen and (max-width: 1150px) {
  .case-study-brief {
    padding: 40px 40px; } }

@media only screen and (max-width: 750px) {
  .case-study-brief {
    padding: 20px; } }

.case-study-brief.active {
  display: flex; }

.case-study-brief.snt {
  z-index: 258; }

.case-study-brief.hairlust {
  z-index: 257; }

.case-study-brief.hungry {
  z-index: 256; }

.case-study-brief.coolpriser {
  z-index: 255; }

.case-study-brief.dinero {
  z-index: 254; }

.case-study-brief.dbu {
  z-index: 253; }

.case-study-brief.anima {
  z-index: 252; }

.case-study-brief.ask-antikvariat {
  z-index: 251; }

.case-study-brief.snt {
  z-index: 250; }

.case-study-brief.h-shop {
  z-index: 251; }

.case-study-brief.hyrenbostad {
  z-index: 253; }

.case-study-brief.coolpriser.no {
  z-index: 252; }

.case-study-brief.fuji-fotocenter {
  z-index: 251; }

.case-study-brief.kork {
  z-index: 251; }

.case-study-brief.parkpark {
  z-index: 251; }

.case-study-brief-href {
  align-items: center;
  z-index: 300;
  max-width: 550px;
  bottom: 10%;
  background-color: #fff;
  border-radius: 3px;
  padding: 30px 40px 30px 30px;
  cursor: pointer;
  display: flex;
  border: none;
  margin: 0;
  transition: none; }

.case-study-brief-href:hover {
  background-color: #f6f8fa; }

@media only screen and (max-width: 450px) {
  .case-study-brief-href {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px 20px 24px 20px; } }

@media only screen and (max-width: 750px) {
  .case-study-brief-href {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box; } }

.case-study-brief-href.span {
  cursor: default; }

.case-study-brief-href.span:hover {
  background-color: #fff; }

.case-study-brief-img {
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 30px;
  max-width: 100px;
  width: 100%;
  transition: none; }

.case-study-brief-content-title {
  margin-top: 14px;
  color: #151c27; }

@media only screen and (max-width: 450px) {
  .case-study-brief-content-title {
    margin-top: 20px; } }

.case-study-brief-content-desc {
  margin-top: 10px;
  line-height: 1.5em;
  color: #aaaaaa; }

@media only screen and (max-width: 450px) {
  .case-study-brief-content-desc {
    margin-bottom: 0px; } }

.principal-member {
  background-color: #fff; }

.principal-member-featured {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1px; }

.principal-member-featured-title {
  margin-top: 50px;
  text-align: center; }

@media only screen and (max-width: 1050px) {
  .principal-member-featured-title {
    margin-left: 20px; } }

.principal-member-featured-logos {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  padding-bottom: 0px;
  justify-content: center; }

@media only screen and (max-width: 650px) {
  .principal-member-featured-logos {
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center; } }

.principal-member-featured-logo {
  display: block;
  margin: 20px 30px;
  filter: grayscale(100%);
  transition: 0.26s ease all; }

.principal-member-featured-logo:hover {
  opacity: 0.3; }

@media only screen and (max-width: 650px) {
  .principal-member-featured-logo {
    min-width: 40%;
    display: flex;
    margin: 20px 10px;
    justify-content: center; } }

.principal-member-featured #finanz-logo {
  opacity: 0.5 !important; }

.principal-member-featured #nfc-logo {
  opacity: 0.9 !important;
  margin-bottom: -8px; }

.principal-member-list-icon {
  opacity: 1 !important;
  height: 54px;
  margin-bottom: 20px; }

.principal-member-top {
  background-color: #fff; }

.principal-member-top-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 130px !important;
  padding-bottom: 140px !important; }

@media only screen and (max-width: 750px) {
  .principal-member-top-content {
    padding-top: 80px !important;
    padding-bottom: 70px !important;
    flex-basis: initial; } }

@media only screen and (max-width: 950px) {
  .principal-member-top-content {
    flex-direction: column;
    align-items: flex-start; } }

.principal-member-top-left {
  flex-basis: 50%;
  flex-grow: 0; }

@media only screen and (max-width: 950px) {
  .principal-member-top-left-h5 {
    text-align: left; } }

.principal-member-top-left-h4 {
  margin: 15px 0 20px 0;
  font-size: 26px; }

@media only screen and (max-width: 950px) {
  .principal-member-top-left-h4 {
    text-align: left; } }

@media only screen and (max-width: 950px) {
  .principal-member-top-left {
    display: block;
    flex-basis: initial; } }

.principal-member-top-right {
  flex-basis: 50%;
  flex-grow: 0.75; }

@media only screen and (max-width: 950px) {
  .principal-member-top-right {
    display: block;
    flex-basis: initial; } }

.principal-member-top-right-p {
  margin-top: 68px;
  text-align: right; }

@media only screen and (max-width: 950px) {
  .principal-member-top-right-p {
    text-align: left;
    max-width: 100%;
    margin-top: 40px;
    max-width: 600px; } }

@media only screen and (max-width: 650px) {
  .principal-member-top-right-p {
    max-width: 100%; } }

.principal-member-bot {
  background-color: #f6f8fa;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 60px 0; }

@media only screen and (max-width: 850px) {
  .principal-member-bot {
    padding: 40px 0; } }

@media only screen and (max-width: 850px) {
  .principal-member-bot {
    padding: 0px 0; } }

.principal-member-bot-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0;
  list-style: none; }

@media only screen and (max-width: 750px) {
  .principal-member-bot-items {
    flex-direction: column; } }

.principal-member-bot-item {
  flex-grow: 0.5;
  flex-shrink: 0.5;
  padding: 0 80px;
  flex-basis: 33.3%;
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

.principal-member-bot-item-p {
  margin-top: 0; }

.principal-member-bot-item-p-bold {
  margin-bottom: 0; }

@media only screen and (max-width: 850px) {
  .principal-member-bot-item {
    padding: 0 40px; } }

.principal-member-bot-item:first-child {
  padding-left: 0;
  border-left: none; }

.principal-member-bot-item:last-child {
  padding-right: 0; }

@media only screen and (max-width: 750px) {
  .principal-member-bot-item {
    padding: 40px 0;
    border-left: none;
    flex-basis: initial; } }

.brief-pricing {
  background-color: #283345;
  padding: 80px 0; }

@media only screen and (max-width: 850px) {
  .brief-pricing {
    padding: 80px 0; } }

.brief-pricing-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 80px; }

@media only screen and (max-width: 850px) {
  .brief-pricing-top {
    margin-bottom: 40px; } }

@media only screen and (max-width: 650px) {
  .brief-pricing-top {
    flex-direction: column;
    align-items: flex-start; } }

@media only screen and (max-width: 450px) {
  .brief-pricing-top {
    align-items: flex-start; } }

.brief-pricing-top-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

.brief-pricing-top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-left: 60px; }

@media only screen and (max-width: 650px) {
  .brief-pricing-top-right {
    padding-left: 0;
    padding-top: 20px; } }

.brief-pricing-href {
  margin: 10px auto 30px; }

.brief-pricing-title {
  color: #fff;
  font-size: 36px;
  flex-shrink: 0; }

@media only screen and (max-width: 450px) {
  .brief-pricing-title {
    width: 100%; } }

.brief-pricing-desc {
  padding-left: 40px;
  color: #fff; }

@media only screen and (max-width: 850px) {
  .brief-pricing-desc {
    display: none; } }

.brief-pricing-href {
  flex-shrink: 0; }

.brief-pricing-bot {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  border-radius: 4px;
  background-color: #fff; }

@media only screen and (max-width: 650px) {
  .brief-pricing-bot {
    flex-direction: column; } }

@media only screen and (max-width: 450px) {
  .brief-pricing-bot {
    padding: 10px; } }

.brief-pricing-bot-left,
.brief-pricing-bot-right {
  padding: 60px;
  flex-basis: 50%; }

@media only screen and (max-width: 850px) {
  .brief-pricing-bot-left,
  .brief-pricing-bot-right {
    padding: 30px; } }

.brief-pricing-bot-left {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

@media only screen and (max-width: 650px) {
  .brief-pricing-bot-left {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-bottom: 60px;
    flex-basis: initial; } }

@media only screen and (max-width: 650px) {
  .brief-pricing-bot-right {
    padding-top: 60px;
    flex-basis: initial; } }

.brief-pricing-bot-country-label {
  color: #151c27;
  text-transform: uppercase;
  margin-left: 5px; }

.brief-pricing-bot-country-code {
  color: #151c27;
  text-transform: uppercase; }

.brief-pricing-bot-label {
  color: #151c27;
  margin-top: 15px;
  margin-bottom: 14px;
  font-size: 20px; }

.brief-pricing-bot-subnote {
  color: #aaaaaa;
  margin: 10px 0 30px 0; }

.brief-pricing-bot-price {
  font-family: "Calibre", "Arial", sans-serif;
  color: #151c27;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.5px; }

.pricing-details-subnote-notice {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  margin: 30px auto 20px auto;
  color: rgba(255, 255, 255, 0.5);
  text-align: center; }

@media only screen and (max-width: 550px) {
  .pricing-details-subnote-notice {
    margin: 40px auto -20px auto; } }

.brief-pricing-top {
  margin: 10px auto; }

.brief-pricing.light-grey {
  background-color: #f6f8fa; }

.brief-pricing.light-grey .pricing-details-subnote-notice {
  color: #aaaaaa; }

.brief-pricing.light-grey .brief-pricing-title {
  color: #151c27;
  border-right: 1px solid rgba(0, 0, 0, 0.107); }

@media only screen and (max-width: 850px) {
  .brief-pricing.light-grey .brief-pricing-title {
    border-right: none; } }

.brief-pricing.light-grey .brief-pricing-desc {
  color: #151c27; }

.brief-pricing.light-grey .brief-pricing-bot {
  border: 1px solid rgba(0, 0, 0, 0.107);
  background-color: #fff; }

.brief-pricing.light-grey .brief-pricing-bot-left {
  border-right: 1px solid rgba(0, 0, 0, 0.05); }

@media only screen and (max-width: 650px) {
  .brief-pricing.light-grey .brief-pricing-bot-left {
    border-right: none; } }

.brief-pricing.light-grey .brief-pricing-bot-country-label {
  color: #151c27; }

.brief-pricing.light-grey .brief-pricing-bot-country-code {
  color: #151c27; }

.brief-pricing.light-grey .brief-pricing-bot-label {
  color: #151c27; }

.brief-pricing.light-grey .brief-pricing-bot-subnote {
  color: #aaaaaa; }

.brief-pricing.light-grey .brief-pricing-bot-price {
  color: #151c27; }

.merchants-acquiring {
  background-color: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #f6f8fa;
  padding-bottom: 140px; }

.merchants-acquiring-content {
  position: relative;
  padding-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box; }

@media only screen and (max-width: 650px) {
  .merchants-acquiring-content {
    padding-bottom: 40px; } }

.merchants-acquiring-top-title {
  margin-top: 180px; }

.merchants-acquiring-top-desc {
  max-width: 720px;
  margin-bottom: 100px; }

.merchants-acquiring-bot {
  display: flex;
  flex-direction: row; }

.merchants-acquiring-second-nav {
  flex-basis: 35%;
  flex-shrink: 0;
  margin-right: 100px;
  border-right: 1px solid #3d4758;
  padding-right: 50px;
  padding-bottom: 0;
  padding-top: 0; }

@media only screen and (max-width: 850px) {
  .merchants-acquiring-second-nav {
    margin-right: 0; } }

.merchants-acquiring-second-nav-items {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  flex-direction: column; }

@media only screen and (max-width: 850px) {
  .merchants-acquiring-second-nav-items {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 3px;
    padding: 30px 0; } }

@media only screen and (max-width: 550px) {
  .merchants-acquiring-second-nav-items {
    margin-left: 0px;
    margin-right: 0px; } }

.merchants-acquiring-second-nav-item {
  padding: 10px 20px 10px 20px;
  margin: 5px 0 5px -20px;
  font-size: 0.9em;
  border-radius: 3px;
  transform: scale(1);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  transition: 0.26s ease all;
  align-items: center; }

.merchants-acquiring-second-nav-item:first-child {
  margin-top: 0; }

.merchants-acquiring-second-nav-item:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 850px) {
  .merchants-acquiring-second-nav-item {
    margin: 5px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 15px 20px;
    text-align: center; } }

.merchants-acquiring-second-nav-item:hover {
  background-color: #242e3e; }

.merchants-acquiring-second-nav-item:active {
  transform: scale(0.95);
  background-color: #1c2430; }

.merchants-acquiring-second-nav-item.active {
  color: #333333; }

.merchants-acquiring-second-nav-item-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  opacity: 1 !important; }

.merchants-acquiring-second-nav-item.active .merchants-acquiring-second-nav-item-span {
  opacity: 1;
  font-weight: 800; }

.merchants-acquiring-second-nav-item-span {
  font-size: 1.05em;
  color: #333333;
  opacity: 0.5; }

.merchants-acquiring-content-items {
  padding-left: 0;
  list-style: none;
  max-width: 500px; }

@media only screen and (max-width: 850px) {
  .merchants-acquiring-content-items {
    margin-top: 40px; } }

.merchants-acquiring-content-item {
  display: none; }

@media only screen and (max-width: 850px) {
  .merchants-acquiring-content-item {
    display: flex;
    flex-direction: column-reverse; } }

.merchants-acquiring-content-item.active {
  display: block; }

@media only screen and (max-width: 850px) {
  .merchants-acquiring-content-item-content {
    padding: 20px; } }

.merchants-acquiring-content-img {
  margin-top: -12px;
  opacity: 1 !important;
  width: 120px;
  height: 120px;
  margin-bottom: 10px; }

@media only screen and (max-width: 650px) {
  .merchants-acquiring-content-img {
    display: none; } }

.merchants-acquiring-content-title {
  margin-top: 15px; }

@media only screen and (max-width: 650px) {
  .merchants-acquiring-content-title {
    margin-top: 0; } }

.get-help {
  background: linear-gradient(193.53deg, #5976e9 15.43%, #bfc9ed 123.84%);
  padding: 96px 0 80px 0; }

.get-help-contact-info {
  margin-left: 40px;
  font-size: 18px; }

@media only screen and (max-width: 1050px) {
  .get-help-contact-info {
    margin-left: 0; } }

@media only screen and (max-width: 1050px) {
  .get-help-contact-info div {
    text-align: center; } }

.get-help-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px; }

@media only screen and (max-width: 1050px) {
  .get-help-top {
    flex-direction: column;
    align-items: center; } }

.get-help-top-left {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  align-items: center; }

@media only screen and (max-width: 1050px) {
  .get-help-top-left {
    flex-direction: column;
    align-items: center; } }

.get-help-top-left-icon {
  opacity: 1 !important;
  margin-right: 25px; }

@media only screen and (max-width: 1050px) {
  .get-help-top-left-icon {
    margin-right: 0;
    margin-bottom: 20px; } }

.get-help-top-left-h1 {
  color: #fff;
  font-size: 36px; }

@media only screen and (max-width: 1050px) {
  .get-help-top-left-h1 {
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.2em; } }

.get-help-top-right-info {
  color: rgba(255, 255, 255, 0.5);
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 22px; }

@media only screen and (max-width: 1050px) {
  .get-help-top-right-info {
    margin: 0;
    margin-bottom: 5px; } }

.get-help-top-right-number {
  font-family: "Circular", "Arial", sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3em;
  color: #151c27;
  letter-spacing: -0.43px;
  margin: 0;
  color: #fff; }

@media only screen and (max-width: 550px) {
  .get-help-top-right-number {
    font-size: 1.2em; } }

@media only screen and (max-width: 1050px) {
  .get-help-top-right {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.get-help-bot {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }

@media only screen and (max-width: 1050px) {
  .get-help-bot {
    flex-direction: column; } }

.get-help-bot-left {
  flex-basis: 75%; }

.get-help-bot-left-p {
  color: #fff;
  max-width: 480px; }

@media only screen and (max-width: 1050px) {
  .get-help-bot-left-p {
    text-align: center; } }

@media only screen and (max-width: 1050px) {
  .get-help-bot-left {
    margin-bottom: 10px;
    flex-basis: initial; } }

.get-help-bot-right {
  display: flex;
  align-items: center;
  justify-content: center; }

.apply-component {
  padding: 90px 0 60px 0;
  margin-top: 0;
  background-color: #fff; }

@media only screen and (max-width: 750px) {
  .apply-component {
    padding-top: 50px;
    padding-bottom: 50px; } }

.apply-component-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px; }

@media only screen and (max-width: 750px) {
  .apply-component-top {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0; } }

.apply-component-top-left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center; }

@media only screen and (max-width: 750px) {
  .apply-component-top-left {
    flex-direction: column;
    align-items: flex-start; } }

.apply-component-top-right {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 60px;
  flex-shrink: 0; }

@media only screen and (max-width: 750px) {
  .apply-component-top-right {
    padding-left: 0;
    padding-top: 10px; } }

.apply-component-title {
  color: #151c27;
  font-size: 36px;
  flex-shrink: 0; }

.apply-component-desc {
  font-family: "Calibre", "Arial", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: normal;
  padding-left: 40px;
  color: #151c27;
  padding-top: 1px; }

@media only screen and (max-width: 750px) {
  .apply-component-desc {
    text-align: left;
    padding-left: 0;
    margin: 0 0 20px 0; } }

.apply-component-desc p {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  margin: 0px; }

.apply-component-steps {
  display: flex;
  flex-direction: row;
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  margin-top: 40px;
  justify-content: space-between; }

@media only screen and (max-width: 950px) {
  .apply-component-steps {
    display: none; } }

.apply-component-step {
  flex-grow: 0;
  flex-shrink: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  position: relative; }

.apply-component-step:before {
  display: none; }

.apply-component-step-arrow {
  position: absolute;
  left: -95px;
  top: 50%;
  margin-top: -8px;
  height: 16px;
  opacity: 1 !important; }

@media only screen and (max-width: 1150px) {
  .apply-component-step-arrow {
    left: -6vh; } }

@media only screen and (max-width: 950px) {
  .apply-component-step-arrow {
    display: none; } }

.apply-component-step-icon {
  border-radius: 9999px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 26px;
  display: flex;
  align-items: center;
  width: 56px;
  height: 56px;
  justify-content: center;
  color: #151c27;
  text-align: center; }

.apply-component-step-title {
  font-family: "Circular", "Arial", sans-serif;
  font-size: 0.6em;
  letter-spacing: 0.5px;
  line-height: 0.65em;
  color: rgba(21, 28, 39, 0.3);
  text-transform: uppercase;
  color: #151c27;
  margin-left: 25px; }

.dark.apply-component {
  background-color: #283345; }

.dark.apply-component .apply-component-title {
  color: #fff; }

.dark.apply-component .apply-component-desc {
  color: #fff; }

.dark.apply-component .apply-component-steps {
  border-top: 1px solid #3d4758; }

.dark.apply-component .apply-component-step-icon {
  border: none;
  background-color: #3d4758;
  color: #fff; }

.dark.apply-component .apply-component-step-title {
  color: #fff; }

.dark.apply-component .apply-component-step:nth-child(1) .apply-component-step-icon {
  background-color: rgba(255, 255, 255, 0.1); }

.dark.apply-component .apply-component-step:nth-child(2) .apply-component-step-icon {
  background-color: rgba(255, 255, 255, 0.1); }

.dark.apply-component .apply-component-step:nth-child(3) .apply-component-step-icon {
  background-color: rgba(255, 255, 255, 0.1); }

.grey.apply-component {
  background-color: #f6f8fa;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.grey.apply-component .apply-component-title {
  color: #151c27; }

.grey.apply-component .apply-component-desc {
  color: #151c27; }

.grey.apply-component .apply-component-steps {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.grey.apply-component .apply-component-step-icon {
  border: none;
  background-color: #3d4758;
  color: #151c27; }

.grey.apply-component .apply-component-step-title {
  color: #151c27; }

.grey.apply-component .apply-component-step:nth-child(1) .apply-component-step-icon {
  background-color: #eaecee; }

.grey.apply-component .apply-component-step:nth-child(2) .apply-component-step-icon {
  background-color: #eaecee; }

.grey.apply-component .apply-component-step:nth-child(3) .apply-component-step-icon {
  background-color: #eaecee; }

.FG-feature-list {
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 80px;
  padding-bottom: 60px; }

@media only screen and (max-width: 750px) {
  .FG-feature-list {
    padding-top: 60px;
    padding-bottom: 40px; } }

@media only screen and (max-width: 650px) {
  .FG-feature-list {
    display: none; } }

.FG-feature-list-content {
  position: relative;
  padding-top: 0;
  box-sizing: border-box; }

@media only screen and (max-width: 650px) {
  .FG-feature-list-content {
    padding-bottom: 40px; } }

@media only screen and (max-width: 850px) {
  .FG-feature-list-content {
    padding: 0; } }

@media only screen and (max-width: 850px) {
  .FG-feature-list-top {
    padding: 0px 40px; } }

@media only screen and (max-width: 450px) {
  .FG-feature-list-top {
    padding: 0px 20px; } }

.FG-feature-list-top-title {
  margin-top: 0px; }

.FG-feature-list-top-desc {
  max-width: 720px;
  margin-bottom: 60px; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-top-desc {
    margin-bottom: 30px; } }

.FG-feature-list-bot {
  display: flex;
  flex-direction: row; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-bot {
    flex-direction: column; } }

.FG-feature-list-second-nav {
  flex-basis: 35%;
  flex-shrink: 0;
  margin-right: 100px;
  border-right: 1px solid #ebebeb;
  padding-right: 50px;
  padding-bottom: 0;
  padding-top: 0; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav {
    margin: 0;
    padding: 0;
    border-right: none;
    overflow: scroll;
    display: block;
    position: relative;
    flex-basis: initial; } }

.FG-feature-list-second-nav-items {
  padding: 0;
  list-style: none;
  display: flex;
  margin: 0;
  flex-direction: column; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav-items {
    position: relative;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-radius: 3px;
    padding: 30px 0; } }

@media only screen and (max-width: 550px) {
  .FG-feature-list-second-nav-items {
    margin-left: 0px;
    margin-right: 0px; } }

.FG-feature-list-second-nav-item {
  padding: 10px 20px 10px 20px;
  margin: 5px 0 5px -20px;
  font-size: 0.9em;
  border-radius: 3px;
  transform: scale(1);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  transition: 0.26s ease all;
  align-items: center; }

.FG-feature-list-second-nav-item:first-child {
  margin-top: 0; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav-item:first-child {
    margin-left: 20px; } }

.FG-feature-list-second-nav-item:last-child {
  margin-bottom: 0; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav-item:last-child {
    margin-right: 20px; } }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav-item {
    margin: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 50px 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 130px;
    flex-shrink: 0;
    opacity: 0.3; } }

.FG-feature-list-second-nav-item:hover {
  background-color: rgba(51, 51, 51, 0.05); }

.FG-feature-list-second-nav-item:active {
  transform: scale(0.95);
  background-color: rgba(51, 51, 51, 0.1); }

.FG-feature-list-second-nav-item.active {
  color: #333; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav-item.active {
    opacity: 1; } }

.FG-feature-list-second-nav-item-icon {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  opacity: 1 !important; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav-item-icon {
    width: 72px;
    height: 72px;
    margin-right: 0;
    margin-bottom: 15px; } }

.FG-feature-list-second-nav-item.active .FG-feature-list-second-nav-item-span {
  opacity: 1;
  font-weight: 800; }

.FG-feature-list-second-nav-item-span {
  font-size: 1.05em;
  color: #333;
  opacity: 0.5; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-second-nav-item-span {
    max-width: 110px;
    line-height: 1.5em; } }

.FG-feature-list-content-items {
  padding-left: 0;
  list-style: none;
  max-width: 500px; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-content-items {
    margin-top: 40px; } }

.FG-feature-list-content-item {
  display: none; }

.FG-feature-list-content-item.active {
  display: block; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-content-item-content {
    padding: 20px; } }

.FG-feature-list-content-img {
  margin-top: -12px;
  opacity: 1 !important;
  width: 120px;
  height: 120px;
  margin-bottom: 10px; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-content-img {
    display: none; } }

.FG-feature-list-content-title {
  margin-top: 15px;
  color: #333; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-content-title {
    padding: 0 20px; } }

@media only screen and (max-width: 450px) {
  .FG-feature-list-content-title {
    padding: 0px 00px; } }

.FG-feature-list-content-desc {
  color: #333;
  padding-top: 30px; }

@media only screen and (max-width: 850px) {
  .FG-feature-list-content-desc {
    padding: 0 20px; } }

@media only screen and (max-width: 450px) {
  .FG-feature-list-content-desc {
    padding: 0px 0px; } }

.FG-feature-see-more {
  background: #eff1f8;
  border-radius: 2px;
  padding: 8px 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  font-size: 11px;
  text-align: center;
  letter-spacing: 0.0375em;
  color: #3064d2; }

.FG-feature-see-more:hover {
  background-color: #3064d2;
  color: #fff; }

.home-gateways {
  background-color: #fff; }

.home-gateways-content-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 150px 0 110px 0; }

@media only screen and (max-width: 850px) {
  .home-gateways-content-top {
    flex-direction: column;
    align-items: center; } }

.home-gateways-content-top-left {
  flex-basis: 50%; }

.home-gateways-content-top-left-button {
  margin-top: 20px;
  max-width: 170px;
  display: block; }

@media only screen and (max-width: 850px) {
  .home-gateways-content-top-left {
    flex-basis: initial; } }

.home-gateways-content-top-right {
  flex-basis: 50%;
  padding-left: 70px; }

@media only screen and (max-width: 850px) {
  .home-gateways-content-top-right {
    flex-basis: 100%;
    padding-left: 0;
    padding-top: 120px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    flex-basis: initial; } }

.home-gateways-content-top-right-img {
  opacity: 1 !important;
  margin-right: -10px;
  margin-top: -10px;
  max-width: 400px; }

@media only screen and (max-width: 850px) {
  .home-gateways-content-top-right-img {
    width: 100%; } }

.home-gateways-logos {
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

@media only screen and (max-width: 750px) {
  .home-gateways-logos {
    flex-wrap: wrap; } }

.home-gateways-logos-hidden {
  display: none;
  opacity: 0; }

.home-gateways-logo {
  width: 180px;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  position: relative; }

@media only screen and (max-width: 750px) {
  .home-gateways-logo {
    width: 50%;
    flex-basis: 50%;
    height: 90px;
    padding: 24px 10px; } }

@media only screen and (max-width: 450px) {
  .home-gateways-logo {
    width: 100%;
    flex-basis: 100%;
    height: 90px;
    padding: 24px 10px; } }

.home-gateways-logo-href {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  max-height: 60px;
  transition: none; }

.home-gateways-logo-img {
  width: 100%;
  height: auto;
  max-width: 85%;
  max-height: 100%;
  max-height: 60px;
  display: block;
  opacity: 1 !important;
  transition: none; }

@media only screen and (max-width: 850px) {
  .home-gateways-logo-img {
    max-width: 140px;
    max-height: 70px; } }

@media only screen and (max-width: 450px) {
  .home-gateways-logo-img {
    max-width: 140px; } }

.fsa-statement {
  background-image: linear-gradient(to right, #7fa0ee, #a0b6f9); }

.fsa-statement-content {
  text-align: center;
  color: #fff; }

.fsa-statement-title-h1 {
  padding: 15px;
  color: #fff; }

.pricing-details {
  padding: 10px 0;
  background-color: #fff; }

.pricing-details-content {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  flex-direction: row;
  align-items: center; }

@media only screen and (max-width: 950px) {
  .pricing-details-content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch; } }

@media only screen and (max-width: 650px) {
  .pricing-details-content {
    padding-top: 80px;
    padding-bottom: 80px; } }

.pricing-details-left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 160px;
  box-sizing: border-box; }

@media only screen and (max-width: 950px) {
  .pricing-details-left-side {
    padding-right: 0;
    margin-bottom: 60px;
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0; } }

.pricing-details-right-side {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box; }

@media only screen and (max-width: 950px) {
  .pricing-details-right-side {
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0; } }

.pricing-details-right-side .pricing-details-subnote-notice {
  color: #aaaaaa; }

.pricing-details-fixed-title {
  margin-bottom: 10px; }

.pricing-details-fixed-items {
  padding: 40px 60px;
  background-color: #f6f8fa;
  border-radius: 4px;
  list-style: none; }

@media only screen and (max-width: 450px) {
  .pricing-details-fixed-items {
    padding: 0;
    background-color: #fff; } }

.pricing-details-fixed-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 20px 0; }

@media only screen and (max-width: 850px) {
  .pricing-details-fixed-item {
    max-width: 100%; } }

.pricing-details-fixed-item:last-child {
  border-bottom: none; }

.pricing-details-fixed-item-price {
  font-weight: 900;
  color: #444a64; }

.pricing-details-faq-button {
  margin-top: 10px; }

.pricing-special {
  background-color: #f6f8fa; }

.pricing-special-content {
  display: flex;
  align-items: flex-start;
  padding: 90px 60px 80px 60px;
  justify-content: space-between;
  flex-direction: column; }

@media only screen and (max-width: 550px) {
  .pricing-special-content {
    padding: 80px 40px; } }

.pricing-special-row {
  flex-grow: 0;
  flex-shrink: 0.5;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: row; }

@media only screen and (max-width: 550px) {
  .pricing-special-row {
    flex-direction: column;
    margin-bottom: 0px; } }

.pricing-special-icon {
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 9999px;
  background-color: #fff;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.pricing-special-icon-img {
  width: 40px;
  height: 40px;
  opacity: 1 !important; }

.pricing-special-title {
  margin-top: 10px;
  line-height: 1.5em; }

.pricing-special-p {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  margin-top: 30px;
  margin-bottom: 20px; }

.pricing-special-p > * {
  font-size: inherit; }

.pricing-custom {
  padding: 40px 0;
  background: linear-gradient(#f6f8fa, #e9eef3); }

.pricing-custom-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-top: 60px;
  padding-bottom: 40px;
  flex-direction: row; }

@media only screen and (max-width: 950px) {
  .pricing-custom-content {
    flex-direction: column;
    justify-content: center;
    align-items: stretch; } }

@media only screen and (max-width: 650px) {
  .pricing-custom-content {
    padding-top: 80px;
    padding-bottom: 80px; } }

.pricing-custom-left-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  padding-right: 80px;
  box-sizing: border-box;
  justify-content: space-between; }

@media only screen and (max-width: 950px) {
  .pricing-custom-left-side {
    padding-right: 0;
    margin-bottom: 20px;
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0; } }

.pricing-custom-left-side-enterprises,
.pricing-custom-left-side-high-risk {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 20px;
  margin-top: 6px;
  max-width: 500px;
  box-shadow: 0 2px 4px rgba(100, 100, 100, 0.1); }

.pricing-custom-left-side-enterprises p,
.pricing-custom-left-side-high-risk p {
  margin-bottom: 0;
  color: #555555; }

@media only screen and (max-width: 950px) {
  .pricing-custom-left-side-enterprises,
  .pricing-custom-left-side-high-risk {
    padding: 20px;
    margin: 20px auto;
    max-width: 500px;
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0; } }

.pricing-custom-right-side {
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box; }

@media only screen and (max-width: 950px) {
  .pricing-custom-right-side {
    flex-basis: initial;
    flex-shrink: 0;
    flex-grow: 0; } }

.pricing-custom-right-side .pricing-details-subnote-notice {
  color: #aaaaaa; }

.pricing-custom-form {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 30px 32px 70px 40px;
  max-width: 600px;
  box-shadow: 0 2px 4px rgba(100, 100, 100, 0.1); }

.pricing-custom-form * {
  box-sizing: border-box; }

@media only screen and (max-width: 950px) {
  .pricing-custom-form {
    max-width: 500px; } }

.pricing-custom-form .hs-form {
  font: "Calibre", "Arial", sans-serif; }

.pricing-custom-form .hs-form .hs-form-field {
  margin-bottom: 12px; }

.pricing-custom-form .hs-form label {
  font-size: 0.86em; }

.pricing-custom-form .hs-form fieldset {
  margin-left: auto;
  margin-right: auto; }

.pricing-custom-form .hs-form input.hs-input,
.pricing-custom-form .hs-form select.hs-input,
.pricing-custom-form .hs-form fieldset.hs-input {
  width: 100%;
  font-size: 0.7em; }

.pricing-custom-form .hs-form input.hs-input::placeholder,
.pricing-custom-form .hs-form select.hs-input::placeholder,
.pricing-custom-form .hs-form fieldset.hs-input::placeholder {
  color: #8f8f8f;
  opacity: 1; }

.pricing-custom-form .hs-form input.hs-input:-ms-input-placeholder,
.pricing-custom-form .hs-form select.hs-input:-ms-input-placeholder,
.pricing-custom-form .hs-form fieldset.hs-input:-ms-input-placeholder {
  color: #8f8f8f; }

.pricing-custom-form .hs-form input.hs-input::-ms-input-placeholder,
.pricing-custom-form .hs-form select.hs-input::-ms-input-placeholder,
.pricing-custom-form .hs-form fieldset.hs-input::-ms-input-placeholder {
  color: #8f8f8f; }

.pricing-custom-form .hs-form .hs-button.primary,
.pricing-custom-form .hs-form input[type="submit"] {
  float: right;
  background-color: #3064d2;
  color: #ffffff;
  font-size: 0.6em;
  text-transform: uppercase;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.26s ease all;
  padding: 14px 28px;
  margin: 4px 4px 12px;
  border-radius: 9999px;
  text-align: center;
  cursor: pointer; }

.pricing-custom-form .hs-form .hs-button.primary:hover,
.pricing-custom-form .hs-form input[type="submit"]:hover {
  background-color: #2955b3; }

.pricing-custom-form .hs-form select {
  border: none;
  font-size: 0.7em;
  line-height: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f6f8fa;
  padding: 12px 24px 16px 24px;
  border-radius: 3px; }

.pricing-custom-form .hs-form legend.hs-field-desc {
  font-size: 12px;
  color: #8e8e8e; }

.pricing-custom-form ul.hs-error-msgs {
  margin: 0;
  padding: 0;
  font-size: 0.65em;
  list-style: none;
  color: #bfbfbf; }

.pricing-custom-swift-p {
  font-size: 0.84em; }

.pricing-special {
  background-color: #f6f8fa; }

.pricing-special-content {
  display: flex;
  align-items: flex-start;
  padding: 90px 60px 80px 60px;
  justify-content: space-between;
  flex-direction: column; }

@media only screen and (max-width: 550px) {
  .pricing-special-content {
    padding: 80px 40px; } }

.pricing-special-row {
  flex-grow: 0;
  flex-shrink: 0.5;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-direction: row; }

@media only screen and (max-width: 550px) {
  .pricing-special-row {
    flex-direction: column;
    margin-bottom: 0px; } }

.pricing-special-icon {
  width: 94px;
  height: 94px;
  flex-shrink: 0;
  margin-right: 40px;
  border-radius: 9999px;
  background-color: #fff;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center; }

.pricing-special-icon-img {
  width: 40px;
  height: 40px;
  opacity: 1 !important; }

.pricing-special-title {
  margin-top: 10px;
  line-height: 1.5em; }

.pricing-special-p {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  margin-top: 30px;
  margin-bottom: 20px; }

.pricing-special-p > * {
  font-size: inherit; }

body.modal-open {
  overflow: hidden !important; }

.page {
  transform-origin: top center; }

.page.scaled {
  transform: scale(0.97); }

.pricing-switcher {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  align-items: center;
  justify-content: center;
  z-index: 10000; }

.pricing-shader {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  cursor: pointer;
  left: 0;
  width: 100%;
  height: 100%;
  will-change: opacity;
  transition: 0.45s ease opacity;
  opacity: 0;
  backface-visibility: hidden; }

.pricing-shader.active {
  opacity: 1; }

.pricing-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  transition: 0.45s ease transform, 0.45s ease opacity;
  transform: translateX(-420px) scale(1); }

.pricing-container.active {
  transform: translateX(0px) scale(1); }

.pricing-menu {
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  width: 100%;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: scroll;
  will-change: transform opacity;
  backface-visibility: hidden; }

.pricing-menu-top {
  padding-top: 20px;
  padding-bottom: 50px;
  border-bottom: none; }

.pricing-menu-bottom {
  padding: 0 0 20px 0; }

.pricing-menu-countries {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.pricing-menu-separator {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 20px 1px 20px;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-bottom: 10px; }

.pricing-menu-separator-span {
  font-weight: 600;
  font-size: 0.7em;
  color: #151c27; }

.pricing-menu-separator:first-child {
  margin-top: 0; }

.pricing-menu-flag {
  width: 30px;
  height: 22px;
  margin-right: 20px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transform: translateZ(1);
  z-index: 50; }

.pricing-menu-flag-img {
  z-index: 100;
  display: block;
  height: 100%;
  transform: translateZ(1);
  position: relative;
  opacity: 1 !important; }

.pricing-menu-country {
  padding: 30px 0;
  display: flex;
  padding: 15px 15px 15px 15px;
  margin-left: 0px;
  border-radius: 3px;
  cursor: pointer;
  align-items: center; }

.pricing-menu-country:hover {
  background-color: rgba(0, 0, 0, 0.05); }

.pricing-menu-country-href {
  margin-top: 1px;
  border: none;
  color: #151c27; }

.pricing-menu-country-href:hover {
  border: none; }

.pricing-menu.no-hover {
  pointer-events: none; }

.features-mobile {
  background-color: #f6f8fa;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 120px 0; }

@media only screen and (max-width: 850px) {
  .features-mobile {
    justify-content: flex-start;
    padding: 50px 0 40px 0; } }

@media only screen and (max-width: 450px) {
  .features-mobile {
    padding: 20px 0; } }

.features-mobile-content {
  display: block; }

.features-mobile-bottom {
  display: block;
  padding: 0;
  width: 100%;
  margin: 0;
  list-style: none; }

.features-mobile-img {
  opacity: 1 !important; }

.features-mobile-title {
  font-size: 20px; }

.features-mobile-list {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 80px 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  margin-right: -20px;
  margin-left: -20px; }

@media only screen and (max-width: 1050px) {
  .features-mobile-list {
    margin-right: 0px;
    margin-left: 0px; } }

@media only screen and (max-width: 850px) {
  .features-mobile-list {
    flex-direction: column; } }

.features-mobile-list-left {
  max-width: 240px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0 80px 0 60px;
  min-width: 90px;
  display: flex;
  justify-content: center;
  box-sizing: content-box;
  align-items: center; }

@media only screen and (max-width: 850px) {
  .features-mobile-list-left {
    justify-content: flex-start;
    margin: 30px 0 40px 0;
    padding: 0;
    border-right: none; } }

.features-mobile-list-right {
  padding-left: 60px; }

@media only screen and (max-width: 850px) {
  .features-mobile-list-right {
    padding-left: 0; } }

.features-mobile-list-right-top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%; }

@media only screen and (max-width: 1050px) {
  .features-mobile-list-right-top {
    flex-direction: column; } }

.features-mobile-list-right-top-right {
  display: flex;
  justify-content: flex-end;
  flex-direction: row; }

@media only screen and (max-width: 1050px) {
  .features-mobile-list-right-top-right {
    justify-content: flex-start;
    margin-top: 14px; } }

.features-description-item-tag.beta {
  font-size: 10px;
  padding: 2px 7px;
  font-weight: 600;
  background-color: #81469a;
  border-radius: 3px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase;
  max-height: 16px;
  margin-left: 12px; }

.features-double {
  background-color: #818dba;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative; }

.features-double-content {
  display: flex;
  flex-direction: row; }

@media only screen and (max-width: 650px) {
  .features-double-content {
    flex-direction: column; } }

.features-double-left {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-right: 60px; }

@media only screen and (max-width: 1250px) {
  .features-double-left {
    padding-right: 20px; } }

@media only screen and (max-width: 650px) {
  .features-double-left {
    padding-right: 0;
    margin-bottom: 40px;
    flex-basis: initial; } }

.features-double-right {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  padding-left: 60px; }

@media only screen and (max-width: 1250px) {
  .features-double-right {
    padding-left: 20px; } }

@media only screen and (max-width: 650px) {
  .features-double-right {
    padding-left: 0;
    flex-basis: initial; } }

.features-double-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  list-style: none;
  padding: 0; }

.features-double-img {
  width: 100px;
  margin-bottom: 20px;
  opacity: 1 !important;
  margin-left: -3px; }

.features-double-tags {
  display: flex; }

.features-double-tag.acquiring-white {
  color: #fff; }

.features-double-tag.beta {
  font-size: 10px;
  padding: 2px 7px;
  font-weight: 600;
  background-color: #4b588a;
  border-radius: 3px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: uppercase; }

.features-double-tag.new {
  font-size: 10px;
  padding: 2px 7px;
  font-weight: 600;
  background-color: #4b588a;
  border-radius: 3px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: #fff; }

.features-double-title {
  margin-top: 20px;
  color: #fff;
  font-size: 20px; }

.features-double-p {
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -0.0025em;
  color: #fff;
  max-width: 750px; }

.form_ms-dynamics table {
  width: 100% !important; }

.form_ms-dynamics th, .form_ms-dynamics td {
  border: 0;
  padding: 0 !important; }

.form_ms-dynamics .textFormFieldBlock,
.form_ms-dynamics .optionSetFormFieldBlock,
.form_ms-dynamics .phoneFormFieldBlock {
  padding: 0 !important; }

.form_ms-dynamics form > div[data-layout="true"] > div[data-section="true"] {
  padding: 0 !important; }
  .form_ms-dynamics form > div[data-layout="true"] > div[data-section="true"] .columnContainer {
    padding-bottom: 0 !important;
    min-height: 50px !important; }
    .form_ms-dynamics form > div[data-layout="true"] > div[data-section="true"] .columnContainer > div {
      padding-bottom: 10px; }
      .form_ms-dynamics form > div[data-layout="true"] > div[data-section="true"] .columnContainer > div:last-child {
        padding-bottom: 0; }
  .form_ms-dynamics form > div[data-layout="true"] > div[data-section="true"] div[data-editorblocktype="Text"] p {
    margin: 0; }
  .form_ms-dynamics form > div[data-layout="true"] > div[data-section="true"] div[data-editorblocktype="SubmitButtonBlock"] p {
    margin: 0; }

.form_ms-dynamics form input[type="text"]:focus,
.form_ms-dynamics form input[type="email"]:focus,
.form_ms-dynamics form input[type="password"]:focus,
.form_ms-dynamics form input[type="tel"]:focus,
.form_ms-dynamics form input[type="url"]:focus,
.form_ms-dynamics form input[type="search"]:focus,
.form_ms-dynamics form textarea:focus {
  border-color: #005fcc !important; }

.form_ms-dynamics form input:focus:invalid {
  border-color: red !important; }

.form_ms-dynamics form select,
.form_ms-dynamics form .lookup-behavior,
.form_ms-dynamics form .phoneFormFieldBlock input,
.form_ms-dynamics form .textFormFieldBlock input,
.form_ms-dynamics form input[type="email"] {
  width: 100% !important;
  padding: 9px;
  padding: 12px 14px 16px 14px;
  background-color: #f6f8fa;
  filter: none !important;
  border: 0; }

.form_ms-dynamics form .lookup-behavior {
  background-image: none !important; }

.form_ms-dynamics form input,
.form_ms-dynamics form select,
.form_ms-dynamics form textarea {
  font-size: 16px;
  font-family: "Calibre", "Arial", sans-serif; }

.form_ms-dynamics form button.lp-form-button.lp-form-fieldInput,
.form_ms-dynamics form button.submitButton {
  float: right;
  background-color: #3064d2 !important;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: 0.26s ease all;
  padding: 14px;
  margin: 4px 4px 12px;
  border-radius: 9999px !important;
  text-align: center;
  cursor: pointer;
  border: 0; }
  .form_ms-dynamics form button.lp-form-button.lp-form-fieldInput:hover,
  .form_ms-dynamics form button.submitButton:hover {
    background-color: #2955b3; }

.form_ms-dynamics form div[data-editorblocktype="SubmitButton"] {
  padding: 0 !important; }

.form_ms-dynamics form label,
.form_ms-dynamics form label > span {
  font-weight: normal !important;
  text-transform: capitalize !important;
  font-family: "Calibre", "Arial", sans-serif !important; }

.form_ms-dynamics form .textFormFieldBlock,
.form_ms-dynamics form .phoneFormFieldBlock,
.form_ms-dynamics form .textFormFieldBlock, .form_ms-dynamics form .dateTimeFormFieldBlock, .form_ms-dynamics form .twoOptionFormFieldBlock, .form_ms-dynamics form .optionSetFormFieldBlock, .form_ms-dynamics form .multiOptionSetFormFieldBlock, .form_ms-dynamics form .lookupFormFieldBlock {
  gap: 4px !important; }

.form_ms-dynamics form .phoneFormFieldBlock input,
.form_ms-dynamics form .textFormFieldBlock input,
.form_ms-dynamics form input[type="email"] {
  padding-top: 12px;
  padding-bottom: 12px; }

.form_ms-dynamics form .textFormFieldBlock textarea {
  background-color: #f6f8fa;
  border: none !important;
  padding: 14px !important; }

.form_ms-dynamics form table.containerWrapper.tbContainer.multi > tbody > tr > th.columnContainer:first-child .textFormFieldBlock {
  padding-right: 10px !important; }

.form_ms-dynamics form table.containerWrapper.tbContainer.multi > tbody > tr > th.columnContainer:last-child .textFormFieldBlock {
  padding-left: 10px !important; }

.form_ms-dynamics form .phoneFormFieldBlock .phoneCountryCode {
  border: 0 !important; }

.form_ms-dynamics form .optionSetFormFieldBlock,
.form_ms-dynamics form .textFormFieldBlock {
  padding: 0 !important; }

.form_ms-dynamics form p {
  text-transform: capitalize !important;
  color: #323130; }
