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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* Magnific Popup CSS */
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-ready .mfp-iframe-scaler {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog,
.my-mfp-zoom-in.mfp-removing .mfp-iframe-scaler {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.wrapper {
  width: calc(100% - 180px);
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
.wrapper.small {
  max-width: 1080px;
}
.wrapper.smallest {
  max-width: 960px;
}
.wrapper.smallest-2 {
  max-width: 640px;
}
@media (max-width: 1440px) {
  .wrapper {
    width: calc(100% - 120px);
  }
}
@media (max-width: 1280px) {
  .wrapper {
    width: calc(100% - 90px);
  }
}
@media (max-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
  }
}
@media (max-width: 480px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

.all {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

*:focus {
  outline: none;
}

.text > *:nth-child(1) {
  margin-top: 0;
}
.text > *:last-child {
  margin-bottom: 0;
}
.text ul {
  padding-left: 20px;
}
.text img {
  max-width: 100%;
  height: auto;
}

b, strong {
  font-weight: 700;
}

html {
  font-size: 100%;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}

p {
  margin-bottom: 1rem;
}

h1, h2, h3, h4, h5 {
  margin: 3rem 0 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h1 {
  margin-top: 0;
  font-size: 3rem;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 2.5rem;
}
@media (max-width: 1024px) {
  h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.75rem;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  h5 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  h5 {
    font-size: 0.875rem;
  }
}

small, .text_small {
  font-size: 0.75rem;
}

.bg-photo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn {
  display: inline-block;
  text-decoration: none;
  padding: 16px 52px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .btn {
    padding: 16px 32px;
  }
}
@media (max-width: 480px) {
  .btn {
    padding: 16px 24px;
  }
}
.btn.btn-smaller {
  padding: 10px 32px;
  font-size: 14px;
}
@media (max-width: 768px) {
  .btn.btn-smaller {
    padding: 10px 24px;
  }
}
@media (max-width: 480px) {
  .btn.btn-smaller {
    padding: 10px 16px;
  }
}
.btn[style*="--btn-bg"]:hover {
  background-color: var(--btn-color) !important;
  color: var(--btn-bg) !important;
}
.btn.white {
  background: #ffffff;
  color: #30637A;
}
.btn.white:hover {
  background: #30637A;
  color: #ffffff;
}
.btn.electro {
  background: #30637A;
  color: #ffffff;
}
.btn.electro:hover {
  background: #D4A544;
  color: #ffffff;
}

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

.hidden {
  display: none;
}

.grid {
  display: grid;
}
.grid.grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .grid.grid-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .grid.grid-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .grid.grid-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .grid.grid-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .grid.grid-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.grid.gap-16 {
  grid-gap: 16px;
}
.grid.gap-32 {
  grid-gap: 32px;
}
@media (max-width: 480px) {
  .grid.gap-32 {
    grid-gap: 24px;
  }
}
.grid.gap-48 {
  grid-gap: 48px;
}
@media (max-width: 480px) {
  .grid.gap-48 {
    grid-gap: 32px;
  }
}
.grid.gap-64 {
  grid-gap: 64px;
}
@media (max-width: 480px) {
  .grid.gap-64 {
    grid-gap: 48px;
  }
}

header {
  background: #ffffff;
  padding: 24px 0;
}
header.solo .wrapper .right .nav ul li a {
  color: #7a9db1;
}
header.solo .wrapper .right .nav ul li a:hover {
  color: #5e8370;
}
header.solo .wrapper .right .social a svg {
  fill: #7a9db1;
}
header.solo .wrapper .right .social a svg:hover {
  fill: #5e8370;
}
header.solo .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  background: #7a9db1;
}
header.solo .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
  color: #ffffff;
}
header.solo .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li a {
  border: 2px solid #7a9db1;
  background: #ffffff;
}
header.solo .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li a span {
  color: #7a9db1;
}
header.solo .wrapper .right .responsive-btn span {
  background: #7a9db1;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .wrapper .logo {
  display: block;
  text-decoration: none;
}
header .wrapper .logo.solo img {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  header .wrapper .logo.solo img {
    height: 32px;
  }
}
header .wrapper .logo svg {
  height: 40px;
  width: auto;
  display: block;
}
@media (max-width: 1024px) {
  header .wrapper .logo svg {
    height: 32px;
  }
}
header .wrapper .right {
  display: flex;
  align-items: center;
}
header .wrapper .right .nav {
  margin: 0 32px 0 0;
}
@media (max-width: 1024px) {
  header .wrapper .right .nav {
    display: none;
  }
}
header .wrapper .right .nav ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
}
header .wrapper .right .nav ul li {
  margin: 0 24px 0 0;
}
header .wrapper .right .nav ul li:last-child {
  margin: 0;
}
header .wrapper .right .nav ul li a {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #30637A;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
header .wrapper .right .nav ul li a:hover {
  color: #D4A544;
}
header .wrapper .right .social {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header .wrapper .right .social {
    display: none;
  }
}
header .wrapper .right .social a {
  text-decoration: none;
  display: inline-block;
  margin: 0 8px 0 0;
  height: 24px;
}
header .wrapper .right .social a:last-child {
  margin: 0;
}
header .wrapper .right .social a svg {
  width: 24px;
  height: 24px;
  fill: #30637A;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .right .social a svg:hover {
  fill: #D4A544;
}
header .wrapper .right .lang {
  margin: 0 0 0 32px;
}
@media (max-width: 1024px) {
  header .wrapper .right .lang {
    margin: 0 32px 0 0;
  }
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul {
  display: flex;
  grid-gap: 10px;
  align-items: center;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a {
  background: #30637A;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li.wpml-ls-current-language a span {
  color: #ffffff;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li a {
  border: 2px solid #30637A;
  background: #ffffff;
  padding: 0;
  height: 34px;
  width: 34px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .wrapper .right .lang .wpml-ls-legacy-list-horizontal ul li a span {
  color: #30637A;
  line-height: 1;
  display: block;
  text-align: center;
  font-weight: 600;
}
header .wrapper .right .responsive-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 25px;
  height: 15px;
  z-index: 55;
}
@media (max-width: 1024px) {
  header .wrapper .right .responsive-btn {
    display: block;
  }
}
header .wrapper .right .responsive-btn.active span:nth-of-type(1) {
  transform: rotate(45deg);
  top: 6px;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .wrapper .right .responsive-btn.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  bottom: 6px;
}
header .wrapper .right .responsive-btn span {
  width: 25px;
  height: 3px;
  background: #30637A;
  display: block;
  margin: 0 0 3px;
  opacity: 1;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .wrapper .right .responsive-btn span:nth-of-type(1) {
  top: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(2) {
  top: 6px;
  left: 0;
}
header .wrapper .right .responsive-btn span:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
header .wrapper .right .responsive-btn span:last-of-type {
  margin: 0;
}

.responsive-menu {
  display: none;
}
@media (max-width: 1024px) {
  .responsive-menu {
    display: flex;
    overflow: hidden;
    width: 0;
    right: -100vw;
    position: absolute;
    top: 80px;
    background: #f6f6f6;
    height: calc(100% - 80px);
    z-index: 9;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
}
.responsive-menu.solo .wrap .nav ul li a {
  color: #7a9db1;
}
.responsive-menu.solo .wrap .nav ul li a:hover {
  color: #5e8370;
}
.responsive-menu.solo .wrap .social a svg {
  fill: #7a9db1;
}
.responsive-menu.solo .wrap .social a svg:hover {
  fill: #5e8370;
}
.responsive-menu .wrap {
  height: auto;
  padding: 0 48px;
  width: 100%;
}
.responsive-menu .wrap .nav ul {
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-direction: column;
  align-items: center;
  grid-gap: 16px;
}
.responsive-menu .wrap .nav ul li a {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: #30637A;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.responsive-menu .wrap .nav ul li a:hover {
  color: #D4A544;
}
.responsive-menu .wrap .social {
  display: flex;
  align-items: center;
  margin: 32px 0 0;
  justify-content: center;
}
.responsive-menu .wrap .social a {
  text-decoration: none;
  display: inline-block;
  margin: 0 8px 0 0;
}
.responsive-menu .wrap .social a:last-child {
  margin: 0;
}
.responsive-menu .wrap .social a svg {
  width: 24px;
  height: 24px;
  fill: #30637A;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.responsive-menu .wrap .social a svg:hover {
  fill: #D4A544;
}
.responsive-menu.active {
  right: 0;
  width: 60vw;
}
@media (max-width: 480px) {
  .responsive-menu.active {
    width: 100vw;
  }
}

footer {
  padding: 16px;
  background: #ffffff;
}
footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  footer .wrapper {
    flex-direction: column;
    grid-gap: 0;
  }
}
footer .wrapper .single:last-child:after {
  display: none;
}
footer .wrapper .single:after {
  content: "|";
  margin: 0 8px;
}
@media (max-width: 768px) {
  footer .wrapper .single:after {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    background: #000000;
    margin: 16px auto;
  }
}
footer .wrapper .single span {
  font-size: 12px;
  font-size: 0.75rem;
}
footer .wrapper .single span a {
  color: #000000;
}

.single-quote-global.padding-bigger {
  padding: 32px;
}
@media (max-width: 480px) {
  .single-quote-global.padding-bigger {
    padding: 24px;
  }
}
.single-quote-global.design-standard .quote p {
  font-size: var(--quote-font-size, 18px);
}
.single-quote-global.design-standard .author {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin: 24px 0 0;
}
.single-quote-global.design-standard .author .photo {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  flex: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-quote-global.design-standard .author .info span {
  display: block;
  line-height: 1;
}
.single-quote-global.design-standard .author .info span:nth-child(1) {
  font-weight: 700;
}
.single-quote-global.design-standard .author .info span:nth-child(2) {
  margin: 4px 0 0;
}
.single-quote-global.design-v1 {
  --quote-icon-color: var(--icon-color, #000);
  padding: 32px 32px 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #cccccc;
}
@media (max-width: 480px) {
  .single-quote-global.design-v1 {
    padding: 24px 24px 0 24px;
  }
}
.single-quote-global.design-v1 .top-part > *:first-child {
  margin-top: 0 !important;
}
.single-quote-global.design-v1 .top-part .icon {
  margin: 0 0 32px;
}
.single-quote-global.design-v1 .top-part .icon.margin-top-negative {
  margin: -54px 0 24px;
}
@media (max-width: 768px) {
  .single-quote-global.design-v1 .top-part .icon.margin-top-negative {
    margin: -54px 0 16px;
  }
}
@media (max-width: 480px) {
  .single-quote-global.design-v1 .top-part .icon.margin-top-negative {
    margin: -39px 0 16px;
  }
}
.single-quote-global.design-v1 .top-part .icon svg {
  display: block;
  width: auto;
  height: 56px;
}
@media (max-width: 480px) {
  .single-quote-global.design-v1 .top-part .icon svg {
    height: 40px;
  }
}
.single-quote-global.design-v1 .top-part .icon svg * {
  fill: var(--quote-icon-color, #000000);
}
.single-quote-global.design-v1 .top-part .logo {
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.single-quote-global.design-v1 .top-part .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-quote-global.design-v1 .top-part .text {
  margin: 16px 0 0;
}
.single-quote-global.design-v1 .top-part .rating {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  margin: 16px 0 0;
}
.single-quote-global.design-v1 .top-part .rating .stars-wrap {
  display: flex;
  grid-gap: 3px;
}
.single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-1 .star:nth-child(2), .single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-1 .star:nth-child(3), .single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-1 .star:nth-child(4), .single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-1 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-2 .star:nth-child(3), .single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-2 .star:nth-child(4), .single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-2 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-3 .star:nth-child(4), .single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-3 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v1 .top-part .rating .stars-wrap.stars-4 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v1 .top-part .rating .stars-wrap .star svg {
  height: 24px;
  width: auto;
  display: block;
}
.single-quote-global.design-v1 .top-part .rating .stars-wrap .star svg * {
  fill: var(--quote-icon-color, #000000);
}
.single-quote-global.design-v1 .top-part .rating .rating-number {
  font-weight: 700;
  line-height: 1;
}
.single-quote-global.design-v1 .top-part .stats {
  margin: 32px 0 0;
}
.single-quote-global.design-v1 .top-part .stats .big {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}
.single-quote-global.design-v1 .top-part .stats .small {
  display: block;
}
.single-quote-global.design-v1 .bottom-part .link-wrap {
  border-top: 1px solid var(--quote-icon-color, #cccccc);
  width: calc(100% + 64px);
  transform: translateX(-32px);
  padding: 24px 32px;
  margin: 16px 0 0;
}
@media (max-width: 480px) {
  .single-quote-global.design-v1 .bottom-part .link-wrap {
    width: calc(100% + 48px);
    transform: translateX(-24px);
    padding: 24px 24px;
  }
}
.single-quote-global.design-v1 .bottom-part .link-wrap a {
  text-decoration: none;
  font-weight: 700;
}
.single-quote-global.design-v1 .bottom-part .space {
  width: 100%;
  height: 16px;
}
.single-quote-global.design-v1 .bottom-part .author {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  margin: 0;
  width: calc(100% + 64px);
  transform: translateX(-32px);
  padding: 24px 32px;
  border-top: 1px solid var(--quote-icon-color, #cccccc);
}
@media (max-width: 480px) {
  .single-quote-global.design-v1 .bottom-part .author {
    width: calc(100% + 48px);
    transform: translateX(-24px);
    padding: 24px 24px;
  }
}
.single-quote-global.design-v1 .bottom-part .author .photo {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  flex: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-quote-global.design-v1 .bottom-part .author .info {
  display: block;
}
.single-quote-global.design-v1 .bottom-part .author .info span {
  display: block;
  line-height: 1;
}
.single-quote-global.design-v1 .bottom-part .author .info span:nth-child(1) {
  font-weight: 700;
}
.single-quote-global.design-v1 .bottom-part .author .info span:nth-child(2) {
  margin: 4px 0 0;
}
.single-quote-global.design-v2 {
  --quote-icon-color: var(--icon-color, #000);
  padding: 32px 32px 0 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #cccccc;
}
@media (max-width: 480px) {
  .single-quote-global.design-v2 {
    padding: 24px 24px 0 24px;
  }
}
.single-quote-global.design-v2 .top-part .author-icon-wrap {
  display: flex;
  align-items: center;
  grid-gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .single-quote-global.design-v2 .top-part .author-icon-wrap {
    grid-gap: 10px;
  }
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
@media (max-width: 1280px) {
  .single-quote-global.design-v2 .top-part .author-icon-wrap .author {
    grid-gap: 10px;
  }
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .photo {
  border-radius: 100%;
  width: 96px;
  height: 96px;
  flex: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .name-role span {
  display: block;
  line-height: 1;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .name-role span:nth-child(1) {
  font-weight: 700;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .name-role span:nth-child(2) {
  margin: 8px 0 0;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating {
  display: flex;
  align-items: center;
  grid-gap: 12px;
  margin: 8px 0 0;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap {
  display: flex;
  grid-gap: 3px;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-1 .star:nth-child(2), .single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-1 .star:nth-child(3), .single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-1 .star:nth-child(4), .single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-1 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-2 .star:nth-child(3), .single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-2 .star:nth-child(4), .single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-2 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-3 .star:nth-child(4), .single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-3 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap.stars-4 .star:nth-child(5) {
  filter: grayscale(1);
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap .star svg {
  height: 24px;
  width: auto;
  display: block;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .stars-wrap .star svg * {
  fill: var(--quote-icon-color, #000000);
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .author .info .rating .rating-number {
  font-weight: 700;
  line-height: 1;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .icon {
  width: 56px;
  height: 56px;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
@media (max-width: 1280px) {
  .single-quote-global.design-v2 .top-part .author-icon-wrap .icon {
    width: 48px;
    height: 48px;
  }
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .icon svg {
  display: block;
  width: auto;
  height: 32px;
}
.single-quote-global.design-v2 .top-part .author-icon-wrap .icon svg * {
  fill: var(--quote-icon-color, #000000);
}
.single-quote-global.design-v2 .top-part .text {
  margin: 16px 0 0;
}
.single-quote-global.design-v2 .top-part .logo {
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  margin: 16px 0 0;
}
.single-quote-global.design-v2 .top-part .logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-quote-global.design-v2 .top-part .stats {
  margin: 32px 0 0;
}
.single-quote-global.design-v2 .top-part .stats .big {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}
.single-quote-global.design-v2 .top-part .stats .small {
  display: block;
}
.single-quote-global.design-v2 .link-wrap {
  border-top: 1px solid var(--quote-icon-color, #cccccc);
  width: calc(100% + 64px);
  transform: translateX(-32px);
  padding: 24px 32px;
  margin: 16px 0 0;
}
@media (max-width: 480px) {
  .single-quote-global.design-v2 .link-wrap {
    width: calc(100% + 48px);
    transform: translateX(-24px);
    padding: 24px 24px;
  }
}
.single-quote-global.design-v2 .link-wrap a {
  text-decoration: none;
  font-weight: 700;
}
.single-quote-global.design-v2 .space {
  width: 100%;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .single-quote-global.design-v2 .space {
    padding-bottom: 24px;
  }
}

.single-logo-global {
  padding: 20px 20px;
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-logo-global a {
  text-decoration: none;
  display: inline-block;
}
.single-logo-global img {
  width: auto !important;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.single-post-global .photo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: block;
  text-decoration: none;
}
.single-post-global .photo:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.single-post-global .title {
  font-size: 20px;
  font-size: 1.25rem;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  margin: 16px 0 0;
  color: #000000;
}
.single-post-global .small-desc {
  margin: 4px 0 0;
}
.single-linkedin-global img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}

.single-image-global.crop-on {
  overflow: hidden;
  position: relative;
}
.single-image-global.crop-on:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.66%;
}
.single-image-global.crop-on img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  position: absolute;
}
.single-image-global img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}

.links-global {
  display: flex;
  grid-gap: 24px;
  margin: 32px 0 0;
}
@media (max-width: 480px) {
  .links-global {
    flex-direction: column;
    grid-gap: 16px;
    margin: 24px 0 0;
  }
}
.links-global.btn-align-center {
  justify-content: center;
}
.links-global.btn-align-right {
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .links-global .btn {
    width: 100%;
    text-align: center;
  }
}

.popup-global {
  background: #ffffff;
  padding: 40px;
  width: 100%;
  max-width: 720px;
  margin: 24px auto;
}
@media (max-width: 768px) {
  .popup-global {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .popup-global {
    padding: 24px;
  }
}
.popup-global .wrap > *:first-child {
  margin-top: 0;
}
.popup-global .wrap h2 {
  margin: 0;
}
.popup-global .wrap .text {
  margin: 24px 0 0;
}
.popup-global .wrap .form {
  margin: 24px 0 0;
}

.form-wrap-global.dark .single label {
  color: #000000;
}
.form-wrap-global.dark .single .wpcf7-not-valid-tip {
  color: #ff4343;
}
.form-wrap-global.dark .single .wpcf7-form-control-wrap input,
.form-wrap-global.dark .single .wpcf7-form-control-wrap textarea {
  display: block;
  border: 1px solid #000000;
  padding: 8px 16px;
  width: 100%;
  color: #000000;
  background: #ffffff;
}
.form-wrap-global.dark .wpcf7-submit {
  background: #30637A;
  color: #ffffff;
}
.form-wrap-global.dark .wpcf7-submit:hover {
  background: #D4A544;
  color: #ffffff;
}
.form-wrap-global.dark .wpcf7-response-output {
  color: #000000;
}
.form-wrap-global .single {
  margin: 0 0 16px;
}
.form-wrap-global .single:last-child {
  margin: 0;
}
.form-wrap-global .single label {
  color: #ffffff;
  display: block;
  text-align: left;
}
.form-wrap-global .single .wpcf7-not-valid-tip {
  color: #ff4343;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}
.form-wrap-global .single .wpcf7-form-control-wrap {
  display: block;
  margin: 2px 0 0;
}
.form-wrap-global .single .wpcf7-form-control-wrap input,
.form-wrap-global .single .wpcf7-form-control-wrap textarea {
  display: block;
  border: 1px solid transparent;
  padding: 8px 16px;
  width: 100%;
}
.form-wrap-global .wpcf7-submit {
  display: inline-block;
  text-decoration: none;
  padding: 16px 52px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #ffffff;
  color: #30637A;
  border: none;
  margin: 16px 0 0;
}
@media (max-width: 768px) {
  .form-wrap-global .wpcf7-submit {
    padding: 16px 32px;
  }
}
@media (max-width: 480px) {
  .form-wrap-global .wpcf7-submit {
    padding: 16px 24px;
  }
}
.form-wrap-global .wpcf7-submit:hover {
  background: #D4A544;
  color: #ffffff;
}
.form-wrap-global .wpcf7-spinner {
  display: none;
}
.form-wrap-global .wpcf7-response-output {
  padding: 16px 16px;
  margin: 32px 0 0;
  color: #ffffff;
}
@media (max-width: 480px) {
  .form-wrap-global .wpcf7-response-output {
    margin: 24px 0 0;
  }
}

.custom-list-style-global ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.custom-list-style-global ul li {
  position: relative;
  padding-left: 25px;
}
.custom-list-style-global ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent var(--bullet-color, #000);
  width: 0;
  height: 0;
  transform: none;
}

@keyframes lm-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes lm-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.owl-carousel:not(.quote-carousel-2) {
  width: calc(100% - 120px);
  margin: 0 auto;
  --owl-nav-theme: var(--nav-color, var(--section-text, #000));
}
@media (max-width: 768px) {
  .owl-carousel:not(.quote-carousel-2) {
    width: calc(100% - 80px);
  }
}
@media (max-width: 480px) {
  .owl-carousel:not(.quote-carousel-2) {
    width: 100%;
  }
}
.owl-carousel:not(.quote-carousel-2) .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0;
  grid-gap: 10px;
}
@media (max-width: 480px) {
  .owl-carousel:not(.quote-carousel-2) .owl-dots {
    margin: 24px 0 0;
  }
}
.owl-carousel:not(.quote-carousel-2) .owl-dots.disabled {
  display: none !important;
}
.owl-carousel:not(.quote-carousel-2) .owl-dots .owl-dot {
  width: 16px;
  height: 16px;
  border: 2px solid var(--owl-nav-theme);
  border-radius: 100%;
}
.owl-carousel:not(.quote-carousel-2) .owl-dots .owl-dot.active {
  background: var(--owl-nav-theme);
}
.owl-carousel:not(.quote-carousel-2) .owl-nav button {
  position: absolute;
  width: 32px;
  height: 32px;
  border: solid var(--owl-nav-theme) !important;
  border-width: 0 3px 3px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(135deg);
  top: calc(50% - 64px);
}
@media (max-width: 768px) {
  .owl-carousel:not(.quote-carousel-2) .owl-nav button {
    width: 24px;
    height: 24px;
    top: calc(50% - 56px);
  }
}
.owl-carousel:not(.quote-carousel-2) .owl-nav button.owl-prev {
  left: -52px;
}
@media (max-width: 768px) {
  .owl-carousel:not(.quote-carousel-2) .owl-nav button.owl-prev {
    left: -35px;
  }
}
.owl-carousel:not(.quote-carousel-2) .owl-nav button.owl-next {
  right: -52px;
  transform: rotate(315deg);
}
@media (max-width: 768px) {
  .owl-carousel:not(.quote-carousel-2) .owl-nav button.owl-next {
    right: -35px;
  }
}
.h1-h6-global h1 {
  margin: 0 0 24px;
}
.h1-h6-global h2 {
  margin: 0 0 24px;
}
.h1-h6-global h3 {
  margin: 0 0 24px;
}
.h1-h6-global h4 {
  margin: 0 0 24px;
}
.h1-h6-global h5 {
  margin: 0 0 24px;
}
.h1-h6-global h6 {
  margin: 0 0 24px;
}

.sticky-btn {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 16px 40px;
  display: inline-block;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  z-index: 8999;
  text-decoration: none;
  border-bottom: none !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
@media (max-width: 480px) {
  .sticky-btn {
    padding: 16px 24px;
  }
}

body.scrolled-hero .sticky-btn {
  opacity: 1;
  pointer-events: auto;
}

body.has-sticky-btn {
  padding-bottom: 90px;
}

#moove_gdpr_cookie_info_bar {
  border: none !important;
}
.moove_gdpr_cookie_modal_open .moove-gdpr-company-logo-holder {
  display: none;
}
@media (max-width: 480px) {
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
    height: 80px !important;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
    bottom: 80px !important;
  }
  #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    justify-content: flex-start !important;
  }
}

.main.page-home .top-block .wrapper {
  padding: 128px 0 128px;
}
@media (max-width: 1024px) {
  .main.page-home .top-block .wrapper {
    padding: 96px 0 96px;
  }
}
@media (max-width: 480px) {
  .main.page-home .top-block .wrapper {
    padding: 72px 0 72px;
  }
}
.main.page-home .top-block .wrapper .wrap {
  background: #30637A;
  padding: 48px 35px;
  max-width: 720px;
  text-align: center;
  position: relative;
}
@media (max-width: 480px) {
  .main.page-home .top-block .wrapper .wrap {
    padding: 32px 32px;
  }
}
.main.page-home .top-block .wrapper .wrap h2 {
  margin: 0;
  color: #ffffff;
}
.main.page-home .top-block .wrapper .wrap p {
  margin: 16px 0 0;
  color: #ffffff;
}
.main.page-home .top-block .wrapper .wrap .btns {
  display: flex;
  position: absolute;
  justify-content: center;
  bottom: -30px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .main.page-home .top-block .wrapper .wrap .btns {
    flex-direction: column;
    grid-gap: 16px;
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    margin: 16px 0 0;
  }
}
.main.page-home .top-block .wrapper .wrap .btns .btn {
  margin: 0 16px 0 0;
}
@media (max-width: 768px) {
  .main.page-home .top-block .wrapper .wrap .btns .btn {
    margin: 0;
  }
}
.main.page-home .top-block .wrapper .wrap .btns .btn:hover {
  background: #D4A544;
  color: #ffffff;
}
.main.page-home .top-block .wrapper .wrap .btns .btn:last-child {
  margin: 0;
}
.main.page-home .description-block {
  padding: 96px 0 96px;
  background: #f3f3f3;
}
@media (max-width: 1024px) {
  .main.page-home .description-block {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  .main.page-home .description-block {
    padding: 48px 0;
  }
}
.main.page-home .description-block .wrapper .block-title {
  margin: 0;
  text-align: center;
}
.main.page-home .description-block .wrapper .text {
  margin: 48px 0 0;
  text-align: center;
}
@media (max-width: 480px) {
  .main.page-home .description-block .wrapper .text {
    margin: 32px 0 0;
  }
}
.main.page-home .description-block .wrapper .center-btn {
  margin: 48px 0 0;
}
@media (max-width: 480px) {
  .main.page-home .description-block .wrapper .center-btn {
    margin: 32px 0 0;
  }
}
.main.page-home .brands-block {
  padding: 96px 0 96px;
}
@media (max-width: 1024px) {
  .main.page-home .brands-block {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  .main.page-home .brands-block {
    padding: 48px 0;
  }
}
.main.page-home .brands-block .wrapper .block-title {
  text-align: center;
  margin: 0;
}
.main.page-home .brands-block .wrapper .brands {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 24px;
}
@media (max-width: 1024px) {
  .main.page-home .brands-block .wrapper .brands {
    grid-gap: 16px;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .main.page-home .brands-block .wrapper .brands {
    flex-direction: column;
    margin: 32px 0 0;
    grid-gap: 24px;
  }
}
.main.page-home .brands-block .wrapper .brands .single {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 120px;
}
@media (max-width: 1024px) {
  .main.page-home .brands-block .wrapper .brands .single {
    width: 130px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  .main.page-home .brands-block .wrapper .brands .single {
    width: auto;
    height: auto;
  }
}
.main.page-home .brands-block .wrapper .brands .single img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 480px) {
  .main.page-home .brands-block .wrapper .brands .single img {
    max-width: 200px;
    max-height: 100px;
  }
}
.main.page-home .problems-block {
  padding: 96px 0 96px;
  background: #14283c;
}
@media (max-width: 1024px) {
  .main.page-home .problems-block {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  .main.page-home .problems-block {
    padding: 48px 0;
  }
}
.main.page-home .problems-block .wrapper .block-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.main.page-home .problems-block .wrapper .problems {
  margin: 48px 0 0;
}
@media (max-width: 480px) {
  .main.page-home .problems-block .wrapper .problems {
    margin: 32px 0 0;
  }
}
.main.page-home .problems-block .wrapper .problems .single {
  margin: 0 0 24px;
}
.main.page-home .problems-block .wrapper .problems .single:last-child {
  margin: 0;
}
.main.page-home .problems-block .wrapper .problems .single p {
  margin: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  position: relative;
}
.main.page-home .problems-block .wrapper .problems .single p:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/icon-check.svg");
  margin: 0 8px 0 0;
  position: absolute;
  left: 0;
  top: -2px;
}
.main.page-home .cta-block {
  padding: 48px 0 48px;
}
@media (max-width: 480px) {
  .main.page-home .cta-block {
    padding: 32px 0 32px;
  }
}
.main.page-home .cta-block .wrapper {
  text-align: center;
}
.main.page-home .cta-block .wrapper h3 {
  color: #30637A;
  text-align: center;
  margin: 0;
}
.main.page-home .cta-block .wrapper .btn {
  margin: 24px 0 0;
}
.main.page-home .iceberg-block {
  padding: 96px 0 96px;
  background: #14283c;
}
@media (max-width: 1024px) {
  .main.page-home .iceberg-block {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  .main.page-home .iceberg-block {
    padding: 48px 0;
  }
}
.main.page-home .iceberg-block .wrapper .block-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.main.page-home .iceberg-block .wrapper .wrap {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-home .iceberg-block .wrapper .wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
    margin: 32px 0 0;
  }
}
.main.page-home .iceberg-block .wrapper .wrap .left {
  width: calc(66.6666666667% - 48px);
}
@media (max-width: 768px) {
  .main.page-home .iceberg-block .wrapper .wrap .left {
    width: 100%;
  }
}
.main.page-home .iceberg-block .wrapper .wrap .left .text {
  color: #ffffff;
}
.main.page-home .iceberg-block .wrapper .wrap .left .text * {
  color: #ffffff;
}
.main.page-home .iceberg-block .wrapper .wrap .right {
  width: calc(33.3333333333% - 48px);
}
@media (max-width: 768px) {
  .main.page-home .iceberg-block .wrapper .wrap .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main.page-home .iceberg-block .wrapper .wrap .right .iceberg {
    display: flex;
    flex-direction: column;
  }
}
.main.page-home .iceberg-block .wrapper .wrap .right .iceberg .top {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  background: #D4A544;
  margin: 0 0 8px;
  padding: 8px 8px;
}
.main.page-home .iceberg-block .wrapper .wrap .right .iceberg .bottom span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  background: #30637A;
  margin: 0 0 8px;
  padding: 8px 8px;
}
.main.page-home .iceberg-block .wrapper .wrap .right .iceberg .bottom span:last-child {
  margin: 0;
}
.main.page-home .statistics-block {
  background: #f3f3f3;
  padding: 96px 0 96px;
}
@media (max-width: 1024px) {
  .main.page-home .statistics-block {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  .main.page-home .statistics-block {
    padding: 48px 0;
  }
}
.main.page-home .statistics-block .wrapper .block-title {
  margin: 0;
  text-align: center;
}
.main.page-home .statistics-block .wrapper .statistics {
  margin: 48px 0 0;
  display: grid;
}
.main.page-home .statistics-block .wrapper .statistics .single .number {
  font-size: 32px;
  font-size: 2rem;
  display: block;
  color: #D4A544;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}
.main.page-home .statistics-block .wrapper .statistics .single p {
  text-align: center;
  margin: 16px 0 0;
}
.main.page-home .help-block {
  padding: 96px 0 96px;
  background: #14283c;
}
@media (max-width: 1024px) {
  .main.page-home .help-block {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  .main.page-home .help-block {
    padding: 48px 0;
  }
}
.main.page-home .help-block .wrapper .block-title {
  color: #ffffff;
  margin: 0;
  text-align: center;
}
.main.page-home .help-block .wrapper .help {
  margin: 48px 0 0;
}
.main.page-home .help-block .wrapper .help .single .icon-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.main.page-home .help-block .wrapper .help .single .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.main.page-home .help-block .wrapper .help .single .title {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
  margin: 16px 0 0;
}
.main.page-home .help-block .wrapper .help .single p {
  margin: 16px;
  text-align: center;
  color: #ffffff;
}
.main.page-home .form-block {
  background: #30637A;
  padding: 96px 0 96px;
}
@media (max-width: 1024px) {
  .main.page-home .form-block {
    padding: 72px 0 72px;
  }
}
@media (max-width: 480px) {
  .main.page-home .form-block {
    padding: 48px 0;
  }
}
.main.page-home .form-block .wrapper {
  max-width: 500px;
}
.main.page-home .form-block .wrapper .wrap .block-title {
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.main.page-home .form-block .wrapper .wrap .text {
  margin: 16px 0 0;
}
.main.page-home .form-block .wrapper .wrap .text p {
  color: #ffffff;
  text-align: center;
}
.main.page-home .form-block .wrapper .wrap .form {
  margin: 48px 0 0;
  text-align: center;
}
.main.page-home .form-block .wrapper .wrap .form .single {
  margin: 0 0 16px;
}
.main.page-home .form-block .wrapper .wrap .form .single:last-child {
  margin: 0;
}
.main.page-home .form-block .wrapper .wrap .form .single label {
  color: #ffffff;
  display: block;
  text-align: left;
}
.main.page-home .form-block .wrapper .wrap .form .single .wpcf7-not-valid-tip {
  color: #ff4343;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
}
.main.page-home .form-block .wrapper .wrap .form .single .wpcf7-form-control-wrap {
  display: block;
  margin: 2px 0 0;
}
.main.page-home .form-block .wrapper .wrap .form .single .wpcf7-form-control-wrap input,
.main.page-home .form-block .wrapper .wrap .form .single .wpcf7-form-control-wrap textarea {
  display: block;
  border: none;
  padding: 8px 16px;
  width: 100%;
}
.main.page-home .form-block .wrapper .wrap .form .wpcf7-submit {
  display: inline-block;
  text-decoration: none;
  padding: 16px 52px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background: #ffffff;
  color: #30637A;
  border: none;
  margin: 16px 0 0;
}
.main.page-home .form-block .wrapper .wrap .form .wpcf7-submit:hover {
  background: #D4A544;
  color: #ffffff;
}
.main.page-home .form-block .wrapper .wrap .form .wpcf7-spinner {
  display: none;
}
.main.page-home .form-block .wrapper .wrap .form .wpcf7-response-output {
  padding: 16px 16px;
  margin: 32px 0 0;
  color: #ffffff;
}

.main.page-dynamic section {
  color: var(--section-text, inherit);
}
.main.page-dynamic section * {
  color: inherit;
}
.main.page-dynamic section.pad-top-none {
  padding-top: 0;
}
.main.page-dynamic section.pad-top-0 {
  padding-top: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic section.pad-top-0 {
    padding-top: 36px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic section.pad-top-0 {
    padding-top: 24px;
  }
}
.main.page-dynamic section.pad-top-1 {
  padding-top: 96px;
}
@media (max-width: 1024px) {
  .main.page-dynamic section.pad-top-1 {
    padding-top: 72px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic section.pad-top-1 {
    padding-top: 48px;
  }
}
.main.page-dynamic section.pad-top-2 {
  padding-top: 144px;
}
@media (max-width: 1024px) {
  .main.page-dynamic section.pad-top-2 {
    padding-top: 108px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic section.pad-top-2 {
    padding-top: 72px;
  }
}
.main.page-dynamic section.pad-bottom-none {
  padding-bottom: 0;
}
.main.page-dynamic section.pad-bottom-0 {
  padding-bottom: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic section.pad-bottom-0 {
    padding-bottom: 36px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic section.pad-bottom-0 {
    padding-bottom: 24px;
  }
}
.main.page-dynamic section.pad-bottom-1 {
  padding-bottom: 96px;
}
@media (max-width: 1024px) {
  .main.page-dynamic section.pad-bottom-1 {
    padding-bottom: 72px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic section.pad-bottom-1 {
    padding-bottom: 48px;
  }
}
.main.page-dynamic section.pad-bottom-2 {
  padding-bottom: 144px;
}
@media (max-width: 1024px) {
  .main.page-dynamic section.pad-bottom-2 {
    padding-bottom: 108px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic section.pad-bottom-2 {
    padding-bottom: 72px;
  }
}
.main.page-dynamic .hero-section {
  position: relative;
}
.main.page-dynamic .hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .main.page-dynamic .hero-section .hero-bg.only-desktop {
    display: none;
  }
}
.main.page-dynamic .hero-section .hero-bg.only-mobile {
  display: none;
}
@media (max-width: 768px) {
  .main.page-dynamic .hero-section .hero-bg.only-mobile {
    display: block;
  }
}
.main.page-dynamic .hero-section .hero-bg.photo-left {
  background-position-x: left;
}
.main.page-dynamic .hero-section .hero-bg.photo-x-center {
  background-position-x: center;
}
.main.page-dynamic .hero-section .hero-bg.photo-right {
  background-position-x: right;
}
.main.page-dynamic .hero-section .hero-bg.photo-top {
  background-position-y: top;
}
.main.page-dynamic .hero-section .hero-bg.photo-y-center {
  background-position-y: center;
}
.main.page-dynamic .hero-section .hero-bg.photo-right {
  background-position-y: bottom;
}
.main.page-dynamic .hero-section .hero-bg .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main.page-dynamic .hero-section .wrapper {
  z-index: 2;
  position: relative;
  display: flex;
}
.main.page-dynamic .hero-section .wrapper.text-center {
  justify-content: center;
}
.main.page-dynamic .hero-section .wrapper.text-center * {
  text-align: center;
}
.main.page-dynamic .hero-section .wrapper.text-right {
  justify-content: flex-end;
}
.main.page-dynamic .hero-section .wrapper.text-right * {
  text-align: right;
}
.main.page-dynamic .hero-section .wrapper .wrap {
  max-width: 720px;
  width: 100%;
}
.main.page-dynamic .hero-section .wrapper .wrap h1 {
  margin: 0;
}
.main.page-dynamic .hero-section .wrapper .wrap .text {
  margin: 32px 0 0;
}
.main.page-dynamic .hero-section .wrapper .wrap .text.top-text {
  margin: 0 0 32px;
}
.main.page-dynamic .heading-section .wrapper.small h1, .main.page-dynamic .heading-section .wrapper.small h2 {
  max-width: 720px;
}
.main.page-dynamic .heading-section .wrapper.medium h1, .main.page-dynamic .heading-section .wrapper.medium h2 {
  max-width: 1024px;
}
.main.page-dynamic .heading-section .wrapper.full h1, .main.page-dynamic .heading-section .wrapper.full h2 {
  max-width: 100%;
}
.main.page-dynamic .heading-section .wrapper.text-center {
  display: flex;
  justify-content: center;
}
.main.page-dynamic .heading-section .wrapper.text-center * {
  text-align: center;
}
.main.page-dynamic .heading-section .wrapper.text-right {
  display: flex;
  justify-content: flex-end;
}
.main.page-dynamic .heading-section .wrapper.text-right * {
  text-align: right;
}
.main.page-dynamic .heading-section .wrapper h2, .main.page-dynamic .heading-section .wrapper h1 {
  margin: 0;
  width: 100%;
}
.main.page-dynamic .text-1-column-section .wrapper.width-smaller {
  max-width: 1024px;
}
.main.page-dynamic .text-1-column-section .wrapper .desc img {
  border-radius: var(--img-radius, 0px);
}
.main.page-dynamic .text-1-column-section .wrapper .desc span {
  color: var(--span-color);
  background-color: var(--span-bg);
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section.reverse-mobile .wrapper .col:nth-child(1) {
    order: 2;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section.reverse-mobile .wrapper .col:nth-child(2) {
    order: 1;
  }
}
.main.page-dynamic .text-2-columns-section .wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .text-2-columns-section .wrapper {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section .wrapper {
    grid-gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .text-2-columns-section .wrapper.vertical-align-center {
  align-items: center;
}
.main.page-dynamic .text-2-columns-section .wrapper.vertical-align-bottom {
  align-items: flex-end;
}
.main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 {
    display: grid;
  }
}
.main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 .col:nth-child(1) {
  width: calc(33.3333333333% - 24px);
}
@media (max-width: 1024px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 .col:nth-child(1) {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 .col:nth-child(1) {
    width: 100%;
  }
}
.main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 .col:nth-child(2) {
  width: calc(66.6666666667% - 24px);
}
@media (max-width: 1024px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 .col:nth-child(2) {
    width: calc(66.6666666667% - 16px);
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-33-66 .col:nth-child(2) {
    width: 100%;
  }
}
.main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 {
    display: grid;
  }
}
.main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 .col:nth-child(1) {
  width: calc(66.6666666667% - 24px);
}
@media (max-width: 1024px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 .col:nth-child(1) {
    width: calc(66.6666666667% - 16px);
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 .col:nth-child(1) {
    width: 100%;
  }
}
.main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 .col:nth-child(2) {
  width: calc(33.3333333333% - 24px);
}
@media (max-width: 1024px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 .col:nth-child(2) {
    width: calc(33.3333333333% - 16px);
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .text-2-columns-section .wrapper.column-width-66-33 .col:nth-child(2) {
    width: 100%;
  }
}
.main.page-dynamic .text-2-columns-section .wrapper .col .desc img {
  border-radius: var(--img-radius, 0px);
}
.main.page-dynamic .text-2-columns-section .wrapper .col .desc span {
  color: var(--span-color);
  background-color: var(--span-bg);
}
.main.page-dynamic .quotes-section .wrapper .grid {
  display: grid;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .quotes-section .wrapper .grid {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .quotes-section .wrapper .grid {
    grid-gap: 24px;
  }
}
.main.page-dynamic .quotes-section .wrapper .grid.width-narrow {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
.main.page-dynamic .quotes-section .wrapper .grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .main.page-dynamic .quotes-section .wrapper .grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .quotes-section .wrapper .grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .quotes-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .quotes-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-2 {
  --owl-nav-theme: var(--nav-color, #000);
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-2 .owl-item .single-quote-global {
  margin: 20px 12px 40px;
  /* bottom margin = room for shadow */
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
  opacity: 0.65;
  transform: translateY(0);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-2 .owl-item.active .single-quote-global--active {
  opacity: 1;
  /* Move card UP — adjust the value to taste */
  transform: translateY(-22px);
  /* Bigger, deeper shadow */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18), 0 8px 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .main.page-dynamic .quotes-section .wrapper .quote-carousel-2 .owl-item.active .single-quote-global--active {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.18), 0 8px 24px rgba(0, 0, 0, 0.1);
  }
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 auto 0;
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
  flex-shrink: 0;
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-arrow:hover {
  border-color: var(--owl-nav-theme, #000);
  background: var(--owl-nav-theme, #000);
  transform: scale(1.08);
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-arrow:hover svg path {
  stroke: #fff;
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-arrow svg {
  width: 18px;
  height: 18px;
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-arrow svg path {
  stroke: var(--owl-nav-theme, #000);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  transition: stroke 0.2s;
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-dots .carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s, width 0.25s;
  border: none;
  padding: 0;
}
.main.page-dynamic .quotes-section .wrapper .quote-carousel-nav .carousel-dots .carousel-dot.is-active {
  background: var(--owl-nav-theme, #000);
  width: 24px;
  /* pill shape when active */
  border-radius: 4px;
}
.main.page-dynamic .logos-section .wrapper .grid {
  display: grid;
  grid-gap: 32px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .logos-section .wrapper .grid {
    grid-gap: 24px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .logos-section .wrapper .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .main.page-dynamic .logos-section .wrapper .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper {
  overflow: hidden;
  width: 100%;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper .wrap-infinite-logos {
  display: flex;
  width: 100%;
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper .wrap-infinite-logos .lm-track {
  display: flex;
  align-items: center;
  width: max-content;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper .wrap-infinite-logos .lm-track.lm-track--left {
  animation: lm-scroll-left 40s linear infinite;
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper .wrap-infinite-logos .lm-track.lm-track--right {
  animation: lm-scroll-right 40s linear infinite;
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper .wrap-infinite-logos .lm-track .lm-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 20px 20px;
  height: 100px;
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper .wrap-infinite-logos .lm-track .lm-item a {
  display: flex;
  align-items: center;
}
.main.page-dynamic .logos-section .wrapper .infinite-carousel-wrapper .wrap-infinite-logos .lm-track .lm-item img {
  display: block;
  max-width: 120px;
  transition: filter 0.3s ease;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
  width: auto !important;
  height: auto;
  display: block;
  max-height: 100%;
}
.main.page-dynamic .facts-section {
  position: relative;
}
.main.page-dynamic .facts-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main.page-dynamic .facts-section .hero-bg.photo-left {
  background-position-x: left;
}
.main.page-dynamic .facts-section .hero-bg.photo-x-center {
  background-position-x: center;
}
.main.page-dynamic .facts-section .hero-bg.photo-right {
  background-position-x: right;
}
.main.page-dynamic .facts-section .hero-bg.photo-top {
  background-position-y: top;
}
.main.page-dynamic .facts-section .hero-bg.photo-y-center {
  background-position-y: center;
}
.main.page-dynamic .facts-section .hero-bg.photo-right {
  background-position-y: bottom;
}
.main.page-dynamic .facts-section .hero-bg .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main.page-dynamic .facts-section.grid-2 .wrapper .grid .single img {
  display: none;
}
.main.page-dynamic .facts-section.grid-2 .wrapper .grid .single .title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2;
}
.main.page-dynamic .facts-section .wrapper {
  position: relative;
  z-index: 2;
}
.main.page-dynamic .facts-section .wrapper .grid {
  display: grid;
  grid-gap: 32px;
  max-width: 1024px;
  margin: 0 auto;
}
.main.page-dynamic .facts-section .wrapper .grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 480px) {
  .main.page-dynamic .facts-section .wrapper .grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .facts-section .wrapper .grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .facts-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .facts-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .facts-section .wrapper .grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .facts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 900px) {
  .main.page-dynamic .facts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .facts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .facts-section .wrapper .grid .single img {
  height: 64px;
  width: auto;
  display: block;
  margin: 0 auto 24px;
}
.main.page-dynamic .facts-section .wrapper .grid .single .title {
  display: block;
  font-weight: 700;
  text-align: center;
}
.main.page-dynamic .facts-section .wrapper .grid .single .title span {
  color: var(--span-color);
  background-color: var(--span-bg);
}
.main.page-dynamic .facts-section .wrapper .grid .single p {
  margin: 16px 0 0;
  font-weight: 600;
  text-align: center;
}
.main.page-dynamic .facts-section .wrapper .grid .single p span {
  color: var(--span-color);
  background-color: var(--span-bg);
}
.main.page-dynamic .accordion-section {
  position: relative;
}
.main.page-dynamic .accordion-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.main.page-dynamic .accordion-section .hero-bg.photo-left {
  background-position-x: left;
}
.main.page-dynamic .accordion-section .hero-bg.photo-x-center {
  background-position-x: center;
}
.main.page-dynamic .accordion-section .hero-bg.photo-right {
  background-position-x: right;
}
.main.page-dynamic .accordion-section .hero-bg.photo-top {
  background-position-y: top;
}
.main.page-dynamic .accordion-section .hero-bg.photo-y-center {
  background-position-y: center;
}
.main.page-dynamic .accordion-section .hero-bg.photo-right {
  background-position-y: bottom;
}
.main.page-dynamic .accordion-section .hero-bg .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.main.page-dynamic .accordion-section .wrapper {
  position: relative;
  z-index: 2;
}
.main.page-dynamic .accordion-section .wrapper .accordion {
  max-width: 1024px;
  margin: 0 auto;
}
.main.page-dynamic .accordion-section .wrapper .accordion .single {
  border-bottom: 1px solid var(--line-color, #000000);
}
.main.page-dynamic .accordion-section .wrapper .accordion .single:last-child {
  border: none;
}
.main.page-dynamic .accordion-section .wrapper .accordion .single .header {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.main.page-dynamic .accordion-section .wrapper .accordion .single .header.ui-state-active .state {
  transform: rotate(225deg);
  margin-top: 0;
}
.main.page-dynamic .accordion-section .wrapper .accordion .single .header h4 {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 32px 16px 0;
}
.main.page-dynamic .accordion-section .wrapper .accordion .single .header .state {
  border: solid var(--section-text, #000);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: -6px;
}
.main.page-dynamic .accordion-section .wrapper .accordion .single .acc-text {
  padding: 0 0 16px;
}
.main.page-dynamic .schema-section .wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main.page-dynamic .schema-section .wrapper img.desktop {
    display: none;
  }
}
.main.page-dynamic .schema-section .wrapper img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .main.page-dynamic .schema-section .wrapper img.mobile {
    display: block;
  }
}
.main.page-dynamic .featured-text-section.design-2 .wrapper {
  flex-direction: column;
}
.main.page-dynamic .featured-text-section.design-2 .wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .main.page-dynamic .featured-text-section.design-2 .wrapper .top {
    flex-direction: column;
    grid-gap: 16px;
    align-items: flex-start;
  }
}
.main.page-dynamic .featured-text-section.design-2 .wrapper .top h2 {
  line-height: 1.15;
}
@media (max-width: 768px) {
  .main.page-dynamic .featured-text-section.design-2 .wrapper .top h2 {
    order: 2;
  }
}
.main.page-dynamic .featured-text-section.design-2 .wrapper .top img {
  width: auto;
  display: block;
  flex: none;
}
@media (max-width: 768px) {
  .main.page-dynamic .featured-text-section.design-2 .wrapper .top img {
    order: 1;
  }
}
.main.page-dynamic .featured-text-section .wrapper {
  max-width: 900px;
  display: flex;
  grid-gap: 24px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .main.page-dynamic .featured-text-section .wrapper {
    flex-direction: column;
  }
}
.main.page-dynamic .featured-text-section .wrapper .top {
  width: 300px;
  flex: none;
}
@media (max-width: 768px) {
  .main.page-dynamic .featured-text-section .wrapper .top {
    width: 100%;
  }
}
.main.page-dynamic .featured-text-section .wrapper .top h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 1024px) {
  .main.page-dynamic .featured-text-section .wrapper .top h2 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .featured-text-section .wrapper .top h2 {
    font-size: 1.75rem;
  }
}
.main.page-dynamic .text-rows-section.col-1 .wrapper {
  max-width: 656px;
}
.main.page-dynamic .text-rows-section.col-2 .wrapper {
  max-width: 1360px;
}
.main.page-dynamic .text-rows-section.col-2 .wrapper .wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .text-rows-section.col-2 .wrapper .wrap {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .text-rows-section.col-2 .wrapper .wrap {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 24px;
  }
}
.main.page-dynamic .text-rows-section.design-vertical .wrapper .wrap .list {
  grid-gap: 32px;
}
.main.page-dynamic .text-rows-section.design-vertical .wrapper .wrap .list .single {
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 16px;
}
.main.page-dynamic .text-rows-section .wrapper .wrap .list {
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
.main.page-dynamic .text-rows-section .wrapper .wrap .list .single {
  display: flex;
  align-items: center;
  grid-gap: 24px;
}
.main.page-dynamic .text-rows-section .wrapper .wrap .list .single .icon-wrap {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.main.page-dynamic .text-rows-section .wrapper .wrap .list .single .icon-wrap img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.main.page-dynamic .cta-section .wrapper {
  max-width: 1024px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .main.page-dynamic .cta-section .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.main.page-dynamic .cta-section .wrapper h2, .main.page-dynamic .cta-section .wrapper h3, .main.page-dynamic .cta-section .wrapper h4 {
  margin: 0;
}
@media (max-width: 768px) {
  .main.page-dynamic .cta-section .wrapper h2, .main.page-dynamic .cta-section .wrapper h3, .main.page-dynamic .cta-section .wrapper h4 {
    text-align: center;
  }
}
.main.page-dynamic .cta-section .wrapper .btn {
  white-space: nowrap;
}
.main.page-dynamic .posts-section .wrapper .grid {
  display: grid;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .posts-section .wrapper .grid {
    grid-gap: 32px;
  }
}
.main.page-dynamic .posts-section .wrapper .grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 480px) {
  .main.page-dynamic .posts-section .wrapper .grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .posts-section .wrapper .grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .main.page-dynamic .posts-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .posts-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .posts-section .wrapper .grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .posts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .posts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .posts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .grid {
  display: grid;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .grid {
    grid-gap: 32px;
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 480px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .masonry {
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry {
    grid-gap: 32px;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry {
    grid-gap: 24px;
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-2 {
  column-count: 2;
}
@media (max-width: 480px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-2 {
    column-count: 1;
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-3 {
  column-count: 3;
}
@media (max-width: 768px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-3 {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-3 {
    column-count: 1;
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-4 {
  column-count: 4;
}
@media (max-width: 1024px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-4 {
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-4 {
    column-count: 2;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry.cols-4 {
    column-count: 1;
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .masonry .single-linkedin-global {
  break-inside: avoid;
  /* Prevents items from splitting across columns */
  margin-bottom: 48px;
  width: 100%;
}
@media (max-width: 1024px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry .single-linkedin-global {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .linkedin-posts-section .wrapper .masonry .single-linkedin-global {
    margin-bottom: 24px;
  }
}
.main.page-dynamic .linkedin-posts-section .wrapper .masonry .single-linkedin-global img {
  width: 100%;
  height: auto;
  display: block;
}
.main.page-dynamic .linkedin-posts-section .wrapper .photos-carousel .owl-dots .owl-dot {
  border: 2px solid var(--carousel-dots, #000000);
}
.main.page-dynamic .linkedin-posts-section .wrapper .photos-carousel .owl-dots .owl-dot.active {
  background: var(--carousel-dots, #000000);
}
.main.page-dynamic .linkedin-posts-section .wrapper .photos-carousel .owl-nav button {
  border-color: var(--carousel-dots, #000000) !important;
}
.main.page-dynamic .single-image-section.width-full .wrapper {
  width: 100%;
}
.main.page-dynamic .single-image-section.width-full .wrapper img {
  width: 100%;
}
.main.page-dynamic .single-image-section .wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
}
.main.page-dynamic .multi-images-section .wrapper .grid {
  display: grid;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .multi-images-section .wrapper .grid {
    grid-gap: 32px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .multi-images-section .wrapper .grid {
    grid-gap: 24px;
  }
}
.main.page-dynamic .multi-images-section .wrapper .grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 480px) {
  .main.page-dynamic .multi-images-section .wrapper .grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .multi-images-section .wrapper .grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .main.page-dynamic .multi-images-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .multi-images-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .multi-images-section .wrapper .grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .multi-images-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .multi-images-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .multi-images-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .pdf-section .wrapper h3 {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  margin: 0 auto 24px;
  max-width: 720px;
}
.main.page-dynamic .pdf-section .wrapper .pdf-wrap {
  display: flex;
  justify-content: center;
}
.main.page-dynamic .pdf-section .wrapper .pdf-wrap .df-popup-thumb {
  padding: 0;
  width: 100%;
  max-width: 480px;
}
.main.page-dynamic .video-section .wrapper .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.main.page-dynamic .video-section .wrapper .responsive-video iframe, .main.page-dynamic .video-section .wrapper .responsive-video object, .main.page-dynamic .video-section .wrapper .responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main.page-dynamic .contact-form-section .wrapper .form-wrap-global {
  max-width: 640px;
  margin: 0 auto;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid {
  display: grid;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid {
    grid-gap: 32px;
  }
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 600px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-2.mobile-carousel {
    display: block !important;
  }
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-3.mobile-carousel {
    display: block !important;
  }
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 600px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid.cols-4.mobile-carousel {
    display: block !important;
  }
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid.mobile-carousel .owl-dots .owl-dot {
  border: 2px solid var(--carousel-dots, #000000);
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid.mobile-carousel .owl-dots .owl-dot.active {
  background: var(--carousel-dots, #000000);
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block {
  padding: 40px;
  display: flex;
  flex-direction: column;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block {
    padding: 24px;
  }
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block.padding-zero {
  padding: 0;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .desc * {
  color: var(--text-color, #000000) !important;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .desc span {
  color: var(--span-color, inherit) !important;
  background-color: var(--span-bg);
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons.horizontal {
  justify-content: center;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons.vertical .single-row {
  flex-direction: column;
  justify-content: center;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons.left {
  align-items: flex-start;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons.center {
  align-items: center;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons.right {
  align-items: flex-end;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons .single-row {
  display: flex;
  grid-gap: 12px;
  align-items: center;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons .single-row .icon-wrap {
  flex: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons .single-row .icon-wrap:after {
  content: "";
  padding-bottom: 100%;
  width: 100%;
  display: block;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons .single-row .icon-wrap img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons .single-row .title {
  font-weight: 600;
  color: var(--text-color, #000000) !important;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .list-icons .single-row .title span {
  color: var(--span-color, inherit) !important;
  background-color: var(--span-bg);
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .img-wrap {
  display: flex;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .img-wrap.align-center {
  justify-content: center;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .img-wrap.align-right {
  justify-content: flex-end;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .img-wrap img {
  width: 100%;
  max-width: 100%;
  display: block;
  height: auto;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .btn-wrap {
  display: flex;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .btn-wrap.align-center {
  justify-content: center;
}
.main.page-dynamic .dynamic-blocks-section .wrapper .grid .single-dynamic-block .btn-wrap.align-right {
  justify-content: flex-end;
}
.main.page-dynamic .points-section .wrapper .problems {
  max-width: 960px;
  margin: 0 auto;
}
.main.page-dynamic .points-section .wrapper .problems .single {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
}
.main.page-dynamic .points-section .wrapper .problems .single:last-child {
  margin: 0;
}
.main.page-dynamic .points-section .wrapper .problems .single .icon-wrap {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  flex: none;
}
.main.page-dynamic .points-section .wrapper .problems .single .icon-wrap svg {
  display: block;
  width: 32px;
  height: 32px;
}
.main.page-dynamic .points-section .wrapper .problems .single .icon-wrap svg * {
  fill: var(--section-text, inherit);
}
.main.page-dynamic .points-section .wrapper .problems .single p {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
}
.main.page-dynamic .description-points-bg-section .wrapper .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main.page-dynamic .description-points-bg-section .wrapper .wrap.align-right .left {
  order: 2;
}
.main.page-dynamic .description-points-bg-section .wrapper .wrap.align-right .right {
  order: 1;
}
@media (max-width: 768px) {
  .main.page-dynamic .description-points-bg-section .wrapper .wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 24px;
  }
}
.main.page-dynamic .description-points-bg-section .wrapper .wrap .left {
  width: calc(66.6666666667% - 48px);
}
@media (max-width: 768px) {
  .main.page-dynamic .description-points-bg-section .wrapper .wrap .left {
    width: 100%;
  }
}
.main.page-dynamic .description-points-bg-section .wrapper .wrap .right {
  width: calc(33.3333333333% - 48px);
}
@media (max-width: 768px) {
  .main.page-dynamic .description-points-bg-section .wrapper .wrap .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main.page-dynamic .description-points-bg-section .wrapper .wrap .right .iceberg {
    display: flex;
    flex-direction: column;
  }
}
.main.page-dynamic .description-points-bg-section .wrapper .wrap .right .iceberg .bottom span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 8px;
  padding: 8px 8px;
}
.main.page-dynamic .description-points-bg-section .wrapper .wrap .right .iceberg .bottom span:last-child {
  margin: 0;
}
.main.page-dynamic .fixed-btn-section .wrapper .grid {
  display: grid;
  grid-gap: 48px;
}
@media (max-width: 1024px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid {
    grid-gap: 32px;
  }
}
.main.page-dynamic .fixed-btn-section .wrapper .grid.cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 768px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid.cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .fixed-btn-section .wrapper .grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid.cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .fixed-btn-section .wrapper .grid.cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media (max-width: 1024px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid.cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.main.page-dynamic .fixed-btn-section .wrapper .grid .single {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--block-bg);
  border-radius: var(--block-radius, 0px);
  padding: 40px;
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid .single {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .main.page-dynamic .fixed-btn-section .wrapper .grid .single {
    padding: 24px;
  }
}
.main.page-dynamic .fixed-btn-section .wrapper .grid .single .top {
  flex: 1;
}
.main.page-dynamic .fixed-btn-section .wrapper .grid .single .top span {
  color: var(--span-color);
  background-color: var(--span-bg);
}
.main.page-dynamic .fixed-btn-section .wrapper .grid .single .bottom {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}
.main.page-dynamic .fixed-btn-section .wrapper .grid .single .bottom .btn-wrap {
  display: flex;
  justify-content: center;
}
.main.page-dynamic .fixed-btn-section .wrapper .grid .single .bottom .desc span {
  color: var(--span-color);
  background-color: var(--span-bg);
}

/*# sourceMappingURL=style.css.map */
