﻿@import url("iconfont.css");
/* @import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"); */
@font-face {
  font-family: "Beatrice";
  src: url("../font/Beatrice-Bold.6f0596f0.woff2") format("woff2"),
    url("../font/Beatrice-Bold.0d03b350.woff") format("woff"),
    url("../font/Beatrice-Bold.4817a85b.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eina01";
  src: url("../font/Eina01-Regular.3f9b787a.woff2") format("woff2"),
    url("../font/Eina01-Regular.9e67f028.woff") format("woff"),
    url("../font/Eina01-Regular.a60d95c5.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eina01";
  src: url("../font/Eina01-SemiBold.de2cb085.woff2") format("woff2"),
    url("../font/Eina01-SemiBold.94282384.woff") format("woff"),
    url("../font/Eina01-SemiBold.0a583aba.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Eina01";
  src: url("../font/Eina01-Bold.547eac90.woff2") format("woff2"),
    url("../font/Eina01-Bold.d9a6cc36.woff") format("woff"),
    url("../font/Eina01-Bold.4d7862a8.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mona Sans Medium;
  src: url("https://framerusercontent.com/assets/4Zga0emYtbZblaMayE9VWpBDxI.woff2");
  font-display: swap;
}

@font-face {
  font-family: Mona Sans SemiBold;
  src: url("https://framerusercontent.com/assets/ZAUbc8xbKPk99F7t1ht6xcYkSw.woff2");
  font-display: swap;
}

@font-face {
  font-family: Mona Sans Regular;
  src: url("https://framerusercontent.com/assets/4AiChcNEwGP4aaixSZNV3E3zs4.woff2");
  font-display: swap;
}

@font-face {
  font-family: Mona Sans Bold;
  src: url("https://framerusercontent.com/assets/UHRGx3lq4X9LgvdpP3bV9Yvxrs.woff2");
  font-display: swap;
}

:root {
  --bs-blue: #307fe2;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #f8d8d3;
  --bs-red: #e84444;
  --bs-orange: #ff830b;
  --bs-yellow: #ffef89;
  --bs-green: #00aa45;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #666;
  --bs-gray-dark: #343a40;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-font-sans-serif: "Eina01", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

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

:root {
  --heroBgColor: #1d1f1e;
  --heroTextColor: #000000;
}

:root {
  --scale: 1;
}

@media (min-width: 1500px) {
  :root {
    --scale: 1.1;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  :root {
    --scale: 0.9;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  :root {
    --scale: 0.8;
  }
}

@media (max-width: 575.98px) {
  :root {
    --scale: 0.7;
  }
}

html {
  height: 100%;
  font-family: sans-serif;
  line-height: 1.4;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body.wp-front,
.editor-styles-wrapper [data-block] {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Eina01", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}

@media (max-width: 767px) {
  body.wp-front,
  .editor-styles-wrapper [data-block] {
    width: 100vw;
    overflow: hidden;
    overflow-y: auto;
  }
}

body.wp-front.no-scroll,
.editor-styles-wrapper [data-block].no-scroll {
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  body.wp-front.partner-strategy-packs .app-wrapper,
  body.wp-front.partner-strategy-packs .app-main,
  body.wp-front.pricing .app-wrapper,
  body.wp-front.pricing .app-main,
  .editor-styles-wrapper [data-block].partner-strategy-packs .app-wrapper,
  .editor-styles-wrapper [data-block].partner-strategy-packs .app-main,
  .editor-styles-wrapper [data-block].pricing .app-wrapper,
  .editor-styles-wrapper [data-block].pricing .app-main {
    overflow: visible !important;
  }
}

.editor-styles-wrapper [data-block] {
  color: inherit;
  background-color: inherit;
}

.editor-styles-wrapper .block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 0;
}

.dropdown-menu.depth_0.show {
  padding: 0px 20px 20px 20px;
}

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

body > .app-wrapper {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.app-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.app-wrapper .app-main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

block {
  display: block;
}

.container {
  max-width: 1200px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .logos {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logos > div {
    width: calc(50.33333% - 30px) !important;
    min-width: calc(50.33333% - 30px) !important;
    max-width: calc(50.33333% - 30px) !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 0px !important;
    flex: 1 0 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .logos {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logos > div {
    width: calc(33.33333% - 30px) !important;
    min-width: calc(33.33333% - 30px) !important;
    max-width: calc(33.33333% - 30px) !important;
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 0px !important;
    flex: 1 0 0 !important;
    margin-bottom: 0 !important;
  }
}

.logos .wp-block-image {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card {
  border-radius: 20px;
  background-color: #fff;
  padding: calc(50px * var(--scale));
}

.components-flex.components-select-control {
  height: auto !important;
}

body.get-started .get-started_section {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

body.get-started .get-started_section > .container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

body.get-started .get-started_section > .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("https://www.justuno.com/wp-content/themes/justuno-theme/assets/svg/pattern1.svg"); */
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 150px;
  left: 50px;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 767px) {
  body.get-started .get-started_section > .container:before {
    display: none;
  }
}

body.get-started .get-started_section > .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("https://www.justuno.com/wp-content/themes/justuno-theme/assets/svg/pattern2.svg"); */
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 100px;
  right: 50px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

@media (max-width: 767px) {
  body.get-started .get-started_section > .container:after {
    display: none;
  }
}

body.get-started .signup-card {
  position: relative;
}

body.get-started .signup-card:after {
  content: "";
  display: block;
  width: 171px;
  height: 216px;
  background-image: url("../image/signup-pattern.svg");
  background-size: 171px 216px;
  position: absolute;
  bottom: -85px;
  left: -84px;
}

.wp-block {
  max-width: 1200px;
}

.editor-styles-wrapper {
  padding-top: 1px !important;
  padding-right: 25px !important;
  padding-bottom: 5px !important;
  padding-left: 25px !important;
}

.editor-styles-wrapper .wp-block-image {
  margin-bottom: 0;
}

.editor-styles-wrapper .collapse {
  display: block !important;
}

.editor-styles-wrapper
  .pricing-compare_card2
  .wp-block-group
  .wp-block-group__inner-container
  > p,
.editor-styles-wrapper
  .pricing-compare_card3
  .wp-block-group
  .wp-block-group__inner-container
  > p {
  display: block !important;
}

.editor-styles-wrapper
  .onboarding-services_options2
  .wp-block-group
  .wp-block-group__inner-container
  > p,
.editor-styles-wrapper
  .onboarding-services_options3
  .wp-block-group
  .wp-block-group__inner-container
  > p {
  display: block !important;
}

.editor-styles-wrapper .wp-block-button.is-style-arrow > div {
  padding-right: 60px !important;
  position: relative;
}

.editor-styles-wrapper .wp-block-button.is-style-arrow > div:after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  /* background-image: url("../svg/arrow-right.svg"); */
  background-size: 18px 16px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: 23px;
  left: auto !important;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.editor-styles-wrapper .wp-block-button.is-style-arrow > div:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.editor-styles-wrapper
  .wp-block-button.is-style-arrow
  > div.has-off-black-color:after {
  /* background-image: url("../svg/arrow-right-black.svg") */
}

.editor-post-title {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.editor-post-title .editor-post-title__input {
  border-width: 1px 0 !important;
  font-size: 2.44em !important;
  border-bottom: 1px solid #e0e0e0 !important;
  padding-top: 0 !important;
}

.edit-post-layout__metaboxes:not(:empty) {
  padding: 20px 0 !important;
}

.editor-url-input.in-inspector input {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 28px;
}

.block-vertical-spacer.edit {
  background-color: rgba(0, 0, 0, 0.02);
}

.components-custom-select-control__item {
  font-size: 14px !important;
  line-height: 14px !important;
}

.components-base-control {
  width: 100%;
}

.searchBox {
  width: 100%;
}

.block-editor-rich-text__editable [data-rich-text-placeholder]:after {
  opacity: 0.25;
}

.block-editor-warning__action .components-button.is-primary {
  background: var(--wp-admin-theme-color);
}

@media (min-width: 600px) {
  .block-editor-block-list__block .block-editor-url-input input[type="text"],
  .block-editor-url-input input[type="text"],
  .components-popover .block-editor-url-input input[type="text"] {
    width: 100%;
  }
}

.block-editor-page.post-type-article .editor-styles-wrapper,
.block-editor-page.post-type-post .editor-styles-wrapper,
.block-editor-page.post-type-academy .editor-styles-wrapper {
  max-width: 840px !important;
  margin: 0 auto;
}

.block-editor-page.post-type-article .editor-styles-wrapper h1,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front .h1,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h1,
.block-editor-page.post-type-article .editor-styles-wrapper h2,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front .h2,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h2,
.block-editor-page.post-type-article .editor-styles-wrapper h3,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front .h3,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h3,
.block-editor-page.post-type-article .editor-styles-wrapper h4,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front .h4,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h4,
.block-editor-page.post-type-article .editor-styles-wrapper h5,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front .h5,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h5,
.block-editor-page.post-type-article .editor-styles-wrapper h6,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front .h6,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h6,
.block-editor-page.post-type-post .editor-styles-wrapper h1,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front .h1,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h1,
.block-editor-page.post-type-post .editor-styles-wrapper h2,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front .h2,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h2,
.block-editor-page.post-type-post .editor-styles-wrapper h3,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front .h3,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h3,
.block-editor-page.post-type-post .editor-styles-wrapper h4,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front .h4,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h4,
.block-editor-page.post-type-post .editor-styles-wrapper h5,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front .h5,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h5,
.block-editor-page.post-type-post .editor-styles-wrapper h6,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front .h6,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h6,
.block-editor-page.post-type-academy .editor-styles-wrapper h1,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front .h1,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h1,
.block-editor-page.post-type-academy .editor-styles-wrapper h2,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front .h2,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h2,
.block-editor-page.post-type-academy .editor-styles-wrapper h3,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front .h3,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h3,
.block-editor-page.post-type-academy .editor-styles-wrapper h4,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front .h4,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h4,
.block-editor-page.post-type-academy .editor-styles-wrapper h5,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front .h5,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h5,
.block-editor-page.post-type-academy .editor-styles-wrapper h6,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front .h6,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h6 {
  margin-bottom: 20px;
}

.block-editor-page.post-type-article .editor-styles-wrapper * + h1,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front * + .h1,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h1,
.block-editor-page.post-type-article .editor-styles-wrapper * + h2,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front * + .h2,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h2,
.block-editor-page.post-type-article .editor-styles-wrapper * + h3,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front * + .h3,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h3,
.block-editor-page.post-type-article .editor-styles-wrapper * + h4,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front * + .h4,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h4,
.block-editor-page.post-type-article .editor-styles-wrapper * + h5,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front * + .h5,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h5,
.block-editor-page.post-type-article .editor-styles-wrapper * + h6,
.block-editor-page.post-type-article .editor-styles-wrapper .wp-front * + .h6,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h6,
.block-editor-page.post-type-post .editor-styles-wrapper * + h1,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front * + .h1,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h1,
.block-editor-page.post-type-post .editor-styles-wrapper * + h2,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front * + .h2,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h2,
.block-editor-page.post-type-post .editor-styles-wrapper * + h3,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front * + .h3,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h3,
.block-editor-page.post-type-post .editor-styles-wrapper * + h4,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front * + .h4,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h4,
.block-editor-page.post-type-post .editor-styles-wrapper * + h5,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front * + .h5,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h5,
.block-editor-page.post-type-post .editor-styles-wrapper * + h6,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-front * + .h6,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h6,
.block-editor-page.post-type-academy .editor-styles-wrapper * + h1,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front * + .h1,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h1,
.block-editor-page.post-type-academy .editor-styles-wrapper * + h2,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front * + .h2,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h2,
.block-editor-page.post-type-academy .editor-styles-wrapper * + h3,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front * + .h3,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h3,
.block-editor-page.post-type-academy .editor-styles-wrapper * + h4,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front * + .h4,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h4,
.block-editor-page.post-type-academy .editor-styles-wrapper * + h5,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front * + .h5,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h5,
.block-editor-page.post-type-academy .editor-styles-wrapper * + h6,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-front * + .h6,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h6 {
  margin-top: calc(60px * var(--scale));
}

.block-editor-page.post-type-article .editor-styles-wrapper p,
.block-editor-page.post-type-post .editor-styles-wrapper p,
.block-editor-page.post-type-academy .editor-styles-wrapper p {
  line-height: 1.5;
}

.block-editor-page.post-type-article .editor-styles-wrapper p + p,
.block-editor-page.post-type-post .editor-styles-wrapper p + p,
.block-editor-page.post-type-academy .editor-styles-wrapper p + p {
  margin-top: calc(40px * var(--scale));
}

.block-editor-page.post-type-article .editor-styles-wrapper p > img,
.block-editor-page.post-type-post .editor-styles-wrapper p > img,
.block-editor-page.post-type-academy .editor-styles-wrapper p > img {
  margin-right: 0;
}

.block-editor-page.post-type-article .editor-styles-wrapper a:not(.btn),
.block-editor-page.post-type-post .editor-styles-wrapper a:not(.btn),
.block-editor-page.post-type-academy .editor-styles-wrapper a:not(.btn) {
  color: #00aa45;
}

.block-editor-page.post-type-article .editor-styles-wrapper .wp-block-image,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-block-image,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-block-image {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale)) !important;
  text-align: center;
}

.block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-image
  figcaption,
.block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-image
  figcaption,
.block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-image
  figcaption {
  margin-top: 20px;
  color: #5b6264;
}

.block-editor-page.post-type-article .editor-styles-wrapper figure,
.block-editor-page.post-type-post .editor-styles-wrapper figure,
.block-editor-page.post-type-academy .editor-styles-wrapper figure {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale)) !important;
}

.block-editor-page.post-type-article .editor-styles-wrapper img,
.block-editor-page.post-type-post .editor-styles-wrapper img,
.block-editor-page.post-type-academy .editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
}

.block-editor-page.post-type-article .editor-styles-wrapper iframe,
.block-editor-page.post-type-post .editor-styles-wrapper iframe,
.block-editor-page.post-type-academy .editor-styles-wrapper iframe {
  max-width: 870px;
  max-height: 500px;
}

.block-editor-page.post-type-article .editor-styles-wrapper br + img,
.block-editor-page.post-type-post .editor-styles-wrapper br + img,
.block-editor-page.post-type-academy .editor-styles-wrapper br + img {
  margin-top: 0;
}

.block-editor-page.post-type-article .editor-styles-wrapper ol,
.block-editor-page.post-type-post .editor-styles-wrapper ol,
.block-editor-page.post-type-academy .editor-styles-wrapper ol {
  margin-top: calc(40px * var(--scale));
  margin-bottom: calc(40px * var(--scale));
  padding-left: 20px;
}

.block-editor-page.post-type-article .editor-styles-wrapper ul,
.block-editor-page.post-type-post .editor-styles-wrapper ul,
.block-editor-page.post-type-academy .editor-styles-wrapper ul {
  margin-top: calc(40px * var(--scale));
  margin-bottom: calc(40px * var(--scale));
}

.block-editor-page.post-type-article
  .editor-styles-wrapper
  ul
  li:not(:last-child),
.block-editor-page.post-type-post .editor-styles-wrapper ul li:not(:last-child),
.block-editor-page.post-type-academy
  .editor-styles-wrapper
  ul
  li:not(:last-child) {
  margin-bottom: 20px;
}

.block-editor-page.post-type-article .editor-styles-wrapper .wp-block-quote,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-block-quote,
.block-editor-page.post-type-academy .editor-styles-wrapper .wp-block-quote {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale));
  position: relative;
}

.block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-quote:before,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-block-quote:before,
.block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-quote:before {
  content: "";
  display: block;
  width: 41px;
  height: 32px;
  margin-bottom: 30px;
  /* background-image: url("../svg/quote.svg"); */
  background-size: 41px 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.block-editor-page.post-type-article .editor-styles-wrapper .wp-block-quote > p,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-block-quote > p,
.block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-quote
  > p {
  /* font-weight: bold; */
  font-weight: 400;
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  font-size: calc(28px * var(--scale));
  letter-spacing: 0px;
  line-height: 1.29;
}

.block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-quote
  cite,
.block-editor-page.post-type-post .editor-styles-wrapper .wp-block-quote cite,
.block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-quote
  cite {
  margin-top: 30px;
  display: block;
  font-style: normal;
  font-size: 1.125rem;
}

.block-editor-page .pricing-header {
  position: static !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  margin-bottom: 0 !important;
}

.wp-front :root {
  --bs-blue: #307fe2;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #f8d8d3;
  --bs-red: #e84444;
  --bs-orange: #ff830b;
  --bs-yellow: #ffef89;
  --bs-green: #00aa45;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #666;
  --bs-gray-dark: #343a40;
  --bs-white: #fff;
  --bs-black: #000;
  --bs-font-sans-serif: "Eina01", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}

.wp-front *,
.wp-front *::before,
.wp-front *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  .wp-front :root {
    scroll-behavior: smooth;
  }
}

.wp-front body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.wp-front hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

.wp-front hr:not([size]) {
  height: 1px;
}

.wp-front h1,
.wp-front .h1,
.wp-front h2,
.wp-front .h2,
.wp-front h3,
.wp-front .h3,
.wp-front h4,
.wp-front .h4,
.wp-front h5,
.wp-front .h5,
.wp-front h6,
.wp-front .h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

.wp-front h1,
.wp-front .h1 {
  font-size: calc(72px * var(--scale));
}

.wp-front h2,
.wp-front .h2 {
  font-size: calc(64px * var(--scale));
}

.wp-front h3,
.wp-front .h3 {
  font-size: calc(48px * var(--scale));
}

.wp-front h4,
.wp-front .h4 {
  font-size: calc(36px * var(--scale));
}

.wp-front h5,
.wp-front .h5 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .wp-front h5,
  .wp-front .h5 {
    font-size: 1.75rem;
  }
}

.wp-front h6,
.wp-front .h6 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .wp-front h6,
  .wp-front .h6 {
    font-size: 1.5rem;
  }
}

.wp-front p {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-front abbr[title],
.wp-front abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.wp-front address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

.wp-front ol,
.wp-front ul {
  padding-left: 2rem;
}

.wp-front ol,
.wp-front ul,
.wp-front dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

.wp-front ol ol,
.wp-front ul ul,
.wp-front ol ul,
.wp-front ul ol {
  margin-bottom: 0;
}

.wp-front dt {
  font-weight: 700;
}

.wp-front dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

.wp-front blockquote {
  margin: 0 0 1rem;
}

.wp-front b,
.wp-front strong {
  font-weight: bolder;
}

.wp-front small,
.wp-front .small {
  font-size: 75%;
}

.wp-front mark,
.wp-front .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.wp-front sub,
.wp-front sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

.wp-front sub {
  bottom: -0.25em;
}

.wp-front sup {
  top: -0.5em;
}

.wp-front a {
  color: #1d1f1e;
  text-decoration: underline;
}

.wp-front a:hover {
  color: #00aa45;
  text-decoration: none;
}

.wp-front a:not([href]):not([class]),
.wp-front a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.wp-front pre,
.wp-front code,
.wp-front kbd,
.wp-front samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

.wp-front pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 75%;
}

.wp-front pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.wp-front code {
  font-size: 75%;
  color: #f8d8d3;
  word-wrap: break-word;
}

a > .wp-front code {
  color: inherit;
}

.wp-front kbd {
  padding: 0.2rem 0.4rem;
  font-size: 75%;
  color: #fff;
  background-color: #212529;
}

.wp-front kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

.wp-front figure {
  margin: 0 0 1rem;
}

.wp-front img,
.wp-front svg {
  vertical-align: middle;
}

.wp-front table {
  caption-side: bottom;
  border-collapse: collapse;
}

.wp-front caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #666;
  text-align: left;
}

.wp-front th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

.wp-front thead,
.wp-front tbody,
.wp-front tfoot,
.wp-front tr,
.wp-front td,
.wp-front th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.wp-front label {
  display: inline-block;
}

.wp-front button {
  border-radius: 0;
}

.wp-front button:focus:not(:focus-visible) {
  outline: 0;
}

.wp-front input,
.wp-front button,
.wp-front select,
.wp-front optgroup,
.wp-front textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.wp-front button,
.wp-front select {
  text-transform: none;
}

.wp-front [role="button"] {
  cursor: pointer;
}

.wp-front select {
  word-wrap: normal;
}

.wp-front select:disabled {
  opacity: 1;
}

.wp-front [list]::-webkit-calendar-picker-indicator {
  display: none;
}

.wp-front button,
.wp-front [type="button"],
.wp-front [type="reset"],
.wp-front [type="submit"] {
  -webkit-appearance: button;
}

.wp-front button:not(:disabled),
.wp-front [type="button"]:not(:disabled),
.wp-front [type="reset"]:not(:disabled),
.wp-front [type="submit"]:not(:disabled) {
  cursor: pointer;
}

.wp-front ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.wp-front textarea {
  resize: vertical;
}

.wp-front fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.wp-front legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  .wp-front legend {
    font-size: 1.5rem;
  }
}

.wp-front legend + * {
  clear: left;
}

.wp-front ::-webkit-datetime-edit-fields-wrapper,
.wp-front ::-webkit-datetime-edit-text,
.wp-front ::-webkit-datetime-edit-minute,
.wp-front ::-webkit-datetime-edit-hour-field,
.wp-front ::-webkit-datetime-edit-day-field,
.wp-front ::-webkit-datetime-edit-month-field,
.wp-front ::-webkit-datetime-edit-year-field {
  padding: 0;
}

.wp-front ::-webkit-inner-spin-button {
  height: auto;
}

.wp-front [type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

.wp-front ::-webkit-search-decoration {
  -webkit-appearance: none;
}

.wp-front ::-webkit-color-swatch-wrapper {
  padding: 0;
}

.wp-front ::-webkit-file-upload-button {
  font: inherit;
}

.wp-front ::file-selector-button {
  font: inherit;
}

.wp-front ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.wp-front output {
  display: inline-block;
}

.wp-front iframe {
  border: 0;
}

.wp-block-embed__wrapper {
  width: 75%;
  height: 100%;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

video {
  border-radius: 12px;
  overflow: hidden;
}

.wp-front summary {
  display: list-item;
  cursor: pointer;
}

.wp-front progress {
  vertical-align: baseline;
}

.wp-front [hidden] {
  display: none !important;
}

.wp-front .lead {
  font-size: calc(1.28125rem + 0.375vw);
  font-weight: 300;
}

@media (min-width: 1200px) {
  .wp-front .lead {
    font-size: 1.5625rem;
  }
}

.wp-front .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .wp-front .display-1 {
    font-size: 5rem;
  }
}

.wp-front .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .wp-front .display-2 {
    font-size: 4.5rem;
  }
}

.wp-front .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .wp-front .display-3 {
    font-size: 4rem;
  }
}

.wp-front .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .wp-front .display-4 {
    font-size: 3.5rem;
  }
}

.wp-front .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .wp-front .display-5 {
    font-size: 3rem;
  }
}

.wp-front .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .wp-front .display-6 {
    font-size: 2.5rem;
  }
}

.wp-front .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.wp-front .list-inline {
  padding-left: 0;
  list-style: none;
}

.wp-front .list-inline-item {
  display: inline-block;
}

.wp-front .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.wp-front .initialism {
  font-size: 75%;
  text-transform: uppercase;
}

.wp-front .blockquote {
  margin-bottom: 1rem;
  font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
  .wp-front .blockquote {
    font-size: 1.5625rem;
  }
}

.wp-front .blockquote > :last-child {
  margin-bottom: 0;
}

.wp-front .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 75%;
  color: #666;
}

.wp-front .blockquote-footer::before {
  content: "\2014\00A0";
}

.wp-front .img-fluid {
  max-width: 100%;
  height: auto;
}

.wp-front .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  max-width: 100%;
  height: auto;
}

.wp-front .figure {
  display: inline-block;
}

.wp-front .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-front .figure-caption {
  font-size: 75%;
  color: #666;
}

.wp-front .container,
.wp-front .container-fluid,
.wp-front .container-sm,
.wp-front .container-md,
.wp-front .container-lg,
.wp-front .container-xl,
.wp-front .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .wp-front .container,
  .wp-front .container-sm {
    max-width: 768px;
  }
}

@media (min-width: 768px) {
  .wp-front .container,
  .wp-front .container-sm,
  .wp-front .container-md {
    max-width: 991px;
  }
}

@media (min-width: 992px) {
  .wp-front .container,
  .wp-front .container-sm,
  .wp-front .container-md,
  .wp-front .container-lg {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {
  .wp-front .container,
  .wp-front .container-sm,
  .wp-front .container-md,
  .wp-front .container-lg,
  .wp-front .container-xl {
    max-width: 1200px;
  }
}

@media (min-width: 1500px) {
  .wp-front .container,
  .wp-front .container-sm,
  .wp-front .container-md,
  .wp-front .container-lg,
  .wp-front .container-xl,
  .wp-front .container-xxl {
    max-width: 1470px;
  }
}

.wp-front .row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.wp-front .row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.wp-front .col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.wp-front .row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.wp-front .row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.wp-front .row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.wp-front .row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.wp-front .row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.wp-front .row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.wp-front .row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

@media (min-width: 576px) {
  .wp-front .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .wp-front .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .wp-front .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 768px) {
  .wp-front .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .wp-front .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .wp-front .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .wp-front .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .wp-front .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .wp-front .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 1200px) {
  .wp-front .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .wp-front .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .wp-front .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

@media (min-width: 1500px) {
  .wp-front .col-xxl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  .wp-front .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }

  .wp-front .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

.wp-front .col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.wp-front .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333%;
}

.wp-front .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66667%;
}

.wp-front .col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.wp-front .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333%;
}

.wp-front .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66667%;
}

.wp-front .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.wp-front .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333%;
}

.wp-front .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%;
}

.wp-front .col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.wp-front .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}

.wp-front .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66667%;
}

.wp-front .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.wp-front .offset-1 {
  margin-left: 8.33333%;
}

.wp-front .offset-2 {
  margin-left: 16.66667%;
}

.wp-front .offset-3 {
  margin-left: 25%;
}

.wp-front .offset-4 {
  margin-left: 33.33333%;
}

.wp-front .offset-5 {
  margin-left: 41.66667%;
}

.wp-front .offset-6 {
  margin-left: 50%;
}

.wp-front .offset-7 {
  margin-left: 58.33333%;
}

.wp-front .offset-8 {
  margin-left: 66.66667%;
}

.wp-front .offset-9 {
  margin-left: 75%;
}

.wp-front .offset-10 {
  margin-left: 83.33333%;
}

.wp-front .offset-11 {
  margin-left: 91.66667%;
}

.wp-front .g-0,
.wp-front .gx-0 {
  --bs-gutter-x: 0;
}

.wp-front .g-0,
.wp-front .gy-0 {
  --bs-gutter-y: 0;
}

.wp-front .g-1,
.wp-front .gx-1 {
  --bs-gutter-x: 0.0625rem;
}

.wp-front .g-1,
.wp-front .gy-1 {
  --bs-gutter-y: 0.0625rem;
}

.wp-front .g-2,
.wp-front .gx-2 {
  --bs-gutter-x: 0.125rem;
}

.wp-front .g-2,
.wp-front .gy-2 {
  --bs-gutter-y: 0.125rem;
}

.wp-front .g-3,
.wp-front .gx-3 {
  --bs-gutter-x: 0.1875rem;
}

.wp-front .g-3,
.wp-front .gy-3 {
  --bs-gutter-y: 0.1875rem;
}

.wp-front .g-4,
.wp-front .gx-4 {
  --bs-gutter-x: 0.25rem;
}

.wp-front .g-4,
.wp-front .gy-4 {
  --bs-gutter-y: 0.25rem;
}

.wp-front .g-5,
.wp-front .gx-5 {
  --bs-gutter-x: 0.3125rem;
}

.wp-front .g-5,
.wp-front .gy-5 {
  --bs-gutter-y: 0.3125rem;
}

.wp-front .g-10,
.wp-front .gx-10 {
  --bs-gutter-x: 0.625rem;
}

.wp-front .g-10,
.wp-front .gy-10 {
  --bs-gutter-y: 0.625rem;
}

.wp-front .g-15,
.wp-front .gx-15 {
  --bs-gutter-x: 0.9375rem;
}

.wp-front .g-15,
.wp-front .gy-15 {
  --bs-gutter-y: 0.9375rem;
}

.wp-front .g-20,
.wp-front .gx-20 {
  --bs-gutter-x: 1.25rem;
}

.wp-front .g-20,
.wp-front .gy-20 {
  --bs-gutter-y: 1.25rem;
}

.wp-front .g-25,
.wp-front .gx-25 {
  --bs-gutter-x: 1.5625rem;
}

.wp-front .g-25,
.wp-front .gy-25 {
  --bs-gutter-y: 1.5625rem;
}

.wp-front .g-30,
.wp-front .gx-30 {
  --bs-gutter-x: 1.875rem;
}

.wp-front .g-30,
.wp-front .gy-30 {
  --bs-gutter-y: 1.875rem;
}

.wp-front .g-35,
.wp-front .gx-35 {
  --bs-gutter-x: 2.1875rem;
}

.wp-front .g-35,
.wp-front .gy-35 {
  --bs-gutter-y: 2.1875rem;
}

.wp-front .g-40,
.wp-front .gx-40 {
  --bs-gutter-x: 2.5rem;
}

.wp-front .g-40,
.wp-front .gy-40 {
  --bs-gutter-y: 2.5rem;
}

.wp-front .g-50,
.wp-front .gx-50 {
  --bs-gutter-x: 3.125rem;
}

.wp-front .g-50,
.wp-front .gy-50 {
  --bs-gutter-y: 3.125rem;
}

.wp-front .g-60,
.wp-front .gx-60 {
  --bs-gutter-x: 3.75rem;
}

.wp-front .g-60,
.wp-front .gy-60 {
  --bs-gutter-y: 3.75rem;
}

.wp-front .g-80,
.wp-front .gx-80 {
  --bs-gutter-x: 5rem;
}

.wp-front .g-80,
.wp-front .gy-80 {
  --bs-gutter-y: 5rem;
}

.wp-front .g-100,
.wp-front .gx-100 {
  --bs-gutter-x: 6.25rem;
}

.wp-front .g-100,
.wp-front .gy-100 {
  --bs-gutter-y: 6.25rem;
}

.wp-front .g-120,
.wp-front .gx-120 {
  --bs-gutter-x: 7.5rem;
}

.wp-front .g-120,
.wp-front .gy-120 {
  --bs-gutter-y: 7.5rem;
}

.wp-front .g-140,
.wp-front .gx-140 {
  --bs-gutter-x: 8.75rem;
}

.wp-front .g-140,
.wp-front .gy-140 {
  --bs-gutter-y: 8.75rem;
}

.wp-front .g-160,
.wp-front .gx-160 {
  --bs-gutter-x: 10rem;
}

.wp-front .g-160,
.wp-front .gy-160 {
  --bs-gutter-y: 10rem;
}

.wp-front .g-180,
.wp-front .gx-180 {
  --bs-gutter-x: 11.25rem;
}

.wp-front .g-180,
.wp-front .gy-180 {
  --bs-gutter-y: 11.25rem;
}

.wp-front .g-200,
.wp-front .gx-200 {
  --bs-gutter-x: 12.5rem;
}

.wp-front .g-200,
.wp-front .gy-200 {
  --bs-gutter-y: 12.5rem;
}

@media (min-width: 576px) {
  .wp-front .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .wp-front .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .wp-front .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .wp-front .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .wp-front .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .wp-front .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .wp-front .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .wp-front .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .wp-front .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .offset-sm-0 {
    margin-left: 0;
  }

  .wp-front .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .wp-front .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .wp-front .offset-sm-3 {
    margin-left: 25%;
  }

  .wp-front .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .wp-front .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .wp-front .offset-sm-6 {
    margin-left: 50%;
  }

  .wp-front .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .wp-front .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .wp-front .offset-sm-9 {
    margin-left: 75%;
  }

  .wp-front .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .wp-front .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .wp-front .g-sm-0,
  .wp-front .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .wp-front .g-sm-0,
  .wp-front .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .wp-front .g-sm-1,
  .wp-front .gx-sm-1 {
    --bs-gutter-x: 0.0625rem;
  }

  .wp-front .g-sm-1,
  .wp-front .gy-sm-1 {
    --bs-gutter-y: 0.0625rem;
  }

  .wp-front .g-sm-2,
  .wp-front .gx-sm-2 {
    --bs-gutter-x: 0.125rem;
  }

  .wp-front .g-sm-2,
  .wp-front .gy-sm-2 {
    --bs-gutter-y: 0.125rem;
  }

  .wp-front .g-sm-3,
  .wp-front .gx-sm-3 {
    --bs-gutter-x: 0.1875rem;
  }

  .wp-front .g-sm-3,
  .wp-front .gy-sm-3 {
    --bs-gutter-y: 0.1875rem;
  }

  .wp-front .g-sm-4,
  .wp-front .gx-sm-4 {
    --bs-gutter-x: 0.25rem;
  }

  .wp-front .g-sm-4,
  .wp-front .gy-sm-4 {
    --bs-gutter-y: 0.25rem;
  }

  .wp-front .g-sm-5,
  .wp-front .gx-sm-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .wp-front .g-sm-5,
  .wp-front .gy-sm-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .wp-front .g-sm-10,
  .wp-front .gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }

  .wp-front .g-sm-10,
  .wp-front .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }

  .wp-front .g-sm-15,
  .wp-front .gx-sm-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .wp-front .g-sm-15,
  .wp-front .gy-sm-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .wp-front .g-sm-20,
  .wp-front .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }

  .wp-front .g-sm-20,
  .wp-front .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }

  .wp-front .g-sm-25,
  .wp-front .gx-sm-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .wp-front .g-sm-25,
  .wp-front .gy-sm-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .wp-front .g-sm-30,
  .wp-front .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }

  .wp-front .g-sm-30,
  .wp-front .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }

  .wp-front .g-sm-35,
  .wp-front .gx-sm-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .wp-front .g-sm-35,
  .wp-front .gy-sm-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .wp-front .g-sm-40,
  .wp-front .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }

  .wp-front .g-sm-40,
  .wp-front .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }

  .wp-front .g-sm-50,
  .wp-front .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }

  .wp-front .g-sm-50,
  .wp-front .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }

  .wp-front .g-sm-60,
  .wp-front .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }

  .wp-front .g-sm-60,
  .wp-front .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }

  .wp-front .g-sm-80,
  .wp-front .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }

  .wp-front .g-sm-80,
  .wp-front .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }

  .wp-front .g-sm-100,
  .wp-front .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }

  .wp-front .g-sm-100,
  .wp-front .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }

  .wp-front .g-sm-120,
  .wp-front .gx-sm-120 {
    --bs-gutter-x: 7.5rem;
  }

  .wp-front .g-sm-120,
  .wp-front .gy-sm-120 {
    --bs-gutter-y: 7.5rem;
  }

  .wp-front .g-sm-140,
  .wp-front .gx-sm-140 {
    --bs-gutter-x: 8.75rem;
  }

  .wp-front .g-sm-140,
  .wp-front .gy-sm-140 {
    --bs-gutter-y: 8.75rem;
  }

  .wp-front .g-sm-160,
  .wp-front .gx-sm-160 {
    --bs-gutter-x: 10rem;
  }

  .wp-front .g-sm-160,
  .wp-front .gy-sm-160 {
    --bs-gutter-y: 10rem;
  }

  .wp-front .g-sm-180,
  .wp-front .gx-sm-180 {
    --bs-gutter-x: 11.25rem;
  }

  .wp-front .g-sm-180,
  .wp-front .gy-sm-180 {
    --bs-gutter-y: 11.25rem;
  }

  .wp-front .g-sm-200,
  .wp-front .gx-sm-200 {
    --bs-gutter-x: 12.5rem;
  }

  .wp-front .g-sm-200,
  .wp-front .gy-sm-200 {
    --bs-gutter-y: 12.5rem;
  }
}

@media (min-width: 768px) {
  .wp-front .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .wp-front .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .wp-front .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .wp-front .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .wp-front .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .wp-front .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .wp-front .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .wp-front .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .wp-front .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .offset-md-0 {
    margin-left: 0;
  }

  .wp-front .offset-md-1 {
    margin-left: 8.33333%;
  }

  .wp-front .offset-md-2 {
    margin-left: 16.66667%;
  }

  .wp-front .offset-md-3 {
    margin-left: 25%;
  }

  .wp-front .offset-md-4 {
    margin-left: 33.33333%;
  }

  .wp-front .offset-md-5 {
    margin-left: 41.66667%;
  }

  .wp-front .offset-md-6 {
    margin-left: 50%;
  }

  .wp-front .offset-md-7 {
    margin-left: 58.33333%;
  }

  .wp-front .offset-md-8 {
    margin-left: 66.66667%;
  }

  .wp-front .offset-md-9 {
    margin-left: 75%;
  }

  .wp-front .offset-md-10 {
    margin-left: 83.33333%;
  }

  .wp-front .offset-md-11 {
    margin-left: 91.66667%;
  }

  .wp-front .g-md-0,
  .wp-front .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .wp-front .g-md-0,
  .wp-front .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .wp-front .g-md-1,
  .wp-front .gx-md-1 {
    --bs-gutter-x: 0.0625rem;
  }

  .wp-front .g-md-1,
  .wp-front .gy-md-1 {
    --bs-gutter-y: 0.0625rem;
  }

  .wp-front .g-md-2,
  .wp-front .gx-md-2 {
    --bs-gutter-x: 0.125rem;
  }

  .wp-front .g-md-2,
  .wp-front .gy-md-2 {
    --bs-gutter-y: 0.125rem;
  }

  .wp-front .g-md-3,
  .wp-front .gx-md-3 {
    --bs-gutter-x: 0.1875rem;
  }

  .wp-front .g-md-3,
  .wp-front .gy-md-3 {
    --bs-gutter-y: 0.1875rem;
  }

  .wp-front .g-md-4,
  .wp-front .gx-md-4 {
    --bs-gutter-x: 0.25rem;
  }

  .wp-front .g-md-4,
  .wp-front .gy-md-4 {
    --bs-gutter-y: 0.25rem;
  }

  .wp-front .g-md-5,
  .wp-front .gx-md-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .wp-front .g-md-5,
  .wp-front .gy-md-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .wp-front .g-md-10,
  .wp-front .gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }

  .wp-front .g-md-10,
  .wp-front .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }

  .wp-front .g-md-15,
  .wp-front .gx-md-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .wp-front .g-md-15,
  .wp-front .gy-md-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .wp-front .g-md-20,
  .wp-front .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }

  .wp-front .g-md-20,
  .wp-front .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }

  .wp-front .g-md-25,
  .wp-front .gx-md-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .wp-front .g-md-25,
  .wp-front .gy-md-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .wp-front .g-md-30,
  .wp-front .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }

  .wp-front .g-md-30,
  .wp-front .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }

  .wp-front .g-md-35,
  .wp-front .gx-md-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .wp-front .g-md-35,
  .wp-front .gy-md-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .wp-front .g-md-40,
  .wp-front .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }

  .wp-front .g-md-40,
  .wp-front .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }

  .wp-front .g-md-50,
  .wp-front .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }

  .wp-front .g-md-50,
  .wp-front .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }

  .wp-front .g-md-60,
  .wp-front .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }

  .wp-front .g-md-60,
  .wp-front .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }

  .wp-front .g-md-80,
  .wp-front .gx-md-80 {
    --bs-gutter-x: 5rem;
  }

  .wp-front .g-md-80,
  .wp-front .gy-md-80 {
    --bs-gutter-y: 5rem;
  }

  .wp-front .g-md-100,
  .wp-front .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }

  .wp-front .g-md-100,
  .wp-front .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }

  .wp-front .g-md-120,
  .wp-front .gx-md-120 {
    --bs-gutter-x: 7.5rem;
  }

  .wp-front .g-md-120,
  .wp-front .gy-md-120 {
    --bs-gutter-y: 7.5rem;
  }

  .wp-front .g-md-140,
  .wp-front .gx-md-140 {
    --bs-gutter-x: 8.75rem;
  }

  .wp-front .g-md-140,
  .wp-front .gy-md-140 {
    --bs-gutter-y: 8.75rem;
  }

  .wp-front .g-md-160,
  .wp-front .gx-md-160 {
    --bs-gutter-x: 10rem;
  }

  .wp-front .g-md-160,
  .wp-front .gy-md-160 {
    --bs-gutter-y: 10rem;
  }

  .wp-front .g-md-180,
  .wp-front .gx-md-180 {
    --bs-gutter-x: 11.25rem;
  }

  .wp-front .g-md-180,
  .wp-front .gy-md-180 {
    --bs-gutter-y: 11.25rem;
  }

  .wp-front .g-md-200,
  .wp-front .gx-md-200 {
    --bs-gutter-x: 12.5rem;
  }

  .wp-front .g-md-200,
  .wp-front .gy-md-200 {
    --bs-gutter-y: 12.5rem;
  }
}

@media (min-width: 992px) {
  .wp-front .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .wp-front .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .wp-front .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .wp-front .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .wp-front .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .wp-front .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .wp-front .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .wp-front .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .wp-front .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .offset-lg-0 {
    margin-left: 0;
  }

  .wp-front .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .wp-front .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .wp-front .offset-lg-3 {
    margin-left: 25%;
  }

  .wp-front .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .wp-front .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .wp-front .offset-lg-6 {
    margin-left: 50%;
  }

  .wp-front .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .wp-front .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .wp-front .offset-lg-9 {
    margin-left: 75%;
  }

  .wp-front .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .wp-front .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .wp-front .g-lg-0,
  .wp-front .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .wp-front .g-lg-0,
  .wp-front .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .wp-front .g-lg-1,
  .wp-front .gx-lg-1 {
    --bs-gutter-x: 0.0625rem;
  }

  .wp-front .g-lg-1,
  .wp-front .gy-lg-1 {
    --bs-gutter-y: 0.0625rem;
  }

  .wp-front .g-lg-2,
  .wp-front .gx-lg-2 {
    --bs-gutter-x: 0.125rem;
  }

  .wp-front .g-lg-2,
  .wp-front .gy-lg-2 {
    --bs-gutter-y: 0.125rem;
  }

  .wp-front .g-lg-3,
  .wp-front .gx-lg-3 {
    --bs-gutter-x: 0.1875rem;
  }

  .wp-front .g-lg-3,
  .wp-front .gy-lg-3 {
    --bs-gutter-y: 0.1875rem;
  }

  .wp-front .g-lg-4,
  .wp-front .gx-lg-4 {
    --bs-gutter-x: 0.25rem;
  }

  .wp-front .g-lg-4,
  .wp-front .gy-lg-4 {
    --bs-gutter-y: 0.25rem;
  }

  .wp-front .g-lg-5,
  .wp-front .gx-lg-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .wp-front .g-lg-5,
  .wp-front .gy-lg-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .wp-front .g-lg-10,
  .wp-front .gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }

  .wp-front .g-lg-10,
  .wp-front .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }

  .wp-front .g-lg-15,
  .wp-front .gx-lg-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .wp-front .g-lg-15,
  .wp-front .gy-lg-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .wp-front .g-lg-20,
  .wp-front .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }

  .wp-front .g-lg-20,
  .wp-front .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }

  .wp-front .g-lg-25,
  .wp-front .gx-lg-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .wp-front .g-lg-25,
  .wp-front .gy-lg-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .wp-front .g-lg-30,
  .wp-front .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }

  .wp-front .g-lg-30,
  .wp-front .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }

  .wp-front .g-lg-35,
  .wp-front .gx-lg-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .wp-front .g-lg-35,
  .wp-front .gy-lg-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .wp-front .g-lg-40,
  .wp-front .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }

  .wp-front .g-lg-40,
  .wp-front .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }

  .wp-front .g-lg-50,
  .wp-front .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }

  .wp-front .g-lg-50,
  .wp-front .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }

  .wp-front .g-lg-60,
  .wp-front .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }

  .wp-front .g-lg-60,
  .wp-front .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }

  .wp-front .g-lg-80,
  .wp-front .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }

  .wp-front .g-lg-80,
  .wp-front .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }

  .wp-front .g-lg-100,
  .wp-front .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }

  .wp-front .g-lg-100,
  .wp-front .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }

  .wp-front .g-lg-120,
  .wp-front .gx-lg-120 {
    --bs-gutter-x: 7.5rem;
  }

  .wp-front .g-lg-120,
  .wp-front .gy-lg-120 {
    --bs-gutter-y: 7.5rem;
  }

  .wp-front .g-lg-140,
  .wp-front .gx-lg-140 {
    --bs-gutter-x: 8.75rem;
  }

  .wp-front .g-lg-140,
  .wp-front .gy-lg-140 {
    --bs-gutter-y: 8.75rem;
  }

  .wp-front .g-lg-160,
  .wp-front .gx-lg-160 {
    --bs-gutter-x: 10rem;
  }

  .wp-front .g-lg-160,
  .wp-front .gy-lg-160 {
    --bs-gutter-y: 10rem;
  }

  .wp-front .g-lg-180,
  .wp-front .gx-lg-180 {
    --bs-gutter-x: 11.25rem;
  }

  .wp-front .g-lg-180,
  .wp-front .gy-lg-180 {
    --bs-gutter-y: 11.25rem;
  }

  .wp-front .g-lg-200,
  .wp-front .gx-lg-200 {
    --bs-gutter-x: 12.5rem;
  }

  .wp-front .g-lg-200,
  .wp-front .gy-lg-200 {
    --bs-gutter-y: 12.5rem;
  }
}

@media (min-width: 1200px) {
  .wp-front .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .wp-front .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .wp-front .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .wp-front .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .wp-front .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .wp-front .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .wp-front .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .wp-front .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .wp-front .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .offset-xl-0 {
    margin-left: 0;
  }

  .wp-front .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .wp-front .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .wp-front .offset-xl-3 {
    margin-left: 25%;
  }

  .wp-front .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .wp-front .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .wp-front .offset-xl-6 {
    margin-left: 50%;
  }

  .wp-front .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .wp-front .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .wp-front .offset-xl-9 {
    margin-left: 75%;
  }

  .wp-front .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .wp-front .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .wp-front .g-xl-0,
  .wp-front .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .wp-front .g-xl-0,
  .wp-front .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .wp-front .g-xl-1,
  .wp-front .gx-xl-1 {
    --bs-gutter-x: 0.0625rem;
  }

  .wp-front .g-xl-1,
  .wp-front .gy-xl-1 {
    --bs-gutter-y: 0.0625rem;
  }

  .wp-front .g-xl-2,
  .wp-front .gx-xl-2 {
    --bs-gutter-x: 0.125rem;
  }

  .wp-front .g-xl-2,
  .wp-front .gy-xl-2 {
    --bs-gutter-y: 0.125rem;
  }

  .wp-front .g-xl-3,
  .wp-front .gx-xl-3 {
    --bs-gutter-x: 0.1875rem;
  }

  .wp-front .g-xl-3,
  .wp-front .gy-xl-3 {
    --bs-gutter-y: 0.1875rem;
  }

  .wp-front .g-xl-4,
  .wp-front .gx-xl-4 {
    --bs-gutter-x: 0.25rem;
  }

  .wp-front .g-xl-4,
  .wp-front .gy-xl-4 {
    --bs-gutter-y: 0.25rem;
  }

  .wp-front .g-xl-5,
  .wp-front .gx-xl-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .wp-front .g-xl-5,
  .wp-front .gy-xl-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .wp-front .g-xl-10,
  .wp-front .gx-xl-10 {
    --bs-gutter-x: 0.625rem;
  }

  .wp-front .g-xl-10,
  .wp-front .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }

  .wp-front .g-xl-15,
  .wp-front .gx-xl-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .wp-front .g-xl-15,
  .wp-front .gy-xl-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .wp-front .g-xl-20,
  .wp-front .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }

  .wp-front .g-xl-20,
  .wp-front .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }

  .wp-front .g-xl-25,
  .wp-front .gx-xl-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .wp-front .g-xl-25,
  .wp-front .gy-xl-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .wp-front .g-xl-30,
  .wp-front .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }

  .wp-front .g-xl-30,
  .wp-front .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }

  .wp-front .g-xl-35,
  .wp-front .gx-xl-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .wp-front .g-xl-35,
  .wp-front .gy-xl-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .wp-front .g-xl-40,
  .wp-front .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }

  .wp-front .g-xl-40,
  .wp-front .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }

  .wp-front .g-xl-50,
  .wp-front .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }

  .wp-front .g-xl-50,
  .wp-front .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }

  .wp-front .g-xl-60,
  .wp-front .gx-xl-60 {
    --bs-gutter-x: 3.75rem;
  }

  .wp-front .g-xl-60,
  .wp-front .gy-xl-60 {
    --bs-gutter-y: 3.75rem;
  }

  .wp-front .g-xl-80,
  .wp-front .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }

  .wp-front .g-xl-80,
  .wp-front .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }

  .wp-front .g-xl-100,
  .wp-front .gx-xl-100 {
    --bs-gutter-x: 6.25rem;
  }

  .wp-front .g-xl-100,
  .wp-front .gy-xl-100 {
    --bs-gutter-y: 6.25rem;
  }

  .wp-front .g-xl-120,
  .wp-front .gx-xl-120 {
    --bs-gutter-x: 7.5rem;
  }

  .wp-front .g-xl-120,
  .wp-front .gy-xl-120 {
    --bs-gutter-y: 7.5rem;
  }

  .wp-front .g-xl-140,
  .wp-front .gx-xl-140 {
    --bs-gutter-x: 8.75rem;
  }

  .wp-front .g-xl-140,
  .wp-front .gy-xl-140 {
    --bs-gutter-y: 8.75rem;
  }

  .wp-front .g-xl-160,
  .wp-front .gx-xl-160 {
    --bs-gutter-x: 10rem;
  }

  .wp-front .g-xl-160,
  .wp-front .gy-xl-160 {
    --bs-gutter-y: 10rem;
  }

  .wp-front .g-xl-180,
  .wp-front .gx-xl-180 {
    --bs-gutter-x: 11.25rem;
  }

  .wp-front .g-xl-180,
  .wp-front .gy-xl-180 {
    --bs-gutter-y: 11.25rem;
  }

  .wp-front .g-xl-200,
  .wp-front .gx-xl-200 {
    --bs-gutter-x: 12.5rem;
  }

  .wp-front .g-xl-200,
  .wp-front .gy-xl-200 {
    --bs-gutter-y: 12.5rem;
  }
}

@media (min-width: 1500px) {
  .wp-front .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }

  .wp-front .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .wp-front .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .wp-front .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }

  .wp-front .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .wp-front .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .wp-front .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }

  .wp-front .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .wp-front .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .wp-front .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }

  .wp-front .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .wp-front .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .wp-front .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }

  .wp-front .offset-xxl-0 {
    margin-left: 0;
  }

  .wp-front .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .wp-front .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .wp-front .offset-xxl-3 {
    margin-left: 25%;
  }

  .wp-front .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .wp-front .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .wp-front .offset-xxl-6 {
    margin-left: 50%;
  }

  .wp-front .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .wp-front .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .wp-front .offset-xxl-9 {
    margin-left: 75%;
  }

  .wp-front .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .wp-front .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .wp-front .g-xxl-0,
  .wp-front .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .wp-front .g-xxl-0,
  .wp-front .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .wp-front .g-xxl-1,
  .wp-front .gx-xxl-1 {
    --bs-gutter-x: 0.0625rem;
  }

  .wp-front .g-xxl-1,
  .wp-front .gy-xxl-1 {
    --bs-gutter-y: 0.0625rem;
  }

  .wp-front .g-xxl-2,
  .wp-front .gx-xxl-2 {
    --bs-gutter-x: 0.125rem;
  }

  .wp-front .g-xxl-2,
  .wp-front .gy-xxl-2 {
    --bs-gutter-y: 0.125rem;
  }

  .wp-front .g-xxl-3,
  .wp-front .gx-xxl-3 {
    --bs-gutter-x: 0.1875rem;
  }

  .wp-front .g-xxl-3,
  .wp-front .gy-xxl-3 {
    --bs-gutter-y: 0.1875rem;
  }

  .wp-front .g-xxl-4,
  .wp-front .gx-xxl-4 {
    --bs-gutter-x: 0.25rem;
  }

  .wp-front .g-xxl-4,
  .wp-front .gy-xxl-4 {
    --bs-gutter-y: 0.25rem;
  }

  .wp-front .g-xxl-5,
  .wp-front .gx-xxl-5 {
    --bs-gutter-x: 0.3125rem;
  }

  .wp-front .g-xxl-5,
  .wp-front .gy-xxl-5 {
    --bs-gutter-y: 0.3125rem;
  }

  .wp-front .g-xxl-10,
  .wp-front .gx-xxl-10 {
    --bs-gutter-x: 0.625rem;
  }

  .wp-front .g-xxl-10,
  .wp-front .gy-xxl-10 {
    --bs-gutter-y: 0.625rem;
  }

  .wp-front .g-xxl-15,
  .wp-front .gx-xxl-15 {
    --bs-gutter-x: 0.9375rem;
  }

  .wp-front .g-xxl-15,
  .wp-front .gy-xxl-15 {
    --bs-gutter-y: 0.9375rem;
  }

  .wp-front .g-xxl-20,
  .wp-front .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }

  .wp-front .g-xxl-20,
  .wp-front .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }

  .wp-front .g-xxl-25,
  .wp-front .gx-xxl-25 {
    --bs-gutter-x: 1.5625rem;
  }

  .wp-front .g-xxl-25,
  .wp-front .gy-xxl-25 {
    --bs-gutter-y: 1.5625rem;
  }

  .wp-front .g-xxl-30,
  .wp-front .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }

  .wp-front .g-xxl-30,
  .wp-front .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }

  .wp-front .g-xxl-35,
  .wp-front .gx-xxl-35 {
    --bs-gutter-x: 2.1875rem;
  }

  .wp-front .g-xxl-35,
  .wp-front .gy-xxl-35 {
    --bs-gutter-y: 2.1875rem;
  }

  .wp-front .g-xxl-40,
  .wp-front .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }

  .wp-front .g-xxl-40,
  .wp-front .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }

  .wp-front .g-xxl-50,
  .wp-front .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }

  .wp-front .g-xxl-50,
  .wp-front .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }

  .wp-front .g-xxl-60,
  .wp-front .gx-xxl-60 {
    --bs-gutter-x: 3.75rem;
  }

  .wp-front .g-xxl-60,
  .wp-front .gy-xxl-60 {
    --bs-gutter-y: 3.75rem;
  }

  .wp-front .g-xxl-80,
  .wp-front .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }

  .wp-front .g-xxl-80,
  .wp-front .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }

  .wp-front .g-xxl-100,
  .wp-front .gx-xxl-100 {
    --bs-gutter-x: 6.25rem;
  }

  .wp-front .g-xxl-100,
  .wp-front .gy-xxl-100 {
    --bs-gutter-y: 6.25rem;
  }

  .wp-front .g-xxl-120,
  .wp-front .gx-xxl-120 {
    --bs-gutter-x: 7.5rem;
  }

  .wp-front .g-xxl-120,
  .wp-front .gy-xxl-120 {
    --bs-gutter-y: 7.5rem;
  }

  .wp-front .g-xxl-140,
  .wp-front .gx-xxl-140 {
    --bs-gutter-x: 8.75rem;
  }

  .wp-front .g-xxl-140,
  .wp-front .gy-xxl-140 {
    --bs-gutter-y: 8.75rem;
  }

  .wp-front .g-xxl-160,
  .wp-front .gx-xxl-160 {
    --bs-gutter-x: 10rem;
  }

  .wp-front .g-xxl-160,
  .wp-front .gy-xxl-160 {
    --bs-gutter-y: 10rem;
  }

  .wp-front .g-xxl-180,
  .wp-front .gx-xxl-180 {
    --bs-gutter-x: 11.25rem;
  }

  .wp-front .g-xxl-180,
  .wp-front .gy-xxl-180 {
    --bs-gutter-y: 11.25rem;
  }

  .wp-front .g-xxl-200,
  .wp-front .gx-xxl-200 {
    --bs-gutter-x: 12.5rem;
  }

  .wp-front .g-xxl-200,
  .wp-front .gy-xxl-200 {
    --bs-gutter-y: 12.5rem;
  }
}

.wp-front .table {
  --bs-table-bg: rgba(0, 0, 0, 0);
  --bs-table-accent-bg: rgba(0, 0, 0, 0);
  --bs-table-striped-color: #000;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #000;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #000;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #000;
  vertical-align: top;
  border-color: #000;
}

.wp-front .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.wp-front .table > tbody {
  vertical-align: inherit;
}

.wp-front .table > thead {
  vertical-align: bottom;
}

.wp-front .table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.wp-front .caption-top {
  caption-side: top;
}

.wp-front .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.wp-front .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.wp-front .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.wp-front .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.wp-front .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.wp-front .table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.wp-front .table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.wp-front .table-primary {
  --bs-table-bg: #ccc;
  --bs-table-striped-bg: #c2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdbdbd;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8b8b8;
}

.wp-front .table-secondary {
  --bs-table-bg: #e0e0e0;
  --bs-table-striped-bg: #d5d5d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacaca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfcfcf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cacaca;
}

.wp-front .table-success {
  --bs-table-bg: #cceeda;
  --bs-table-striped-bg: #c2e2cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8d6c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bddcca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8d6c4;
}

.wp-front .table-info {
  --bs-table-bg: #d1ecf1;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd4d9;
}

.wp-front .table-warning {
  --bs-table-bg: #fffce7;
  --bs-table-striped-bg: #f2efdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e3d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece9d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6e3d0;
}

.wp-front .table-danger {
  --bs-table-bg: #fadada;
  --bs-table-striped-bg: #eecfcf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1c4c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7caca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e1c4c4;
}

.wp-front .table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.wp-front .table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.wp-front .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .wp-front .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 767.98px) {
  .wp-front .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 991.98px) {
  .wp-front .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1199.98px) {
  .wp-front .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 1499.98px) {
  .wp-front .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.wp-front .form-label {
  margin-bottom: 0.5rem;
}

.wp-front .col-form-label {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1;
}

.wp-front .col-form-label-lg {
  padding-top: calc(0rem + 1px);
  padding-bottom: calc(0rem + 1px);
  font-size: 1.125rem;
}

.wp-front .col-form-label-sm {
  padding-top: calc(0rem + 1px);
  padding-bottom: calc(0rem + 1px);
  font-size: 0.75rem;
}

.wp-front .form-text {
  margin-top: 0.25rem;
  font-size: 75%;
  color: #666;
}

.wp-front .form-control {
  display: block;
  width: 100%;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .form-control[type="file"] {
  overflow: hidden;
}

.wp-front .form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.wp-front .form-control:focus {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #adb5bd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wp-front .form-control::-webkit-date-and-time-value {
  height: 1em;
}

.wp-front .form-control::-webkit-input-placeholder {
  color: rgba(173, 181, 189, 0.9);
  opacity: 1;
}

.wp-front .form-control::-moz-placeholder {
  color: rgba(173, 181, 189, 0.9);
  opacity: 1;
}

.wp-front .form-control:-ms-input-placeholder {
  color: rgba(173, 181, 189, 0.9);
  opacity: 1;
}

.wp-front .form-control::-ms-input-placeholder {
  color: rgba(173, 181, 189, 0.9);
  opacity: 1;
}

.wp-front .form-control::placeholder {
  color: rgba(173, 181, 189, 0.9);
  opacity: 1;
}

.wp-front .form-control:disabled,
.wp-front .form-control[readonly] {
  background-color: #fff;
  opacity: 1;
}

.wp-front .form-control::-webkit-file-upload-button {
  padding: 0 2rem;
  margin: 0 -2rem;
  -webkit-margin-end: 2rem;
  margin-inline-end: 2rem;
  color: #212529;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.wp-front .form-control::file-selector-button {
  padding: 0 2rem;
  margin: 0 -2rem;
  -webkit-margin-end: 2rem;
  margin-inline-end: 2rem;
  color: #212529;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }

  .wp-front .form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front
  .form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: #ecedee;
}

.wp-front
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #ecedee;
}

.wp-front .form-control::-webkit-file-upload-button {
  padding: 0 2rem;
  margin: 0 -2rem;
  -webkit-margin-end: 2rem;
  margin-inline-end: 2rem;
  color: #212529;
  background-color: #f8f9fa;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}

.wp-front
  .form-control:hover:not(:disabled):not(
    [readonly]
  )::-webkit-file-upload-button {
  background-color: #ecedee;
}

.wp-front .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0 0;
  margin-bottom: 0;
  line-height: 1;
  color: #000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.wp-front .form-control-plaintext.form-control-sm,
.wp-front .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.wp-front .form-control-sm {
  min-height: calc(1em + (0rem + 2px));
  padding: 0rem 0.75rem;
  font-size: 0.75rem;
}

.wp-front .form-control-sm::-webkit-file-upload-button {
  padding: 0rem 0.75rem;
  margin: 0rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}

.wp-front .form-control-sm::file-selector-button {
  padding: 0rem 0.75rem;
  margin: 0rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}

.wp-front .form-control-sm::-webkit-file-upload-button {
  padding: 0rem 0.75rem;
  margin: 0rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
}

.wp-front .form-control-lg {
  min-height: calc(1em + (0rem + 2px));
  padding: 0rem 3rem;
  font-size: 1.125rem;
}

.wp-front .form-control-lg::-webkit-file-upload-button {
  padding: 0rem 3rem;
  margin: 0rem -3rem;
  -webkit-margin-end: 3rem;
  margin-inline-end: 3rem;
}

.wp-front .form-control-lg::file-selector-button {
  padding: 0rem 3rem;
  margin: 0rem -3rem;
  -webkit-margin-end: 3rem;
  margin-inline-end: 3rem;
}

.wp-front .form-control-lg::-webkit-file-upload-button {
  padding: 0rem 3rem;
  margin: 0rem -3rem;
  -webkit-margin-end: 3rem;
  margin-inline-end: 3rem;
}

.wp-front textarea.form-control {
  min-height: 3.75rem;
}

.wp-front textarea.form-control-sm {
  min-height: calc(1em + (0rem + 2px));
}

.wp-front textarea.form-control-lg {
  min-height: calc(1em + (0rem + 2px));
}

.wp-front .form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0;
}

.wp-front .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.wp-front .form-control-color::-moz-color-swatch {
  height: 1em;
}

.wp-front .form-control-color::-webkit-color-swatch {
  height: 1em;
}

.wp-front .form-select {
  display: block;
  width: 100%;
  padding: 0 6rem 0 2rem;
  -moz-padding-start: calc(2rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 2rem center;
  background-size: 16px 12px;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .form-select:focus {
  border-color: #adb5bd;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}

.wp-front .form-select[multiple],
.wp-front .form-select[size]:not([size="1"]) {
  padding-right: 2rem;
  background-image: none;
}

.wp-front .form-select:disabled {
  background-color: #e9ecef;
}

.wp-front .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.wp-front .form-select-sm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 0.75rem;
  font-size: 0.75rem;
}

.wp-front .form-select-lg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 3rem;
  font-size: 1.125rem;
}

.wp-front .form-check {
  display: block;
  min-height: 1.75rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}

.wp-front .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.wp-front .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

.wp-front .form-check-input[type="radio"] {
  border-radius: 50%;
}

.wp-front .form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}

.wp-front .form-check-input:focus {
  border-color: #adb5bd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wp-front .form-check-input:checked {
  background-color: #000;
  border-color: #000;
}

.wp-front .form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.wp-front .form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.wp-front .form-check-input[type="checkbox"]:indeterminate {
  background-color: #000;
  border-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.wp-front .form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}

.wp-front .form-check-input[disabled] ~ .form-check-label,
.wp-front .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.wp-front .form-switch {
  padding-left: 2.5em;
}

.wp-front .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280,0,0,0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  -webkit-transition: background-position 0.15s ease-in-out;
  -o-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-switch .form-check-input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23adb5bd'/%3e%3c/svg%3e");
}

.wp-front .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.wp-front .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.wp-front .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.wp-front .btn-check[disabled] + .btn,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .btn-check[disabled]
  + a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .btn-check[disabled]
  + a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .btn-check[disabled]
  + a,
.wp-front .mobile-nav_bottom .menu li:last-child .btn-check[disabled] + a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .btn-check[disabled]
  + a,
.wp-front .btn-check[disabled] + .btn-sm,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .btn-check[disabled]
  + a,
.wp-front .btn-check[disabled] + .wp-block-button__link,
.wp-front .btn-check:disabled + .btn,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .btn-check:disabled
  + a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .btn-check:disabled
  + a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .btn-check:disabled
  + a,
.wp-front .mobile-nav_bottom .menu li:last-child .btn-check:disabled + a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .btn-check:disabled
  + a,
.wp-front .btn-check:disabled + .btn-sm,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .btn-check:disabled
  + a,
.wp-front .btn-check:disabled + .wp-block-button__link {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}

.wp-front .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wp-front .form-range:focus {
  outline: 0;
}

.wp-front .form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, none;
  box-shadow: 0 0 0 1px #fff, none;
}

.wp-front .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}

.wp-front .form-range::-moz-focus-outer {
  border: 0;
}

.wp-front .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.wp-front .form-range::-webkit-slider-thumb:active {
  background-color: #b3b3b3;
}

.wp-front .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: transparent;
}

.wp-front .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.wp-front .form-range::-moz-range-thumb:active {
  background-color: #b3b3b3;
}

.wp-front .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f2f2f2;
  border-color: transparent;
}

.wp-front .form-range:disabled {
  pointer-events: none;
}

.wp-front .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.wp-front .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.wp-front .form-floating {
  position: relative;
}

.wp-front .form-floating > .form-control,
.wp-front .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.wp-front .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 2rem;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .form-floating > label {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .form-floating > .form-control {
  padding: 1rem 2rem;
}

.wp-front .form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}

.wp-front .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}

.wp-front .form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}

.wp-front .form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}

.wp-front .form-floating > .form-control::placeholder {
  color: transparent;
}

.wp-front .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.wp-front .form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.wp-front .form-floating > .form-control:focus,
.wp-front .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.wp-front .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.wp-front .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.wp-front .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wp-front .form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wp-front .form-floating > .form-control:focus ~ label,
.wp-front .form-floating > .form-control:not(:placeholder-shown) ~ label,
.wp-front .form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  -ms-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wp-front .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.wp-front .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.wp-front .input-group > .form-control,
.wp-front .input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.wp-front .input-group > .form-control:focus,
.wp-front .input-group > .form-select:focus {
  z-index: 3;
}

.wp-front .input-group .btn,
.wp-front
  .input-group
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .input-group
  a,
.wp-front
  .input-group
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .input-group
  a,
.wp-front
  .input-group
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .input-group
  a,
.wp-front .input-group .mobile-nav_bottom .menu li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child .input-group a,
.wp-front
  .input-group
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .input-group
  a,
.wp-front .input-group .btn-sm,
.wp-front .input-group .app-header_right:not(.resources) .menu li:last-child a,
.wp-front .app-header_right:not(.resources) .menu li:last-child .input-group a,
.wp-front .input-group .wp-block-button__link {
  position: relative;
  z-index: 2;
}

.wp-front .input-group .btn:focus,
.wp-front
  .input-group
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a:focus,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .input-group
  a:focus,
.wp-front
  .input-group
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a:focus,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .input-group
  a:focus,
.wp-front
  .input-group
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a:focus,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .input-group
  a:focus,
.wp-front .input-group .mobile-nav_bottom .menu li:last-child a:focus,
.wp-front .mobile-nav_bottom .menu li:last-child .input-group a:focus,
.wp-front
  .input-group
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a:focus,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .input-group
  a:focus,
.wp-front .input-group .btn-sm:focus,
.wp-front
  .input-group
  .app-header_right:not(.resources)
  .menu
  li:last-child
  a:focus,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .input-group
  a:focus,
.wp-front .input-group .wp-block-button__link:focus {
  z-index: 3;
}

.wp-front .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #adb5bd;
  text-align: center;
  white-space: nowrap;
  background-color: #f8f9fa;
  border: 1px solid #000;
}

.wp-front .input-group-lg > .form-control,
.wp-front .input-group-lg > .form-select,
.wp-front .input-group-lg > .input-group-text,
.wp-front .input-group-lg > .btn,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .input-group-lg
  > a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .input-group-lg
  > a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .input-group-lg
  > a,
.wp-front .mobile-nav_bottom .menu li:last-child .input-group-lg > a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .input-group-lg
  > a,
.wp-front .input-group-lg > .btn-sm,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .input-group-lg
  > a,
.wp-front .input-group-lg > .wp-block-button__link {
  padding: 0rem 3rem;
  font-size: 1.125rem;
}

.wp-front .input-group-sm > .form-control,
.wp-front .input-group-sm > .form-select,
.wp-front .input-group-sm > .input-group-text,
.wp-front .input-group-sm > .btn,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .input-group-sm
  > a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .input-group-sm
  > a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .input-group-sm
  > a,
.wp-front .mobile-nav_bottom .menu li:last-child .input-group-sm > a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .input-group-sm
  > a,
.wp-front .input-group-sm > .btn-sm,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .input-group-sm
  > a,
.wp-front .input-group-sm > .wp-block-button__link {
  padding: 0rem 0.75rem;
  font-size: 0.75rem;
}

.wp-front .input-group-lg > .form-select,
.wp-front .input-group-sm > .form-select {
  padding-right: 8rem;
}

.wp-front
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
}

.wp-front .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: #00aa45;
}

.wp-front .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.09375rem;
  color: #000;
  background-color: rgba(0, 170, 69, 0.9);
}

.was-validated .wp-front:valid ~ .valid-feedback,
.was-validated .wp-front:valid ~ .valid-tooltip,
.wp-front.is-valid ~ .valid-feedback,
.wp-front.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .wp-front .form-control:valid,
.wp-front .form-control.is-valid {
  border-color: #00aa45;
  padding-right: 1em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300AA45' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.25em center;
  background-size: 0.5em 0.5em;
}

.was-validated .wp-front .form-control:valid:focus,
.wp-front .form-control.is-valid:focus {
  border-color: #00aa45;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 170, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 170, 69, 0.25);
}

.was-validated .wp-front textarea.form-control:valid,
.wp-front textarea.form-control.is-valid {
  padding-right: 1em;
  background-position: top 0.25em right 0.25em;
}

.was-validated .wp-front .form-select:valid,
.wp-front .form-select.is-valid {
  border-color: #00aa45;
}

.was-validated .wp-front .form-select:valid:not([multiple]):not([size]),
.was-validated .wp-front .form-select:valid:not([multiple])[size="1"],
.wp-front .form-select.is-valid:not([multiple]):not([size]),
.wp-front .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 11rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300AA45' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 2rem center, center right 6rem;
  background-size: 16px 12px, 0.5em 0.5em;
}

.was-validated .wp-front .form-select:valid:focus,
.wp-front .form-select.is-valid:focus {
  border-color: #00aa45;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 170, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 170, 69, 0.25);
}

.was-validated .wp-front .form-check-input:valid,
.wp-front .form-check-input.is-valid {
  border-color: #00aa45;
}

.was-validated .wp-front .form-check-input:valid:checked,
.wp-front .form-check-input.is-valid:checked {
  background-color: #00aa45;
}

.was-validated .wp-front .form-check-input:valid:focus,
.wp-front .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 170, 69, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 170, 69, 0.25);
}

.was-validated .wp-front .form-check-input:valid ~ .form-check-label,
.wp-front .form-check-input.is-valid ~ .form-check-label {
  color: #00aa45;
}

.wp-front .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .wp-front .input-group .form-control:valid,
.wp-front .input-group .form-control.is-valid,
.was-validated .wp-front .input-group .form-select:valid,
.wp-front .input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .wp-front .input-group .form-control:valid:focus,
.wp-front .input-group .form-control.is-valid:focus,
.was-validated .wp-front .input-group .form-select:valid:focus,
.wp-front .input-group .form-select.is-valid:focus {
  z-index: 3;
}

.wp-front .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 75%;
  color: #e84444;
}

.wp-front .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.09375rem;
  color: #000;
  background-color: rgba(232, 68, 68, 0.9);
}

.was-validated .wp-front:invalid ~ .invalid-feedback,
.was-validated .wp-front:invalid ~ .invalid-tooltip,
.wp-front.is-invalid ~ .invalid-feedback,
.wp-front.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .wp-front .form-control:invalid,
.wp-front .form-control.is-invalid {
  border-color: #e84444;
  padding-right: 1em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e84444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e84444' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.25em center;
  background-size: 0.5em 0.5em;
}

.was-validated .wp-front .form-control:invalid:focus,
.wp-front .form-control.is-invalid:focus {
  border-color: #e84444;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(232, 68, 68, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(232, 68, 68, 0.25);
}

.was-validated .wp-front textarea.form-control:invalid,
.wp-front textarea.form-control.is-invalid {
  padding-right: 1em;
  background-position: top 0.25em right 0.25em;
}

.was-validated .wp-front .form-select:invalid,
.wp-front .form-select.is-invalid {
  border-color: #e84444;
}

.was-validated .wp-front .form-select:invalid:not([multiple]):not([size]),
.was-validated .wp-front .form-select:invalid:not([multiple])[size="1"],
.wp-front .form-select.is-invalid:not([multiple]):not([size]),
.wp-front .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 11rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e84444'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e84444' stroke='none'/%3e%3c/svg%3e");
  background-position: right 2rem center, center right 6rem;
  background-size: 16px 12px, 0.5em 0.5em;
}

.was-validated .wp-front .form-select:invalid:focus,
.wp-front .form-select.is-invalid:focus {
  border-color: #e84444;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(232, 68, 68, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(232, 68, 68, 0.25);
}

.was-validated .wp-front .form-check-input:invalid,
.wp-front .form-check-input.is-invalid {
  border-color: #e84444;
}

.was-validated .wp-front .form-check-input:invalid:checked,
.wp-front .form-check-input.is-invalid:checked {
  background-color: #e84444;
}

.was-validated .wp-front .form-check-input:invalid:focus,
.wp-front .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(232, 68, 68, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(232, 68, 68, 0.25);
}

.was-validated .wp-front .form-check-input:invalid ~ .form-check-label,
.wp-front .form-check-input.is-invalid ~ .form-check-label {
  color: #e84444;
}

.wp-front .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .wp-front .input-group .form-control:invalid,
.wp-front .input-group .form-control.is-invalid,
.was-validated .wp-front .input-group .form-select:invalid,
.wp-front .input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .wp-front .input-group .form-control:invalid:focus,
.wp-front .input-group .form-control.is-invalid:focus,
.was-validated .wp-front .input-group .form-select:invalid:focus,
.wp-front .input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.wp-front .fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .fade:not(.show) {
  opacity: 0;
}

.wp-front .collapse:not(.show) {
  display: none;
}

.wp-front .collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .dropup,
.wp-front .dropend,
.wp-front .dropdown,
.wp-front .dropstart {
  position: relative;
}

.wp-front .dropdown-toggle {
  white-space: nowrap;
}

.wp-front .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1.25rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #000;
}

.wp-front .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.wp-front .dropdown-menu-start {
  --bs-position: start;
}

.wp-front .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.wp-front .dropdown-menu-end {
  --bs-position: end;
}

.wp-front .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .wp-front .dropdown-menu-sm-start {
    --bs-position: start;
  }

  .wp-front .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .wp-front .dropdown-menu-sm-end {
    --bs-position: end;
  }

  .wp-front .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .wp-front .dropdown-menu-md-start {
    --bs-position: start;
  }

  .wp-front .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .wp-front .dropdown-menu-md-end {
    --bs-position: end;
  }

  .wp-front .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .wp-front .dropdown-menu-lg-start {
    --bs-position: start;
  }

  .wp-front .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .wp-front .dropdown-menu-lg-end {
    --bs-position: end;
  }

  .wp-front .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .wp-front .dropdown-menu-xl-start {
    --bs-position: start;
  }

  .wp-front .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .wp-front .dropdown-menu-xl-end {
    --bs-position: end;
  }

  .wp-front .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1500px) {
  .wp-front .dropdown-menu-xxl-start {
    --bs-position: start;
  }

  .wp-front .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .wp-front .dropdown-menu-xxl-end {
    --bs-position: end;
  }

  .wp-front .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}

.wp-front .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.wp-front .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.wp-front .dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.wp-front .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.wp-front .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.wp-front .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #000;
}

.wp-front .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.wp-front .dropdown-item:hover,
.wp-front .dropdown-item:focus {
  color: #307fe2;
  background-color: #fff;
}

.wp-front .dropdown-item.active,
.wp-front .dropdown-item:active {
  color: #307fe2;
  text-decoration: none;
  background-color: #000;
}

.wp-front .dropdown-item.disabled,
.wp-front .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.wp-front .dropdown-menu.show {
  display: block;
}

.wp-front .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1.09375rem;
  color: #666;
  white-space: nowrap;
}

.wp-front .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.wp-front .dropdown-menu-dark {
  color: #f2f2f2;
  background-color: #343a40;
  border-color: #000;
}

.wp-front .dropdown-menu-dark .dropdown-item {
  color: #f2f2f2;
}

.wp-front .dropdown-menu-dark .dropdown-item:hover,
.wp-front .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.wp-front .dropdown-menu-dark .dropdown-item.active,
.wp-front .dropdown-menu-dark .dropdown-item:active {
  color: #307fe2;
  background-color: #000;
}

.wp-front .dropdown-menu-dark .dropdown-item.disabled,
.wp-front .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}

.wp-front .dropdown-menu-dark .dropdown-divider {
  border-color: #000;
}

.wp-front .dropdown-menu-dark .dropdown-item-text {
  color: #f2f2f2;
}

.wp-front .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.wp-front .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.wp-front .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #1d1f1e;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .nav-link:hover,
.wp-front .nav-link:focus {
  color: #00aa45;
}

.wp-front .nav-link.disabled {
  color: #666;
  pointer-events: none;
  cursor: default;
}

.wp-front .nav-tabs {
  border-bottom: 1px solid #f2f2f2;
}

.wp-front .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}

.wp-front .nav-tabs .nav-link:hover,
.wp-front .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #f2f2f2;
  isolation: isolate;
}

.wp-front .nav-tabs .nav-link.disabled {
  color: #666;
  background-color: transparent;
  border-color: transparent;
}

.wp-front .nav-tabs .nav-link.active,
.wp-front .nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #f2f2f2 #f2f2f2 #fff;
}

.wp-front .nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.wp-front .nav-pills .nav-link {
  background: none;
  border: 0;
}

.wp-front .nav-pills .nav-link.active,
.wp-front .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #000;
}

.wp-front .nav-fill > .nav-link,
.wp-front .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.wp-front .nav-justified > .nav-link,
.wp-front .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.wp-front .nav-fill .nav-item .nav-link,
.wp-front .nav-justified .nav-item .nav-link {
  width: 100%;
}

.wp-front .tab-content > .tab-pane {
  display: none;
}

.wp-front .tab-content > .active {
  display: block;
}

.wp-front .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wp-front .navbar > .container,
.wp-front .navbar > .container-fluid,
.wp-front .navbar > .container-sm,
.wp-front .navbar > .container-md,
.wp-front .navbar > .container-lg,
.wp-front .navbar > .container-xl,
.wp-front .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-front .navbar-brand {
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
  margin-right: 1rem;
  font-size: calc(1.28125rem + 0.375vw);
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .wp-front .navbar-brand {
    font-size: 1.5625rem;
  }
}

.wp-front .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.wp-front .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.wp-front .navbar-nav .dropdown-menu {
  position: static;
}

.wp-front .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.wp-front .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: calc(1.28125rem + 0.375vw);
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (min-width: 1200px) {
  .wp-front .navbar-toggler {
    font-size: 1.5625rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .navbar-toggler:hover {
  text-decoration: none;
}

.wp-front .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem;
  box-shadow: 0 0 0 0.25rem;
}

.wp-front .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.wp-front .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .wp-front .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wp-front .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wp-front .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .wp-front .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .wp-front .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  .wp-front .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .wp-front .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (min-width: 768px) {
  .wp-front .navbar-expand-md {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wp-front .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wp-front .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .wp-front .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .wp-front .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  .wp-front .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .wp-front .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .wp-front .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wp-front .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wp-front .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .wp-front .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .wp-front .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  .wp-front .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .wp-front .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1200px) {
  .wp-front .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wp-front .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wp-front .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .wp-front .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .wp-front .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  .wp-front .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .wp-front .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (min-width: 1500px) {
  .wp-front .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .wp-front .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wp-front .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .wp-front .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .wp-front .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  .wp-front .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .wp-front .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.wp-front .navbar-expand {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wp-front .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wp-front .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.wp-front .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.wp-front .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.wp-front .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.wp-front .navbar-expand .navbar-toggler {
  display: none;
}

.wp-front .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.wp-front .navbar-light .navbar-brand:hover,
.wp-front .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.wp-front .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}

.wp-front .navbar-light .navbar-nav .nav-link:hover,
.wp-front .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.wp-front .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.wp-front .navbar-light .navbar-nav .show > .nav-link,
.wp-front .navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.wp-front .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}

.wp-front .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.wp-front .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}

.wp-front .navbar-light .navbar-text a,
.wp-front .navbar-light .navbar-text a:hover,
.wp-front .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.wp-front .navbar-dark .navbar-brand {
  color: #fff;
}

.wp-front .navbar-dark .navbar-brand:hover,
.wp-front .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.wp-front .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}

.wp-front .navbar-dark .navbar-nav .nav-link:hover,
.wp-front .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.wp-front .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.wp-front .navbar-dark .navbar-nav .show > .nav-link,
.wp-front .navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.wp-front .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}

.wp-front .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.wp-front .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}

.wp-front .navbar-dark .navbar-text a,
.wp-front .navbar-dark .navbar-text a:hover,
.wp-front .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.wp-front .accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1.25rem;
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, border-radius 0.15s ease,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .accordion-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e6e6e6;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.wp-front .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wp-front .accordion-button::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .accordion-button::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .accordion-button:hover {
  z-index: 2;
}

.wp-front .accordion-button:focus {
  z-index: 3;
  border-color: #adb5bd;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wp-front .accordion-header {
  margin-bottom: 0;
}

.wp-front .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.wp-front .accordion-item:not(:first-of-type) {
  border-top: 0;
}

.wp-front .accordion-body {
  padding: 1rem 1.25rem;
}

.wp-front .accordion-flush .accordion-collapse {
  border-width: 0;
}

.wp-front .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}

.wp-front .accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.wp-front .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.wp-front .clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.wp-front .link-white {
  color: #fff;
}

.wp-front .link-white:hover,
.wp-front .link-white:focus {
  color: #fff;
}

.wp-front .link-black {
  color: #000;
}

.wp-front .link-black:hover,
.wp-front .link-black:focus {
  color: #000;
}

.wp-front .ratio {
  position: relative;
  width: 100%;
}

.wp-front .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.wp-front .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-front .ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.wp-front .ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.wp-front .ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.wp-front .ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.wp-front .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.wp-front .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.wp-front .sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .wp-front .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .wp-front .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .wp-front .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .wp-front .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1500px) {
  .wp-front .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.wp-front .visually-hidden,
.wp-front .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.wp-front .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.wp-front .align-baseline {
  vertical-align: baseline !important;
}

.wp-front .align-top {
  vertical-align: top !important;
}

.wp-front .align-middle {
  vertical-align: middle !important;
}

.wp-front .align-bottom {
  vertical-align: bottom !important;
}

.wp-front .align-text-bottom {
  vertical-align: text-bottom !important;
}

.wp-front .align-text-top {
  vertical-align: text-top !important;
}

.wp-front .float-start {
  float: left !important;
}

.wp-front .float-end {
  float: right !important;
}

.wp-front .float-none {
  float: none !important;
}

.wp-front .overflow-auto {
  overflow: auto !important;
}

.wp-front .overflow-hidden {
  overflow: hidden !important;
}

.wp-front .overflow-visible {
  overflow: visible !important;
}

.wp-front .overflow-scroll {
  overflow: scroll !important;
}

.wp-front .d-inline {
  display: inline !important;
}

.wp-front .d-inline-block {
  display: inline-block !important;
}

.wp-front .d-block {
  display: block !important;
}

.wp-front .d-grid {
  display: grid !important;
}

.wp-front .d-table {
  display: table !important;
}

.wp-front .d-table-row {
  display: table-row !important;
}

.wp-front .d-table-cell {
  display: table-cell !important;
}

.wp-front .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wp-front .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.wp-front .d-none {
  display: none !important;
}

.wp-front .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.wp-front .shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.wp-front .shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.wp-front .shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wp-front .position-static {
  position: static !important;
}

.wp-front .position-relative {
  position: relative !important;
}

.wp-front .position-absolute {
  position: absolute !important;
}

.wp-front .position-fixed {
  position: fixed !important;
}

.wp-front .position-sticky {
  position: sticky !important;
}

.wp-front .top-0 {
  top: 0 !important;
}

.wp-front .top-50 {
  top: 50% !important;
}

.wp-front .top-100 {
  top: 100% !important;
}

.wp-front .bottom-0 {
  bottom: 0 !important;
}

.wp-front .bottom-50 {
  bottom: 50% !important;
}

.wp-front .bottom-100 {
  bottom: 100% !important;
}

.wp-front .start-0 {
  left: 0 !important;
}

.wp-front .start-50 {
  left: 50% !important;
}

.wp-front .start-100 {
  left: 100% !important;
}

.wp-front .end-0 {
  right: 0 !important;
}

.wp-front .end-50 {
  right: 50% !important;
}

.wp-front .end-100 {
  right: 100% !important;
}

.wp-front .translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}

.wp-front .translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}

.wp-front .translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.wp-front .border {
  border: 1px solid #000 !important;
}

.wp-front .border-0 {
  border: 0 !important;
}

.wp-front .border-top {
  border-top: 1px solid #000 !important;
}

.wp-front .border-top-0 {
  border-top: 0 !important;
}

.wp-front .border-end {
  border-right: 1px solid #000 !important;
}

.wp-front .border-end-0 {
  border-right: 0 !important;
}

.wp-front .border-bottom {
  border-bottom: 1px solid #000 !important;
}

.wp-front .border-bottom-0 {
  border-bottom: 0 !important;
}

.wp-front .border-start {
  border-left: 1px solid #000 !important;
}

.wp-front .border-start-0 {
  border-left: 0 !important;
}

.wp-front .border-white {
  border-color: #fff !important;
}

.wp-front .border-black {
  border-color: #000 !important;
}

.wp-front .border-1 {
  border-width: 1px !important;
}

.wp-front .border-2 {
  border-width: 2px !important;
}

.wp-front .border-3 {
  border-width: 3px !important;
}

.wp-front .border-4 {
  border-width: 4px !important;
}

.wp-front .border-5 {
  border-width: 5px !important;
}

.wp-front .w-25 {
  width: 25% !important;
}

.wp-front .w-50 {
  width: 50% !important;
}

.wp-front .w-75 {
  width: 75% !important;
}

.wp-front .w-100 {
  width: 100% !important;
}

.wp-front .w-auto {
  width: auto !important;
}

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

.wp-front .vw-100 {
  width: 100vw !important;
}

.wp-front .min-vw-100 {
  min-width: 100vw !important;
}

.wp-front .h-25 {
  height: 25% !important;
}

.wp-front .h-50 {
  height: 50% !important;
}

.wp-front .h-75 {
  height: 75% !important;
}

.wp-front .h-100 {
  height: 100% !important;
}

.wp-front .h-auto {
  height: auto !important;
}

.wp-front .mh-100 {
  max-height: 100% !important;
}

.wp-front .vh-100 {
  height: 100vh !important;
}

.wp-front .min-vh-100 {
  min-height: 100vh !important;
}

.wp-front .flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.wp-front .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.wp-front .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.wp-front .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.wp-front .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.wp-front .flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.wp-front .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.wp-front .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.wp-front .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.wp-front .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.wp-front .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.wp-front .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.wp-front .gap-0 {
  gap: 0 !important;
}

.wp-front .gap-1 {
  gap: 0.0625rem !important;
}

.wp-front .gap-2 {
  gap: 0.125rem !important;
}

.wp-front .gap-3 {
  gap: 0.1875rem !important;
}

.wp-front .gap-4 {
  gap: 0.25rem !important;
}

.wp-front .gap-5 {
  gap: 0.3125rem !important;
}

.wp-front .gap-10 {
  gap: 0.625rem !important;
}

.wp-front .gap-15 {
  gap: 0.9375rem !important;
}

.wp-front .gap-20 {
  gap: 1.25rem !important;
}

.wp-front .gap-25 {
  gap: 1.5625rem !important;
}

.wp-front .gap-30 {
  gap: 1.875rem !important;
}

.wp-front .gap-35 {
  gap: 2.1875rem !important;
}

.wp-front .gap-40 {
  gap: 2.5rem !important;
}

.wp-front .gap-50 {
  gap: 3.125rem !important;
}

.wp-front .gap-60 {
  gap: 3.75rem !important;
}

.wp-front .gap-80 {
  gap: 5rem !important;
}

.wp-front .gap-100 {
  gap: 6.25rem !important;
}

.wp-front .gap-120 {
  gap: 7.5rem !important;
}

.wp-front .gap-140 {
  gap: 8.75rem !important;
}

.wp-front .gap-160 {
  gap: 10rem !important;
}

.wp-front .gap-180 {
  gap: 11.25rem !important;
}

.wp-front .gap-200 {
  gap: 12.5rem !important;
}

.wp-front .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.wp-front .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.wp-front .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.wp-front .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.wp-front .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.wp-front .justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.wp-front .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.wp-front .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.wp-front .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.wp-front .align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.wp-front .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.wp-front .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.wp-front .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.wp-front .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.wp-front .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.wp-front .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.wp-front .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.wp-front .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.wp-front .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.wp-front .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.wp-front .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.wp-front .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.wp-front .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.wp-front .order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}

.wp-front .order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}

.wp-front .order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}

.wp-front .order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}

.wp-front .order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}

.wp-front .order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}

.wp-front .order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}

.wp-front .order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}

.wp-front .m-0 {
  margin: 0 !important;
}

.wp-front .m-1 {
  margin: 0.0625rem !important;
}

.wp-front .m-2 {
  margin: 0.125rem !important;
}

.wp-front .m-3 {
  margin: 0.1875rem !important;
}

.wp-front .m-4 {
  margin: 0.25rem !important;
}

.wp-front .m-5 {
  margin: 0.3125rem !important;
}

.wp-front .m-10 {
  margin: 0.625rem !important;
}

.wp-front .m-15 {
  margin: 0.9375rem !important;
}

.wp-front .m-20 {
  margin: 1.25rem !important;
}

.wp-front .m-25 {
  margin: 1.5625rem !important;
}

.wp-front .m-30 {
  margin: 1.875rem !important;
}

.wp-front .m-35 {
  margin: 2.1875rem !important;
}

.wp-front .m-40 {
  margin: 2.5rem !important;
}

.wp-front .m-50 {
  margin: 3.125rem !important;
}

.wp-front .m-60 {
  margin: 3.75rem !important;
}

.wp-front .m-80 {
  margin: 5rem !important;
}

.wp-front .m-100 {
  margin: 6.25rem !important;
}

.wp-front .m-120 {
  margin: 7.5rem !important;
}

.wp-front .m-140 {
  margin: 8.75rem !important;
}

.wp-front .m-160 {
  margin: 10rem !important;
}

.wp-front .m-180 {
  margin: 11.25rem !important;
}

.wp-front .m-200 {
  margin: 12.5rem !important;
}

.wp-front .m-auto {
  margin: auto !important;
}

.wp-front .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wp-front .mx-1 {
  margin-right: 0.0625rem !important;
  margin-left: 0.0625rem !important;
}

.wp-front .mx-2 {
  margin-right: 0.125rem !important;
  margin-left: 0.125rem !important;
}

.wp-front .mx-3 {
  margin-right: 0.1875rem !important;
  margin-left: 0.1875rem !important;
}

.wp-front .mx-4 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.wp-front .mx-5 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}

.wp-front .mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.wp-front .mx-15 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.wp-front .mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.wp-front .mx-25 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important;
}

.wp-front .mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.wp-front .mx-35 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important;
}

.wp-front .mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.wp-front .mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.wp-front .mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.wp-front .mx-80 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.wp-front .mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.wp-front .mx-120 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.wp-front .mx-140 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.wp-front .mx-160 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.wp-front .mx-180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.wp-front .mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.wp-front .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.wp-front .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wp-front .my-1 {
  margin-top: 0.0625rem !important;
  margin-bottom: 0.0625rem !important;
}

.wp-front .my-2 {
  margin-top: 0.125rem !important;
  margin-bottom: 0.125rem !important;
}

.wp-front .my-3 {
  margin-top: 0.1875rem !important;
  margin-bottom: 0.1875rem !important;
}

.wp-front .my-4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.wp-front .my-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.wp-front .my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.wp-front .my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.wp-front .my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.wp-front .my-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.wp-front .my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.wp-front .my-35 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.wp-front .my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.wp-front .my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.wp-front .my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.wp-front .my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.wp-front .my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.wp-front .my-120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.wp-front .my-140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.wp-front .my-160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.wp-front .my-180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.wp-front .my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.wp-front .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.wp-front .mt-0 {
  margin-top: 0 !important;
}

.wp-front .mt-1 {
  margin-top: 0.0625rem !important;
}

.wp-front .mt-2 {
  margin-top: 0.125rem !important;
}

.wp-front .mt-3 {
  margin-top: 0.1875rem !important;
}

.wp-front .mt-4 {
  margin-top: 0.25rem !important;
}

.wp-front .mt-5 {
  margin-top: 0.3125rem !important;
}

.wp-front .mt-10 {
  margin-top: 0.625rem !important;
}

.wp-front .mt-15 {
  margin-top: 0.9375rem !important;
}

.wp-front .mt-20 {
  margin-top: 1.25rem !important;
}

.wp-front .mt-25 {
  margin-top: 1.5625rem !important;
}

.wp-front .mt-30 {
  margin-top: 1.875rem !important;
}

.wp-front .mt-35 {
  margin-top: 2.1875rem !important;
}

.wp-front .mt-40 {
  margin-top: 2.5rem !important;
}

.wp-front .mt-50 {
  margin-top: 3.125rem !important;
}

.wp-front .mt-60 {
  margin-top: 3.75rem !important;
}

.wp-front .mt-80 {
  margin-top: 5rem !important;
}

.wp-front .mt-100 {
  margin-top: 6.25rem !important;
}

.wp-front .mt-120 {
  margin-top: 7.5rem !important;
}

.wp-front .mt-140 {
  margin-top: 8.75rem !important;
}

.wp-front .mt-160 {
  margin-top: 10rem !important;
}

.wp-front .mt-180 {
  margin-top: 11.25rem !important;
}

.wp-front .mt-200 {
  margin-top: 12.5rem !important;
}

.wp-front .mt-auto {
  margin-top: auto !important;
}

.wp-front .me-0 {
  margin-right: 0 !important;
}

.wp-front .me-1 {
  margin-right: 0.0625rem !important;
}

.wp-front .me-2 {
  margin-right: 0.125rem !important;
}

.wp-front .me-3 {
  margin-right: 0.1875rem !important;
}

.wp-front .me-4 {
  margin-right: 0.25rem !important;
}

.wp-front .me-5 {
  margin-right: 0.3125rem !important;
}

.wp-front .me-10 {
  margin-right: 0.625rem !important;
}

.wp-front .me-15 {
  margin-right: 0.9375rem !important;
}

.wp-front .me-20 {
  margin-right: 1.25rem !important;
}

.wp-front .me-25 {
  margin-right: 1.5625rem !important;
}

.wp-front .me-30 {
  margin-right: 1.875rem !important;
}

.wp-front .me-35 {
  margin-right: 2.1875rem !important;
}

.wp-front .me-40 {
  margin-right: 2.5rem !important;
}

.wp-front .me-50 {
  margin-right: 3.125rem !important;
}

.wp-front .me-60 {
  margin-right: 3.75rem !important;
}

.wp-front .me-80 {
  margin-right: 5rem !important;
}

.wp-front .me-100 {
  margin-right: 6.25rem !important;
}

.wp-front .me-120 {
  margin-right: 7.5rem !important;
}

.wp-front .me-140 {
  margin-right: 8.75rem !important;
}

.wp-front .me-160 {
  margin-right: 10rem !important;
}

.wp-front .me-180 {
  margin-right: 11.25rem !important;
}

.wp-front .me-200 {
  margin-right: 12.5rem !important;
}

.wp-front .me-auto {
  margin-right: auto !important;
}

.wp-front .mb-0 {
  margin-bottom: 0 !important;
}

.wp-front .mb-1 {
  margin-bottom: 0.0625rem !important;
}

.wp-front .mb-2 {
  margin-bottom: 0.125rem !important;
}

.wp-front .mb-3 {
  margin-bottom: 0.1875rem !important;
}

.wp-front .mb-4 {
  margin-bottom: 0.25rem !important;
}

.wp-front .mb-5 {
  margin-bottom: 0.3125rem !important;
}

.wp-front .mb-10 {
  margin-bottom: 0.625rem !important;
}

.wp-front .mb-15 {
  margin-bottom: 0.9375rem !important;
}

.wp-front .mb-20 {
  margin-bottom: 1.25rem !important;
}

.wp-front .mb-25 {
  margin-bottom: 1.5625rem !important;
}

.wp-front .mb-30 {
  margin-bottom: 1.875rem !important;
}

.wp-front .mb-35 {
  margin-bottom: 2.1875rem !important;
}

.wp-front .mb-40 {
  margin-bottom: 2.5rem !important;
}

.wp-front .mb-50 {
  margin-bottom: 3.125rem !important;
}

.wp-front .mb-60 {
  margin-bottom: 3.75rem !important;
}

.wp-front .mb-80 {
  margin-bottom: 5rem !important;
}

.wp-front .mb-100 {
  margin-bottom: 6.25rem !important;
}

.wp-front .mb-120 {
  margin-bottom: 7.5rem !important;
}

.wp-front .mb-140 {
  margin-bottom: 8.75rem !important;
}

.wp-front .mb-160 {
  margin-bottom: 10rem !important;
}

.wp-front .mb-180 {
  margin-bottom: 11.25rem !important;
}

.wp-front .mb-200 {
  margin-bottom: 12.5rem !important;
}

.wp-front .mb-auto {
  margin-bottom: auto !important;
}

.wp-front .ms-0 {
  margin-left: 0 !important;
}

.wp-front .ms-1 {
  margin-left: 0.0625rem !important;
}

.wp-front .ms-2 {
  margin-left: 0.125rem !important;
}

.wp-front .ms-3 {
  margin-left: 0.1875rem !important;
}

.wp-front .ms-4 {
  margin-left: 0.25rem !important;
}

.wp-front .ms-5 {
  margin-left: 0.3125rem !important;
}

.wp-front .ms-10 {
  margin-left: 0.625rem !important;
}

.wp-front .ms-15 {
  margin-left: 0.9375rem !important;
}

.wp-front .ms-20 {
  margin-left: 1.25rem !important;
}

.wp-front .ms-25 {
  margin-left: 1.5625rem !important;
}

.wp-front .ms-30 {
  margin-left: 1.875rem !important;
}

.wp-front .ms-35 {
  margin-left: 2.1875rem !important;
}

.wp-front .ms-40 {
  margin-left: 2.5rem !important;
}

.wp-front .ms-50 {
  margin-left: 3.125rem !important;
}

.wp-front .ms-60 {
  margin-left: 3.75rem !important;
}

.wp-front .ms-80 {
  margin-left: 5rem !important;
}

.wp-front .ms-100 {
  margin-left: 6.25rem !important;
}

.wp-front .ms-120 {
  margin-left: 7.5rem !important;
}

.wp-front .ms-140 {
  margin-left: 8.75rem !important;
}

.wp-front .ms-160 {
  margin-left: 10rem !important;
}

.wp-front .ms-180 {
  margin-left: 11.25rem !important;
}

.wp-front .ms-200 {
  margin-left: 12.5rem !important;
}

.wp-front .ms-auto {
  margin-left: auto !important;
}

.wp-front .p-0 {
  padding: 0 !important;
}

.wp-front .p-1 {
  padding: 0.0625rem !important;
}

.wp-front .p-2 {
  padding: 0.125rem !important;
}

.wp-front .p-3 {
  padding: 0.1875rem !important;
}

.wp-front .p-4 {
  padding: 0.25rem !important;
}

.wp-front .p-5 {
  padding: 0.3125rem !important;
}

.wp-front .p-10 {
  padding: 0.625rem !important;
}

.wp-front .p-15 {
  padding: 0.9375rem !important;
}

.wp-front .p-20 {
  padding: 1.25rem !important;
}

.wp-front .p-25 {
  padding: 1.5625rem !important;
}

.wp-front .p-30 {
  padding: 1.875rem !important;
}

.wp-front .p-35 {
  padding: 2.1875rem !important;
}

.wp-front .p-40 {
  padding: 2.5rem !important;
}

.wp-front .p-50 {
  padding: 3.125rem !important;
}

.wp-front .p-60 {
  padding: 3.75rem !important;
}

.wp-front .p-80 {
  padding: 5rem !important;
}

.wp-front .p-100 {
  padding: 6.25rem !important;
}

.wp-front .p-120 {
  padding: 7.5rem !important;
}

.wp-front .p-140 {
  padding: 8.75rem !important;
}

.wp-front .p-160 {
  padding: 10rem !important;
}

.wp-front .p-180 {
  padding: 11.25rem !important;
}

.wp-front .p-200 {
  padding: 12.5rem !important;
}

.wp-front .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.wp-front .px-1 {
  padding-right: 0.0625rem !important;
  padding-left: 0.0625rem !important;
}

.wp-front .px-2 {
  padding-right: 0.125rem !important;
  padding-left: 0.125rem !important;
}

.wp-front .px-3 {
  padding-right: 0.1875rem !important;
  padding-left: 0.1875rem !important;
}

.wp-front .px-4 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.wp-front .px-5 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}

.wp-front .px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.wp-front .px-15 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.wp-front .px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.wp-front .px-25 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important;
}

.wp-front .px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.wp-front .px-35 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important;
}

.wp-front .px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.wp-front .px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.wp-front .px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.wp-front .px-80 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.wp-front .px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.wp-front .px-120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.wp-front .px-140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.wp-front .px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.wp-front .px-180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.wp-front .px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.wp-front .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.wp-front .py-1 {
  padding-top: 0.0625rem !important;
  padding-bottom: 0.0625rem !important;
}

.wp-front .py-2 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}

.wp-front .py-3 {
  padding-top: 0.1875rem !important;
  padding-bottom: 0.1875rem !important;
}

.wp-front .py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.wp-front .py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.wp-front .py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.wp-front .py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.wp-front .py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.wp-front .py-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.wp-front .py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.wp-front .py-35 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.wp-front .py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.wp-front .py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.wp-front .py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.wp-front .py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.wp-front .py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.wp-front .py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.wp-front .py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.wp-front .py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.wp-front .py-180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.wp-front .py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.wp-front .pt-0 {
  padding-top: 0 !important;
}

.wp-front .pt-1 {
  padding-top: 0.0625rem !important;
}

.wp-front .pt-2 {
  padding-top: 0.125rem !important;
}

.wp-front .pt-3 {
  padding-top: 0.1875rem !important;
}

.wp-front .pt-4 {
  padding-top: 0.25rem !important;
}

.wp-front .pt-5 {
  padding-top: 0.3125rem !important;
}

.wp-front .pt-10 {
  padding-top: 0.625rem !important;
}

.wp-front .pt-15 {
  padding-top: 0.9375rem !important;
}

.wp-front .pt-20 {
  padding-top: 1.25rem !important;
}

.wp-front .pt-25 {
  padding-top: 1.5625rem !important;
}

.wp-front .pt-30 {
  padding-top: 1.875rem !important;
}

.wp-front .pt-35 {
  padding-top: 2.1875rem !important;
}

.wp-front .pt-40 {
  padding-top: 2.5rem !important;
}

.wp-front .pt-50 {
  padding-top: 3.125rem !important;
}

.wp-front .pt-60 {
  padding-top: 3.75rem !important;
}

.wp-front .pt-80 {
  padding-top: 5rem !important;
}

.wp-front .pt-100 {
  padding-top: 6.25rem !important;
}

.wp-front .pt-120 {
  padding-top: 7.5rem !important;
}

.wp-front .pt-140 {
  padding-top: 8.75rem !important;
}

.wp-front .pt-160 {
  padding-top: 10rem !important;
}

.wp-front .pt-180 {
  padding-top: 11.25rem !important;
}

.wp-front .pt-200 {
  padding-top: 12.5rem !important;
}

.wp-front .pe-0 {
  padding-right: 0 !important;
}

.wp-front .pe-1 {
  padding-right: 0.0625rem !important;
}

.wp-front .pe-2 {
  padding-right: 0.125rem !important;
}

.wp-front .pe-3 {
  padding-right: 0.1875rem !important;
}

.wp-front .pe-4 {
  padding-right: 0.25rem !important;
}

.wp-front .pe-5 {
  padding-right: 0.3125rem !important;
}

.wp-front .pe-10 {
  padding-right: 0.625rem !important;
}

.wp-front .pe-15 {
  padding-right: 0.9375rem !important;
}

.wp-front .pe-20 {
  padding-right: 1.25rem !important;
}

.wp-front .pe-25 {
  padding-right: 1.5625rem !important;
}

.wp-front .pe-30 {
  padding-right: 1.875rem !important;
}

.wp-front .pe-35 {
  padding-right: 2.1875rem !important;
}

.wp-front .pe-40 {
  padding-right: 2.5rem !important;
}

.wp-front .pe-50 {
  padding-right: 3.125rem !important;
}

.wp-front .pe-60 {
  padding-right: 3.75rem !important;
}

.wp-front .pe-80 {
  padding-right: 5rem !important;
}

.wp-front .pe-100 {
  padding-right: 6.25rem !important;
}

.wp-front .pe-120 {
  padding-right: 7.5rem !important;
}

.wp-front .pe-140 {
  padding-right: 8.75rem !important;
}

.wp-front .pe-160 {
  padding-right: 10rem !important;
}

.wp-front .pe-180 {
  padding-right: 11.25rem !important;
}

.wp-front .pe-200 {
  padding-right: 12.5rem !important;
}

.wp-front .pb-0 {
  padding-bottom: 0 !important;
}

.wp-front .pb-1 {
  padding-bottom: 0.0625rem !important;
}

.wp-front .pb-2 {
  padding-bottom: 0.125rem !important;
}

.wp-front .pb-3 {
  padding-bottom: 0.1875rem !important;
}

.wp-front .pb-4 {
  padding-bottom: 0.25rem !important;
}

.wp-front .pb-5 {
  padding-bottom: 0.3125rem !important;
}

.wp-front .pb-10 {
  padding-bottom: 0.625rem !important;
}

.wp-front .pb-15 {
  padding-bottom: 0.9375rem !important;
}

.wp-front .pb-20 {
  padding-bottom: 1.25rem !important;
}

.wp-front .pb-25 {
  padding-bottom: 1.5625rem !important;
}

.wp-front .pb-30 {
  padding-bottom: 1.875rem !important;
}

.wp-front .pb-35 {
  padding-bottom: 2.1875rem !important;
}

.wp-front .pb-40 {
  padding-bottom: 2.5rem !important;
}

.wp-front .pb-50 {
  padding-bottom: 3.125rem !important;
}

.wp-front .pb-60 {
  padding-bottom: 3.75rem !important;
}

.wp-front .pb-80 {
  padding-bottom: 5rem !important;
}

.wp-front .pb-100 {
  padding-bottom: 6.25rem !important;
}

.wp-front .pb-120 {
  padding-bottom: 7.5rem !important;
}

.wp-front .pb-140 {
  padding-bottom: 8.75rem !important;
}

.wp-front .pb-160 {
  padding-bottom: 10rem !important;
}

.wp-front .pb-180 {
  padding-bottom: 11.25rem !important;
}

.wp-front .pb-200 {
  padding-bottom: 12.5rem !important;
}

.wp-front .ps-0 {
  padding-left: 0 !important;
}

.wp-front .ps-1 {
  padding-left: 0.0625rem !important;
}

.wp-front .ps-2 {
  padding-left: 0.125rem !important;
}

.wp-front .ps-3 {
  padding-left: 0.1875rem !important;
}

.wp-front .ps-4 {
  padding-left: 0.25rem !important;
}

.wp-front .ps-5 {
  padding-left: 0.3125rem !important;
}

.wp-front .ps-10 {
  padding-left: 0.625rem !important;
}

.wp-front .ps-15 {
  padding-left: 0.9375rem !important;
}

.wp-front .ps-20 {
  padding-left: 1.25rem !important;
}

.wp-front .ps-25 {
  padding-left: 1.5625rem !important;
}

.wp-front .ps-30 {
  padding-left: 1.875rem !important;
}

.wp-front .ps-35 {
  padding-left: 2.1875rem !important;
}

.wp-front .ps-40 {
  padding-left: 2.5rem !important;
}

.wp-front .ps-50 {
  padding-left: 3.125rem !important;
}

.wp-front .ps-60 {
  padding-left: 3.75rem !important;
}

.wp-front .ps-80 {
  padding-left: 5rem !important;
}

.wp-front .ps-100 {
  padding-left: 6.25rem !important;
}

.wp-front .ps-120 {
  padding-left: 7.5rem !important;
}

.wp-front .ps-140 {
  padding-left: 8.75rem !important;
}

.wp-front .ps-160 {
  padding-left: 10rem !important;
}

.wp-front .ps-180 {
  padding-left: 11.25rem !important;
}

.wp-front .ps-200 {
  padding-left: 12.5rem !important;
}

.wp-front .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.wp-front .fs-1 {
  font-size: calc(72px * var(--scale)) !important;
}

.wp-front .fs-2 {
  font-size: calc(64px * var(--scale)) !important;
}

.wp-front .fs-3 {
  font-size: calc(48px * var(--scale)) !important;
}

.wp-front .fs-4 {
  font-size: calc(36px * var(--scale)) !important;
}

.wp-front .fs-5 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.wp-front .fs-6 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.wp-front .fst-italic {
  font-style: italic !important;
}

.wp-front .fst-normal {
  font-style: normal !important;
}

.wp-front .fw-light {
  font-weight: 300 !important;
}

.wp-front .fw-lighter {
  font-weight: lighter !important;
}

.wp-front .fw-normal {
  font-weight: 400 !important;
}

.wp-front .fw-bold {
  font-weight: 700 !important;
}

.wp-front .fw-bolder {
  font-weight: bolder !important;
}

.wp-front .lh-1 {
  line-height: 1 !important;
}

.wp-front .lh-sm {
  line-height: 1.2 !important;
}

.wp-front .lh-base {
  line-height: 1.4 !important;
}

.wp-front .lh-lg {
  line-height: 1.6 !important;
}

.wp-front .text-start {
  text-align: left !important;
}

.wp-front .text-end {
  text-align: right !important;
}

.wp-front .text-center {
  text-align: center !important;
}

.wp-front .text-decoration-none {
  text-decoration: none !important;
}

.wp-front .text-decoration-underline {
  text-decoration: underline !important;
}

.wp-front .text-decoration-line-through {
  text-decoration: line-through !important;
}

.wp-front .text-lowercase {
  text-transform: lowercase !important;
}

.wp-front .text-uppercase {
  text-transform: uppercase !important;
}

.wp-front .text-capitalize {
  text-transform: capitalize !important;
}

.wp-front .text-wrap {
  white-space: normal !important;
}

.wp-front .text-nowrap {
  white-space: nowrap !important;
}

.wp-front .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.wp-front .text-white {
  color: #fff !important;
}

.wp-front .text-black {
  color: #000 !important;
}

.wp-front .text-body {
  color: #000 !important;
}

.wp-front .text-muted {
  color: #666 !important;
}

.wp-front .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.wp-front .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.wp-front .text-reset {
  color: inherit !important;
}

.wp-front .bg-white {
  background-color: #fff !important;
}

.wp-front .bg-black {
  background-color: #000 !important;
}

.wp-front .bg-body {
  background-color: #fff !important;
}

.wp-front .bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}

.wp-front .bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.wp-front .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.wp-front .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.wp-front .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.wp-front .pe-none {
  pointer-events: none !important;
}

.wp-front .pe-auto {
  pointer-events: auto !important;
}

.wp-front .rounded {
  border-radius: 0 !important;
}

.wp-front .rounded-0 {
  border-radius: 0 !important;
}

.wp-front .rounded-1 {
  border-radius: 0.2rem !important;
}

.wp-front .rounded-2 {
  border-radius: 0 !important;
}

.wp-front .rounded-3 {
  border-radius: 0.3rem !important;
}

.wp-front .rounded-circle {
  border-radius: 50% !important;
}

.wp-front .rounded-pill {
  border-radius: 50rem !important;
}

.wp-front .rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.wp-front .rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.wp-front .rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.wp-front .rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.wp-front .visible {
  visibility: visible !important;
}

.wp-front .invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .wp-front .float-sm-start {
    float: left !important;
  }

  .wp-front .float-sm-end {
    float: right !important;
  }

  .wp-front .float-sm-none {
    float: none !important;
  }

  .wp-front .d-sm-inline {
    display: inline !important;
  }

  .wp-front .d-sm-inline-block {
    display: inline-block !important;
  }

  .wp-front .d-sm-block {
    display: block !important;
  }

  .wp-front .d-sm-grid {
    display: grid !important;
  }

  .wp-front .d-sm-table {
    display: table !important;
  }

  .wp-front .d-sm-table-row {
    display: table-row !important;
  }

  .wp-front .d-sm-table-cell {
    display: table-cell !important;
  }

  .wp-front .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .d-sm-none {
    display: none !important;
  }

  .wp-front .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .wp-front .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .wp-front .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .wp-front .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .wp-front .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .wp-front .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .wp-front .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .wp-front .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .wp-front .gap-sm-0 {
    gap: 0 !important;
  }

  .wp-front .gap-sm-1 {
    gap: 0.0625rem !important;
  }

  .wp-front .gap-sm-2 {
    gap: 0.125rem !important;
  }

  .wp-front .gap-sm-3 {
    gap: 0.1875rem !important;
  }

  .wp-front .gap-sm-4 {
    gap: 0.25rem !important;
  }

  .wp-front .gap-sm-5 {
    gap: 0.3125rem !important;
  }

  .wp-front .gap-sm-10 {
    gap: 0.625rem !important;
  }

  .wp-front .gap-sm-15 {
    gap: 0.9375rem !important;
  }

  .wp-front .gap-sm-20 {
    gap: 1.25rem !important;
  }

  .wp-front .gap-sm-25 {
    gap: 1.5625rem !important;
  }

  .wp-front .gap-sm-30 {
    gap: 1.875rem !important;
  }

  .wp-front .gap-sm-35 {
    gap: 2.1875rem !important;
  }

  .wp-front .gap-sm-40 {
    gap: 2.5rem !important;
  }

  .wp-front .gap-sm-50 {
    gap: 3.125rem !important;
  }

  .wp-front .gap-sm-60 {
    gap: 3.75rem !important;
  }

  .wp-front .gap-sm-80 {
    gap: 5rem !important;
  }

  .wp-front .gap-sm-100 {
    gap: 6.25rem !important;
  }

  .wp-front .gap-sm-120 {
    gap: 7.5rem !important;
  }

  .wp-front .gap-sm-140 {
    gap: 8.75rem !important;
  }

  .wp-front .gap-sm-160 {
    gap: 10rem !important;
  }

  .wp-front .gap-sm-180 {
    gap: 11.25rem !important;
  }

  .wp-front .gap-sm-200 {
    gap: 12.5rem !important;
  }

  .wp-front .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .wp-front .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .wp-front .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .wp-front .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .wp-front .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .wp-front .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .wp-front .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .wp-front .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .wp-front .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .wp-front .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .wp-front .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .wp-front .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .wp-front .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .wp-front .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .wp-front .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .wp-front .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .wp-front .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .wp-front .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .wp-front .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .wp-front .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .wp-front .m-sm-0 {
    margin: 0 !important;
  }

  .wp-front .m-sm-1 {
    margin: 0.0625rem !important;
  }

  .wp-front .m-sm-2 {
    margin: 0.125rem !important;
  }

  .wp-front .m-sm-3 {
    margin: 0.1875rem !important;
  }

  .wp-front .m-sm-4 {
    margin: 0.25rem !important;
  }

  .wp-front .m-sm-5 {
    margin: 0.3125rem !important;
  }

  .wp-front .m-sm-10 {
    margin: 0.625rem !important;
  }

  .wp-front .m-sm-15 {
    margin: 0.9375rem !important;
  }

  .wp-front .m-sm-20 {
    margin: 1.25rem !important;
  }

  .wp-front .m-sm-25 {
    margin: 1.5625rem !important;
  }

  .wp-front .m-sm-30 {
    margin: 1.875rem !important;
  }

  .wp-front .m-sm-35 {
    margin: 2.1875rem !important;
  }

  .wp-front .m-sm-40 {
    margin: 2.5rem !important;
  }

  .wp-front .m-sm-50 {
    margin: 3.125rem !important;
  }

  .wp-front .m-sm-60 {
    margin: 3.75rem !important;
  }

  .wp-front .m-sm-80 {
    margin: 5rem !important;
  }

  .wp-front .m-sm-100 {
    margin: 6.25rem !important;
  }

  .wp-front .m-sm-120 {
    margin: 7.5rem !important;
  }

  .wp-front .m-sm-140 {
    margin: 8.75rem !important;
  }

  .wp-front .m-sm-160 {
    margin: 10rem !important;
  }

  .wp-front .m-sm-180 {
    margin: 11.25rem !important;
  }

  .wp-front .m-sm-200 {
    margin: 12.5rem !important;
  }

  .wp-front .m-sm-auto {
    margin: auto !important;
  }

  .wp-front .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-front .mx-sm-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .wp-front .mx-sm-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .wp-front .mx-sm-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .wp-front .mx-sm-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .wp-front .mx-sm-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .wp-front .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .wp-front .mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .wp-front .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .wp-front .mx-sm-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .wp-front .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .wp-front .mx-sm-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .wp-front .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .wp-front .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .wp-front .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .wp-front .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .wp-front .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .wp-front .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .wp-front .mx-sm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .wp-front .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .wp-front .mx-sm-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  .wp-front .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .wp-front .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .wp-front .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wp-front .my-sm-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .my-sm-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .wp-front .my-sm-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .my-sm-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .wp-front .my-sm-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .wp-front .my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .wp-front .my-sm-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .wp-front .my-sm-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .wp-front .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .wp-front .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .wp-front .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .wp-front .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .wp-front .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .wp-front .my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .wp-front .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .wp-front .my-sm-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  .wp-front .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .wp-front .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .wp-front .mt-sm-0 {
    margin-top: 0 !important;
  }

  .wp-front .mt-sm-1 {
    margin-top: 0.0625rem !important;
  }

  .wp-front .mt-sm-2 {
    margin-top: 0.125rem !important;
  }

  .wp-front .mt-sm-3 {
    margin-top: 0.1875rem !important;
  }

  .wp-front .mt-sm-4 {
    margin-top: 0.25rem !important;
  }

  .wp-front .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }

  .wp-front .mt-sm-10 {
    margin-top: 0.625rem !important;
  }

  .wp-front .mt-sm-15 {
    margin-top: 0.9375rem !important;
  }

  .wp-front .mt-sm-20 {
    margin-top: 1.25rem !important;
  }

  .wp-front .mt-sm-25 {
    margin-top: 1.5625rem !important;
  }

  .wp-front .mt-sm-30 {
    margin-top: 1.875rem !important;
  }

  .wp-front .mt-sm-35 {
    margin-top: 2.1875rem !important;
  }

  .wp-front .mt-sm-40 {
    margin-top: 2.5rem !important;
  }

  .wp-front .mt-sm-50 {
    margin-top: 3.125rem !important;
  }

  .wp-front .mt-sm-60 {
    margin-top: 3.75rem !important;
  }

  .wp-front .mt-sm-80 {
    margin-top: 5rem !important;
  }

  .wp-front .mt-sm-100 {
    margin-top: 6.25rem !important;
  }

  .wp-front .mt-sm-120 {
    margin-top: 7.5rem !important;
  }

  .wp-front .mt-sm-140 {
    margin-top: 8.75rem !important;
  }

  .wp-front .mt-sm-160 {
    margin-top: 10rem !important;
  }

  .wp-front .mt-sm-180 {
    margin-top: 11.25rem !important;
  }

  .wp-front .mt-sm-200 {
    margin-top: 12.5rem !important;
  }

  .wp-front .mt-sm-auto {
    margin-top: auto !important;
  }

  .wp-front .me-sm-0 {
    margin-right: 0 !important;
  }

  .wp-front .me-sm-1 {
    margin-right: 0.0625rem !important;
  }

  .wp-front .me-sm-2 {
    margin-right: 0.125rem !important;
  }

  .wp-front .me-sm-3 {
    margin-right: 0.1875rem !important;
  }

  .wp-front .me-sm-4 {
    margin-right: 0.25rem !important;
  }

  .wp-front .me-sm-5 {
    margin-right: 0.3125rem !important;
  }

  .wp-front .me-sm-10 {
    margin-right: 0.625rem !important;
  }

  .wp-front .me-sm-15 {
    margin-right: 0.9375rem !important;
  }

  .wp-front .me-sm-20 {
    margin-right: 1.25rem !important;
  }

  .wp-front .me-sm-25 {
    margin-right: 1.5625rem !important;
  }

  .wp-front .me-sm-30 {
    margin-right: 1.875rem !important;
  }

  .wp-front .me-sm-35 {
    margin-right: 2.1875rem !important;
  }

  .wp-front .me-sm-40 {
    margin-right: 2.5rem !important;
  }

  .wp-front .me-sm-50 {
    margin-right: 3.125rem !important;
  }

  .wp-front .me-sm-60 {
    margin-right: 3.75rem !important;
  }

  .wp-front .me-sm-80 {
    margin-right: 5rem !important;
  }

  .wp-front .me-sm-100 {
    margin-right: 6.25rem !important;
  }

  .wp-front .me-sm-120 {
    margin-right: 7.5rem !important;
  }

  .wp-front .me-sm-140 {
    margin-right: 8.75rem !important;
  }

  .wp-front .me-sm-160 {
    margin-right: 10rem !important;
  }

  .wp-front .me-sm-180 {
    margin-right: 11.25rem !important;
  }

  .wp-front .me-sm-200 {
    margin-right: 12.5rem !important;
  }

  .wp-front .me-sm-auto {
    margin-right: auto !important;
  }

  .wp-front .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .wp-front .mb-sm-1 {
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .mb-sm-2 {
    margin-bottom: 0.125rem !important;
  }

  .wp-front .mb-sm-3 {
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .mb-sm-4 {
    margin-bottom: 0.25rem !important;
  }

  .wp-front .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }

  .wp-front .mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }

  .wp-front .mb-sm-25 {
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }

  .wp-front .mb-sm-35 {
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }

  .wp-front .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }

  .wp-front .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }

  .wp-front .mb-sm-80 {
    margin-bottom: 5rem !important;
  }

  .wp-front .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }

  .wp-front .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }

  .wp-front .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }

  .wp-front .mb-sm-160 {
    margin-bottom: 10rem !important;
  }

  .wp-front .mb-sm-180 {
    margin-bottom: 11.25rem !important;
  }

  .wp-front .mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }

  .wp-front .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .wp-front .ms-sm-0 {
    margin-left: 0 !important;
  }

  .wp-front .ms-sm-1 {
    margin-left: 0.0625rem !important;
  }

  .wp-front .ms-sm-2 {
    margin-left: 0.125rem !important;
  }

  .wp-front .ms-sm-3 {
    margin-left: 0.1875rem !important;
  }

  .wp-front .ms-sm-4 {
    margin-left: 0.25rem !important;
  }

  .wp-front .ms-sm-5 {
    margin-left: 0.3125rem !important;
  }

  .wp-front .ms-sm-10 {
    margin-left: 0.625rem !important;
  }

  .wp-front .ms-sm-15 {
    margin-left: 0.9375rem !important;
  }

  .wp-front .ms-sm-20 {
    margin-left: 1.25rem !important;
  }

  .wp-front .ms-sm-25 {
    margin-left: 1.5625rem !important;
  }

  .wp-front .ms-sm-30 {
    margin-left: 1.875rem !important;
  }

  .wp-front .ms-sm-35 {
    margin-left: 2.1875rem !important;
  }

  .wp-front .ms-sm-40 {
    margin-left: 2.5rem !important;
  }

  .wp-front .ms-sm-50 {
    margin-left: 3.125rem !important;
  }

  .wp-front .ms-sm-60 {
    margin-left: 3.75rem !important;
  }

  .wp-front .ms-sm-80 {
    margin-left: 5rem !important;
  }

  .wp-front .ms-sm-100 {
    margin-left: 6.25rem !important;
  }

  .wp-front .ms-sm-120 {
    margin-left: 7.5rem !important;
  }

  .wp-front .ms-sm-140 {
    margin-left: 8.75rem !important;
  }

  .wp-front .ms-sm-160 {
    margin-left: 10rem !important;
  }

  .wp-front .ms-sm-180 {
    margin-left: 11.25rem !important;
  }

  .wp-front .ms-sm-200 {
    margin-left: 12.5rem !important;
  }

  .wp-front .ms-sm-auto {
    margin-left: auto !important;
  }

  .wp-front .p-sm-0 {
    padding: 0 !important;
  }

  .wp-front .p-sm-1 {
    padding: 0.0625rem !important;
  }

  .wp-front .p-sm-2 {
    padding: 0.125rem !important;
  }

  .wp-front .p-sm-3 {
    padding: 0.1875rem !important;
  }

  .wp-front .p-sm-4 {
    padding: 0.25rem !important;
  }

  .wp-front .p-sm-5 {
    padding: 0.3125rem !important;
  }

  .wp-front .p-sm-10 {
    padding: 0.625rem !important;
  }

  .wp-front .p-sm-15 {
    padding: 0.9375rem !important;
  }

  .wp-front .p-sm-20 {
    padding: 1.25rem !important;
  }

  .wp-front .p-sm-25 {
    padding: 1.5625rem !important;
  }

  .wp-front .p-sm-30 {
    padding: 1.875rem !important;
  }

  .wp-front .p-sm-35 {
    padding: 2.1875rem !important;
  }

  .wp-front .p-sm-40 {
    padding: 2.5rem !important;
  }

  .wp-front .p-sm-50 {
    padding: 3.125rem !important;
  }

  .wp-front .p-sm-60 {
    padding: 3.75rem !important;
  }

  .wp-front .p-sm-80 {
    padding: 5rem !important;
  }

  .wp-front .p-sm-100 {
    padding: 6.25rem !important;
  }

  .wp-front .p-sm-120 {
    padding: 7.5rem !important;
  }

  .wp-front .p-sm-140 {
    padding: 8.75rem !important;
  }

  .wp-front .p-sm-160 {
    padding: 10rem !important;
  }

  .wp-front .p-sm-180 {
    padding: 11.25rem !important;
  }

  .wp-front .p-sm-200 {
    padding: 12.5rem !important;
  }

  .wp-front .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wp-front .px-sm-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .wp-front .px-sm-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .wp-front .px-sm-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .wp-front .px-sm-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .wp-front .px-sm-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .wp-front .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .wp-front .px-sm-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .wp-front .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .wp-front .px-sm-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .wp-front .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .wp-front .px-sm-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .wp-front .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .wp-front .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .wp-front .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .wp-front .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .wp-front .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .wp-front .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .wp-front .px-sm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .wp-front .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .wp-front .px-sm-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  .wp-front .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .wp-front .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wp-front .py-sm-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .py-sm-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .wp-front .py-sm-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .py-sm-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .wp-front .py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .wp-front .py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .wp-front .py-sm-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .wp-front .py-sm-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .wp-front .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .wp-front .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .wp-front .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .wp-front .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .wp-front .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .wp-front .py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .wp-front .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .wp-front .py-sm-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  .wp-front .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .wp-front .pt-sm-0 {
    padding-top: 0 !important;
  }

  .wp-front .pt-sm-1 {
    padding-top: 0.0625rem !important;
  }

  .wp-front .pt-sm-2 {
    padding-top: 0.125rem !important;
  }

  .wp-front .pt-sm-3 {
    padding-top: 0.1875rem !important;
  }

  .wp-front .pt-sm-4 {
    padding-top: 0.25rem !important;
  }

  .wp-front .pt-sm-5 {
    padding-top: 0.3125rem !important;
  }

  .wp-front .pt-sm-10 {
    padding-top: 0.625rem !important;
  }

  .wp-front .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }

  .wp-front .pt-sm-20 {
    padding-top: 1.25rem !important;
  }

  .wp-front .pt-sm-25 {
    padding-top: 1.5625rem !important;
  }

  .wp-front .pt-sm-30 {
    padding-top: 1.875rem !important;
  }

  .wp-front .pt-sm-35 {
    padding-top: 2.1875rem !important;
  }

  .wp-front .pt-sm-40 {
    padding-top: 2.5rem !important;
  }

  .wp-front .pt-sm-50 {
    padding-top: 3.125rem !important;
  }

  .wp-front .pt-sm-60 {
    padding-top: 3.75rem !important;
  }

  .wp-front .pt-sm-80 {
    padding-top: 5rem !important;
  }

  .wp-front .pt-sm-100 {
    padding-top: 6.25rem !important;
  }

  .wp-front .pt-sm-120 {
    padding-top: 7.5rem !important;
  }

  .wp-front .pt-sm-140 {
    padding-top: 8.75rem !important;
  }

  .wp-front .pt-sm-160 {
    padding-top: 10rem !important;
  }

  .wp-front .pt-sm-180 {
    padding-top: 11.25rem !important;
  }

  .wp-front .pt-sm-200 {
    padding-top: 12.5rem !important;
  }

  .wp-front .pe-sm-0 {
    padding-right: 0 !important;
  }

  .wp-front .pe-sm-1 {
    padding-right: 0.0625rem !important;
  }

  .wp-front .pe-sm-2 {
    padding-right: 0.125rem !important;
  }

  .wp-front .pe-sm-3 {
    padding-right: 0.1875rem !important;
  }

  .wp-front .pe-sm-4 {
    padding-right: 0.25rem !important;
  }

  .wp-front .pe-sm-5 {
    padding-right: 0.3125rem !important;
  }

  .wp-front .pe-sm-10 {
    padding-right: 0.625rem !important;
  }

  .wp-front .pe-sm-15 {
    padding-right: 0.9375rem !important;
  }

  .wp-front .pe-sm-20 {
    padding-right: 1.25rem !important;
  }

  .wp-front .pe-sm-25 {
    padding-right: 1.5625rem !important;
  }

  .wp-front .pe-sm-30 {
    padding-right: 1.875rem !important;
  }

  .wp-front .pe-sm-35 {
    padding-right: 2.1875rem !important;
  }

  .wp-front .pe-sm-40 {
    padding-right: 2.5rem !important;
  }

  .wp-front .pe-sm-50 {
    padding-right: 3.125rem !important;
  }

  .wp-front .pe-sm-60 {
    padding-right: 3.75rem !important;
  }

  .wp-front .pe-sm-80 {
    padding-right: 5rem !important;
  }

  .wp-front .pe-sm-100 {
    padding-right: 6.25rem !important;
  }

  .wp-front .pe-sm-120 {
    padding-right: 7.5rem !important;
  }

  .wp-front .pe-sm-140 {
    padding-right: 8.75rem !important;
  }

  .wp-front .pe-sm-160 {
    padding-right: 10rem !important;
  }

  .wp-front .pe-sm-180 {
    padding-right: 11.25rem !important;
  }

  .wp-front .pe-sm-200 {
    padding-right: 12.5rem !important;
  }

  .wp-front .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .wp-front .pb-sm-1 {
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .pb-sm-2 {
    padding-bottom: 0.125rem !important;
  }

  .wp-front .pb-sm-3 {
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .pb-sm-4 {
    padding-bottom: 0.25rem !important;
  }

  .wp-front .pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }

  .wp-front .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }

  .wp-front .pb-sm-25 {
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }

  .wp-front .pb-sm-35 {
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }

  .wp-front .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }

  .wp-front .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }

  .wp-front .pb-sm-80 {
    padding-bottom: 5rem !important;
  }

  .wp-front .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }

  .wp-front .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }

  .wp-front .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }

  .wp-front .pb-sm-160 {
    padding-bottom: 10rem !important;
  }

  .wp-front .pb-sm-180 {
    padding-bottom: 11.25rem !important;
  }

  .wp-front .pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }

  .wp-front .ps-sm-0 {
    padding-left: 0 !important;
  }

  .wp-front .ps-sm-1 {
    padding-left: 0.0625rem !important;
  }

  .wp-front .ps-sm-2 {
    padding-left: 0.125rem !important;
  }

  .wp-front .ps-sm-3 {
    padding-left: 0.1875rem !important;
  }

  .wp-front .ps-sm-4 {
    padding-left: 0.25rem !important;
  }

  .wp-front .ps-sm-5 {
    padding-left: 0.3125rem !important;
  }

  .wp-front .ps-sm-10 {
    padding-left: 0.625rem !important;
  }

  .wp-front .ps-sm-15 {
    padding-left: 0.9375rem !important;
  }

  .wp-front .ps-sm-20 {
    padding-left: 1.25rem !important;
  }

  .wp-front .ps-sm-25 {
    padding-left: 1.5625rem !important;
  }

  .wp-front .ps-sm-30 {
    padding-left: 1.875rem !important;
  }

  .wp-front .ps-sm-35 {
    padding-left: 2.1875rem !important;
  }

  .wp-front .ps-sm-40 {
    padding-left: 2.5rem !important;
  }

  .wp-front .ps-sm-50 {
    padding-left: 3.125rem !important;
  }

  .wp-front .ps-sm-60 {
    padding-left: 3.75rem !important;
  }

  .wp-front .ps-sm-80 {
    padding-left: 5rem !important;
  }

  .wp-front .ps-sm-100 {
    padding-left: 6.25rem !important;
  }

  .wp-front .ps-sm-120 {
    padding-left: 7.5rem !important;
  }

  .wp-front .ps-sm-140 {
    padding-left: 8.75rem !important;
  }

  .wp-front .ps-sm-160 {
    padding-left: 10rem !important;
  }

  .wp-front .ps-sm-180 {
    padding-left: 11.25rem !important;
  }

  .wp-front .ps-sm-200 {
    padding-left: 12.5rem !important;
  }

  .wp-front .text-sm-start {
    text-align: left !important;
  }

  .wp-front .text-sm-end {
    text-align: right !important;
  }

  .wp-front .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .wp-front .float-md-start {
    float: left !important;
  }

  .wp-front .float-md-end {
    float: right !important;
  }

  .wp-front .float-md-none {
    float: none !important;
  }

  .wp-front .d-md-inline {
    display: inline !important;
  }

  .wp-front .d-md-inline-block {
    display: inline-block !important;
  }

  .wp-front .d-md-block {
    display: block !important;
  }

  .wp-front .d-md-grid {
    display: grid !important;
  }

  .wp-front .d-md-table {
    display: table !important;
  }

  .wp-front .d-md-table-row {
    display: table-row !important;
  }

  .wp-front .d-md-table-cell {
    display: table-cell !important;
  }

  .wp-front .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .d-md-none {
    display: none !important;
  }

  .wp-front .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .wp-front .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .wp-front .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .wp-front .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .wp-front .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .wp-front .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .wp-front .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .wp-front .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .wp-front .gap-md-0 {
    gap: 0 !important;
  }

  .wp-front .gap-md-1 {
    gap: 0.0625rem !important;
  }

  .wp-front .gap-md-2 {
    gap: 0.125rem !important;
  }

  .wp-front .gap-md-3 {
    gap: 0.1875rem !important;
  }

  .wp-front .gap-md-4 {
    gap: 0.25rem !important;
  }

  .wp-front .gap-md-5 {
    gap: 0.3125rem !important;
  }

  .wp-front .gap-md-10 {
    gap: 0.625rem !important;
  }

  .wp-front .gap-md-15 {
    gap: 0.9375rem !important;
  }

  .wp-front .gap-md-20 {
    gap: 1.25rem !important;
  }

  .wp-front .gap-md-25 {
    gap: 1.5625rem !important;
  }

  .wp-front .gap-md-30 {
    gap: 1.875rem !important;
  }

  .wp-front .gap-md-35 {
    gap: 2.1875rem !important;
  }

  .wp-front .gap-md-40 {
    gap: 2.5rem !important;
  }

  .wp-front .gap-md-50 {
    gap: 3.125rem !important;
  }

  .wp-front .gap-md-60 {
    gap: 3.75rem !important;
  }

  .wp-front .gap-md-80 {
    gap: 5rem !important;
  }

  .wp-front .gap-md-100 {
    gap: 6.25rem !important;
  }

  .wp-front .gap-md-120 {
    gap: 7.5rem !important;
  }

  .wp-front .gap-md-140 {
    gap: 8.75rem !important;
  }

  .wp-front .gap-md-160 {
    gap: 10rem !important;
  }

  .wp-front .gap-md-180 {
    gap: 11.25rem !important;
  }

  .wp-front .gap-md-200 {
    gap: 12.5rem !important;
  }

  .wp-front .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .wp-front .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .wp-front .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .wp-front .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .wp-front .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .wp-front .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .wp-front .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .wp-front .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .wp-front .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .wp-front .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .wp-front .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .wp-front .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .wp-front .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .wp-front .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .wp-front .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .wp-front .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .wp-front .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .wp-front .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .wp-front .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .wp-front .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .wp-front .m-md-0 {
    margin: 0 !important;
  }

  .wp-front .m-md-1 {
    margin: 0.0625rem !important;
  }

  .wp-front .m-md-2 {
    margin: 0.125rem !important;
  }

  .wp-front .m-md-3 {
    margin: 0.1875rem !important;
  }

  .wp-front .m-md-4 {
    margin: 0.25rem !important;
  }

  .wp-front .m-md-5 {
    margin: 0.3125rem !important;
  }

  .wp-front .m-md-10 {
    margin: 0.625rem !important;
  }

  .wp-front .m-md-15 {
    margin: 0.9375rem !important;
  }

  .wp-front .m-md-20 {
    margin: 1.25rem !important;
  }

  .wp-front .m-md-25 {
    margin: 1.5625rem !important;
  }

  .wp-front .m-md-30 {
    margin: 1.875rem !important;
  }

  .wp-front .m-md-35 {
    margin: 2.1875rem !important;
  }

  .wp-front .m-md-40 {
    margin: 2.5rem !important;
  }

  .wp-front .m-md-50 {
    margin: 3.125rem !important;
  }

  .wp-front .m-md-60 {
    margin: 3.75rem !important;
  }

  .wp-front .m-md-80 {
    margin: 5rem !important;
  }

  .wp-front .m-md-100 {
    margin: 6.25rem !important;
  }

  .wp-front .m-md-120 {
    margin: 7.5rem !important;
  }

  .wp-front .m-md-140 {
    margin: 8.75rem !important;
  }

  .wp-front .m-md-160 {
    margin: 10rem !important;
  }

  .wp-front .m-md-180 {
    margin: 11.25rem !important;
  }

  .wp-front .m-md-200 {
    margin: 12.5rem !important;
  }

  .wp-front .m-md-auto {
    margin: auto !important;
  }

  .wp-front .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-front .mx-md-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .wp-front .mx-md-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .wp-front .mx-md-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .wp-front .mx-md-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .wp-front .mx-md-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .wp-front .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .wp-front .mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .wp-front .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .wp-front .mx-md-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .wp-front .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .wp-front .mx-md-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .wp-front .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .wp-front .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .wp-front .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .wp-front .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .wp-front .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .wp-front .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .wp-front .mx-md-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .wp-front .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .wp-front .mx-md-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  .wp-front .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .wp-front .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .wp-front .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wp-front .my-md-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .my-md-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .wp-front .my-md-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .my-md-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .wp-front .my-md-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .wp-front .my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .wp-front .my-md-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .wp-front .my-md-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .wp-front .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .wp-front .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .wp-front .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .wp-front .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .wp-front .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .wp-front .my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .wp-front .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .wp-front .my-md-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  .wp-front .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .wp-front .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .wp-front .mt-md-0 {
    margin-top: 0 !important;
  }

  .wp-front .mt-md-1 {
    margin-top: 0.0625rem !important;
  }

  .wp-front .mt-md-2 {
    margin-top: 0.125rem !important;
  }

  .wp-front .mt-md-3 {
    margin-top: 0.1875rem !important;
  }

  .wp-front .mt-md-4 {
    margin-top: 0.25rem !important;
  }

  .wp-front .mt-md-5 {
    margin-top: 0.3125rem !important;
  }

  .wp-front .mt-md-10 {
    margin-top: 0.625rem !important;
  }

  .wp-front .mt-md-15 {
    margin-top: 0.9375rem !important;
  }

  .wp-front .mt-md-20 {
    margin-top: 1.25rem !important;
  }

  .wp-front .mt-md-25 {
    margin-top: 1.5625rem !important;
  }

  .wp-front .mt-md-30 {
    margin-top: 1.875rem !important;
  }

  .wp-front .mt-md-35 {
    margin-top: 2.1875rem !important;
  }

  .wp-front .mt-md-40 {
    margin-top: 2.5rem !important;
  }

  .wp-front .mt-md-50 {
    margin-top: 3.125rem !important;
  }

  .wp-front .mt-md-60 {
    margin-top: 3.75rem !important;
  }

  .wp-front .mt-md-80 {
    margin-top: 5rem !important;
  }

  .wp-front .mt-md-100 {
    margin-top: 6.25rem !important;
  }

  .wp-front .mt-md-120 {
    margin-top: 7.5rem !important;
  }

  .wp-front .mt-md-140 {
    margin-top: 8.75rem !important;
  }

  .wp-front .mt-md-160 {
    margin-top: 10rem !important;
  }

  .wp-front .mt-md-180 {
    margin-top: 11.25rem !important;
  }

  .wp-front .mt-md-200 {
    margin-top: 12.5rem !important;
  }

  .wp-front .mt-md-auto {
    margin-top: auto !important;
  }

  .wp-front .me-md-0 {
    margin-right: 0 !important;
  }

  .wp-front .me-md-1 {
    margin-right: 0.0625rem !important;
  }

  .wp-front .me-md-2 {
    margin-right: 0.125rem !important;
  }

  .wp-front .me-md-3 {
    margin-right: 0.1875rem !important;
  }

  .wp-front .me-md-4 {
    margin-right: 0.25rem !important;
  }

  .wp-front .me-md-5 {
    margin-right: 0.3125rem !important;
  }

  .wp-front .me-md-10 {
    margin-right: 0.625rem !important;
  }

  .wp-front .me-md-15 {
    margin-right: 0.9375rem !important;
  }

  .wp-front .me-md-20 {
    margin-right: 1.25rem !important;
  }

  .wp-front .me-md-25 {
    margin-right: 1.5625rem !important;
  }

  .wp-front .me-md-30 {
    margin-right: 1.875rem !important;
  }

  .wp-front .me-md-35 {
    margin-right: 2.1875rem !important;
  }

  .wp-front .me-md-40 {
    margin-right: 2.5rem !important;
  }

  .wp-front .me-md-50 {
    margin-right: 3.125rem !important;
  }

  .wp-front .me-md-60 {
    margin-right: 3.75rem !important;
  }

  .wp-front .me-md-80 {
    margin-right: 5rem !important;
  }

  .wp-front .me-md-100 {
    margin-right: 6.25rem !important;
  }

  .wp-front .me-md-120 {
    margin-right: 7.5rem !important;
  }

  .wp-front .me-md-140 {
    margin-right: 8.75rem !important;
  }

  .wp-front .me-md-160 {
    margin-right: 10rem !important;
  }

  .wp-front .me-md-180 {
    margin-right: 11.25rem !important;
  }

  .wp-front .me-md-200 {
    margin-right: 12.5rem !important;
  }

  .wp-front .me-md-auto {
    margin-right: auto !important;
  }

  .wp-front .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .wp-front .mb-md-1 {
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .mb-md-2 {
    margin-bottom: 0.125rem !important;
  }

  .wp-front .mb-md-3 {
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .mb-md-4 {
    margin-bottom: 0.25rem !important;
  }

  .wp-front .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }

  .wp-front .mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }

  .wp-front .mb-md-25 {
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }

  .wp-front .mb-md-35 {
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }

  .wp-front .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }

  .wp-front .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }

  .wp-front .mb-md-80 {
    margin-bottom: 5rem !important;
  }

  .wp-front .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }

  .wp-front .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }

  .wp-front .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }

  .wp-front .mb-md-160 {
    margin-bottom: 10rem !important;
  }

  .wp-front .mb-md-180 {
    margin-bottom: 11.25rem !important;
  }

  .wp-front .mb-md-200 {
    margin-bottom: 12.5rem !important;
  }

  .wp-front .mb-md-auto {
    margin-bottom: auto !important;
  }

  .wp-front .ms-md-0 {
    margin-left: 0 !important;
  }

  .wp-front .ms-md-1 {
    margin-left: 0.0625rem !important;
  }

  .wp-front .ms-md-2 {
    margin-left: 0.125rem !important;
  }

  .wp-front .ms-md-3 {
    margin-left: 0.1875rem !important;
  }

  .wp-front .ms-md-4 {
    margin-left: 0.25rem !important;
  }

  .wp-front .ms-md-5 {
    margin-left: 0.3125rem !important;
  }

  .wp-front .ms-md-10 {
    margin-left: 0.625rem !important;
  }

  .wp-front .ms-md-15 {
    margin-left: 0.9375rem !important;
  }

  .wp-front .ms-md-20 {
    margin-left: 1.25rem !important;
  }

  .wp-front .ms-md-25 {
    margin-left: 1.5625rem !important;
  }

  .wp-front .ms-md-30 {
    margin-left: 1.875rem !important;
  }

  .wp-front .ms-md-35 {
    margin-left: 2.1875rem !important;
  }

  .wp-front .ms-md-40 {
    margin-left: 2.5rem !important;
  }

  .wp-front .ms-md-50 {
    margin-left: 3.125rem !important;
  }

  .wp-front .ms-md-60 {
    margin-left: 3.75rem !important;
  }

  .wp-front .ms-md-80 {
    margin-left: 5rem !important;
  }

  .wp-front .ms-md-100 {
    margin-left: 6.25rem !important;
  }

  .wp-front .ms-md-120 {
    margin-left: 7.5rem !important;
  }

  .wp-front .ms-md-140 {
    margin-left: 8.75rem !important;
  }

  .wp-front .ms-md-160 {
    margin-left: 10rem !important;
  }

  .wp-front .ms-md-180 {
    margin-left: 11.25rem !important;
  }

  .wp-front .ms-md-200 {
    margin-left: 12.5rem !important;
  }

  .wp-front .ms-md-auto {
    margin-left: auto !important;
  }

  .wp-front .p-md-0 {
    padding: 0 !important;
  }

  .wp-front .p-md-1 {
    padding: 0.0625rem !important;
  }

  .wp-front .p-md-2 {
    padding: 0.125rem !important;
  }

  .wp-front .p-md-3 {
    padding: 0.1875rem !important;
  }

  .wp-front .p-md-4 {
    padding: 0.25rem !important;
  }

  .wp-front .p-md-5 {
    padding: 0.3125rem !important;
  }

  .wp-front .p-md-10 {
    padding: 0.625rem !important;
  }

  .wp-front .p-md-15 {
    padding: 0.9375rem !important;
  }

  .wp-front .p-md-20 {
    padding: 1.25rem !important;
  }

  .wp-front .p-md-25 {
    padding: 1.5625rem !important;
  }

  .wp-front .p-md-30 {
    padding: 1.875rem !important;
  }

  .wp-front .p-md-35 {
    padding: 2.1875rem !important;
  }

  .wp-front .p-md-40 {
    padding: 2.5rem !important;
  }

  .wp-front .p-md-50 {
    padding: 3.125rem !important;
  }

  .wp-front .p-md-60 {
    padding: 3.75rem !important;
  }

  .wp-front .p-md-80 {
    padding: 5rem !important;
  }

  .wp-front .p-md-100 {
    padding: 6.25rem !important;
  }

  .wp-front .p-md-120 {
    padding: 7.5rem !important;
  }

  .wp-front .p-md-140 {
    padding: 8.75rem !important;
  }

  .wp-front .p-md-160 {
    padding: 10rem !important;
  }

  .wp-front .p-md-180 {
    padding: 11.25rem !important;
  }

  .wp-front .p-md-200 {
    padding: 12.5rem !important;
  }

  .wp-front .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wp-front .px-md-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .wp-front .px-md-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .wp-front .px-md-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .wp-front .px-md-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .wp-front .px-md-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .wp-front .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .wp-front .px-md-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .wp-front .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .wp-front .px-md-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .wp-front .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .wp-front .px-md-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .wp-front .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .wp-front .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .wp-front .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .wp-front .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .wp-front .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .wp-front .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .wp-front .px-md-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .wp-front .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .wp-front .px-md-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  .wp-front .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .wp-front .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wp-front .py-md-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .py-md-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .wp-front .py-md-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .py-md-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .wp-front .py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .wp-front .py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .wp-front .py-md-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .wp-front .py-md-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .wp-front .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .wp-front .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .wp-front .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .wp-front .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .wp-front .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .wp-front .py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .wp-front .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .wp-front .py-md-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  .wp-front .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .wp-front .pt-md-0 {
    padding-top: 0 !important;
  }

  .wp-front .pt-md-1 {
    padding-top: 0.0625rem !important;
  }

  .wp-front .pt-md-2 {
    padding-top: 0.125rem !important;
  }

  .wp-front .pt-md-3 {
    padding-top: 0.1875rem !important;
  }

  .wp-front .pt-md-4 {
    padding-top: 0.25rem !important;
  }

  .wp-front .pt-md-5 {
    padding-top: 0.3125rem !important;
  }

  .wp-front .pt-md-10 {
    padding-top: 0.625rem !important;
  }

  .wp-front .pt-md-15 {
    padding-top: 0.9375rem !important;
  }

  .wp-front .pt-md-20 {
    padding-top: 1.25rem !important;
  }

  .wp-front .pt-md-25 {
    padding-top: 1.5625rem !important;
  }

  .wp-front .pt-md-30 {
    padding-top: 1.875rem !important;
  }

  .wp-front .pt-md-35 {
    padding-top: 2.1875rem !important;
  }

  .wp-front .pt-md-40 {
    padding-top: 2.5rem !important;
  }

  .wp-front .pt-md-50 {
    padding-top: 3.125rem !important;
  }

  .wp-front .pt-md-60 {
    padding-top: 3.75rem !important;
  }

  .wp-front .pt-md-80 {
    padding-top: 5rem !important;
  }

  .wp-front .pt-md-100 {
    padding-top: 6.25rem !important;
  }

  .wp-front .pt-md-120 {
    padding-top: 7.5rem !important;
  }

  .wp-front .pt-md-140 {
    padding-top: 8.75rem !important;
  }

  .wp-front .pt-md-160 {
    padding-top: 10rem !important;
  }

  .wp-front .pt-md-180 {
    padding-top: 11.25rem !important;
  }

  .wp-front .pt-md-200 {
    padding-top: 12.5rem !important;
  }

  .wp-front .pe-md-0 {
    padding-right: 0 !important;
  }

  .wp-front .pe-md-1 {
    padding-right: 0.0625rem !important;
  }

  .wp-front .pe-md-2 {
    padding-right: 0.125rem !important;
  }

  .wp-front .pe-md-3 {
    padding-right: 0.1875rem !important;
  }

  .wp-front .pe-md-4 {
    padding-right: 0.25rem !important;
  }

  .wp-front .pe-md-5 {
    padding-right: 0.3125rem !important;
  }

  .wp-front .pe-md-10 {
    padding-right: 0.625rem !important;
  }

  .wp-front .pe-md-15 {
    padding-right: 0.9375rem !important;
  }

  .wp-front .pe-md-20 {
    padding-right: 1.25rem !important;
  }

  .wp-front .pe-md-25 {
    padding-right: 1.5625rem !important;
  }

  .wp-front .pe-md-30 {
    padding-right: 1.875rem !important;
  }

  .wp-front .pe-md-35 {
    padding-right: 2.1875rem !important;
  }

  .wp-front .pe-md-40 {
    padding-right: 2.5rem !important;
  }

  .wp-front .pe-md-50 {
    padding-right: 3.125rem !important;
  }

  .wp-front .pe-md-60 {
    padding-right: 3.75rem !important;
  }

  .wp-front .pe-md-80 {
    padding-right: 5rem !important;
  }

  .wp-front .pe-md-100 {
    padding-right: 6.25rem !important;
  }

  .wp-front .pe-md-120 {
    padding-right: 7.5rem !important;
  }

  .wp-front .pe-md-140 {
    padding-right: 8.75rem !important;
  }

  .wp-front .pe-md-160 {
    padding-right: 10rem !important;
  }

  .wp-front .pe-md-180 {
    padding-right: 11.25rem !important;
  }

  .wp-front .pe-md-200 {
    padding-right: 12.5rem !important;
  }

  .wp-front .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .wp-front .pb-md-1 {
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .pb-md-2 {
    padding-bottom: 0.125rem !important;
  }

  .wp-front .pb-md-3 {
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .pb-md-4 {
    padding-bottom: 0.25rem !important;
  }

  .wp-front .pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }

  .wp-front .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }

  .wp-front .pb-md-25 {
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }

  .wp-front .pb-md-35 {
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }

  .wp-front .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }

  .wp-front .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }

  .wp-front .pb-md-80 {
    padding-bottom: 5rem !important;
  }

  .wp-front .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }

  .wp-front .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }

  .wp-front .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }

  .wp-front .pb-md-160 {
    padding-bottom: 10rem !important;
  }

  .wp-front .pb-md-180 {
    padding-bottom: 11.25rem !important;
  }

  .wp-front .pb-md-200 {
    padding-bottom: 12.5rem !important;
  }

  .wp-front .ps-md-0 {
    padding-left: 0 !important;
  }

  .wp-front .ps-md-1 {
    padding-left: 0.0625rem !important;
  }

  .wp-front .ps-md-2 {
    padding-left: 0.125rem !important;
  }

  .wp-front .ps-md-3 {
    padding-left: 0.1875rem !important;
  }

  .wp-front .ps-md-4 {
    padding-left: 0.25rem !important;
  }

  .wp-front .ps-md-5 {
    padding-left: 0.3125rem !important;
  }

  .wp-front .ps-md-10 {
    padding-left: 0.625rem !important;
  }

  .wp-front .ps-md-15 {
    padding-left: 0.9375rem !important;
  }

  .wp-front .ps-md-20 {
    padding-left: 1.25rem !important;
  }

  .wp-front .ps-md-25 {
    padding-left: 1.5625rem !important;
  }

  .wp-front .ps-md-30 {
    padding-left: 1.875rem !important;
  }

  .wp-front .ps-md-35 {
    padding-left: 2.1875rem !important;
  }

  .wp-front .ps-md-40 {
    padding-left: 2.5rem !important;
  }

  .wp-front .ps-md-50 {
    padding-left: 3.125rem !important;
  }

  .wp-front .ps-md-60 {
    padding-left: 3.75rem !important;
  }

  .wp-front .ps-md-80 {
    padding-left: 5rem !important;
  }

  .wp-front .ps-md-100 {
    padding-left: 6.25rem !important;
  }

  .wp-front .ps-md-120 {
    padding-left: 7.5rem !important;
  }

  .wp-front .ps-md-140 {
    padding-left: 8.75rem !important;
  }

  .wp-front .ps-md-160 {
    padding-left: 10rem !important;
  }

  .wp-front .ps-md-180 {
    padding-left: 11.25rem !important;
  }

  .wp-front .ps-md-200 {
    padding-left: 12.5rem !important;
  }

  .wp-front .text-md-start {
    text-align: left !important;
  }

  .wp-front .text-md-end {
    text-align: right !important;
  }

  .wp-front .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .wp-front .float-lg-start {
    float: left !important;
  }

  .wp-front .float-lg-end {
    float: right !important;
  }

  .wp-front .float-lg-none {
    float: none !important;
  }

  .wp-front .d-lg-inline {
    display: inline !important;
  }

  .wp-front .d-lg-inline-block {
    display: inline-block !important;
  }

  .wp-front .d-lg-block {
    display: block !important;
  }

  .wp-front .d-lg-grid {
    display: grid !important;
  }

  .wp-front .d-lg-table {
    display: table !important;
  }

  .wp-front .d-lg-table-row {
    display: table-row !important;
  }

  .wp-front .d-lg-table-cell {
    display: table-cell !important;
  }

  .wp-front .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .d-lg-none {
    display: none !important;
  }

  .wp-front .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .wp-front .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .wp-front .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .wp-front .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .wp-front .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .wp-front .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .wp-front .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .wp-front .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .wp-front .gap-lg-0 {
    gap: 0 !important;
  }

  .wp-front .gap-lg-1 {
    gap: 0.0625rem !important;
  }

  .wp-front .gap-lg-2 {
    gap: 0.125rem !important;
  }

  .wp-front .gap-lg-3 {
    gap: 0.1875rem !important;
  }

  .wp-front .gap-lg-4 {
    gap: 0.25rem !important;
  }

  .wp-front .gap-lg-5 {
    gap: 0.3125rem !important;
  }

  .wp-front .gap-lg-10 {
    gap: 0.625rem !important;
  }

  .wp-front .gap-lg-15 {
    gap: 0.9375rem !important;
  }

  .wp-front .gap-lg-20 {
    gap: 1.25rem !important;
  }

  .wp-front .gap-lg-25 {
    gap: 1.5625rem !important;
  }

  .wp-front .gap-lg-30 {
    gap: 1.875rem !important;
  }

  .wp-front .gap-lg-35 {
    gap: 2.1875rem !important;
  }

  .wp-front .gap-lg-40 {
    gap: 2.5rem !important;
  }

  .wp-front .gap-lg-50 {
    gap: 3.125rem !important;
  }

  .wp-front .gap-lg-60 {
    gap: 3.75rem !important;
  }

  .wp-front .gap-lg-80 {
    gap: 5rem !important;
  }

  .wp-front .gap-lg-100 {
    gap: 6.25rem !important;
  }

  .wp-front .gap-lg-120 {
    gap: 7.5rem !important;
  }

  .wp-front .gap-lg-140 {
    gap: 8.75rem !important;
  }

  .wp-front .gap-lg-160 {
    gap: 10rem !important;
  }

  .wp-front .gap-lg-180 {
    gap: 11.25rem !important;
  }

  .wp-front .gap-lg-200 {
    gap: 12.5rem !important;
  }

  .wp-front .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .wp-front .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .wp-front .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .wp-front .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .wp-front .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .wp-front .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .wp-front .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .wp-front .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .wp-front .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .wp-front .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .wp-front .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .wp-front .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .wp-front .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .wp-front .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .wp-front .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .wp-front .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .wp-front .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .wp-front .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .wp-front .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .wp-front .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .wp-front .m-lg-0 {
    margin: 0 !important;
  }

  .wp-front .m-lg-1 {
    margin: 0.0625rem !important;
  }

  .wp-front .m-lg-2 {
    margin: 0.125rem !important;
  }

  .wp-front .m-lg-3 {
    margin: 0.1875rem !important;
  }

  .wp-front .m-lg-4 {
    margin: 0.25rem !important;
  }

  .wp-front .m-lg-5 {
    margin: 0.3125rem !important;
  }

  .wp-front .m-lg-10 {
    margin: 0.625rem !important;
  }

  .wp-front .m-lg-15 {
    margin: 0.9375rem !important;
  }

  .wp-front .m-lg-20 {
    margin: 1.25rem !important;
  }

  .wp-front .m-lg-25 {
    margin: 1.5625rem !important;
  }

  .wp-front .m-lg-30 {
    margin: 1.875rem !important;
  }

  .wp-front .m-lg-35 {
    margin: 2.1875rem !important;
  }

  .wp-front .m-lg-40 {
    margin: 2.5rem !important;
  }

  .wp-front .m-lg-50 {
    margin: 3.125rem !important;
  }

  .wp-front .m-lg-60 {
    margin: 3.75rem !important;
  }

  .wp-front .m-lg-80 {
    margin: 5rem !important;
  }

  .wp-front .m-lg-100 {
    margin: 6.25rem !important;
  }

  .wp-front .m-lg-120 {
    margin: 7.5rem !important;
  }

  .wp-front .m-lg-140 {
    margin: 8.75rem !important;
  }

  .wp-front .m-lg-160 {
    margin: 10rem !important;
  }

  .wp-front .m-lg-180 {
    margin: 11.25rem !important;
  }

  .wp-front .m-lg-200 {
    margin: 12.5rem !important;
  }

  .wp-front .m-lg-auto {
    margin: auto !important;
  }

  .wp-front .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-front .mx-lg-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .wp-front .mx-lg-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .wp-front .mx-lg-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .wp-front .mx-lg-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .wp-front .mx-lg-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .wp-front .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .wp-front .mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .wp-front .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .wp-front .mx-lg-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .wp-front .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .wp-front .mx-lg-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .wp-front .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .wp-front .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .wp-front .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .wp-front .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .wp-front .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .wp-front .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .wp-front .mx-lg-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .wp-front .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .wp-front .mx-lg-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  .wp-front .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .wp-front .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .wp-front .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wp-front .my-lg-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .my-lg-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .wp-front .my-lg-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .my-lg-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .wp-front .my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .wp-front .my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .wp-front .my-lg-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .wp-front .my-lg-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .wp-front .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .wp-front .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .wp-front .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .wp-front .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .wp-front .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .wp-front .my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .wp-front .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .wp-front .my-lg-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  .wp-front .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .wp-front .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .wp-front .mt-lg-0 {
    margin-top: 0 !important;
  }

  .wp-front .mt-lg-1 {
    margin-top: 0.0625rem !important;
  }

  .wp-front .mt-lg-2 {
    margin-top: 0.125rem !important;
  }

  .wp-front .mt-lg-3 {
    margin-top: 0.1875rem !important;
  }

  .wp-front .mt-lg-4 {
    margin-top: 0.25rem !important;
  }

  .wp-front .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }

  .wp-front .mt-lg-10 {
    margin-top: 0.625rem !important;
  }

  .wp-front .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }

  .wp-front .mt-lg-20 {
    margin-top: 1.25rem !important;
  }

  .wp-front .mt-lg-25 {
    margin-top: 1.5625rem !important;
  }

  .wp-front .mt-lg-30 {
    margin-top: 1.875rem !important;
  }

  .wp-front .mt-lg-35 {
    margin-top: 2.1875rem !important;
  }

  .wp-front .mt-lg-40 {
    margin-top: 2.5rem !important;
  }

  .wp-front .mt-lg-50 {
    margin-top: 3.125rem !important;
  }

  .wp-front .mt-lg-60 {
    margin-top: 3.75rem !important;
  }

  .wp-front .mt-lg-80 {
    margin-top: 5rem !important;
  }

  .wp-front .mt-lg-100 {
    margin-top: 6.25rem !important;
  }

  .wp-front .mt-lg-120 {
    margin-top: 7.5rem !important;
  }

  .wp-front .mt-lg-140 {
    margin-top: 8.75rem !important;
  }

  .wp-front .mt-lg-160 {
    margin-top: 10rem !important;
  }

  .wp-front .mt-lg-180 {
    margin-top: 11.25rem !important;
  }

  .wp-front .mt-lg-200 {
    margin-top: 12.5rem !important;
  }

  .wp-front .mt-lg-auto {
    margin-top: auto !important;
  }

  .wp-front .me-lg-0 {
    margin-right: 0 !important;
  }

  .wp-front .me-lg-1 {
    margin-right: 0.0625rem !important;
  }

  .wp-front .me-lg-2 {
    margin-right: 0.125rem !important;
  }

  .wp-front .me-lg-3 {
    margin-right: 0.1875rem !important;
  }

  .wp-front .me-lg-4 {
    margin-right: 0.25rem !important;
  }

  .wp-front .me-lg-5 {
    margin-right: 0.3125rem !important;
  }

  .wp-front .me-lg-10 {
    margin-right: 0.625rem !important;
  }

  .wp-front .me-lg-15 {
    margin-right: 0.9375rem !important;
  }

  .wp-front .me-lg-20 {
    margin-right: 1.25rem !important;
  }

  .wp-front .me-lg-25 {
    margin-right: 1.5625rem !important;
  }

  .wp-front .me-lg-30 {
    margin-right: 1.875rem !important;
  }

  .wp-front .me-lg-35 {
    margin-right: 2.1875rem !important;
  }

  .wp-front .me-lg-40 {
    margin-right: 2.5rem !important;
  }

  .wp-front .me-lg-50 {
    margin-right: 3.125rem !important;
  }

  .wp-front .me-lg-60 {
    margin-right: 3.75rem !important;
  }

  .wp-front .me-lg-80 {
    margin-right: 5rem !important;
  }

  .wp-front .me-lg-100 {
    margin-right: 6.25rem !important;
  }

  .wp-front .me-lg-120 {
    margin-right: 7.5rem !important;
  }

  .wp-front .me-lg-140 {
    margin-right: 8.75rem !important;
  }

  .wp-front .me-lg-160 {
    margin-right: 10rem !important;
  }

  .wp-front .me-lg-180 {
    margin-right: 11.25rem !important;
  }

  .wp-front .me-lg-200 {
    margin-right: 12.5rem !important;
  }

  .wp-front .me-lg-auto {
    margin-right: auto !important;
  }

  .wp-front .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .wp-front .mb-lg-1 {
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .mb-lg-2 {
    margin-bottom: 0.125rem !important;
  }

  .wp-front .mb-lg-3 {
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .mb-lg-4 {
    margin-bottom: 0.25rem !important;
  }

  .wp-front .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }

  .wp-front .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }

  .wp-front .mb-lg-25 {
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }

  .wp-front .mb-lg-35 {
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }

  .wp-front .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }

  .wp-front .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }

  .wp-front .mb-lg-80 {
    margin-bottom: 5rem !important;
  }

  .wp-front .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }

  .wp-front .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }

  .wp-front .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }

  .wp-front .mb-lg-160 {
    margin-bottom: 10rem !important;
  }

  .wp-front .mb-lg-180 {
    margin-bottom: 11.25rem !important;
  }

  .wp-front .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }

  .wp-front .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .wp-front .ms-lg-0 {
    margin-left: 0 !important;
  }

  .wp-front .ms-lg-1 {
    margin-left: 0.0625rem !important;
  }

  .wp-front .ms-lg-2 {
    margin-left: 0.125rem !important;
  }

  .wp-front .ms-lg-3 {
    margin-left: 0.1875rem !important;
  }

  .wp-front .ms-lg-4 {
    margin-left: 0.25rem !important;
  }

  .wp-front .ms-lg-5 {
    margin-left: 0.3125rem !important;
  }

  .wp-front .ms-lg-10 {
    margin-left: 0.625rem !important;
  }

  .wp-front .ms-lg-15 {
    margin-left: 0.9375rem !important;
  }

  .wp-front .ms-lg-20 {
    margin-left: 1.25rem !important;
  }

  .wp-front .ms-lg-25 {
    margin-left: 1.5625rem !important;
  }

  .wp-front .ms-lg-30 {
    margin-left: 1.875rem !important;
  }

  .wp-front .ms-lg-35 {
    margin-left: 2.1875rem !important;
  }

  .wp-front .ms-lg-40 {
    margin-left: 2.5rem !important;
  }

  .wp-front .ms-lg-50 {
    margin-left: 3.125rem !important;
  }

  .wp-front .ms-lg-60 {
    margin-left: 3.75rem !important;
  }

  .wp-front .ms-lg-80 {
    margin-left: 5rem !important;
  }

  .wp-front .ms-lg-100 {
    margin-left: 6.25rem !important;
  }

  .wp-front .ms-lg-120 {
    margin-left: 7.5rem !important;
  }

  .wp-front .ms-lg-140 {
    margin-left: 8.75rem !important;
  }

  .wp-front .ms-lg-160 {
    margin-left: 10rem !important;
  }

  .wp-front .ms-lg-180 {
    margin-left: 11.25rem !important;
  }

  .wp-front .ms-lg-200 {
    margin-left: 12.5rem !important;
  }

  .wp-front .ms-lg-auto {
    margin-left: auto !important;
  }

  .wp-front .p-lg-0 {
    padding: 0 !important;
  }

  .wp-front .p-lg-1 {
    padding: 0.0625rem !important;
  }

  .wp-front .p-lg-2 {
    padding: 0.125rem !important;
  }

  .wp-front .p-lg-3 {
    padding: 0.1875rem !important;
  }

  .wp-front .p-lg-4 {
    padding: 0.25rem !important;
  }

  .wp-front .p-lg-5 {
    padding: 0.3125rem !important;
  }

  .wp-front .p-lg-10 {
    padding: 0.625rem !important;
  }

  .wp-front .p-lg-15 {
    padding: 0.9375rem !important;
  }

  .wp-front .p-lg-20 {
    padding: 1.25rem !important;
  }

  .wp-front .p-lg-25 {
    padding: 1.5625rem !important;
  }

  .wp-front .p-lg-30 {
    padding: 1.875rem !important;
  }

  .wp-front .p-lg-35 {
    padding: 2.1875rem !important;
  }

  .wp-front .p-lg-40 {
    padding: 2.5rem !important;
  }

  .wp-front .p-lg-50 {
    padding: 3.125rem !important;
  }

  .wp-front .p-lg-60 {
    padding: 3.75rem !important;
  }

  .wp-front .p-lg-80 {
    padding: 5rem !important;
  }

  .wp-front .p-lg-100 {
    padding: 6.25rem !important;
  }

  .wp-front .p-lg-120 {
    padding: 7.5rem !important;
  }

  .wp-front .p-lg-140 {
    padding: 8.75rem !important;
  }

  .wp-front .p-lg-160 {
    padding: 10rem !important;
  }

  .wp-front .p-lg-180 {
    padding: 11.25rem !important;
  }

  .wp-front .p-lg-200 {
    padding: 12.5rem !important;
  }

  .wp-front .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wp-front .px-lg-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .wp-front .px-lg-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .wp-front .px-lg-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .wp-front .px-lg-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .wp-front .px-lg-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .wp-front .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .wp-front .px-lg-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .wp-front .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .wp-front .px-lg-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .wp-front .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .wp-front .px-lg-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .wp-front .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .wp-front .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .wp-front .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .wp-front .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .wp-front .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .wp-front .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .wp-front .px-lg-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .wp-front .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .wp-front .px-lg-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  .wp-front .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .wp-front .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wp-front .py-lg-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .py-lg-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .wp-front .py-lg-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .py-lg-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .wp-front .py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .wp-front .py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .wp-front .py-lg-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .wp-front .py-lg-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .wp-front .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .wp-front .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .wp-front .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .wp-front .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .wp-front .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .wp-front .py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .wp-front .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .wp-front .py-lg-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  .wp-front .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .wp-front .pt-lg-0 {
    padding-top: 0 !important;
  }

  .wp-front .pt-lg-1 {
    padding-top: 0.0625rem !important;
  }

  .wp-front .pt-lg-2 {
    padding-top: 0.125rem !important;
  }

  .wp-front .pt-lg-3 {
    padding-top: 0.1875rem !important;
  }

  .wp-front .pt-lg-4 {
    padding-top: 0.25rem !important;
  }

  .wp-front .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }

  .wp-front .pt-lg-10 {
    padding-top: 0.625rem !important;
  }

  .wp-front .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }

  .wp-front .pt-lg-20 {
    padding-top: 1.25rem !important;
  }

  .wp-front .pt-lg-25 {
    padding-top: 1.5625rem !important;
  }

  .wp-front .pt-lg-30 {
    padding-top: 1.875rem !important;
  }

  .wp-front .pt-lg-35 {
    padding-top: 2.1875rem !important;
  }

  .wp-front .pt-lg-40 {
    padding-top: 2.5rem !important;
  }

  .wp-front .pt-lg-50 {
    padding-top: 3.125rem !important;
  }

  .wp-front .pt-lg-60 {
    padding-top: 3.75rem !important;
  }

  .wp-front .pt-lg-80 {
    padding-top: 5rem !important;
  }

  .wp-front .pt-lg-100 {
    padding-top: 6.25rem !important;
  }

  .wp-front .pt-lg-120 {
    padding-top: 7.5rem !important;
  }

  .wp-front .pt-lg-140 {
    padding-top: 8.75rem !important;
  }

  .wp-front .pt-lg-160 {
    padding-top: 10rem !important;
  }

  .wp-front .pt-lg-180 {
    padding-top: 11.25rem !important;
  }

  .wp-front .pt-lg-200 {
    padding-top: 12.5rem !important;
  }

  .wp-front .pe-lg-0 {
    padding-right: 0 !important;
  }

  .wp-front .pe-lg-1 {
    padding-right: 0.0625rem !important;
  }

  .wp-front .pe-lg-2 {
    padding-right: 0.125rem !important;
  }

  .wp-front .pe-lg-3 {
    padding-right: 0.1875rem !important;
  }

  .wp-front .pe-lg-4 {
    padding-right: 0.25rem !important;
  }

  .wp-front .pe-lg-5 {
    padding-right: 0.3125rem !important;
  }

  .wp-front .pe-lg-10 {
    padding-right: 0.625rem !important;
  }

  .wp-front .pe-lg-15 {
    padding-right: 0.9375rem !important;
  }

  .wp-front .pe-lg-20 {
    padding-right: 1.25rem !important;
  }

  .wp-front .pe-lg-25 {
    padding-right: 1.5625rem !important;
  }

  .wp-front .pe-lg-30 {
    padding-right: 1.875rem !important;
  }

  .wp-front .pe-lg-35 {
    padding-right: 2.1875rem !important;
  }

  .wp-front .pe-lg-40 {
    padding-right: 2.5rem !important;
  }

  .wp-front .pe-lg-50 {
    padding-right: 3.125rem !important;
  }

  .wp-front .pe-lg-60 {
    padding-right: 3.75rem !important;
  }

  .wp-front .pe-lg-80 {
    padding-right: 5rem !important;
  }

  .wp-front .pe-lg-100 {
    padding-right: 6.25rem !important;
  }

  .wp-front .pe-lg-120 {
    padding-right: 7.5rem !important;
  }

  .wp-front .pe-lg-140 {
    padding-right: 8.75rem !important;
  }

  .wp-front .pe-lg-160 {
    padding-right: 10rem !important;
  }

  .wp-front .pe-lg-180 {
    padding-right: 11.25rem !important;
  }

  .wp-front .pe-lg-200 {
    padding-right: 12.5rem !important;
  }

  .wp-front .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .wp-front .pb-lg-1 {
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .pb-lg-2 {
    padding-bottom: 0.125rem !important;
  }

  .wp-front .pb-lg-3 {
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .pb-lg-4 {
    padding-bottom: 0.25rem !important;
  }

  .wp-front .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }

  .wp-front .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }

  .wp-front .pb-lg-25 {
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }

  .wp-front .pb-lg-35 {
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }

  .wp-front .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }

  .wp-front .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }

  .wp-front .pb-lg-80 {
    padding-bottom: 5rem !important;
  }

  .wp-front .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }

  .wp-front .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }

  .wp-front .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }

  .wp-front .pb-lg-160 {
    padding-bottom: 10rem !important;
  }

  .wp-front .pb-lg-180 {
    padding-bottom: 11.25rem !important;
  }

  .wp-front .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }

  .wp-front .ps-lg-0 {
    padding-left: 0 !important;
  }

  .wp-front .ps-lg-1 {
    padding-left: 0.0625rem !important;
  }

  .wp-front .ps-lg-2 {
    padding-left: 0.125rem !important;
  }

  .wp-front .ps-lg-3 {
    padding-left: 0.1875rem !important;
  }

  .wp-front .ps-lg-4 {
    padding-left: 0.25rem !important;
  }

  .wp-front .ps-lg-5 {
    padding-left: 0.3125rem !important;
  }

  .wp-front .ps-lg-10 {
    padding-left: 0.625rem !important;
  }

  .wp-front .ps-lg-15 {
    padding-left: 0.9375rem !important;
  }

  .wp-front .ps-lg-20 {
    padding-left: 1.25rem !important;
  }

  .wp-front .ps-lg-25 {
    padding-left: 1.5625rem !important;
  }

  .wp-front .ps-lg-30 {
    padding-left: 1.875rem !important;
  }

  .wp-front .ps-lg-35 {
    padding-left: 2.1875rem !important;
  }

  .wp-front .ps-lg-40 {
    padding-left: 2.5rem !important;
  }

  .wp-front .ps-lg-50 {
    padding-left: 3.125rem !important;
  }

  .wp-front .ps-lg-60 {
    padding-left: 3.75rem !important;
  }

  .wp-front .ps-lg-80 {
    padding-left: 5rem !important;
  }

  .wp-front .ps-lg-100 {
    padding-left: 6.25rem !important;
  }

  .wp-front .ps-lg-120 {
    padding-left: 7.5rem !important;
  }

  .wp-front .ps-lg-140 {
    padding-left: 8.75rem !important;
  }

  .wp-front .ps-lg-160 {
    padding-left: 10rem !important;
  }

  .wp-front .ps-lg-180 {
    padding-left: 11.25rem !important;
  }

  .wp-front .ps-lg-200 {
    padding-left: 12.5rem !important;
  }

  .wp-front .text-lg-start {
    text-align: left !important;
  }

  .wp-front .text-lg-end {
    text-align: right !important;
  }

  .wp-front .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .wp-front .float-xl-start {
    float: left !important;
  }

  .wp-front .float-xl-end {
    float: right !important;
  }

  .wp-front .float-xl-none {
    float: none !important;
  }

  .wp-front .d-xl-inline {
    display: inline !important;
  }

  .wp-front .d-xl-inline-block {
    display: inline-block !important;
  }

  .wp-front .d-xl-block {
    display: block !important;
  }

  .wp-front .d-xl-grid {
    display: grid !important;
  }

  .wp-front .d-xl-table {
    display: table !important;
  }

  .wp-front .d-xl-table-row {
    display: table-row !important;
  }

  .wp-front .d-xl-table-cell {
    display: table-cell !important;
  }

  .wp-front .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .d-xl-none {
    display: none !important;
  }

  .wp-front .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .wp-front .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .wp-front .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .wp-front .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .wp-front .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .wp-front .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .wp-front .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .wp-front .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .wp-front .gap-xl-0 {
    gap: 0 !important;
  }

  .wp-front .gap-xl-1 {
    gap: 0.0625rem !important;
  }

  .wp-front .gap-xl-2 {
    gap: 0.125rem !important;
  }

  .wp-front .gap-xl-3 {
    gap: 0.1875rem !important;
  }

  .wp-front .gap-xl-4 {
    gap: 0.25rem !important;
  }

  .wp-front .gap-xl-5 {
    gap: 0.3125rem !important;
  }

  .wp-front .gap-xl-10 {
    gap: 0.625rem !important;
  }

  .wp-front .gap-xl-15 {
    gap: 0.9375rem !important;
  }

  .wp-front .gap-xl-20 {
    gap: 1.25rem !important;
  }

  .wp-front .gap-xl-25 {
    gap: 1.5625rem !important;
  }

  .wp-front .gap-xl-30 {
    gap: 1.875rem !important;
  }

  .wp-front .gap-xl-35 {
    gap: 2.1875rem !important;
  }

  .wp-front .gap-xl-40 {
    gap: 2.5rem !important;
  }

  .wp-front .gap-xl-50 {
    gap: 3.125rem !important;
  }

  .wp-front .gap-xl-60 {
    gap: 3.75rem !important;
  }

  .wp-front .gap-xl-80 {
    gap: 5rem !important;
  }

  .wp-front .gap-xl-100 {
    gap: 6.25rem !important;
  }

  .wp-front .gap-xl-120 {
    gap: 7.5rem !important;
  }

  .wp-front .gap-xl-140 {
    gap: 8.75rem !important;
  }

  .wp-front .gap-xl-160 {
    gap: 10rem !important;
  }

  .wp-front .gap-xl-180 {
    gap: 11.25rem !important;
  }

  .wp-front .gap-xl-200 {
    gap: 12.5rem !important;
  }

  .wp-front .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .wp-front .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .wp-front .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .wp-front .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .wp-front .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .wp-front .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .wp-front .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .wp-front .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .wp-front .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .wp-front .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .wp-front .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .wp-front .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .wp-front .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .wp-front .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .wp-front .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .wp-front .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .wp-front .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .wp-front .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .wp-front .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .wp-front .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .wp-front .m-xl-0 {
    margin: 0 !important;
  }

  .wp-front .m-xl-1 {
    margin: 0.0625rem !important;
  }

  .wp-front .m-xl-2 {
    margin: 0.125rem !important;
  }

  .wp-front .m-xl-3 {
    margin: 0.1875rem !important;
  }

  .wp-front .m-xl-4 {
    margin: 0.25rem !important;
  }

  .wp-front .m-xl-5 {
    margin: 0.3125rem !important;
  }

  .wp-front .m-xl-10 {
    margin: 0.625rem !important;
  }

  .wp-front .m-xl-15 {
    margin: 0.9375rem !important;
  }

  .wp-front .m-xl-20 {
    margin: 1.25rem !important;
  }

  .wp-front .m-xl-25 {
    margin: 1.5625rem !important;
  }

  .wp-front .m-xl-30 {
    margin: 1.875rem !important;
  }

  .wp-front .m-xl-35 {
    margin: 2.1875rem !important;
  }

  .wp-front .m-xl-40 {
    margin: 2.5rem !important;
  }

  .wp-front .m-xl-50 {
    margin: 3.125rem !important;
  }

  .wp-front .m-xl-60 {
    margin: 3.75rem !important;
  }

  .wp-front .m-xl-80 {
    margin: 5rem !important;
  }

  .wp-front .m-xl-100 {
    margin: 6.25rem !important;
  }

  .wp-front .m-xl-120 {
    margin: 7.5rem !important;
  }

  .wp-front .m-xl-140 {
    margin: 8.75rem !important;
  }

  .wp-front .m-xl-160 {
    margin: 10rem !important;
  }

  .wp-front .m-xl-180 {
    margin: 11.25rem !important;
  }

  .wp-front .m-xl-200 {
    margin: 12.5rem !important;
  }

  .wp-front .m-xl-auto {
    margin: auto !important;
  }

  .wp-front .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-front .mx-xl-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .wp-front .mx-xl-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .wp-front .mx-xl-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .wp-front .mx-xl-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .wp-front .mx-xl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .wp-front .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .wp-front .mx-xl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .wp-front .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .wp-front .mx-xl-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .wp-front .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .wp-front .mx-xl-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .wp-front .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .wp-front .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .wp-front .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .wp-front .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .wp-front .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .wp-front .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .wp-front .mx-xl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .wp-front .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .wp-front .mx-xl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  .wp-front .mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .wp-front .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .wp-front .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wp-front .my-xl-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .my-xl-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .wp-front .my-xl-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .my-xl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .wp-front .my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .wp-front .my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .wp-front .my-xl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .wp-front .my-xl-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .wp-front .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .wp-front .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .wp-front .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .wp-front .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .wp-front .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .wp-front .my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .wp-front .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .wp-front .my-xl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  .wp-front .my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .wp-front .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .wp-front .mt-xl-0 {
    margin-top: 0 !important;
  }

  .wp-front .mt-xl-1 {
    margin-top: 0.0625rem !important;
  }

  .wp-front .mt-xl-2 {
    margin-top: 0.125rem !important;
  }

  .wp-front .mt-xl-3 {
    margin-top: 0.1875rem !important;
  }

  .wp-front .mt-xl-4 {
    margin-top: 0.25rem !important;
  }

  .wp-front .mt-xl-5 {
    margin-top: 0.3125rem !important;
  }

  .wp-front .mt-xl-10 {
    margin-top: 0.625rem !important;
  }

  .wp-front .mt-xl-15 {
    margin-top: 0.9375rem !important;
  }

  .wp-front .mt-xl-20 {
    margin-top: 1.25rem !important;
  }

  .wp-front .mt-xl-25 {
    margin-top: 1.5625rem !important;
  }

  .wp-front .mt-xl-30 {
    margin-top: 1.875rem !important;
  }

  .wp-front .mt-xl-35 {
    margin-top: 2.1875rem !important;
  }

  .wp-front .mt-xl-40 {
    margin-top: 2.5rem !important;
  }

  .wp-front .mt-xl-50 {
    margin-top: 3.125rem !important;
  }

  .wp-front .mt-xl-60 {
    margin-top: 3.75rem !important;
  }

  .wp-front .mt-xl-80 {
    margin-top: 5rem !important;
  }

  .wp-front .mt-xl-100 {
    margin-top: 6.25rem !important;
  }

  .wp-front .mt-xl-120 {
    margin-top: 7.5rem !important;
  }

  .wp-front .mt-xl-140 {
    margin-top: 8.75rem !important;
  }

  .wp-front .mt-xl-160 {
    margin-top: 10rem !important;
  }

  .wp-front .mt-xl-180 {
    margin-top: 11.25rem !important;
  }

  .wp-front .mt-xl-200 {
    margin-top: 12.5rem !important;
  }

  .wp-front .mt-xl-auto {
    margin-top: auto !important;
  }

  .wp-front .me-xl-0 {
    margin-right: 0 !important;
  }

  .wp-front .me-xl-1 {
    margin-right: 0.0625rem !important;
  }

  .wp-front .me-xl-2 {
    margin-right: 0.125rem !important;
  }

  .wp-front .me-xl-3 {
    margin-right: 0.1875rem !important;
  }

  .wp-front .me-xl-4 {
    margin-right: 0.25rem !important;
  }

  .wp-front .me-xl-5 {
    margin-right: 0.3125rem !important;
  }

  .wp-front .me-xl-10 {
    margin-right: 0.625rem !important;
  }

  .wp-front .me-xl-15 {
    margin-right: 0.9375rem !important;
  }

  .wp-front .me-xl-20 {
    margin-right: 1.25rem !important;
  }

  .wp-front .me-xl-25 {
    margin-right: 1.5625rem !important;
  }

  .wp-front .me-xl-30 {
    margin-right: 1.875rem !important;
  }

  .wp-front .me-xl-35 {
    margin-right: 2.1875rem !important;
  }

  .wp-front .me-xl-40 {
    margin-right: 2.5rem !important;
  }

  .wp-front .me-xl-50 {
    margin-right: 3.125rem !important;
  }

  .wp-front .me-xl-60 {
    margin-right: 3.75rem !important;
  }

  .wp-front .me-xl-80 {
    margin-right: 5rem !important;
  }

  .wp-front .me-xl-100 {
    margin-right: 6.25rem !important;
  }

  .wp-front .me-xl-120 {
    margin-right: 7.5rem !important;
  }

  .wp-front .me-xl-140 {
    margin-right: 8.75rem !important;
  }

  .wp-front .me-xl-160 {
    margin-right: 10rem !important;
  }

  .wp-front .me-xl-180 {
    margin-right: 11.25rem !important;
  }

  .wp-front .me-xl-200 {
    margin-right: 12.5rem !important;
  }

  .wp-front .me-xl-auto {
    margin-right: auto !important;
  }

  .wp-front .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .wp-front .mb-xl-1 {
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .mb-xl-2 {
    margin-bottom: 0.125rem !important;
  }

  .wp-front .mb-xl-3 {
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .mb-xl-4 {
    margin-bottom: 0.25rem !important;
  }

  .wp-front .mb-xl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }

  .wp-front .mb-xl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }

  .wp-front .mb-xl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }

  .wp-front .mb-xl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }

  .wp-front .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }

  .wp-front .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }

  .wp-front .mb-xl-80 {
    margin-bottom: 5rem !important;
  }

  .wp-front .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }

  .wp-front .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }

  .wp-front .mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }

  .wp-front .mb-xl-160 {
    margin-bottom: 10rem !important;
  }

  .wp-front .mb-xl-180 {
    margin-bottom: 11.25rem !important;
  }

  .wp-front .mb-xl-200 {
    margin-bottom: 12.5rem !important;
  }

  .wp-front .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .wp-front .ms-xl-0 {
    margin-left: 0 !important;
  }

  .wp-front .ms-xl-1 {
    margin-left: 0.0625rem !important;
  }

  .wp-front .ms-xl-2 {
    margin-left: 0.125rem !important;
  }

  .wp-front .ms-xl-3 {
    margin-left: 0.1875rem !important;
  }

  .wp-front .ms-xl-4 {
    margin-left: 0.25rem !important;
  }

  .wp-front .ms-xl-5 {
    margin-left: 0.3125rem !important;
  }

  .wp-front .ms-xl-10 {
    margin-left: 0.625rem !important;
  }

  .wp-front .ms-xl-15 {
    margin-left: 0.9375rem !important;
  }

  .wp-front .ms-xl-20 {
    margin-left: 1.25rem !important;
  }

  .wp-front .ms-xl-25 {
    margin-left: 1.5625rem !important;
  }

  .wp-front .ms-xl-30 {
    margin-left: 1.875rem !important;
  }

  .wp-front .ms-xl-35 {
    margin-left: 2.1875rem !important;
  }

  .wp-front .ms-xl-40 {
    margin-left: 2.5rem !important;
  }

  .wp-front .ms-xl-50 {
    margin-left: 3.125rem !important;
  }

  .wp-front .ms-xl-60 {
    margin-left: 3.75rem !important;
  }

  .wp-front .ms-xl-80 {
    margin-left: 5rem !important;
  }

  .wp-front .ms-xl-100 {
    margin-left: 6.25rem !important;
  }

  .wp-front .ms-xl-120 {
    margin-left: 7.5rem !important;
  }

  .wp-front .ms-xl-140 {
    margin-left: 8.75rem !important;
  }

  .wp-front .ms-xl-160 {
    margin-left: 10rem !important;
  }

  .wp-front .ms-xl-180 {
    margin-left: 11.25rem !important;
  }

  .wp-front .ms-xl-200 {
    margin-left: 12.5rem !important;
  }

  .wp-front .ms-xl-auto {
    margin-left: auto !important;
  }

  .wp-front .p-xl-0 {
    padding: 0 !important;
  }

  .wp-front .p-xl-1 {
    padding: 0.0625rem !important;
  }

  .wp-front .p-xl-2 {
    padding: 0.125rem !important;
  }

  .wp-front .p-xl-3 {
    padding: 0.1875rem !important;
  }

  .wp-front .p-xl-4 {
    padding: 0.25rem !important;
  }

  .wp-front .p-xl-5 {
    padding: 0.3125rem !important;
  }

  .wp-front .p-xl-10 {
    padding: 0.625rem !important;
  }

  .wp-front .p-xl-15 {
    padding: 0.9375rem !important;
  }

  .wp-front .p-xl-20 {
    padding: 1.25rem !important;
  }

  .wp-front .p-xl-25 {
    padding: 1.5625rem !important;
  }

  .wp-front .p-xl-30 {
    padding: 1.875rem !important;
  }

  .wp-front .p-xl-35 {
    padding: 2.1875rem !important;
  }

  .wp-front .p-xl-40 {
    padding: 2.5rem !important;
  }

  .wp-front .p-xl-50 {
    padding: 3.125rem !important;
  }

  .wp-front .p-xl-60 {
    padding: 3.75rem !important;
  }

  .wp-front .p-xl-80 {
    padding: 5rem !important;
  }

  .wp-front .p-xl-100 {
    padding: 6.25rem !important;
  }

  .wp-front .p-xl-120 {
    padding: 7.5rem !important;
  }

  .wp-front .p-xl-140 {
    padding: 8.75rem !important;
  }

  .wp-front .p-xl-160 {
    padding: 10rem !important;
  }

  .wp-front .p-xl-180 {
    padding: 11.25rem !important;
  }

  .wp-front .p-xl-200 {
    padding: 12.5rem !important;
  }

  .wp-front .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wp-front .px-xl-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .wp-front .px-xl-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .wp-front .px-xl-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .wp-front .px-xl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .wp-front .px-xl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .wp-front .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .wp-front .px-xl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .wp-front .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .wp-front .px-xl-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .wp-front .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .wp-front .px-xl-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .wp-front .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .wp-front .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .wp-front .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .wp-front .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .wp-front .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .wp-front .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .wp-front .px-xl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .wp-front .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .wp-front .px-xl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  .wp-front .px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .wp-front .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wp-front .py-xl-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .py-xl-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .wp-front .py-xl-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .py-xl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .wp-front .py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .wp-front .py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .wp-front .py-xl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .wp-front .py-xl-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .wp-front .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .wp-front .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .wp-front .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .wp-front .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .wp-front .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .wp-front .py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .wp-front .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .wp-front .py-xl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  .wp-front .py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .wp-front .pt-xl-0 {
    padding-top: 0 !important;
  }

  .wp-front .pt-xl-1 {
    padding-top: 0.0625rem !important;
  }

  .wp-front .pt-xl-2 {
    padding-top: 0.125rem !important;
  }

  .wp-front .pt-xl-3 {
    padding-top: 0.1875rem !important;
  }

  .wp-front .pt-xl-4 {
    padding-top: 0.25rem !important;
  }

  .wp-front .pt-xl-5 {
    padding-top: 0.3125rem !important;
  }

  .wp-front .pt-xl-10 {
    padding-top: 0.625rem !important;
  }

  .wp-front .pt-xl-15 {
    padding-top: 0.9375rem !important;
  }

  .wp-front .pt-xl-20 {
    padding-top: 1.25rem !important;
  }

  .wp-front .pt-xl-25 {
    padding-top: 1.5625rem !important;
  }

  .wp-front .pt-xl-30 {
    padding-top: 1.875rem !important;
  }

  .wp-front .pt-xl-35 {
    padding-top: 2.1875rem !important;
  }

  .wp-front .pt-xl-40 {
    padding-top: 2.5rem !important;
  }

  .wp-front .pt-xl-50 {
    padding-top: 3.125rem !important;
  }

  .wp-front .pt-xl-60 {
    padding-top: 3.75rem !important;
  }

  .wp-front .pt-xl-80 {
    padding-top: 5rem !important;
  }

  .wp-front .pt-xl-100 {
    padding-top: 6.25rem !important;
  }

  .wp-front .pt-xl-120 {
    padding-top: 7.5rem !important;
  }

  .wp-front .pt-xl-140 {
    padding-top: 8.75rem !important;
  }

  .wp-front .pt-xl-160 {
    padding-top: 10rem !important;
  }

  .wp-front .pt-xl-180 {
    padding-top: 11.25rem !important;
  }

  .wp-front .pt-xl-200 {
    padding-top: 12.5rem !important;
  }

  .wp-front .pe-xl-0 {
    padding-right: 0 !important;
  }

  .wp-front .pe-xl-1 {
    padding-right: 0.0625rem !important;
  }

  .wp-front .pe-xl-2 {
    padding-right: 0.125rem !important;
  }

  .wp-front .pe-xl-3 {
    padding-right: 0.1875rem !important;
  }

  .wp-front .pe-xl-4 {
    padding-right: 0.25rem !important;
  }

  .wp-front .pe-xl-5 {
    padding-right: 0.3125rem !important;
  }

  .wp-front .pe-xl-10 {
    padding-right: 0.625rem !important;
  }

  .wp-front .pe-xl-15 {
    padding-right: 0.9375rem !important;
  }

  .wp-front .pe-xl-20 {
    padding-right: 1.25rem !important;
  }

  .wp-front .pe-xl-25 {
    padding-right: 1.5625rem !important;
  }

  .wp-front .pe-xl-30 {
    padding-right: 1.875rem !important;
  }

  .wp-front .pe-xl-35 {
    padding-right: 2.1875rem !important;
  }

  .wp-front .pe-xl-40 {
    padding-right: 2.5rem !important;
  }

  .wp-front .pe-xl-50 {
    padding-right: 3.125rem !important;
  }

  .wp-front .pe-xl-60 {
    padding-right: 3.75rem !important;
  }

  .wp-front .pe-xl-80 {
    padding-right: 5rem !important;
  }

  .wp-front .pe-xl-100 {
    padding-right: 6.25rem !important;
  }

  .wp-front .pe-xl-120 {
    padding-right: 7.5rem !important;
  }

  .wp-front .pe-xl-140 {
    padding-right: 8.75rem !important;
  }

  .wp-front .pe-xl-160 {
    padding-right: 10rem !important;
  }

  .wp-front .pe-xl-180 {
    padding-right: 11.25rem !important;
  }

  .wp-front .pe-xl-200 {
    padding-right: 12.5rem !important;
  }

  .wp-front .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .wp-front .pb-xl-1 {
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .pb-xl-2 {
    padding-bottom: 0.125rem !important;
  }

  .wp-front .pb-xl-3 {
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .pb-xl-4 {
    padding-bottom: 0.25rem !important;
  }

  .wp-front .pb-xl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }

  .wp-front .pb-xl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }

  .wp-front .pb-xl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }

  .wp-front .pb-xl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }

  .wp-front .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }

  .wp-front .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }

  .wp-front .pb-xl-80 {
    padding-bottom: 5rem !important;
  }

  .wp-front .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }

  .wp-front .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }

  .wp-front .pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }

  .wp-front .pb-xl-160 {
    padding-bottom: 10rem !important;
  }

  .wp-front .pb-xl-180 {
    padding-bottom: 11.25rem !important;
  }

  .wp-front .pb-xl-200 {
    padding-bottom: 12.5rem !important;
  }

  .wp-front .ps-xl-0 {
    padding-left: 0 !important;
  }

  .wp-front .ps-xl-1 {
    padding-left: 0.0625rem !important;
  }

  .wp-front .ps-xl-2 {
    padding-left: 0.125rem !important;
  }

  .wp-front .ps-xl-3 {
    padding-left: 0.1875rem !important;
  }

  .wp-front .ps-xl-4 {
    padding-left: 0.25rem !important;
  }

  .wp-front .ps-xl-5 {
    padding-left: 0.3125rem !important;
  }

  .wp-front .ps-xl-10 {
    padding-left: 0.625rem !important;
  }

  .wp-front .ps-xl-15 {
    padding-left: 0.9375rem !important;
  }

  .wp-front .ps-xl-20 {
    padding-left: 1.25rem !important;
  }

  .wp-front .ps-xl-25 {
    padding-left: 1.5625rem !important;
  }

  .wp-front .ps-xl-30 {
    padding-left: 1.875rem !important;
  }

  .wp-front .ps-xl-35 {
    padding-left: 2.1875rem !important;
  }

  .wp-front .ps-xl-40 {
    padding-left: 2.5rem !important;
  }

  .wp-front .ps-xl-50 {
    padding-left: 3.125rem !important;
  }

  .wp-front .ps-xl-60 {
    padding-left: 3.75rem !important;
  }

  .wp-front .ps-xl-80 {
    padding-left: 5rem !important;
  }

  .wp-front .ps-xl-100 {
    padding-left: 6.25rem !important;
  }

  .wp-front .ps-xl-120 {
    padding-left: 7.5rem !important;
  }

  .wp-front .ps-xl-140 {
    padding-left: 8.75rem !important;
  }

  .wp-front .ps-xl-160 {
    padding-left: 10rem !important;
  }

  .wp-front .ps-xl-180 {
    padding-left: 11.25rem !important;
  }

  .wp-front .ps-xl-200 {
    padding-left: 12.5rem !important;
  }

  .wp-front .text-xl-start {
    text-align: left !important;
  }

  .wp-front .text-xl-end {
    text-align: right !important;
  }

  .wp-front .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  .wp-front .float-xxl-start {
    float: left !important;
  }

  .wp-front .float-xxl-end {
    float: right !important;
  }

  .wp-front .float-xxl-none {
    float: none !important;
  }

  .wp-front .d-xxl-inline {
    display: inline !important;
  }

  .wp-front .d-xxl-inline-block {
    display: inline-block !important;
  }

  .wp-front .d-xxl-block {
    display: block !important;
  }

  .wp-front .d-xxl-grid {
    display: grid !important;
  }

  .wp-front .d-xxl-table {
    display: table !important;
  }

  .wp-front .d-xxl-table-row {
    display: table-row !important;
  }

  .wp-front .d-xxl-table-cell {
    display: table-cell !important;
  }

  .wp-front .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .d-xxl-none {
    display: none !important;
  }

  .wp-front .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .wp-front .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .wp-front .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .wp-front .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .wp-front .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .wp-front .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .wp-front .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .wp-front .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .wp-front .gap-xxl-0 {
    gap: 0 !important;
  }

  .wp-front .gap-xxl-1 {
    gap: 0.0625rem !important;
  }

  .wp-front .gap-xxl-2 {
    gap: 0.125rem !important;
  }

  .wp-front .gap-xxl-3 {
    gap: 0.1875rem !important;
  }

  .wp-front .gap-xxl-4 {
    gap: 0.25rem !important;
  }

  .wp-front .gap-xxl-5 {
    gap: 0.3125rem !important;
  }

  .wp-front .gap-xxl-10 {
    gap: 0.625rem !important;
  }

  .wp-front .gap-xxl-15 {
    gap: 0.9375rem !important;
  }

  .wp-front .gap-xxl-20 {
    gap: 1.25rem !important;
  }

  .wp-front .gap-xxl-25 {
    gap: 1.5625rem !important;
  }

  .wp-front .gap-xxl-30 {
    gap: 1.875rem !important;
  }

  .wp-front .gap-xxl-35 {
    gap: 2.1875rem !important;
  }

  .wp-front .gap-xxl-40 {
    gap: 2.5rem !important;
  }

  .wp-front .gap-xxl-50 {
    gap: 3.125rem !important;
  }

  .wp-front .gap-xxl-60 {
    gap: 3.75rem !important;
  }

  .wp-front .gap-xxl-80 {
    gap: 5rem !important;
  }

  .wp-front .gap-xxl-100 {
    gap: 6.25rem !important;
  }

  .wp-front .gap-xxl-120 {
    gap: 7.5rem !important;
  }

  .wp-front .gap-xxl-140 {
    gap: 8.75rem !important;
  }

  .wp-front .gap-xxl-160 {
    gap: 10rem !important;
  }

  .wp-front .gap-xxl-180 {
    gap: 11.25rem !important;
  }

  .wp-front .gap-xxl-200 {
    gap: 12.5rem !important;
  }

  .wp-front .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .wp-front .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .wp-front .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .wp-front .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .wp-front .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .wp-front .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .wp-front .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .wp-front .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .wp-front .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .wp-front .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .wp-front .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .wp-front .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .wp-front .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }

  .wp-front .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }

  .wp-front .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }

  .wp-front .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }

  .wp-front .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }

  .wp-front .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }

  .wp-front .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }

  .wp-front .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }

  .wp-front .m-xxl-0 {
    margin: 0 !important;
  }

  .wp-front .m-xxl-1 {
    margin: 0.0625rem !important;
  }

  .wp-front .m-xxl-2 {
    margin: 0.125rem !important;
  }

  .wp-front .m-xxl-3 {
    margin: 0.1875rem !important;
  }

  .wp-front .m-xxl-4 {
    margin: 0.25rem !important;
  }

  .wp-front .m-xxl-5 {
    margin: 0.3125rem !important;
  }

  .wp-front .m-xxl-10 {
    margin: 0.625rem !important;
  }

  .wp-front .m-xxl-15 {
    margin: 0.9375rem !important;
  }

  .wp-front .m-xxl-20 {
    margin: 1.25rem !important;
  }

  .wp-front .m-xxl-25 {
    margin: 1.5625rem !important;
  }

  .wp-front .m-xxl-30 {
    margin: 1.875rem !important;
  }

  .wp-front .m-xxl-35 {
    margin: 2.1875rem !important;
  }

  .wp-front .m-xxl-40 {
    margin: 2.5rem !important;
  }

  .wp-front .m-xxl-50 {
    margin: 3.125rem !important;
  }

  .wp-front .m-xxl-60 {
    margin: 3.75rem !important;
  }

  .wp-front .m-xxl-80 {
    margin: 5rem !important;
  }

  .wp-front .m-xxl-100 {
    margin: 6.25rem !important;
  }

  .wp-front .m-xxl-120 {
    margin: 7.5rem !important;
  }

  .wp-front .m-xxl-140 {
    margin: 8.75rem !important;
  }

  .wp-front .m-xxl-160 {
    margin: 10rem !important;
  }

  .wp-front .m-xxl-180 {
    margin: 11.25rem !important;
  }

  .wp-front .m-xxl-200 {
    margin: 12.5rem !important;
  }

  .wp-front .m-xxl-auto {
    margin: auto !important;
  }

  .wp-front .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .wp-front .mx-xxl-1 {
    margin-right: 0.0625rem !important;
    margin-left: 0.0625rem !important;
  }

  .wp-front .mx-xxl-2 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important;
  }

  .wp-front .mx-xxl-3 {
    margin-right: 0.1875rem !important;
    margin-left: 0.1875rem !important;
  }

  .wp-front .mx-xxl-4 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .wp-front .mx-xxl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }

  .wp-front .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }

  .wp-front .mx-xxl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }

  .wp-front .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .wp-front .mx-xxl-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }

  .wp-front .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }

  .wp-front .mx-xxl-35 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }

  .wp-front .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .wp-front .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }

  .wp-front .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .wp-front .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .wp-front .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }

  .wp-front .mx-xxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }

  .wp-front .mx-xxl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }

  .wp-front .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }

  .wp-front .mx-xxl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }

  .wp-front .mx-xxl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }

  .wp-front .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .wp-front .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .wp-front .my-xxl-1 {
    margin-top: 0.0625rem !important;
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .my-xxl-2 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important;
  }

  .wp-front .my-xxl-3 {
    margin-top: 0.1875rem !important;
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .my-xxl-4 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .wp-front .my-xxl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }

  .wp-front .my-xxl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .wp-front .my-xxl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }

  .wp-front .my-xxl-35 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .wp-front .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }

  .wp-front .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .wp-front .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .wp-front .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }

  .wp-front .my-xxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }

  .wp-front .my-xxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }

  .wp-front .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }

  .wp-front .my-xxl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }

  .wp-front .my-xxl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }

  .wp-front .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .wp-front .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .wp-front .mt-xxl-1 {
    margin-top: 0.0625rem !important;
  }

  .wp-front .mt-xxl-2 {
    margin-top: 0.125rem !important;
  }

  .wp-front .mt-xxl-3 {
    margin-top: 0.1875rem !important;
  }

  .wp-front .mt-xxl-4 {
    margin-top: 0.25rem !important;
  }

  .wp-front .mt-xxl-5 {
    margin-top: 0.3125rem !important;
  }

  .wp-front .mt-xxl-10 {
    margin-top: 0.625rem !important;
  }

  .wp-front .mt-xxl-15 {
    margin-top: 0.9375rem !important;
  }

  .wp-front .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }

  .wp-front .mt-xxl-25 {
    margin-top: 1.5625rem !important;
  }

  .wp-front .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }

  .wp-front .mt-xxl-35 {
    margin-top: 2.1875rem !important;
  }

  .wp-front .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }

  .wp-front .mt-xxl-50 {
    margin-top: 3.125rem !important;
  }

  .wp-front .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }

  .wp-front .mt-xxl-80 {
    margin-top: 5rem !important;
  }

  .wp-front .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }

  .wp-front .mt-xxl-120 {
    margin-top: 7.5rem !important;
  }

  .wp-front .mt-xxl-140 {
    margin-top: 8.75rem !important;
  }

  .wp-front .mt-xxl-160 {
    margin-top: 10rem !important;
  }

  .wp-front .mt-xxl-180 {
    margin-top: 11.25rem !important;
  }

  .wp-front .mt-xxl-200 {
    margin-top: 12.5rem !important;
  }

  .wp-front .mt-xxl-auto {
    margin-top: auto !important;
  }

  .wp-front .me-xxl-0 {
    margin-right: 0 !important;
  }

  .wp-front .me-xxl-1 {
    margin-right: 0.0625rem !important;
  }

  .wp-front .me-xxl-2 {
    margin-right: 0.125rem !important;
  }

  .wp-front .me-xxl-3 {
    margin-right: 0.1875rem !important;
  }

  .wp-front .me-xxl-4 {
    margin-right: 0.25rem !important;
  }

  .wp-front .me-xxl-5 {
    margin-right: 0.3125rem !important;
  }

  .wp-front .me-xxl-10 {
    margin-right: 0.625rem !important;
  }

  .wp-front .me-xxl-15 {
    margin-right: 0.9375rem !important;
  }

  .wp-front .me-xxl-20 {
    margin-right: 1.25rem !important;
  }

  .wp-front .me-xxl-25 {
    margin-right: 1.5625rem !important;
  }

  .wp-front .me-xxl-30 {
    margin-right: 1.875rem !important;
  }

  .wp-front .me-xxl-35 {
    margin-right: 2.1875rem !important;
  }

  .wp-front .me-xxl-40 {
    margin-right: 2.5rem !important;
  }

  .wp-front .me-xxl-50 {
    margin-right: 3.125rem !important;
  }

  .wp-front .me-xxl-60 {
    margin-right: 3.75rem !important;
  }

  .wp-front .me-xxl-80 {
    margin-right: 5rem !important;
  }

  .wp-front .me-xxl-100 {
    margin-right: 6.25rem !important;
  }

  .wp-front .me-xxl-120 {
    margin-right: 7.5rem !important;
  }

  .wp-front .me-xxl-140 {
    margin-right: 8.75rem !important;
  }

  .wp-front .me-xxl-160 {
    margin-right: 10rem !important;
  }

  .wp-front .me-xxl-180 {
    margin-right: 11.25rem !important;
  }

  .wp-front .me-xxl-200 {
    margin-right: 12.5rem !important;
  }

  .wp-front .me-xxl-auto {
    margin-right: auto !important;
  }

  .wp-front .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .wp-front .mb-xxl-1 {
    margin-bottom: 0.0625rem !important;
  }

  .wp-front .mb-xxl-2 {
    margin-bottom: 0.125rem !important;
  }

  .wp-front .mb-xxl-3 {
    margin-bottom: 0.1875rem !important;
  }

  .wp-front .mb-xxl-4 {
    margin-bottom: 0.25rem !important;
  }

  .wp-front .mb-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }

  .wp-front .mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }

  .wp-front .mb-xxl-15 {
    margin-bottom: 0.9375rem !important;
  }

  .wp-front .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }

  .wp-front .mb-xxl-25 {
    margin-bottom: 1.5625rem !important;
  }

  .wp-front .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }

  .wp-front .mb-xxl-35 {
    margin-bottom: 2.1875rem !important;
  }

  .wp-front .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }

  .wp-front .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }

  .wp-front .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }

  .wp-front .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }

  .wp-front .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }

  .wp-front .mb-xxl-120 {
    margin-bottom: 7.5rem !important;
  }

  .wp-front .mb-xxl-140 {
    margin-bottom: 8.75rem !important;
  }

  .wp-front .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }

  .wp-front .mb-xxl-180 {
    margin-bottom: 11.25rem !important;
  }

  .wp-front .mb-xxl-200 {
    margin-bottom: 12.5rem !important;
  }

  .wp-front .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .wp-front .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .wp-front .ms-xxl-1 {
    margin-left: 0.0625rem !important;
  }

  .wp-front .ms-xxl-2 {
    margin-left: 0.125rem !important;
  }

  .wp-front .ms-xxl-3 {
    margin-left: 0.1875rem !important;
  }

  .wp-front .ms-xxl-4 {
    margin-left: 0.25rem !important;
  }

  .wp-front .ms-xxl-5 {
    margin-left: 0.3125rem !important;
  }

  .wp-front .ms-xxl-10 {
    margin-left: 0.625rem !important;
  }

  .wp-front .ms-xxl-15 {
    margin-left: 0.9375rem !important;
  }

  .wp-front .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }

  .wp-front .ms-xxl-25 {
    margin-left: 1.5625rem !important;
  }

  .wp-front .ms-xxl-30 {
    margin-left: 1.875rem !important;
  }

  .wp-front .ms-xxl-35 {
    margin-left: 2.1875rem !important;
  }

  .wp-front .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }

  .wp-front .ms-xxl-50 {
    margin-left: 3.125rem !important;
  }

  .wp-front .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }

  .wp-front .ms-xxl-80 {
    margin-left: 5rem !important;
  }

  .wp-front .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }

  .wp-front .ms-xxl-120 {
    margin-left: 7.5rem !important;
  }

  .wp-front .ms-xxl-140 {
    margin-left: 8.75rem !important;
  }

  .wp-front .ms-xxl-160 {
    margin-left: 10rem !important;
  }

  .wp-front .ms-xxl-180 {
    margin-left: 11.25rem !important;
  }

  .wp-front .ms-xxl-200 {
    margin-left: 12.5rem !important;
  }

  .wp-front .ms-xxl-auto {
    margin-left: auto !important;
  }

  .wp-front .p-xxl-0 {
    padding: 0 !important;
  }

  .wp-front .p-xxl-1 {
    padding: 0.0625rem !important;
  }

  .wp-front .p-xxl-2 {
    padding: 0.125rem !important;
  }

  .wp-front .p-xxl-3 {
    padding: 0.1875rem !important;
  }

  .wp-front .p-xxl-4 {
    padding: 0.25rem !important;
  }

  .wp-front .p-xxl-5 {
    padding: 0.3125rem !important;
  }

  .wp-front .p-xxl-10 {
    padding: 0.625rem !important;
  }

  .wp-front .p-xxl-15 {
    padding: 0.9375rem !important;
  }

  .wp-front .p-xxl-20 {
    padding: 1.25rem !important;
  }

  .wp-front .p-xxl-25 {
    padding: 1.5625rem !important;
  }

  .wp-front .p-xxl-30 {
    padding: 1.875rem !important;
  }

  .wp-front .p-xxl-35 {
    padding: 2.1875rem !important;
  }

  .wp-front .p-xxl-40 {
    padding: 2.5rem !important;
  }

  .wp-front .p-xxl-50 {
    padding: 3.125rem !important;
  }

  .wp-front .p-xxl-60 {
    padding: 3.75rem !important;
  }

  .wp-front .p-xxl-80 {
    padding: 5rem !important;
  }

  .wp-front .p-xxl-100 {
    padding: 6.25rem !important;
  }

  .wp-front .p-xxl-120 {
    padding: 7.5rem !important;
  }

  .wp-front .p-xxl-140 {
    padding: 8.75rem !important;
  }

  .wp-front .p-xxl-160 {
    padding: 10rem !important;
  }

  .wp-front .p-xxl-180 {
    padding: 11.25rem !important;
  }

  .wp-front .p-xxl-200 {
    padding: 12.5rem !important;
  }

  .wp-front .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wp-front .px-xxl-1 {
    padding-right: 0.0625rem !important;
    padding-left: 0.0625rem !important;
  }

  .wp-front .px-xxl-2 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important;
  }

  .wp-front .px-xxl-3 {
    padding-right: 0.1875rem !important;
    padding-left: 0.1875rem !important;
  }

  .wp-front .px-xxl-4 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .wp-front .px-xxl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }

  .wp-front .px-xxl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }

  .wp-front .px-xxl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }

  .wp-front .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .wp-front .px-xxl-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }

  .wp-front .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }

  .wp-front .px-xxl-35 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }

  .wp-front .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .wp-front .px-xxl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }

  .wp-front .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .wp-front .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .wp-front .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }

  .wp-front .px-xxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }

  .wp-front .px-xxl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }

  .wp-front .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }

  .wp-front .px-xxl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }

  .wp-front .px-xxl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }

  .wp-front .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .wp-front .py-xxl-1 {
    padding-top: 0.0625rem !important;
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .py-xxl-2 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important;
  }

  .wp-front .py-xxl-3 {
    padding-top: 0.1875rem !important;
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .py-xxl-4 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .wp-front .py-xxl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }

  .wp-front .py-xxl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .wp-front .py-xxl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }

  .wp-front .py-xxl-35 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .wp-front .py-xxl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }

  .wp-front .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .wp-front .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .wp-front .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }

  .wp-front .py-xxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }

  .wp-front .py-xxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }

  .wp-front .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }

  .wp-front .py-xxl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }

  .wp-front .py-xxl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }

  .wp-front .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .wp-front .pt-xxl-1 {
    padding-top: 0.0625rem !important;
  }

  .wp-front .pt-xxl-2 {
    padding-top: 0.125rem !important;
  }

  .wp-front .pt-xxl-3 {
    padding-top: 0.1875rem !important;
  }

  .wp-front .pt-xxl-4 {
    padding-top: 0.25rem !important;
  }

  .wp-front .pt-xxl-5 {
    padding-top: 0.3125rem !important;
  }

  .wp-front .pt-xxl-10 {
    padding-top: 0.625rem !important;
  }

  .wp-front .pt-xxl-15 {
    padding-top: 0.9375rem !important;
  }

  .wp-front .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }

  .wp-front .pt-xxl-25 {
    padding-top: 1.5625rem !important;
  }

  .wp-front .pt-xxl-30 {
    padding-top: 1.875rem !important;
  }

  .wp-front .pt-xxl-35 {
    padding-top: 2.1875rem !important;
  }

  .wp-front .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }

  .wp-front .pt-xxl-50 {
    padding-top: 3.125rem !important;
  }

  .wp-front .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }

  .wp-front .pt-xxl-80 {
    padding-top: 5rem !important;
  }

  .wp-front .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }

  .wp-front .pt-xxl-120 {
    padding-top: 7.5rem !important;
  }

  .wp-front .pt-xxl-140 {
    padding-top: 8.75rem !important;
  }

  .wp-front .pt-xxl-160 {
    padding-top: 10rem !important;
  }

  .wp-front .pt-xxl-180 {
    padding-top: 11.25rem !important;
  }

  .wp-front .pt-xxl-200 {
    padding-top: 12.5rem !important;
  }

  .wp-front .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .wp-front .pe-xxl-1 {
    padding-right: 0.0625rem !important;
  }

  .wp-front .pe-xxl-2 {
    padding-right: 0.125rem !important;
  }

  .wp-front .pe-xxl-3 {
    padding-right: 0.1875rem !important;
  }

  .wp-front .pe-xxl-4 {
    padding-right: 0.25rem !important;
  }

  .wp-front .pe-xxl-5 {
    padding-right: 0.3125rem !important;
  }

  .wp-front .pe-xxl-10 {
    padding-right: 0.625rem !important;
  }

  .wp-front .pe-xxl-15 {
    padding-right: 0.9375rem !important;
  }

  .wp-front .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }

  .wp-front .pe-xxl-25 {
    padding-right: 1.5625rem !important;
  }

  .wp-front .pe-xxl-30 {
    padding-right: 1.875rem !important;
  }

  .wp-front .pe-xxl-35 {
    padding-right: 2.1875rem !important;
  }

  .wp-front .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }

  .wp-front .pe-xxl-50 {
    padding-right: 3.125rem !important;
  }

  .wp-front .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }

  .wp-front .pe-xxl-80 {
    padding-right: 5rem !important;
  }

  .wp-front .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }

  .wp-front .pe-xxl-120 {
    padding-right: 7.5rem !important;
  }

  .wp-front .pe-xxl-140 {
    padding-right: 8.75rem !important;
  }

  .wp-front .pe-xxl-160 {
    padding-right: 10rem !important;
  }

  .wp-front .pe-xxl-180 {
    padding-right: 11.25rem !important;
  }

  .wp-front .pe-xxl-200 {
    padding-right: 12.5rem !important;
  }

  .wp-front .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .wp-front .pb-xxl-1 {
    padding-bottom: 0.0625rem !important;
  }

  .wp-front .pb-xxl-2 {
    padding-bottom: 0.125rem !important;
  }

  .wp-front .pb-xxl-3 {
    padding-bottom: 0.1875rem !important;
  }

  .wp-front .pb-xxl-4 {
    padding-bottom: 0.25rem !important;
  }

  .wp-front .pb-xxl-5 {
    padding-bottom: 0.3125rem !important;
  }

  .wp-front .pb-xxl-10 {
    padding-bottom: 0.625rem !important;
  }

  .wp-front .pb-xxl-15 {
    padding-bottom: 0.9375rem !important;
  }

  .wp-front .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }

  .wp-front .pb-xxl-25 {
    padding-bottom: 1.5625rem !important;
  }

  .wp-front .pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }

  .wp-front .pb-xxl-35 {
    padding-bottom: 2.1875rem !important;
  }

  .wp-front .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }

  .wp-front .pb-xxl-50 {
    padding-bottom: 3.125rem !important;
  }

  .wp-front .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }

  .wp-front .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }

  .wp-front .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }

  .wp-front .pb-xxl-120 {
    padding-bottom: 7.5rem !important;
  }

  .wp-front .pb-xxl-140 {
    padding-bottom: 8.75rem !important;
  }

  .wp-front .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }

  .wp-front .pb-xxl-180 {
    padding-bottom: 11.25rem !important;
  }

  .wp-front .pb-xxl-200 {
    padding-bottom: 12.5rem !important;
  }

  .wp-front .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .wp-front .ps-xxl-1 {
    padding-left: 0.0625rem !important;
  }

  .wp-front .ps-xxl-2 {
    padding-left: 0.125rem !important;
  }

  .wp-front .ps-xxl-3 {
    padding-left: 0.1875rem !important;
  }

  .wp-front .ps-xxl-4 {
    padding-left: 0.25rem !important;
  }

  .wp-front .ps-xxl-5 {
    padding-left: 0.3125rem !important;
  }

  .wp-front .ps-xxl-10 {
    padding-left: 0.625rem !important;
  }

  .wp-front .ps-xxl-15 {
    padding-left: 0.9375rem !important;
  }

  .wp-front .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }

  .wp-front .ps-xxl-25 {
    padding-left: 1.5625rem !important;
  }

  .wp-front .ps-xxl-30 {
    padding-left: 1.875rem !important;
  }

  .wp-front .ps-xxl-35 {
    padding-left: 2.1875rem !important;
  }

  .wp-front .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }

  .wp-front .ps-xxl-50 {
    padding-left: 3.125rem !important;
  }

  .wp-front .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }

  .wp-front .ps-xxl-80 {
    padding-left: 5rem !important;
  }

  .wp-front .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }

  .wp-front .ps-xxl-120 {
    padding-left: 7.5rem !important;
  }

  .wp-front .ps-xxl-140 {
    padding-left: 8.75rem !important;
  }

  .wp-front .ps-xxl-160 {
    padding-left: 10rem !important;
  }

  .wp-front .ps-xxl-180 {
    padding-left: 11.25rem !important;
  }

  .wp-front .ps-xxl-200 {
    padding-left: 12.5rem !important;
  }

  .wp-front .text-xxl-start {
    text-align: left !important;
  }

  .wp-front .text-xxl-end {
    text-align: right !important;
  }

  .wp-front .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .wp-front .fs-5 {
    font-size: 1.75rem !important;
  }

  .wp-front .fs-6 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .wp-front .d-print-inline {
    display: inline !important;
  }

  .wp-front .d-print-inline-block {
    display: inline-block !important;
  }

  .wp-front .d-print-block {
    display: block !important;
  }

  .wp-front .d-print-grid {
    display: grid !important;
  }

  .wp-front .d-print-table {
    display: table !important;
  }

  .wp-front .d-print-table-row {
    display: table-row !important;
  }

  .wp-front .d-print-table-cell {
    display: table-cell !important;
  }

  .wp-front .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .d-print-none {
    display: none !important;
  }
}

.wp-front .app-header {
  background-color: transparent;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0px;
  padding-bottom: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999;
}

@media (max-width: 1199px) {
  .wp-front .app-header {
    padding-top: 0px;
    padding-bottom: 26px;
  }
}

.wp-front .app-header.active,
.wp-front .app-header.scrolled.active,
.wp-front .app-header.scrolled.headerScrolledWhite {
  background-color: #fff;
}

.wp-front .app-header.scrolled {
  /* padding-top: 14px; */
  /* padding-bottom: 14px */
  background-color: rgb(29, 31, 30);
}

.wp-front .app-header .container-fluid,
.wp-front .app-header .container-sm,
.wp-front .app-header .container-md,
.wp-front .app-header .container-lg,
.wp-front .app-header .container-xl,
.wp-front .app-header .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  max-width: 1800px;
}

@media (min-width: 1500px) {
  .wp-front .app-header .container-fluid,
  .wp-front .app-header .container-sm,
  .wp-front .app-header .container-md,
  .wp-front .app-header .container-lg,
  .wp-front .app-header .container-xl,
  .wp-front .app-header .container-xxl {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.wp-front .app-header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.wp-front .app-header_left .logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 60px;
  line-height: 1;
}

.wp-front .app-header_left .logo-just {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-front .app-header_left .logo-just.active {
  fill: #1d1f1e;
}

.wp-front .app-header_right:not(.resources) .menu li:last-child a .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 23px !important;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .app-header_right:not(.resources) .menu li:last-child a .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .app-header_right:not(.resources) .menu li:last-child a:hover .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child.current-menu-item
  a {
  color: #fff !important;
}

@media (max-width: 1199px) {
  .wp-front .app-header .desktop-nav {
    display: none;
  }
}

.wp-front .app-header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .app-header .menu > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .app-header .menu > li:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 1300px) {
  .wp-front .app-header .menu > li:not(:last-child) {
    margin-right: 32px;
  }
}

.wp-front .app-header .menu > li.current-menu-item > a {
  color: #00aa45 !important;
}

.wp-front .app-header .menu > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  /* font-size: 1.125rem; */
  font-size: calc(
    var(--framer-font-size, 18px) * var(--framer-font-size-scale, 1)
  );
  font-weight: 600;
  line-height: 1.56;
  padding: 0;
  cursor: pointer;
  font-family: "Eina01", sans-serif;
  letter-spacing: 0px;
}

.wp-front .app-header .menu > li > a[aria-current="page"] {
  color: #00aa45 !important;
}

.wp-front .app-header .menu > li > a:hover,
.wp-front .app-header .menu > li > a.show,
.wp-front .app-header.light .menu > li > a.show,
.wp-front .app-header.scrolled.headerScrolledWhite .menu > li > a.show {
  color: #00aa45;
}

.wp-front .app-header .menu > li > a .icon-caret {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.375rem;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.wp-front .app-header .dropdown-menu.depth_0 {
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  border: none;
  left: 50% !important;
  -webkit-transform: translateY(53px) translateX(-50%) !important;
  -ms-transform: translateY(53px) translateX(-50%) !important;
  transform: translateY(53px) translateX(-50%) !important;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item {
  color: #1d1f1e;
  padding: 0 40px 0 30px;
  height: 46px;
  font-size: 1.125rem;
  line-height: 1.56;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item:not([href]) {
  pointer-events: none;
  font-weight: bold;
  margin-bottom: 15px;
  height: auto;
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item.active {
  background-color: transparent;
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  margin-right: 15px;
  color: #b9bdbe;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.wp-front
  .app-header
  .dropdown-menu.depth_0
  li
  .dropdown-item
  .icon.icon-webinars {
  font-size: 1.125rem;
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item:hover {
  background-color: transparent;
  color: #00aa45;
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item:hover i {
  color: #00aa45;
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item:hover span {
  text-decoration: underline;
}

.wp-front .app-header .solutions-menu {
  position: static !important;
}

.wp-front .app-header .solutions-menu > .dropdown-menu {
  width: 100% !important;
  max-width: 1170px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  overflow: hidden;
  -webkit-transform: translateY(66px) translateX(-50%) !important;
  -ms-transform: translateY(66px) translateX(-50%) !important;
  transform: translateY(66px) translateX(-50%) !important;
  padding-bottom: 100px;
}

.wp-front .app-header .solutions-menu > .dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-front .app-header .solutions-menu > .dropdown-menu > li:not(:last-child) {
  width: 25%;
  min-width: 25%;
  padding: 40px 15px;
}

.wp-front .app-header .solutions-menu > .dropdown-menu > li:first-child {
  padding-left: 40px;
}

.wp-front .app-header .solutions-menu > .dropdown-menu > li:nth-last-child(2) {
  padding-right: 40px;
  position: relative;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2):before {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: -15px;
  right: 0;
  bottom: -150px;
  background-color: #f9f5f2;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .dropdown-item {
  position: relative;
  z-index: 2;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .dropdown-item:hover {
  color: #f2b344;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .dropdown-item
  .icon {
  color: #f2b344;
}

.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child {
  position: absolute;
  margin: auto;
  left: 300px;
  bottom: 40px;
}

.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a.active {
  background-color: #00aa45;
}

.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 0 23px !important;
  color: #fff;
  font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front
    .app-header
    .solutions-menu
    > .dropdown-menu
    > li:last-child
    a
    .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a:hover
  span {
  text-decoration: none;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a:hover
  .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .app-header .solutions-menu > .dropdown-menu .dropdown-menu {
  display: block;
  position: relative;
  border: none;
  background: none;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  .dropdown-menu
  .dropdown-item {
  height: auto;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  .dropdown-menu
  .dropdown-item.dropdown-toggle {
  padding: 0;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  .dropdown-menu
  .dropdown-item:not(dropdown-toggle) {
  padding: 12px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  .dropdown-menu
  .dropdown-item
  span {
  white-space: normal;
}

@media (min-width: 1200px) {
  .wp-front .app-header .resources-menu .dropdown-menu {
    display: none;
  }
}

.wp-front .app-header.resources {
  padding-top: 35px;
  padding-bottom: 35px;
}

.wp-front .app-header.resources.active {
  background-color: #fff;
}

.wp-front .app-header.resources.scrolled {
  background-color: rgb(29, 31, 30);
  padding-top: 25px;
  padding-bottom: 25px;
}

.wp-front .app-header.resources.scrolled.active {
  background-color: #fff;
}

.wp-front .app-header.resources .logo-link {
  margin-right: 20px;
}

.wp-front .app-header.resources .back-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
}

.wp-front .app-header.resources .back-home:hover {
  color: #00aa45;
}

.wp-front .app-header.resources .back-home:hover .icon {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.wp-front .app-header.resources .back-home .icon {
  font-size: 1rem;
  margin-right: 13px;
  color: #8b9193;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-front .app-header.light {
  background-color: transparent;
}

.wp-front .app-header.light .logo-just,
.wp-front .app-header.scrolled.headerScrolledWhite .logo-just {
  fill: #1d1f1e;
}

.wp-front .app-header.light .back-home {
  color: #1d1f1e;
}

.wp-front .app-header.light .back-home:hover {
  color: #00aa45;
}

.wp-front .app-header.light .menu > li > a,
.wp-front .app-header.scrolled.headerScrolledWhite .menu > li > a {
  color: #1d1f1e;
}

.wp-front .app-header.light .menu > li > a[aria-current="page"] {
  color: #00aa45 !important;
}

.wp-front .app-header.light .menu > li > a:hover {
  color: #00aa45;
}

.wp-front .app-header.light .menu > li:last-child a {
  vertical-align: middle;
}

.wp-front .app-header.light .navbar-toggler .navbar-toggler-bar,
.wp-front
  .app-header.scrolled.headerScrolledWhite
  .navbar-toggler
  .navbar-toggler-bar {
  background-color: #1d1f1e;
}

.wp-front .app-header.light.active {
  background-color: #fff;
}

.wp-front .app-header.light.scrolled {
  background-color: #fff;
}

.wp-front .app-header.no-header {
  display: none;
  visibility: hidden;
}

.wp-front .navbar-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  padding: 2px 0;
  border: none;
  position: relative;
}

@media (min-width: 1200px) {
  .wp-front .navbar-toggler {
    display: none;
  }
}

.wp-front .navbar-toggler .navbar-toggler-bar {
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.wp-front .navbar-toggler:hover .navbar-toggler-bar,
.wp-front .navbar-toggler:active .navbar-toggler-bar {
  background-color: rgba(255, 255, 255, 0.5);
}

.wp-front .navbar-toggler.active .navbar-toggler-bar {
  background-color: #1d1f1e;
}

.wp-front .navbar-toggler.active .navbar-toggler-bar:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(8px) translateY(5px);
  -ms-transform: rotate(45deg) translateX(8px) translateY(5px);
  transform: rotate(45deg) translateX(8px) translateY(5px);
}

.wp-front .navbar-toggler.active .navbar-toggler-bar:nth-child(2) {
  opacity: 0;
}

.wp-front .navbar-toggler.active .navbar-toggler-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateX(8px) translateY(-5px);
  -ms-transform: rotate(-45deg) translateX(8px) translateY(-5px);
  transform: rotate(-45deg) translateX(8px) translateY(-5px);
}

.wp-front .mobile-nav {
  position: fixed;
  opacity: 0;
  pointer-events: none;
  margin: 0;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1200px) {
  .wp-front .mobile-nav {
    display: none;
  }
}

.wp-front .mobile-nav.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 999 !important;
}

.wp-front .mobile-nav.scrolled {
  top: 58px;
}

.wp-front .mobile-nav_inner {
  padding: 20px 30px 120px 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow-y: auto;
  position: relative;
}

.wp-front .mobile-nav_top .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-front .mobile-nav_top .menu > li {
  margin-bottom: 20px;
}

.wp-front .mobile-nav_top .menu > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.56;
  font-family: "Eina01", sans-serif;
  letter-spacing: 0px;
}

.wp-front .mobile-nav_top .menu > li > a .icon-caret {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.375rem;
  margin-left: 5px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wp-front .mobile-nav_top .menu > li > a.collapsed .icon-caret {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.wp-front .mobile-nav_top .menu > li.solutions-menu > ul > li:last-child a,
.wp-front .mobile-nav_top .menu > li.resources-menu > ul > li:last-child a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a.active,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a.active {
  background-color: #00aa45;
}

.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a
  .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a
  .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 0 23px !important;
  color: #fff;
  font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front
    .mobile-nav_top
    .menu
    > li.solutions-menu
    > ul
    > li:last-child
    a
    .icon,
  .wp-front
    .mobile-nav_top
    .menu
    > li.resources-menu
    > ul
    > li:last-child
    a
    .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a:hover
  span,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a:hover
  span {
  text-decoration: none;
}

.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a:hover
  .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a:hover
  .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .mobile-nav_top .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-front .mobile-nav_top .sub-menu li .sub-menu.collapse {
  display: block !important;
}

.wp-front .mobile-nav_top .sub-menu li.menu-item-1497 {
  display: none;
}

.wp-front .mobile-nav_top .sub-menu li:first-child {
  padding-top: 15px;
}

.wp-front .mobile-nav_top .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.wp-front .mobile-nav_top .sub-menu li a {
  color: #1d1f1e;
  padding: 0;
  height: 40px;
  font-size: 1rem;
  line-height: 1.56;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.wp-front .mobile-nav_top .sub-menu li a:not([href]) {
  pointer-events: none;
  font-weight: bold;
  margin-bottom: 15px;
  height: auto;
  padding-top: 15px;
}

.wp-front .mobile-nav_top .sub-menu li a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1.625rem;
  margin-right: 15px;
  color: #b9bdbe;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.wp-front .mobile-nav_top .sub-menu li a:hover {
  background-color: transparent;
  color: #00aa45;
}

.wp-front .mobile-nav_top .sub-menu li a:hover .icon {
  color: #00aa45;
}

.wp-front .mobile-nav_top .sub-menu li a:hover span {
  text-decoration: underline;
}

.wp-front .mobile-nav_bottom {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-bottom: 30px;
}

.wp-front .mobile-nav_bottom .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.wp-front .mobile-nav_bottom .menu li a {
  height: 60px;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.56;
  text-align: center;
}

.wp-front .mobile-nav_bottom .menu li:last-child a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100%;
  text-align: left;
}

.wp-front .mobile-nav_bottom .menu li:last-child a .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 33px;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front .mobile-nav_bottom .menu li:last-child a .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front .mobile-nav_bottom .menu li:last-child a:hover .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .resources-widget-menu {
  position: fixed;
  margin: auto;
  top: 80px;
  left: 0;
  right: 0;
  max-width: 1170px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  z-index: 9999;
  padding: 40px;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .wp-front .resources-widget-menu {
    display: none;
  }
}

.wp-front .resources-widget-menu.active {
  opacity: 1;
  pointer-events: auto;
}

.wp-front .resources-widget-menu .menu-resources-dropdown-container .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-front .resources-widget-menu .menu-resources-dropdown-container .menu li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wp-front .resources-widget-menu .menu-resources-dropdown-container .menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li
  a
  .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 1.5rem;
  margin-right: 15px;
  color: #b9bdbe;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li
  a
  .icon.icon-webinars {
  font-size: 1.125rem;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li
  a:hover {
  background-color: transparent;
  color: #00aa45;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li
  a:hover
  i {
  color: #00aa45;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li
  a:hover
  span {
  text-decoration: underline;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child {
  margin-top: 20px;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a
  .icon {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 0 23px !important;
  color: #fff;
  font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .wp-front
    .resources-widget-menu
    .menu-resources-dropdown-container
    .menu
    li:last-child
    a
    .icon {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a:hover
  span {
  text-decoration: none;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a:hover
  .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .resources-widget-menu .grid-posts .col-md-4 {
  width: 50%;
  min-width: 50%;
  margin-bottom: 0;
}

.wp-front .resources-widget-menu .grid-posts .col-md-4 .category-label {
  display: none;
}

.wp-front .resources-widget-menu .grid-posts .col-md-4 h3,
.wp-front .resources-widget-menu .grid-posts .col-md-4 .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

.wp-front .resources-widget-menu .grid-posts .col-md-4 .post-link_image {
  height: 236px;
}

.wp-front .resources-widget-menu .grid-posts .col-md-4 .post-link_image img {
  height: 236px;
}

.wp-front .app-footer {
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
}

.wp-front .app-footer .footer-subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f9f5f2;
  border-radius: 20px;
  margin-bottom: calc(100px * var(--scale));
  padding-top: calc(65px * var(--scale));
  padding-left: calc(50px * var(--scale));
  padding-right: calc(50px * var(--scale));
  padding-bottom: calc(45px * var(--scale));
  text-align: center;
  overflow: hidden;
  position: relative;
}

.wp-front .app-footer .footer-subscribe:before {
  content: "";
  display: block;
  width: 234px;
  height: 129px;
  /* background-image: url("../svg/footer-subscribe-pattern1.svg"); */
  background-position: center;
  background-size: 234px 129px;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  right: -54px;
}

.wp-front .app-footer .footer-subscribe:after {
  content: "";
  display: block;
  width: 193px;
  height: 210px;
  /* background-image: url("../svg/footer-subscribe-pattern2.svg"); */
  background-position: center;
  background-size: 193px 210px;
  background-repeat: no-repeat;
  position: absolute;
  left: -107px;
  bottom: -102px;
}

@media (min-width: 992px) {
  .wp-front .app-footer .footer-subscribe {
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.wp-front .app-footer .footer-subscribe h3,
.wp-front .app-footer .footer-subscribe .h3 {
  margin-right: 20px;
  margin-bottom: calc(20px * var(--scale));
  max-width: 400px;
  position: relative;
  z-index: 2;
}

.wp-front .app-footer .footer-subscribe .hbspt-form {
  position: relative;
  max-width: 420px;
  min-width: 420px;
  margin-bottom: calc(20px * var(--scale));
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  position: relative;
  z-index: 2;
}

.wp-front .app-footer .footer-subscribe .hbspt-form .hs-input {
  border-radius: 100px !important;
  border: none;
}

@media (min-width: 576px) {
  .wp-front .app-footer .footer-subscribe .hbspt-form .hs-input {
    padding-right: 230px;
  }
}

.wp-front .app-footer .footer-subscribe .hbspt-form .actions {
  text-align: center;
  margin-top: 10px;
}

.wp-front .app-footer .footer-subscribe .hbspt-form .actions:after {
  display: none;
}

@media (min-width: 576px) {
  .wp-front .app-footer .footer-subscribe .hbspt-form .actions {
    position: absolute;
    top: 2px;
    right: 0;
    margin-top: 0;
  }
}

.wp-front .app-footer .footer-subscribe .hbspt-form input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 130px;
}

.wp-front .app-footer .footer-top {
  padding-bottom: 3.75rem;
}

.wp-front .app-footer .footer-top .row > div {
  margin-bottom: 2.5rem;
}

.wp-front .app-footer .footer-top .widget_nav_menu .widget-title {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.wp-front .app-footer .footer-top .widget_nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-front
  .app-footer
  .footer-top
  .widget_nav_menu
  .menu
  > li:not(:first-child) {
  margin-top: 50px;
}

.wp-front .app-footer .footer-top .widget_nav_menu .menu > li > a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 20px;
  text-decoration: none;
  pointer-events: none;
}

.wp-front .app-footer .footer-top .widget_nav_menu .menu > li > a.group {
  display: none;
  visibility: hidden;
}

.wp-front .app-footer .footer-top .widget_nav_menu .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-front
  .app-footer
  .footer-top
  .widget_nav_menu
  .sub-menu
  li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-front .app-footer .footer-top .widget_nav_menu .sub-menu li a {
  display: block;
  font-size: 1.125rem;
  text-decoration: none;
  font-weight: normal;
}

@media (min-width: 1200px) {
  .wp-front .app-footer .footer-top .widget_nav_menu .sub-menu li a {
    max-width: 200px;
  }
}

.wp-front .app-footer .footer-top .widget_nav_menu .sub-menu li a:hover {
  text-decoration: underline;
}

.wp-front .app-footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .wp-front .app-footer .footer-bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wp-front .app-footer .footer-bottom > div {
    text-align: center;
    width: 100%;
  }

  .wp-front .app-footer .footer-bottom > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

.wp-front .app-footer .footer-bottom .footer-logo img {
  width: 150px;
  height: 30px;
}

.wp-front .app-footer .footer-bottom .menu-footer-socials-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .wp-front .app-footer .footer-bottom .menu-footer-socials-container ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wp-front .app-footer .footer-bottom .menu-footer-socials-container ul li {
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .wp-front .app-footer .footer-bottom .menu-footer-socials-container ul li {
    margin-left: 0;
  }

  .wp-front
    .app-footer
    .footer-bottom
    .menu-footer-socials-container
    ul
    li:not(:last-child) {
    margin-right: 20px;
  }
}

.wp-front .app-footer .footer-bottom .menu-footer-socials-container ul li a {
  text-decoration: none;
}

.wp-front
  .app-footer
  .footer-bottom
  .menu-footer-socials-container
  ul
  li
  a
  .icon {
  font-size: 1.25rem;
}

.wp-front a {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.wp-front a:not(.btn) {
  font-weight: 600;
  text-decoration: underline;
}

.wp-front h1,
.wp-front .h1,
.wp-front h2,
.wp-front .h2,
.wp-front h3,
.wp-front .h3,
.wp-front h4,
.wp-front .h4,
.wp-front h5,
.wp-front .h5,
.wp-front h6,
.wp-front .h6 {
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  /* font-weight: bold */
  font-weight: 400;
  letter-spacing: 0px;
}

.wp-front h1.heading1,
.wp-front .heading1.h1,
.wp-front h2.heading1,
.wp-front .heading1.h2,
.wp-front h3.heading1,
.wp-front .heading1.h3,
.wp-front h4.heading1,
.wp-front .heading1.h4,
.wp-front h5.heading1,
.wp-front .heading1.h5,
.wp-front h6.heading1,
.wp-front .heading1.h6 {
  font-size: calc(72px * var(--scale));
  line-height: 1.28;
}

.wp-front h1.heading2,
.wp-front .heading2.h1,
.wp-front h2.heading2,
.wp-front .heading2.h2,
.wp-front h3.heading2,
.wp-front .heading2.h3,
.wp-front h4.heading2,
.wp-front .heading2.h4,
.wp-front h5.heading2,
.wp-front .heading2.h5,
.wp-front h6.heading2,
.wp-front .heading2.h6 {
  font-size: calc(64px * var(--scale));
  line-height: 1.125;
}

.wp-front h1.heading3,
.wp-front .heading3.h1,
.wp-front h2.heading3,
.wp-front .heading3.h2,
.wp-front h3.heading3,
.wp-front .heading3.h3,
.wp-front h4.heading3,
.wp-front .heading3.h4,
.wp-front h5.heading3,
.wp-front .heading3.h5,
.wp-front h6.heading3,
.wp-front .heading3.h6 {
  font-size: calc(48px * var(--scale));
  line-height: 1.25;
}

.wp-front h1.heading4,
.wp-front .heading4.h1,
.wp-front h2.heading4,
.wp-front .heading4.h2,
.wp-front h3.heading4,
.wp-front .heading4.h3,
.wp-front h4.heading4,
.wp-front .heading4.h4,
.wp-front h5.heading4,
.wp-front .heading4.h5,
.wp-front h6.heading4,
.wp-front .heading4.h6 {
  font-size: calc(36px * var(--scale));
  line-height: 1.22;
}

.wp-front h1.heading5,
.wp-front .heading5.h1,
.wp-front h2.heading5,
.wp-front .heading5.h2,
.wp-front h3.heading5,
.wp-front .heading5.h3,
.wp-front h4.heading5,
.wp-front .heading5.h4,
.wp-front h5.heading5,
.wp-front .heading5.h5,
.wp-front h6.heading5,
.wp-front .heading5.h6 {
  font-size: calc(28px * var(--scale));
  line-height: 1.28;
}

.wp-front h1.heading6,
.wp-front .heading6.h1,
.wp-front h2.heading6,
.wp-front .heading6.h2,
.wp-front h3.heading6,
.wp-front .heading6.h3,
.wp-front h4.heading6,
.wp-front .heading6.h4,
.wp-front h5.heading6,
.wp-front .heading6.h5,
.wp-front h6.heading6,
.wp-front .heading6.h6 {
  font-size: calc(24px * var(--scale));
  line-height: 1.33;
}

.wp-front .text-regular {
  font-family: "Eina01", sans-serif;
  font-size: 1.25rem;
}

.wp-front .text-small,
.block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-image
  .wp-front
  figcaption,
.block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-image
  .wp-front
  figcaption,
.block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-image
  .wp-front
  figcaption,
.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-image
  figcaption,
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-image
  figcaption,
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-image
  figcaption,
.wp-front .post-content .wp-block-image figcaption {
  font-family: "Eina01", sans-serif;
  font-size: 1.125rem;
}

.wp-front .text-extra-small {
  font-family: "Eina01", sans-serif;
  font-size: 1rem;
}

.wp-front .list-check {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.wp-front .list-check li {
  position: relative;
  padding-left: 45px;
  max-width: 500px;
}

.wp-front .list-check li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-front .list-check li .icon {
  color: #f2b344;
  font-size: 1.5625rem;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-front p > img {
  margin-right: 20px;
}

.wp-front .justuno-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .wp-block {
  max-width: 1200px;
}

.wp-front .editor-styles-wrapper {
  padding-top: 1px !important;
  padding-right: 25px !important;
  padding-bottom: 5px !important;
  padding-left: 25px !important;
}

.wp-front .editor-styles-wrapper .wp-block-image {
  margin-bottom: 0;
}

.wp-front .editor-styles-wrapper .collapse {
  display: block !important;
}

.wp-front
  .editor-styles-wrapper
  .pricing-compare_card2
  .wp-block-group
  .wp-block-group__inner-container
  > p,
.wp-front
  .editor-styles-wrapper
  .pricing-compare_card3
  .wp-block-group
  .wp-block-group__inner-container
  > p {
  display: block !important;
}

.wp-front
  .editor-styles-wrapper
  .onboarding-services_options2
  .wp-block-group
  .wp-block-group__inner-container
  > p,
.wp-front
  .editor-styles-wrapper
  .onboarding-services_options3
  .wp-block-group
  .wp-block-group__inner-container
  > p {
  display: block !important;
}

.wp-front .editor-styles-wrapper .wp-block-button.is-style-arrow > div {
  padding-right: 60px !important;
  position: relative;
}

.wp-front .editor-styles-wrapper .wp-block-button.is-style-arrow > div:after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  /* background-image: url("../svg/arrow-right.svg"); */
  background-size: 18px 16px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: 23px;
  left: auto !important;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.wp-front
  .editor-styles-wrapper
  .wp-block-button.is-style-arrow
  > div:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front
  .editor-styles-wrapper
  .wp-block-button.is-style-arrow
  > div.has-off-black-color:after {
  /* background-image: url("../svg/arrow-right-black.svg") */
}

.wp-front .editor-post-title {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.wp-front .editor-post-title .editor-post-title__input {
  border-width: 1px 0 !important;
  font-size: 2.44em !important;
  border-bottom: 1px solid #e0e0e0 !important;
  padding-top: 0 !important;
}

.wp-front .edit-post-layout__metaboxes:not(:empty) {
  padding: 20px 0 !important;
}

.wp-front .editor-url-input.in-inspector input {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 28px;
}

.wp-front .block-vertical-spacer.edit {
  background-color: rgba(0, 0, 0, 0.02);
}

.wp-front .components-custom-select-control__item {
  font-size: 14px !important;
  line-height: 14px !important;
}

.wp-front .components-base-control {
  width: 100%;
}

.wp-front .searchBox {
  width: 100%;
}

.wp-front .block-editor-rich-text__editable [data-rich-text-placeholder]:after {
  opacity: 0.25;
}

.wp-front .block-editor-warning__action .components-button.is-primary {
  background: var(--wp-admin-theme-color);
}

@media (min-width: 600px) {
  .wp-front
    .block-editor-block-list__block
    .block-editor-url-input
    input[type="text"],
  .wp-front .block-editor-url-input input[type="text"],
  .wp-front .components-popover .block-editor-url-input input[type="text"] {
    width: 100%;
  }
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper {
  max-width: 840px !important;
  margin: 0 auto;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper h1,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h1,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper h2,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h2,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper h3,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h3,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper h4,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h4,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper h5,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h5,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper h6,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper .h6,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper h1,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h1,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper h2,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h2,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper h3,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h3,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper h4,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h4,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper h5,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h5,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper h6,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper .h6,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper h1,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h1,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper h2,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h2,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper h3,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h3,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper h4,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h4,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper h5,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h5,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper h6,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper .h6 {
  margin-bottom: 20px;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + h1,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h1,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + h2,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h2,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + h3,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h3,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + h4,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h4,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + h5,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h5,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + h6,
.wp-front .block-editor-page.post-type-article .editor-styles-wrapper * + .h6,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + h1,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h1,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + h2,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h2,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + h3,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h3,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + h4,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h4,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + h5,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h5,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + h6,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper * + .h6,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + h1,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h1,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + h2,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h2,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + h3,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h3,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + h4,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h4,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + h5,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h5,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + h6,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper * + .h6 {
  margin-top: calc(60px * var(--scale));
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper p,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper p,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper p {
  line-height: 1.5;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper p + p,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper p + p,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper p + p {
  margin-top: calc(40px * var(--scale));
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper p > img,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper p > img,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper p > img {
  margin-right: 0;
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  a:not(.btn),
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper a:not(.btn),
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  a:not(.btn) {
  color: #00aa45;
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-image,
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-image,
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-image {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale)) !important;
  text-align: center;
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-image
  figcaption,
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-image
  figcaption,
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-image
  figcaption {
  margin-top: 20px;
  color: #5b6264;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper figure,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper figure,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper figure {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale)) !important;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper img,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper img,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper img {
  max-width: 100%;
  height: auto;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper iframe,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper iframe,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper iframe {
  max-width: 870px;
  max-height: 500px;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper br + img,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper br + img,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper br + img {
  margin-top: 0;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper ol,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper ol,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper ol {
  margin-top: calc(40px * var(--scale));
  margin-bottom: calc(40px * var(--scale));
  padding-left: 20px;
}

.wp-front .block-editor-page.post-type-article .editor-styles-wrapper ul,
.wp-front .block-editor-page.post-type-post .editor-styles-wrapper ul,
.wp-front .block-editor-page.post-type-academy .editor-styles-wrapper ul {
  margin-top: calc(40px * var(--scale));
  margin-bottom: calc(40px * var(--scale));
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  ul
  li:not(:last-child),
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  ul
  li:not(:last-child),
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  ul
  li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-quote,
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-quote,
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-quote {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale));
  position: relative;
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-quote:before,
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-quote:before,
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-quote:before {
  content: "";
  display: block;
  width: 41px;
  height: 32px;
  margin-bottom: 30px;
  /* background-image: url("../svg/quote.svg"); */
  background-size: 41px 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-quote
  > p,
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-quote
  > p,
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-quote
  > p {
  /* font-weight: bold; */
  font-weight: 400;
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  font-size: calc(28px * var(--scale));
  line-height: 1.29;
}

.wp-front
  .block-editor-page.post-type-article
  .editor-styles-wrapper
  .wp-block-quote
  cite,
.wp-front
  .block-editor-page.post-type-post
  .editor-styles-wrapper
  .wp-block-quote
  cite,
.wp-front
  .block-editor-page.post-type-academy
  .editor-styles-wrapper
  .wp-block-quote
  cite {
  margin-top: 30px;
  display: block;
  font-style: normal;
  font-size: 1.125rem;
}

.wp-front .block-editor-page .pricing-header {
  position: static !important;
  pointer-events: auto !important;
  opacity: 1 !important;
  margin-bottom: 0 !important;
}

.wp-front .br-50 {
  border-radius: 50%;
}

.wp-front .br-50 figure {
  border-radius: 50%;
}

.wp-front .br-50 img {
  border-radius: 50%;
}

.wp-front button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  display: inline-block;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.wp-front button:hover,
.wp-front button:focus,
.wp-front button:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wp-front a.btn,
.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a,
.wp-front .mobile-nav_top .menu > li.solutions-menu > ul > li:last-child a,
.wp-front .mobile-nav_top .menu > li.resources-menu > ul > li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front a.btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a,
.wp-front a.wp-block-button__link {
  text-decoration: none;
}

.wp-front .btn,
.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a,
.wp-front .mobile-nav_top .menu > li.solutions-menu > ul > li:last-child a,
.wp-front .mobile-nav_top .menu > li.resources-menu > ul > li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front .btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a,
.wp-front .wp-block-button__link,
.wp-front button.btn {
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  background-color: #00aa45;
  color: #fff;
  min-width: 150px;
}

.wp-front .btn:hover,
.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a:hover,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a:hover,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a:hover,
.wp-front .mobile-nav_bottom .menu li:last-child a:hover,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a:hover,
.wp-front .btn-sm:hover,
.wp-front .app-header_right:not(.resources) .menu li:last-child a:hover,
.wp-front .wp-block-button__link:hover {
  text-decoration: none !important;
  background-color: #00913b;
  color: #fff;
}

.wp-front .btn .icon,
.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a
  .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a
  .icon,
.wp-front .mobile-nav_bottom .menu li:last-child a .icon,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a
  .icon,
.wp-front .btn-sm .icon,
.wp-front .app-header_right:not(.resources) .menu li:last-child a .icon,
.wp-front .wp-block-button__link .icon {
  margin-left: 33px;
}

.wp-front .btn.block,
.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a.block,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a.block,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a.block,
.wp-front .mobile-nav_bottom .menu li:last-child a.block,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a.block,
.wp-front .block.btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a.block,
.wp-front .block.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wp-front .btn.block.arrow,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a.block.arrow,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a.block.arrow,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a.block.arrow,
.wp-front .mobile-nav_bottom .menu li:last-child a.block.arrow,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a.block.arrow,
.wp-front .block.arrow.btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a.block.arrow,
.wp-front .block.arrow.wp-block-button__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-front .btn.arrow,
.wp-front .app-header .solutions-menu > .dropdown-menu > li:last-child a.arrow,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a.arrow,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a.arrow,
.wp-front .mobile-nav_bottom .menu li:last-child a.arrow,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a.arrow,
.wp-front .arrow.btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a.arrow,
.wp-front .arrow.wp-block-button__link {
  padding-right: 23px;
}

.wp-front .btn.arrow .icon,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a.arrow
  .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a.arrow
  .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a.arrow
  .icon,
.wp-front .mobile-nav_bottom .menu li:last-child a.arrow .icon,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a.arrow
  .icon,
.wp-front .arrow.btn-sm .icon,
.wp-front .app-header_right:not(.resources) .menu li:last-child a.arrow .icon,
.wp-front .arrow.wp-block-button__link .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 33px;
}

.wp-front .btn.arrow:hover .icon,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a.arrow:hover
  .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a.arrow:hover
  .icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a.arrow:hover
  .icon,
.wp-front .mobile-nav_bottom .menu li:last-child a.arrow:hover .icon,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a.arrow:hover
  .icon,
.wp-front .arrow.btn-sm:hover .icon,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  a.arrow:hover
  .icon,
.wp-front .arrow.wp-block-button__link:hover .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .btn.block-icon,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a.block-icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a.block-icon,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a.block-icon,
.wp-front .mobile-nav_bottom .menu li:last-child a.block-icon,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a.block-icon,
.wp-front .block-icon.btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a.block-icon,
.wp-front .block-icon.wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.wp-front .btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a {
  font-size: 1.125rem;
  height: 52px;
  padding: 12px 20px;
  min-width: 120px;
}

.wp-front .btn-sm.arrow .icon,
.wp-front .app-header_right:not(.resources) .menu li:last-child a.arrow .icon {
  margin-left: 23px;
}

.wp-front .btn-sm .icon,
.wp-front .app-header_right:not(.resources) .menu li:last-child a .icon {
  font-size: 1rem;
}

.wp-front .btn-mustard,
.wp-front .wp-block-button__link.has-mustard-background-color {
  background-color: #f2b344;
  color: #1d1f1e;
  background-color: #00aa45 !important;
  color: #fff !important;
}

.wp-front .btn-mustard:hover,
.wp-front .wp-block-button__link.has-mustard-background-color:hover {
  background-color: #efa014;
  color: #1d1f1e;
  background-color: #00913b !important;
  color: #fff !important;
}

.wp-front .btn-white {
  background-color: #fff;
  color: #1d1f1e;
}

.wp-front .btn-white:hover {
  background-color: #e6e6e6;
  color: #1d1f1e;
}

.wp-front .btn-text {
  height: 60px;
  padding: 12px 20px;
  background-color: transparent;
  color: inherit;
  text-decoration: underline;
  font-size: 1.25rem;
  white-space: nowrap;
}

.wp-front .btn-text:hover {
  color: #00aa45;
  text-decoration: underline;
  background-color: transparent;
}

.wp-front .form-group {
  margin-bottom: calc(30px * var(--scale));
}

.wp-front .form-with-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media (max-width: 575px) {
  .wp-front .form-with-button {
    display: block;
  }
}

.wp-front .form-with-button .form-control {
  padding-right: 150px;
}

@media (max-width: 575px) {
  .wp-front .form-with-button .form-control {
    margin-bottom: 10px;
    padding-right: 25px;
  }
}

.wp-front .form-with-button .btn,
.wp-front
  .form-with-button
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .form-with-button
  a,
.wp-front
  .form-with-button
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .form-with-button
  a,
.wp-front
  .form-with-button
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .form-with-button
  a,
.wp-front .form-with-button .mobile-nav_bottom .menu li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child .form-with-button a,
.wp-front
  .form-with-button
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .form-with-button
  a,
.wp-front .form-with-button .btn-sm,
.wp-front
  .form-with-button
  .app-header_right:not(.resources)
  .menu
  li:last-child
  a,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .form-with-button
  a,
.wp-front .form-with-button .wp-block-button__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

@media (max-width: 575px) {
  .wp-front .form-with-button .btn,
  .wp-front
    .form-with-button
    .app-header
    .solutions-menu
    > .dropdown-menu
    > li:last-child
    a,
  .wp-front
    .app-header
    .solutions-menu
    > .dropdown-menu
    > li:last-child
    .form-with-button
    a,
  .wp-front
    .form-with-button
    .mobile-nav_top
    .menu
    > li.solutions-menu
    > ul
    > li:last-child
    a,
  .wp-front
    .mobile-nav_top
    .menu
    > li.solutions-menu
    > ul
    > li:last-child
    .form-with-button
    a,
  .wp-front
    .form-with-button
    .mobile-nav_top
    .menu
    > li.resources-menu
    > ul
    > li:last-child
    a,
  .wp-front
    .mobile-nav_top
    .menu
    > li.resources-menu
    > ul
    > li:last-child
    .form-with-button
    a,
  .wp-front .form-with-button .mobile-nav_bottom .menu li:last-child a,
  .wp-front .mobile-nav_bottom .menu li:last-child .form-with-button a,
  .wp-front
    .form-with-button
    .resources-widget-menu
    .menu-resources-dropdown-container
    .menu
    li:last-child
    a,
  .wp-front
    .resources-widget-menu
    .menu-resources-dropdown-container
    .menu
    li:last-child
    .form-with-button
    a,
  .wp-front .form-with-button .btn-sm,
  .wp-front
    .form-with-button
    .app-header_right:not(.resources)
    .menu
    li:last-child
    a,
  .wp-front
    .app-header_right:not(.resources)
    .menu
    li:last-child
    .form-with-button
    a,
  .wp-front .form-with-button .wp-block-button__link {
    position: static;
  }
}

.wp-front .form-control {
  height: 60px;
  padding: 14px 25px;
  line-height: 60px;
  border-radius: 50px;
  font-size: 1.25rem;
  font-family: "Eina01", sans-serif;
  letter-spacing: 0px;
  color: #1d1f1e;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-front .form-control::-webkit-input-placeholder {
  color: #5b6264;
}

.wp-front .form-control::-moz-placeholder {
  color: #5b6264;
}

.wp-front .form-control:-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .form-control::-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .form-control::placeholder {
  color: #5b6264;
}

.wp-front .form-control:focus {
  border-color: #00aa45;
  outline: none;
}

.wp-front .form-control2 {
  height: 58px;
  padding: 14px 25px;
  line-height: 58px;
  border-radius: 15px;
  font-size: 1.125rem;
  font-family: "Eina01", sans-serif;
  border: 1px solid #d7d6d4;
  letter-spacing: 0px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-front .form-control2::-webkit-input-placeholder {
  color: #5b6264;
}

.wp-front .form-control2::-moz-placeholder {
  color: #5b6264;
}

.wp-front .form-control2:-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .form-control2::-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .form-control2::placeholder {
  color: #5b6264;
}

.wp-front .form-control2:focus {
  border-color: #00aa45;
  outline: none;
}

.wp-front .select-wrap {
  position: relative;
  cursor: pointer;
}

.wp-front .select-wrap:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  /* background-image: url("../svg/caret.svg"); */
  background-size: 12px 6px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: 15px;
  bottom: 0;
}

.wp-front select {
  cursor: pointer;
}

.wp-front select.form-control2 {
  padding: 0 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wp-front textarea.form-control2 {
  height: auto !important;
}

.wp-front label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.125rem;
}

.wp-front .form-help-text {
  font-size: 1rem;
  color: #8b9193;
}

.wp-front .form-help-text a {
  color: #8b9193;
}

.wp-front .form-error {
  margin-top: calc(30px * var(--scale));
  font-size: 1rem;
  color: #e84444;
  font-weight: bold;
}

.wp-front .form-error a {
  font-size: 1rem;
  color: #e84444;
  text-decoration: underline;
}

.wp-front .checkbox {
  position: relative;
}

.wp-front .checkbox input {
  float: none;
  display: none;
}

.wp-front .checkbox input:checked + label:after {
  opacity: 1;
}

.wp-front .checkbox label {
  padding-left: 40px;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  color: #8b9193;
}

.wp-front .checkbox label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #d7d6d4;
  border-radius: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}

.wp-front .checkbox label:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #00aa45;
  /* background-image: url("../image/check.svg"); */
  background-size: 13px 9px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.wp-front .hbspt-form {
  font-family: "Eina01", sans-serif;
}

.wp-front .hbspt-form .input {
  margin-right: 0 !important;
}

@media (min-width: 576px) {
  .wp-front .hbspt-form .form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.wp-front .hbspt-form .form-columns-2 > div {
  float: none;
  margin-bottom: calc(30px * var(--scale));
}

@media (min-width: 576px) {
  .wp-front .hbspt-form .form-columns-2 > div {
    min-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

.wp-front .hbspt-form fieldset {
  margin-bottom: calc(30px * var(--scale));
  max-width: none;
}

.wp-front
  .hbspt-form
  .hs-input:not(input[type="checkbox"]):not(input[type="radio"]) {
  height: 58px;
  padding: 14px 25px;
  line-height: 58px;
  border-radius: 15px;
  font-size: 1.125rem;
  font-family: "Eina01", sans-serif;
  letter-spacing: 0px;
  border: 1px solid #d7d6d4;
  width: 100% !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-front
  .hbspt-form
  .hs-input:not(input[type="checkbox"]):not(
    input[type="radio"]
  )::-webkit-input-placeholder {
  color: #5b6264;
}

.wp-front
  .hbspt-form
  .hs-input:not(input[type="checkbox"]):not(
    input[type="radio"]
  )::-moz-placeholder {
  color: #5b6264;
}

.wp-front
  .hbspt-form
  .hs-input:not(input[type="checkbox"]):not(
    input[type="radio"]
  ):-ms-input-placeholder {
  color: #5b6264;
}

.wp-front
  .hbspt-form
  .hs-input:not(input[type="checkbox"]):not(
    input[type="radio"]
  )::-ms-input-placeholder {
  color: #5b6264;
}

.wp-front
  .hbspt-form
  .hs-input:not(input[type="checkbox"]):not(input[type="radio"])::placeholder {
  color: #5b6264;
}

.wp-front
  .hbspt-form
  .hs-input:not(input[type="checkbox"]):not(input[type="radio"]):focus {
  border-color: #00aa45;
  outline: none;
}

.wp-front .hbspt-form textarea.hs-input {
  height: auto !important;
}

.wp-front .hbspt-form .hs-fieldtype-select .input {
  position: relative;
  cursor: pointer;
}

.wp-front .hbspt-form .hs-fieldtype-select .input:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  /* background-image: url("../svg/caret.svg"); */
  background-size: 12px 6px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: 15px;
  bottom: 0;
}

.wp-front .hbspt-form .hs-fieldtype-select select.hs-input {
  padding: 0 25px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wp-front .hbspt-form label {
  display: block;
  margin-bottom: 5px;
  font-size: 1.125rem;
}

.wp-front .hbspt-form input[type="submit"] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  line-height: 1 !important;
  vertical-align: middle;
  border: none;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  padding: 10px 30px;
  border-radius: 60px;
  height: 60px;
  font-size: 1.25rem;
  background-color: #00aa45;
  color: #fff;
  width: 100%;
  min-width: 150px;
}

.wp-front .hbspt-form input[type="submit"]:hover {
  text-decoration: none !important;
  background-color: #00913b;
  color: #fff;
}

.wp-front .hbspt-form input[type="submit"]:hover,
.wp-front .hbspt-form input[type="submit"]:focus,
.wp-front .hbspt-form input[type="submit"]:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wp-front .hbspt-form .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wp-front .hbspt-form .hs-error-msgs li label {
  color: #e84444;
  font-size: 1rem;
}

.wp-front .hbspt-form .actions {
  position: relative;
}

.wp-front .hbspt-form .actions:after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  /* background-image: url("../svg/arrow-right.svg"); */
  background-size: 18px 16px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  right: 23px;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.wp-front .hbspt-form .actions:hover:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .hbspt-form .hs-richtext {
  font-size: 1rem;
  line-height: 1.5;
}

.wp-front .hbspt-form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-front .hbspt-form .hs-form-booleancheckbox-display {
  position: relative;
}

.wp-front .hbspt-form .hs-form-booleancheckbox-display input {
  float: none;
  display: none;
}

.wp-front
  .hbspt-form
  .hs-form-booleancheckbox-display
  input:checked
  + span:after {
  opacity: 1;
}

.wp-front .hbspt-form .hs-form-booleancheckbox-display > span {
  padding-left: 40px;
  margin-left: 0;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  display: block;
}

.wp-front .hbspt-form .hs-form-booleancheckbox-display > span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #d7d6d4;
  border-radius: 8px;
  position: absolute;
  top: 4px;
  left: 0;
}

.wp-front .hbspt-form .hs-form-booleancheckbox-display > span:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-color: #00aa45;
  background-image: url("../image/check.svg");
  background-size: 13px 9px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}

.wp-front .validation-error {
  color: #e84444;
  font-size: 1rem;
  margin-top: 5px;
}

.wp-front .section-columns .wp-block-group > .wp-block-group__inner-container {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 992px) {
  .wp-front .section-columns {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }

  .wp-front .section-columns > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}

.wp-front .section-columns.col-one > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .wp-front .section-columns.col-two > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .wp-front .section-columns.col-three > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .wp-front .section-columns.col-four > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .wp-front .section-columns.col-five > * {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 0% !important;
    flex: 1 0 0% !important;
  }
}

@media (min-width: 992px) {
  .wp-front .section-columns.col-six > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

.wp-front .section-columns.editor {
  display: block !important;
}

.wp-front .section-columns.editor .block-editor-inner-blocks {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

.wp-front
  .section-columns.editor
  .block-editor-inner-blocks
  > .block-editor-block-list__layout {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  min-height: 50px;
  border: 1px dashed #eee;
}

.wp-front
  .section-columns.editor
  .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  border: 1px dashed #eee;
}

.wp-front
  .section-columns.editor
  .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > *
  .wp-block-group__inner-container.block-editor-block-list__layout {
  display: block !important;
  width: 100% !important;
}

.wp-front
  .section-columns.editor
  .block-editor-inner-blocks
  > .block-editor-block-list__layout
  > *
  .wp-block-group__inner-container.block-editor-block-list__layout
  > * {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
}

.wp-front
  .section-columns.editor.col-one
  .block-editor-inner-blocks
  .block-editor-block-list__layout
  > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 992px) {
  .wp-front
    .section-columns.editor.col-two
    .block-editor-inner-blocks
    .block-editor-block-list__layout
    > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}

@media (min-width: 992px) {
  .wp-front
    .section-columns.editor.col-three
    .block-editor-inner-blocks
    .block-editor-block-list__layout
    > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
}

@media (min-width: 992px) {
  .wp-front
    .section-columns.editor.col-four
    .block-editor-inner-blocks
    .block-editor-block-list__layout
    > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 992px) {
  .wp-front
    .section-columns.editor.col-five
    .block-editor-inner-blocks
    .block-editor-block-list__layout
    > * {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 0 0% !important;
    flex: 1 0 0% !important;
  }
}

@media (min-width: 992px) {
  .wp-front
    .section-columns.editor.col-six
    .block-editor-inner-blocks
    .block-editor-block-list__layout
    > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66667%;
  }
}

.wp-front .cta {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: 6.25rem;
  padding-bottom: 6.875rem;
  position: relative;
}

.wp-front .cta:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .cta .container {
  position: relative;
}

.wp-front .cta .pattern1 {
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: -300px;
  visibility: hidden;
}

.wp-front .cta .pattern2 {
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -80px;
  right: -280px;
  visibility: hidden;
}

.wp-front .cta-header {
  text-align: center;
  margin-bottom: calc(60px * var(--scale));
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1500px) {
  .wp-front .cta-header {
    max-width: 870px;
  }
}

.wp-front .cta-header p {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.wp-front .cta-buttons {
  margin-bottom: calc(60px * var(--scale));
  text-align: center;
}

.wp-front .cta-cards {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}

.wp-front .cta-cards > div {
  margin-bottom: 40px;
}

.wp-front .cta-card {
  padding: 40px 40px 100px 40px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23fff' stroke-width='1' stroke-dasharray='1%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

@media (min-width: 1500px) {
  .wp-front .cta-card {
    padding: 50px 50px 110px 50px;
  }
}

.wp-front .cta-card h3,
.wp-front .cta-card .h3 {
  max-width: 350px;
  margin-bottom: 1.875rem;
}

@media (min-width: 1500px) {
  .wp-front .cta-card h3,
  .wp-front .cta-card .h3 {
    max-width: 380px;
  }
}

.wp-front .cta-card .list-check {
  margin-bottom: 60px;
}

.wp-front .cta-card .btn,
.wp-front
  .cta-card
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .cta-card
  a,
.wp-front
  .cta-card
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .cta-card
  a,
.wp-front
  .cta-card
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .cta-card
  a,
.wp-front .cta-card .mobile-nav_bottom .menu li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child .cta-card a,
.wp-front
  .cta-card
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .cta-card
  a,
.wp-front .cta-card .btn-sm,
.wp-front .cta-card .app-header_right:not(.resources) .menu li:last-child a,
.wp-front .app-header_right:not(.resources) .menu li:last-child .cta-card a,
.wp-front .cta-card .wp-block-button__link {
  position: absolute;
  margin: auto;
  left: 40px;
  right: 40px;
  bottom: 40px;
  width: auto;
}

.wp-front .cta-ratings {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .wp-front .cta-ratings > div:not(:last-child) {
    margin-bottom: 40px;
  }
}

.wp-front .cta-rating {
  text-align: center;
}

.wp-front .cta-rating .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.wp-front .cta-rating .stars .icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  color: #f2b344;
  font-size: 1.625rem;
}

.wp-front .cta-rating .rating-logo {
  margin-top: 20px;
  width: auto !important;
}

.wp-front .cta.cta2:after {
  /* background-image: url("../svg/separator-pattern5.svg") */
}

.wp-front .cta.cta2 .pattern1 {
  top: auto;
  left: -200px;
  bottom: -40px;
}

.wp-front .cta.cta2 .pattern2 {
  top: -30px;
  right: -190px;
  bottom: auto;
}

@media (max-width: 767px) {
  .wp-front .post-item {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front .post-item:hover img {
  -webkit-transform: scale(1.05) translateZ(0) !important;
  transform: scale(1.05) translateZ(0) !important;
}

.wp-front .post-item:hover h3,
.wp-front .post-item:hover .h3 {
  text-decoration: underline;
}

.wp-front .post-item .post-link_image {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 20px;
  height: calc(260px * var(--scale));
  background-color: #f9f5f2;
}

@media (max-width: 575px) {
  .wp-front .post-item .post-link_image {
    height: 250px;
  }
}

.wp-front .post-item .post-link_image img {
  display: block;
  width: 100%;
  height: calc(260px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .wp-front .post-item .post-link_image img {
    height: 250px;
  }
}

.wp-front .post-item .post-link_title {
  display: block;
  text-decoration: none;
  max-width: calc(570px * var(--scale));
}

.wp-front .post-item .post-link_title:hover {
  color: #1d1f1e;
}

.wp-front .post-item .excerpt {
  max-width: 345px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .wp-front .post-item.featured {
    max-width: none;
  }
}

.wp-front .post-item.featured .post-link_image {
  height: calc(400px * var(--scale));
}

@media (max-width: 767px) {
  .wp-front .post-item.featured .post-link_image {
    height: 260px;
  }
}

.wp-front .post-item.featured .post-link_image img {
  height: calc(400px * var(--scale));
}

@media (max-width: 767px) {
  .wp-front .post-item.featured .post-link_image img {
    height: 260px;
  }
}

.wp-front .post-item.featured.small-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-front .post-item.featured.small-layout .post-link_image {
  margin-right: 30px;
  max-width: calc(270px * var(--scale));
  height: calc(190px * var(--scale));
  width: 100%;
}

@media (max-width: 575px) {
  .wp-front .post-item.featured.small-layout .post-link_image {
    height: 120px;
    max-width: 100%;
  }
}

.wp-front .post-item.featured.small-layout .post-link_image img {
  width: 100%;
  height: calc(190px * var(--scale));
}

@media (max-width: 575px) {
  .wp-front .post-item.featured.small-layout .post-link_image img {
    height: 120px;
  }
}

.wp-front .post-item.featured.small-layout .post-link_title h3,
.wp-front .post-item.featured.small-layout .post-link_title .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
}

@media (max-width: 575px) {
  .wp-front .post-item.featured.small-layout .post-link_title h3,
  .wp-front .post-item.featured.small-layout .post-link_title .h3 {
    font-size: 1rem;
  }
}

.wp-front .grid-posts > div {
  margin-bottom: calc(80px * var(--scale));
}

.wp-front .vertical-posts .col-md-4 {
  width: 100% !important;
}

.wp-front .vertical-posts .col-md-4:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .wp-front .vertical-posts .col-md-4:not(:last-child) {
    margin-bottom: calc(80px * var(--scale));
  }
}

@media (min-width: 768px) {
  .wp-front .vertical-posts .post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.wp-front .vertical-posts .post-item .post-link_image {
  margin-bottom: 0;
  margin-right: 30px;
  min-width: 270px;
  background-color: #f9f5f2;
}

@media (max-width: 767px) {
  .wp-front .vertical-posts .post-item .post-link_image {
    margin-bottom: 30px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .wp-front .vertical-posts .post-item .post-link_image {
    height: calc(190px * var(--scale));
  }
}

.wp-front .vertical-posts .post-item .post-link_image img {
  width: 100%;
}

@media (min-width: 768px) {
  .wp-front .vertical-posts .post-item .post-link_image img {
    height: calc(190px * var(--scale));
  }
}

.wp-front .post-content .container {
  max-width: 800px;
}

@media (min-width: 1500px) {
  .wp-front .post-content .container {
    max-width: 900px;
  }
}

.wp-front .post-content h1,
.wp-front .post-content .h1,
.wp-front .post-content h2,
.wp-front .post-content .h2,
.wp-front .post-content h3,
.wp-front .post-content .h3,
.wp-front .post-content h4,
.wp-front .post-content .h4,
.wp-front .post-content h5,
.wp-front .post-content .h5,
.wp-front .post-content h6,
.wp-front .post-content .h6 {
  margin-bottom: 20px;
}

.wp-front .post-content * + h1,
.wp-front .post-content * + .h1,
.wp-front .post-content * + h2,
.wp-front .post-content * + .h2,
.wp-front .post-content * + h3,
.wp-front .post-content * + .h3,
.wp-front .post-content * + h4,
.wp-front .post-content * + .h4,
.wp-front .post-content * + h5,
.wp-front .post-content * + .h5,
.wp-front .post-content * + h6,
.wp-front .post-content * + .h6 {
  margin-top: calc(60px * var(--scale));
}

.wp-front .post-content p {
  line-height: 1.5;
}

.wp-front .post-content p + p {
  margin-top: calc(40px * var(--scale));
}

.wp-front .post-content p > img {
  margin-right: 0;
}

.wp-front .post-content a:not(.btn) {
  color: #00aa45;
}

.wp-front .post-content .wp-block-image {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale)) !important;
  text-align: center;
}

.wp-front .post-content .wp-block-image figcaption {
  margin-top: 20px;
  color: #5b6264;
}

.wp-front .post-content figure {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale)) !important;
}

.wp-front .post-content img {
  max-width: 100%;
  height: auto;
}

.wp-front .post-content iframe {
  max-width: 870px;
  max-height: 500px;
}

.wp-front .post-content br + img {
  margin-top: 0;
}

.wp-front .post-content ol {
  margin-top: calc(40px * var(--scale));
  margin-bottom: calc(40px * var(--scale));
  padding-left: 20px;
}

.wp-front .post-content ul {
  margin-top: calc(40px * var(--scale));
  margin-bottom: calc(40px * var(--scale));
}

.wp-front .post-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-front .post-content .wp-block-quote {
  margin-top: calc(50px * var(--scale));
  margin-bottom: calc(50px * var(--scale));
  position: relative;
}

.wp-front .post-content .wp-block-quote:before {
  content: "";
  display: block;
  width: 41px;
  height: 32px;
  margin-bottom: 30px;
  /* background-image: url("../svg/quote.svg"); */
  background-size: 41px 32px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-front .post-content .wp-block-quote > p {
  /* font-weight: bold; */
  font-weight: 400;
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  font-size: calc(28px * var(--scale));
  line-height: 1.29;
}

.wp-front .post-content .wp-block-quote cite {
  margin-top: 30px;
  display: block;
  font-style: normal;
  font-size: 1.125rem;
}

.wp-front .category-link {
  display: inline-block;
  color: #00aa45;
  font-weight: bold !important;
  margin-bottom: 10px;
  text-decoration: none !important;
  margin-right: 5px;
}

.wp-front .category-link:hover {
  text-decoration: underline;
}

.wp-front .category-label {
  display: inline-block;
  color: #00aa45;
  font-weight: bold;
  margin-bottom: 10px;
}

.wp-front .load-more {
  text-align: center;
}

.wp-front .load-more.academy {
  margin-bottom: calc(60px * var(--scale));
}

.wp-front h1,
.wp-front .h1,
.wp-front .has-h-1-font-size {
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  /* font-weight: bold; */
  font-weight: bold;
  font-size: calc(72px * var(--scale));
  letter-spacing: -1px;
  line-height: 1.28;
}

.wp-front h2,
.wp-front .h2,
.wp-front .has-h-2-font-size {
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  /* font-weight: bold; */
  font-weight: bold;
  font-size: calc(64px * var(--scale));
  letter-spacing: -1px;
  line-height: 1.125;
}

.wp-front h3,
.wp-front .h3,
.wp-front .has-h-3-font-size {
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  /* font-weight: bold; */
  font-weight: bold;
  font-size: calc(48px * var(--scale));
  letter-spacing: -1px;
  line-height: 1.25;
}

.wp-front h4,
.wp-front .h4,
.wp-front .has-h-4-font-size {
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
  /* font-weight: bold; */
  font-weight: bold;
  font-size: calc(36px * var(--scale));
  letter-spacing: -0.5px;
  line-height: 1.22;
}

.wp-front h5,
.wp-front .h5,
.wp-front .has-h-5-font-size {
  font-family: "Eina01", "Beatrice", "Eina", "Roboto", sans-serif;
  /* font-weight: bold; */
  font-weight: 600;
  font-size: calc(28px * var(--scale));
  letter-spacing: 0px;
  line-height: 1.28;
}

.wp-front h6,
.wp-front .h6,
.wp-front .has-h-6-font-size {
  font-family: "Eina01", "Beatrice", "Eina", "Roboto", sans-serif;
  /* font-weight: bold; */
  font-weight: 600;
  font-size: calc(24px * var(--scale));
  line-height: 1.33;
}

.has-inline-color .has-lime-color {
  color: #b7ff7d !important;
}

.wp-front .has-regular-font-size {
  font-size: 1.25rem;
}

.wp-front .has-small-font-size {
  font-size: 1.125rem;
}

.wp-front .has-extra-small-font-size {
  font-size: 1rem;
}

.wp-front .has-white-color {
  color: #fff !important;
}

.wp-front .has-black-color {
  color: #000 !important;
}

.wp-front .has-off-black-color {
  color: #1d1f1e !important;
}

.wp-front .has-green-color {
  color: #00aa45 !important;
}

.wp-front .has-mustard-color {
  color: #f2b344 !important;
}

.wp-front .has-beige-color {
  color: #f9f5f2 !important;
}

.wp-front .has-pink-color {
  background-color: #f8d8d3;
}

.wp-front .has-turquoise-color {
  color: #59d8c9 !important;
}

.wp-front .has-grey-7-color {
  color: #1d1f1e !important;
}

.wp-front .has-grey-6-color {
  color: #242626 !important;
}

.wp-front .has-grey-5-color {
  color: #585858 !important;
}

.wp-front .has-grey-4-color {
  color: #6b6b6b !important;
}

.wp-front .has-grey-3-color {
  color: #c9c9c9 !important;
}

.wp-front .has-grey-2-color {
  color: #e0e0e0 !important;
}

.wp-front .has-grey-1-color {
  color: #f7f7f7 !important;
}

.wp-front .has-blue-color {
  color: #3b11f5 !important;
}

.wp-front .has-lime-color {
  color: #b7ff7d !important;
}

.wp-front .has-purple-color {
  color: #8b17ff !important;
}

.wp-front .has-orange-color {
  color: #ff8617 !important;
}

.wp-front .has-red-color {
  color: #e31212 !important;
}

.wp-front p.has-background {
  padding: 0;
}

.wp-front .has-white-background-color {
  background-color: #fff;
}

.wp-front .has-black-background-color {
  background-color: #000;
}

.wp-front .has-off-black-background-color {
  background-color: #1d1f1e;
}

.wp-front .has-green-background-color {
  background-color: #00aa45;
}

.wp-front .has-mustard-background-color {
  background-color: #f2b344;
}

.wp-front .has-beige-background-color {
  background-color: #f9f5f2;
}

.wp-front .has-pink-background-color {
  background-color: #f8d8d3;
}

.wp-front .has-turquoise-background-color {
  background-color: #59d8c9;
}

.wp-front .has-grey-7-background-color {
  background-color: #1d1f1e;
}

.wp-front .has-grey-6-background-color {
  background-color: #242626;
}

.wp-front .has-grey-5-background-color {
  background-color: #585858;
}

.wp-front .has-grey-4-background-color {
  background-color: #6b6b6b;
}

.wp-front .has-grey-3-background-color {
  background-color: #c9c9c9;
}

.wp-front .has-grey-2-background-color {
  background-color: #e0e0e0;
}

.wp-front .has-grey-1-background-color {
  background-color: #f7f7f7;
}

.wp-front .has-lime-background-color {
  background-color: #b7ff7d;
}

.wp-front .has-blue-background-color {
  background-color: #3b11f5;
}

.wp-front .has-purple-background-color {
  background-color: #8b17ff;
}

.wp-front .has-orange-background-color {
  color: #ff8617;
}

.wp-front .has-red-background-color {
  color: #e31212;
}

.wp-front .has-flash-white-background-color {
  background-color: #f2f5f2;
}

.wp-front .is-style-style1 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-front .is-style-style1 li {
  position: relative;
  padding-left: 28px;
}

.wp-front .is-style-style1 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../image/dot.svg");
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: 2px;
}

.wp-front .is-style-style1 li:not(:last-child) {
  margin-bottom: 5px;
}

.wp-front .is-style-style1 li ul {
  list-style: none;
}

.wp-front .is-style-style2 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wp-front .is-style-style2 li {
  position: relative;
  padding-left: 47px;
}

.wp-front .is-style-style2 li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../image/star-check.svg");
  background-size: 27px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  left: 2px;
}

.wp-front .is-style-style2 li:not(:last-child) {
  margin-bottom: 24px;
}

.wp-front .is-style-style2 li ul {
  list-style: none;
}

.wp-front .is-style-no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agency-highlight {
  background: linear-gradient(#242626, #242626) padding-box,
    linear-gradient(to top, #8b17ff, #b7ff7d) border-box;
  border: 2px solid transparent;
}

.white-container {
    background: #fff;
    border: 2px solid #fafafa;
  }

.hero-video {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

@media (min-width: 1500px) {
  .wp-front .max-width-xxl-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .max-width-xl-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .max-width-lg-100 {
    max-width: 100% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .max-width-md-100 {
    max-width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .wp-front .max-width-sm-100 {
    max-width: 100% !important;
  }
}

.wp-front .wp-block-quote.is-style-style1 {
  border-left: 10px solid #00aa45;
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 5px;
}

.wp-front .wp-block-quote.is-style-style1 p > strong {
  font-family: "Eina01", "Beatrice", "Eina01", "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 14px;
  letter-spacing: 0px;
}

.wp-front .wp-block-quote.is-style-style1 cite {
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.5;
}

.wp-front .wp-block-columns {
  margin-bottom: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wp-front .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: calc(30px * var(--scale));
}

@media (min-width: 1500px) {
  .wp-front .wp-block-columns.stacked-xxl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-front .wp-block-columns.stacked-xxl > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
  }

  .wp-front .wp-block-columns.stacked-xxl > .wp-block-column:not(:first-child) {
    margin-top: calc(30px * var(--scale));
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-columns.stacked-xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-front .wp-block-columns.stacked-xl > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
  }

  .wp-front .wp-block-columns.stacked-xl > .wp-block-column:not(:first-child) {
    margin-top: calc(40px * var(--scale));
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-columns.stacked-lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-front .wp-block-columns.stacked-lg > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
  }

  .wp-front .wp-block-columns.stacked-lg > .wp-block-column:not(:first-child) {
    margin-top: calc(40px * var(--scale));
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-columns.stacked-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-front .wp-block-columns.stacked-md > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
  }

  .wp-front .wp-block-columns.stacked-md > .wp-block-column:not(:first-child) {
    margin-top: calc(40px * var(--scale));
  }
}

@media (max-width: 767.98px) {
  .wp-front .wp-block-columns.stacked-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wp-front .wp-block-columns.stacked-sm > .wp-block-column {
    margin-left: 0;
    margin-right: 0;
  }

  .wp-front .wp-block-columns.stacked-sm > .wp-block-column:not(:first-child) {
    margin-top: calc(40px * var(--scale));
  }
}

@media (min-width: 1500px) {
  .wp-front .wp-block-columns.no-gutter-xxl > .wp-block-column {
    margin: 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-columns.no-gutter-xl > .wp-block-column {
    margin: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-columns.no-gutter-lg > .wp-block-column {
    margin: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-columns.no-gutter-md > .wp-block-column {
    margin: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .wp-front .wp-block-columns.no-gutter-sm > .wp-block-column {
    margin: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .wp-front .wp-block-columns.full-screen-sm {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.wp-front .wp-block-column {
  min-width: unset;
}

@media (min-width: 1500px) {
  .wp-front .wp-block-column.text-align-xxl-left {
    text-align: left !important;
  }

  .wp-front .wp-block-column.text-align-xxl-center {
    text-align: center !important;
  }

  .wp-front .wp-block-column.text-align-xxl-right {
    text-align: right !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-column.text-align-xl-left {
    text-align: left !important;
  }

  .wp-front .wp-block-column.text-align-xl-center {
    text-align: center !important;
  }

  .wp-front .wp-block-column.text-align-xl-right {
    text-align: right !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-column.text-align-lg-left {
    text-align: left !important;
  }

  .wp-front .wp-block-column.text-align-lg-center {
    text-align: center !important;
  }

  .wp-front .wp-block-column.text-align-lg-right {
    text-align: right !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-column.text-align-md-left {
    text-align: left !important;
  }

  .wp-front .wp-block-column.text-align-md-center {
    text-align: center !important;
  }

  .wp-front .wp-block-column.text-align-md-right {
    text-align: right !important;
  }
}

@media (max-width: 767.98px) {
  .wp-front .wp-block-column.text-align-sm-left {
    text-align: left !important;
  }

  .wp-front .wp-block-column.text-align-sm-center {
    text-align: center !important;
  }

  .wp-front .wp-block-column.text-align-sm-right {
    text-align: right !important;
  }
}

@media (min-width: 1500px) {
  .wp-front .wp-block-column.display-xxl-none {
    display: none !important;
  }

  .wp-front .wp-block-column.display-xxl-block {
    display: block !important;
  }

  .wp-front .wp-block-column.display-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-column.display-xxl-inline {
    display: inline !important;
  }

  .wp-front .wp-block-column.display-xxl-inline-block {
    display: inline-block !important;
  }

  .wp-front .wp-block-column.display-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-column.display-xl-none {
    display: none !important;
  }

  .wp-front .wp-block-column.display-xl-block {
    display: block !important;
  }

  .wp-front .wp-block-column.display-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-column.display-xl-inline {
    display: inline !important;
  }

  .wp-front .wp-block-column.display-xl-inline-block {
    display: inline-block !important;
  }

  .wp-front .wp-block-column.display-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-column.display-lg-none {
    display: none !important;
  }

  .wp-front .wp-block-column.display-lg-block {
    display: block !important;
  }

  .wp-front .wp-block-column.display-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-column.display-lg-inline {
    display: inline !important;
  }

  .wp-front .wp-block-column.display-lg-inline-block {
    display: inline-block !important;
  }

  .wp-front .wp-block-column.display-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-column.display-md-none {
    display: none !important;
  }

  .wp-front .wp-block-column.display-md-block {
    display: block !important;
  }

  .wp-front .wp-block-column.display-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-column.display-md-inline {
    display: inline !important;
  }

  .wp-front .wp-block-column.display-md-inline-block {
    display: inline-block !important;
  }

  .wp-front .wp-block-column.display-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 767.98px) {
  .wp-front .wp-block-column.display-sm-none {
    display: none !important;
  }

  .wp-front .wp-block-column.display-sm-block {
    display: block !important;
  }

  .wp-front .wp-block-column.display-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-column.display-sm-inline {
    display: inline !important;
  }

  .wp-front .wp-block-column.display-sm-inline-block {
    display: inline-block !important;
  }

  .wp-front .wp-block-column.display-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.wp-front .wp-block-column.border-top {
  border-top: 2px solid #000 !important;
}

.wp-front .wp-block-column.border-right {
  border-right: 2px solid #000 !important;
}

.wp-front .wp-block-column.border-bottom {
  border-bottom: 2px solid #000 !important;
}

.wp-front .wp-block-column.border-left {
  border-left: 2px solid #000 !important;
}

.wp-front .wp-block-group.display-flex {
  width: 100%;
}

.wp-front .wp-block-group.display-flex > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-front .wp-block-group.flex-direction-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wp-front
  .wp-block-group.flex-direction-row
  > .wp-block-group__inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.wp-front .wp-block-group.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-front
  .wp-block-group.flex-direction-column
  > .wp-block-group__inner-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wp-front .wp-block-group.align-items-normal {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.wp-front
  .wp-block-group.align-items-normal
  > .wp-block-group__inner-container {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.wp-front .wp-block-group.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.wp-front
  .wp-block-group.align-items-baseline
  > .wp-block-group__inner-container {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.wp-front .wp-block-group.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front
  .wp-block-group.align-items-center
  > .wp-block-group__inner-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .wp-block-group.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-front
  .wp-block-group.align-items-flex-start
  > .wp-block-group__inner-container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-front .wp-block-group.align-items-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wp-front
  .wp-block-group.align-items-flex-end
  > .wp-block-group__inner-container {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.wp-front .wp-block-group.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wp-front
  .wp-block-group.align-items-stretch
  > .wp-block-group__inner-container {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wp-front .wp-block-group.justify-content-normal {
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}

.wp-front
  .wp-block-group.justify-content-normal
  > .wp-block-group__inner-container {
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}

.wp-front .wp-block-group.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front
  .wp-block-group.justify-content-center
  > .wp-block-group__inner-container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .wp-block-group.justify-content-flex-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wp-front
  .wp-block-group.justify-content-flex-start
  > .wp-block-group__inner-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wp-front .wp-block-group.justify-content-flex-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wp-front
  .wp-block-group.justify-content-flex-end
  > .wp-block-group__inner-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wp-front .wp-block-group.justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wp-front
  .wp-block-group.justify-content-space-around
  > .wp-block-group__inner-container {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.wp-front .wp-block-group.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-front
  .wp-block-group.justify-content-space-between
  > .wp-block-group__inner-container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-front .wp-block-group.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.wp-front
  .wp-block-group.justify-content-space-evenly
  > .wp-block-group__inner-container {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.wp-front .wp-block-group.justify-content-stretch {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.wp-front
  .wp-block-group.justify-content-stretch
  > .wp-block-group__inner-container {
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
}

.wp-front .wp-block-group.flex-wrap-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-front .wp-block-group.flex-wrap-wrap > .wp-block-group__inner-container {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-front .wp-block-group.flex-wrap-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wp-front .wp-block-group.flex-wrap-nowrap > .wp-block-group__inner-container {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wp-front .wp-block-group.full-screen {
  margin-left: -20px;
  margin-right: -20px;
}

@media (min-width: 1500px) {
  .wp-front .wp-block-group.display-xxl-none {
    display: none !important;
  }

  .wp-front
    .wp-block-group.display-xxl-none
    > .wp-block-group__inner-container {
    display: none !important;
  }

  .wp-front .wp-block-group.display-xxl-block {
    display: block !important;
  }

  .wp-front
    .wp-block-group.display-xxl-block
    > .wp-block-group__inner-container {
    display: block !important;
  }

  .wp-front .wp-block-group.display-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front
    .wp-block-group.display-xxl-flex
    > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-xxl-inline {
    display: inline !important;
  }

  .wp-front
    .wp-block-group.display-xxl-inline
    > .wp-block-group__inner-container {
    display: inline !important;
  }

  .wp-front .wp-block-group.display-xxl-inline-block {
    display: inline-block !important;
  }

  .wp-front
    .wp-block-group.display-xxl-inline-block
    > .wp-block-group__inner-container {
    display: inline-block !important;
  }

  .wp-front .wp-block-group.display-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front
    .wp-block-group.display-xxl-inline-flex
    > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .wp-block-group.flex-direction-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front
    .wp-block-group.flex-direction-xxl-row
    > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .wp-block-group.flex-direction-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front
    .wp-block-group.flex-direction-xxl-column
    > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .wp-block-group.align-items-xxl-normal {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front
    .wp-block-group.align-items-xxl-normal
    > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front .wp-block-group.align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front
    .wp-block-group.align-items-xxl-baseline
    > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .wp-block-group.align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front
    .wp-block-group.align-items-xxl-center
    > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .wp-block-group.align-items-xxl-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front
    .wp-block-group.align-items-xxl-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .wp-block-group.align-items-xxl-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front
    .wp-block-group.align-items-xxl-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .wp-block-group.align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front
    .wp-block-group.align-items-xxl-stretch
    > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-normal {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-normal
    > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-center
    > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-space-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-space-around
    > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-space-between
    > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-space-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-space-evenly
    > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .wp-block-group.justify-content-xxl-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front
    .wp-block-group.justify-content-xxl-stretch
    > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front .wp-block-group.flex-wrap-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-xxl-wrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .wp-block-group.flex-wrap-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-xxl-nowrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .wp-block-group.full-screen-xxl {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
  .wp-front .wp-block-group.display-xl-none {
    display: none !important;
  }

  .wp-front .wp-block-group.display-xl-none > .wp-block-group__inner-container {
    display: none !important;
  }

  .wp-front .wp-block-group.display-xl-block {
    display: block !important;
  }

  .wp-front
    .wp-block-group.display-xl-block
    > .wp-block-group__inner-container {
    display: block !important;
  }

  .wp-front .wp-block-group.display-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-xl-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-xl-inline {
    display: inline !important;
  }

  .wp-front
    .wp-block-group.display-xl-inline
    > .wp-block-group__inner-container {
    display: inline !important;
  }

  .wp-front .wp-block-group.display-xl-inline-block {
    display: inline-block !important;
  }

  .wp-front
    .wp-block-group.display-xl-inline-block
    > .wp-block-group__inner-container {
    display: inline-block !important;
  }

  .wp-front .wp-block-group.display-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front
    .wp-block-group.display-xl-inline-flex
    > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .wp-block-group.flex-direction-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front
    .wp-block-group.flex-direction-xl-row
    > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .wp-block-group.flex-direction-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front
    .wp-block-group.flex-direction-xl-column
    > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .wp-block-group.align-items-xl-normal {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front
    .wp-block-group.align-items-xl-normal
    > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front .wp-block-group.align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front
    .wp-block-group.align-items-xl-baseline
    > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .wp-block-group.align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front
    .wp-block-group.align-items-xl-center
    > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .wp-block-group.align-items-xl-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front
    .wp-block-group.align-items-xl-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .wp-block-group.align-items-xl-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front
    .wp-block-group.align-items-xl-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .wp-block-group.align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front
    .wp-block-group.align-items-xl-stretch
    > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .wp-block-group.justify-content-xl-normal {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-normal
    > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front .wp-block-group.justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-center
    > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .wp-block-group.justify-content-xl-flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .wp-block-group.justify-content-xl-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .wp-block-group.justify-content-xl-space-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-space-around
    > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .wp-block-group.justify-content-xl-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-space-between
    > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .wp-block-group.justify-content-xl-space-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-space-evenly
    > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .wp-block-group.justify-content-xl-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front
    .wp-block-group.justify-content-xl-stretch
    > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front .wp-block-group.flex-wrap-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-xl-wrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .wp-block-group.flex-wrap-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-xl-nowrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .wp-block-group.full-screen-xl {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-front .wp-block-group.display-lg-none {
    display: none !important;
  }

  .wp-front .wp-block-group.display-lg-none > .wp-block-group__inner-container {
    display: none !important;
  }

  .wp-front .wp-block-group.display-lg-block {
    display: block !important;
  }

  .wp-front
    .wp-block-group.display-lg-block
    > .wp-block-group__inner-container {
    display: block !important;
  }

  .wp-front .wp-block-group.display-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-lg-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-lg-inline {
    display: inline !important;
  }

  .wp-front
    .wp-block-group.display-lg-inline
    > .wp-block-group__inner-container {
    display: inline !important;
  }

  .wp-front .wp-block-group.display-lg-inline-block {
    display: inline-block !important;
  }

  .wp-front
    .wp-block-group.display-lg-inline-block
    > .wp-block-group__inner-container {
    display: inline-block !important;
  }

  .wp-front .wp-block-group.display-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front
    .wp-block-group.display-lg-inline-flex
    > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .wp-block-group.flex-direction-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front
    .wp-block-group.flex-direction-lg-row
    > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .wp-block-group.flex-direction-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front
    .wp-block-group.flex-direction-lg-column
    > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .wp-block-group.align-items-lg-normal {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front
    .wp-block-group.align-items-lg-normal
    > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front .wp-block-group.align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front
    .wp-block-group.align-items-lg-baseline
    > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .wp-block-group.align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front
    .wp-block-group.align-items-lg-center
    > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .wp-block-group.align-items-lg-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front
    .wp-block-group.align-items-lg-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .wp-block-group.align-items-lg-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front
    .wp-block-group.align-items-lg-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .wp-block-group.align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front
    .wp-block-group.align-items-lg-stretch
    > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .wp-block-group.justify-content-lg-normal {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-normal
    > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front .wp-block-group.justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-center
    > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .wp-block-group.justify-content-lg-flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .wp-block-group.justify-content-lg-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .wp-block-group.justify-content-lg-space-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-space-around
    > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .wp-block-group.justify-content-lg-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-space-between
    > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .wp-block-group.justify-content-lg-space-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-space-evenly
    > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .wp-block-group.justify-content-lg-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front
    .wp-block-group.justify-content-lg-stretch
    > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front .wp-block-group.flex-wrap-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-lg-wrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .wp-block-group.flex-wrap-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-lg-nowrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .wp-block-group.full-screen-lg {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-front .wp-block-group.display-md-none {
    display: none !important;
  }

  .wp-front .wp-block-group.display-md-none > .wp-block-group__inner-container {
    display: none !important;
  }

  .wp-front .wp-block-group.display-md-block {
    display: block !important;
  }

  .wp-front
    .wp-block-group.display-md-block
    > .wp-block-group__inner-container {
    display: block !important;
  }

  .wp-front .wp-block-group.display-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-md-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-md-inline {
    display: inline !important;
  }

  .wp-front
    .wp-block-group.display-md-inline
    > .wp-block-group__inner-container {
    display: inline !important;
  }

  .wp-front .wp-block-group.display-md-inline-block {
    display: inline-block !important;
  }

  .wp-front
    .wp-block-group.display-md-inline-block
    > .wp-block-group__inner-container {
    display: inline-block !important;
  }

  .wp-front .wp-block-group.display-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front
    .wp-block-group.display-md-inline-flex
    > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .wp-block-group.flex-direction-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front
    .wp-block-group.flex-direction-md-row
    > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .wp-block-group.flex-direction-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front
    .wp-block-group.flex-direction-md-column
    > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .wp-block-group.align-items-md-normal {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front
    .wp-block-group.align-items-md-normal
    > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front .wp-block-group.align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front
    .wp-block-group.align-items-md-baseline
    > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .wp-block-group.align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front
    .wp-block-group.align-items-md-center
    > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .wp-block-group.align-items-md-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front
    .wp-block-group.align-items-md-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .wp-block-group.align-items-md-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front
    .wp-block-group.align-items-md-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .wp-block-group.align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front
    .wp-block-group.align-items-md-stretch
    > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .wp-block-group.justify-content-md-normal {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-normal
    > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front .wp-block-group.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-center
    > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .wp-block-group.justify-content-md-flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .wp-block-group.justify-content-md-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .wp-block-group.justify-content-md-space-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-space-around
    > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .wp-block-group.justify-content-md-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-space-between
    > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .wp-block-group.justify-content-md-space-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-space-evenly
    > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .wp-block-group.justify-content-md-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front
    .wp-block-group.justify-content-md-stretch
    > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front .wp-block-group.flex-wrap-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-md-wrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .wp-block-group.flex-wrap-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-md-nowrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .wp-block-group.full-screen-md {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (max-width: 767.98px) {
  .wp-front .wp-block-group.display-sm-none {
    display: none !important;
  }

  .wp-front .wp-block-group.display-sm-none > .wp-block-group__inner-container {
    display: none !important;
  }

  .wp-front .wp-block-group.display-sm-block {
    display: block !important;
  }

  .wp-front
    .wp-block-group.display-sm-block
    > .wp-block-group__inner-container {
    display: block !important;
  }

  .wp-front .wp-block-group.display-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-sm-flex > .wp-block-group__inner-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .wp-front .wp-block-group.display-sm-inline {
    display: inline !important;
  }

  .wp-front
    .wp-block-group.display-sm-inline
    > .wp-block-group__inner-container {
    display: inline !important;
  }

  .wp-front .wp-block-group.display-sm-inline-block {
    display: inline-block !important;
  }

  .wp-front
    .wp-block-group.display-sm-inline-block
    > .wp-block-group__inner-container {
    display: inline-block !important;
  }

  .wp-front .wp-block-group.display-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front
    .wp-block-group.display-sm-inline-flex
    > .wp-block-group__inner-container {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .wp-front .wp-block-group.flex-direction-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front
    .wp-block-group.flex-direction-sm-row
    > .wp-block-group__inner-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .wp-front .wp-block-group.flex-direction-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front
    .wp-block-group.flex-direction-sm-column
    > .wp-block-group__inner-container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .wp-front .wp-block-group.align-items-sm-normal {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front
    .wp-block-group.align-items-sm-normal
    > .wp-block-group__inner-container {
    -webkit-box-align: normal !important;
    -ms-flex-align: normal !important;
    align-items: normal !important;
  }

  .wp-front .wp-block-group.align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front
    .wp-block-group.align-items-sm-baseline
    > .wp-block-group__inner-container {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .wp-front .wp-block-group.align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front
    .wp-block-group.align-items-sm-center
    > .wp-block-group__inner-container {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .wp-front .wp-block-group.align-items-sm-flex-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front
    .wp-block-group.align-items-sm-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .wp-front .wp-block-group.align-items-sm-flex-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front
    .wp-block-group.align-items-sm-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .wp-front .wp-block-group.align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front
    .wp-block-group.align-items-sm-stretch
    > .wp-block-group__inner-container {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .wp-front .wp-block-group.justify-content-sm-normal {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-normal
    > .wp-block-group__inner-container {
    -webkit-box-pack: normal !important;
    -ms-flex-pack: normal !important;
    justify-content: normal !important;
  }

  .wp-front .wp-block-group.justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-center
    > .wp-block-group__inner-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .wp-front .wp-block-group.justify-content-sm-flex-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-flex-start
    > .wp-block-group__inner-container {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .wp-front .wp-block-group.justify-content-sm-flex-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-flex-end
    > .wp-block-group__inner-container {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .wp-front .wp-block-group.justify-content-sm-space-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-space-around
    > .wp-block-group__inner-container {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .wp-front .wp-block-group.justify-content-sm-space-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-space-between
    > .wp-block-group__inner-container {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .wp-front .wp-block-group.justify-content-sm-space-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-space-evenly
    > .wp-block-group__inner-container {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }

  .wp-front .wp-block-group.justify-content-sm-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front
    .wp-block-group.justify-content-sm-stretch
    > .wp-block-group__inner-container {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    justify-content: stretch !important;
  }

  .wp-front .wp-block-group.flex-wrap-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-sm-wrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .wp-front .wp-block-group.flex-wrap-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front
    .wp-block-group.flex-wrap-sm-nowrap
    > .wp-block-group__inner-container {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .wp-front .wp-block-group.full-screen-sm {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

.wp-front .wp-block-image img {
  height: auto;
}

.wp-front .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .wp-block-buttons > .wp-block-button {
  margin-left: 0;
  margin-right: 0;
}

.wp-front .wp-block-button {
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
}

.wp-front .wp-block-button + .wp-block-button {
  margin-right: 0;
  margin-left: 20px;
}

.wp-front .wp-block-button + .wp-block-button.is-style-link-text {
  margin-left: 0;
}

.wp-front .wp-block-button__link.has-white-background-color {
  background-color: #fff;
}

.wp-front .wp-block-button__link.has-white-background-color:hover {
  background-color: #f2f2f2;
}

.wp-front .wp-block-button__link.has-off-black-background-color {
  background-color: #1d1f1e;
}

.wp-front .wp-block-button__link.has-off-black-background-color:hover {
  background-color: #040607;
}

.wp-front .wp-block-button__link.has-green-background-color {
  background-color: #00aa45;
}

.wp-front .wp-block-button__link.has-green-background-color:hover {
  background-color: #00913b;
}

.wp-front .wp-block-button__link.has-mustard-background-color {
  background-color: #f2b344;
}

.wp-front .wp-block-button__link.has-mustard-background-color:hover {
  background-color: #efa014;
}

.wp-front .wp-block-button__link.has-beige-background-color {
  background-color: #f9f5f2;
}

.wp-front .wp-block-button__link.has-beige-background-color:hover {
  background-color: #e9dacf;
}

.wp-front .wp-block-button__link.has-turquoise-background-color {
  background-color: #59d8c9;
}

.wp-front .wp-block-button__link.has-turquoise-background-color:hover {
  background-color: #30cebb;
}

.wp-front .wp-block-button__link.has-grey-80-background-color {
  background-color: #444d50;
}

.wp-front .wp-block-button__link.has-grey-80-background-color:hover {
  background-color: #2d3234;
}

.wp-front .wp-block-button__link.has-grey-70-background-color {
  background-color: #5b6264;
}

.wp-front .wp-block-button__link.has-grey-70-background-color:hover {
  background-color: #434849;
}

.wp-front .wp-block-button__link.has-grey-15-background-color {
  background-color: #d7d6d4;
}

.wp-front .wp-block-button__link.has-grey-15-background-color:hover {
  background-color: #bebdba;
}

.wp-front .wp-block-button__link.has-grey-10-background-color {
  background-color: #e2e0de;
}

.wp-front .wp-block-button__link.has-grey-10-background-color:hover {
  background-color: #cac7c3;
}

.wp-front .wp-block-button.is-style-link-text .wp-block-button__link {
  height: 60px;
  padding: 12px 20px;
  min-width: 135px;
  background-color: transparent !important;
  color: #1d1f1e;
  text-decoration: underline;
  font-size: 1.125rem;
}

.wp-front .wp-block-button.is-style-link-text .wp-block-button__link:hover {
  color: #00aa45;
  text-decoration: underline !important;
  background-color: transparent !important;
}

.wp-front .wp-block-button.is-style-md .wp-block-button__link {
  height: 52px;
  padding: 12px 20px;
  min-width: 135px;
  background-color: #00aa45;
  color: #fff;
  font-size: 1.125rem;
}

.wp-front .wp-block-button.is-style-md .wp-block-button__link:hover {
  text-decoration: none !important;
  background-color: #007730;
}

.wp-front .wp-block-button.is-style-sm .wp-block-button__link {
  height: 40px;
  padding: 6px 20px 8px 20px;
  min-width: 115px;
  background-color: #00aa45;
  color: #fff;
  font-size: 1rem;
}

.wp-front .wp-block-button.is-style-sm .wp-block-button__link:hover {
  text-decoration: none !important;
  background-color: #007730;
}

.wp-front .wp-block-button.is-style-arrow .wp-block-button__link {
  padding-right: 23px;
}

.wp-front .wp-block-button.is-style-arrow .wp-block-button__link .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 33px;
}

.wp-front .wp-block-button.is-style-arrow .wp-block-button__link:hover .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .wp-block-button.is-style-arrow-md .wp-block-button__link {
  height: 52px;
  padding: 12px 23px 12px 20px;
  min-width: 135px;
  font-size: 1.125rem;
}

.wp-front .wp-block-button.is-style-arrow-md .wp-block-button__link .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 23px;
}

.wp-front
  .wp-block-button.is-style-arrow-md
  .wp-block-button__link:hover
  .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .wp-block-button.is-style-arrow-sm .wp-block-button__link {
  height: 40px;
  padding: 6px 20px 8px 20px;
  min-width: 115px;
  font-size: 1rem;
}

.wp-front .wp-block-button.is-style-arrow-sm .wp-block-button__link .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 17px;
  font-size: 13px;
}

.wp-front
  .wp-block-button.is-style-arrow-sm
  .wp-block-button__link:hover
  .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .wp-block-button.is-style-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wp-front .wp-block-button.is-style-block .wp-block-button__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.wp-front .wp-block-button.is-style-block-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.wp-front .wp-block-button.is-style-block-arrow .wp-block-button__link {
  padding-right: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.wp-front .wp-block-button.is-style-block-arrow .wp-block-button__link .icon {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-left: 33px;
}

.wp-front
  .wp-block-button.is-style-block-arrow
  .wp-block-button__link:hover
  .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front .wp-block-image img {
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

.wp-front .wp-block-image figcaption {
  margin-bottom: 0;
}

.wp-front .wp-block-image.is-style-responsive img {
  max-width: 100% !important;
  height: auto;
}

.wp-front figure {
  margin: 0;
}

.wp-front .wp-block-group__inner-container .wp-block-columns {
  margin-left: -15px;
  margin-right: -15px;
}

.wp-front .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  padding-left: 15px;
  padding-right: 15px;
}

.wp-front
  .wp-block-group__inner-container
  .wp-block-columns
  .wp-block-column:not(:first-child) {
  margin-left: 0;
}

.wp-front .wp-block-group__inner-container .wp-block-columns.columns-slim {
  margin-left: -10px;
  margin-right: -10px;
}

.wp-front
  .wp-block-group__inner-container
  .wp-block-columns.columns-slim
  .wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 991px) {
  .wp-front .wp-block-columns {
    display: block;
  }
}

.wp-front .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

.wp-front .wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 1.875rem;
}

@media (max-width: 991px) {
  .wp-front .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }

  .wp-front .wp-block-columns .wp-block-column:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.wp-front
  .wp-block-columns
  .wp-block-column
  > .wp-block-group
  .wp-block-group__inner-container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .wp-front .wp-block-columns.is-style-mobile-reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  .wp-front
    .wp-block-columns.is-style-mobile-reverse
    .wp-block-column:last-child {
    margin-bottom: 2.5rem;
  }

  .wp-front
    .wp-block-columns.is-style-mobile-reverse
    .wp-block-column:not(:last-child) {
    margin-bottom: 0;
  }
}

.wp-front .wp-block-table.is-style-stripes table tbody tr:first-child {
  background-color: #d7d6d4 !important;
}

.wp-front .wp-block-table.is-style-stripes table tbody tr:first-child td {
  font-weight: bold;
  font-size: 1.25rem;
  min-width: 200px;
}

.wp-front .wp-block-table.is-style-stripes table tbody tr:nth-child(odd) {
  background-color: #f9f5f2;
}

.wp-front .wp-block-table.is-style-stripes table tbody tr td {
  padding-top: calc(20px * var(--scale));
  padding-bottom: calc(20px * var(--scale));
  padding-left: calc(15px * var(--scale));
  padding-right: calc(15px * var(--scale));
  font-size: 1rem;
}

.wp-front .wp-block-table.is-style-stripes table tbody tr td:first-child {
  padding-left: 1.875rem;
}

.wp-front .wp-block-table.is-style-stripes table tbody tr td:last-child {
  padding-right: 1.875rem;
}

.wp-front .section-container.black-pattern {
  position: relative;
}

.wp-front .section-container.black-pattern:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .section-container.black-pattern2 {
  position: relative;
}

.wp-front .section-container.black-pattern2:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../svg/separator-pattern5.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .section-container.beige-pattern {
  position: relative;
}

.wp-front .section-container.beige-pattern:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../svg/separator-pattern2.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .section-container.beige-pattern2 {
  position: relative;
}

.wp-front .section-container.beige-pattern2:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .section-container.white-pattern {
  position: relative;
}

.wp-front .section-container.white-pattern:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../svg/separator-pattern3.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .section-container.white-pattern2 {
  position: relative;
}

.wp-front .section-container.white-pattern2:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../svg/separator-pattern6.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .section-container.black-bg:after {
  background-color: #1d1f1e;
}

.wp-front .section-container.beige-bg:after {
  background-color: #f9f5f2;
}

.wp-front .section-container.white-bg:after {
  background-color: #fff;
}

.wp-front .hero {
  position: relative;
}

.wp-front .hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #F9F5F2; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

@media (min-width: 992px) {
  .wp-front .hero .wp-block-columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wp-front .hero a {
  color: #fff;
  font-weight: 600;
}

.wp-front .hero h1,
.wp-front .hero .h1,
.wp-front .hero p {
  max-width: 540px;
}

.wp-front .hero .form-with-button {
  max-width: 480px;
}

.wp-front .hero .wp-block-image {
  position: relative;
}

@media (max-width: 991px) {
  .wp-front .hero .wp-block-image {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front .hero .wp-block-image img {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .hero .wp-block-image img {
    max-width: 100% !important;
    height: auto;
  }
}

.wp-front .justuno-faq_item {
  position: relative;
}

.wp-front .justuno-faq_item-toggle {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wp-front .justuno-faq_item-toggle h3,
.wp-front .justuno-faq_item-toggle .h3 {
  padding-right: 30px;
}

.wp-front .justuno-faq_item-toggle .icon {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 0.75rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wp-front .justuno-faq_item-toggle.collapsed .icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.wp-front .justuno-faq_item p {
  margin-top: calc(30px * var(--scale));
  max-width: 1030px;
}

@media (min-width: 992px) {
  .wp-front .hero.hero-home .wp-block-columns .wp-block-column {
    min-width: 50%;
  }
}

.wp-front .hero.hero-home .wp-block-image:before {
  display: block;
  width: 280px;
  height: 280px;
  /* background-image: url("../svg/hero-pattern.svg"); */
  background-position: center;
  background-size: 280px;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: 367px;
}

@media (max-width: 767px) {
  .wp-front .hero.hero-home .wp-block-image:before {
    width: 200px;
    height: 200px;
    background-size: 200px;
    top: -40px;
    left: calc(100% - 150px);
  }
}

@media (min-width: 1500px) {
  .wp-front .hero.hero-home .wp-block-image:before {
    top: -60px;
    left: 467px;
  }
}

.wp-front .hero.hero-home .wp-block-image.home-hero-2 {
  position: relative;
  overflow: visible;
  min-height: 735px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wp-front .hero.hero-home .wp-block-image.home-hero-2 {
    min-height: 580px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-front .hero.hero-home .wp-block-image.home-hero-2 {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .wp-front .hero.hero-home .wp-block-image.home-hero-2 {
    min-height: 410px;
  }
}

.wp-front .hero.hero-home .wp-block-image.home-hero-2 img {
  position: absolute;
  top: 0;
  left: -10px;
  max-width: 705px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wp-front .hero.hero-home .wp-block-image.home-hero-2 img {
    max-width: 520px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-front .hero.hero-home .wp-block-image.home-hero-2 img {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .wp-front .hero.hero-home .wp-block-image.home-hero-2 img {
    left: 0;
  }
}

.wp-front .hero .hbspt-form {
  position: relative;
  max-width: 480px;
}

.wp-front .hero .hbspt-form .hs-input {
  border-radius: 100px !important;
  border: none;
}

@media (min-width: 576px) {
  .wp-front .hero .hbspt-form .hs-input {
    padding-right: 230px;
  }
}

.wp-front .hero .hbspt-form .actions {
  width: 210px;
  margin-top: 10px;
}

@media (min-width: 576px) {
  .wp-front .hero .hbspt-form .actions {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

.wp-front .hero .hbspt-form input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.wp-front #homepage-email-newsignup {
  position: relative;
  max-width: 480px;
}

.wp-front #homepage-email-newsignup > input[type="email"] {
  height: 58px;
  padding: 14px 25px;
  line-height: 58px;
  letter-spacing: 0px;
  font-size: 1.125rem;
  font-family: "Eina01", sans-serif;
  font-weight: 400;
  border: 1px solid #d7d6d4;
  width: 100% !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 100px;
  border: none;
}

@media (min-width: 576px) {
  .wp-front #homepage-email-newsignup > input[type="email"] {
    padding-right: 230px;
  }
}

.wp-front #homepage-email-newsignup > input[type="email"]:focus {
  outline: none !important;
}

.wp-front #homepage-email-newsignup > button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 210px;
  margin-top: 10px;
  outline: 0 !important;
  border: none;
  border-radius: 100px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  background-color: #00aa45;
  color: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  line-height: 1 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 10px 30px;
  height: 58px;
  font-size: 1.25rem;
  min-width: 150px;
}

.wp-front #homepage-email-newsignup > button i {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.wp-front #homepage-email-newsignup > button:hover i {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

@media (min-width: 576px) {
  .wp-front #homepage-email-newsignup > button {
    /*         position:absolute;
        top: 0;
        right: 0; */
    margin-top: 0;
  }
}

.wp-front #homepage-email-newsignup .error {
  color: #e84444;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .wp-front .section-driven-engagement .gamification-card {
    padding-top: calc(40px * var(--scale));
    padding-right: calc(25px * var(--scale));
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front .section-driven-engagement .gamification-card .wp-block-columns {
  margin-left: 0;
  margin-right: 0;
}

.wp-front .section-driven-engagement .gamification-card .wp-block-image {
  position: relative;
  top: -14px;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@media (max-width: 991px) {
  .wp-front .section-driven-engagement .gamification-card .wp-block-image {
    top: -8px;
  }
}

.wp-front .section-driven-engagement .personalisation-card {
  height: 100%;
}

@media (max-width: 991px) {
  .wp-front .section-driven-engagement .personalisation-card {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front
  .section-driven-engagement
  .personalisation-card
  > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.wp-front .section-driven-engagement .segmentation-card {
  height: 100%;
}

@media (max-width: 991px) {
  .wp-front .section-driven-engagement .segmentation-card {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front
  .section-driven-engagement
  .segmentation-card
  > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.wp-front .section-driven-engagement .segmentation-card .wp-block-image {
  position: relative;
}

.wp-front .section-driven-engagement .segmentation-card .wp-block-image:after {
  content: "";
  display: block;
  width: 77px;
  height: 93px;
  /* background-image: url("../svg/swosh2.svg"); */
  background-position: center;
  background-size: 77px 93px;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  right: -20px;
}

@media (max-width: 767px) {
  .wp-front
    .section-driven-engagement
    .segmentation-card
    .wp-block-image:after {
    display: none;
  }
}

.wp-front .section-partner_image {
  position: relative;
}

.wp-front .section-partner_image:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern3.svg"); */
  background-position: center;
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  left: -71px;
}

@media (max-width: 991px) {
  .wp-front .section-partner_image:before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wp-front .section-partner_image:before {
    top: -50px;
    left: auto;
    right: -50px;
  }
}

.wp-front .section-partner_image img {
  position: relative;
  z-index: 3;
}

.wp-front .section-partner_image:after {
  content: "";
  display: block;
  width: 108px;
  height: 137px;
  /* background-image: url("../svg/swosh23.svg"); */
  background-position: center;
  background-size: 108px 137px;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: -30px;
}

@media (max-width: 767px) {
  .wp-front .section-partner_image:after {
    display: none;
  }
}

.wp-front .section-increase-sales_card {
  height: 100%;
}

.wp-front .section-increase-sales_card > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.wp-front .section-increase-sales_card .wp-block-image {
  text-align: center;
}

.wp-front
  .section-apps
  .wp-block-columns
  .wp-block-column:last-child
  .section-apps_card {
  position: relative;
}

.wp-front
  .section-apps
  .wp-block-columns
  .wp-block-column:last-child
  .section-apps_card:after {
  content: "";
  display: block;
  width: 98px;
  height: 113px;
  /* background-image: url("../svg/stroke1.svg"); */
  background-position: center;
  background-size: 98px 113px;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  bottom: -50px;
}

@media (max-width: 767px) {
  .wp-front
    .section-apps
    .wp-block-columns
    .wp-block-column:last-child
    .section-apps_card:after {
    display: none;
  }
}

.wp-front .section-apps_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
  border-radius: 20px;
  min-height: 215px;
  height: 100%;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%23fff' stroke-width='1' stroke-dasharray='1%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

@media (max-width: 991px) {
  .wp-front .section-apps_card {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1500px) {
  .wp-front .section-apps_card {
    padding: 50px;
  }
}

.wp-front .section-apps_card img {
  max-width: 100% !important;
  height: auto;
}

.wp-front .section-expand-audience .expand-audience_card1 {
  position: relative;
}

@media (max-width: 991px) {
  .wp-front .section-expand-audience .expand-audience_card1 {
    margin-bottom: 40px !important;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front .section-expand-audience .expand-audience_card1 .wp-block-columns {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .wp-front .section-expand-audience .expand-audience_card1 .wp-block-image {
    border-top-right-radius: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wp-front .section-expand-audience .expand-audience_card1 .wp-block-image {
    width: 450px;
  }
}

.wp-front .section-expand-audience .expand-audience_card2 {
  height: 100%;
}

@media (max-width: 991px) {
  .wp-front .section-expand-audience .expand-audience_card2 {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front
  .section-expand-audience
  .expand-audience_card2
  > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.wp-front .section-expand-audience .expand-audience_card2 .wp-block-image {
  text-align: center;
  padding-bottom: 30px;
}

.wp-front .section-expand-audience .expand-audience_card3 {
  height: 100%;
}

@media (max-width: 991px) {
  .wp-front .section-expand-audience .expand-audience_card3 {
    margin-bottom: 40px !important;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
  }
}

.wp-front
  .section-expand-audience
  .expand-audience_card3
  > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.wp-front .section-expand-audience .expand-audience_card3 .wp-block-image {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.wp-front
  .section-expand-audience
  .expand-audience_card3
  .wp-block-image:after {
  content: "";
  display: block;
  width: 101px;
  height: 50px;
  /* background-image: url("../svg/swosh1.svg"); */
  background-position: center;
  background-size: 101px 50px;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  bottom: 20px;
}

.wp-front .section-customer-support_image {
  position: relative;
}

.wp-front .section-customer-support_image:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern4.svg"); */
  background-position: center;
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  right: -90px;
}

@media (max-width: 991px) {
  .wp-front .section-customer-support_image:before {
    display: none;
  }
}

.wp-front .section-customer-support_image:after {
  content: "";
  display: block;
  width: 277px;
  height: 187px;
  /* background-image: url("../svg/swosh3.svg"); */
  background-position: center;
  background-size: 277px 187px;
  background-repeat: no-repeat;
  position: absolute;
  right: -78px;
  bottom: -35px;
  z-index: 3;
}

@media (max-width: 991px) {
  .wp-front .section-customer-support_image:after {
    display: none;
  }
}

.wp-front .section-customer-support_image img {
  position: relative;
  z-index: 2;
}

.wp-front .industry-hero .wp-block-column:nth-child(1) > * {
  visibility: hidden;
}

.wp-front .industry-hero .wp-block-image {
  visibility: hidden;
}

.wp-front .hero.hero-b2bservices .wp-block-image:after {
  content: "";
  display: block;
  width: 116px;
  height: 145px;
  /* background-image: url("../svg/industry-hero-pattern2.svg"); */
  background-position: center;
  background-size: 116px 145px;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: -41px;
  z-index: 2;
}

@media (min-width: 1500px) {
  .wp-front .hero.hero-b2bservices .wp-block-image:after {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.wp-front .hero.hero-ecommerce .wp-block-image:after {
  content: "";
  display: block;
  width: 122px;
  height: 78px;
  /* background-image: url("../svg/industry-hero-pattern1.svg"); */
  background-position: center;
  background-size: 122px 78px;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  right: -41px;
  z-index: 2;
}

@media (min-width: 1500px) {
  .wp-front .hero.hero-ecommerce .wp-block-image:after {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.wp-front .hero.hero-saas .wp-block-image:after {
  content: "";
  display: block;
  width: 201px;
  height: 168px;
  /* background-image: url("../svg/industry-hero-pattern3.svg"); */
  background-position: center;
  background-size: 201px 168px;
  background-repeat: no-repeat;
  position: absolute;
  left: -73px;
  bottom: -50px;
  z-index: 2;
}

@media (min-width: 1500px) {
  .wp-front .hero.hero-saas .wp-block-image:after {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.wp-front .hero.hero-subscription .wp-block-image:after {
  content: "";
  display: block;
  width: 201px;
  height: 196px;
  /* background-image: url("../svg/industry-hero-pattern4.svg"); */
  background-position: center;
  background-size: 201px 196px;
  background-repeat: no-repeat;
  position: absolute;
  left: -67px;
  bottom: -90px;
  z-index: 2;
  visibility: hidden;
}

@media (min-width: 1500px) {
  .wp-front .hero.hero-subscription .wp-block-image:after {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.wp-front .industry-shoppinggives_image {
  position: relative;
}

.wp-front .industry-shoppinggives_image:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern10.svg"); */
  background-position: center;
  background-size: 300px;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  left: -87px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .industry-shoppinggives_image:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .wp-front .industry-shoppinggives_image:before {
    width: 220px;
    height: 220px;
    background-size: 220px;
    top: -35px;
    left: -57px;
  }
}

.wp-front .industry-shoppinggives_image:after {
  content: "";
  display: block;
  width: 123px;
  height: 171px;
  /* background-image: url("../svg/industry-pattern1.svg"); */
  background-position: center;
  background-size: 123px 171px;
  background-repeat: no-repeat;
  position: absolute;
  right: -50px;
  bottom: -55px;
  z-index: 3;
}

@media (max-width: 767px) {
  .wp-front .industry-shoppinggives_image:after {
    display: none;
  }
}

.wp-front .industry-shoppinggives_image img {
  position: relative;
  z-index: 2;
}

.wp-front .industry-section .wp-block-image {
  position: relative;
}

.wp-front .industry-section .wp-block-image.industry-b2b_image1:after {
  content: "";
  display: block;
  width: 154px;
  height: 122px;
  /* background-image: url("../svg/industry-pattern2.svg"); */
  background-size: 154px 122px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -54px;
  right: -85px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-b2b_image1:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-b2b_image3:after {
  content: "";
  display: block;
  width: 199px;
  height: 113px;
  /* background-image: url("../svg/industry-pattern3.svg"); */
  background-size: 199px 113px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -57px;
  right: -70px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-b2b_image3:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-b2b_image4:after {
  content: "";
  display: block;
  width: 156px;
  height: 99px;
  /* background-image: url("../svg/industry-pattern4.svg"); */
  background-size: 156px 99px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -17px;
  left: -56px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-b2b_image4:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-ecommerce_image1:after {
  content: "";
  display: block;
  width: 205px;
  height: 166px;
  /* background-image: url("../svg/industry-pattern5.svg"); */
  background-size: 205px 166px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  left: -75px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-ecommerce_image1:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-ecommerce_image2:after {
  content: "";
  display: block;
  width: 135px;
  height: 150px;
  /* background-image: url("../svg/industry-pattern6.svg"); */
  background-size: 135px 150px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -54px;
  bottom: -60px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-ecommerce_image2:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-ecommerce_image3:after {
  content: "";
  display: block;
  width: 192px;
  height: 138px;
  /* background-image: url("../svg/industry-pattern7.svg"); */
  background-size: 192px 138px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -38px;
  bottom: -53px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-ecommerce_image3:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-ecommerce_image4:after {
  content: "";
  display: block;
  width: 138px;
  height: 125px;
  /* background-image: url("../svg/industry-pattern8.svg"); */
  background-size: 138px 125px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -29px;
  right: -37px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-ecommerce_image4:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-ecommerce_image5:after {
  content: "";
  display: block;
  width: 138px;
  height: 116px;
  /* background-image: url("../svg/industry-pattern9.svg"); */
  background-size: 138px 116px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -68px;
  bottom: -37px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-ecommerce_image5:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-ecommerce_image6:after {
  content: "";
  display: block;
  width: 168px;
  height: 123px;
  /* background-image: url("../svg/industry-pattern10.svg"); */
  background-size: 168px 123px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -59px;
  bottom: -42px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-ecommerce_image6:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-saas_image1:after {
  content: "";
  display: block;
  width: 50px;
  height: 49px;
  /* background-image: url("../svg/industry-pattern11.svg"); */
  background-size: 50px 49px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -6px;
  right: -19px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-saas_image1:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-saas_image2:after {
  content: "";
  display: block;
  width: 207px;
  height: 118px;
  /* background-image: url("../svg/industry-pattern12.svg"); */
  background-size: 207px 118px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -86px;
  bottom: -45px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-saas_image2:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-saas_image3:after {
  content: "";
  display: block;
  width: 205px;
  height: 166px;
  /* background-image: url("../svg/industry-pattern13.svg"); */
  background-size: 205px 166px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -43px;
  right: -72px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-saas_image3:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-saas_image4:after {
  content: "";
  display: block;
  width: 116px;
  height: 124px;
  /* background-image: url("../svg/industry-pattern14.svg"); */
  background-size: 116px 124px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -51px;
  right: -42px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .industry-section .wp-block-image.industry-saas_image4:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-subscription_image1:after {
  content: "";
  display: block;
  width: 147px;
  height: 101px;
  /* background-image: url("../svg/industry-pattern15.svg"); */
  background-size: 147px 101px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -41px;
  right: -70px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front
    .industry-section
    .wp-block-image.industry-subscription_image1:after {
    display: none;
  }
}

.wp-front
  .industry-section
  .wp-block-image.industry-subscription_image2:before {
  content: "";
  display: block;
  width: 77px;
  height: 89px;
  /* background-image: url("../svg/industry-pattern16.svg"); */
  background-size: 77px 89px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  right: -25px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front
    .industry-section
    .wp-block-image.industry-subscription_image2:before {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-subscription_image2:after {
  content: "";
  display: block;
  width: 82px;
  height: 136px;
  /* background-image: url("../svg/industry-pattern17.svg"); */
  background-size: 82px 136px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -38px;
  bottom: 68px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front
    .industry-section
    .wp-block-image.industry-subscription_image2:after {
    display: none;
  }
}

.wp-front
  .industry-section
  .wp-block-image.industry-subscription_image3:before {
  content: "";
  display: block;
  width: 62px;
  height: 50px;
  /* background-image: url("../svg/industry-pattern18.svg"); */
  background-size: 62px 50px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  left: -12px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front
    .industry-section
    .wp-block-image.industry-subscription_image3:before {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-subscription_image3:after {
  content: "";
  display: block;
  width: 135px;
  height: 122px;
  /* background-image: url("../svg/industry-pattern19.svg"); */
  background-size: 135px 122px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -45px;
  bottom: -43px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front
    .industry-section
    .wp-block-image.industry-subscription_image3:after {
    display: none;
  }
}

.wp-front .industry-section .wp-block-image.industry-subscription_image4:after {
  content: "";
  display: block;
  width: 121px;
  height: 98px;
  /* background-image: url("../svg/industry-pattern20.svg"); */
  background-size: 121px 98px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -38px;
  left: -44px;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front
    .industry-section
    .wp-block-image.industry-subscription_image4:after {
    display: none;
  }
}

.wp-front .solution-hero .wp-block-group__inner-container > * {
  visibility: hidden;
}

.wp-front .solution-hero .wp-block-image {
  visibility: hidden;
}

.wp-front .solutions-testimonial h2,
.wp-front .solutions-testimonial .h2 {
  position: relative;
  z-index: 9;
}

.wp-front .solutions-testimonial .testimonial-image {
  position: relative;
}

.wp-front .solutions-testimonial .testimonial-image:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern4.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -100px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-testimonial .testimonial-image:before {
    display: none;
  }
}

.wp-front .solutions-testimonial .testimonial-image:after {
  content: "";
  display: block;
  width: 126px;
  height: 159px;
  /* background-image: url("../svg/solutions-pattern1.svg"); */
  background-size: 126px 159px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -57px;
  bottom: -32px;
  z-index: 3;
}

@media (max-width: 767px) {
  .wp-front .solutions-testimonial .testimonial-image:after {
    display: none;
  }
}

.wp-front .solutions-testimonial .testimonial-image img {
  position: relative;
  z-index: 2;
}

.wp-front .solutions-testimonial2 .container {
  position: relative;
}

.wp-front .solutions-testimonial2 .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern4.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: -250px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-testimonial2 .container:before {
    display: none;
  }
}

.wp-front .solutions-testimonial2 .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -250px;
  bottom: 50px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-testimonial2 .container:after {
    display: none;
  }
}

.wp-front .solutions-cta {
  overflow: hidden;
}

.wp-front .solutions-cta .container {
  position: relative;
}

.wp-front .solutions-cta .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -220px;
  bottom: -40px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-cta .container:before {
    display: none;
  }
}

.wp-front .solutions-cta .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -220px;
  top: -30px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-cta .container:after {
    display: none;
  }
}

.wp-front .solutions-cta .section-inner {
  position: relative;
  z-index: 2;
}

.wp-front .solutions-email_image4 {
  position: relative;
}

.wp-front .solutions-email_image4:after {
  content: "";
  display: block;
  z-index: 2;
  width: 146px;
  height: 131px;
  /* background-image: url("../svg/solutions-pattern2.svg"); */
  background-size: 146px 131px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -41px;
  right: -47px;
}

@media (max-width: 767px) {
  .wp-front .solutions-email_image4:after {
    display: none;
  }
}

.wp-front .solutions-sms-hero_image {
  position: relative;
}

.wp-front .solutions-sms-hero_image:after {
  content: "";
  display: block;
  z-index: 2;
  width: 224px;
  height: 127px;
  /* background-image: url("../svg/solutions-pattern3.svg"); */
  background-size: 224px 127px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -91px;
  bottom: -19px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-sms-hero_image:after {
    display: none;
  }
}

.wp-front .solutions-sms_image1 {
  position: relative;
}

.wp-front .solutions-sms_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 112px;
  height: 153px;
  /* background-image: url("../svg/solutions-pattern4.svg"); */
  background-size: 112px 153px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -87px;
  left: -32px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-sms_image1:after {
    display: none;
  }
}

.wp-front .solutions-sms_image2 {
  position: relative;
}

.wp-front .solutions-sms_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 204px;
  height: 164px;
  /* background-image: url("../svg/solutions-pattern5.svg"); */
  background-size: 204px 164px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -42px;
  right: -71px;
}

@media (max-width: 767px) {
  .wp-front .solutions-sms_image2:after {
    display: none;
  }
}

.wp-front .solutions-sms_image3 {
  position: relative;
}

.wp-front .solutions-sms_image3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 265px;
  height: 166px;
  /* background-image: url("../svg/solutions-pattern20.svg"); */
  background-size: 265px 166px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -68px;
}

@media (max-width: 767px) {
  .wp-front .solutions-sms_image3:after {
    display: none;
  }
}

.wp-front .solutions-reduce_image1 {
  position: relative;
}

.wp-front .solutions-reduce_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 123px;
  height: 113px;
  /* background-image: url("../svg/solutions-pattern6.svg"); */
  background-size: 123px 113px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -32px;
  right: -50px;
}

@media (max-width: 767px) {
  .wp-front .solutions-reduce_image1:after {
    display: none;
  }
}

.wp-front .solutions-reduce_image2 {
  position: relative;
}

.wp-front .solutions-reduce_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 157px;
  height: 131px;
  /* background-image: url("../svg/solutions-pattern7.svg"); */
  background-size: 157px 131px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -48px;
  bottom: -48px;
}

@media (max-width: 767px) {
  .wp-front .solutions-reduce_image2:after {
    display: none;
  }
}

.wp-front .solutions-reduce_image3 {
  position: relative;
}

.wp-front .solutions-reduce_image3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 180px;
  height: 209px;
  /* background-image: url("../svg/solutions-pattern8.svg"); */
  background-size: 180px 209px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -64px;
  left: -49px;
}

@media (max-width: 767px) {
  .wp-front .solutions-reduce_image3:after {
    display: none;
  }
}

.wp-front .solutions-upsell_image1 {
  position: relative;
}

.wp-front .solutions-upsell_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 122px;
  height: 88px;
  /* background-image: url("../svg/solutions-pattern9.svg"); */
  background-size: 122px 88px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -52px;
  bottom: -27px;
}

@media (max-width: 767px) {
  .wp-front .solutions-upsell_image1:after {
    display: none;
  }
}

.wp-front .solutions-upsell_image2 {
  position: relative;
}

.wp-front .solutions-upsell_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 116px;
  height: 161px;
  /* background-image: url("../svg/solutions-pattern10.svg"); */
  background-size: 116px 161px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 52px;
  right: -77px;
}

@media (max-width: 767px) {
  .wp-front .solutions-upsell_image2:after {
    display: none;
  }
}

.wp-front .solutions-upsell_image3 {
  position: relative;
}

.wp-front .solutions-upsell_image3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 127px;
  height: 153px;
  /* background-image: url("../svg/solutions-pattern11.svg"); */
  background-size: 127px 153px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -36px;
}

@media (max-width: 767px) {
  .wp-front .solutions-upsell_image3:after {
    display: none;
  }
}

.wp-front .solutions-paid_hero {
  position: relative;
}

.wp-front .solutions-paid_hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 163px;
  height: 104px;
  /* background-image: url("../svg/solutions-pattern12.svg"); */
  background-size: 163px 104px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -65px;
  bottom: -40px;
}

@media (max-width: 767px) {
  .wp-front .solutions-paid_hero:after {
    display: none;
  }
}

.wp-front .solutions-paid_image1 {
  position: relative;
}

.wp-front .solutions-paid_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 118px;
  height: 181px;
  /* background-image: url("../svg/solutions-pattern13.svg"); */
  background-size: 118px 181px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -68px;
  right: -46px;
}

@media (max-width: 767px) {
  .wp-front .solutions-paid_image1:after {
    display: none;
  }
}

.wp-front .solutions-paid_image2 {
  position: relative;
}

.wp-front .solutions-paid_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 135px;
  height: 110px;
  /* background-image: url("../svg/solutions-pattern14.svg"); */
  background-size: 135px 110px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -47px;
  left: -57px;
}

@media (max-width: 767px) {
  .wp-front .solutions-paid_image2:after {
    display: none;
  }
}

.wp-front .solutions-paid_image3 {
  position: relative;
}

.wp-front .solutions-paid_image3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 82px;
  height: 65px;
  /* background-image: url("../svg/solutions-pattern15.svg"); */
  background-size: 82px 65px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  left: 60px;
}

@media (max-width: 767px) {
  .wp-front .solutions-paid_image3:after {
    display: none;
  }
}

.wp-front .solutions-cltv_hero {
  position: relative;
}

.wp-front .solutions-cltv_hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 235px;
  height: 159px;
  /* background-image: url("../svg/solutions-pattern16.svg"); */
  background-size: 235px 159px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
  bottom: -49px;
}

@media (max-width: 767px) {
  .wp-front .solutions-cltv_hero:after {
    display: none;
  }
}

.wp-front .solutions-cltv_image1 {
  position: relative;
}

.wp-front .solutions-cltv_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 189px;
  height: 183px;
  /* background-image: url("../svg/solutions-pattern17.svg"); */
  background-size: 189px 183px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -32px;
  right: -56px;
}

@media (max-width: 767px) {
  .wp-front .solutions-cltv_image1:after {
    display: none;
  }
}

.wp-front .solutions-cltv_image2 {
  position: relative;
}

.wp-front .solutions-cltv_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 170px;
  height: 195px;
  /* background-image: url("../svg/solutions-pattern18.svg"); */
  background-size: 170px 195px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -74px;
  right: -77px;
}

@media (max-width: 767px) {
  .wp-front .solutions-cltv_image2:after {
    display: none;
  }
}

.wp-front .solutions-cltv_image3 {
  position: relative;
}

.wp-front .solutions-cltv_image3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 169px;
  height: 107px;
  /* background-image: url("../svg/solutions-pattern19.svg"); */
  background-size: 169px 107px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -52px;
  right: -54px;
}

@media (max-width: 767px) {
  .wp-front .solutions-cltv_image3:after {
    display: none;
  }
}

.wp-front .solutions-upsell_hero {
  position: relative;
}

.wp-front .solutions-upsell_hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 82px;
  height: 65px;
  /* background-image: url("../svg/solutions-pattern21.svg"); */
  background-size: 82px 65px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 148px;
  right: -11px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-upsell_hero:after {
    display: none;
  }
}

.wp-front .solutions-audience-sync .container {
  position: relative;
}

.wp-front .solutions-audience-sync .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: -250px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-audience-sync .container:before {
    display: none;
  }
}

.wp-front .solutions-audience-sync .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -320px;
  bottom: -90px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .solutions-audience-sync .container:after {
    display: none;
  }
}

.wp-front .solutions-audience-sync .section-inner {
  position: relative;
  z-index: 2;
}

.wp-front .resources-hero {
  background-color: #f9f5f2;
  padding-top: 150px;
  padding-bottom: 90px;
  position: relative;
}

.wp-front .resources-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
  visibility: hidden;
}

.wp-front .resources-hero .row {
  position: relative;
}

.wp-front .resources-hero .row:before {
  content: "";
  width: 91px;
  height: 83px;
  /* background-image: url("../svg/swosh5.svg"); */
  background-size: 910px 83px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
  top: -35px;
  left: 60px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .resources-hero .row:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .wp-front .resources-hero .row > div:not(:last-child) {
    margin-bottom: calc(60px * var(--scale));
  }
}

.wp-front .resources-articles {
  padding-top: calc(100px * var(--scale));
  padding-bottom: 20px;
}

.wp-front .resources-articles_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: calc(40px * var(--scale));
}

.wp-front .resources-articles_header > * {
  margin-bottom: 10px;
}

.wp-front .resources-articles_header h2,
.wp-front .resources-articles_header .h2 {
  margin-right: 20px;
}

.wp-front .resources-subscribe .container {
  position: relative;
}

@media (min-width: 768px) {
  .wp-front .resources-subscribe .container:after {
    content: "";
    display: block;
    width: 341px;
    height: 234px;
    /* background-image: url("../svg/swosh7.svg"); */
    background-size: 341px 234px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    right: -40px;
    z-index: 2;
  }
}

@media (min-width: 992px) {
  .wp-front .resources-subscribe .container .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 992px) {
  .wp-front .resources-subscribe .container .row > div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wp-front .resources-subscribe_card {
  background-color: #1d1f1e;
  color: #fff;
  padding: calc(50px * var(--scale)) calc(30px * var(--scale));
  border-radius: 20px;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.wp-front .resources-subscribe_card:before {
  content: "";
  display: block;
  width: 300px;
  height: 305px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-position: center;
  background-size: 300px 305px;
  background-repeat: no-repeat;
  position: absolute;
  top: -136px;
  right: 200px;
  visibility: hidden;
}

.wp-front .resources-subscribe_card:after {
  content: "";
  display: block;
  width: 300px;
  height: 305px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-position: center;
  background-size: 300px 305px;
  background-repeat: no-repeat;
  position: absolute;
  right: -20px;
  bottom: -130px;
  visibility: hidden;
}

.wp-front .resources-subscribe_card-texts {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .wp-front .resources-subscribe_card-texts {
    margin-bottom: 40px;
  }
}

.wp-front .resources-subscribe_card-texts h2,
.wp-front .resources-subscribe_card-texts .h2 {
  margin-bottom: 10px;
  max-width: 530px;
}

.wp-front .resources-subscribe_card-texts p {
  max-width: 520px;
}

.wp-front .resources-subscribe_card-form {
  position: relative;
  z-index: 3;
}

.wp-front .resources-subscribe_card-form .hbspt-form {
  position: relative;
  max-width: 420px;
}

.wp-front .resources-subscribe_card-form .hbspt-form .hs-input {
  border-radius: 100px !important;
  min-width: 100%;
  border: none;
}

@media (min-width: 576px) {
  .wp-front .resources-subscribe_card-form .hbspt-form .hs-input {
    padding-right: 150px;
    min-width: 420px;
  }
}

.wp-front .resources-subscribe_card-form .hbspt-form .actions {
  width: 130px;
  margin-top: 10px;
}

.wp-front .resources-subscribe_card-form .hbspt-form .actions:after {
  display: none;
}

@media (min-width: 576px) {
  .wp-front .resources-subscribe_card-form .hbspt-form .actions {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
}

.wp-front .resources-subscribe_card-form .hbspt-form input[type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .resources-webinars {
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
}

.wp-front .resources-webinars .row {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.wp-front .resources-webinars_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: calc(40px * var(--scale));
}

.wp-front .resources-webinars_header > * {
  margin-bottom: 10px;
}

.wp-front .resources-webinars_header h2,
.wp-front .resources-webinars_header .h2 {
  margin-right: 20px;
}

.wp-front .resources-webinars .webinars-banner {
  margin-top: calc(60px * var(--scale));
  position: relative;
}

@media (min-width: 992px) {
  .wp-front .resources-webinars .webinars-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    margin-top: 0;
  }

  .wp-front .resources-webinars .webinars-banner:after {
    content: "";
    display: block;
    width: 136px;
    height: 172px;
    /* background-image: url("../svg/swosh6.svg"); */
    background-position: center;
    background-size: 136px 172px;
    background-repeat: no-repeat;
    position: absolute;
    right: -72px;
    bottom: 18px;
    z-index: 2;
  }
}

.wp-front .resources-webinars .webinars-banner_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1d1f1e;
  color: #fff;
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wp-front .resources-webinars .webinars-banner_card {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .wp-front .resources-webinars .webinars-banner_card {
    padding: 80px 32px;
  }
}

.wp-front .resources-webinars .webinars-banner_card:before {
  content: "";
  display: block;
  width: 300px;
  height: 305px;
  /* background-image: url("../svg/pattern5.svg"); */
  background-position: center;
  background-size: 300px 305px;
  background-repeat: no-repeat;
  position: absolute;
  top: -138px;
  left: -100px;
  visibility: hidden;
}

.wp-front .resources-webinars .webinars-banner_card-inner {
  position: relative;
  z-index: 2;
}

.wp-front .resources-webinars .webinars-banner_card img {
  width: 82px;
  height: 77px;
  margin-bottom: 30px;
}

.wp-front .resources-webinars .webinars-banner_card h3,
.wp-front .resources-webinars .webinars-banner_card .h3 {
  margin-bottom: 10px;
}

.wp-front .resources-webinars .webinars-banner_card p {
  margin-bottom: 30px;
}

.wp-front .resources-ebooks {
  padding-top: calc(100px * var(--scale));
  padding-bottom: 20px;
  background-color: #1d1f1e;
  color: #fff;
  position: relative;
}

.wp-front .resources-ebooks:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern5.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .resources-ebooks_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: calc(40px * var(--scale));
}

.wp-front .resources-ebooks_header > * {
  margin-bottom: 10px;
}

.wp-front .resources-ebooks_header h2,
.wp-front .resources-ebooks_header .h2 {
  margin-right: 20px;
}

.wp-front .resources-ebooks .ebooks .post-item a {
  color: #fff;
}

.wp-front .resources-academy {
  padding-top: calc(100px * var(--scale));
  padding-bottom: 20px;
}

.wp-front .resources-academy_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: calc(40px * var(--scale));
}

.wp-front .resources-academy_header > * {
  margin-bottom: 10px;
}

.wp-front .resources-academy_header h2,
.wp-front .resources-academy_header .h2 {
  margin-right: 20px;
}

.wp-front .articles-hero {
  padding-top: calc(180px * var(--scale));
  padding-bottom: calc(110px * var(--scale));
  text-align: center;
  background-color: #fcfaf9;
  position: relative;
}

.wp-front .articles-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .articles-hero .container {
  position: relative;
}

.wp-front .articles-hero .container:before {
  content: "";
  display: block;
  width: 292px;
  height: 132px;
  /* background-image: url("../svg/swosh8.svg"); */
  background-size: 292px 132px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -160px;
}

@media (max-width: 767px) {
  .wp-front .articles-hero .container:before {
    display: none;
  }
}

.wp-front .articles-hero .container:after {
  content: "";
  display: block;
  width: 164px;
  height: 178px;
  /* background-image: url("../svg/swosh9.svg"); */
  background-size: 164px 178px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -121px;
}

@media (max-width: 767px) {
  .wp-front .articles-hero .container:after {
    display: none;
  }
}

.wp-front .articles-hero .container h1,
.wp-front .articles-hero .container .h1,
.wp-front .articles-hero .container p {
  position: relative;
  color: #172327;
  z-index: 2;
}

.wp-front .articles-hero .container h1,
.wp-front .articles-hero .container .h1 {
  margin-bottom: 20px;
  color: #172327;
}

.wp-front .article-breadcrumbs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .wp-front .article-breadcrumbs {
    font-size: 0.875rem;
  }
}

@media (max-width: 575px) {
  .wp-front .article-breadcrumbs li:nth-child(3) {
    display: none;
  }
}

.wp-front .article-breadcrumbs li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .article-breadcrumbs li .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 0.75rem;
  color: #8b9193;
}

@media (max-width: 991px) {
  .wp-front .article-breadcrumbs li .icon {
    width: 18px;
    height: 18px;
    font-size: 0.625rem;
  }
}

.wp-front .article-breadcrumbs li .bc-title {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
  color: #8b9193;
}

@media (max-width: 991px) {
  .wp-front .article-breadcrumbs li .bc-title {
    max-width: 100px;
  }
}

.wp-front .articles-categories {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #e2e0de;
}

.wp-front .articles-categories .categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .wp-front .articles-categories .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wp-front .articles-categories .categories > li {
  position: relative;
}

@media (max-width: 991px) {
  .wp-front .articles-categories .categories > li {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .wp-front .articles-categories .categories > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .wp-front .articles-categories .categories > li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.wp-front .articles-categories .categories > li a {
  font-weight: bold;
  text-decoration: none;
}

.wp-front .articles-categories .categories > li a:hover {
  color: #00aa45;
}

.wp-front .articles-categories .categories > li .icon-caret {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.375rem;
  position: relative;
  top: -2px;
}

.wp-front .articles-categories .categories > li:hover > .sub-categories {
  opacity: 1;
  pointer-events: auto;
}

.wp-front .articles-categories .sub-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  z-index: 9;
  border-radius: 20px;
  min-width: 287px;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  -webkit-transform: translateX(-10%) translateY(32px);
  -ms-transform: translateX(-10%) translateY(32px);
  transform: translateX(-10%) translateY(32px);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .wp-front .articles-categories .sub-categories {
    min-width: 200px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}

.wp-front .articles-categories .sub-categories:hover {
  opacity: 1;
  pointer-events: auto;
}

.wp-front .articles-categories .sub-categories > li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  padding: 8.5px 30px;
}

@media (max-width: 991px) {
  .wp-front .articles-categories .sub-categories > li a {
    font-size: 1rem;
    padding: 8.5px 20px;
  }
}

.wp-front .articles-categories .sub-categories > li a:hover {
  color: #00aa45;
}

.wp-front .article-hero {
  background-color: #f9f5f2;
  padding-top: calc(150px * var(--scale));
  position: relative;
  text-align: center;
}

.wp-front .article-hero:after {
  content: "";
  display: block;
  height: 50px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern2.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .article-hero.article-hero--with-image:after {
  height: 110px;
}

.wp-front .article-hero .container {
  max-width: 1000px;
}

@media (min-width: 1500px) {
  .wp-front .article-hero .container {
    max-width: 1100px;
  }
}

.wp-front .article-hero .article-hero_texts {
  padding-bottom: calc(40px * var(--scale));
  position: relative;
  z-index: 1;
}

.wp-front .article-hero .article-hero_texts h1,
.wp-front .article-hero .article-hero_texts .h1 {
  margin-bottom: 20px;
}

.wp-front .article-hero .article-hero_meta {
  text-align: center;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .article-hero .article-hero_meta.multiple-categories {
  display: block;
}

.wp-front .article-hero .article-hero_meta.multiple-categories .date {
  margin-top: 20px;
}

.wp-front .article-hero .article-hero_meta.multiple-categories .date .dot {
  display: none;
}

.wp-front .article-hero .article-hero_meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-front .article-hero .article-hero_meta ul li a {
  color: #00aa45;
  font-weight: bold;
  margin: 5px;
  text-decoration: none !important;
}

.wp-front .article-hero .article-hero_meta ul li a:hover {
  text-decoration: underline !important;
}

.wp-front .article-hero .article-hero_meta ul li:not(:last-child) a:after {
  content: ",";
}

.wp-front .article-hero .article-hero_meta .date {
  color: #8b9193;
}

.wp-front .article-hero .article-hero_meta .date .dot {
  color: #1d1f1e;
  padding: 0 10px;
}

.wp-front .article-hero .article-hero_image {
  position: relative;
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  min-height: 80px;
}

.wp-front .article-hero .article-hero_image img {
  max-width: 100%;
  width: 100%;
  height: calc(680px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .wp-front .article-hero .article-hero_image img {
    height: 470px;
  }
}

@media (max-width: 575px) {
  .wp-front .article-hero .article-hero_image img {
    height: 300px;
  }
}

.wp-front .articles-featured {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(20px * var(--scale));
}

.wp-front .articles-featured .featured-articles_big {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .wp-front .articles-featured .featured-articles_big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.wp-front .articles-featured .featured-articles_big > article {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: calc(80px * var(--scale));
}

@media (min-width: 768px) {
  .wp-front .articles-featured .featured-articles_big > article {
    width: 50%;
    min-width: 50%;
  }
}

.wp-front .articles-section {
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(20px * var(--scale));
}

.wp-front .articles-section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: calc(40px * var(--scale));
}

.wp-front .articles-section_header > * {
  margin-bottom: 10px;
}

.wp-front .articles-section_header h2,
.wp-front .articles-section_header .h2 {
  margin-right: 20px;
}

.wp-front .articles-section_header .youtube-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.wp-front .articles-section_header .youtube-link .icon {
  font-size: 1rem;
  margin-right: 10px;
}

.wp-front .articles-section_header .youtube-link:hover {
  color: #00aa45;
}

.wp-front .articles-section.promotion-articles {
  background-color: #f9f5f2;
  position: relative;
}

.wp-front .articles-section.promotion-articles:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .articles-section.videos {
  background-color: #1d1f1e;
  color: #fff;
  padding-bottom: calc(100px * var(--scale));
  position: relative;
}

.wp-front .articles-section.videos:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern5.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .articles-section.videos .video-playlist .ug-videoplayer {
  background-color: transparent !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-strip-panel {
  overflow: hidden !important;
  border-radius: 20px !important;
  background-color: transparent !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-inner {
  padding: 0 0 0 30px !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumbs-strip {
  background-color: transparent !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumbs-strip:before {
  content: "";
  display: block;
  margin: auto;
  background-color: #242626;
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper {
  background-color: transparent !important;
  border-bottom: none !important;
  height: 150px !important;
  padding: 15px !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper.ug-thumb-selected:before {
  content: "";
  display: block;
  margin: auto;
  background-color: #5b6264 !important;
  position: absolute;
  top: 0;
  left: 30px;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper.ug-thumb-selected
  .ug-thumb-icon {
  border: none !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper
  .ug-thumb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper
  .ug-thumb-icon {
  width: 170px !important;
  min-width: 170px;
  height: 120px !important;
  border-radius: 20px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper
  .ug-thumb-desc {
  display: none !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper
  .ug-thumb-right {
  float: none !important;
  padding-left: 0 !important;
  position: relative;
  z-index: 2;
  padding-left: 20px !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper
  .ug-thumb-wrapper
  .ug-thumb-right
  .ug-thumb-title {
  width: auto !important;
  font-size: 1.125rem;
  /* font-weight: bold; */
  font-weight: 400;
  font-family: "Eina01", sans-serif;
  overflow: visible;
  height: auto !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-gallery-wrapper.ug-videoplayer {
  background-color: transparent !important;
}

.wp-front
  .articles-section.videos
  .video-playlist
  .ug-videoplayer-wrapper.ug-videoplayer-youtube {
  overflow: hidden !important;
  border-radius: 20px !important;
  background-color: transparent !important;
}

.wp-front .articles-section.email-marketing {
  background-color: #f9f5f2;
  position: relative;
  padding-bottom: 30px;
}

.wp-front .articles-section.email-marketing:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .articles-section.product-updates {
  background-color: #f9f5f2;
  padding-bottom: 30px;
  position: relative;
}

.wp-front .articles-section.product-updates:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #1d1f1e; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .articles-subscribe {
  padding-top: calc(30px * var(--scale));
  padding-bottom: calc(70px * var(--scale));
}

.wp-front .post-content.article {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(60px * var(--scale));
}

.wp-front .article-bottom {
  padding-bottom: calc(100px * var(--scale));
}

.wp-front .article-bottom .container {
  max-width: 800px;
}

@media (min-width: 1500px) {
  .wp-front .article-bottom .container {
    max-width: 900px;
  }
}

.wp-front .article-bottom .article-cta {
  background-color: #1d1f1e;
  color: #fff;
  border-radius: 20px;
  padding-top: calc(40px * var(--scale));
  padding-left: calc(40px * var(--scale));
  padding-right: calc(40px * var(--scale));
  padding-bottom: calc(20px * var(--scale));
  margin-bottom: calc(80px * var(--scale));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.wp-front .article-bottom .article-cta:before {
  content: "";
  display: block;
  width: 300px;
  height: 305px;
  /* background-image: url("../svg/pattern5.svg"); */
  background-size: 300px 305px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -22px;
  right: -46px;
}

.wp-front .article-bottom .article-cta_texts {
  margin-bottom: 20px;
  max-width: 430px;
  position: relative;
  z-index: 2;
}

.wp-front .article-bottom .article-cta_texts h3,
.wp-front .article-bottom .article-cta_texts .h3 {
  margin-bottom: 10px;
}

.wp-front .article-bottom .article-cta_texts p {
  font-size: 1.125rem;
  line-height: 1.56;
}

.wp-front .article-bottom .article-cta .btn,
.wp-front
  .article-bottom
  .article-cta
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .article-bottom
  .article-cta
  a,
.wp-front
  .article-bottom
  .article-cta
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .article-bottom
  .article-cta
  a,
.wp-front
  .article-bottom
  .article-cta
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .article-bottom
  .article-cta
  a,
.wp-front .article-bottom .article-cta .mobile-nav_bottom .menu li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child .article-bottom .article-cta a,
.wp-front
  .article-bottom
  .article-cta
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .article-bottom
  .article-cta
  a,
.wp-front .article-bottom .article-cta .btn-sm,
.wp-front
  .article-bottom
  .article-cta
  .app-header_right:not(.resources)
  .menu
  li:last-child
  a,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .article-bottom
  .article-cta
  a,
.wp-front .article-bottom .article-cta .wp-block-button__link {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.wp-front .article-bottom .article-share {
  text-align: center;
}

.wp-front .article-bottom .article-share h3,
.wp-front .article-bottom .article-share .h3 {
  font-weight: 600;
  margin-bottom: 20px;
}

.wp-front .article-bottom .article-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .article-bottom .article-share ul li {
  margin-left: 10px;
  margin-right: 10px;
}

.wp-front .article-bottom .article-share ul li a {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #5b6264;
  font-size: 1.125rem;
}

.wp-front .article-bottom .article-share ul li a:hover {
  color: #00aa45;
}

.wp-front .article-bottom .article-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: calc(80px * var(--scale));
  padding-top: calc(70px * var(--scale));
  border-top: 2px dashed #e2e0de;
}

@media (max-width: 575px) {
  .wp-front .article-bottom .article-author {
    display: block;
  }
}

.wp-front .article-bottom .article-author img {
  width: calc(150px * var(--scale));
  height: calc(150px * var(--scale));
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-right: calc(40px * var(--scale));
  margin-bottom: 20px;
}

.wp-front .article-bottom .article-author_texts {
  font-size: 1.125rem;
}

.wp-front .article-bottom .article-author_texts-header {
  margin-bottom: 15px;
}

.wp-front .article-bottom .article-author_texts-header h4,
.wp-front .article-bottom .article-author_texts-header .h4 {
  margin-bottom: 5px;
}

.wp-front .related-articles {
  background-color: #f9f5f2;
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
}

.wp-front .related-articles h2,
.wp-front .related-articles .h2 {
  margin-bottom: calc(50px * var(--scale));
}

.wp-front .archive-hero {
  padding-top: calc(180px * var(--scale));
  padding-bottom: calc(110px * var(--scale));
  text-align: center;
  background-color: #f9f5f2;
  position: relative;
}

.wp-front .archive-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .archive-posts {
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(20px * var(--scale));
}

.wp-front .webinars-hero {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: calc(180px * var(--scale));
  padding-bottom: calc(110px * var(--scale));
  text-align: center;
  position: relative;
}

.wp-front .webinars-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .webinars-hero .container {
  position: relative;
}

.wp-front .webinars-hero .container:before {
  content: "";
  display: block;
  width: 201px;
  height: 165px;
  /* background-image: url("../svg/swosh12.svg"); */
  background-size: 201px 165px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -120px;
}

@media (max-width: 767px) {
  .wp-front .webinars-hero .container:before {
    display: none;
  }
}

.wp-front .webinars-hero .container:after {
  content: "";
  display: block;
  width: 260px;
  height: 235px;
  /* background-image: url("../svg/swosh13.svg"); */
  background-size: 260px 235px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -150px;
}

@media (max-width: 767px) {
  .wp-front .webinars-hero .container:after {
    display: none;
  }
}

.wp-front .webinars-categories {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #e2e0de;
}

.wp-front .webinars-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .webinars-categories ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.wp-front .webinars-categories ul li a {
  font-weight: bold;
  text-decoration: none;
}

.wp-front .webinars-categories ul li a.active {
  color: #00aa45;
}

.wp-front .webinars-categories ul li a:hover {
  color: #00aa45;
}

.wp-front .webinars-featured {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(80px * var(--scale));
}

@media (min-width: 768px) {
  .wp-front .webinars-featured .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.wp-front .webinars-featured_image {
  display: block;
  overflow: hidden;
  max-width: 650px;
  border-radius: 20px;
  background-color: #f9f5f2;
  height: calc(470px * var(--scale));
}

@media (max-width: 575px) {
  .wp-front .webinars-featured_image {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .wp-front .webinars-featured_image {
    height: 350px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1500px) {
  .wp-front .webinars-featured_image {
    max-width: 750px;
  }
}

.wp-front .webinars-featured_image img {
  width: 100%;
  max-width: 650px;
  height: calc(470px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 575px) {
  .wp-front .webinars-featured_image img {
    height: 260px;
  }
}

@media (max-width: 767px) {
  .wp-front .webinars-featured_image img {
    height: 350px;
  }
}

@media (min-width: 1500px) {
  .wp-front .webinars-featured_image img {
    max-width: 750px;
  }
}

.wp-front .webinars-featured_image:hover img {
  -webkit-transform: scale(1.05) translateZ(0) !important;
  transform: scale(1.05) translateZ(0) !important;
}

.wp-front .webinars-featured_link {
  text-decoration: none !important;
}

.wp-front .webinars-featured_link .heading4 {
  margin-bottom: 30px;
}

.wp-front .webinars-featured .category-label {
  display: inline-block;
  color: #00aa45;
  font-weight: bold;
  margin-bottom: 10px;
}

.wp-front .webinars-previous {
  padding-bottom: calc(20px * var(--scale));
}

.wp-front .webinars-previous .heading3 {
  padding-bottom: calc(50px * var(--scale));
}

.wp-front .webinars-posts {
  padding-top: calc(80px * var(--scale));
}

.wp-front .webinar-subscribe {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(80px * var(--scale));
}

.wp-front .webinar-hero {
  padding-top: calc(130px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
  background-color: #1d1f1e;
  color: #fff;
  position: relative;
}

.wp-front .webinar-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .webinar-hero .container {
  position: relative;
}

.wp-front .webinar-hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern7.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -220px;
  bottom: -50px;
}

@media (max-width: 767px) {
  .wp-front .webinar-hero .container:before {
    display: none;
  }
}

.wp-front .webinar-hero .back-webinar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
  margin-bottom: calc(30px * var(--scale));
}

.wp-front .webinar-hero .back-webinar:hover {
  color: #00aa45;
}

.wp-front .webinar-hero .back-webinar:hover .icon {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.wp-front .webinar-hero .back-webinar .icon {
  font-size: 1rem;
  margin-right: 13px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.wp-front .webinar-hero_image {
  border-radius: 20px;
  overflow: hidden;
  background-color: #d7d6d4;
  height: calc(320px * var(--scale));
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .wp-front .webinar-hero_image {
    margin-bottom: 30px;
  }
}

.wp-front .webinar-hero_image:before {
  content: "";
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* background-image: url("../svg/play.svg"); */
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-front .webinar-hero_image img {
  max-width: 100%;
  width: 100%;
  height: calc(320px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wp-front .webinar-hero_video {
  background-color: #d7d6d4;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
}

.wp-front .webinar-hero_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .wp-front .webinar-hero_texts {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .wp-front .webinar-hero_texts {
    padding-left: calc(30px * var(--scale));
  }
}

.wp-front .webinar-hero_texts h1,
.wp-front .webinar-hero_texts .h1 {
  margin-bottom: 20px;
}

.wp-front .webinar-hero_texts .btn,
.wp-front
  .webinar-hero_texts
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .webinar-hero_texts
  a,
.wp-front
  .webinar-hero_texts
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .webinar-hero_texts
  a,
.wp-front
  .webinar-hero_texts
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .webinar-hero_texts
  a,
.wp-front .webinar-hero_texts .mobile-nav_bottom .menu li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child .webinar-hero_texts a,
.wp-front
  .webinar-hero_texts
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .webinar-hero_texts
  a,
.wp-front .webinar-hero_texts .btn-sm,
.wp-front
  .webinar-hero_texts
  .app-header_right:not(.resources)
  .menu
  li:last-child
  a,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .webinar-hero_texts
  a,
.wp-front .webinar-hero_texts .wp-block-button__link {
  margin-top: 30px;
}

.wp-front .webinar-quote .container {
  position: relative;
}

.wp-front .webinar-quote .container:before {
  content: "";
  display: block;
  width: 235px;
  height: 294px;
  /* background-image: url("../svg/swosh15.svg"); */
  background-size: 235px 294px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50px;
}

@media (max-width: 991px) {
  .wp-front .webinar-quote .container:before {
    display: none;
  }
}

.wp-front .webinar-partners {
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(40px * var(--scale));
  background-color: #f9f5f2;
  position: relative;
}

.wp-front .webinar-partners:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #1d1f1e; */
  /* background-image: url("../svg/separator-pattern2.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .webinar-partners h2,
.wp-front .webinar-partners .h2 {
  text-align: center;
  margin-bottom: calc(60px * var(--scale));
}

.wp-front .webinar-partners .webinar-partner {
  text-align: center;
  margin-bottom: 60px;
}

.wp-front .webinar-partners .webinar-partner_photo {
  margin-bottom: calc(30px * var(--scale));
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #d7d6d4;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .wp-front .webinar-partners .webinar-partner_photo {
    width: 150px;
    height: 150px;
  }
}

.wp-front .webinar-partners .webinar-partner_photo img {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 767px) {
  .wp-front .webinar-partners .webinar-partner_photo img {
    width: 150px;
    height: 150px;
  }
}

.wp-front .webinar-partners .webinar-partner h3,
.wp-front .webinar-partners .webinar-partner .h3 {
  margin-bottom: 5px;
}

.wp-front .webinar-partners .webinar-partner p {
  margin-bottom: calc(30px * var(--scale));
}

.wp-front .webinar-partners .webinar-partner_sponsor {
  max-width: 200px;
  height: auto;
  max-height: 90px;
  width: auto;
}

.wp-front .webinar-register {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
  position: relative;
}

.wp-front .webinar-register:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .webinar-register .container {
  position: relative;
}

.wp-front .webinar-register .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern8.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 157px;
  left: -200px;
}

@media (max-width: 767px) {
  .wp-front .webinar-register .container:before {
    display: none;
  }
}

.wp-front .webinar-register .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern9.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -200px;
  bottom: 0;
}

@media (max-width: 767px) {
  .wp-front .webinar-register .container:after {
    display: none;
  }
}

.wp-front .webinar-register h2,
.wp-front .webinar-register .h2 {
  text-align: center;
  max-width: calc(670px * var(--scale));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.wp-front .webinar-register_card {
  max-width: calc(630px * var(--scale));
  width: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #1d1f1e;
  position: relative;
  z-index: 2;
}

.wp-front .webinar-register_card:before {
  content: "";
  display: block;
  width: 304px;
  height: 173px;
  /* background-image: url("../svg/swosh14.svg"); */
  background-size: 304px 173px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -123px;
  right: -212px;
}

@media (max-width: 767px) {
  .wp-front .webinar-register_card:before {
    display: none;
  }
}

.wp-front .webinar-register_card p {
  line-height: 1.56;
}

.wp-front .webinar-register_card p + p {
  margin-top: 20px;
}

.wp-front .webinar-register_card a {
  color: #00aa45;
}

.wp-front .ebooks-hero {
  padding-top: calc(180px * var(--scale));
  padding-bottom: calc(110px * var(--scale));
  text-align: center;
  background-color: #f9f5f2;
  position: relative;
}

.wp-front .ebooks-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .ebooks-hero .container {
  position: relative;
}

.wp-front .ebooks-hero .container:before {
  content: "";
  display: block;
  width: 386px;
  height: 219px;
  /* background-image: url("../svg/swosh16.svg"); */
  background-size: 386px 219px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -150px;
}

@media (max-width: 767px) {
  .wp-front .ebooks-hero .container:before {
    display: none;
  }
}

.wp-front .ebooks-hero .container:after {
  content: "";
  display: block;
  width: 295px;
  height: 188px;
  /* background-image: url("../svg/swosh17.svg"); */
  background-size: 295px 188px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -160px;
}

@media (max-width: 767px) {
  .wp-front .ebooks-hero .container:after {
    display: none;
  }
}

.wp-front .ebooks-featured {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(20px * var(--scale));
}

.wp-front .ebooks-featured_inner {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .wp-front .ebooks-featured_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.wp-front .ebooks-featured_inner > article {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: calc(80px * var(--scale));
}

@media (min-width: 768px) {
  .wp-front .ebooks-featured_inner > article {
    width: 50%;
    min-width: 50%;
  }
}

.wp-front .ebooks-subscribe {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(80px * var(--scale));
}

.wp-front .ebook-hero {
  padding-top: calc(140px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
  position: relative;
}

.wp-front .ebook-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #F9F5F2; */
  /* background-image: url("../svg/separator-pattern3.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .ebook-hero .back-ebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  margin-bottom: calc(40px * var(--scale));
}

.wp-front .ebook-hero .back-ebook:hover {
  color: #00aa45;
}

.wp-front .ebook-hero .back-ebook:hover .icon {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.wp-front .ebook-hero .back-ebook .icon {
  font-size: 1rem;
  margin-right: 13px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.wp-front .ebook-hero_image {
  border-radius: 20px;
  overflow: hidden;
  background-color: #d7d6d4;
  height: calc(400px * var(--scale));
  position: relative;
  z-index: 2;
}

.wp-front .ebook-hero_image img {
  max-width: 100%;
  width: 100%;
  height: calc(400px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wp-front .ebook-hero_video {
  background-color: #d7d6d4;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
}

.wp-front .ebook-hero_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .wp-front .ebook-hero_texts {
    margin-top: 60px;
  }
}

@media (min-width: 992px) {
  .wp-front .ebook-hero_texts {
    padding-left: calc(30px * var(--scale));
  }
}

.wp-front .ebook-hero_texts h1,
.wp-front .ebook-hero_texts .h1 {
  margin-bottom: 20px;
}

.wp-front .ebook-hero_texts .btn,
.wp-front
  .ebook-hero_texts
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  a,
.wp-front
  .app-header
  .solutions-menu
  > .dropdown-menu
  > li:last-child
  .ebook-hero_texts
  a,
.wp-front
  .ebook-hero_texts
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.solutions-menu
  > ul
  > li:last-child
  .ebook-hero_texts
  a,
.wp-front
  .ebook-hero_texts
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  a,
.wp-front
  .mobile-nav_top
  .menu
  > li.resources-menu
  > ul
  > li:last-child
  .ebook-hero_texts
  a,
.wp-front .ebook-hero_texts .mobile-nav_bottom .menu li:last-child a,
.wp-front .mobile-nav_bottom .menu li:last-child .ebook-hero_texts a,
.wp-front
  .ebook-hero_texts
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  .ebook-hero_texts
  a,
.wp-front .ebook-hero_texts .btn-sm,
.wp-front
  .ebook-hero_texts
  .app-header_right:not(.resources)
  .menu
  li:last-child
  a,
.wp-front
  .app-header_right:not(.resources)
  .menu
  li:last-child
  .ebook-hero_texts
  a,
.wp-front .ebook-hero_texts .wp-block-button__link {
  margin-top: 30px;
}

.wp-front .ebook-download {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
  position: relative;
}

.wp-front .ebook-download:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .ebook-download .container {
  position: relative;
}

.wp-front .ebook-download .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern8.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 157px;
  left: -200px;
}

@media (max-width: 767px) {
  .wp-front .ebook-download .container:before {
    display: none;
  }
}

.wp-front .ebook-download .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern9.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -200px;
  bottom: 0;
}

@media (max-width: 767px) {
  .wp-front .ebook-download .container:after {
    display: none;
  }
}

.wp-front .ebook-download .container > h2,
.wp-front .ebook-download .container > .h2 {
  text-align: center;
  max-width: calc(770px * var(--scale));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.wp-front .ebook-download .container > p {
  text-align: center;
  max-width: calc(770px * var(--scale));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: calc(60px * var(--scale));
}

.wp-front .ebook-download_card {
  max-width: calc(630px * var(--scale));
  width: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #1d1f1e;
  position: relative;
  z-index: 2;
}

.wp-front .ebook-download_card:before {
  content: "";
  display: block;
  width: 304px;
  height: 173px;
  /* background-image: url("../svg/swosh14.svg"); */
  background-size: 304px 173px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -110px;
  right: -200px;
}

@media (max-width: 767px) {
  .wp-front .ebook-download_card:before {
    display: none;
  }
}

.wp-front .ebook-download_card p {
  line-height: 1.56;
}

.wp-front .ebook-download_card p + p {
  margin-top: 20px;
}

.wp-front .ebook-download_card a {
  color: #00aa45;
}

.wp-front .academy-hero {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: calc(180px * var(--scale));
  padding-bottom: calc(110px * var(--scale));
  text-align: center;
  position: relative;
}

.wp-front .academy-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .academy-hero .container {
  position: relative;
}

.wp-front .academy-hero .container:before {
  content: "";
  display: block;
  width: 286px;
  height: 144px;
  /* background-image: url("../svg/swosh18.svg"); */
  background-size: 286px 144px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -130px;
}

@media (max-width: 767px) {
  .wp-front .academy-hero .container:before {
    display: none;
  }
}

.wp-front .academy-hero .container:after {
  content: "";
  display: block;
  width: 283px;
  height: 278px;
  /* background-image: url("../svg/swosh19.svg"); */
  background-size: 283px 278px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -150px;
}

@media (max-width: 767px) {
  .wp-front .academy-hero .container:after {
    display: none;
  }
}

.wp-front .academy-hero p {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}

.wp-front .academy-categories {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #e2e0de;
}

.wp-front .academy-categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .academy-categories ul li {
  margin-left: 20px;
  margin-right: 20px;
}

.wp-front .academy-categories ul li a {
  font-weight: bold;
  text-decoration: none;
}

.wp-front .academy-categories ul li a:hover,
.wp-front .academy-categories ul li a.active {
  color: #00aa45;
}

.wp-front .academy_getting-started {
  padding-top: calc(80px * var(--scale));
}

.wp-front .academy_getting-started .load-more {
  margin-bottom: calc(80px * var(--scale));
}

.wp-front .academy_getting-started h2,
.wp-front .academy_getting-started .h2 {
  margin-bottom: calc(50px * var(--scale));
}

.wp-front .academy_advanced-uses {
  padding-top: calc(80px * var(--scale));
}

.wp-front .academy_advanced-uses .load-more {
  margin-bottom: calc(80px * var(--scale));
}

.wp-front .academy_advanced-uses h2,
.wp-front .academy_advanced-uses .h2 {
  margin-bottom: calc(50px * var(--scale));
}

.wp-front .academy-subscribe {
  padding-top: calc(20px * var(--scale));
}

.wp-front .academy-post-hero {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: calc(130px * var(--scale));
  padding-bottom: calc(110px * var(--scale));
  position: relative;
}

.wp-front .academy-post-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
  visibility: hidden;
}

@media (max-width: 575px) {
  .wp-front .academy-post-hero_texts {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .wp-front .academy-post-hero_texts {
    margin-bottom: 40px;
  }
}

.wp-front .academy-post-hero_texts h1,
.wp-front .academy-post-hero_texts .h1 {
  margin-bottom: 20px;
}

.wp-front .academy-post-hero_texts .back-academy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  color: #fff;
  margin-bottom: calc(40px * var(--scale));
}

.wp-front .academy-post-hero_texts .back-academy:hover {
  color: #00aa45;
}

.wp-front .academy-post-hero_texts .back-academy:hover .icon {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.wp-front .academy-post-hero_texts .back-academy .icon {
  font-size: 1rem;
  margin-right: 13px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.wp-front .academy-post-hero_image {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f9f5f2;
  height: calc(320px * var(--scale));
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .wp-front .academy-post-hero_image {
    margin-top: 60px;
  }
}

.wp-front .academy-post-hero_image:before {
  content: "";
  display: none;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* background-image: url("../svg/play.svg"); */
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-front .academy-post-hero_image img {
  max-width: 100%;
  width: 100%;
  height: calc(320px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wp-front .academy-post-hero_video {
  background-color: #d7d6d4;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
}

.wp-front .academy-post-hero_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-front .post-content.academy {
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(80px * var(--scale));
}

.wp-front .academy-banner {
  margin-top: calc(80px * var(--scale));
  color: #fff;
  text-align: center;
  position: relative;
}

.wp-front .academy-banner:after {
  content: "";
  display: block;
  width: 236px;
  height: 191px;
  /* background-image: url("../svg/swosh20.svg"); */
  background-size: 236px 191px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -77px;
  bottom: -30px;
  z-index: 3;
}

.wp-front .academy-banner_inner {
  padding: calc(60px * var(--scale)) calc(40px * var(--scale));
  position: relative;
  overflow: hidden;
  background-color: #1d1f1e;
  z-index: 2;
  border-radius: 20px;
}

.wp-front .academy-banner_inner:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  left: -150px;
}

.wp-front .academy-banner_inner:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: -150px;
}

@media (max-width: 767px) {
  .wp-front .academy-banner_inner:after {
    display: none;
  }
}

.wp-front .academy-banner_inner h3,
.wp-front .academy-banner_inner .h3 {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.wp-front .academy-banner_inner p {
  margin-bottom: calc(40px * var(--scale));
  position: relative;
  z-index: 2;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .wp-front.post-type-archive-case_studies .cta .pattern1 {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wp-front.post-type-archive-case_studies .cta .pattern2 {
    display: none;
  }
}

.wp-front.post-type-archive-case_studies .cta .cta-header > p {
  max-width: 100%;
}

.wp-front .case_studies-hero {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: calc(180px * var(--scale));
  padding-bottom: calc(90px * var(--scale));
  text-align: center;
  position: relative;
}

.wp-front .case_studies-hero:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 45%;
  left: -200px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
}

@media (max-width: 992px) {
  .wp-front .case_studies-hero:before {
    display: none;
  }
}

.wp-front .case_studies-hero:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 57%;
  right: -200px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: hidden;
}

@media (max-width: 992px) {
  .wp-front .case_studies-hero:after {
    display: none;
  }
}

.wp-front .case_studies-hero .container {
  position: relative;
}

.wp-front .case_studies-hero .container > * {
  visibility: hidden;
}

.wp-front .case_studies-hero .container > p {
  margin: 20px auto calc(100px * var(--scale)) auto;
  max-width: 670px;
}

.wp-front .case_studies-hero .container > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-front .case_studies-hero .container > ul li {
  position: relative;
  width: 33.33%;
  padding: 0 50px;
}

@media (max-width: 1200px) {
  .wp-front .case_studies-hero .container > ul li {
    width: 50%;
    margin-bottom: 40px;
  }

  .wp-front .case_studies-hero .container > ul li:nth-child(odd):before {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .wp-front .case_studies-hero .container > ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  .wp-front .case_studies-hero .container > ul li:before {
    display: none !important;
  }
}

.wp-front .case_studies-hero .container > ul li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 1px;
  border-left: 1px dashed #444d50;
}

.wp-front .case_studies-hero .container > ul li h1,
.wp-front .case_studies-hero .container > ul li .h1 {
  color: #f2b344;
}

.wp-front .case_studies-hero .container > ul li p {
  font-size: 1rem;
  color: #5b6264;
  max-width: 300px;
  margin: 0 auto;
}

.wp-front .case_studies-hero .bottom-pattern {
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .case_studies-list {
  padding: calc(100px * var(--scale)) 0 calc(20px * var(--scale)) 0;
}

.wp-front .case_studies-post-hero {
  padding-top: calc(130px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
  position: relative;
}

.wp-front .case_studies-post-hero .container {
  position: relative;
}

.wp-front .case_studies-post-hero .container .row > div:first-child {
  padding-right: 30px;
}

@media (max-width: 991px) {
  .wp-front .case_studies-post-hero .container .row > div:first-child {
    padding-right: 15px;
  }
}

.wp-front .case_studies-post-hero .container .row > div:last-child {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .wp-front .case_studies-post-hero .container .row > div:last-child {
    padding-left: 15px;
  }
}

.wp-front .case_studies-post-hero .back-case_studies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
  color: #1d1f1e;
  margin-bottom: calc(30px * var(--scale));
}

.wp-front .case_studies-post-hero .back-case_studies:hover {
  color: #00aa45;
}

.wp-front .case_studies-post-hero .back-case_studies:hover .icon {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.wp-front .case_studies-post-hero .back-case_studies .icon {
  font-size: 1rem;
  margin-right: 13px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.wp-front .case_studies-post-hero_image {
  border-radius: 20px;
  overflow: hidden;
  background-color: #f9f5f2;
  height: calc(400px * var(--scale));
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .wp-front .case_studies-post-hero_image {
    margin-bottom: 30px;
  }
}

.wp-front .case_studies-post-hero_image img {
  max-width: 100%;
  width: 100%;
  height: calc(400px * var(--scale));
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.wp-front .case_studies-post-hero_video {
  background-color: #d7d6d4;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 20px;
}

.wp-front .case_studies-post-hero_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-front .case_studies-post-hero_texts {
  padding-top: 8px;
}

.wp-front .case_studies-post-hero_texts .category-link {
  color: #f2b344;
}

.wp-front .case_studies-post-hero_texts .category-link:hover {
  text-decoration: underline;
  color: #00aa45;
}

.wp-front .case_studies-post-hero_texts .category-spacer {
  height: 38px;
}

.wp-front .case_studies-post-hero_texts > h1,
.wp-front .case_studies-post-hero_texts > .h1 {
  margin-top: 8px;
  margin-bottom: 20px;
}

.wp-front .case_studies-post-hero_texts .subheading {
  padding-top: 28px;
}

.wp-front .case_studies-post-hero_texts .contact-link {
  margin-top: 28px;
}

.wp-front .case_studies-post-related-articles {
  background-color: #f9f5f2;
  padding: calc(100px * var(--scale)) 0 calc(20px * var(--scale)) 0;
}

.wp-front .case_studies-post-related-articles .container > h2,
.wp-front .case_studies-post-related-articles .container > .h2 {
  padding-bottom: calc(46px * var(--scale));
}

.wp-front .case_studies-post-register {
  background-color: #1d1f1e;
  color: #fff;
  padding-top: calc(100px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
  position: relative;
}

.wp-front .case_studies-post-register:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .case_studies-post-register .container {
  position: relative;
}

.wp-front .case_studies-post-register .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern8.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 157px;
  left: -200px;
}

@media (max-width: 767px) {
  .wp-front .case_studies-post-register .container:before {
    display: none;
  }
}

.wp-front .case_studies-post-register .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern9.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -200px;
  bottom: 0;
}

@media (max-width: 767px) {
  .wp-front .case_studies-post-register .container:after {
    display: none;
  }
}

.wp-front .case_studies-post-register .container > h2,
.wp-front .case_studies-post-register .container > .h2 {
  text-align: center;
  max-width: calc(640px * var(--scale));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.wp-front .case_studies-post-register .container > p {
  text-align: center;
  max-width: calc(740px * var(--scale));
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.wp-front .case_studies-post-register_card {
  max-width: calc(630px * var(--scale));
  width: 100%;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  color: #1d1f1e;
  position: relative;
  z-index: 2;
}

.wp-front .case_studies-post-register_card:before {
  content: "";
  display: block;
  width: 260px;
  height: 147px;
  /* background-image: url("../svg/swosh14.svg"); */
  background-size: 260px 147px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -82px;
  right: -160px;
}

@media (max-width: 767px) {
  .wp-front .case_studies-post-register_card:before {
    display: none;
  }
}

.wp-front .case_studies-post-register_card p {
  line-height: 1.56;
}

.wp-front .case_studies-post-register_card p + p {
  margin-top: 20px;
}

.wp-front .case_studies-post-register_card a {
  color: #00aa45;
}

.wp-front .category-hero {
  padding-top: calc(180px * var(--scale));
  padding-bottom: calc(110px * var(--scale));
  text-align: center;
  background-color: #f9f5f2;
  position: relative;
}

.wp-front .category-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .category-hero .container {
  position: relative;
}

.wp-front .category-hero .container:before {
  content: "";
  display: block;
  width: 286px;
  height: 144px;
  /* background-image: url("../svg/swosh10.svg"); */
  background-size: 286px 144px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -150px;
}

@media (max-width: 767px) {
  .wp-front .category-hero .container:before {
    display: none;
  }
}

.wp-front .category-hero .container:after {
  content: "";
  display: block;
  width: 376px;
  height: 369px;
  /* background-image: url("../svg/swosh11.svg"); */
  background-size: 376px 369px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -135px;
}

@media (max-width: 767px) {
  .wp-front .category-hero .container:after {
    display: none;
  }
}

.wp-front .category-hero .container h1,
.wp-front .category-hero .container .h1,
.wp-front .category-hero .container p {
  position: relative;
  z-index: 2;
}

.wp-front .category-hero .container h1,
.wp-front .category-hero .container .h1 {
  margin-bottom: 20px;
}

.wp-front .category-hero--case_studies {
  background-color: #1d1f1e;
  color: #fff;
}

.wp-front .category-hero--case_studies:after {
  /* background-image: url("../svg/separator-pattern1.svg") */
}

.wp-front .categories-lists {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px dashed #e2e0de;
}

.wp-front .categories-lists .categories {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .wp-front .categories-lists .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.wp-front .categories-lists .categories > li {
  position: relative;
}

@media (max-width: 991px) {
  .wp-front .categories-lists .categories > li {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .wp-front .categories-lists .categories > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .wp-front .categories-lists .categories > li {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.wp-front .categories-lists .categories > li a {
  font-weight: bold;
  text-decoration: none;
}

.wp-front .categories-lists .categories > li a:hover {
  color: #00aa45;
}

.wp-front .categories-lists .categories > li .icon-caret {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 0.375rem;
  position: relative;
  top: -2px;
}

.wp-front .categories-lists .categories > li:hover > .sub-categories {
  opacity: 1;
  pointer-events: auto;
}

.wp-front .categories-lists .sub-categories {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  z-index: 9;
  border-radius: 20px;
  min-width: 287px;
  padding-top: 21.5px;
  padding-bottom: 21.5px;
  -webkit-transform: translateX(-10%) translateY(32px);
  -ms-transform: translateX(-10%) translateY(32px);
  transform: translateX(-10%) translateY(32px);
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 991px) {
  .wp-front .categories-lists .sub-categories {
    min-width: 200px;
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
}

.wp-front .categories-lists .sub-categories:hover {
  opacity: 1;
  pointer-events: auto;
}

.wp-front .categories-lists .sub-categories > li a {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  padding: 8.5px 30px;
}

@media (max-width: 991px) {
  .wp-front .categories-lists .sub-categories > li a {
    font-size: 1rem;
    padding: 8.5px 20px;
  }
}

.wp-front .categories-lists .sub-categories > li a:hover {
  color: #00aa45;
}

.wp-front .category-posts {
  padding-top: calc(80px * var(--scale));
}

.wp-front .category-subscribe {
  padding-top: calc(80px * var(--scale));
  padding-bottom: calc(80px * var(--scale));
}

.wp-front .search-hero {
  padding-top: calc(150px * var(--scale));
  padding-bottom: calc(100px * var(--scale));
  background-color: #1d1f1e;
  color: #fff;
  position: relative;
}

.wp-front .search-hero:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #F9F5F2; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front .search-hero .container {
  position: relative;
}

.wp-front .search-hero .container:before {
  content: "";
  display: block;
  width: 220px;
  height: 140px;
  /* background-image: url("../svg/swosh21.svg"); */
  background-size: 220px 140px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -150px;
}

@media (max-width: 767px) {
  .wp-front .search-hero .container:before {
    display: none;
  }
}

.wp-front .search-hero .container:after {
  content: "";
  display: block;
  width: 196px;
  height: 181px;
  /* background-image: url("../svg/swosh22.svg"); */
  background-size: 196px 181px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -150px;
}

@media (max-width: 767px) {
  .wp-front .search-hero .container:after {
    display: none;
  }
}

.wp-front .search-hero .search-form {
  position: relative;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.wp-front .search-hero .search-field {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border: none;
  border-radius: 100px;
  padding: 25px 25px 25px 70px;
  color: #1d1f1e;
}

.wp-front .search-hero .search-field::-webkit-input-placeholder {
  color: #5b6264;
}

.wp-front .search-hero .search-field::-moz-placeholder {
  color: #5b6264;
}

.wp-front .search-hero .search-field:-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .search-hero .search-field::-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .search-hero .search-field::placeholder {
  color: #5b6264;
}

.wp-front .search-hero .search-field:focus,
.wp-front .search-hero .search-field:active {
  outline: none;
}

.wp-front .search-hero .search-submit {
  display: block;
  border: none;
  width: 28px;
  height: 28px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 25px;
  bottom: 0;
  background-color: transparent;
  /* background-image: url("../svg/search.svg"); */
  background-size: 22px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-front .search-results {
  padding-top: calc(60px * var(--scale));
  min-height: calc(500px * var(--scale));
}

.wp-front .search-results h2,
.wp-front .search-results .h2 {
  margin-bottom: calc(40px * var(--scale));
}

.wp-front .search-results h2 span,
.wp-front .search-results .h2 span {
  color: #00aa45;
}

.wp-front .search-results .no-results {
  margin-bottom: calc(100px * var(--scale));
}

.wp-front .search-results .no-posts {
  display: none;
}

.wp-front .search-suggested {
  padding-top: calc(60px * var(--scale));
}

.wp-front .search-suggested h2,
.wp-front .search-suggested .h2 {
  margin-bottom: calc(40px * var(--scale));
}

.wp-front .search-suggested .post-item {
  margin-bottom: calc(60px * var(--scale));
}

.wp-front input[type="search"]::-webkit-search-decoration,
.wp-front input[type="search"]::-webkit-search-cancel-button,
.wp-front input[type="search"]::-webkit-search-results-button,
.wp-front input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.wp-front .contact-us_card-column {
  position: relative;
}

.wp-front .contact-us_card-column:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -153px;
  bottom: -97px;
}

@media (max-width: 767px) {
  .wp-front .contact-us_card-column:before {
    display: none;
  }
}

.wp-front .contact-us_card-column .contact-us_card {
  position: relative;
  z-index: 2;
}

.wp-front .company-details {
  border-top: 2px dashed #444d50;
  border-bottom: 2px dashed #444d50;
}

@media (max-width: 767px) {
  .wp-front .company-details {
    max-width: none !important;
  }
}

.wp-front .company-details p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .company-details p + p {
  margin-top: calc(20px * var(--scale));
}

.wp-front .contact-us_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wp-front .contact-us_socials li:not(:last-child) {
  margin-right: 30px;
}

.wp-front .contact-us_socials li a {
  text-decoration: none;
  font-size: 1.5rem;
}

.wp-front .contact-us_socials li a:hover {
  color: #00aa45;
}

.wp-front .contact-us_socials li .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .cro-analyzer_hero .container {
  position: relative;
}

.wp-front .cro-analyzer_hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 75%;
  left: -220px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .wp-front .cro-analyzer_hero .container:before {
    display: none;
  }
}

.wp-front .cro-analyzer_hero .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 75%;
  right: -220px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .wp-front .cro-analyzer_hero .container:after {
    display: none;
  }
}

.wp-front .cro-analyzer_card {
  position: relative;
  z-index: 2;
}

.wp-front .cro-analyzer_card:after {
  content: "";
  display: block;
  z-index: 2;
  width: 163px;
  height: 80px;
  /* background-image: url("../svg/cro-analyzer-pattern.svg"); */
  background-size: 163px 80px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -10px;
  right: -112px;
}

@media (max-width: 767px) {
  .wp-front .cro-analyzer_card:after {
    display: none;
  }
}

.wp-front .cro-analyzer_report-card {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%235B6264FF' stroke-width='2' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  max-width: 350px;
}

.wp-front .cro-analyzer_report-card > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .cro-url {
  font-weight: bold;
}

.wp-front .cro-analyzer-results_image {
  position: relative;
}

.wp-front .cro-analyzer-results_image:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern11.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -215px;
  bottom: 166px;
}

@media (max-width: 767px) {
  .wp-front .cro-analyzer-results_image:before {
    display: none;
  }
}

.wp-front .cro-analyzer-results_image:after {
  content: "";
  display: block;
  width: 182px;
  height: 223px;
  /* background-image: url("../svg/cro-pattern1.svg"); */
  background-size: 182px 223px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -89px;
  left: -33px;
  z-index: 3;
}

@media (max-width: 767px) {
  .wp-front .cro-analyzer-results_image:after {
    display: none;
  }
}

.wp-front .cro-analyzer-results_image img {
  position: relative;
  z-index: 2;
}

.wp-front .visitor-profiles_cards {
  margin-left: -10px;
  margin-right: -10px;
  max-width: 372px;
}

@media (min-width: 1500px) {
  .wp-front .visitor-profiles_cards {
    max-width: 400px;
  }
}

.wp-front .visitor-profiles_cards > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.wp-front .visitor-profiles_cards .visitor-profiles_card {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%235B6264FF' stroke-width='2' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
  height: 110px;
  width: calc(50% - 20px);
  min-width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}

.wp-front .visitor-profiles_cards .visitor-profiles_card .icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .disabled-btn {
  background-color: #d7d6d4 !important;
  color: #fff !important;
  cursor: not-allowed !important;
}

.wp-front .disabled-btn:hover {
  background-color: #d7d6d4 !important;
}

.wp-front .invalid-input {
  border: 1px solid red !important;
  background-color: #ffeeee !important;
}

.wp-front .invalid-input::focus {
  border: 1px solid red !important;
  background-color: #ffeeee !important;
}

.wp-front .cro-pagination {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.wp-front .pagination-circle {
  height: 8px;
  width: 8px;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}

.wp-front .pagination-active {
  background-color: #fff;
}

.wp-front #cro-step2,
.wp-front #cro-step3,
.wp-front #cro-step4,
.wp-front #cro-step5,
.wp-front #report-ready-badge,
.wp-front #loadbar-txt,
.wp-front #loaderbar,
.wp-front .validation-error {
  display: none;
}

.wp-front .cro-step4 {
  text-align: center;
}

.wp-front .cro-step4 .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.8125rem;
  margin-bottom: calc(30px * var(--scale));
  display: block;
}

.wp-front .cro-step4 p {
  margin-bottom: calc(30px * var(--scale));
}

.wp-front .cro-step4 .loading-bar {
  display: block;
  background-color: #00aa45;
  border-radius: 50px;
  overflow: hidden;
  height: 30px;
}

.wp-front .cro-step4 .loading-bar .loading-bar_inner {
  border-radius: 50px;
  display: block;
  height: 30px;
  background-color: #00aa45;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00aa45),
    color-stop(47%, #f2b344),
    color-stop(52%, #f2b344),
    to(#00aa45)
  );
  background: -o-linear-gradient(
    left,
    #00aa45 0%,
    #f2b344 47%,
    #f2b344 52%,
    #00aa45 100%
  );
  background: linear-gradient(
    90deg,
    #00aa45 0%,
    #f2b344 47%,
    #f2b344 52%,
    #00aa45 100%
  );
  -webkit-animation: loading 1.2s infinite;
  animation: loading 1.2s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
  }

  100% {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
  }

  100% {
    -webkit-transform: translateX(90%);
    transform: translateX(90%);
  }
}

.wp-front .cro-gauge {
  height: 40px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(-4.09%, #f93b3b),
    color-stop(54.57%, #f2b344),
    color-stop(107.93%, #00aa45)
  );
  background-image: -o-linear-gradient(
    left,
    #f93b3b -4.09%,
    #f2b344 54.57%,
    #00aa45 107.93%
  );
  background-image: linear-gradient(
    90deg,
    #f93b3b -4.09%,
    #f2b344 54.57%,
    #00aa45 107.93%
  );
  border-radius: 40px;
  position: relative;
  margin-bottom: calc(40px * var(--scale));
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
  font-size: 1rem;
}

.wp-front .cro-gauge .gauge-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-front .cro-gauge .gauge-circle.site {
  /* background-image: url("../svg/man.svg"); */
  background-size: 20px 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.wp-front .cro-gauge .gauge-circle.justuno {
  /* background-image: url("../svg/icon.svg"); */
  background-size: 23px 21px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 767px) {
  .wp-front .cro-visitors-icons {
    margin: 0 !important;
    padding: 0 !important;
    margin-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .wp-front .cro-visitors-icons {
    border-right: 2px dashed #e2e0de;
  }
}

.wp-front .cro-annual-conv-rate-increase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .cro-annual-conv-rate-increase img {
  margin-left: 15px;
}

.wp-front .pricing-hero {
  overflow: hidden;
}

.wp-front .pricing-hero .section-inner > * {
  visibility: hidden;
}

.wp-front .pricing-hero .container {
  position: relative;
}

.wp-front .pricing-hero .container:before {
  content: "";
  display: block;
  width: 324px;
  height: 318px;
  /* background-image: url("../svg/pricing-pattern1.svg"); */
  background-size: 324px 318px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -100px;
  left: -220px;
}

@media (max-width: 767px) {
  .wp-front .pricing-hero .container:before {
    display: none;
  }
}

.wp-front .pricing-hero .container:after {
  content: "";
  display: block;
  width: 164px;
  height: 178px;
  /* background-image: url("../svg/pricing-pattern2.svg"); */
  background-size: 164px 178px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 100px;
  right: -180px;
}

@media (max-width: 767px) {
  .wp-front .pricing-hero .container:after {
    display: none;
  }
}

.wp-front .pricing-card1 .price-essential span,
.wp-front .pricing-card1 .price-essential a {
  font-size: calc(48px * var(--scale));
  text-decoration: none;
}

.wp-front .pricing-card2 h3,
.wp-front .pricing-card2 .h3 {
  position: relative;
}

.wp-front .pricing-card2 h3:after,
.wp-front .pricing-card2 .h3:after {
  content: "";
  display: block;
  width: 57px;
  height: 51px;
  /* background-image: url("../svg/pricing-pattern5.svg"); */
  background-size: 57px 51px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -35px;
  right: -32px;
}

.wp-front .agency-accounts {
  position: relative;
  overflow: hidden;
}

.wp-front .agency-accounts:before {
  content: "";
  display: block;
  width: 216px;
  height: 234px;
  /* background-image: url("../svg/pricing-pattern3.svg"); */
  background-size: 216px 234px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 62px;
  left: -99px;
}

@media (max-width: 767px) {
  .wp-front .agency-accounts:before {
    display: none;
  }
}

.wp-front .agency-accounts:after {
  content: "";
  display: block;
  width: 234px;
  height: 129px;
  /* background-image: url("../svg/pricing-pattern4.svg"); */
  background-size: 234px 129px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 220px;
  right: -34px;
}

@media (max-width: 767px) {
  .wp-front .agency-accounts:after {
    display: none;
  }
}

.wp-front .agency-accounts .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.wp-front .pricing-services .wp-block-image {
  position: relative;
}

.wp-front .pricing-services .wp-block-image:after {
  content: "";
  display: block;
  width: 74px;
  height: 77px;
  /* background-image: url("../svg/pricing-pattern6.svg"); */
  background-size: 74px 77px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 240px;
  right: -23px;
  z-index: 2;
}

.wp-front .pricing-compare_card1 p {
  line-height: 1.5;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 352px;
}

.wp-front .pricing-compare_card2 h3,
.wp-front .pricing-compare_card2 .h3,
.wp-front .pricing-compare_card3 h3,
.wp-front .pricing-compare_card3 .h3 {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .wp-front
    .pricing-compare_card2
    .wp-block-group
    .wp-block-group__inner-container
    > p,
  .wp-front
    .pricing-compare_card3
    .wp-block-group
    .wp-block-group__inner-container
    > p {
    display: none;
  }
}

.wp-front .pricing-calculator .pricing-input_wrap {
  position: relative;
}

.wp-front .pricing-calculator .pricing-input_wrap span {
  display: block;
  position: absolute;
  margin: auto;
  z-index: 2;
  top: 0;
  left: 25px;
  bottom: 0;
  height: 20px;
  line-height: 1;
}

.wp-front .pricing-calculator .pricing-input_wrap input {
  display: block;
  height: 80px;
  padding: 14px 25px 14px 80px;
  line-height: 58px;
  border-radius: 15px;
  font-size: calc(36px * var(--scale));
  font-family: "Eina01", "Beatrice", sans-serif;
  /* font-weight: bold; */
  font-weight: 600;
  border: 1px solid #d7d6d4;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: right;
  margin-bottom: 20px;
}

.wp-front
  .pricing-calculator
  .pricing-input_wrap
  input::-webkit-input-placeholder {
  color: #5b6264;
}

.wp-front .pricing-calculator .pricing-input_wrap input::-moz-placeholder {
  color: #5b6264;
}

.wp-front .pricing-calculator .pricing-input_wrap input:-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .pricing-calculator .pricing-input_wrap input::-ms-input-placeholder {
  color: #5b6264;
}

.wp-front .pricing-calculator .pricing-input_wrap input::placeholder {
  color: #5b6264;
}

.wp-front .pricing-calculator .pricing-input_wrap input:focus {
  border-color: #00aa45;
  outline: none;
}

.wp-front .pricing-calculator .pricing-switcher {
  height: 80px;
  border: 1px solid #d7d6d4;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}

.wp-front .pricing-calculator .pricing-switcher:before {
  content: "";
  display: block;
  width: 34%;
  height: 70px;
  border-radius: 10px;
  background-color: #59d8c9;
  position: absolute;
  top: 5px;
  left: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-front .pricing-calculator .pricing-switcher.monthly:before {
  left: 50%;
  width: 49%;
}

.wp-front .pricing-calculator .pricing-switcher.quarterly:before {
  left: 33%;
}

.wp-front .pricing-calculator .pricing-switcher.annually:before {
  left: 5px;
  width: 50%;
}

.wp-front .pricing-calculator .pricing-switcher span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  width: 30%;
  min-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: calc(16px * var(--scale));
  font-family: "Eina01", "Beatrice", sans-serif;
  letter-spacing: 0px;
  z-index: 2;
}

.wp-front .pricing-header {
  display: none;
  position: sticky;
  margin: auto;
  top: 79px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  margin-bottom: -150px;
}

@media (max-width: 1199px) {
  .wp-front .pricing-header {
    top: 56px;
    margin-bottom: -100px;
  }
}

@media (min-width: 992px) {
  .wp-front .pricing-header {
    display: block;
  }
}

.wp-front .pricing-header.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 9;
}

.wp-front .pricing-table-wrap {
  position: relative;
}

@media (min-width: 992px) {
  .wp-front .pricing-table-wrap .wp-block-columns > .wp-block-column {
    min-width: 33.3333%;
  }
}

.wp-front .careers_hero .section-inner > * {
  visibility: hidden;
}

.wp-front .careers_hero .container {
  position: relative;
}

.wp-front .careers_hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: -220px;
}

@media (max-width: 767px) {
  .wp-front .careers_hero .container:before {
    display: none;
  }
}

.wp-front .careers_hero .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -280px;
  bottom: -110px;
}

@media (max-width: 767px) {
  .wp-front .careers_hero .container:after {
    display: none;
  }
}

.wp-front .careers_openings #resumator-wrapper .resumator-job {
  position: relative;
  background-color: #f9f5f2;
  padding: calc(40px * var(--scale));
  margin-bottom: 20px;
  border-radius: 20px;
}

.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-title {
  border-top: none;
  font-family: "Eina01", sans-serif;
  font-size: calc(28px * var(--scale));
  line-height: 1.28;
  letter-spacing: 0px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 10px;
}

.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-info {
  font-family: "Eina01", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  float: none;
  margin-top: 0;
}

.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-link {
  width: 32px;
  height: 32px;
  position: absolute;
  top: calc(62px * var(--scale));
  right: calc(40px * var(--scale));
  overflow: hidden;
  text-indent: -9999999999px;
  margin: 0;
  /* background-image: url("../svg/caret-big.svg"); */
  background-size: 24px 14px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-link.resumator-hide-details {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-info-details {
  margin-top: calc(20px * var(--scale));
  font-size: 1.25rem;
  line-height: 1.5;
}

.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-description-text
  p {
  font-size: 1rem;
  line-height: 1.5;
}

.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-description-text
  ul
  li,
.wp-front
  .careers_openings
  #resumator-wrapper
  .resumator-job
  .resumator-job-description-text
  ol
  li {
  font-size: 1rem;
  line-height: 1.5;
}

.wp-front .careers_openings #resumator-wrapper .resumator-buttons {
  margin-top: calc(40px * var(--scale)) !important;
  margin-bottom: 0 !important;
}

.wp-front .careers_openings #resumator-wrapper .resumator-buttons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
}

.wp-front .careers_openings #resumator-wrapper .resumator-buttons ul li {
  float: none !important;
  font-size: 1.25rem;
  margin: 0 20px 0 0 !important;
}

.wp-front .careers_openings #resumator-wrapper button,
.wp-front .careers_openings #resumator-wrapper input[type="button"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  vertical-align: middle;
  line-height: 1 !important;
  vertical-align: middle;
  border: none;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  padding: 10px 30px;
  border-radius: 60px;
  height: 60px;
  font-size: 1.25rem;
  background-color: #00aa45;
  color: #fff;
  width: 100%;
  min-width: 150px;
}

.wp-front .careers_openings #resumator-wrapper button:hover,
.wp-front .careers_openings #resumator-wrapper input[type="button"]:hover {
  text-decoration: none !important;
  background-color: #00913b;
  color: #fff;
}

.wp-front .careers_openings #resumator-wrapper button:hover,
.wp-front .careers_openings #resumator-wrapper button:focus,
.wp-front .careers_openings #resumator-wrapper button:active,
.wp-front .careers_openings #resumator-wrapper input[type="button"]:hover,
.wp-front .careers_openings #resumator-wrapper input[type="button"]:focus,
.wp-front .careers_openings #resumator-wrapper input[type="button"]:active {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.wp-front .careers_openings #resumator-wrapper #resumator-logo {
  display: none;
}

@media (min-width: 576px) {
  .wp-front .company-perks {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 576px) {
  .wp-front .company-perks > .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
}

.wp-front .company-perks .career-card {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%235B6264FF' stroke-width='2' stroke-dasharray='2%2c 10' stroke-dashoffset='0' stroke-linecap='butt'/%3e%3c/svg%3e");
}

@media (max-width: 575px) {
  .wp-front .company-perks .career-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}

@media (min-width: 576px) {
  .wp-front .company-perks .career-card {
    width: calc(50% - 30px);
    min-width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .wp-front .company-perks .career-card {
    width: calc(33.3333% - 30px);
    min-width: calc(33.3333% - 30px);
  }
}

@media (min-width: 992px) {
  .wp-front .company-perks .career-card {
    width: calc(25% - 30px);
    min-width: calc(25% - 30px);
  }
}

@media (min-width: 1200px) {
  .wp-front .company-perks .career-card {
    width: calc(20% - 30px);
    min-width: calc(20% - 30px);
  }
}

.wp-front .terms-of-services_hero .container {
  position: relative;
}

.wp-front .terms-of-services_hero .container:before {
  content: "";
  display: block;
  width: 155px;
  height: 163px;
  /* background-image: url("../svg/legal-pattern1.svg"); */
  background-size: 155px 163px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -180px;
}

@media (max-width: 767px) {
  .wp-front .terms-of-services_hero .container:before {
    display: none;
  }
}

.wp-front .terms-of-services_hero .container:after {
  content: "";
  display: block;
  width: 376px;
  height: 369px;
  /* background-image: url("../svg/legal-pattern2.svg"); */
  background-size: 376px 369px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  right: -260px;
}

@media (max-width: 767px) {
  .wp-front .terms-of-services_hero .container:after {
    display: none;
  }
}

.wp-front .privacy-policy_hero .container {
  position: relative;
}

.wp-front .privacy-policy_hero .container:before {
  content: "";
  display: block;
  width: 286px;
  height: 144px;
  /* background-image: url("../svg/legal-pattern3.svg"); */
  background-size: 286px 144px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -180px;
}

@media (max-width: 767px) {
  .wp-front .privacy-policy_hero .container:before {
    display: none;
  }
}

.wp-front .privacy-policy_hero .container:after {
  content: "";
  display: block;
  width: 376px;
  height: 369px;
  /* background-image: url("../svg/legal-pattern2.svg"); */
  background-size: 376px 369px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  right: -210px;
}

@media (max-width: 767px) {
  .wp-front .privacy-policy_hero .container:after {
    display: none;
  }
}

.wp-front .cookie-statement_hero .container {
  position: relative;
}

.wp-front .cookie-statement_hero .container:before {
  content: "";
  display: block;
  width: 200px;
  height: 91px;
  /* background-image: url("../svg/legal-pattern4.svg"); */
  background-size: 200px 91px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: -180px;
}

@media (max-width: 767px) {
  .wp-front .cookie-statement_hero .container:before {
    display: none;
  }
}

.wp-front .cookie-statement_hero .container:after {
  content: "";
  display: block;
  width: 148px;
  height: 161px;
  /* background-image: url("../svg/legal-pattern5.svg"); */
  background-size: 148px 161px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  right: -190px;
}

@media (max-width: 767px) {
  .wp-front .cookie-statement_hero .container:after {
    display: none;
  }
}

.wp-front .data-security_hero .container {
  position: relative;
}

.wp-front .data-security_hero .container:before {
  content: "";
  display: block;
  width: 295px;
  height: 188px;
  /* background-image: url("../svg/legal-pattern7.svg"); */
  background-size: 295px 188px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -280px;
}

@media (max-width: 767px) {
  .wp-front .data-security_hero .container:before {
    display: none;
  }
}

.wp-front .data-security_hero .container:after {
  content: "";
  display: block;
  width: 386px;
  height: 219px;
  /* background-image: url("../svg/legal-pattern8.svg"); */
  background-size: 386px 219px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  right: -300px;
}

@media (max-width: 767px) {
  .wp-front .data-security_hero .container:after {
    display: none;
  }
}

.wp-front .gdpr-compliance_hero .container {
  position: relative;
}

.wp-front .gdpr-compliance_hero .container:before {
  content: "";
  display: block;
  width: 220px;
  height: 174px;
  /* background-image: url("../svg/legal-pattern9.svg"); */
  background-size: 220px 174px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -200px;
}

@media (max-width: 767px) {
  .wp-front .gdpr-compliance_hero .container:before {
    display: none;
  }
}

.wp-front .gdpr-compliance_hero .container:after {
  content: "";
  display: block;
  width: 155px;
  height: 163px;
  /* background-image: url("../svg/legal-pattern10.svg"); */
  background-size: 155px 163px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  right: -180px;
}

@media (max-width: 767px) {
  .wp-front .gdpr-compliance_hero .container:after {
    display: none;
  }
}

.wp-front .referral-terms-of-services_hero .container {
  position: relative;
}

.wp-front .referral-terms-of-services_hero .container:before {
  content: "";
  display: block;
  width: 155px;
  height: 163px;
  /* background-image: url("../svg/legal-pattern1.svg"); */
  background-size: 155px 163px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -180px;
}

@media (max-width: 767px) {
  .wp-front .referral-terms-of-services_hero .container:before {
    display: none;
  }
}

.wp-front .referral-terms-of-services_hero .container:after {
  content: "";
  display: block;
  width: 376px;
  height: 369px;
  /* background-image: url("../svg/legal-pattern2.svg"); */
  background-size: 376px 369px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -150px;
  right: -200px;
}

@media (max-width: 767px) {
  .wp-front .referral-terms-of-services_hero .container:after {
    display: none;
  }
}

.wp-front .referral-faq_hero .container {
  position: relative;
}

.wp-front .referral-faq_hero .container:before {
  content: "";
  display: block;
  width: 376px;
  height: 369px;
  /* background-image: url("../svg/legal-pattern11.svg"); */
  background-size: 376px 369px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -180px;
  left: -300px;
}

@media (max-width: 767px) {
  .wp-front .referral-faq_hero .container:before {
    display: none;
  }
}

.wp-front .referral-faq_hero .container:after {
  content: "";
  display: block;
  width: 118px;
  height: 135px;
  /* background-image: url("../svg/legal-pattern12.svg"); */
  background-size: 118px 135px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  right: -120px;
}

@media (max-width: 767px) {
  .wp-front .referral-faq_hero .container:after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .wp-front .legal-pages_nav {
    max-width: calc(770px * var(--scale));
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 1199px) {
  .wp-front .legal-pages_nav .wp-block-group__inner-container p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .wp-front
    .legal-pages_nav
    .wp-block-group__inner-container
    p:not(:last-child) {
    margin-bottom: calc(20px * var(--scale)) !important;
  }
}

.wp-front .legal-pages_nav .wp-block-group__inner-container p a {
  text-decoration: none;
  font-weight: bold;
}

.wp-front .legal-page_body ol li:not(:first-child),
.wp-front .legal-page_body ul li:not(:first-child) {
  margin-top: calc(20px * var(--scale));
}

.wp-front .legal-page_body ol ol,
.wp-front .legal-page_body ol ul,
.wp-front .legal-page_body ul ol,
.wp-front .legal-page_body ul ul {
  margin-top: calc(30px * var(--scale));
  padding-left: 0;
}

.wp-front .about-us_hero {
  position: relative;
}

.wp-front .about-us_hero .section-inner > * {
  visibility: hidden;
}

.wp-front .about-us_hero .container {
  position: relative;
}

.wp-front .about-us_hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  left: -120px;
}

@media (max-width: 767px) {
  .wp-front .about-us_hero .container:before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-front .about-us_hero .container:before {
    left: -250px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wp-front .about-us_hero .container:before {
    left: -200px;
  }
}

.wp-front .about-us_hero .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 130px;
  right: -100px;
}

@media (max-width: 767px) {
  .wp-front .about-us_hero .container:after {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-front .about-us_hero .container:after {
    right: -250px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .wp-front .about-us_hero .container:after {
    right: -200px;
  }
}

@media (max-width: 991px) {
  .wp-front .about-us_hero .about-us_stats .wp-block-column:not(:last-child) {
    padding-bottom: 40px;
    border-bottom: 2px dashed #444d50;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 992px) {
  .wp-front .about-us_hero .about-us_stats .wp-block-column:not(:last-child) {
    border-right: 2px dashed #444d50;
  }
}

.wp-front .about-us_video {
  position: relative;
}

.wp-front .about-us_video:before {
  content: "";
  display: block;
  height: calc(300px * var(--scale));
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern4.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .wp-front .about-us_video:before {
    height: 150px;
  }
}

.wp-front
  .about-core-values:last-child
  .wp-block-column:first-child
  .wp-block-image {
  position: relative;
}

.wp-front
  .about-core-values:last-child
  .wp-block-column:first-child
  .wp-block-image:after {
  content: "";
  display: block;
  width: 101px;
  height: 69px;
  /* background-image: url("../svg/about-swosh3.svg"); */
  background-position: center;
  background-size: 101px 69px;
  background-repeat: no-repeat;
  position: absolute;
  top: -25px;
  left: -23px;
}

.wp-front
  .about-core-values:last-child
  .wp-block-column:last-child
  > .wp-block-group {
  position: relative;
}

.wp-front
  .about-core-values:last-child
  .wp-block-column:last-child
  > .wp-block-group:after {
  content: "";
  display: block;
  width: 121px;
  height: 90px;
  /* background-image: url("../svg/about-swosh1.svg"); */
  background-position: center;
  background-size: 121px 90px;
  background-repeat: no-repeat;
  position: absolute;
  top: -23px;
  right: -38px;
}

@media (max-width: 767px) {
  .wp-front
    .about-core-values:last-child
    .wp-block-column:last-child
    > .wp-block-group:after {
    display: none;
  }
}

.wp-front .about-core-values .wp-block-column {
  margin-bottom: calc(60px * var(--scale)) !important;
}

.wp-front .about-core-values .wp-block-column > .wp-block-group {
  height: 100%;
}

.wp-front
  .about-core-values
  .wp-block-column
  > .wp-block-group
  > .wp-block-group__inner-container {
  height: 100%;
}

.wp-front .about-image1 {
  position: relative;
}

.wp-front .about-image1:after {
  content: "";
  display: block;
  width: 147px;
  height: 128px;
  /* background-image: url("../svg/about-swosh2.svg"); */
  background-position: center;
  background-size: 147px 128px;
  background-repeat: no-repeat;
  position: absolute;
  top: -47px;
  right: -9px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .about-image1:after {
    display: none;
  }
}

.wp-front .features_hero .container {
  position: relative;
}

.wp-front .features_hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: -220px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .features_hero .container:before {
    display: none;
  }
}

.wp-front .features_hero .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -280px;
  bottom: -110px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .features_hero .container:after {
    display: none;
  }
}

.wp-front .advanced-personalization-hero .wp-block-column:nth-child(1) > * {
  visibility: hidden;
}

.wp-front .advanced-personalization-hero .wp-block-image {
  visibility: hidden;
}

.wp-front .advanced-personalization_hero {
  position: relative;
}

.wp-front .advanced-personalization_hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 222px;
  height: 126px;
  /* background-image: url("../svg/advance-personalization-pattern1.svg"); */
  background-size: 222px 126px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -84px;
  bottom: -10px;
}

@media (max-width: 767px) {
  .wp-front .advanced-personalization_hero:after {
    display: none;
  }
}

.wp-front .advanced-personalization_image1 {
  position: relative;
}

.wp-front .advanced-personalization_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 127px;
  height: 91px;
  /* background-image: url("../svg/advance-personalization-pattern2.svg"); */
  background-size: 127px 91px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -16px;
  right: -31px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .advanced-personalization_image1:after {
    display: none;
  }
}

.wp-front .advanced-personalization_table-wrap {
  position: relative;
  z-index: 2;
}

.wp-front .advanced-personalization_table-wrap:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -100px;
  bottom: 123px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .advanced-personalization_table-wrap:before {
    display: none;
  }
}

.wp-front .advanced-personalization_table-wrap:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  top: 35%;
  right: -80px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .advanced-personalization_table-wrap:after {
    display: none;
  }
}

.wp-front .advanced-personalization_table {
  position: relative;
  background-color: #f9f5f2;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #f9f5f2;
  padding-bottom: calc(40px * var(--scale));
  overflow: visible;
}

@media (min-width: 768px) {
  .wp-front .advanced-personalization_table {
    padding-left: calc(40px * var(--scale));
    padding-right: calc(40px * var(--scale));
    border: none;
  }
}

@media (max-width: 991px) {
  .wp-front .advanced-personalization_table {
    max-width: none !important;
  }
}

.wp-front .advanced-personalization_table table {
  position: relative;
  border-radius: 20px;
}

.wp-front .advanced-personalization_table table:after {
  content: "";
  display: block;
  z-index: 2;
  width: 111px;
  height: 148px;
  /* background-image: url("../svg/advance-personalization-pattern3.svg"); */
  background-size: 111px 148px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: -90px;
}

@media (max-width: 767px) {
  .wp-front .advanced-personalization_table table:after {
    display: none;
  }
}

.wp-front .advanced-personalization_table table tbody {
  position: relative;
  z-index: 2;
}

.wp-front .advanced-personalization_table table tbody tr:first-child td {
  font-weight: bold;
  font-size: 1.125rem;
  padding-top: calc(40px * var(--scale));
  padding-bottom: calc(10px * var(--scale));
  padding-bottom: calc(30px * var(--scale));
  background-color: none !important;
}

@media (min-width: 768px) {
  .wp-front .advanced-personalization_table table tbody tr:first-child td {
    font-size: 1.25rem;
  }
}

.wp-front .advanced-personalization_table table tbody tr:first-child td:after {
  display: none;
}

.wp-front
  .advanced-personalization_table
  table
  tbody
  tr:first-child
  td:last-child {
  background-color: #f9f5f2;
}

.wp-front
  .advanced-personalization_table
  table
  tbody
  tr:nth-child(2)
  td:last-child {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.wp-front .advanced-personalization_table table tbody tr:last-child td {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.wp-front .advanced-personalization_table table tbody tr:last-child td:after {
  border: none;
}

.wp-front .advanced-personalization_table table tbody tr td {
  vertical-align: top;
  width: 50%;
  background-color: #f9f5f2;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 0.75rem;
  padding-top: calc(30px * var(--scale));
  padding-left: calc(20px * var(--scale));
  padding-right: calc(20px * var(--scale));
  padding-bottom: calc(30px * var(--scale));
  position: relative;
}

@media (min-width: 768px) {
  .wp-front .advanced-personalization_table table tbody tr td {
    font-size: 1rem;
    padding-left: calc(30px * var(--scale));
    padding-right: calc(30px * var(--scale));
  }
}

.wp-front .advanced-personalization_table table tbody tr td:after {
  content: "";
  display: block;
  border-bottom: dashed 2px #b9bdbe;
  position: absolute;
  margin: auto;
  left: calc(20px * var(--scale));
  right: calc(20px * var(--scale));
  bottom: 0;
}

@media (min-width: 768px) {
  .wp-front .advanced-personalization_table table tbody tr td:after {
    left: calc(40px * var(--scale));
    right: calc(40px * var(--scale));
  }
}

@media (min-width: 768px) {
  .wp-front .advanced-personalization_table table tbody tr td:first-child {
    padding-left: 0;
    padding-right: calc(60px * var(--scale));
  }
}

@media (min-width: 768px) {
  .wp-front
    .advanced-personalization_table
    table
    tbody
    tr
    td:first-child:after {
    left: 0;
    right: calc(60px * var(--scale));
  }
}

.wp-front .advanced-personalization_table table tbody tr td:last-child {
  background-color: #fff;
}

.wp-front .advanced-personalization_banner {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .wp-front .advanced-personalization_banner {
    text-align: center;
  }
}

.wp-front .advanced-personalization_banner:before {
  content: "";
  display: block;
  width: 350px;
  height: 350px;
  /* background-image: url("../svg/pattern5.svg"); */
  background-size: 350px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -70px;
  right: -26px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .advanced-personalization_banner:before {
    display: none;
  }
}

.wp-front .advanced-personalization_banner .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.wp-front .excelent-customer-support_hero .section-inner > * {
  visibility: hidden;
}

.wp-front .excelent-customer-support_hero .container {
  position: relative;
}

.wp-front .excelent-customer-support_hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -30px;
  left: -260px;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .excelent-customer-support_hero .container:before {
    display: none;
  }
}

.wp-front .excelent-customer-support_hero .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -260px;
  bottom: -50px;
  z-index: 1;
  visibility: hidden;
}

@media (max-width: 767px) {
  .wp-front .excelent-customer-support_hero .container:after {
    display: none;
  }
}

.wp-front .excelent-customer-support_image1 {
  position: relative;
}

.wp-front .excelent-customer-support_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 110px;
  height: 130px;
  /* background-image: url("../svg/excelent-customer-support-pattern1.svg"); */
  background-size: 110px 130px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -65px;
  right: -48px;
}

@media (max-width: 767px) {
  .wp-front .excelent-customer-support_image1:after {
    display: none;
  }
}

.wp-front .excelent-customer-support_image2 {
  position: relative;
}

.wp-front .excelent-customer-support_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 183px;
  height: 147px;
  /* background-image: url("../svg/excelent-customer-support-pattern2.svg"); */
  background-size: 183px 147px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -22px;
  left: -43px;
}

@media (max-width: 767px) {
  .wp-front .excelent-customer-support_image2:after {
    display: none;
  }
}

.wp-front .excelent-customer-support_image3 {
  position: relative;
}

.wp-front .excelent-customer-support_image3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 144px;
  height: 103px;
  /* background-image: url("../svg/excelent-customer-support-pattern3.svg"); */
  background-size: 144px 103px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -11px;
  right: -35px;
}

@media (max-width: 767px) {
  .wp-front .excelent-customer-support_image3:after {
    display: none;
  }
}

.wp-front .excelent-customer-support_image4 {
  position: relative;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.wp-front .excelent-customer-support_image4:after {
  content: "";
  display: block;
  z-index: 2;
  width: 224px;
  height: 163px;
  /* background-image: url("../svg/excelent-customer-support-pattern4.svg"); */
  background-size: 224px 163px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -52px;
  left: -82px;
}

@media (max-width: 767px) {
  .wp-front .excelent-customer-support_image4:after {
    display: none;
  }
}

@media (max-width: 575px) {
  .wp-front .free-trial_texts {
    max-width: none !important;
  }

  .wp-front .free-trial_texts h3,
  .wp-front .free-trial_texts .h3 {
    text-align: center;
  }
}

.wp-front .free-trial_column {
  position: relative;
  z-index: 2;
}

.wp-front .free-trial_column:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 90px;
  right: -107px;
  z-index: -1;
}

@media (max-width: 767px) {
  .wp-front .free-trial_column:before {
    display: none;
  }
}

.wp-front .our-customers_logo .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 576px) {
  .wp-front
    .our-customers_logo
    .wp-block-group__inner-container
    > .wp-block-group {
    width: 50%;
    min-width: 50%;
  }
}

.wp-front .request-demo_column {
  position: relative;
  z-index: 2;
}

.wp-front .request-demo_column:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -107px;
  bottom: 90px;
  z-index: -1;
}

@media (max-width: 767px) {
  .wp-front .request-demo_column:before {
    display: none;
  }
}

.wp-front .request-demo_video {
  position: relative;
}

.wp-front .request-demo_video:before {
  content: "";
  display: block;
  background-color: #f9f5f2;
  margin: auto;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  bottom: 0;
}

.wp-front .justuno-plus-hero .wp-block-column:nth-child(1) > * {
  visibility: hidden;
}

.wp-front .justuno-plus-hero .wp-block-image {
  visibility: hidden;
}

.wp-front .justuno-plus_hero {
  position: relative;
}

.wp-front .justuno-plus_hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 185px;
  height: 133px;
  /* background-image: url("../svg/justuno-plus-pattern1.svg"); */
  background-size: 185px 133px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -81px;
  bottom: -61px;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_hero:after {
    display: none;
  }
}

.wp-front .justuno-plus_image1 {
  position: relative;
}

.wp-front .justuno-plus_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 166px;
  height: 224px;
  /* background-image: url("../svg/justuno-plus-pattern2.svg"); */
  background-size: 166px 224px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -84px;
  left: -62px;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_image1:after {
    display: none;
  }
}

.wp-front .justuno-plus_image2 {
  position: relative;
}

.wp-front .justuno-plus_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 96px;
  height: 103px;
  /* background-image: url("../svg/justuno-plus-pattern3.svg"); */
  background-size: 96px 103px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -52px;
  left: -53px;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_image2:after {
    display: none;
  }
}

.wp-front .justuno-plus_image4 {
  position: relative;
}

.wp-front .justuno-plus_image4:after {
  content: "";
  display: block;
  z-index: 2;
  width: 204px;
  height: 146px;
  /* background-image: url("../svg/justuno-plus-pattern4.svg"); */
  background-size: 204px 146px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -59px;
  right: -71px;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_image4:after {
    display: none;
  }
}

.wp-front .justuno-plus_image5 {
  position: relative;
}

.wp-front .justuno-plus_image5:after {
  content: "";
  display: block;
  z-index: 2;
  width: 132px;
  height: 122px;
  /* background-image: url("../svg/justuno-plus-pattern5.svg"); */
  background-size: 132px 122px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -38px;
  bottom: -38px;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_image5:after {
    display: none;
  }
}

.wp-front .justuno-plus_icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .justuno-plus_request-demo {
  position: relative;
  z-index: 2;
}

.wp-front .justuno-plus_request-demo:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -107px;
  bottom: 90px;
  z-index: -1;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_request-demo:before {
    display: none;
  }
}

.wp-front .justuno-plus_banner {
  position: relative;
  overflow: hidden;
}

.wp-front .justuno-plus_banner:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -125px;
  left: -127px;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_banner:before {
    display: none;
  }
}

.wp-front .justuno-plus_banner:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -106px;
  bottom: -131px;
}

@media (max-width: 767px) {
  .wp-front .justuno-plus_banner:after {
    display: none;
  }
}

.wp-front .justuno-plus_banner .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.wp-front .justuno-essentials-hero .wp-block-column:nth-child(1) > * {
  visibility: hidden;
}

.wp-front .justuno-essentials-hero .wp-block-image {
  visibility: hidden;
}

.wp-front .justuno-essential_hero {
  position: relative;
}

.wp-front .justuno-essential_hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 182px;
  height: 153px;
  /* background-image: url("../svg/justuno-essential-pattern1.svg"); */
  background-size: 182px 153px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -70px;
  bottom: -55px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_hero:after {
    display: none;
  }
}

.wp-front .justuno-essential_quote .container {
  position: relative;
}

.wp-front .justuno-essential_quote .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern4.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -250px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_quote .container:before {
    display: none;
  }
}

.wp-front .justuno-essential_quote .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -250px;
  bottom: -50px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_quote .container:after {
    display: none;
  }
}

.wp-front .justuno-essential_image1 {
  position: relative;
}

.wp-front .justuno-essential_image1:before {
  content: "";
  display: block;
  z-index: 2;
  width: 78px;
  height: 78px;
  /* background-image: url("../svg/justuno-essential-pattern2.svg"); */
  background-size: 78px 78px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 5px;
  right: -16px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_image1:before {
    display: none;
  }
}

.wp-front .justuno-essential_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 189px;
  height: 107px;
  /* background-image: url("../svg/justuno-essential-pattern3.svg"); */
  background-size: 189px 107px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -74px;
  bottom: -17px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_image1:after {
    display: none;
  }
}

.wp-front .justuno-essential_image2 {
  position: relative;
}

.wp-front .justuno-essential_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 124px;
  height: 113px;
  /* background-image: url("../svg/justuno-essential-pattern4.svg"); */
  background-size: 124px 113px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -33px;
  right: -49px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_image2:after {
    display: none;
  }
}

.wp-front .justuno-essential_banner {
  position: relative;
  overflow: hidden;
}

.wp-front .justuno-essential_banner:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -125px;
  left: -127px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_banner:before {
    display: none;
  }
}

.wp-front .justuno-essential_banner:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -106px;
  bottom: -131px;
}

@media (max-width: 767px) {
  .wp-front .justuno-essential_banner:after {
    display: none;
  }
}

.wp-front .justuno-essential_banner .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.wp-front .agencies-hero {
  position: relative;
}

.wp-front .agencies-hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 131px;
  height: 162px;
  /* background-image: url("../svg/agencies-pattern1.svg"); */
  background-size: 131px 162px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -35px;
  bottom: -46px;
}

@media (max-width: 767px) {
  .wp-front .agencies-hero:after {
    display: none;
  }
}

.wp-front .agencies_image1 {
  position: relative;
}

.wp-front .agencies_image1:after {
  content: "";
  display: block;
  z-index: 2;
  width: 294px;
  height: 212px;
  /* background-image: url("../svg/agencies-pattern2.svg"); */
  background-size: 294px 212px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -79px;
  left: -108px;
}

@media (max-width: 767px) {
  .wp-front .agencies_image1:after {
    display: none;
  }
}

.wp-front .agencies_image2 {
  position: relative;
}

.wp-front .agencies_image2:after {
  content: "";
  display: block;
  z-index: 2;
  width: 168px;
  height: 193px;
  /* background-image: url("../svg/agencies-pattern3.svg"); */
  background-size: 168px 193px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -66px;
  right: -57px;
}

@media (max-width: 767px) {
  .wp-front .agencies_image2:after {
    display: none;
  }
}

.wp-front .agencies_image3 {
  position: relative;
}

.wp-front .agencies_image3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 180px;
  height: 130px;
  /* background-image: url("../svg/agencies-pattern4.svg"); */
  background-size: 180px 130px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -33px;
  right: -46px;
}

@media (max-width: 767px) {
  .wp-front .agencies_image3:after {
    display: none;
  }
}

.wp-front .agencies-signup_form {
  position: relative;
}

.wp-front .agencies-signup_form:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 150px;
  left: -270px;
}

@media (max-width: 767px) {
  .wp-front .agencies-signup_form:before {
    display: none;
  }
}

.wp-front .agencies-signup_form:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -270px;
  bottom: 300px;
}

@media (max-width: 767px) {
  .wp-front .agencies-signup_form:after {
    display: none;
  }
}

.wp-front .agencies-signup_form-card {
  position: relative;
  min-height: 500px;
}

.wp-front .agencies-signup_form-card:after {
  content: "";
  display: block;
  z-index: 2;
  width: 256px;
  height: 148px;
  /* background-image: url("../svg/agencies-pattern5.svg"); */
  background-size: 256px 148px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -118px;
  bottom: -60px;
}

@media (max-width: 767px) {
  .wp-front .agencies-signup_form-card:after {
    display: none;
  }
}

.wp-front .ratings-reviews_hero {
  overflow: hidden;
}

.wp-front .ratings-reviews_hero .container {
  position: relative;
}

.wp-front .ratings-reviews_hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: -270px;
}

@media (max-width: 767px) {
  .wp-front .ratings-reviews_hero .container:before {
    display: none;
  }
}

.wp-front .ratings-reviews_hero .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -270px;
  bottom: -70px;
}

@media (max-width: 767px) {
  .wp-front .ratings-reviews_hero .container:after {
    display: none;
  }
}

.wp-front .ratings-review_row .wp-block-column {
  margin-bottom: calc(80px * var(--scale));
}

@media (max-width: 767px) {
  .wp-front .ratings-review_row .wp-block-column {
    margin-bottom: 80px !important;
  }
}

.wp-front .ratings-review_row .wp-block-column > .wp-block-group {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.wp-front .ratings-review_row .rating-star {
  width: 32px;
  height: 32px;
  margin-left: 5px;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-front .onboarding-services_hero {
  position: relative;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.wp-front .onboarding-services_hero:after {
  content: "";
  display: block;
  z-index: 2;
  width: 191px;
  height: 137px;
  /* background-image: url("../svg/onboarding-services-pattern1.svg"); */
  background-size: 191px 137px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -28px;
  left: -44px;
}

@media (max-width: 767px) {
  .wp-front .onboarding-services_hero:after {
    display: none;
  }
}

.wp-front .onboarding-services_options1 p {
  line-height: 1.5;
}

@media (max-width: 1199px) {
  .wp-front .onboarding-services_options1 p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 352px;
  }
}

@media (min-width: 992px) {
  .wp-front
    .onboarding-services_options2
    .wp-block-group
    .wp-block-group__inner-container
    > p,
  .wp-front
    .onboarding-services_options3
    .wp-block-group
    .wp-block-group__inner-container
    > p {
    display: none;
  }
}

.wp-front .onboarding-services_options3 {
  position: relative;
}

.wp-front .onboarding-services_options3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 108px;
  height: 137px;
  /* background-image: url("../svg/onboarding-services-pattern3.svg"); */
  background-size: 108px 137px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8px;
  right: -30px;
}

@media (max-width: 767px) {
  .wp-front .onboarding-services_options3:after {
    display: none;
  }
}

.wp-front .onboarding-services_form-card {
  position: relative;
}

.wp-front .onboarding-services_form-card:after {
  content: "";
  display: block;
  z-index: 2;
  width: 259px;
  height: 148px;
  /* background-image: url("../svg/onboarding-services-pattern2.svg"); */
  background-size: 259px 148px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -118px;
  bottom: -60px;
}

@media (max-width: 767px) {
  .wp-front .onboarding-services_form-card:after {
    display: none;
  }
}

@media (min-width: 992px) {
  .wp-front .strategy-packs_nav {
    position: sticky;
    top: 60px;
  }
}

@media (min-width: 1200px) {
  .wp-front .strategy-packs_nav {
    top: 100px;
  }
}

@media (max-height: 920px) {
  .wp-front .strategy-packs_nav {
    padding: 20px !important;
  }

  .wp-front .strategy-packs_nav h3,
  .wp-front .strategy-packs_nav .h3 {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .wp-front .strategy-packs_nav a {
    font-size: 0.875rem;
  }

  .wp-front .strategy-packs_nav .has-green-color {
    margin-bottom: 4px !important;
  }

  .wp-front .strategy-packs_nav .justuno-border {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}

.wp-front .back-top-top a {
  width: calc(60px * var(--scale));
  height: calc(60px * var(--scale));
  background-color: #20c997;
  position: fixed;
  display: block;
  right: 30px;
  bottom: 50px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -99999px;
}

.wp-front .back-top-top a:before {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-image: url("../svg/arrow-right.svg"); */
  background-size: 18px 16px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.wp-front .press-coverage_hero .container {
  position: relative;
}

.wp-front .press-coverage_hero .container:before {
  content: "";
  display: block;
  width: 201px;
  height: 165px;
  /* background-image: url("../svg/press-coverage-pattern1.svg"); */
  background-size: 201px 165px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -120px;
}

@media (max-width: 767px) {
  .wp-front .press-coverage_hero .container:before {
    display: none;
  }
}

.wp-front .press-coverage_hero .container:after {
  content: "";
  display: block;
  width: 260px;
  height: 235px;
  /* background-image: url("../svg/press-coverage-pattern2.svg"); */
  background-size: 260px 235px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  right: -155px;
}

@media (max-width: 767px) {
  .wp-front .press-coverage_hero .container:after {
    display: none;
  }
}

.wp-front .press-release_nav a {
  text-decoration: none;
}

.wp-front .press-release_item > .wp-block-group .wp-block-group {
  height: calc(260px * var(--scale));
}

.wp-front .press-release_item a {
  text-decoration: none;
}

.wp-front .press-release_item a:hover {
  text-decoration: underline;
}

.wp-front .press-coverage_banner {
  position: relative;
  overflow: hidden;
}

.wp-front .press-coverage_banner:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -125px;
  left: -127px;
}

@media (max-width: 767px) {
  .wp-front .press-coverage_banner:before {
    display: none;
  }
}

.wp-front .press-coverage_banner:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern6.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -106px;
  bottom: -131px;
}

@media (max-width: 767px) {
  .wp-front .press-coverage_banner:after {
    display: none;
  }
}

.wp-front .press-coverage_banner .wp-block-group__inner-container {
  position: relative;
  z-index: 2;
}

.wp-front .brand-assets_hero {
  overflow: hidden;
}

.wp-front .brand-assets_hero .container {
  position: relative;
}

.wp-front .brand-assets_hero .container:before {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern1.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -60px;
  left: -270px;
}

@media (max-width: 767px) {
  .wp-front .brand-assets_hero .container:before {
    display: none;
  }
}

.wp-front .brand-assets_hero .container:after {
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  /* background-image: url("../svg/pattern2.svg"); */
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: -270px;
  bottom: -70px;
}

@media (max-width: 767px) {
  .wp-front .brand-assets_hero .container:after {
    display: none;
  }
}

.wp-front .brand-asset_card {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wp-front .brand-color {
  width: calc(270px * var(--scale));
  height: calc(270px * var(--scale));
  border-radius: 50%;
}

@media (min-width: 992px) {
  .wp-front .flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.wp-front .flex-row .wp-block-column > .wp-block-group {
  height: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-front .flex-row .wp-block-column > .wp-block-group {
    max-width: 370px !important;
  }
}

.wp-front
  .flex-row
  .wp-block-column
  > .wp-block-group
  > .wp-block-group__inner-container {
  height: 100%;
}

.wp-front .justunoflex-image {
  position: relative;
}

.wp-front .justunoflex-image:after {
  content: "";
  display: block;
  width: 150px;
  height: 129px;
  background-image: url("../image/flex-shape1.svg");
  background-size: 150px 129px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -63px;
  left: -67px;
}

@media (max-width: 767px) {
  .wp-front .justunoflex-image:after {
    display: none;
  }
}

.wp-front ._404 {
  padding-top: calc(200px * var(--scale));
  padding-bottom: calc(200px * var(--scale));
  text-align: center;
  background-color: #1d1f1e;
  color: #fff;
  position: relative;
}

.wp-front ._404:after {
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: #fff; */
  /* background-image: url("../svg/separator-pattern1.svg"); */
  background-size: 1440px 30px;
  background-position: top;
  background-repeat: repeat-x;
}

.wp-front ._404 span {
  font-size: calc(200px * var(--scale));
  color: rgba(255, 255, 255, 0.2);
  /* font-weight: bold; */
  font-weight: bold;
  font-family: "Eina01", "Beatrice", "Roboto", sans-serif;
}

.wp-front ._404 h1,
.wp-front ._404 .h1 {
  margin-bottom: calc(40px * var(--scale));
}

.wp-front .solutions-menu > .dropdown-menu {
  padding-bottom: 0 !important;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal {
  margin-top: 30px;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .description
  p,
.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .description
  strong {
  font-size: 1.125rem;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .dropdown-item,
.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a {
  padding: 10px 23px 10px 30px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  font-size: 1.25rem;
  min-width: 150px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  font-weight: 600;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .dropdown-item {
  border-radius: 60px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2b344;
  color: #1d1f1e;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .dropdown-item
  span {
  padding-left: 15px;
  white-space: nowrap;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .dropdown-item:hover {
  background-color: #efa014;
  color: #1d1f1e;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .dropdown-item:hover
  span,
.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a:hover
  span {
  text-decoration: none !important;
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .dropdown-item:hover
  .icon,
.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a:hover
  .icon {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.wp-front
  .solutions-menu
  > .dropdown-menu
  > li:nth-last-child(2)
  .agency-portal
  .dropdown-item
  .icon {
  color: #1d1f1e;
  font-size: 1rem;
  margin-left: 20px;
}

.wp-front .solutions-menu > .dropdown-menu > li:last-child {
  z-index: 9999;
}

.wp-front .mobile-nav_bottom .menu {
  display: block;
}

.wp-front .mobile-nav_bottom .menu > li:not(:last-child) {
  margin-bottom: 25px;
}

.wp-front .nav-divider {
  display: none !important;
}

@media (min-width: 1300px) {
  .wp-front .nav-divider {
    display: block;
    width: 2px;
    height: 15px;
    background-color: #fff;
    margin-left: -25px;
    margin-right: 15px !important;
    position: relative;
    top: 2px;
  }

  .wp-front .nav-divider > a {
    font-size: 0 !important;
    text-indent: -99999px;
  }
}

.wp-front .why-justuno-menu {
  position: static !important;
}

.wp-front .why-justuno-menu > .dropdown-menu.depth_0 {
  width: 100% !important;
  max-width: 670px;
  left: 0 !important;
  -webkit-transform: translateY(66px) translateX(50px) !important;
  -ms-transform: translateY(66px) translateX(50px) !important;
  transform: translateY(66px) translateX(50px) !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 !important;
  overflow: hidden;
}

.wp-front .why-justuno-menu > .dropdown-menu.depth_0.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-front .why-justuno-menu > .dropdown-menu.depth_0 > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding: 30px;
}

.wp-front .why-justuno-menu > .dropdown-menu.depth_0 > li:first-child {
  min-width: 58%;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  > li.managed-services-desktop {
  background-color: #f9f5f2;
}

.wp-front .why-justuno-menu > .dropdown-menu.depth_0 .dropdown-menu {
  display: block;
  position: relative;
  border: none;
  background: 0 0;
}

.wp-front .why-justuno-menu > .dropdown-menu.depth_0 .dropdown-menu.sub-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a {
  border-radius: 60px;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00aa45;
  color: #fff;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a:hover {
  background-color: #007730;
  color: #fff;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a
  span {
  white-space: nowrap;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a
  .icon {
  color: #fff;
  font-size: 1rem;
  margin-left: 30px;
  margin-right: 0 !important;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu
  .dropdown-item {
  height: auto;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu
  .dropdown-item.dropdown-toggle {
  padding: 0;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu
  .dropdown-item:not(dropdown-toggle) {
  padding: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu
  .dropdown-item
  span {
  white-space: normal;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu
  .description
  .small,
.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu
  .description
  small {
  font-weight: 600;
  display: block;
  margin-bottom: 25px;
  font-size: 0.875rem;
}

.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu
  .description
  img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .wp-front .nav-divider {
    display: none;
  }

  .wp-front .why-justuno-menu .managed-services-desktop {
    display: none;
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .wp-front .why-justuno-menu .managed-services-mobile {
    display: none;
    visibility: hidden;
  }
}

.menu-item a[href*="my.justuno.com/login.html"] {
  font-weight: 600;
  padding: 10px 30px;
  border-radius: 60px;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  background-color: #00aa45;
  color: #fff;
  font-size: 1.125rem;
  height: 52px;
  padding: 12px 20px;
  min-width: 120px;
  color: #fff !important;
}

.menu-item a[href*="my.justuno.com/login.html"]:hover {
  background-color: #00913b !important;
}

.menu-item a[href="https://portal.justuno.com/app"]
{
  background-color: transparent !important;
  color: #666 !important;
  font-size: 14px !important;
  font-style: italic;
  text-decoration: underline !important;
}
.menu-item a[href="https://portal.justuno.com/app"] i
{
  display: none !important;
}
.menu-item a[href="https://portal.justuno.com/app"] span
{
  width: 100%;
  text-align: center;
}

header.app-header.dropdownActive {
  background-color: #000;
}

header.app-header .headerInner {
  display: flex;
  position: relative;
	padding-top: 24px;
}

header.app-header .headerInner a.logo-link svg {
  width: 100%;
  height: auto;
  max-width: 102px;
}

.wp-front .btn-sm,
.wp-front .app-header_right:not(.resources) .menu li:last-child a {
  padding: 8px 16px 8px;
  height: auto;
  min-width: auto;
  font-weight: 600;
  font-size: calc(
    var(--framer-font-size, 18px) * var(--framer-font-size-scale, 1)
  );
  line-height: 1.2em;
  letter-spacing: 0px;
}

.wp-front .app-header .menu > li > a.nav-link > svg {
  width: 18px !important;
  height: 18px !important;
  transition: transform 0.3s ease-in-out;
}

.wp-front .app-header .menu > li > a.nav-link.show > svg {
  transform: rotate(180deg);
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu {
  transform: none !important;
  border-radius: 0;
  max-width: none;
  left: 0px !important;
  top: 84px !important;
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-inline: 50px;
  display: flex;
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container
  > .menu-item {
  /* width: 100%; */
  padding-right: 30px;
  /* max-width: 25%; */
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container
  .sub-menu
  > .container {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container
  .dropdown-menu.sub-menu {
  padding: 0;
}

.wp-front .app-header .dropdown-menu.depth_0 li .dropdown-item:not([href]) {
  font-family: "Eina01", sans-serif;
  font-weight: 400;
  color: rgb(99, 99, 99);
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container
  .sub-menu
  .menu-item
  a {
  font-family: "Eina01", sans-serif;
  font-weight: 400;
  color: rgb(23, 35, 39);
  padding: 8px 0px;
  margin: 0;
  height: auto;
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container
  .sub-menu
  .menu-item
  a:hover {
  color: #00aa45;
  text-decoration: none;
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container
  .sub-menu
  .menu-item
  a:hover
  span {
  text-decoration: none;
}

.wp-front
  .app-header
  .menu
  > .menu-item-has-children.dropdown
  > .dropdown-menu
  > .container
  .sub-menu
  .menu-item.agency-portal {
  display: block;
  margin-top: 30px;
}

.wp-front .resources-widget-menu {
  max-width: none;
  width: 100%;
  top: 84px;
  border-radius: 0;
  padding: 0;
}

.wp-front .resources-widget-menu > .row {
  padding-top: calc(30px + 0.5rem);
  padding-bottom: calc(30px + 0.5rem);
  padding-inline: 50px;
  max-width: 1470px;
  margin: 0 auto;
}

.wp-front .resources-widget-menu .row .widget {
}

.wp-front .resources-widget-menu .row .widget h4 {
  font-family: "Eina01", sans-serif;
  font-weight: 400;
  color: rgb(99, 99, 99);
}

.wp-front .resources-widget-menu .row .widget h4 strong {
  font-weight: 400;
}

.wp-front .resources-widget-menu .menu-resources-dropdown-container .menu li {
  padding: 8px 0;
}

.wp-front .resources-widget-menu .menu-resources-dropdown-container .menu li a {
  font-family: "Eina01", sans-serif;
  font-weight: 600;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li
  a:hover
  span {
  text-decoration: none;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a,
.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a {
  font-family: "Eina01", sans-serif;
  font-weight: 600;
  height: auto;
  font-size: calc(
    var(--framer-font-size, 16px) * var(--framer-font-size-scale, 1)
  );
  line-height: 1.2em;
  padding: 9px 16px 8px;
  color: #ffffff !important;
  width: auto;
}

.wp-front
  .resources-widget-menu
  .menu-resources-dropdown-container
  .menu
  li:last-child
  a
  .icon,
.wp-front
  .why-justuno-menu
  > .dropdown-menu.depth_0
  .dropdown-menu.sub-menu
  .menu-item.learn-more
  > a
  .icon {
  width: auto;
  height: auto;
  margin-left: 8px !important;
  font-size: 11px;
}

.wp-front .resources-widget-menu > .row .articles .post-item .post-link_image {
  border-radius: 0;
}

.wp-front
  .resources-widget-menu
  > .row
  .articles
  .post-item
  .post-texts
  .post-link_title
  h3 {
  font-family: "Eina01", sans-serif;
  font-weight: 600;
}

.wp-front
  .resources-widget-menu
  > .row
  .articles
  .post-item:hover
  .post-texts
  .post-link_title
  h3 {
  text-decoration: none;
  color: #00aa45;
}

.wp-front .btn {
  background-color: rgb(0, 170, 69);
  border-radius: 40px;
  border: 0 solid white;
  padding: 16px 28px;
  color: white;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Eina01", sans-serif;
  height: auto;
  min-width: auto;
}

.wp-front .btn.btn-transparent {
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 16px 28px;
  color: white;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Eina01", sans-serif;
  letter-spacing: 0px;
  height: auto;
  min-width: auto;
}

.wp-front .btn.btn-transparent:hover {
  border: 1px solid white;
}

.wp-front .app-footer {
  padding: 120px 0 60px;
  background-color: #1d1f1e;
  color: white;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.wp-front .app-footer .bg-overlay {
  -webkit-filter: blur(90px);
  filter: blur(90px);
  flex: none;
  inset: 200px -50px 0;
  opacity: 0.1;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.wp-front .app-footer .bg-overlay .inner-overlay {
  bottom: -20px;
  flex: none;
  height: 985px;
  left: calc(50.00000000000002% - 1900px / 2);
  position: absolute;
  width: 1900px;
}

.wp-front .app-footer .footer-cta {
  width: 100%;
  max-width: 900px;
  margin-bottom: 200px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.wp-front .app-footer .footer-cta .titleContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.wp-front .app-footer .footer-cta .titleContent h2 {
  font-size: 64px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  font-weight: bold;
  font-family: "Eina01", sans-serif;
}

.wp-front .app-footer .footer-cta .titleContent h2 span {
  color: rgb(105, 224, 125);
}

.wp-front .app-footer .footer-cta .titleContent p {
  font-size: 20px;
  line-height: 1.4em;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Eina01", sans-serif;
}

.wp-front .app-footer .footer-cta .btnBox {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.wp-front .app-footer .footer-cta .btnBox .btn {
  font-size: 18px;
  /* line-height: 1.2em; */
  /* letter-spacing: 0.01em; */
  /* font-weight: 400; */
}

.wp-front .app-footer .footer-cta .btnBox .btn .icon {
  margin-left: 6px;
  font-size: 14px;
  position: relative;
  top: -1px;
  max-width: 24px;
}

.wp-front .app-footer .footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 120px;
  padding-bottom: 80px;
}

.wp-front .app-footer .footer-top .innerTopFooter {
  /* flex: 0.8 0 0; */
  width: 100%;
  max-width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.wp-front .app-footer .footer-top .row {
  flex: 1 0 0;
}

.wp-front .app-footer .footer-top .innerTopFooter .widget_media_image a img {
  width: 174px;
}

.wp-front .app-footer .footer-top .innerTopFooter .widget_text p {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Eina01", sans-serif;
}

.wp-front .app-footer .footer-top .innerTopFooter .menu {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wp-front .app-footer .footer-top .innerTopFooter .menu > .menu-item {
  margin-top: 0 !important;
}

.wp-front .app-footer .footer-top .innerTopFooter .menu > .menu-item a {
  margin-bottom: 0;
  width: 28px;
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: all;
  /* background-size: 24px; */
}

.wp-front .app-footer .footer-top .innerTopFooter .menu > .menu-item a .icon {
  display: none;
}

.wp-front .app-footer .footer-top .innerTopFooter .menu > .menu-item.twitter a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(255, 255, 255)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(255, 255, 255); flex-shrink: 0;"><path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"></path></svg>');
}

.wp-front
  .app-footer
  .footer-top
  .innerTopFooter
  .menu
  > .menu-item.instagram
  a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(255, 255, 255)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(255, 255, 255); flex-shrink: 0;"><path d="M7.8 2h8.4C19.4 2 22 4.6 22 7.8v8.4a5.8 5.8 0 0 1-5.8 5.8H7.8C4.6 22 2 19.4 2 16.2V7.8A5.8 5.8 0 0 1 7.8 2m-.2 2A3.6 3.6 0 0 0 4 7.6v8.8C4 18.39 5.61 20 7.6 20h8.8a3.6 3.6 0 0 0 3.6-3.6V7.6C20 5.61 18.39 4 16.4 4H7.6m9.65 1.5a1.25 1.25 0 0 1 1.25 1.25A1.25 1.25 0 0 1 17.25 8 1.25 1.25 0 0 1 16 6.75a1.25 1.25 0 0 1 1.25-1.25M12 7a5 5 0 0 1 5 5 5 5 0 0 1-5 5 5 5 0 0 1-5-5 5 5 0 0 1 5-5m0 2a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3z"></path></svg>');
}

.wp-front
  .app-footer
  .footer-top
  .innerTopFooter
  .menu
  > .menu-item.facebook
  a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(255, 255, 255)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(255, 255, 255); flex-shrink: 0;"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m13 2h-2.5A3.5 3.5 0 0 0 12 8.5V11h-2v3h2v7h3v-7h3v-3h-3V9a1 1 0 0 1 1-1h2V5z"></path></svg>');
}

.wp-front .app-footer .footer-top .innerTopFooter .menu > .menu-item.youtube a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(255, 255, 255)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(255, 255, 255); flex-shrink: 0;"><path d="M10 15l5.19-3L10 9v6m11.56-7.83c.13.47.22 1.1.28 1.9.07.8.1 1.49.1 2.09L22 12c0 2.19-.16 3.8-.44 4.83-.25.9-.83 1.48-1.73 1.73-.47.13-1.33.22-2.65.28-1.3.07-2.49.1-3.59.1L12 19c-4.19 0-6.8-.16-7.83-.44-.9-.25-1.48-.83-1.73-1.73-.13-.47-.22-1.1-.28-1.9-.07-.8-.1-1.49-.1-2.09L2 12c0-2.19.16-3.8.44-4.83.25-.9.83-1.48 1.73-1.73.47-.13 1.33-.22 2.65-.28 1.3-.07 2.49-.1 3.59-.1L12 5c4.19 0 6.8.16 7.83.44.9.25 1.48.83 1.73 1.73z"></path></svg>');
}

.wp-front
  .app-footer
  .footer-top
  .innerTopFooter
  .menu
  > .menu-item.linkedin
  a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(255, 255, 255)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(255, 255, 255); flex-shrink: 0;"><path d="M19 3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14m-.5 15.5v-5.3a3.26 3.26 0 0 0-3.26-3.26c-.85 0-1.84.52-2.32 1.3v-1.11h-2.79v8.37h2.79v-4.93c0-.77.62-1.4 1.39-1.4a1.4 1.4 0 0 1 1.4 1.4v4.93h2.79M6.88 8.56a1.68 1.68 0 0 0 1.68-1.68c0-.93-.75-1.69-1.68-1.69a1.69 1.69 0 0 0-1.69 1.69c0 .93.76 1.68 1.69 1.68m1.39 9.94v-8.37H5.5v8.37h2.77z"></path></svg>');
}

.wp-front .app-footer .footer-top .row > .col {
  margin-bottom: 0;
}

.wp-front .app-footer .footer-top .row .menu > li > a[href="#"] {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 16px;
  color: rgb(179, 179, 179);
  font-weight: 600;
  font-family: "Eina01", sans-serif;
  letter-spacing: 0px;
}

.wp-front .app-footer .footer-top .row .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.wp-front .app-footer .footer-top .row .sub-menu > li,
.wp-front .app-footer .footer-top .row .sub-menu > li:not(:last-child) {
  margin-bottom: 0;
}

.wp-front .app-footer .footer-top .row .sub-menu > li > a {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  /* color: white; */
  font-weight: 400;
  font-family: "Eina01", sans-serif;
}

.wp-front .app-footer .footer-bottom {
  padding-top: 40px;
  border-top: 1px solid #ffffff38;
}

.wp-front .app-footer .footer-bottom .footer-bottom_left p,
.wp-front .app-footer .footer-bottom .footer-bottom_right a {
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Eina01", sans-serif;
  color: rgba(255, 255, 255, 0.65);
}

.wp-front .app-footer .footer-bottom .footer-bottom_right a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.65);
  display: inline-flex;
}

.wp-front .app-footer .footer-bottom .footer-bottom_right a:hover {
  text-decoration: underline;
  color: #00aa45;
}

.wp-front .app-footer .footer-bottom .footer-bottom_right a:not(:first-child) {
  margin-left: 20px;
}

.wp-front .mobile-nav_top .menu > li > a > svg {
  max-width: 24px;
}

.wp-front .mobile-nav_top .menu > li > a > i.icon-arrow-right {
  font-size: 15px;
  margin-right: 3px;
}

/* Mega Menu */
header#nav.app-header > .headerInner > .app-header_left .mega-menu-wrap,
header#nav.app-header
  > .headerInner
  > .app-header_left
  .mega-menu-wrap
  > ul.mega-menu {
  position: static !important;
  background-color: transparent;
}

/* header#nav.app-header > .headerInner */
#mega-menu-wrap-header-menu-left #mega-menu-header-menu-left {
  display: flex;
  align-items: center;
  column-gap: 32px;
  width: 100%;
}

#mega-menu-wrap-header-menu-left #mega-menu-header-menu-left p {
  margin-bottom: 0;
}

/* header#nav.app-header > .headerInner */
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item {
  background-color: transparent;
}

/* header#nav.app-header > .headerInner */
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link {
  display: flex;
  background-color: transparent;
  border: none;
  padding: 0;
  height: auto;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Eina01", sans-serif;
  /* transition: color 0.3s ease; */
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  color: #00aa45;
  background-color: transparent;
  font-weight: 600;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  background-color: transparent;
}

header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff;
}

header.headerScrolledWhite
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link,
header.light
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #000;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link,
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link:hover,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link:hover,
header.light
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
header.light
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link,
header.light
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link:hover {
  color: #00aa45;
  font-weight: 600;
  background-color: transparent;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  width: 18px;
  aspect-ratio: 1/1;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(255, 255, 255)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="width: 100%; height: 100%;"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0;
  transition: transform 0.3s ease;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link
  > span.mega-indicator,
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link
  > span.mega-indicator,
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link
  > span.mega-indicator,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link
  > span.mega-indicator,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link
  > span.mega-indicator,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link
  > span.mega-indicator,
header.light
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link
  > span.mega-indicator,
header.light
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link:hover
  > span.mega-indicator {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 170, 69)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="width: 100%; height: 100%;"><polyline points="6 9 12 15 18 9"></polyline></svg>');
}

header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link
  > span.mega-indicator {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(255, 255, 255)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="width: 100%; height: 100%;"><polyline points="6 9 12 15 18 9"></polyline></svg>');
}

header.headerScrolledWhite
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link
  > span.mega-indicator,
header.light
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link
  > span.mega-indicator {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 0, 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="width: 100%; height: 100%;"><polyline points="6 9 12 15 18 9"></polyline></svg>');
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link
  > span.mega-indicator {
  transform: rotate(180deg);
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link
  > span.mega-indicator,
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link:hover
  > span.mega-indicator,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item
  > a.mega-menu-link:hover
  > span.mega-indicator,
header.scrolled
  #mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link
  > span.mega-indicator {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 170, 69)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="width: 100%; height: 100%;"><polyline points="6 9 12 15 18 9"></polyline></svg>');
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator:after {
  display: none;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  top: 59px;
  background-color: #fff;
  padding: 40px 15px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.275) 0px 0.79619px 2.0701px -0.6875px,
    rgba(0, 0, 0, 0.27) 0px 2.41451px 6.27772px -1.375px,
    rgba(0, 0, 0, 0.26) 0px 6.38265px 16.5949px -2.0625px,
    rgba(0, 0, 0, 0.224) 0px 20px 52px -2.75px;
  z-index: -1;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row {
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  > ul.mega-sub-menu {
  margin-inline: -30px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  > ul.mega-sub-menu
  > li.mega-menu-column {
  padding-inline: 30px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 0;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  a.mega-menu-link:before {
  /* content: ""; */
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #b9bdbe;
  width: 28px;
  aspect-ratio: 1/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  a.mega-menu-link.dashicons-editor-customchar:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(189, 196, 199)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(189, 196, 199); flex-shrink: 0;"><path d="M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2 .55 0 1-.45 1-1v-4.81c0-3.83 2.95-7.18 6.78-7.29 3.96-.12 7.22 3.06 7.22 7V19h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62z"></path><circle cx="9" cy="13" r="1"></circle><circle cx="15" cy="13" r="1"></circle><path d="M18 11.03C17.52 8.18 15.04 6 12.05 6c-3.03 0-6.29 2.51-6.03 6.45 2.47-1.01 4.33-3.21 4.86-5.89 1.31 2.63 4 4.44 7.12 4.47z"></path></svg>');
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  a.mega-menu-link.dashicons-editor-customchar:hover:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(0, 170, 69)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(0, 170, 69); flex-shrink: 0;"><path d="M21 12.22C21 6.73 16.74 3 12 3c-4.69 0-9 3.65-9 9.28-.6.34-1 .98-1 1.72v2c0 1.1.9 2 2 2 .55 0 1-.45 1-1v-4.81c0-3.83 2.95-7.18 6.78-7.29 3.96-.12 7.22 3.06 7.22 7V19h-7c-.55 0-1 .45-1 1s.45 1 1 1h7c1.1 0 2-.9 2-2v-1.22c.59-.31 1-.92 1-1.64v-2.3c0-.7-.41-1.31-1-1.62z"></path><circle cx="9" cy="13" r="1"></circle><circle cx="15" cy="13" r="1"></circle><path d="M18 11.03C17.52 8.18 15.04 6 12.05 6c-3.03 0-6.29 2.51-6.03 6.45 2.47-1.01 4.33-3.21 4.86-5.89 1.31 2.63 4 4.44 7.12 4.47z"></path></svg>');
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item
  a.mega-menu-link:hover:before {
  color: #00aa45;
  font-weight: 600;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > ul.mega-sub-menu
  > li.mega-menu-item:first-child
  a.mega-menu-link:before {
  /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(189, 196, 199)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(189, 196, 199); flex-shrink: 0;"><path d="M4.21 5.61C6.23 8.2 10 13 10 13v5c0 1.1.9 2 2 2s2-.9 2-2v-5s3.77-4.8 5.79-7.39C20.3 4.95 19.83 4 19 4H5c-.83 0-1.3.95-.79 1.61z"></path></svg>'); */
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu
  li.mega-menu-item.mega-btn {
  margin-top: 20px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu
  li.mega-menu-item.mega-btn
  a.mega-menu-link {
  border-radius: 60px;
  padding: 8px 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  /* font-size: 18px; */
  color: white;
  background-color: #00aa45;
  letter-spacing: 0px;
  font-weight: 600;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu
  li.mega-menu-item.mega-btn
  a.mega-menu-link:hover {
  color: white;
  background-color: #00913b;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu
  li.mega-menu-item.mega-btn
  a.mega-menu-link:before {
  display: none;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu
  li.mega-menu-item.mega-btn
  a.mega-menu-link:after {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 24 24" color="rgb(255, 255, 255)" style="user-select: none; width: 100%; height: 100%; display: inline-block; fill: rgb(255, 255, 255); flex-shrink: 0;"><path d="M5 13h11.17l-4.88 4.88c-.39.39-.39 1.03 0 1.42.39.39 1.02.39 1.41 0l6.59-6.59c.39-.39.39-1.02 0-1.41l-6.58-6.6a.9959.9959 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L16.17 11H5c-.55 0-1 .45-1 1s.45 1 1 1z"></path></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

/* Menu Integration */
#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row {
  background-color: rgb(29, 31, 30);
  border-radius: 12px;
  padding: 24px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 12px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .title
  p {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-family: "Eina01", sans-serif;
  font-weight: 600;
  color: rgb(186, 186, 186);
  margin: 0;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .single-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .single-box
  .icon {
  height: 20px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .single-box
  .icon
  svg {
  width: auto;
  height: 100%;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .single-box
  .name
  p {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Eina01", sans-serif;
  color: white;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .btnBox {
  margin-left: auto;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .btnBox
  .btn {
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  padding: 8px 16px;
  /*min-width: 153px;*/
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .btnBox
  .btn
  .icon {
  margin: 0;
  width: 20px;
  aspect-ratio: 1/1;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row.mega-integration-row
  .integrations
  .details
  .btnBox
  .btn
  .icon
  svg {
  width: 100%;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Eina01", sans-serif;
  color: rgb(99, 99, 99);
  pointer-events: none;
  text-transform: none;
  margin-bottom: 24px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Eina01", sans-serif;
  color: rgb(23, 35, 39);
  text-transform: none;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  color: #00aa45;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  .mega-description-group
  .mega-menu-description {
  display: none;
}

#mega-menu-wrap-header-menu-left
  #mega-menu-header-menu-left
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item.mega-menu-link-hidden
  > a.mega-menu-link {
  display: none;
}

/* Menu Post */
ul.mega-sub-menu > li.mega-menu-item > .menu-post-part {
}

ul.mega-sub-menu > li.mega-menu-item > .menu-post-part > a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
}

ul.mega-sub-menu > li.mega-menu-item > .menu-post-part > a > .post-image {
  width: 100%;
  height: 269px;
}

ul.mega-sub-menu > li.mega-menu-item > .menu-post-part > a > .post-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

ul.mega-sub-menu > li.mega-menu-item > .menu-post-part > a > .post-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4px;
}

ul.mega-sub-menu > li.mega-menu-item > .menu-post-part > a > .post-content h6 {
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: "Eina01", sans-serif;
  color: rgb(23, 35, 39);
  margin-bottom: 0;
}

ul.mega-sub-menu
  > li.mega-menu-item
  > .menu-post-part
  > a:hover
  > .post-content
  h6 {
  color: #00aa45;
}

ul.mega-sub-menu > li.mega-menu-item > .menu-post-part > a > .post-content p {
  font-size: 18px;
  line-height: 1.4em;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Eina01", sans-serif;
  color: rgb(107, 107, 107);
}

.gradient-pink-background {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.gradient-pink-background:after {
  content: "";
  display: block;
  -webkit-filter: blur(90px);
  filter: blur(90px);
  flex: none;
  z-index: -1;
  inset: 600px -300px 400px;
  opacity: 0.17;
  bottom: -20px;
  flex: none;
  height: 1856px;
  left: calc(50.00000000000002% - 1700px / 2);
  top: 0;
  width: 2900px;
  position: absolute;
  image-rendering: pixelated;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%204200%202177%22%3E%3Cpath%20d%3D%22M%204200%202176.791%20L%200%202176.791%20L%200%20111.349%20C%20347.398%20838.32%201146.083%201346.918%202075.834%201346.918%20C%203051.71%201346.918%203883.192%20786.606%204200%201.578%20Z%22%20fill%3D%22rgb(251%2C%20122%2C%20255)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.gredient-purple-background {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gredient-purple-background:after {
  content: "";
  display: block;
  -webkit-filter: blur(90px);
  filter: blur(90px);
  flex: none;
  inset: 600px -300px 400px;
  opacity: 0.3;
  overflow: hidden;
  z-index: -1;
  image-rendering: pixelated;
  height: 700px;
  left: calc(50.00000000000002% - 2600px / 2);
  top: 0;
  position: absolute;
  width: 2600px;
  image-rendering: pixelated;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201900%20985%22%3E%3Cpath%20d%3D%22M%201900%20984.905%20L%200%20984.905%20L%200%2050.381%20C%20157.156%20379.304%20518.466%20609.423%20939.068%20609.423%20C%201380.535%20609.423%201756.682%20355.906%201900%200.714%20Z%22%20fill%3D%22rgb(255%2C%2077%2C%20252)%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.gredient-liner-background {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gredient-liner-background:after {
  content: "";
  display: block;
  -webkit-filter: blur(90px);
  filter: blur(90px);
  flex: none;
  inset: 600px -300px 400px;
  opacity: 0.3;
  overflow: hidden;
  z-index: -1;
  image-rendering: pixelated;
  height: calc(100% + 500px);
  left: calc(50.00000000000002% - 2372px / 2);
  top: 0;
  position: absolute;
  width: 2372px;
  image-rendering: pixelated;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 100%;height: 100%;"><g><defs><linearGradient id="idss1299149962_1g1257604349" x1="0.17309684684684687" x2="0.7871269707207207" y1="0.5154183120538817" y2="0.4864577224448375"><stop offset="0" stop-color="rgb(255, 153, 214)" stop-opacity="1"></stop><stop offset="0.16842806282338438" stop-color="rgb(9, 24, 184)" stop-opacity="1"></stop><stop offset="1" stop-color="rgb(0, 170, 69)" stop-opacity="1"></stop></linearGradient></defs><path d="M 2372 1228.882 L 0 1228.882 L 0 62.86 C 196.197 473.264 647.264 760.387 1172.352 760.387 C 1723.489 760.387 2193.079 444.069 2372 0.891 Z" fill="url(%23idss1299149962_1g1257604349)"></path></g></svg>');
}

.gredient-green-purple {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.gredient-green-purple:after {
  content: "";
  display: block;
  -webkit-filter: blur(100px);
  align-content: center;
  align-items: center;
  display: flex;
  filter: blur(100px);
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  left: -90px;
  opacity: 0.3;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -100px;
  width: min-content;
  z-index: -1;
  width: 1027px;
  height: 2503px;
  transform: rotate(220deg) translateZ(0px);
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201027%202503%22%3E%3Cg%20transform%3D%22translate(0.646%200.342)%22%20id%3D%22ss1369813887_1%22%3E%3Cg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22idss1369813887_2g-272967842%22%20x1%3D%223.0677417543786886e-17%22%20x2%3D%221%22%20y1%3D%220.4975124378109453%22%20y2%3D%220.5024875621890547%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22rgb(74%2C%20207%2C%2085)%22%20stop-opacity%3D%221%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%220.23873873873873871%22%20stop-color%3D%22rgb(242%2C%20178%2C%2068)%22%20stop-opacity%3D%221%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%220.7645339242053791%22%20stop-color%3D%22rgb(242%2C%2090%2C%2097)%22%20stop-opacity%3D%221%22%3E%3C%2Fstop%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22rgb(97%2C%2089%2C%20217)%22%20stop-opacity%3D%221%22%3E%3C%2Fstop%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M%20543.447%20769.289%20C%20356.857%201413.061%20561.238%201618.055%20190.537%201927.686%20C%2097.862%202005.094%20131.774%202030.739%20133.536%202036.642%20C%20135.298%202042.545%20104.911%202028.707%2060.178%202164.418%20C%2060.178%202299.632%2052.38%202277.854%2010.612%202366.976%20C%20-72.923%202545.221%20357.079%202590.335%20586.57%202232.762%20C%20816.061%201875.19%20799.828%201357.65%20888.923%20816.338%20C%20978.018%20275.027%201116.552%20270.592%20942.95%2067.516%20C%20769.348%20-135.561%20730.038%20125.518%20543.447%20769.289%20Z%22%20fill%3D%22url(%23idss1369813887_2g-272967842)%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.hero-bg-gradient {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hero-bg-gradient:after {
  content: "";
  display: block;
  -webkit-filter: blur(90px);
  filter: blur(90px);
  flex: none;
  inset: 600px -300px 400px;
  /* opacity: .3; */
  overflow: hidden;
  z-index: -1;
  image-rendering: pixelated;
  height: 1200px;
  left: calc(50.00000000000002% - 2372px / 2);
  top: auto;
  bottom: 0;
  position: absolute;
  width: 2372px;
  image-rendering: pixelated;
  flex-shrink: 0;
  background-size: 100% 100%;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2370 1230" width="2370" height="1230"><title>New Project</title><defs><image width="3800" height="1970" id="img1" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTkwMCA5ODUiPjxwYXRoIGQ9Ik0gMTkwMCA5ODQuOTA1IEwgMCA5ODQuOTA1IEwgMCA1MC4zODEgQyAxNTcuMTU2IDM3OS4zMDQgNTE4LjQ2NiA2MDkuNDIzIDkzOS4wNjggNjA5LjQyMyBDIDEzODAuNTM1IDYwOS40MjMgMTc1Ni42ODIgMzU1LjkwNiAxOTAwIDAuNzE0IFoiIGZpbGw9InJnYigyNTUsIDc3LCAyNTIpIj48L3BhdGg+PC9zdmc+"/><image width="2372" height="1229" id="img2" href="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMjM3MiAxMjI5Ig0KICAgIGlkPSJzdmcxMTUwMzkzMTMzNiI+DQogICAgPGc+DQogICAgICAgIDxkZWZzPg0KICAgICAgICAgICAgPGxpbmVhckdyYWRpZW50IGlkPSJpZHNzMTE1MDM5MzEzMzZfMWcxMjU3NjA0MzQ5IiB4MT0iMC4wMzk3Mzg4Nzk1MDQ1MDQ1MjYiIHgyPSIwLjc4NzEyNjk3MDcyMDcyMDciDQogICAgICAgICAgICAgICAgeTE9IjAuNTIxNzA4MTA5OTIwNjg5OSIgeTI9IjAuNDg2NDU3NzIyNDQ0ODM3NSI+DQogICAgICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAxNTMsIDIxNCkiIHN0b3Atb3BhY2l0eT0iMSI+PC9zdG9wPg0KICAgICAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMC4yNjEzODcwMTg3OTM4NjY0NCIgc3RvcC1jb2xvcj0icmdiKDksIDI0LCAxODQpIiBzdG9wLW9wYWNpdHk9IjEiPjwvc3RvcD4NCiAgICAgICAgICAgICAgICA8c3RvcCBvZmZzZXQ9IjEiDQogICAgICAgICAgICAgICAgICAgIHN0b3AtY29sb3I9InJnYigwLCAxNzAsIDY5KSINCiAgICAgICAgICAgICAgICAgICAgc3RvcC1vcGFjaXR5PSIxIj48L3N0b3A+DQogICAgICAgICAgICA8L2xpbmVhckdyYWRpZW50Pg0KICAgICAgICA8L2RlZnM+DQogICAgICAgIDxwYXRoDQogICAgICAgICAgICBkPSJNIDIzNzIgMTIyOC44ODIgTCAwIDEyMjguODgyIEwgMCA2Mi44NjEgQyAxOTYuMTk3IDQ3My4yNjQgNjQ3LjI2NCA3NjAuMzg3IDExNzIuMzUyIDc2MC4zODcgQyAxNzIzLjQ4OSA3NjAuMzg3IDIxOTMuMDc5IDQ0NC4wNjkgMjM3MiAwLjg5MSBaIg0KICAgICAgICAgICAgZmlsbD0idXJsKCNpZHNzMTE1MDM5MzEzMzZfMWcxMjU3NjA0MzQ5KSI+PC9wYXRoPg0KICAgIDwvZz4NCjwvc3ZnPg=="/></defs><style></style><use id="home-pink-gredient" href="%23img1" style="opacity: 0.1" transform="matrix(.552,0,0,.552,132.719,-4.544)"/><use id="home-gredient-multi" href="%23img2" style="opacity: 0.3" transform="matrix(.999,0,0,.999,0,-557)"/></svg>');
}

[style*="background-color:#172327"] {
  background-color: #1d1f1e !important;
}

.app-footer.cta-section:last-child {
  padding: 120px 0 60px;
}

@media (max-width: 1200px) {
  .wp-front .app-footer .footer-cta {
    max-width: 768px;
  }

  .wp-front .app-footer .footer-cta .titleContent h2 {
    font-size: 53px;
  }

  .wp-front .app-footer .footer-top {
    flex-direction: column;
    gap: 60px;
  }

  .wp-front .app-footer .footer-top .innerTopFooter {
    max-width: 100%;
  }

  .wp-front .app-footer .footer-top .row {
    gap: 40px;
  }

  .wp-front .app-footer .footer-top .row > .col {
    width: calc(25% - 30px);
  }

  #mega-menu-wrap-header-menu-left .mega-menu-toggle {
    display: none;
  }

  #mega-menu-wrap-header-menu-left
    .mega-menu-toggle
    + #mega-menu-header-menu-left {
    display: block;
    background-color: transparent;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-item {
    margin-bottom: 20px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    display: none;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu {
    display: flex;
    padding: 15px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-megamenu
    > ul.mega-sub-menu::before {
    opacity: 0;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-item
    > a.mega-menu-link {
    font-size: 1.25rem;
    line-height: 1.56;
    font-family: "Eina01", sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    color: #000;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-item
    > a.mega-menu-link
    > span.mega-indicator {
    width: 24px;

    margin-left: auto;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 0, 0)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" style="width: 100%; height: 100%;"><polyline points="6 9 12 15 18 9"></polyline></svg>');
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-item
    > a.mega-menu-link:hover {
    color: #00aa45;
    font-weight: 600;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    > ul.mega-sub-menu {
    margin-inline: -15px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    > ul.mega-sub-menu
    > li.mega-menu-column {
    padding-inline: 15px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row
    > ul.mega-sub-menu
    > li.mega-menu-column:not(:first-child) {
    margin-top: 25px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    margin-bottom: 15px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    ul.mega-sub-menu {
    gap: 10px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    color: #000;
  }
}

@media (max-width: 991px) {
  .wp-front .app-footer .footer-bottom > div {
    width: 100%;
    text-align: left;
  }

  .wp-front .app-footer .footer-bottom > div:not(:last-child) {
    margin-bottom: 0;
  }

  .wp-front .app-footer .footer-bottom .footer-bottom_left {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 809px) {
  .wp-front .app-footer {
    padding: 60px 0;
  }

  .wp-front .app-footer .footer-cta .titleContent h2 {
    font-size: 36px;
  }

  .wp-front .app-footer .footer-top .row > .col {
    width: 100%;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row.mega-integration-row
    .integrations
    .details
    .btnBox {
    margin-left: 0;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row.mega-integration-row
    .integrations {
    gap: 24px;
  }

  #mega-menu-wrap-header-menu-left
    #mega-menu-header-menu-left
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row.mega-integration-row
    .integrations
    .details {
    gap: 20px;
  }
}
