/**
 * Main
 */
/* Utils */
/* Utils */ /**
 * Variables
 */
body {
  --primary-font: Poppins, sans-serif;
  --text-font: Inter, sans-serif;
}
body.rtl {
  --primary-font: SimplerPro, sans-serif;
  --text-font: SimplerPro, sans-serif;
}

:root {
  --color-rgb-blue: 41, 152, 255;
  --color-rgb-yellow: 226, 171, 7;
  --color-rgb-orange: 241, 132, 34;
  --color-rgb-red: 255, 124, 124;
  --color-rgb-cyan: 77, 204, 191;
  --color-rgb-darkblue: 0, 90, 174;
  --color-rgb-purple: 137, 64, 255;
  --color-rgb-green: 102, 200, 56;
  --color-rgb-pink: 221, 104, 142;
  --color-blue: #2998FF;
  --color-darkblue: #01164D;
}

/* Vendors */
/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container 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;
}

.lity-hide {
  display: none;
}

/* Base (like reset, typography, animations) */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .visible-xs {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.clearfix,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

[data-headings-group] [data-headings-group-title] {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h2);
  font-size: var(--tg-font-size-h2);
  line-height: var(--tg-line-height-h2);
  letter-spacing: var(--tg-letter-spacing-h2);
  color: var(--color-grey-darker);
}

[data-headings-group] [data-headings-group-subtitle] {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h3);
  font-size: var(--tg-font-size-h3);
  line-height: var(--tg-line-height-h3);
  letter-spacing: var(--tg-letter-spacing-h3);
  color: var(--color-grey-darker);
}

[data-headings-group] [data-headings-group-text] p {
  font-family: var(--font-family-primary);
  font-weight: var(--tg-font-weight-text);
  font-size: var(--tg-font-size-text);
  line-height: var(--tg-line-height-text);
  letter-spacing: var(--tg-letter-spacing-text);
  color: var(--color-grey-darker);
}

