.gform_wrapper.gravity-theme select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .ginput_container_select:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 16px;
  height: 12px;
  width: 12px;
  border-top: 1px solid var(--e-global-color-primary);
  border-right: 1px solid var(--e-global-color-primary);
  transform: rotate(135deg);
}
.gform_wrapper.gravity-theme .gfield.hide-label .gfield_label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select, .gform_wrapper.gravity-theme .gfield textarea {
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-text);
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  padding: 12px;
}
.gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield select::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gfield input:-moz-placeholder, .gform_wrapper.gravity-theme .gfield select:-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder, .gform_wrapper.gravity-theme .gfield input::-moz-placeholder, .gform_wrapper.gravity-theme .gfield select::-moz-placeholder, .gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder, .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield select:-ms-input-placeholder, .gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {
  color: var(--e-global-color-text);
}
.gform_wrapper.gravity-theme .gfield ::placeholder {
  color: var(--e-global-color-text);
}
.contact-form .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_label {
  font-size: 25px;
  line-height: 30px;
  color: var(--e-global-color-text);
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_checkbox label {
  font-size: 25px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice {
  margin-bottom: 10px;
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  display: inline;
  font-weight: 300;
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice label {
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  color: var(--e-global-color-primary);
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  height: 21px;
  width: 21px;
  background-color: white;
  border-radius: 100%;
  border: 1px solid var(--e-global-color-primary);
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice label:after {
  content: "";
  left: 5px;
  top: 10px;
  width: 11px;
  height: 11px;
  position: absolute;
  background-color: var(--e-global-color-primary);
  border-radius: 100%;
  display: none;
}
.contact-form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:after {
  display: block;
}
.contact-form .gform_wrapper.gravity-theme .gfield.gf_list_2col {
  margin: 20px;
}
.contact-form .gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_label {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.contact-form .gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_label:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 6px;
  height: 12px;
  width: 12px;
  border-top: 1px solid var(--e-global-color-primary);
  border-right: 1px solid var(--e-global-color-primary);
  transform: rotate(135deg);
}
.contact-form .gform_wrapper.gravity-theme .gfield.gf_list_2col .ginput_container_checkbox {
  display: none;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer {
  justify-content: right;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  border-color: var(--e-global-color-secondary);
  padding-right: 50px;
  padding-left: 50px;
}
.cta-sidebar-form .gform_wrapper.gravity-theme .gfield input, .cta-sidebar-form .gform_wrapper.gravity-theme .gfield select, .cta-sidebar-form .gform_wrapper.gravity-theme .gfield textarea {
  border-color: var(--e-global-color-9eba703);
}
.cta-sidebar-form .gform_wrapper.gravity-theme .gform_footer {
  position: relative;
}
.cta-sidebar-form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  padding: 8px 30px 12px;
  border-radius: 28px;
  text-align: left;
}
.cta-sidebar-form .gform_wrapper.gravity-theme .gform_footer:after {
  content: '';
  display: block;
  position: absolute;
  top: 34px;
  right: 30px;
  background-image: url(../images/arrow-icon-right.svg);
  width: 19px;
  height: 16px;
}
.browser-bar {
  display: none;
}
html.old .browser-bar {
  display: block;
  width: 100%;
  height: 200px;
  background: #e3e3e3;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
html.old .browser-bar .browser-inner {
  background: #e3e3e3 url(../images/update-your-browser.jpg) no-repeat;
  width: 740px;
  height: 200px;
  margin: 0 auto;
  position: relative;
}
html.old .browser-bar .browser-inner a {
  display: block;
  position: absolute;
  top: 130px;
  width: 170px;
  height: 50px;
  text-indent: -99999px;
}
html.old .browser-bar .browser-inner a.chrome {
  left: 22px;
}
html.old .browser-bar .browser-inner a.firefox {
  left: 216px;
}
html.old .browser-bar .browser-inner a.ie {
  left: 410px;
}
html.old .browser-bar .browser-inner a.safari {
  left: 576px;
}
body.karolo-theme .elementor-section.section--narrow {
  margin-left: -5px;
  margin-right: -5px;
  width: calc(100% + 10px);
}
body.karolo-theme .elementor-section.section--default {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
body.karolo-theme .elementor-section.section--extended {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}
body.karolo-theme .elementor-section.section--wide {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}
body.karolo-theme .elementor-section.section--wider {
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
}
body.karolo-theme .elementor-section.header {
  z-index: 10;
}
body.karolo-theme .elementor-widget .elementor-icon-list-item {
  align-items: flex-start;
}
body.karolo-theme .elementor-widget .elementor-icon-list-item .elementor-icon-list-icon {
  position: relative;
  top: 6px;
}
body.karolo-theme .elementor-widget-theme-post-content .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}
body.karolo-theme .header.elementor-sticky--effects {
  -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 39, 79, 0.4);
  box-shadow: 0px 7px 10px 0px rgba(0, 39, 79, 0.4);
  background-color: white !important;
}
body.karolo-theme .jet-mega-menu-mega-container {
  top: 50px !important;
}
body.karolo-theme .jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner {
  background-color: transparent;
}
body.karolo-theme .jet-mega-menu-mega-container .menu-item {
  display: flex;
  align-items: center;
}
body.karolo-theme .jet-mega-menu-mega-container .menu-item .elementor-icon-list-icon {
  margin-right: 20px;
}
body.karolo-theme .jet-mega-menu-mega-container .menu-item .elementor-icon-list-icon svg {
  width: 10px;
  margin-top: 10px;
  max-height: 40px;
  fill: white;
}
body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item a {
  position: relative;
}
body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item a:after {
  content: '';
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item a:hover:after {
  background-color: var(--e-global-color-secondary);
}
body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active, body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item, body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current {
  color: var(--e-global-color-secondary);
  text-transform: uppercase;
}
body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active a .jet-mega-menu-item__title, body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item a .jet-mega-menu-item__title, body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current a .jet-mega-menu-item__title {
  color: var(--e-global-color-secondary);
}
body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active a:after, body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item a:after, body.karolo-theme .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current a:after {
  background-color: var(--e-global-color-secondary);
}
body.karolo-theme .elementor-button:hover {
  font-size: var(--e-global-typography-2963007-font-size);
  line-height: var(--e-global-typography-2963007-line-height);
}
body.karolo-theme .absolute-position-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.karolo-theme .careers-listing ul {
  list-style: none;
  padding-left: 0;
}
body.karolo-theme .careers-listing #whr_embed_hook li.whr-date {
  display: none !important;
}
body.karolo-theme .careers-listing .whr-item .whr-title {
  margin-bottom: 0;
}
body.karolo-theme .careers-listing .whr-item .whr-title a {
  font-size: 36px;
  line-height: 46px;
}
body.karolo-theme .careers-listing .whr-item .whr-info {
  border-bottom: 1px solid #e1e2e5;
  padding-bottom: 32px;
}
body.karolo-theme .careers-listing .whr-item .whr-info li {
  font-size: 22px;
  line-height: 31px;
}
body.karolo-theme .careers-listing .whr-item:last-child .whr-info {
  border-bottom: 0;
  padding-bottom: 0;
}
body.karolo-theme .services-svg {
  position: absolute;
  top: 0;
}
body.karolo-theme .services-svg .services-svg-img .jet-inline-svg--custom-width {
  max-width: 90% !important;
}
body.karolo-theme .mix-blend-background .elementor-background-overlay {
  mix-blend-mode: multiply;
}
body.karolo-theme .testimonials-carousel .jet-testimonials .jet-arrow, body.karolo-theme .testimonials-carousel .jet-testimonials .jet-slick-dots {
  z-index: 10;
}
body.karolo-theme .testimonials-carousel .jet-testimonials .jet-arrow {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.karolo-theme .testimonials-carousel .jet-testimonials__name, body.karolo-theme .testimonials-carousel .jet-testimonials__position {
  width: 80%;
}
body.karolo-theme .testimonials-carousel .jet-slick-dots li span {
  width: 80px !important;
}
body.karolo-theme .mobile-menu ul li.menu-item a {
  line-height: 28px !important;
}
body.karolo-theme .mobile-menu ul li.menu-item a:hover {
  line-height: 28px !important;
}
body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item a .jet-mega-menu-item__label {
  color: white;
}
body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item a:hover:after {
  background-color: white;
}
body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active, body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item {
  color: white;
}
body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active a:after, body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item a:after {
  background-color: white;
}
body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active a .jet-mega-menu-item__title, body.karolo-theme.secondary-header .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item a .jet-mega-menu-item__title {
  color: white;
}
body.karolo-theme.secondary-header .header {
  background-color: transparent !important;
}
body.karolo-theme.secondary-header .header .mobile-menu-icon .elementor-icon .fas {
  color: white;
}
body.karolo-theme.secondary-header .header.elementor-sticky--effects {
  background-color: white !important;
}
body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item a .jet-mega-menu-item__label {
  color: var(--e-global-color-primary);
}
body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item a:hover:after {
  background-color: var(--e-global-color-secondary);
}
body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active, body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item {
  color: var(--e-global-color-secondary);
}
body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active a:after, body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item a:after {
  background-color: var(--e-global-color-secondary);
}
body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item .elementor-item-active a .jet-mega-menu-item__title, body.karolo-theme.secondary-header .header.elementor-sticky--effects .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item a .jet-mega-menu-item__title {
  color: var(--e-global-color-secondary);
}
body.karolo-theme.secondary-header .header.elementor-sticky--effects .mobile-menu-icon .elementor-icon .fas {
  color: var(--e-global-color-primary);
}
body.karolo-theme .jet-select {
  position: relative;
}
body.karolo-theme .jet-select:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 13px;
  height: 12px;
  width: 12px;
  border-top: 1px solid var(--e-global-color-primary);
  border-right: 1px solid var(--e-global-color-primary);
  transform: rotate(135deg);
  pointer-events: none;
}
body.karolo-theme .publications-listing-icon {
  cursor: pointer;
}
body.karolo-theme .dropdowns {
  margin: 40px 0;
  border-top: 1px solid var(--e-global-color-primary);
}
body.karolo-theme .dropdowns .dropdown-wrap {
  width: 100%;
  position: relative;
  margin: 0;
  border-bottom: 1px solid var(--e-global-color-primary);
  min-height: 81px;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-title-wrap {
  padding: 15px 15px 15px 0;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-title-wrap .dropdown-title {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-title-wrap .dropdown-title h3 {
  margin: 0;
  font-family: var(--e-global-typography-53fe9af-font-family), Sans-serif;
  font-size: var(--e-global-typography-53fe9af-font-size);
  line-height: var(--e-global-typography-53fe9af-line-height);
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-title-wrap .dropdown-title h3:after {
  display: none;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-title-wrap .dropdown-title h5 {
  margin: 0;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-open-container {
  position: relative;
  text-align: right;
  float: right;
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--e-global-color-secondary);
  cursor: pointer;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-open-container span {
  position: absolute;
  left: 18px;
  top: 15px;
  height: 14px;
  width: 14px;
  display: block;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 2px solid white;
  border-right: 2px solid white;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-open-container.close span {
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 21px;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-list {
  border-bottom: 1px solid var(--e-global-color-primary);
  margin-bottom: 24px;
  padding-bottom: 12px;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-list a {
  color: var(--e-global-color-secondary);
  font-weight: 500;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-list:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
body.karolo-theme .dropdowns .dropdown-wrap .dropdown-content {
  display: none;
  padding: 14px 0 10px;
}
body.karolo-theme .dropdowns:first-child {
  margin-top: 0;
}
body.karolo-theme .elementor-widget-text-editor ul, body.karolo-theme .ul-styling ul, body.karolo-theme .text-styling ul {
  margin: 1.2em 0 2em;
}
body.karolo-theme .elementor-widget-text-editor ul li, body.karolo-theme .ul-styling ul li, body.karolo-theme .text-styling ul li {
  margin-bottom: 10px;
}
body.karolo-theme .elementor-widget-text-editor ul li::marker, body.karolo-theme .ul-styling ul li::marker, body.karolo-theme .text-styling ul li::marker {
  font-size: 0.8em;
}
body.karolo-theme .elementor-widget-text-editor p + h1, body.karolo-theme .ul-styling p + h1, body.karolo-theme .text-styling p + h1, body.karolo-theme .elementor-widget-text-editor p + h2, body.karolo-theme .ul-styling p + h2, body.karolo-theme .text-styling p + h2, body.karolo-theme .elementor-widget-text-editor p + h3, body.karolo-theme .ul-styling p + h3, body.karolo-theme .text-styling p + h3, body.karolo-theme .elementor-widget-text-editor p + h4, body.karolo-theme .ul-styling p + h4, body.karolo-theme .text-styling p + h4, body.karolo-theme .elementor-widget-text-editor p + h5, body.karolo-theme .ul-styling p + h5, body.karolo-theme .text-styling p + h5, body.karolo-theme .elementor-widget-text-editor p + h6, body.karolo-theme .ul-styling p + h6, body.karolo-theme .text-styling p + h6 {
  margin-top: 1.8em;
}
body.karolo-theme .colour-primary {
  color: var(--e-global-color-primary);
}
body.karolo-theme .colour-secondary {
  color: var(--e-global-color-secondary);
}
body.karolo-theme .cky-consent-container, body.karolo-theme .cky-prefrence-btn-wrapper {
  font-family: sans-serif;
}
body.karolo-theme .cky-consent-container .cky-btn, body.karolo-theme .cky-prefrence-btn-wrapper .cky-btn {
  background-image: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  padding: 8px 27px;
  font-weight: 500;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: unset;
  word-spacing: unset;
}
body.karolo-theme .cky-consent-container .cky-btn-customize, body.karolo-theme .cky-prefrence-btn-wrapper .cky-btn-customize {
  padding: 8px 28px 8px 14px;
}
body.karolo-theme .cky-consent-container .cky-btn-customize:after, body.karolo-theme .cky-prefrence-btn-wrapper .cky-btn-customize:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
body.karolo-theme .landing-page-cta {
  position: relative;
}
body.karolo-theme .landing-page-cta:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/cta-background-large.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
@media (max-width: 1024px) {
  body.karolo-theme .testimonials-carousel .jet-testimonials__name, body.karolo-theme .testimonials-carousel .jet-testimonials__position {
    width: 60%;
  }
}
@media (max-width: 767px) {
  body.karolo-theme .services-svg {
    position: relative !important;
  }
  body.karolo-theme .services-svg .services-svg-img .jet-inline-svg--custom-width {
    max-width: 100% !important;
  }
  body.karolo-theme .testimonials-carousel .jet-arrow.slick-arrow svg {
    width: 12px;
  }
  body.karolo-theme .testimonials-carousel .jet-testimonials__name, body.karolo-theme .testimonials-carousel .jet-testimonials__position {
    width: 70%;
  }
}