html, body, input, select, button, textarea {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rtl input, .rtl select, .rtl button, .rtl textarea {
  font-family: "SimplerPro", sans-serif;
}

body.rtl {
  direction: rtl;
  font-family: "SimplerPro", sans-serif;
}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.25s;
  outline: none;
}
a:hover {
  color: #000000;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg path {
  transition: 0.25s;
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

[data-remove-top-spacing] {
  padding-top: 0 !important;
}

[data-remove-bottom-spacing] {
  padding-top: 0 !important;
}

/**
 * Checkmark Circle
 */
@keyframes checkmark {
  0% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.checkmark-animation circle {
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
.checkmark-animation path {
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}

.floating {
  animation: floating 4s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Poppins";
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-SemiBold.eot");
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-SemiBold.woff2") format("woff2"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-SemiBold.woff") format("woff"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-SemiBold.ttf") format("truetype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-SemiBold.svg#Poppins-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Medium.eot");
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Medium.woff2") format("woff2"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Medium.woff") format("woff"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Medium.ttf") format("truetype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Medium.svg#Poppins-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Regular.eot");
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Regular.woff2") format("woff2"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Regular.woff") format("woff"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Regular.ttf") format("truetype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Regular.svg#Poppins-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Bold.eot");
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Bold.woff2") format("woff2"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Bold.woff") format("woff"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Bold.ttf") format("truetype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-Bold.svg#Poppins-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-ExtraBold.eot");
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-ExtraBold.eot?#iefix") format("embedded-opentype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-ExtraBold.woff2") format("woff2"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-ExtraBold.woff") format("woff"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-ExtraBold.ttf") format("truetype"), url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  font-weight: 100 900;
  font-display: swap;
  src: url("https://connecteam.com/wp-content/themes/connecteam/assets/fonts/Inter-var.subset.woff2") format("woff2");
}
/**
 *
 * Style Guide
 *
 */
[data-headings-group] [data-headings-group-title] {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h2);
  font-size: var(--tg-font-size-h2);
  line-height: var(--tg-line-height-h2);
  letter-spacing: var(--tg-letter-spacing-h2);
  color: var(--color-grey-darker);
}

[data-headings-group] [data-headings-group-subtitle] {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h3);
  font-size: var(--tg-font-size-h3);
  line-height: var(--tg-line-height-h3);
  letter-spacing: var(--tg-letter-spacing-h3);
  color: var(--color-grey-darker);
}

[data-headings-group] [data-headings-group-text] p {
  font-family: var(--font-family-primary);
  font-weight: var(--tg-font-weight-text);
  font-size: var(--tg-font-size-text);
  line-height: var(--tg-line-height-text);
  letter-spacing: var(--tg-letter-spacing-text);
  color: var(--color-grey-darker);
}

/*----------  Root Variables  ----------*/
:root {
  /* Font family  */
  --font-family-primary: "Inter", sans-serif;
  --font-family-title: "Poppins", sans-serif;
  --font-family-hebrew: "SimplerPro", sans-serif;
  /* Font Size / Weight / Line height / Letter spacing  */
  --tg-font-size-button: 16px;
  --tg-font-weight-button: bold;
  --tg-line-height-button: 1.4;
  --tg-font-size-tag: 16px;
  --tg-font-weight-tag: bold;
  --tg-line-height-tag: 1.4;
  --tg-font-size-text: 16px;
  --tg-font-weight-text: normal;
  --tg-line-height-text: 1.38;
  --tg-letter-spacing-text: normal;
  --tg-font-size-h1: 48px;
  --tg-font-weight-h1: bold;
  --tg-line-height-h1: 1.25;
  --tg-letter-spacing-h1: normal;
  --tg-font-size-h2: 36px;
  --tg-font-weight-h2: bold;
  --tg-line-height-h2: 1.28;
  --tg-letter-spacing-h2: normal;
  --tg-font-size-h3: 20px;
  --tg-font-weight-h3: 500;
  --tg-line-height-h3: 1.4;
  --tg-letter-spacing-h3: normal;
  --label-font-size: 14px;
  /* Colors  */
  --color-white: rgb(255,255,255);
  --color-black: rgb(0,0,0);
  --color-purple-lighter: #F8F3FF;
  --color-purple-light: #DFC3FD;
  --color-purple: #BF88FC;
  --color-purple-dark: #A374D6;
  --color-purple-darker: #865FB1;
  --colorRgb-purple: 191, 136, 252;
  --color-pink-lighter: #FDEFF4;
  --color-pink-light: #F5AFC7;
  --color-pink: #EC5F8F;
  --color-pink-dark: #C9517A;
  --color-pink-darker: #A64364;
  --colorRgb-pink: 236, 95, 143;
  --color-coral-lighter: #FFF2F2;
  --color-coral-light: #FFBDBD;
  --color-coral: #FF7C7C;
  --color-coral-dark: #D96A6A;
  --color-coral-darker: #B35757;
  --colorRgb-coral: 255, 124, 124;
  --color-red-lighter: #FCEDEF;
  --color-red-light: #EFA1AA;
  --color-red: #DF4456;
  --color-red-dark: #BE3A49;
  --color-red-darker: #9D303C;
  --colorRgb-red: 223, 68, 86;
  --color-orange-lighter: #FDF0E5;
  --color-orange-light: #F5B77F;
  --color-orange: #EC6F00;
  --color-orange-dark: #C95E00;
  --color-orange-darker: #A64E00;
  --colorRgb-orange: 236, 111, 0;
  --color-mustard-lighter: #FFF9E6;
  --color-mustard-light: #FEDF82;
  --color-mustard: #FEC006;
  --color-mustard-dark: #D8A305;
  --color-mustard-darker: #B28704;
  --colorRgb-mustard: 254, 192, 6;
  --color-green-lighter: #E7FAE8;
  --color-green-light: #89E58E;
  --color-green: #14CC1D;
  --color-green-dark: #11AE19;
  --color-green-darker: #0E8F14;
  --colorRgb-green: 20, 204, 29;
  --color-turquoise-lighter: #ECFBFA;
  --color-turquoise-light: #A1ECE5;
  --color-turquoise: #43D9CB;
  --color-turquoise-dark: #39B9AD;
  --color-turquoise-darker: #2F988E;
  --colorRgb-turquoise: 67, 217, 203;
  --color-blue-lighter: #EAF5FF;
  --color-blue-light: #94CBFF;
  --color-blue: #2998FF;
  --color-blue-dark: #2381D9;
  --color-blue-darker: #0B3858;
  --color-blue-dark-special: #0D134C;
  --colorRgb-blue: 41, 152, 255;
  --color-blueMagent-lighter: #F0EBFF;
  --color-blueMagent-light: #B09AFF;
  --color-blueMagent: #6236FF;
  --color-blueMagent-dark: #532ED9;
  --color-blueMagent-darker: #4526B3;
  --colorRgb-blueMagent: 98, 54, 255;
  --color-grey-lighter: #F9F9F9;
  --color-grey-light: #D4D4D4;
  --color-grey: #A8A8A8;
  --color-grey-dark: #4E4E4E;
  --color-grey-darker: #222222;
  --colorRgb-grey: 168, 168, 168;
  --colorRgb-grey-dark: 78, 78, 78;
  --color-blue-gray: var(--color-blue-darker);
  --color-blue-gray-75: #436984;
  --color-blue-gray-50: #7D98AA;
  --color-blue-gray-33: #A9B9C7;
  --color-blue-gray-15: #D8DEE3;
  --color-blue-gray-10: #E7ECEE;
  --color-blue-gray-3: #F9FAFB;
  /* Box shadows */
  --tg-box-shadow-small: 0px 10px 20px rgba(11, 56, 88, 0.1);
  --tg-box-shadow-medium: 0px 15px 30px rgba(11, 56, 88, 0.15);
  --tg-box-shadow-large: 0px 20px 40px rgba(11, 56, 88, 0.2);
  /* Border radius */
  --tg-border-radius-small: 5px;
  --tg-border-radius-medium: 10px;
  --tg-border-radius-large: 30px;
  /* Transition */
  --tg-transition-slow: 0.4s;
  --tg-transition-medium: 0.25s;
  --tg-transition-fast: 0.1s;
}
@media (max-width: 991px) {
  :root {
    --tg-font-size-h1: 24px;
    --tg-line-height-h1: 1.33;
  }
}
@media (max-width: 991px) {
  :root {
    --tg-font-size-h2: 22px;
    --tg-line-height-h2: 1.36;
  }
}
@media (max-width: 991px) {
  :root {
    --label-font-size: 12px;
  }
}

/*----------  RTL  ----------*/
.rtl {
  --font-family-primary: var(--font-family-hebrew);
  --font-family-title: var(--font-family-hebrew);
}

/*----------  Groups  ----------*/
[data-headings-group] {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  align-content: center;
  text-align: var(--text-align);
}
[data-headings-group][data-align=center] {
  --text-align: center;
}
[data-headings-group][data-align=start] {
  --text-align: left;
}
[data-headings-group] [data-headings-group-title] {
  margin: 0;
}
[data-headings-group] [data-headings-group-subtitle] {
  margin: 0;
}
[data-headings-group] [data-headings-group-text] p {
  margin: 0;
}

[data-buttons-group] {
  display: inline-grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  align-content: center;
  width: 100%;
}
[data-buttons-group], [data-buttons-group][data-buttons-align=center] {
  --buttons-justify-content: center;
}
[data-buttons-group][data-buttons-align=side] {
  --buttons-justify-content: start;
}
[data-buttons-group] [data-buttons-group-row] {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: var(--buttons-justify-content);
  width: 100%;
}
@media (max-width: 991px) {
  [data-buttons-group] [data-buttons-group-row] {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  [data-buttons-group] [class*=button]:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  [data-buttons-group] [class*=button]:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* Helpers */
.grecaptcha-badge {
  display: none !important;
}

body.author .from_the_blog {
  display: none;
}

.lity-close {
  position: absolute;
  background-color: #0191FF;
  border-radius: 50%;
  top: -45px;
  right: -45px;
  transition: background 0.2s ease-in-out;
  text-shadow: none !important;
}
.lity-close:hover, .lity-close:focus, .lity-close:active {
  background-color: #2196f3;
  top: -45px;
}
@media (max-width: 1199px) {
  .lity-close {
    right: 0;
    top: -35px;
  }
  .lity-close:hover, .lity-close:focus, .lity-close:active {
    background-color: rgba(255, 51, 102, 0.85);
    top: -35px;
  }
}

.lity {
  background: rgba(0, 0, 0, 0.6);
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

body.hide-header {
  padding-top: 0 !important;
}
body.hide-header .main-site-header {
  display: none !important;
}
body.hide-header .section-header,
body.hide-header .section-sitenavigation {
  display: none !important;
}

body.hide-footer .site-footer {
  display: none !important;
}
body.hide-footer .section-footer {
  display: none !important;
}

.with-menu-space {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .with-menu-space {
    padding-top: 101px;
  }
}
@media (max-width: 767px) {
  .with-menu-space {
    padding-top: 87px;
  }
}
@media (max-width: 500px) {
  .with-menu-space {
    padding-top: 74px;
  }
}
@media (max-width: 350px) {
  .with-menu-space {
    padding-top: 71px;
  }
}

.error404-body {
  text-align: center;
  padding: 40px 0;
}
.error404-title {
  color: #000;
  font-size: 45px;
  margin-bottom: 0;
}
.error404-subtitle {
  font-size: 22px;
  margin-bottom: 25px;
}
.error404-text {
  font-size: 18px;
  margin-bottom: 25px;
}
.error404-button {
  margin-top: 0;
  margin-bottom: 2px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 999em;
  background-color: #2998FF;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #fff;
}
.error404-button:hover {
  color: #fff;
}

@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-hide-desktop {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hide-mobile {
    display: none !important;
  }
}

html div[id^=om] button[id^=baltimore] {
  text-align: center !important;
}

.otgs-development-site-front-end {
  display: none;
}

/* GENERAL */
.hide {
  display: none !important;
}

/* EOF GENERAL */
/* SLICK SLIDER */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* SLICK DOTS */
ul.slick-dots {
  padding: 30px 0;
  text-align: center;
}

ul.slick-dots li {
  display: inline-block;
}

ul.slick-dots li button {
  text-indent: -9999px;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 100%;
  transition: 0.25s;
  padding: 0;
}

ul.slick-dots li button:focus {
  outline: 0;
}

ul.slick-dots li.slick-active button {
  background: var(--color-blue);
}

/* EOF SLICK SLIDER */
/* Page Header */
.page-header {
  float: left;
  width: 100%;
  height: 555px;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  flex-direction: column;
  background: #F5F5F5;
  font-size: 40px;
  position: relative;
  margin: 0 auto;
  color: #4E637B;
  letter-spacing: 0px;
  line-height: 66px;
  font-weight: 400;
}

.page-header.justify-content-center {
  padding-top: 30px;
  justify-content: center;
}

.page-header h2 {
  font-size: 24px;
  line-height: 34px;
}

.page-header.no-image:not(.high) {
  height: 350px;
  justify-content: center;
}

.page-header-img {
  display: flex;
  margin: 60px auto 0 auto;
  max-width: 100%;
  height: auto;
}

.page-header .container {
  position: relative;
  z-index: 2;
}

.page-header.high {
  height: 615px;
}

.page-header h1 span {
  display: block;
  font-weight: bold;
}

.page-header-subtitle {
  font-size: 24px;
  line-height: 35px;
  margin-top: 10px;
}

.page_header_btn {
  margin-top: 30px;
}

.page-header h1 {
  color: #4e637b;
  line-height: 66px;
  font-weight: 400;
  font-size: 40px;
  margin: 0;
}

@media (max-width: 767px) {
  .page-header {
    background: linear-gradient(245deg, #2998ff, #51ecd8);
    background: -webkit-linear-gradient(245deg, #2998ff, #51ecd8);
  }
  .page-header h1 {
    color: #fff;
  }
}
/* TWO IMAGES */
.page_header_btn_and_images {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-content: center;
  align-items: flex-start;
}

.page_header_btn_and_images .page_header_btn {
  margin-top: 0;
  position: relative;
  top: 90px;
  width: 100%;
}

.page_header_btn_and_images img {
  height: auto;
}

@media (max-width: 1200px) {
  .page-header h1 {
    font-size: 32px;
    line-height: 52px;
  }
  .page-header {
    height: 500px;
  }
  .page-header.high {
    height: 615px;
  }
  .page_header_btn_and_images img {
    max-width: 230px;
  }
}
@media (max-width: 992px) {
  .page_header_btn_and_images {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 30px;
  }
  .page_header_btn_and_images .image_right {
    display: none;
  }
  .page_header_btn_and_images .page_header_btn {
    top: 0;
  }
  .page_header_btn_and_images img {
    max-height: 250px;
    width: auto;
  }
  .page-header.high {
    height: auto;
    padding: 126px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .page-header-subtitle {
    font-size: 18px;
    line-height: 30px;
  }
  .page-header {
    height: auto;
    padding-top: 100px;
  }
  .page-header.justify-content-center {
    padding-top: 100px;
  }
  .page-header h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header-img {
    margin-top: 40px;
  }
  .page-header.no-image:not(.high) {
    padding-top: 0;
    height: 250px;
  }
  .page-header h2 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
  }
}
@media (max-width: 360px) {
  .page-header h1 {
    font-size: 27px;
    line-height: 42px;
  }
}
/* EOF Page Header */
/* Default Page Content */
.default-page-content {
  float: left;
  width: 100%;
  padding: 50px 0;
  font-size: 16px;
  line-height: 28px;
}

.default-page-content .container {
  max-width: 1000px;
}

.default-page-content h4 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.default-page-content p {
  margin-bottom: 30px;
}

/* EOF Default Page Content */
@media (max-width: 767px) {
  body.page-template-page-timesheet-calculator .page-header-img {
    max-width: 260px;
    margin: 30px auto;
  }
}
body.page-template-page-timesheet-calculator .cta_section, body.page-template-page-timesheet-calculator .from_the_blog {
  display: none;
}

.section {
  width: 100%;
  padding: 80px 0;
}
@media (max-width: 1199px) {
  .section {
    padding: 65px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section-title {
  font-size: 40px;
  line-height: 66px;
  font-weight: 400;
  color: #34b88e;
  text-align: center;
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 35px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
    line-height: 33px;
  }
}

/* noUislider */
.noUi-target {
  border-radius: 100px;
  box-shadow: none;
  border: 0;
  background: #eaeaea;
  height: 5px;
}

.noUi-handle {
  box-shadow: none;
  background: #34b88e;
  border-color: #34b88e;
  border-radius: 100%;
  cursor: pointer;
  border: 2px solid #F9F9F9;
}

.noUi-horizontal .noUi-handle {
  top: -7px;
  width: 19px;
  height: 19px;
}

.noUi-handle:after, .noUi-handle:before {
  display: none;
}

.noUi-connect {
  box-shadow: none;
  background: #34b88e;
}

/* EOF noUislider */
/* CTA Section */
.cta_section {
  float: left;
  width: 100%;
  padding: 140px 0;
  background: #2E3E50;
  text-align: center;
}
.cta_section h3 {
  font-size: 43px;
  color: #fff;
  margin-bottom: 35px;
  font-weight: 400;
}

.cta_section_text {
  font-size: 21px;
  line-height: 35px;
  font-weight: 400;
  margin: 20px 0 45px 0;
  color: #fff;
}

@media (max-width: 1200px) {
  .cta_section h3 {
    font-size: 35px;
    line-height: 55px;
  }
}
@media (max-width: 1100px) {
  .cta_section h3 {
    margin-right: auto;
    margin-left: auto;
    line-height: 45px;
    font-size: 35px;
    margin-bottom: 18px;
  }
  .cta_section_text {
    font-size: 18px;
    margin: 0 0 38px 0;
  }
  .cta_section {
    padding: 100px 0;
  }
}
@media (max-width: 992px) {
  .cta_section h3 {
    font-size: 30px;
  }
  .cta_section_text {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 31px;
  }
}
@media (max-width: 767px) {
  .cta_section h3 {
    font-size: 25px;
    line-height: 35px;
    max-width: 100%;
  }
  .cta_section .btn-primary {
    padding-right: 30px;
    padding-left: 30px;
  }
  .cta_section {
    padding: 60px 0;
  }
}
/* EOF CTA Section */
.btn {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 25px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -webkit-appearance: none;
  position: relative;
  background: #34B88E;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: 1px solid #34B88E;
  font-size: 17px;
  font-weight: 400;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  line-height: 20px;
}
.btn:hover {
  border-color: #2ca880;
  background: #2ca880;
  color: #fff;
}
.btn.text-green:hover {
  color: #fff;
}
.btn.btn-hollow {
  background: transparent;
  color: #7C8487;
  border-color: #7C8487;
}
.btn.btn-hollow:hover {
  background: #7C8487;
  color: #fff;
}
.btn.btn-hollow.green {
  color: #34b88e;
  border-color: #34b88e;
}
.btn.btn-hollow.green:hover {
  background: #34b88e;
  color: #fff;
}
.btn.font-weight-normal {
  font-weight: 400;
}
.btn i {
  margin-left: 8px;
}
.btn i:before {
  width: auto;
  margin: 0;
}

.btn-primary {
  font-size: 20px;
  padding: 21px 70px;
  box-shadow: 0px 10px 26px 0px rgba(0, 0, 0, 0.15);
}
.btn-primary.btn-hollow {
  background: transparent;
  color: #7C8487;
  border-color: #7C8487;
}
.btn-primary.btn-hollow:hover {
  background: #7C8487;
  color: #fff;
}
.btn-primary.btn-hollow.green {
  color: #34b88e;
  border-color: #34b88e;
}
.btn-primary.btn-hollow.green:hover {
  background: #34b88e;
  color: #fff;
}
.btn-primary.btn-short {
  padding-left: 50px;
  padding-right: 50px;
}
.btn-primary.btn-shortest {
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 1024px) {
  .btn-primary {
    font-size: 18px;
    padding: 18px 43px;
  }
  .btn-primary.btn-short {
    padding-left: 34px;
    padding-right: 34px;
  }
  .btn-primary.btn-shortest {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .btn-primary {
    font-size: 18px;
    padding: 15px 35px;
    line-height: 24px;
  }
  .btn-primary.btn-short, .btn-primary.btn-shortest {
    padding-left: 29px;
    padding-right: 29px;
  }
}

/* Components (components like boxes, general elements) */
/**
 *
 * Hubspot Form
 *
 */
.hubspotForm fieldset {
  max-width: 100% !important;
}
.hubspotForm fieldset.form-columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (max-width: 767px) {
  .hubspotForm fieldset.form-columns-2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.hubspotForm fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}
.hubspotForm fieldset .hs-form-field {
  position: relative;
}
.hubspotForm fieldset label {
  font-family: var(--font-family-primary);
  font-size: 0.85em;
  color: var(--color-blue-gray-75);
  display: none;
}
.hubspotForm fieldset:has([type=checkbox]) label {
  display: unset;
}
.hubspotForm fieldset .input {
  width: 100%;
  margin: 0;
}
.hubspotForm fieldset .input .hs-input {
  width: 100% !important;
  height: 100%;
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: #2B3755;
}
.hubspotForm fieldset .input .hs-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(43, 55, 85, 0.631372549);
}
.hubspotForm fieldset .input .hs-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(43, 55, 85, 0.631372549);
}
.hubspotForm fieldset .input .hs-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(43, 55, 85, 0.631372549);
}
.hubspotForm fieldset .input .hs-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(43, 55, 85, 0.631372549);
}
.rtl .hubspotForm fieldset .input .hs-input {
  font-family: "SimplerPro", sans-serif;
}
.hubspotForm fieldset .input .hs-fieldtype-intl-phone {
  display: grid;
  grid-template-columns: 1fr 2.15fr;
  grid-column-gap: 5px;
}
.hubspotForm fieldset .input .hs-fieldtype-intl-phone select, .hubspotForm fieldset .input .hs-fieldtype-intl-phone input {
  padding: 14px 9px;
}
.hubspotForm fieldset .input .hs-fieldtype-intl-phone select {
  padding-right: 30px;
  background-position: center right 12px;
}
@media (max-width: 767px) {
  .hubspotForm fieldset .input .hs-fieldtype-intl-phone {
    margin-bottom: 18px;
  }
}
.hubspotForm fieldset input, .hubspotForm fieldset select, .hubspotForm fieldset textarea {
  padding: 14px 15px;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 7px;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  transition: 0.2s;
}
.hubspotForm fieldset input:not([type=hidden]), .hubspotForm fieldset select:not([type=hidden]), .hubspotForm fieldset textarea:not([type=hidden]) {
  margin-bottom: 18px;
}
.hubspotForm fieldset input:focus, .hubspotForm fieldset select:focus, .hubspotForm fieldset textarea:focus {
  border-color: #2998FF;
}
.hubspotForm fieldset .hs-input[type=checkbox] {
  padding: 0;
  width: 22px !important;
  height: 22px;
  display: grid;
  place-content: center;
  background-color: var(--color-white);
}
.hubspotForm fieldset .hs-input[type=checkbox]:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11' fill='none'%3E%3Cpath d='M2 5.5C3 6 4.5 7.5 5 9.5C6.16667 7.16667 9.4 2.2 13 1' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.hubspotForm fieldset .hs-input[type=checkbox]:checked {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}
.hubspotForm fieldset .legal-consent-container {
  margin-bottom: 18px;
  font-size: 12px;
}
.hubspotForm fieldset textarea {
  min-height: 162px;
  resize: none;
}
.hubspotForm fieldset select {
  padding-right: 40px;
  text-overflow: "";
  background-image: url("https://connecteam.com/wp-content/themes/connecteam/assets/images/components/hubspotForm/icon-dropdown.svg");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center right 21px;
}
.hubspotForm fieldset .inputs-list {
  padding: 0;
  margin-block: 0.5em;
}
.hubspotForm fieldset .inputs-list li {
  list-style: none;
  margin-top: 0.25em;
}
.hubspotForm fieldset .inputs-list li::marker {
  content: "";
}
.hubspotForm fieldset .inputs-list label {
  display: flex;
  gap: 0.67em;
  align-items: center;
  color: #2B3755;
}
.hubspotForm fieldset .inputs-list .hs-input {
  flex: none;
  margin-bottom: 0;
}
.hubspotForm fieldset .inputs-list span {
  margin: 0;
}
.hubspotForm fieldset .legal-consent-container p {
  font-family: var(--font-family-primary);
  font-size: 10px;
  color: var(--color-grey);
  margin-top: 0;
  text-align: center;
}
.hubspotForm fieldset .legal-consent-container a {
  text-decoration: underline;
  color: var(--color-grey-dark);
}
@media (max-width: 1199px) {
  .hubspotForm .hs-submit {
    text-align: center;
  }
}
.hubspotForm .hs-submit .hs-button {
  font-family: var(--font-family-title);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background-color: #2998FF;
  background-image: url("https://connecteam.com/wp-content/themes/connecteam/assets/images/components/hubspotForm/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 25px;
  background-size: 19px;
  border-radius: 999em;
  border: 0;
  outline: none;
  transition: 0.25s;
  padding: 14px 25px;
  padding-right: 54px;
}
.rtl .hubspotForm .hs-submit .hs-button {
  font-family: "SimplerPro", sans-serif;
  padding: 14px 25px;
  padding-left: 54px;
  background-position: center left 25px;
  background-image: url("https://connecteam.com/wp-content/themes/connecteam/assets/images/components/hubspotForm/icon-button-arrow-left.svg");
}
.hubspotForm .hs-submit .hs-button:hover {
  background-color: #02369B;
}
.hubspotForm .hs_error_rollup {
  display: none;
}
.hubspotForm .hs-error-msgs {
  list-style: none;
  margin: -14px 0 14px 0;
  padding: 0;
  position: relative;
  max-width: 100%;
  line-height: 1;
}
.hubspotForm .hs-error-msgs li {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.21;
  color: #E02020;
}
.rtl .hubspotForm .hs-error-msgs li {
  font-family: "SimplerPro", sans-serif;
}
.hubspotForm .hs-error-msgs .hs-error-msg {
  display: inline-block;
}
.hubspotForm .submitted-message {
  padding: 49px 57px;
  background: #fff;
  border: 1px solid #CFCFCF;
  border-radius: 7px;
}
.hubspotForm .submitted-message p {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 30px;
  line-height: 1.53;
  color: #2998FF;
}
.rtl .hubspotForm .submitted-message p {
  font-family: "SimplerPro", sans-serif;
}
@media (max-width: 1199px) {
  .hubspotForm .submitted-message {
    padding: 37px 58px;
  }
  .hubspotForm .submitted-message p {
    text-align: center;
    font-size: 28px;
    line-height: 1.43;
  }
}
@media (max-width: 991px) {
  .hubspotForm .submitted-message {
    padding: 30px 58px;
  }
}
@media (max-width: 767px) {
  .hubspotForm .submitted-message {
    padding: 42px 33px;
  }
  .hubspotForm .submitted-message p {
    font-size: 28px;
    line-height: 1.54;
  }
}

[data-headings-group] [data-headings-group-title] {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h2);
  font-size: var(--tg-font-size-h2);
  line-height: var(--tg-line-height-h2);
  letter-spacing: var(--tg-letter-spacing-h2);
  color: var(--color-grey-darker);
}

[data-headings-group] [data-headings-group-subtitle] {
  font-family: var(--font-family-title);
  font-weight: var(--tg-font-weight-h3);
  font-size: var(--tg-font-size-h3);
  line-height: var(--tg-line-height-h3);
  letter-spacing: var(--tg-letter-spacing-h3);
  color: var(--color-grey-darker);
}

[data-headings-group] [data-headings-group-text] p {
  font-family: var(--font-family-primary);
  font-weight: var(--tg-font-weight-text);
  font-size: var(--tg-font-size-text);
  line-height: var(--tg-line-height-text);
  letter-spacing: var(--tg-letter-spacing-text);
  color: var(--color-grey-darker);
}

form {
  container: form/inline-size;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: start;
  gap: 18px;
  position: relative;
}
form > *,
form > fieldset > *,
form .slide > fieldset > *,
form .field {
  grid-column: span 12;
}
form fieldset {
  display: contents;
}
form fieldset:not(:first-child):has(.field:not([style*=display])) {
  margin-top: 12px;
}
@container form (width > 450px) {
  form fieldset.form-columns-0 > *,
  form fieldset.form-columns-0 > fieldset > *,
  form fieldset.form-columns-0 .field {
    grid-column: span 12;
  }
}
form fieldset.form-columns-0 > * .input,
form fieldset.form-columns-0 > fieldset > * .input,
form fieldset.form-columns-0 .field .input {
  margin-right: 0;
}
form fieldset.form-columns-0 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
form fieldset.form-columns-0 li:before {
  content: none;
}
@container form (width > 450px) {
  form fieldset.form-columns-1 > *,
  form fieldset.form-columns-1 > fieldset > *,
  form fieldset.form-columns-1 .field {
    grid-column: span 12;
  }
}
form fieldset.form-columns-1 > * .input,
form fieldset.form-columns-1 > fieldset > * .input,
form fieldset.form-columns-1 .field .input {
  margin-right: 0;
}
form fieldset.form-columns-1 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
form fieldset.form-columns-1 li:before {
  content: none;
}
@container form (width > 450px) {
  form fieldset.form-columns-2 > *,
  form fieldset.form-columns-2 > fieldset > *,
  form fieldset.form-columns-2 .field {
    grid-column: span 6;
  }
}
form fieldset.form-columns-2 > * .input,
form fieldset.form-columns-2 > fieldset > * .input,
form fieldset.form-columns-2 .field .input {
  margin-right: 0;
}
form fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
form fieldset.form-columns-2 li:before {
  content: none;
}
@container form (width > 450px) {
  form fieldset.form-columns-3 > *,
  form fieldset.form-columns-3 > fieldset > *,
  form fieldset.form-columns-3 .field {
    grid-column: span 4;
  }
}
form fieldset.form-columns-3 > * .input,
form fieldset.form-columns-3 > fieldset > * .input,
form fieldset.form-columns-3 .field .input {
  margin-right: 0;
}
form fieldset.form-columns-3 .hs-form-field {
  width: 100% !important;
  float: none !important;
}
form fieldset.form-columns-3 li:before {
  content: none;
}
form :where(input, textarea, select, label) {
  color: var(--color-grey-darker);
}
form p {
  margin-block: 0;
}
form textarea {
  resize: vertical;
  min-height: 6ch;
}
form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: var(--color-blue);
  color: var(--color-white);
  border-radius: 99px;
  padding: 1em 1.5em;
  -webkit-padding-end: calc(1.5em + 19px + 9px);
          padding-inline-end: calc(1.5em + 19px + 9px);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: all 0.15s ease-out;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14' fill='none'%3E%3Cpath d='M13.2012 0.416381L13.2861 0.500436L18.823 6.84577L18.4783 7.26262C18.407 7.53059 18.2296 7.74359 18.0039 7.83374L13.2987 13.4848C13.0093 13.8326 12.5345 13.8392 12.2382 13.4994C11.9688 13.1905 11.9397 12.7017 12.1541 12.3541L12.2257 12.2544L15.8657 7.88043L0.75035 7.88974C0.336136 7.88997 0.000193171 7.49597 8.32711e-08 7.00972C-0.000176914 6.56399 0.281831 6.19547 0.647883 6.13697L0.74965 6.12888L16.0427 6.12074L12.2383 1.76043C11.9689 1.45164 11.9396 0.96289 12.154 0.615167L12.2256 0.515402C12.4594 0.234239 12.8143 0.175903 13.0983 0.343104L13.2012 0.416381Z' fill='white'/%3E%3C/svg%3E");
  background-position: center right 24px;
  background-repeat: no-repeat;
  background-size: 19px 14px;
}
form input[type=submit]:disabled {
  background-color: var(--color-blue-gray-15);
  cursor: default;
}
@media (hover: hover) {
  form input[type=submit]:not(:disabled):hover {
    background-color: var(--color-blue-dark);
    background-position: center right 19px;
  }
}
form[dir=rtl] input[type=submit], body.rtl form input[type=submit] {
  background-position: center left 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='14' viewBox='0 0 19 14' fill='none'%3E%3Cpath transform='scale(-1,1)' transform-origin='center' d='M13.2012 0.416381L13.2861 0.500436L18.823 6.84577L18.4783 7.26262C18.407 7.53059 18.2296 7.74359 18.0039 7.83374L13.2987 13.4848C13.0093 13.8326 12.5345 13.8392 12.2382 13.4994C11.9688 13.1905 11.9397 12.7017 12.1541 12.3541L12.2257 12.2544L15.8657 7.88043L0.75035 7.88974C0.336136 7.88997 0.000193171 7.49597 8.32711e-08 7.00972C-0.000176914 6.56399 0.281831 6.19547 0.647883 6.13697L0.74965 6.12888L16.0427 6.12074L12.2383 1.76043C11.9689 1.45164 11.9396 0.96289 12.154 0.615167L12.2256 0.515402C12.4594 0.234239 12.8143 0.175903 13.0983 0.343104L13.2012 0.416381Z' fill='white'/%3E%3C/svg%3E");
}
@media (hover: hover) {
  form[dir=rtl] input[type=submit]:hover, body.rtl form input[type=submit]:hover {
    background-position: center left 19px;
  }
}

.field {
  font-family: var(--font-family-primary);
  font-weight: 400;
  font-size: 17px;
  display: grid;
  position: relative;
  container: field/inline-size;
}
.field input:not([type=checkbox]):not([type=radio]):not([type=range]),
.field textarea,
.field select,
.field .input:not(.range) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font: inherit;
  padding: 0.75em 1em;
  border: solid 1px var(--color-grey-light);
  border-radius: 9px;
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
}
.field input:not([type=checkbox]):not([type=radio]):not([type=range]):focus-visible,
.field textarea:focus-visible,
.field select:focus-visible,
.field .input:not(.range):focus-visible {
  outline: solid 1px var(--color-blue);
}
.field label:has(~ .input, ~ input):not(:has(input)) {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--color-grey);
  margin-bottom: -0.5lh;
  margin-top: -0.5lh;
  -webkit-margin-start: calc(17px - 0.33em);
          margin-inline-start: calc(17px - 0.33em);
  background-color: var(--form-bg-color, var(--color-white));
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-inline: 0.33em;
  z-index: 1;
}
.field label:empty, .field label:has(*:empty):not(:has(*:not(:empty))) {
  display: none;
}
.field:has(input:-moz-placeholder-shown) label, .field:has(textarea:-moz-placeholder-shown) label {
  color: var(--color-grey-dark);
}
.field:has(input:placeholder-shown) label, .field:has(textarea:placeholder-shown) label, .field:has(option:checked:disabled) label, .field:has([type=radio]):not(:has([type=radio]:checked)) label, .field:has(input[type=tel]):has(select):not(:has(input[type=tel][data-touched])) label {
  color: var(--color-grey-dark);
}
.field:has(input:focus-visible) label {
  color: var(--color-blue-dark);
}
.field .input {
  display: flex;
  width: 100%;
  background-color: var(--color-white);
}
.field .input input:not([type=checkbox]):not([type=radio]):not([type=range]),
.field .input textarea,
.field .input select {
  padding: 0;
  border: none;
  border-radius: 0;
  max-width: 100%;
  min-width: 100%;
  outline: none;
  background-color: inherit;
}
.field .input:not(.range):focus-within {
  outline: solid 1px var(--color-blue);
}
.field:has(.predictions) {
  position: relative;
  z-index: 10;
}
.field .predictions {
  background-color: rgba(255, 255, 255, 0.6666666667);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-radius: 9px;
  border: solid 1px var(--color-blue-gray-15);
  position: absolute;
  inset-inline: 0;
  max-width: -moz-max-content;
  max-width: max-content;
  top: 3.125em;
  padding: 0.625em 1em;
  gap: 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.0666666667);
}
.field .predictions:empty {
  display: none;
}
.field .predictions button {
  all: unset;
}
.field .predictions li {
  font-size: 14px;
  font-weight: 550;
  cursor: pointer;
  margin: 0 -0.5em;
  padding: 0.5em;
  border-radius: 5px;
}
.field .predictions li:hover {
  background-color: var(--color-blue-lighter);
  color: var(--color-blue-dark);
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='5' viewBox='0 0 11 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 4L10 1' stroke='%234E4E4E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: center right 1em;
}
form[dir=rtl] .field select {
  background-position: center left 1em;
}

.field .input select {
  background-position: center right;
}
form[dir=rtl] .field .input select {
  background-position: center left;
}

@supports (selector(input::-webkit-slider-runnable-track)) {
  .field input[type=range] {
    width: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: var(--size);
  }
  .field input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
            appearance: none;
    background-color: var(--color-blue-gray-10);
    height: 8px;
    border-radius: 99px;
    background-image: linear-gradient(0, var(--color-blue-light), var(--color-blue-light));
    background-size: calc(var(--percentage, 0) * 1%) 100%;
    background-repeat: no-repeat;
  }
  .field input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
            appearance: none;
    width: var(--size);
    height: var(--size);
    border-radius: 99px;
    background-color: var(--color-blue-dark);
    border: solid var(--size-border) var(--color-white);
    position: relative;
    top: calc((32px - var(--size)) / 2 - 12px);
    cursor: ew-resize;
    -webkit-transition: background-color 0.15s ease-out;
    transition: background-color 0.15s ease-out;
  }
  .field input[type=range]::-webkit-slider-thumb:active {
    background-color: var(--color-blue);
  }
}
.field.range-and-number {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  --size: 32px;
  --size-border: 6px;
}
@media (pointer: coarse) {
  .field.range-and-number {
    --size: 44px;
    --size-border: 8px;
  }
}
.field.range-and-number input[type=number] {
  text-align: center;
  font-weight: 700 !important;
  color: var(--color-blue-darker);
}
.field.range-and-number input[type=number]::-webkit-inner-spin-button {
  display: none;
}
.field.range-and-number .label {
  grid-row: 1;
  grid-column: 2;
}
.field.range-and-number .input {
  grid-row: 1;
  grid-column: 1;
}
.field.range-and-number .range {
  grid-row: 2;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: auto 1fr auto;
}
.field.range-and-number .range > * {
  grid-column: 1/4;
}
.field.range-and-number .range:before, .field.range-and-number .range:after {
  grid-row: 2;
  font-size: 14px;
  font-weight: 650;
  color: var(--color-blue-gray-33);
  display: block;
  min-width: var(--size);
  text-align: center;
}
.field.range-and-number .range:before {
  content: attr(data-min);
}
.field.range-and-number .range:after {
  content: attr(data-max);
  grid-column: 3;
}
.field.button-checkbox.button-checkbox,
.field .button-checkbox.button-checkbox {
  color: var(--color-blue-dark-special);
}
.field.button-checkbox.button-checkbox:has(input:checked),
.field .button-checkbox.button-checkbox:has(input:checked) {
  background-color: var(--color-blue-lighter);
  border-color: var(--color-blue-lighter);
}
.field .radio,
.field .checkbox,
.field .input label:has(input[type=radio]),
.field .input label:has(input[type=checkbox]) {
  display: grid;
  grid-template-columns: auto 1fr;
  position: relative;
  padding: 6px;
  gap: 8px;
  align-items: baseline;
}
.field .radio:before,
.field .checkbox:before,
.field .input label:has(input[type=radio]):before,
.field .input label:has(input[type=checkbox]):before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  outline: solid 1px var(--color-blue);
  background-color: var(--color-white);
  border: solid 0.5em var(--color-white);
  translate: 0 0.1em;
}
.field .radio:after,
.field .checkbox:after,
.field .input label:has(input[type=radio]):after,
.field .input label:has(input[type=checkbox]):after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 6px;
  z-index: -1;
  pointer-events: none;
  background-color: var(--color-blue-lighter);
  opacity: 0;
  transition: opacity 0.15s ease-out;
}
.field .radio:has(:checked), .field .radio:active,
.field .checkbox:has(:checked),
.field .checkbox:active,
.field .input label:has(input[type=radio]):has(:checked),
.field .input label:has(input[type=radio]):active,
.field .input label:has(input[type=checkbox]):has(:checked),
.field .input label:has(input[type=checkbox]):active {
  color: var(--color-blue-darker);
}
.field .radio:has(:checked):before, .field .radio:active:before,
.field .checkbox:has(:checked):before,
.field .checkbox:active:before,
.field .input label:has(input[type=radio]):has(:checked):before,
.field .input label:has(input[type=radio]):active:before,
.field .input label:has(input[type=checkbox]):has(:checked):before,
.field .input label:has(input[type=checkbox]):active:before {
  border-width: 3px;
  background-color: var(--color-blue);
}
.field .radio:has(:checked):after, .field .radio:active:after,
.field .checkbox:has(:checked):after,
.field .checkbox:active:after,
.field .input label:has(input[type=radio]):has(:checked):after,
.field .input label:has(input[type=radio]):active:after,
.field .input label:has(input[type=checkbox]):has(:checked):after,
.field .input label:has(input[type=checkbox]):active:after {
  opacity: 1;
}
.field .radio input[type=radio],
.field .radio input[type=checkbox],
.field .checkbox input[type=radio],
.field .checkbox input[type=checkbox],
.field .input label:has(input[type=radio]) input[type=radio],
.field .input label:has(input[type=radio]) input[type=checkbox],
.field .input label:has(input[type=checkbox]) input[type=radio],
.field .input label:has(input[type=checkbox]) input[type=checkbox] {
  display: none;
}
.field .checkbox:before,
.field .input label:has(input[type=checkbox]):before {
  border-radius: 5px;
}
.field .checkbox:after,
.field .input label:has(input[type=checkbox]):after {
  width: 24px;
  height: 24px;
  background-color: var(--color-white);
  z-index: 1;
  top: 5px;
  inset-inline-start: 3px;
  -webkit-clip-path: path("M20.46 5.47a.68.68 0 0 1-.44.86c-2.36.76-4.68 2.75-6.64 5.03a34.61 34.61 0 0 0-4.29 6.26.71.71 0 0 1-.7.38.7.7 0 0 1-.62-.52 8.33 8.33 0 0 0-3.88-5.03.67.67 0 0 1-.32-.91c.18-.34.6-.48.96-.31a9.6 9.6 0 0 1 4.07 4.4c.9-1.52 2.17-3.39 3.69-5.15 2.01-2.33 4.54-4.56 7.28-5.44.37-.12.77.07.9.43Z");
          clip-path: path("M20.46 5.47a.68.68 0 0 1-.44.86c-2.36.76-4.68 2.75-6.64 5.03a34.61 34.61 0 0 0-4.29 6.26.71.71 0 0 1-.7.38.7.7 0 0 1-.62-.52 8.33 8.33 0 0 0-3.88-5.03.67.67 0 0 1-.32-.91c.18-.34.6-.48.96-.31a9.6 9.6 0 0 1 4.07 4.4c.9-1.52 2.17-3.39 3.69-5.15 2.01-2.33 4.54-4.56 7.28-5.44.37-.12.77.07.9.43Z");
  scale: 0.75;
  transition: none;
}
.field .checkbox:has(:checked):before, .field .checkbox:active:before,
.field .input label:has(input[type=checkbox]):has(:checked):before,
.field .input label:has(input[type=checkbox]):active:before {
  border-width: 0;
}

.submitted-message {
  background-color: var(--color-white);
  border-radius: 9px;
  border: solid 1px var(--color-grey-light);
  padding: 2em;
}
.submitted-message p {
  margin: 0;
  font-weight: 500;
  text-align: center;
}
.submitted-message a {
  color: var(--color-blue-dark);
}
.submitted-message a:hover {
  color: var(--color-blue);
  text-decoration: underline;
}

ul.inputs-list.inputs-list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.inputs-list.inputs-list li:not(:first-child) {
  margin-top: 0;
}
.input:has(ul.inputs-list.inputs-list) {
  padding: 0.75em;
}

.hs-form-required {
  -webkit-margin-start: 0.25em;
          margin-inline-start: 0.25em;
}

.hs-error-msgs.hs-error-msgs.hs-error-msgs.hs-error-msgs {
  margin-top: 4px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0;
}
.hs-error-msgs.hs-error-msgs.hs-error-msgs.hs-error-msgs li {
  position: relative;
  padding: 4px 8px;
  list-style: none;
}
.hs-error-msgs.hs-error-msgs.hs-error-msgs.hs-error-msgs li:before {
  all: unset;
  content: "";
  position: absolute;
  background-color: var(--color-red-lighter);
  inset: 0;
  z-index: -1;
  border-radius: 9px;
  opacity: 0.5;
}
.hs-error-msgs.hs-error-msgs.hs-error-msgs.hs-error-msgs label {
  color: var(--color-red);
  font-size: 12px;
  font-weight: 450;
}

.field:has(.hs-error-msgs) .hs-form-required {
  color: var(--color-red);
}
.field:has(.hs-error-msgs) .input:not(.range):focus-within {
  outline-color: var(--color-red);
}
.field:has(.hs-error-msgs):has(input:focus-visible) label {
  color: var(--color-red);
}

.input .hs-fieldtype-intl-phone {
  --min-number-width: 13.5ch;
  display: grid;
  gap: 0 1em;
  grid-template-columns: minmax(auto, 1fr) minmax(var(--min-number-width), 2fr);
}
@container field (width < 300px) {
  .input .hs-fieldtype-intl-phone {
    gap: 0 12px;
    grid-template-columns: 1fr var(--min-number-width);
  }
}
.input .hs-fieldtype-intl-phone select {
  padding-right: 18px;
}

.hs-recaptcha {
  position: absolute;
}
.hs-recaptcha .input {
  border: none !important;
  padding: 0 !important;
}

.legal-consent-container .hs-richtext p {
  font-family: var(--font-family-primary);
  font-size: 10px;
  color: var(--color-grey);
  margin-block: 0;
}
.legal-consent-container .hs-richtext a {
  text-decoration: underline;
  color: var(--color-grey-dark);
}

.field.hs-fieldtype-booleancheckbox .input.input {
  border: none;
  padding: 0;
}

.hs-dependent-field {
  display: contents;
}

form.split-form {
  row-gap: 24px;
}
form.split-form .slides-wrapper {
  display: grid;
  grid-auto-flow: column;
  gap: 24px;
  align-items: start;
  padding-top: 8px;
  margin-inline: -24px;
  padding-inline: 24px;
  overflow-x: hidden;
  overflow-y: clip;
  counter-reset: progress;
}
form.split-form .slide {
  width: 100cqw;
  display: grid;
  align-items: start;
  gap: 18px;
  transition: all 0.6s ease-out;
  transform: translateX(calc(var(--current-slide, 0) * (-100cqw - 24px)));
}
form.split-form .slide[inert] {
  pointer-events: none;
}
@media (width <= 990px) {
  form.split-form .slide[inert] {
    height: 0;
  }
}
form.split-form .slide-controls {
  grid-column: span 12;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 12px;
}
form.split-form .slide-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: var(--color-blue);
  color: var(--color-white);
  border-radius: 99px;
  font-family: var(--font-family-primary);
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 2.5em;
  transition: all 0.15s ease-out;
}
form.split-form .slide-button:not(:disabled) {
  cursor: pointer;
}
form.split-form .slide-prev {
  justify-self: start;
  background-color: transparent;
  color: var(--color-blue-gray-50);
  font-size: 14px;
}
form.split-form .slide-prev:disabled {
  color: var(--color-blue-gray-15);
}
form.split-form .slide-prev:not(:disabled):hover {
  color: var(--color-blue-dark);
}
@media (width <= 990px) {
  form.split-form .slide-prev {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
form.split-form .slide-next {
  justify-self: end;
  display: flex;
  flex-direction: row;
  gap: 1em;
  align-items: center;
  transition: all 0.15s ease-out;
}
form.split-form .slide-next.hidden {
  opacity: 0;
  pointer-events: none;
}
@media (width <= 990px) {
  form.split-form .slide-next:not(.hidden) {
    display: contents;
  }
  form.split-form .slide-next .legal-consent-container {
    grid-row: 1;
    grid-column: 1/-1;
  }
}
form.split-form .slide-next-button {
  justify-self: end;
}
form.split-form .slide-next-button:disabled {
  background-color: var(--color-blue-gray-15);
}
form.split-form .slide-next-button:not(:disabled):hover {
  background-color: var(--color-blue-dark);
}
form.split-form .slides-progress {
  display: flex;
  justify-content: center;
  gap: 48px;
}
form.split-form .slide-progress-indicator {
  position: relative;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 600;
  width: 2em;
  aspect-ratio: 1;
  border-radius: 99px;
  color: var(--color-blue-gray-33);
  border: solid 1.5px var(--color-blue-gray-15);
  counter-increment: progress;
}
form.split-form .slide-progress-indicator:before {
  content: counter(progress);
}
form.split-form .slide-progress-indicator:not(:first-child):after {
  content: "";
  height: 2px;
  width: 50px;
  border-radius: 1px;
  background-color: var(--color-blue-gray-15);
  position: absolute;
  inset-inline-start: calc(-100% - 20px);
  z-index: -1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  form.split-form .slide-progress-indicator:not(:first-child):after {
    height: 1.5px;
    width: 49px;
    inset-inline-start: calc(-100% - 20.5px);
  }
}
form.split-form .slide-progress-indicator[data-active], form.split-form .slide-progress-indicator:has(~ [data-active]) {
  background-color: var(--color-blue-lighter);
  border-color: var(--color-blue-dark);
  color: var(--color-blue-dark);
  transition: all 0.3s ease-out 0.03s;
}
form.split-form .slide-progress-indicator[data-active]:after, form.split-form .slide-progress-indicator:has(~ [data-active]):after {
  background-color: var(--color-blue-dark);
  transition: inherit;
  transition-delay: 0s;
}
form.split-form .hs-submit {
  grid-column: span 12;
  justify-self: end;
}

/**
 *
 * Buttons
 *
 */
.button, .button-borderedReversed-blue, .button-solidReversed-blue, .button-bordered-blue, .button-solid-blue {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 12px 23px;
  font-family: var(--font-family-primary);
  font-size: var(--tg-font-size-button);
  font-weight: var(--tg-font-weight-button);
  line-height: var(--tg-line-height-button);
  letter-spacing: normal;
  text-align: center;
  white-space: nowrap;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.25s;
  border-radius: 999em;
  border: 2px solid;
}

.button-solid-blue {
  background-color: var(--color-blue);
  border-color: var(--color-blue);
  color: var(--color-white);
  --icon-color: var(--color-white);
}
.button-solid-blue:hover {
  background-color: var(--color-blue-dark);
  border-color: var(--color-blue-dark);
  color: var(--color-white);
}
body.rtl .button-solid-blue svg {
  transform: rotate(180deg);
}
.button-solid-blue svg:first-child {
  margin-right: 10px;
}
body.rtl .button-solid-blue svg:first-child {
  margin-right: 0;
  margin-left: 10px;
}
.button-solid-blue svg:last-child {
  margin-left: 10px;
}
body.rtl .button-solid-blue svg:last-child {
  margin-right: 10px;
  margin-left: 0;
}
.button-solid-blue.is-login {
  padding: 12px 23px 12px 12px;
}
body.rtl .button-solid-blue.is-login {
  padding: 12px 12px 12px 23px;
}
.button-solid-blue.is-login svg {
  width: auto;
  height: 20px;
}
.button-solid-blue.is-video {
  padding: 3px 3px 3px 23px;
}
body.rtl .button-solid-blue.is-video {
  padding: 3px 23px 3px 3px;
}
.button-solid-blue.is-video svg {
  width: auto;
  height: 40px;
}
.button-solid-blue.is-arrow svg {
  width: auto;
  height: 14px;
  transition: var(--tg-transition-medium);
}
.button-solid-blue.is-arrow:hover svg {
  transform: translateX(6px);
}
body.rtl .button-solid-blue.is-arrow:hover svg {
  transform: translateX(-6px) rotate(180deg);
}

.button-bordered-blue {
  background-color: var(--color-white);
  border-color: var(--color-blue);
  color: var(--color-blue);
  --icon-color: var(--color-blue);
}
.button-bordered-blue:hover {
  background-color: var(--color-white);
  border-color: var(--color-blue-dark);
  color: var(--color-blue-dark);
  --icon-color: var(--color-blue-dark);
}
body.rtl .button-bordered-blue svg {
  transform: rotate(180deg);
}
.button-bordered-blue svg:first-child {
  margin-right: 10px;
}
body.rtl .button-bordered-blue svg:first-child {
  margin-right: 0;
  margin-left: 10px;
}
.button-bordered-blue svg:last-child {
  margin-left: 10px;
}
body.rtl .button-bordered-blue svg:last-child {
  margin-right: 10px;
  margin-left: 0;
}
.button-bordered-blue.is-login {
  padding: 12px 23px 12px 12px;
}
body.rtl .button-bordered-blue.is-login {
  padding: 12px 12px 12px 23px;
}
.button-bordered-blue.is-login svg {
  width: auto;
  height: 20px;
}
.button-bordered-blue.is-video {
  padding: 3px 3px 3px 23px;
}
body.rtl .button-bordered-blue.is-video {
  padding: 3px 23px 3px 3px;
}
.button-bordered-blue.is-video svg {
  width: auto;
  height: 40px;
}
.button-bordered-blue.is-arrow svg {
  width: auto;
  height: 14px;
  transition: var(--tg-transition-medium);
}
.button-bordered-blue.is-arrow:hover svg {
  transform: translateX(6px);
}
body.rtl .button-bordered-blue.is-arrow:hover svg {
  transform: translateX(-6px) rotate(180deg);
}

.button-solidReversed-blue {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-blue);
  --icon-color: var(--color-blue);
}
.button-solidReversed-blue:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-blue-dark);
  --icon-color: var(--color-blue-dark);
}
body.rtl .button-solidReversed-blue svg {
  transform: rotate(180deg);
}
.button-solidReversed-blue svg:first-child {
  margin-right: 10px;
}
body.rtl .button-solidReversed-blue svg:first-child {
  margin-right: 0;
  margin-left: 10px;
}
.button-solidReversed-blue svg:last-child {
  margin-left: 10px;
}
body.rtl .button-solidReversed-blue svg:last-child {
  margin-right: 10px;
  margin-left: 0;
}
.button-solidReversed-blue.is-login {
  padding: 12px 23px 12px 12px;
}
body.rtl .button-solidReversed-blue.is-login {
  padding: 12px 12px 12px 23px;
}
.button-solidReversed-blue.is-login svg {
  width: auto;
  height: 20px;
}
.button-solidReversed-blue.is-video {
  padding: 3px 3px 3px 23px;
}
body.rtl .button-solidReversed-blue.is-video {
  padding: 3px 23px 3px 3px;
}
.button-solidReversed-blue.is-video svg {
  width: auto;
  height: 40px;
}
.button-solidReversed-blue.is-arrow svg {
  width: auto;
  height: 14px;
  transition: var(--tg-transition-medium);
}
.button-solidReversed-blue.is-arrow:hover svg {
  transform: translateX(6px);
}
body.rtl .button-solidReversed-blue.is-arrow:hover svg {
  transform: translateX(-6px) rotate(180deg);
}

.button-borderedReversed-blue {
  background-color: var(--color-blue);
  border-color: var(--color-white);
  color: var(--color-white);
  --icon-color: var(--color-white);
}
.button-borderedReversed-blue:hover {
  background-color: var(--color-blue-dark);
  border-color: var(--color-white);
  color: var(--color-white);
}
body.rtl .button-borderedReversed-blue svg {
  transform: rotate(180deg);
}
.button-borderedReversed-blue svg:first-child {
  margin-right: 10px;
}
body.rtl .button-borderedReversed-blue svg:first-child {
  margin-right: 0;
  margin-left: 10px;
}
.button-borderedReversed-blue svg:last-child {
  margin-left: 10px;
}
body.rtl .button-borderedReversed-blue svg:last-child {
  margin-right: 10px;
  margin-left: 0;
}
.button-borderedReversed-blue.is-login {
  padding: 12px 23px 12px 12px;
}
body.rtl .button-borderedReversed-blue.is-login {
  padding: 12px 12px 12px 23px;
}
.button-borderedReversed-blue.is-login svg {
  width: auto;
  height: 20px;
}
.button-borderedReversed-blue.is-video {
  padding: 3px 3px 3px 23px;
}
body.rtl .button-borderedReversed-blue.is-video {
  padding: 3px 23px 3px 3px;
}
.button-borderedReversed-blue.is-video svg {
  width: auto;
  height: 40px;
}
.button-borderedReversed-blue.is-arrow svg {
  width: auto;
  height: 14px;
  transition: var(--tg-transition-medium);
}
.button-borderedReversed-blue.is-arrow:hover svg {
  transform: translateX(6px);
}
body.rtl .button-borderedReversed-blue.is-arrow:hover svg {
  transform: translateX(-6px) rotate(180deg);
}

/**
 *
 * Inline buttons
 *
 */
.button-inline, .button-inline-blue {
  display: inline-block;
  font-family: var(--font-family-primary);
  font-size: var(--tg-font-size-button);
  font-weight: var(--tg-font-weight-button);
  line-height: var(--tg-line-height-button);
  letter-spacing: normal;
}

.button-inline-blue {
  color: var(--color-blue);
  --icon-color: var(--color-blue);
}
.button-inline-blue:hover {
  color: var(--color-blue-dark);
  --icon-color: var(--color-blue-dark);
}
.button-inline-blue:hover svg {
  transform: translateX(6px) translateY(1px);
}
body.rtl .button-inline-blue:hover svg {
  transform: translateX(-6px) translateY(1px) rotate(180deg);
}
.button-inline-blue svg {
  margin-left: 7px;
  width: auto;
  height: 14px;
  transform: translateY(1px);
  transition: var(--tg-transition-medium);
}
body.rtl .button-inline-blue svg {
  margin-left: 0;
  margin-right: 7px;
  transform: translateY(1px) rotate(180deg);
}

.document-download-link {
  background-color: var(--color-blue-dark);
  max-width: -moz-max-content;
  max-width: max-content;
  font-weight: 645;
  padding: 0.5em 1em;
  border-radius: 12px;
  line-height: 1;
  margin: 0.333em;
  position: relative;
  text-wrap: balance;
}
.document-download-link, .document-download-link:hover {
  color: var(--color-white);
}
.document-download-link:after {
  content: "";
  position: absolute;
  inset: -0.333em;
  border: solid 2px var(--color-blue-light);
  border-radius: 1em;
  pointer-events: none;
}
.document-download-link:hover {
  background-color: var(--color-blue);
}
.document-download-link span, .document-download-link em {
  display: flex;
  gap: 0.75em;
  align-items: center;
}
.document-download-link span:before, .document-download-link em:before {
  content: url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 1L8 13M8 13L13 8M8 13L3 8M15 15V16C15 16.5523 14.5523 17 14 17H2C1.44772 17 1 16.5523 1 16V15' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  flex: none;
}

/**
 *
 * Tags
 *
 */
.tag, .tag-blueMagent, .tag-blue, .tag-turquoise, .tag-green, .tag-mustard, .tag-orange, .tag-red, .tag-coral, .tag-pink, .tag-purple {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999em;
  font-family: var(--font-family-primary);
  font-size: var(--tg-font-size-button);
  font-weight: var(--tg-font-weight-button);
  line-height: var(--tg-line-height-button);
  letter-spacing: normal;
}

.tag-purple {
  background-color: var(--color-purple-lighter);
  color: var(--color-purple);
}
.tag-purple:hover[href] {
  color: #fff;
  background-color: var(--color-purple-dark);
}
.tag-purple:hover:not([href]) {
  background-color: var(--color-purple-lighter);
  color: var(--color-purple);
}

.tag-pink {
  background-color: var(--color-pink-lighter);
  color: var(--color-pink);
}
.tag-pink:hover[href] {
  color: #fff;
  background-color: var(--color-pink-dark);
}
.tag-pink:hover:not([href]) {
  background-color: var(--color-pink-lighter);
  color: var(--color-pink);
}

.tag-coral {
  background-color: var(--color-coral-lighter);
  color: var(--color-coral);
}
.tag-coral:hover[href] {
  color: #fff;
  background-color: var(--color-coral-dark);
}
.tag-coral:hover:not([href]) {
  background-color: var(--color-coral-lighter);
  color: var(--color-coral);
}

.tag-red {
  background-color: var(--color-red-lighter);
  color: var(--color-red);
}
.tag-red:hover[href] {
  color: #fff;
  background-color: var(--color-red-dark);
}
.tag-red:hover:not([href]) {
  background-color: var(--color-red-lighter);
  color: var(--color-red);
}

.tag-orange {
  background-color: var(--color-orange-lighter);
  color: var(--color-orange);
}
.tag-orange:hover[href] {
  color: #fff;
  background-color: var(--color-orange-dark);
}
.tag-orange:hover:not([href]) {
  background-color: var(--color-orange-lighter);
  color: var(--color-orange);
}

.tag-mustard {
  background-color: var(--color-mustard-lighter);
  color: var(--color-mustard);
}
.tag-mustard:hover[href] {
  color: #fff;
  background-color: var(--color-mustard-dark);
}
.tag-mustard:hover:not([href]) {
  background-color: var(--color-mustard-lighter);
  color: var(--color-mustard);
}

.tag-green {
  background-color: var(--color-green-lighter);
  color: var(--color-green);
}
.tag-green:hover[href] {
  color: #fff;
  background-color: var(--color-green-dark);
}
.tag-green:hover:not([href]) {
  background-color: var(--color-green-lighter);
  color: var(--color-green);
}

.tag-turquoise {
  background-color: var(--color-turquoise-lighter);
  color: var(--color-turquoise);
}
.tag-turquoise:hover[href] {
  color: #fff;
  background-color: var(--color-turquoise-dark);
}
.tag-turquoise:hover:not([href]) {
  background-color: var(--color-turquoise-lighter);
  color: var(--color-turquoise);
}

.tag-blue {
  background-color: var(--color-blue-lighter);
  color: var(--color-blue);
}
.tag-blue:hover[href] {
  color: #fff;
  background-color: var(--color-blue-dark);
}
.tag-blue:hover:not([href]) {
  background-color: var(--color-blue-lighter);
  color: var(--color-blue);
}

.tag-blueMagent {
  background-color: var(--color-blueMagent-lighter);
  color: var(--color-blueMagent);
}
.tag-blueMagent:hover[href] {
  color: #fff;
  background-color: var(--color-blueMagent-dark);
}
.tag-blueMagent:hover:not([href]) {
  background-color: var(--color-blueMagent-lighter);
  color: var(--color-blueMagent);
}

.tippy-box[data-theme~=main] {
  background-color: var(--color-white);
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
  border-radius: 12px;
  font: inherit;
  color: inherit;
}
.tippy-box[data-theme~=main] .tippy-content {
  padding: 12px;
}
.tippy-box[data-theme~=main] .tippy-arrow {
  color: var(--color-white);
}

.tooltip-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.tooltip-button circle {
  stroke: var(--color-blue-gray-50);
}
.tooltip-button path {
  fill: var(--color-blue-gray-50);
}

.share-links .small-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color-blue-gray-33);
  margin: 0 0 0.5em;
}
.share-links .links {
  display: flex;
  gap: 10px;
}
@media (max-width: 991px) {
  .share-links .links {
    gap: 15px;
  }
}
.share-links a {
  display: grid;
  place-items: center;
  border-radius: 99px;
  background-color: var(--color-blue-gray-50);
  width: 32px;
  height: 32px;
}
@media (max-width: 991px) {
  .share-links a {
    width: 48px;
    height: 48px;
  }
}
.share-links a:hover {
  background-color: var(--color-blue-dark);
}
.share-links a svg {
  display: block;
  width: 16px;
  height: 16px;
}
@media (max-width: 991px) {
  .share-links a svg {
    width: 24px;
    height: 24px;
  }
}
.share-links a path {
  fill: var(--color-white);
}

.lottie-animation {
  --ratio: calc(var(--width) / var(--height));
  aspect-ratio: var(--ratio);
  display: grid;
}
.lottie-animation > * {
  grid-area: 1/1;
}
.lottie-animation[data-lottie-start=click] {
  cursor: pointer;
}
.lottie-animation svg {
  display: block;
  transform: unset !important;
}
.lottie-animation svg path {
  transition: unset;
}
.lottie-animation canvas {
  display: block;
  background-color: var(--color-white);
}
.lottie-animation img {
  width: 100%;
  max-height: none;
}
.lottie-animation:has(svg) img {
  display: block;
  opacity: 0;
}
@media (min-width: 800px) {
  .section-coverSide .lottie-animation {
    --image-max-height: 32vw;
  }
}
.section-coverSide .lottie-animation, .section-coverSide .lottie-animation img {
  width: auto;
  min-height: var(--image-min-height);
  max-height: var(--image-max-height);
  max-width: var(--image-max-width);
}

/**
*
* Shortcode: Single Testimonial
*
*/
.shortcode-singleTestimonial {
  --image-size: 46px;
  --font-size: 14px;
  display: grid;
  grid-template-columns: var(--image-size) 1fr;
  grid-gap: 10px;
}
.shortcode-singleTestimonial.no-image {
  display: block;
}
.shortcode-singleTestimonial.no-image .shortcode-singleTestimonial__content:before {
  display: none;
}
@media (max-width: 767px) {
  .shortcode-singleTestimonial {
    display: flex;
    flex-direction: column;
    grid-gap: unset;
    gap: 10px;
  }
}
.shortcode-singleTestimonial__image {
  width: var(--image-size);
  height: var(--image-size);
  overflow: hidden;
  display: block;
  margin-top: 3px;
  border-radius: 100px;
  border: 2px solid #fff;
}
.shortcode-singleTestimonial__image img {
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.shortcode-singleTestimonial__content {
  padding: calc(var(--font-size) + 1px);
  position: relative;
  background: rgba(234, 245, 255, 0.5);
  border-radius: 18px;
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (max-width: 767px) {
  .shortcode-singleTestimonial__content {
    padding: 16px 12px;
  }
}
.shortcode-singleTestimonial__content:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: 100%;
  top: 21px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid rgba(234, 245, 255, 0.5);
}
@media (max-width: 767px) {
  .shortcode-singleTestimonial__content:before {
    bottom: 100%;
    left: 16px;
    right: unset;
    top: unset;
    border-top: unset;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(234, 245, 255, 0.5);
  }
}
.shortcode-singleTestimonial__quote {
  margin-bottom: calc(var(--font-size) * 0.33);
  grid-column: 1/3;
}
.shortcode-singleTestimonial__quote q, .shortcode-singleTestimonial__quote p {
  margin: 0;
  display: block;
  position: relative;
  font-family: var(--font-family-primary);
  font-variation-settings: "slnt" -7;
  font-weight: 600;
  font-size: var(--font-size);
  line-height: 1.21;
  color: var(--color-blue-darker);
}
.shortcode-singleTestimonial__quote q:before, .shortcode-singleTestimonial__quote p:before {
  position: absolute;
  top: 0;
  right: 100%;
}
.shortcode-singleTestimonial__author {
  list-style: none;
  padding: 0;
}
.shortcode-singleTestimonial__author {
  margin: 0;
}
.shortcode-singleTestimonial__author em {
  margin: 0;
  display: inline-block;
  position: relative;
  font-family: var(--font-family-primary);
  font-style: normal;
  font-variation-settings: "slnt" -7;
  font-weight: 400;
  font-size: var(--font-size);
  line-height: 1;
  color: var(--color-blue-gray-50);
}
@media (min-width: 768px) {
  .shortcode-singleTestimonial__author em:not(:last-child):after {
    content: "|";
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  .shortcode-singleTestimonial__author em {
    display: block;
  }
  .shortcode-singleTestimonial__author em:not(:last-child) {
    margin-bottom: 4px;
  }
}
.shortcode-singleTestimonial__author em b, .shortcode-singleTestimonial__author em strong {
  font-weight: bold;
}
.shortcode-singleTestimonial__rating {
  display: flex;
  gap: 0.125em;
  margin-bottom: -0.25em;
}
.shortcode-singleTestimonial__rating img, .shortcode-singleTestimonial__rating svg {
  width: 1em;
  display: block;
  --stars-color: var(--color-mustard);
}
.post-content .shortcode-singleTestimonial {
  --font-size: 1em;
}
.post-content .shortcode-singleTestimonial__author {
  margin: 0;
}
.shortcode-singleTestimonial br, .shortcode-singleTestimonial p:empty {
  display: none;
}
.shortcode-singleTestimonial + .shortcode-singleTestimonial {
  margin-top: 1em;
}

.cta-simple {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  margin-block: 24px;
  border-radius: 24px;
  --button-bg-color: var(--color-blue);
  --button-color: var(--color-white);
}
.cta-simple[data-style=darkblue], .cta-simple[data-style=darkblue-mustard] {
  background-color: var(--color-blue-dark-special);
  color: var(--color-white);
}
.cta-simple[data-style=darkblue] .title, .cta-simple[data-style=darkblue-mustard] .title {
  color: var(--color-blue-light);
}
.cta-simple[data-style=darkblue-mustard] {
  --button-bg-color: var(--color-mustard);
  --button-color: var(--color-blue-dark-special);
}
.cta-simple[data-style=darkblue] {
  --button-bg-color: var(--color-white);
  --button-color: var(--color-blue);
}
.cta-simple[data-style=white] {
  box-shadow: var(--shadow-main);
  color: var(--color-blue-dark-special);
}
.cta-simple .button-solid-blue, .cta-simple .button-solid-blue:hover {
  background-color: var(--button-bg-color);
  border-color: var(--button-bg-color);
  color: var(--button-color);
}
.cta-simple .texts {
  flex: 1;
}
.cta-simple p {
  margin-block: 0;
}
.cta-simple .title {
  font-family: var(--font-family-title);
  font-weight: 600;
  font-size: 24px;
}
.cta-simple a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  gap: 0.75em;
  flex: none;
}
.cta-simple a:after {
  content: "";
  transition: inherit;
  width: 24px;
  height: 14px;
  background-color: currentColor;
  -webkit-clip-path: path("m17.6.28 6.12 6.05c.37.37.37.97 0 1.34l-6.11 6.05a.97.97 0 0 1-1.36 0 .94.94 0 0 1 0-1.34l4.47-4.43H.96A.96.96 0 0 1 0 7c0-.52.43-.95.96-.95h19.76l-4.47-4.43a.94.94 0 0 1 0-1.34.97.97 0 0 1 1.36 0Z");
          clip-path: path("m17.6.28 6.12 6.05c.37.37.37.97 0 1.34l-6.11 6.05a.97.97 0 0 1-1.36 0 .94.94 0 0 1 0-1.34l4.47-4.43H.96A.96.96 0 0 1 0 7c0-.52.43-.95.96-.95h19.76l-4.47-4.43a.94.94 0 0 1 0-1.34.97.97 0 0 1 1.36 0Z");
}
.cta-simple a:hover:after {
  transform: translateX(0.25em);
}
.rtl .cta-simple a:hover:after {
  transform: translateX(-0.25em);
}

#onetrust-consent-sdk {
  font-family: var(--font-family-primary);
}
#onetrust-consent-sdk #onetrust-banner-sdk .ot-sdk-button,
#onetrust-consent-sdk #ot-sdk-cookie-policy .ot-sdk-button,
#onetrust-consent-sdk #onetrust-pc-sdk .ot-sdk-button,
#onetrust-consent-sdk #onetrust-banner-sdk button[id],
#onetrust-consent-sdk #onetrust-pc-sdk button[id],
#onetrust-consent-sdk #ot-sdk-cookie-policy button[id],
#onetrust-consent-sdk #onetrust-banner-sdk button[class],
#onetrust-consent-sdk #onetrust-pc-sdk button[class],
#onetrust-consent-sdk #ot-sdk-cookie-policy button[class] {
  border-radius: 99px;
  padding-inline: 1.5em;
  transition: all 0.15s ease-out;
}
#onetrust-consent-sdk .ot-close-icon {
  opacity: 0.33;
}
#onetrust-consent-sdk #onetrust-banner-sdk a[href], #onetrust-consent-sdk #onetrust-banner-sdk a[href] font {
  color: var(--color-blue) !important;
}
#onetrust-consent-sdk #onetrust-banner-sdk.otCenterRounded,
#onetrust-consent-sdk #onetrust-pc-sdk.otPcCenter {
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 3px 24px rgba(0, 0, 0, 0.1);
}
#onetrust-consent-sdk #onetrust-banner-sdk #onetrust-policy-text, #onetrust-consent-sdk #onetrust-banner-sdk .ot-dpd-desc, #onetrust-consent-sdk #onetrust-banner-sdk .ot-b-addl-des {
  line-height: 1.35;
}
@media only screen and (min-width: 1024px) {
  #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-accept-btn-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-reject-all-handler, #onetrust-consent-sdk #onetrust-banner-sdk #onetrust-pc-btn-handler {
    margin-block: 1.5em;
  }
}
/*# sourceMappingURL=main.css.map */
