@charset "UTF-8";

body.no-scroll {
  overflow: hidden;
}

.nmp-last-el h1:last-child,
.nmp-last-el h2:last-child,
.nmp-last-el h3:last-child,
.nmp-last-el h4:last-child,
.nmp-last-el h5:last-child,
.nmp-last-el h6:last-child,
.nmp-last-el ul:last-child,
.nmp-last-el ol:last-child,
.nmp-last-el p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.share-icons-box {
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.share-icons-box .share-text {
  color: #2D1B20;
  font-size: 16px;
  font-weight: 300;
  line-height: 1 !important;
}

.share-icons-box .share-icons .addtoany_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.share-icons-box .share-icons .addtoany_list > a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 3px !important;
  padding: 0;
  margin-right: 5px;
}

.share-icons-box .share-icons .addtoany_list > a img {
  width: 15px;
  height: 15px;
}

.share-icons-box .share-icons .addtoany_list > a .a2a_svg {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 25px !important;
  height: 25px !important;
  border-radius: 3px !important;
  transition: all 0.3s ease-in-out;
}

.share-icons-box .share-icons .addtoany_list > a .a2a_svg svg {
  width: 20px;
  height: 20px;
  margin-bottom: 3px;
}

.share-icons-box .share-icons .addtoany_list > a .a2a_svg svg path {
  transition: all 0.3s ease-in-out;
}

.share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg,
.share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg {
  opacity: 1;
}

.share-icons-box .share-icons .addtoany_list > a:hover .a2a_svg svg path,
.share-icons-box .share-icons .addtoany_list > a:focus .a2a_svg svg path {
  fill: #AECC53;
}

.share-icons-box .share-icons .addtoany_list > a:last-child {
  margin-right: 0;
}

.ajax-posts-list-wrap {
  position: relative;
}

.ajax-preloader {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ajax-preloader:after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 50%;
  border: 10px solid;
  border-color: #1A9EDA transparent #1A9EDA transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.ajax-no-posts-info span {
  color: #2D1B20;
  font-size: 20px;
  font-weight: 900;
  line-height: 28px;
  letter-spacing: -0.3px;
}

@-webkit-keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 5px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: 5px;
  }

  100% {
    margin-top: 0;
  }
}

main .form-label {
  position: fixed;
  top: 50%;
  z-index: 999;
  right: 0;
  border-radius: 30px 0px 0px 30px;
  background: #832281;
  padding: 20px 25px 20px 30px;
}

main .form-label .form-label-link {
  color: #FFF;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  main .form-label {
    padding: 10px;
  }

  main .form-label .form-label-link {
    font-size: 13px;
  }
}

.hidden_field_it_rec {
  display: none !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

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

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1178px;
  --font-family-sans-serif: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: Montserrat, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 19px;
  padding-left: 19px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -19px;
  margin-left: -19px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 19px;
  padding-left: 19px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.6666666667%;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

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

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

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

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

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

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (max-width: 1177.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

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

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

.float-none {
  float: none !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.6rem;
}

h4,
.h4 {
  font-size: 1.4rem;
}

h5,
.h5 {
  font-size: 1.2rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

select.form-control[size],
select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.form-row > .col > .valid-tooltip,
.form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid,
select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid,
select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

@media (max-width: 767.98px) {
  .admin-bar #wpadminbar {
    position: fixed;
  }
}

html {
  color: #636b6f;
  font-size: 14px;
  height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  position: relative;
}

/**
Disable W3C & Bootstrap standard styles for the abbr tag
 */

abbr[title].required {
  border-bottom: none;
  text-decoration: none;
}

.monofont {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

#site-header.has-fixed-top-navbar {
  padding-top: 85px;
}

@media screen and (max-width: 1177.98px) and (max-width: 782px) {
  body.admin-bar #site-header nav.navbar.fixed-top {
    top: 46px !important;
  }
}

#site-footer {
  background: #f4f5f7;
}

#site-footer #wc-footer-main {
  padding: 65px 15px 80px;
}

#site-footer .wc-footer-image {
  margin-bottom: 20px;
}

#site-footer .footer-menu {
  margin-bottom: 20px;
}

#site-footer .footer-menu-title {
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

#site-footer .footer-menu a {
  display: block;
  color: #212529;
  line-height: 1.7;
}

#site-footer .footer-menu a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .location {
  margin-bottom: 10px;
}

#site-footer .location .footer-location-title {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

#site-footer .location .location-line-1,
#site-footer .location .location-line-2,
#site-footer .location a {
  display: block;
}

#site-footer .location a {
  color: #212529;
}

#site-footer .location a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#site-footer .opening-hours {
  margin-bottom: 20px;
}

#site-footer .opening-hours-title {
  font-weight: 600;
  margin-bottom: 10px;
}

#site-footer .opening-hours span {
  display: block;
}

#site-footer .wc-footer-social {
  margin-bottom: 20px;
}

#site-footer .wc-footer-social span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

#site-footer .wc-footer-social a {
  margin: 0 15px 0 0;
  font-size: 1.4rem;
  color: #212529;
}

#site-footer .wc-footer-social a:hover {
  text-decoration: none;
  color: #e1e4e7;
}

#wc-bottom-bar {
  padding: 20px 0;
  background: #fff;
}

@media (max-width: 575.98px) {
  #wc-bottom-bar .wc-footer-copyright {
    display: block;
    margin-bottom: 1rem;
    text-align: center;
  }
}

#wc-bottom-bar .bottom-bar-menu {
  width: 100%;
  text-align: center;
}

#wc-bottom-bar .bottom-bar-menu a {
  color: #212529;
  margin: 10px;
  font-size: 1rem;
}

#wc-bottom-bar .bottom-bar-menu a:hover {
  color: #e1e4e7;
  text-decoration: none;
}

html {
  overflow-x: initial;
  width: auto;
  scroll-behavior: smooth;
}

body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

body * {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

body h1,
body h2,
body h3,
body h4,
body h5 {
  font-weight: 700;
  line-height: 55px;
}

body h1 span,
body h2 span,
body h3 span,
body h4 span,
body h5 span {
  font-family: "Poppins", sans-serif;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

body h1,
body h2,
body h3,
body h4 {
  font-weight: 700;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

body h1 {
  font-size: 70px;
}

@media (max-width: 450px) {
  body h1 {
    font-size: 45px;
  }
}

body h2 {
  font-size: 40px;
}

@media (max-width: 450px) {
  body h2 {
    font-size: 35px;
  }
}

body h3 {
  font-size: 18px;
}

@media (max-width: 450px) {
  body h3 {
    font-size: 16px;
  }
}

body h4 {
  font-size: 22px;
}

@media (max-width: 450px) {
  body h4 {
    font-size: 18px;
  }
}

body .exc-message span {
  color: #fff !important;
}

body input,
body textarea,
body p,
body li,
body a,
body span {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #2D1B20;
}

body a {
  font-family: "Poppins", sans-serif;
}

body a:hover {
  color: #2D1B20;
  text-decoration: none;
}

body p strong {
  font-weight: 700;
  font-size: inherit;
  color: inherit;
}

body p a {
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: #AECC53 !important;
}

body p a:hover {
  color: #AECC53;
  text-decoration: underline;
}

body ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: #AECC53;
}

body ul li a:hover {
  color: #AECC53;
  text-decoration: underline;
}

body .section-description ul li a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: #AECC53;
}

body .section-description ul li a:hover {
  color: #AECC53;
  text-decoration: underline;
}

body .page-template-default h1,
body .page-template-default h2,
body .post-type-archive h1,
body .post-type-archive h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
}

.svg-404-arrows {
  background: url("sprites.svg") no-repeat;
  background-position: 0 0;
}

.svg-404-arrows-dims {
  width: 1328px;
  height: 1032px;
}

.svg-arrow-white-down {
  background: url("sprites.svg") no-repeat;
  background-position: 11.2237998648% 8.6883313689%;
}

.svg-arrow-white-down-dims {
  width: 15px;
  height: 17px;
}

.svg-bg-element-light {
  background: url("sprites.svg") no-repeat;
  background-position: 11.8807501769% 9.2009472853%;
}

.svg-bg-element-light-dims {
  width: 543px;
  height: 494px;
}

.svg-checkbox-check {
  background: url("sprites.svg") no-repeat;
  background-position: 15.9344373099% 12.986029288%;
}

.svg-checkbox-check-dims {
  width: 11px;
  height: 13px;
}

.svg-checkmark {
  background: url("sprites.svg") no-repeat;
  background-position: 16.0314375053% 13.0987456857%;
}

.svg-checkmark-dims {
  width: 14px;
  height: 16px;
}

.svg-checkmark-green {
  background: url("sprites.svg") no-repeat;
  background-position: 16.1606765328% 13.2323232323%;
}

.svg-checkmark-green-dims {
  width: 22px;
  height: 15px;
}

.svg-chevron-down-black {
  background: url("sprites.svg") no-repeat;
  background-position: 16.3384329304% 13.3529659234%;
}

.svg-chevron-down-black-dims {
  width: 16px;
  height: 10px;
}

.svg-chevron-down-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 16.4681030841% 13.4348447884%;
}

.svg-chevron-down-blue-dims {
  width: 12px;
  height: 8px;
}

.svg-chevron-down-white {
  background: url("sprites.svg") no-repeat;
  background-position: 16.5694972539% 13.5021452006%;
}

.svg-chevron-down-white-dims {
  width: 12px;
  height: 8px;
}

.svg-chevron-left-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 16.6694829334% 13.5717290703%;
}

.svg-chevron-left-blue-dims {
  width: 11px;
  height: 10px;
}

.svg-chevron-portal {
  background: url("sprites.svg") no-repeat;
  background-position: 16.7567567568% 13.6593166134%;
}

.svg-chevron-portal-dims {
  width: 7px;
  height: 13px;
}

.svg-chevron-right-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 16.8144582383% 13.7664086166%;
}

.svg-chevron-right-blue-dims {
  width: 6px;
  height: 11px;
}

.svg-chevron-right-green {
  background: url("sprites.svg") no-repeat;
  background-position: 16.8651296343% 13.8589700438%;
}

.svg-chevron-right-green-dims {
  width: 6px;
  height: 11px;
}

.svg-chevron-right-white {
  background: url("sprites.svg") no-repeat;
  background-position: 16.9186586705% 13.9538798182%;
}

.svg-chevron-right-white-dims {
  width: 8px;
  height: 13px;
}

.svg-close-popup-btn {
  background: url("sprites.svg") no-repeat;
  background-position: 17.0034666441% 14.0727640222%;
}

.svg-close-popup-btn-dims {
  width: 20px;
  height: 21px;
}

.svg-cta-bg-arrows {
  background: url("sprites.svg") no-repeat;
  background-position: 17.4950469463% 14.9787535411%;
}

.svg-cta-bg-arrows-dims {
  width: 238px;
  height: 599px;
}

.svg-cta-bg-arrows-dark {
  background: url("sprites.svg") no-repeat;
  background-position: 19.5451804634% 20.2815155807%;
}

.svg-cta-bg-arrows-dark-dims {
  width: 238px;
  height: 599px;
}

.svg-facebook-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 21.1811422778% 24.3327439589%;
}

.svg-facebook-blue-dims {
  width: 11px;
  height: 18px;
}

.svg-facebook-white {
  background: url("sprites.svg") no-repeat;
  background-position: 21.2740790808% 24.4842973815%;
}

.svg-facebook-white-dims {
  width: 11px;
  height: 18px;
}

.svg-filter-arrow-top {
  background: url("sprites.svg") no-repeat;
  background-position: 21.4358365825% 24.6317030053%;
}

.svg-filter-arrow-top-dims {
  width: 49px;
  height: 16px;
}

.svg-footer-arrows {
  background: url("sprites.svg") no-repeat;
  background-position: 22.2971804186% 25.0596252129%;
}

.svg-footer-arrows-dims {
  width: 285px;
  height: 155px;
}

.svg-form-add-row {
  background: url("sprites.svg") no-repeat;
  background-position: 24.2073222288% 26.08%;
}

.svg-form-add-row-dims {
  width: 20px;
  height: 20px;
}

.svg-form-icon-airco {
  background: url("sprites.svg") no-repeat;
  background-position: 24.4032503809% 26.2683296814%;
}

.svg-form-icon-airco-dims {
  width: 33px;
  height: 29px;
}

.svg-form-icon-airco-green {
  background: url("sprites.svg") no-repeat;
  background-position: 24.6825799898% 26.512725434%;
}

.svg-form-icon-airco-green-dims {
  width: 33px;
  height: 29px;
}

.svg-form-icon-airco-white {
  background: url("sprites.svg") no-repeat;
  background-position: 24.9619095988% 26.7571211866%;
}

.svg-form-icon-airco-white-dims {
  width: 33px;
  height: 29px;
}

.svg-form-icon-battery {
  background: url("sprites.svg") no-repeat;
  background-position: 25.2305609612% 26.9901440485%;
}

.svg-form-icon-battery-dims {
  width: 28px;
  height: 24px;
}

.svg-form-icon-battery-green {
  background: url("sprites.svg") no-repeat;
  background-position: 25.5041518387% 27.2290172923%;
}

.svg-form-icon-battery-green-dims {
  width: 45px;
  height: 40px;
}

.svg-form-icon-battery-white {
  background: url("sprites.svg") no-repeat;
  background-position: 25.8482105085% 27.5292730183%;
}

.svg-form-icon-battery-white-dims {
  width: 28px;
  height: 24px;
}

.svg-form-icon-brandkast {
  background: url("sprites.svg") no-repeat;
  background-position: 26.0851171842% 27.7314463819%;
}

.svg-form-icon-brandkast-dims {
  width: 28px;
  height: 24px;
}

.svg-form-icon-brandkast-green {
  background: url("sprites.svg") no-repeat;
  background-position: 26.7728055077% 28.3515731874%;
}

.svg-form-icon-brandkast-green-dims {
  width: 227px;
  height: 199px;
}

.svg-form-icon-brandkast-white {
  background: url("sprites.svg") no-repeat;
  background-position: 28.2426601235% 29.6099738859%;
}

.svg-form-icon-brandkast-white-dims {
  width: 28px;
  height: 24px;
}

.svg-form-icon-chair {
  background: url("sprites.svg") no-repeat;
  background-position: 28.4651162791% 29.8121472496%;
}

.svg-form-icon-chair-dims {
  width: 22px;
  height: 24px;
}

.svg-form-icon-chair-green {
  background: url("sprites.svg") no-repeat;
  background-position: 29.1491009206% 30.6125955838%;
}

.svg-form-icon-chair-green-dims {
  width: 224px;
  height: 256px;
}

.svg-form-icon-chair-white {
  background: url("sprites.svg") no-repeat;
  background-position: 30.5454545455% 32.1708364923%;
}

.svg-form-icon-chair-white-dims {
  width: 22px;
  height: 24px;
}

.svg-form-icon-copy {
  background: url("sprites.svg") no-repeat;
  background-position: 30.7601151177% 32.3866509354%;
}

.svg-form-icon-copy-dims {
  width: 33px;
  height: 29px;
}

.svg-form-icon-copy-green {
  background: url("sprites.svg") no-repeat;
  background-position: 31.0394447266% 32.631046688%;
}

.svg-form-icon-copy-green-dims {
  width: 33px;
  height: 29px;
}

.svg-form-icon-copy-white {
  background: url("sprites.svg") no-repeat;
  background-position: 31.3187743355% 32.8754424406%;
}

.svg-form-icon-copy-white-dims {
  width: 33px;
  height: 29px;
}

.svg-form-icon-desktop {
  background: url("sprites.svg") no-repeat;
  background-position: 31.6248729244% 33.1198381932%;
}

.svg-form-icon-desktop-dims {
  width: 43px;
  height: 29px;
}

.svg-form-icon-desktop-green {
  background: url("sprites.svg") no-repeat;
  background-position: 31.9891562182% 33.3642339457%;
}

.svg-form-icon-desktop-green-dims {
  width: 43px;
  height: 29px;
}

.svg-form-icon-desktop-white {
  background: url("sprites.svg") no-repeat;
  background-position: 32.353439512% 33.6086296983%;
}

.svg-form-icon-desktop-white-dims {
  width: 43px;
  height: 29px;
}

.svg-form-icon-diverse-elektronica {
  background: url("sprites.svg") no-repeat;
  background-position: 33.0141904599% 34.3450752394%;
}

.svg-form-icon-diverse-elektronica-dims {
  width: 149px;
  height: 199px;
}

.svg-form-icon-diverse-elektronica-green {
  background: url("sprites.svg") no-repeat;
  background-position: 34.2879124637% 36.0465116279%;
}

.svg-form-icon-diverse-elektronica-green-dims {
  width: 149px;
  height: 199px;
}

.svg-form-icon-diverse-elektronica-white {
  background: url("sprites.svg") no-repeat;
  background-position: 35.5616344674% 37.7479480164%;
}

.svg-form-icon-diverse-elektronica-white-dims {
  width: 149px;
  height: 199px;
}

.svg-form-icon-harddisk-in-computer {
  background: url("sprites.svg") no-repeat;
  background-position: 36.945897282% 39.138179659%;
}

.svg-form-icon-harddisk-in-computer-dims {
  width: 184px;
  height: 106px;
}

.svg-form-icon-harddisk-in-computer-green {
  background: url("sprites.svg") no-repeat;
  background-position: 38.5235359684% 40.0373229282%;
}

.svg-form-icon-harddisk-in-computer-green-dims {
  width: 184px;
  height: 106px;
}

.svg-form-icon-harddisk-in-computer-white {
  background: url("sprites.svg") no-repeat;
  background-position: 40.1011746549% 40.9364661973%;
}

.svg-form-icon-harddisk-in-computer-white-dims {
  width: 184px;
  height: 106px;
}

.svg-form-icon-harddrive {
  background: url("sprites.svg") no-repeat;
  background-position: 41.1147762835% 41.546626232%;
}

.svg-form-icon-harddrive-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-harddrive-green {
  background: url("sprites.svg") no-repeat;
  background-position: 41.3352513116% 41.7663913703%;
}

.svg-form-icon-harddrive-green-dims {
  width: 29px;
  height: 29px;
}

.svg-form-icon-harddrive-white {
  background: url("sprites.svg") no-repeat;
  background-position: 41.5630550622% 41.9930924101%;
}

.svg-form-icon-harddrive-white-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-kopieer {
  background: url("sprites.svg") no-repeat;
  background-position: 41.7660492261% 42.1952657737%;
}

.svg-form-icon-kopieer-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-kopieer-green {
  background: url("sprites.svg") no-repeat;
  background-position: 42.5922746781% 43.1276778063%;
}

.svg-form-icon-kopieer-green-dims {
  width: 197px;
  height: 225px;
}

.svg-form-icon-kopieer-white {
  background: url("sprites.svg") no-repeat;
  background-position: 43.6352871522% 44.2928144217%;
}

.svg-form-icon-kopieer-white-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-laptop {
  background: url("sprites.svg") no-repeat;
  background-position: 43.8642518619% 44.4949877854%;
}

.svg-form-icon-laptop-dims {
  width: 31px;
  height: 24px;
}

.svg-form-icon-laptop-green {
  background: url("sprites.svg") no-repeat;
  background-position: 44.1452882906% 44.7159952806%;
}

.svg-form-icon-laptop-green-dims {
  width: 36px;
  height: 29px;
}

.svg-form-icon-laptop-white {
  background: url("sprites.svg") no-repeat;
  background-position: 44.4312796209% 44.9414539634%;
}

.svg-form-icon-laptop-white-dims {
  width: 31px;
  height: 24px;
}

.svg-form-icon-mixed-hardware {
  background: url("sprites.svg") no-repeat;
  background-position: 44.7125560918% 45.1284210526%;
}

.svg-form-icon-mixed-hardware-dims {
  width: 36px;
  height: 20px;
}

.svg-form-icon-mixed-hardware-green {
  background: url("sprites.svg") no-repeat;
  background-position: 47.8879582095% 47.2546780286%;
}

.svg-form-icon-mixed-hardware-green-dims {
  width: 744px;
  height: 512px;
}

.svg-form-icon-mixed-hardware-white {
  background: url("sprites.svg") no-repeat;
  background-position: 51.3165692998% 49.6084210526%;
}

.svg-form-icon-mixed-hardware-white-dims {
  width: 36px;
  height: 20px;
}

.svg-form-icon-monitor {
  background: url("sprites.svg") no-repeat;
  background-position: 51.5864286319% 49.7936146913%;
}

.svg-form-icon-monitor-dims {
  width: 28px;
  height: 24px;
}

.svg-form-icon-monitor-green {
  background: url("sprites.svg") no-repeat;
  background-position: 51.8452683257% 50.0168548795%;
}

.svg-form-icon-monitor-green-dims {
  width: 33px;
  height: 29px;
}

.svg-form-icon-monitor-white {
  background: url("sprites.svg") no-repeat;
  background-position: 52.1025467468% 50.2400808693%;
}

.svg-form-icon-monitor-white-dims {
  width: 28px;
  height: 24px;
}

.svg-form-icon-netwerk {
  background: url("sprites.svg") no-repeat;
  background-position: 52.3217457498% 50.442254233%;
}

.svg-form-icon-netwerk-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-netwerk-green {
  background: url("sprites.svg") no-repeat;
  background-position: 53.4285468468% 51.5122954331%;
}

.svg-form-icon-netwerk-green-dims {
  width: 224px;
  height: 224px;
}

.svg-form-icon-netwerk-white {
  background: url("sprites.svg") no-repeat;
  background-position: 54.4193521103% 52.5313789908%;
}

.svg-form-icon-netwerk-white-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-other {
  background: url("sprites.svg") no-repeat;
  background-position: 54.6223462742% 52.7335523545%;
}

.svg-form-icon-other-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-other-green {
  background: url("sprites.svg") no-repeat;
  background-position: 54.8485361313% 52.9580313501%;
}

.svg-form-icon-other-green-dims {
  width: 29px;
  height: 29px;
}

.svg-form-icon-other-white {
  background: url("sprites.svg") no-repeat;
  background-position: 55.0706250529% 53.1800185326%;
}

.svg-form-icon-other-white-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-overig {
  background: url("sprites.svg") no-repeat;
  background-position: 55.2736192168% 53.3821918962%;
}

.svg-form-icon-overig-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-overig-green {
  background: url("sprites.svg") no-repeat;
  background-position: 55.5423829283% 53.6476343088%;
}

.svg-form-icon-overig-green-dims {
  width: 38px;
  height: 38px;
}

.svg-form-icon-overig-white {
  background: url("sprites.svg") no-repeat;
  background-position: 55.7980208069% 53.9044730857%;
}

.svg-form-icon-overig-white-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-phone {
  background: url("sprites.svg") no-repeat;
  background-position: 55.9820749133% 54.1066464493%;
}

.svg-form-icon-phone-dims {
  width: 20px;
  height: 24px;
}

.svg-form-icon-phone-green {
  background: url("sprites.svg") no-repeat;
  background-position: 56.1606765328% 54.3317040283%;
}

.svg-form-icon-phone-green-dims {
  width: 22px;
  height: 29px;
}

.svg-form-icon-phone-white {
  background: url("sprites.svg") no-repeat;
  background-position: 56.3371945548% 54.5531126274%;
}

.svg-form-icon-phone-white-dims {
  width: 20px;
  height: 24px;
}

.svg-form-icon-printer {
  background: url("sprites.svg") no-repeat;
  background-position: 56.5493315282% 54.7783583347%;
}

.svg-form-icon-printer-dims {
  width: 29px;
  height: 29px;
}

.svg-form-icon-printer-green {
  background: url("sprites.svg") no-repeat;
  background-position: 56.7947199188% 55.0227540873%;
}

.svg-form-icon-printer-green-dims {
  width: 29px;
  height: 29px;
}

.svg-form-icon-printer-white {
  background: url("sprites.svg") no-repeat;
  background-position: 57.0401083094% 55.2671498399%;
}

.svg-form-icon-printer-white-dims {
  width: 29px;
  height: 29px;
}

.svg-form-icon-server {
  background: url("sprites.svg") no-repeat;
  background-position: 57.2612704051% 55.4881644343%;
}

.svg-form-icon-server-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-server-green {
  background: url("sprites.svg") no-repeat;
  background-position: 57.4885767473% 55.7138041463%;
}

.svg-form-icon-server-green-dims {
  width: 29px;
  height: 29px;
}

.svg-form-icon-server-white {
  background: url("sprites.svg") no-repeat;
  background-position: 57.7095491838% 55.9346306124%;
}

.svg-form-icon-server-white-dims {
  width: 24px;
  height: 24px;
}

.svg-form-icon-thin {
  background: url("sprites.svg") no-repeat;
  background-position: 57.8538234052% 56.1368039761%;
}

.svg-form-icon-thin-dims {
  width: 12px;
  height: 24px;
}

.svg-form-icon-thin-green {
  background: url("sprites.svg") no-repeat;
  background-position: 57.9699121028% 56.3722184761%;
}

.svg-form-icon-thin-green-dims {
  width: 15px;
  height: 31px;
}

.svg-form-icon-thin-white {
  background: url("sprites.svg") no-repeat;
  background-position: 58.0819602873% 56.6001179345%;
}

.svg-form-icon-thin-white-dims {
  width: 12px;
  height: 24px;
}

.svg-form-icon-ups {
  background: url("sprites.svg") no-repeat;
  background-position: 58.2719810443% 56.8022912981%;
}

.svg-form-icon-ups-dims {
  width: 30px;
  height: 24px;
}

.svg-form-icon-ups-green {
  background: url("sprites.svg") no-repeat;
  background-position: 58.5258525853% 57.0044646618%;
}

.svg-form-icon-ups-green-dims {
  width: 30px;
  height: 24px;
}

.svg-form-icon-ups-white {
  background: url("sprites.svg") no-repeat;
  background-position: 58.7797241263% 57.2066380254%;
}

.svg-form-icon-ups-white-dims {
  width: 30px;
  height: 24px;
}

.svg-form-icon-usb {
  background: url("sprites.svg") no-repeat;
  background-position: 59.0435886585% 57.4088113891%;
}

.svg-form-icon-usb-dims {
  width: 32px;
  height: 24px;
}

.svg-form-icon-usb-green {
  background: url("sprites.svg") no-repeat;
  background-position: 59.3395427604% 57.6352604079%;
}

.svg-form-icon-usb-green-dims {
  width: 37px;
  height: 29px;
}

.svg-form-icon-usb-white {
  background: url("sprites.svg") no-repeat;
  background-position: 59.627592044% 57.8552775672%;
}

.svg-form-icon-usb-white-dims {
  width: 32px;
  height: 24px;
}

.svg-form-remove-row {
  background: url("sprites.svg") no-repeat;
  background-position: 59.8376595925% 58.0378947368%;
}

.svg-form-remove-row-dims {
  width: 20px;
  height: 20px;
}

.svg-header-image-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 60.2871219844% 58.4771573604%;
}

.svg-header-image-icon-dims {
  width: 75px;
  height: 75px;
}

.svg-header-template-arrows {
  background: url("sprites.svg") no-repeat;
  background-position: 63.3680862343% 64.2128480838%;
}

.svg-header-template-arrows-dims {
  width: 529px;
  height: 1014px;
}

.svg-icon-arrow-left {
  background: url("sprites.svg") no-repeat;
  background-position: 65.1412620538% 67.331481949%;
}

.svg-icon-arrow-left-dims {
  width: 25px;
  height: 12px;
}

.svg-icon-check-green {
  background: url("sprites.svg") no-repeat;
  background-position: 65.3030174964% 67.4324665489%;
}

.svg-icon-check-green-dims {
  width: 16px;
  height: 12px;
}

.svg-icon-clock {
  background: url("sprites.svg") no-repeat;
  background-position: 65.4437869822% 67.5618791042%;
}

.svg-icon-clock-dims {
  width: 17px;
  height: 17px;
}

.svg-icon-close {
  background: url("sprites.svg") no-repeat;
  background-position: 65.6707575116% 67.790609458%;
}

.svg-icon-close-dims {
  width: 32px;
  height: 32px;
}

.svg-icon-close-black {
  background: url("sprites.svg") no-repeat;
  background-position: 65.9415996614% 68.0603557279%;
}

.svg-icon-close-black-dims {
  width: 32px;
  height: 32px;
}

.svg-icon-close-red {
  background: url("sprites.svg") no-repeat;
  background-position: 66.1005492184% 68.2150971977%;
}

.svg-icon-close-red-dims {
  width: 12px;
  height: 12px;
}

.svg-icon-dashboard-eye {
  background: url("sprites.svg") no-repeat;
  background-position: 66.2467235985% 68.3333333333%;
}

.svg-icon-dashboard-eye-dims {
  width: 20px;
  height: 15px;
}

.svg-icon-dolar {
  background: url("sprites.svg") no-repeat;
  background-position: 66.4382982323% 68.465359037%;
}

.svg-icon-dolar-dims {
  width: 24px;
  height: 16px;
}

.svg-icon-pin {
  background: url("sprites.svg") no-repeat;
  background-position: 66.5962302426% 68.6289371737%;
}

.svg-icon-pin-dims {
  width: 16px;
  height: 21px;
}

.svg-icon-school {
  background: url("sprites.svg") no-repeat;
  background-position: 66.7314681768% 68.8115893203%;
}

.svg-icon-school-dims {
  width: 16px;
  height: 22px;
}

.svg-instagram-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 66.8836658776% 68.9736465437%;
}

.svg-instagram-blue-dims {
  width: 19px;
  height: 18px;
}

.svg-instagram-white {
  background: url("sprites.svg") no-repeat;
  background-position: 67.0443016571% 69.1251999663%;
}

.svg-instagram-white-dims {
  width: 19px;
  height: 18px;
}

.svg-linkedin-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 67.1992560656% 69.2767533889%;
}

.svg-linkedin-blue-dims {
  width: 18px;
  height: 18px;
}

.svg-linkedin-white {
  background: url("sprites.svg") no-repeat;
  background-position: 67.3514244653% 69.4283068115%;
}

.svg-linkedin-white-dims {
  width: 18px;
  height: 18px;
}

.svg-login-icon-green {
  background: url("sprites.svg") no-repeat;
  background-position: 67.4522723433% 69.5330248212%;
}

.svg-login-icon-green-dims {
  width: 9px;
  height: 10px;
}

.svg-login-icon-white {
  background: url("sprites.svg") no-repeat;
  background-position: 67.5282986991% 69.6171644931%;
}

.svg-login-icon-white-dims {
  width: 9px;
  height: 10px;
}

.svg-mail-icon-white {
  background: url("sprites.svg") no-repeat;
  background-position: 67.6443242329% 69.7189025417%;
}

.svg-mail-icon-white-dims {
  width: 16px;
  height: 13px;
}

.svg-map-pin {
  background: url("sprites.svg") no-repeat;
  background-position: 67.825425019% 69.9401500464%;
}

.svg-map-pin-dims {
  width: 24px;
  height: 32px;
}

.svg-mega-menu-arrows {
  background: url("sprites.svg") no-repeat;
  background-position: 68.938030342% 71.0301893229%;
}

.svg-mega-menu-arrows-dims {
  width: 180px;
  height: 169px;
}

.svg-pagination-next-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 69.6510249026% 71.6828342472%;
}

.svg-pagination-next-arrow-dims {
  width: 41px;
  height: 40px;
}

.svg-pagination-prev-arrow {
  background: url("sprites.svg") no-repeat;
  background-position: 69.9923774032% 72.0202446225%;
}

.svg-pagination-prev-arrow-dims {
  width: 40px;
  height: 40px;
}

.svg-phone-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 70.1529103658% 72.1750105175%;
}

.svg-phone-blue-dims {
  width: 10px;
  height: 10px;
}

.svg-phone-green {
  background: url("sprites.svg") no-repeat;
  background-position: 70.2373912309% 72.2591501893%;
}

.svg-phone-green-dims {
  width: 10px;
  height: 10px;
}

.svg-phone-icon-white {
  background: url("sprites.svg") no-repeat;
  background-position: 70.3575352886% 72.3737373737%;
}

.svg-phone-icon-white-dims {
  width: 16px;
  height: 15px;
}

.svg-phone-white {
  background: url("sprites.svg") no-repeat;
  background-position: 70.4570414801% 72.469499369%;
}

.svg-phone-white-dims {
  width: 10px;
  height: 10px;
}

.svg-placeholder {
  background: url("sprites.svg") no-repeat;
  background-position: 72.7542040603% 74.0489480464%;
}

.svg-placeholder-dims {
  width: 370px;
  height: 250px;
}

.svg-play-btn-green {
  background: url("sprites.svg") no-repeat;
  background-position: 73.9860851858% 74.972539079%;
}

.svg-play-btn-green-dims {
  width: 61px;
  height: 60px;
}

.svg-portal-edit-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 74.2139959432% 75.1936026936%;
}

.svg-portal-edit-icon-dims {
  width: 15px;
  height: 15px;
}

.svg-portal-plus-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 74.3721992052% 75.3515789474%;
}

.svg-portal-plus-icon-dims {
  width: 20px;
  height: 20px;
}

.svg-review-arrow-left {
  background: url("sprites.svg") no-repeat;
  background-position: 74.7371990505% 75.7112705783%;
}

.svg-review-arrow-left-dims {
  width: 51px;
  height: 50px;
}

.svg-review-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 75.1695489997% 76.1333896159%;
}

.svg-review-arrow-right-dims {
  width: 51px;
  height: 50px;
}

.svg-review-section-bg {
  background: url("sprites.svg") no-repeat;
  background-position: 80.800942285% 80.6187766714%;
}

.svg-review-section-bg-dims {
  width: 810px;
  height: 647px;
}

.svg-review-section-bg-element {
  background: url("sprites.svg") no-repeat;
  background-position: 86.950303897% 85.047710759%;
}

.svg-review-section-bg-element-dims {
  width: 659px;
  height: 472px;
}

.svg-scroll-circle {
  background: url("sprites.svg") no-repeat;
  background-position: 88.0552729739% 86.0025327142%;
}

.svg-scroll-circle-dims {
  width: 51px;
  height: 50px;
}

.svg-search-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 88.2855451239% 86.2353634909%;
}

.svg-search-icon-dims {
  width: 24px;
  height: 24px;
}

.svg-search-icon-white {
  background: url("sprites.svg") no-repeat;
  background-position: 88.4885392878% 86.4375368545%;
}

.svg-search-icon-white-dims {
  width: 24px;
  height: 24px;
}

.svg-slider-arrow-green-right {
  background: url("sprites.svg") no-repeat;
  background-position: 88.819244452% 86.7566427668%;
}

.svg-slider-arrow-green-right-dims {
  width: 41px;
  height: 40px;
}

.svg-slider-arrow-left {
  background: url("sprites.svg") no-repeat;
  background-position: 89.1589734903% 87.0940531421%;
}

.svg-slider-arrow-left-dims {
  width: 40px;
  height: 40px;
}

.svg-slider-arrow-right {
  background: url("sprites.svg") no-repeat;
  background-position: 89.5053362697% 87.4314635175%;
}

.svg-slider-arrow-right-dims {
  width: 41px;
  height: 40px;
}

.svg-slider-section-bg-element {
  background: url("sprites.svg") no-repeat;
  background-position: 93.8428874735% 91.2639242172%;
}

.svg-slider-section-bg-element-dims {
  width: 543px;
  height: 494px;
}

.svg-tai-block-arrows {
  background: url("sprites.svg") no-repeat;
  background-position: 96.8641417651% 97.191011236%;
}

.svg-tai-block-arrows-dims {
  width: 335px;
  height: 681px;
}

.svg-tai-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 97.71161208% 98.1106498348%;
}

.svg-tai-icon-dims {
  width: 92px;
  height: 92px;
}

.svg-text-image-block-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 98.3603771982% 98.7562399526%;
}

.svg-text-image-block-icon-dims {
  width: 76px;
  height: 76px;
}

.svg-tooltip-icon {
  background: url("sprites.svg") no-repeat;
  background-position: 98.4956051386% 98.8888888889%;
}

.svg-tooltip-icon-dims {
  width: 15px;
  height: 15px;
}

.svg-tooltip-icon-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 98.6223799865% 99.0151515152%;
}

.svg-tooltip-icon-blue-dims {
  width: 15px;
  height: 15px;
}

.svg-tooltip-icon-purple {
  background: url("sprites.svg") no-repeat;
  background-position: 98.7491548343% 99.1414141414%;
}

.svg-tooltip-icon-purple-dims {
  width: 15px;
  height: 15px;
}

.svg-tooltip-triangle {
  background: url("sprites.svg") no-repeat;
  background-position: 99.1860958033% 99.2760333361%;
}

.svg-tooltip-triangle-dims {
  width: 52px;
  height: 16px;
}

.svg-upload-icon-purple {
  background: url("sprites.svg") no-repeat;
  background-position: 99.3238103288% 99.4107248085%;
}

.svg-upload-icon-purple-dims {
  width: 16px;
  height: 16px;
}

.svg-whatsapp-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 99.4422378095% 99.5286592038%;
}

.svg-whatsapp-blue-dims {
  width: 14px;
  height: 14px;
}

.svg-whatsapp-green {
  background: url("sprites.svg") no-repeat;
  background-position: 99.5605510014% 99.6464944028%;
}

.svg-whatsapp-green-dims {
  width: 14px;
  height: 14px;
}

.svg-whatsapp-white {
  background: url("sprites.svg") no-repeat;
  background-position: 99.6788641934% 99.7643296019%;
}

.svg-whatsapp-white-dims {
  width: 14px;
  height: 14px;
}

.svg-youtube-blue {
  background: url("sprites.svg") no-repeat;
  background-position: 99.8393642205% 99.8821648009%;
}

.svg-youtube-blue-dims {
  width: 19px;
  height: 14px;
}

.svg-youtube-white {
  background: url("sprites.svg") no-repeat;
  background-position: 100% 100%;
}

.svg-youtube-white-dims {
  width: 19px;
  height: 14px;
}

.button-wrapper .btn {
  padding: 16px 26px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  .button-wrapper .btn {
    padding: 10px 20px;
  }
}

.button-wrapper .btn span {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  .button-wrapper .btn span {
    font-size: 14px;
  }
}

.button-wrapper .btn:after {
  transition: all 0.5s ease-in-out;
}

.button-wrapper .btn.blue-elipse {
  background-color: #1A9EDA;
  border-radius: 100px;
  border: 2px solid #1A9EDA;
}

.button-wrapper .btn.blue-elipse:hover {
  background-color: #AECC53;
  border: 2px solid #AECC53;
}

.button-wrapper .btn.blue-border {
  border: 2px solid #1A9EDA;
  border-radius: 100px;
  background-color: transparent;
}

.button-wrapper .btn.blue-border:hover {
  background-color: #AECC53;
  border: 2px solid #AECC53;
}

.button-wrapper .btn.white-border {
  border: 2px solid #fff;
  border-radius: 100px;
  background-color: transparent;
}

.button-wrapper .btn.white-border:hover {
  background-color: #AECC53;
  border: 2px solid #AECC53;
}

.button-wrapper .btn.chevron-right {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.button-wrapper .btn.chevron-right span {
  line-height: 1;
}

.button-wrapper .btn.chevron-right:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  transition: all 0.5s ease-in-out;
}

.button-wrapper .btn.chevron-right:hover:after {
  margin-left: 5px;
  margin-right: -5px;
}

.button-wrapper .btn.chevron-down {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.button-wrapper .btn.chevron-down span {
  line-height: 1;
  color: #1A9EDA;
}

.button-wrapper .btn.chevron-down:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-blue.svg);
  transition: all 0.5s ease-in-out;
}

.button-wrapper .btn.chevron-down:hover {
  background-color: #fff;
  border-color: #1A9EDA;
}

.button-wrapper .btn.chevron-down:hover:after {
  margin-left: 5px;
  margin-right: -5px;
}

.button-wrapper .btn.chevron-down:hover span {
  line-height: 1;
}

.button-wrapper .btn.green-border {
  border: 2px solid #AECC53;
  border-radius: 100px;
  background-color: transparent;
}

.button-wrapper .btn.green-border:hover {
  background-color: #AECC53;
}

.button-wrapper .btn.green-elipse {
  background-color: #AECC53;
  border-radius: 100px;
  border: 2px solid #AECC53;
}

p a.btn.short-code {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  background-color: #1A9EDA;
  border-radius: 100px;
  margin-top: 20px;
  padding: 13px 26px 13px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  p a.btn.short-code {
    padding: 10px 20px;
  }
}

p a.btn.short-code span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  p a.btn.short-code span {
    font-size: 14px;
  }
}

p a.btn.short-code:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  transition: all 0.5s ease-in-out;
}

p a.btn.short-code:hover {
  background-color: #AECC53;
}

p a.btn.short-code:hover:after {
  margin-left: 5px;
  margin-right: -5px;
}

a.btn.short-code {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  background-color: #1A9EDA;
  border-radius: 100px;
  margin-top: 20px;
  padding: 13px 26px 13px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  a.btn.short-code {
    padding: 10px 20px;
  }
}

a.btn.short-code span {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  a.btn.short-code span {
    font-size: 14px;
  }
}

a.btn.short-code:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  transition: all 0.5s ease-in-out;
}

a.btn.short-code:hover {
  background-color: #AECC53;
}

a.btn.short-code:hover:after {
  margin-left: 5px;
  margin-right: -5px;
}

.wp-block-button a.wp-block-button__link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  background-color: #1A9EDA;
  border-radius: 100px;
  margin: 20px 0;
  padding: 13px 26px 11px;
  transition: all 0.5s ease-in-out;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  .wp-block-button a.wp-block-button__link {
    padding: 10px 20px;
  }
}

@media (max-width: 550px) {
  .wp-block-button a.wp-block-button__link {
    font-size: 14px;
  }
}

.wp-block-button a.wp-block-button__link:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  transition: all 0.5s ease-in-out;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .wp-block-button a.wp-block-button__link:after {
    margin-bottom: 2px;
  }
}

.wp-block-button a.wp-block-button__link:hover {
  background-color: #AECC53;
}

.wp-block-button a.wp-block-button__link:hover:after {
  margin-left: 5px;
  margin-right: -5px;
}

.pagination-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 51px;
  gap: 25px;
}

.pagination-wrapper span,
.pagination-wrapper a {
  color: #1A9EDA;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.pagination-wrapper span.current {
  font-weight: 700;
}

.pagination-wrapper .next {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/pagination-next-arrow.svg);
}

.pagination-wrapper .prev {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/pagination-prev-arrow.svg);
}

.posts-wrapper .posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .posts-wrapper .posts-list {
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 40px;
  }
}

@media (max-width: 787px) {
  .posts-wrapper .posts-list {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 20px;
  }
}

.posts-wrapper .posts-list .post-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  border-radius: 10px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.posts-wrapper .posts-list .post-item .post-link-main {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.posts-wrapper .posts-list .post-item .post-header {
  position: relative;
  border-radius: 10px 10px 0 0;
  background-size: cover;
  width: 100%;
  height: 250px;
  background-position: center;
}

.posts-wrapper .posts-list .post-item .post-header.no-image {
  width: 100%;
  height: 250px;
  background-size: 100% 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/placeholder.svg);
}

.posts-wrapper .posts-list .post-item .post-header .post-tax-wrapper {
  position: absolute;
  left: 17px;
  top: 15px;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.posts-wrapper .posts-list .post-item .post-header .post-tax-wrapper .post-tax {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 7px 12px 5px;
}

.posts-wrapper .posts-list .post-item .post-header .post-tax-wrapper .post-tax.blog-type {
  background-color: #AECC53;
  border-radius: 100px;
}

.posts-wrapper .posts-list .post-item .post-info-box {
  padding: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 250px);
}

.posts-wrapper .posts-list .post-item .post-info-box .post-title {
  color: #2D1B20;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.44;
}

.posts-wrapper .posts-list .post-item .post-info-box .post-meta {
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.posts-wrapper .posts-list .post-item .post-info-box .post-meta span {
  color: #2D1B20;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.posts-wrapper .posts-list .post-item .post-info-box .post-meta .spacer {
  width: 1px;
  height: 13px;
  background-color: #2D1B20;
  margin: 0 8px;
}

.posts-wrapper .posts-list .post-item .post-info-box .post-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 14px;
  color: #1A9EDA;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

.posts-wrapper .posts-list .post-item .post-info-box .post-link:after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-size: 20px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
  transition: all 0.5s ease-in-out;
}

.posts-wrapper .posts-list .post-item:hover .post-info-box .post-link {
  color: #AECC53;
}

.posts-wrapper .posts-list .post-item:hover .post-info-box .post-link:after {
  width: 20px;
  height: 12px;
  background-size: 20px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-green.svg);
}

.posts-wrapper .newsletter-item {
  border-radius: 10px;
  background: #1A9EDA;
  padding: 90px 42px 30px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {
  .posts-wrapper .newsletter-item {
    padding: 40px 20px 20px;
  }
}

.posts-wrapper .newsletter-item:hover {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}

.posts-wrapper .newsletter-item h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 28px;
}

.posts-wrapper .newsletter-item .newsletter-content {
  margin-bottom: 21px;
}

.posts-wrapper .newsletter-item .newsletter-content p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_body .ginput_container {
  text-align: center;
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_body .ginput_container input {
  width: calc(100% - 40px);
  border: none;
  outline: none;
  border-radius: 100px;
  background: #fff;
  padding: 18px 18px 15px;
  color: #2D1B20;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_body .ginput_container input::-webkit-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_body .ginput_container input::-moz-placeholder {
  color: rgba(30, 30, 28, 0.3);
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_body .ginput_container input:-ms-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_body .ginput_container input::-ms-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_body .ginput_container input::placeholder {
  color: rgba(30, 30, 28, 0.3);
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_footer {
  padding: 0;
  margin: 0;
  padding-top: 40px;
  -ms-flex-pack: center;
  justify-content: center;
}

.posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_footer input[type=submit] {
  border: 1px solid #fff;
  outline: none;
  background-color: transparent;
  border-radius: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding-top: 3px;
  padding-right: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  background-position: 90% 50%;
  width: 65%;
  height: 55px;
}

@media (max-width: 767px) {
  .posts-wrapper .newsletter-item .form-wrapper .gform_wrapper .gform_footer input[type=submit] {
    width: 145px;
    height: 41px;
    font-size: 14px;
  }
}

section .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

section .gform_wrapper .gform_required_legend {
  display: none;
}

@media (max-width: 991px) {
  section .gform_wrapper form .gform_fields {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}

section .gform_wrapper form .gform_body .gfield {
  padding-bottom: 15px;
}

section .gform_wrapper form .gform_body label.gfield_label {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.85;
  /* 185.714% */
}

section .gform_wrapper form .gform_body .ginput_container input,
section .gform_wrapper form .gform_body .ginput_container textarea {
  border-radius: 29px;
  border: 1px solid #D9D9D9;
  background: #fff;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
  padding: 10px 10px 10px 20px !important;
  font-size: 14px;
}

section .gform_wrapper form .gform_body .ginput_container textarea:focus {
  outline: none;
  padding: 15px 20px !important;
}

section .gform_wrapper form .gform_body .gfield--type-textarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .gform_wrapper form .gform_body .gfield--type-textarea label {
  -ms-flex-order: 1;
  order: 1;
  font-size: 20px;
}

section .gform_wrapper form .gform_body .gfield--type-textarea .gfield_description {
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 25px;
}

section .gform_wrapper form .gform_body .gfield--type-textarea .ginput_container {
  -ms-flex-order: 3;
  order: 3;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload label {
  -ms-flex-order: 1;
  order: 1;
  font-size: 20px;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .gfield_description {
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 0px;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview_list {
  -ms-flex-order: 2;
  order: 2;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent;
  border: none;
  border-radius: unset;
  padding: 30px 0;
  margin: 0;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  padding: 14px 25px 14px 25px;
  border: 2px solid #832281;
  border-radius: 100px;
  background: transparent;
  color: #832281;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/upload-icon-purple.svg);
  margin-bottom: 5px;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_instructions {
  display: none;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_rules {
  color: #832281;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.17;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_container {
  -ms-flex-order: 3;
  order: 3;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload.gfield--width-full {
  -ms-flex-align: center;
  align-items: center;
}

section .gform_wrapper form .gform_body .gfield--type-fileupload.gfield--width-full .gform_fileupload_multifile .gform_drop_area {
  -ms-flex-pack: center;
  justify-content: center;
}

section .gform_wrapper form .gform_body .ginput_container_consent {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

section .gform_wrapper form .gform_body .ginput_container_consent:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 5px;
}

section .gform_wrapper form .gform_body .ginput_container_consent:has(input[type=checkbox]:checked):after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
}

section .gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

section .gform_wrapper form .gform_body .ginput_container_consent label {
  display: block;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  margin: 0;
}

section .gform_wrapper form .gform_body .ginput_container_consent label strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #AECC53;
}

section .gform_wrapper form .gform_body .ginput_container_consent label .gfield_required {
  display: none;
}

section .gform_wrapper form .gform_body .ginput_container_consent .gchoice-tooltip-icon {
  position: absolute;
  right: 32px;
  top: 23px;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon.svg);
  z-index: 15;
  cursor: pointer;
}

section .gform_wrapper form .gform_body .ginput_container_consent .gchoice-tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  bottom: -100px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 45px;
}

section .gform_wrapper form .gform_body .ginput_container_consent .gchoice-tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

section .gform_wrapper form .gform_body .gform_page_footer {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 0;
}

section .gform_wrapper form .gform_body .gform_page_footer input {
  margin: 0;
  background-color: transparent;
  border: 2px solid #1A9EDA;
  border-radius: 100px;
  color: #1A9EDA;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.73;
  /* 173.333% */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
  background-position: 90% 50%;
  width: 170px;
  height: 55px;
  transition: all 0.5s ease-in-out;
  padding-right: 15px;
  padding-top: 6px;
}

section .gform_wrapper form .gform_body .gform_page_footer input.gform_previous_button {
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-left-blue.svg);
  width: 170px;
  height: 55px;
  background-position: 10% 50%;
  border: 2px solid transparent;
  border-radius: 100px;
}

section .gform_wrapper form .gform_body .gform_page_footer input.gform_button {
  background-color: #1A9EDA;
  color: #fff;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  width: 170px;
  height: 55px;
  background-position: 90% 50%;
  border: none;
}

section .gform_wrapper form .gform_body .gform_page_footer input:hover.gform_next_button {
  background-color: #1A9EDA;
  color: #fff;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  width: 170px;
  height: 55px;
  background-position: 90% 50%;
}

section .gform_wrapper form .gform_body .gform_page_footer input:hover.gform_previous_button {
  border: 2px solid #1A9EDA;
  border-radius: 100px;
}

.shortcode-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.shortcode-content-wrapper h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
}

.shortcode-content-wrapper p {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 30px;
}

.shortcode-content-wrapper .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.notification-bar-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1783B4;
  z-index: 100;
  display: none;
}

.notification-bar-wrapper .notification-bar-content {
  position: relative;
  padding: 12px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .notification-bar-wrapper .notification-bar-content {
    padding-right: 30px;
  }
}

.notification-bar-wrapper .notification-bar-content .notification-bar-text p {
  color: #fff;
}

.notification-bar-wrapper .notification-bar-content .notification-bar-close {
  position: absolute;
  top: 50%;
  right: -50px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-close.svg);
}

@media (max-width: 991px) {
  .notification-bar-wrapper .notification-bar-content .notification-bar-close {
    right: 0;
  }
}

.admin-bar .notification-bar-wrapper {
  top: 32px;
}

.main-header {
  position: relative;
}

.main-header .top-bar {
  background-color: #1A9EDA;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  z-index: 110;
  width: 100%;
  left: 0;
  top: 0;
  transition: top 0.5s ease-in-out;
}

@media (max-width: 1199px) {
  .main-header .top-bar {
    display: none;
  }
}

.main-header .top-bar .top-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .top-bar .top-header .certificate {
  width: 40%;
}

.main-header .top-bar .top-header .certificate p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  /* 166.667% */
}

.main-header .top-bar .top-header .certificate p a {
  color: inherit !important;
  font-size: inherit;
  font-weight: inherit;
}

.main-header .top-bar .top-header .certificate p a:hover {
  text-decoration: underline;
}

.main-header .top-bar .top-header .links-wrapper {
  width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 15px;
}

.main-header .top-bar .top-header .links-wrapper .link a,
.main-header .top-bar .top-header .links-wrapper .link span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transition: 0.5s ease-in-out color;
}

.main-header .top-bar .top-header .links-wrapper .link:hover a,
.main-header .top-bar .top-header .links-wrapper .link:hover span {
  color: #AECC53;
}

.main-header .top-bar .top-header .links-wrapper .link a,
.main-header .top-bar .top-header .links-wrapper .link span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.main-header .top-bar .top-header .links-wrapper .link a:before,
.main-header .top-bar .top-header .links-wrapper .link span:before {
  content: "";
  display: block;
  transition: all 0.5s ease-in-out;
}

.main-header .top-bar .top-header .links-wrapper .link.whatsapp a {
  font-weight: 600;
}

.main-header .top-bar .top-header .links-wrapper .link.whatsapp a:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-white.svg);
}

.main-header .top-bar .top-header .links-wrapper .link.whatsapp:hover a:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-green.svg);
}

.main-header .top-bar .top-header .links-wrapper .link.phone a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-white.svg);
}

.main-header .top-bar .top-header .links-wrapper .link.phone:hover a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-green.svg);
}

.main-header .top-bar .top-header .links-wrapper .link.login span:before {
  width: 9px;
  height: 10px;
  background-size: 9px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/login-icon-white.svg);
}

.main-header .top-bar .top-header .links-wrapper .link.login:hover span:before {
  width: 9px;
  height: 10px;
  background-size: 9px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/login-icon-green.svg);
}

.main-header .top-bar .top-header .wpml-switcher {
  margin-left: 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 1340px) {
  .main-header .top-bar .top-header .wpml-switcher {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown img {
  border-radius: 0;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown a {
  color: #1A9EDA;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown a span {
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language {
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  width: 80px;
  height: 50px;
  padding: 10px 0;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #1A9EDA;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language a:after {
  content: none;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language:after {
  content: " ";
  margin-left: 5px;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-blue.svg);
  transition: all 0.2s ease-in-out;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu .wpml-ls-item {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -ms-flex-align: center;
  align-items: center;
  transition: padding-left 0.5s ease-in-out;
  margin: 0;
  padding: 0 20px 0 10px;
  font-size: 15px;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu .wpml-ls-item a {
  font-size: 15px;
  color: #1A9EDA;
  width: 100%;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu .wpml-ls-item:hover a {
  text-decoration: underline;
}

.main-header .top-bar .top-header .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu {
  top: 50px;
  border: none;
}

.main-header .top-bar.not-logged-in {
  background-color: #EFF5F9;
}

.main-header .top-bar.not-logged-in .top-header .certificate p {
  color: #1A9EDA;
}

.main-header .top-bar.not-logged-in .top-header .links-wrapper .link a,
.main-header .top-bar.not-logged-in .top-header .links-wrapper .link span {
  color: #1A9EDA;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  transition: 0.5s ease-in-out color;
}

.main-header .top-bar.not-logged-in .top-header .links-wrapper .link.whatsapp a:before {
  width: 14px;
  height: 14px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-blue.svg);
}

.main-header .top-bar.not-logged-in .top-header .links-wrapper .link.phone a:before {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-blue.svg);
}

.main-header .top-bar.not-logged-in .top-header .links-wrapper .link.login span:before,
.main-header .top-bar.not-logged-in .top-header .links-wrapper .link.login a:before {
  width: 9px;
  height: 10px;
  background-size: 9px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/login-icon-blue.svg);
}

.main-header .main-part {
  width: 100%;
  position: absolute;
  top: 100px;
  z-index: 20;
  background: transparent;
  transition: top 0.5s ease-in-out;
}

@media (max-width: 1199px) {
  .main-header .main-part {
    background: #fff;
    top: 0;
    position: relative;
  }
}

.main-header .main-part .main-header__inner {
  display: grid;
  grid-template-columns: 170px auto 215px;
  padding: 0 10px;
  margin: 0 auto;
  place-content: center center;
}

@media (max-width: 1199px) {
  .main-header .main-part .main-header__inner {
    display: none;
  }
}

.main-header .main-part .main-header__inner .logo-wrapper {
  background: #fff;
  border-radius: 100px;
  max-width: 175px;
  display: grid;
  place-content: center center;
}

.main-header .main-part .main-header__inner .logo-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.main-header .main-part .main-header__inner .menu-wrapper {
  position: relative;
  z-index: initial;
  padding: 0px 20px 0px;
  background-color: #9DD2EA;
  border-radius: 100px;
  margin-left: 14px;
  margin-right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav-container {
  width: 100%;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 18px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 10px;
  width: 100%;
  height: 100%;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li {
  font-size: 15px;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.menu-item-logout,
.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.menu-item-login {
  display: none;
}

@media (max-width: 1199px) {
  .main-header .main-part .main-header__inner .menu-wrapper .main-nav li.menu-item-logout,
  .main-header .main-part .main-header__inner .menu-wrapper .main-nav li.menu-item-login {
    display: block;
  }
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-label {
  position: relative;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-label span {
  position: absolute;
  top: -10px;
  left: 0;
  color: #832281;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu .mega-menu-wrap {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu .mega-menu-wrap:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: " ";
  display: block;
  width: 180px;
  height: 169px;
  background-size: 180px 169px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mega-menu-arrows.svg);
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu .mega-menu-wrap .mega-menu-container {
  padding: 80px 42px 45px;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu .mega-menu-wrap .mega-menu-container .mega-menu-title {
  color: #1A9EDA;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu .mega-menu-wrap .mega-menu-container .child-wrapper {
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 15px;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu .mega-menu-wrap .mega-menu-container .child-wrapper .child-menu p {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  /* 142.857% */
  transition: color 0.5s ease-in-out;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu .mega-menu-wrap .mega-menu-container .child-wrapper .child-menu:hover p {
  color: #1A9EDA;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu:after {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-white.svg);
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu:hover:after {
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-blue.svg);
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li.with-mega-menu:hover .mega-menu-wrap {
  visibility: visible;
  opacity: 1;
}

.main-header .main-part .main-header__inner .menu-wrapper .main-nav li:hover a {
  color: #1A9EDA;
}

.main-header .main-part .main-header__inner .btn {
  line-height: 1;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
}

.main-header .mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: top 0.5s ease-in-out;
}

.main-header .mobile-header .mobile-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .mobile-header .mobile-wrapper .buttons {
  height: 100%;
}

.main-header .mobile-header .mobile-wrapper .links-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-header .mobile-header .mobile-wrapper .links-wrapper .link {
  position: relative;
}

.main-header .mobile-header .mobile-wrapper .links-wrapper .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-header .mobile-header .mobile-wrapper .links-wrapper .link.whatsapp {
  margin-top: 3px;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/whatsapp-blue.svg);
}

.main-header .mobile-header .mobile-wrapper .links-wrapper .link.phone {
  width: 25px;
  height: 25px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-blue.svg);
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher {
  margin-left: 20px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

@media (max-width: 1340px) {
  .main-header .mobile-header .mobile-wrapper .wpml-switcher {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
  }
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown img {
  border-radius: 0;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown a {
  color: #1A9EDA;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown a span {
  color: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 12px;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language {
  margin: 0 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  border-radius: 25px;
  width: 80px;
  height: 50px;
  padding: 10px 0;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language a {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #1A9EDA;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language a:after {
  content: none;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language:after {
  content: " ";
  margin-left: 5px;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-blue.svg);
  transition: all 0.2s ease-in-out;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language:hover:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 70px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu .wpml-ls-item {
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  -ms-flex-align: center;
  align-items: center;
  transition: padding-left 0.5s ease-in-out;
  margin: 0;
  padding: 0 20px 0 10px;
  font-size: 15px;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu .wpml-ls-item a {
  font-size: 15px;
  color: #1A9EDA;
  width: 100%;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu .wpml-ls-item:hover a {
  text-decoration: underline;
}

.main-header .mobile-header .mobile-wrapper .wpml-switcher .wpml-ls-legacy-dropdown li.wpml-ls-current-language .wpml-ls-sub-menu {
  top: 50px;
  border: none;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .main-header .mobile-header .mobile-wrapper .ham-icon-wrapper {
    margin-left: auto;
  }
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon {
  position: relative;
  width: 20px;
  height: 16px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer;
  text-align: center;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1783B4;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon span:nth-child(1) {
  top: 0;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon span:nth-child(2),
.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon span:nth-child(3) {
  top: 7px;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon span:nth-child(4) {
  top: 14px;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon.open:after {
  content: "";
  display: inline-block;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon.open span {
  left: 0;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon.open span:nth-child(1) {
  top: 7px;
  left: 50%;
  width: 0;
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon.open span:nth-child(2) {
  top: 7px;
  width: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon.open span:nth-child(3) {
  top: 7px;
  width: 100%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-header .mobile-header .mobile-wrapper .ham-icon-wrapper .ham-icon.open span:nth-child(4) {
  top: 7px;
  left: 50%;
  width: 0;
}

.main-header.notification-bar-enabled .top-bar {
  top: 50px;
}

.main-header.notification-bar-enabled .main-part {
  top: 120px;
}

@media (max-width: 1199px) {
  .main-header.notification-bar-enabled .main-part {
    top: 50px;
  }
}

.main-header.notification-bar-enabled .mobile-header {
  top: 50px;
}

.blog-template-default .main-header .main-header__inner .button-wrapper .btn {
  line-height: 1;
  height: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 20px;
  border: 2px solid #fff;
}

.admin-bar .top-bar {
  top: 32px;
}

.admin-bar .mobile-header {
  top: 32px;
}

.admin-bar .notification-bar-enabled .top-bar {
  top: 82px;
}

.admin-bar .notification-bar-enabled .mobile-header {
  top: 82px;
}

.mobile-nav-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
  background-color: #9DD2EA;
  overflow: auto;
}

.mobile-nav-container .mobile-nav-holder {
  transition: all 0.3s ease-in-out;
}

.mobile-nav-container .button-wrapper {
  text-align: center;
}

.mobile-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 30px;
}

.mobile-nav .menu-item {
  position: relative;
  border-top: 1px solid #e4e4e8;
  padding: 15px 0;
}

.mobile-nav .menu-item:last-child {
  border-bottom: 1px solid #e4e4e8;
}

.mobile-nav .menu-item:first-child {
  border-top: none;
}

.mobile-nav .menu-item a,
.mobile-nav .menu-item span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.mobile-nav .menu-item.with-label {
  position: relative;
}

.mobile-nav .menu-item.with-label span {
  position: absolute;
  top: -9px;
  left: 0;
  color: #832281;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.mobile-nav .menu-item.with-mega-menu .mob-item-wrap {
  position: relative;
}

.mobile-nav .menu-item.with-mega-menu .mob-item-wrap .submenu-arrow-wrapper {
  position: absolute;
  top: -15px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 45px;
  cursor: pointer;
}

.mobile-nav .menu-item.with-mega-menu .mob-item-wrap .submenu-arrow-wrapper:after {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-white.svg);
}

.mobile-nav .menu-item.with-mega-menu.opened .submenu-arrow-wrapper:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mobile-nav .menu-item .mega-menu-wrap .mega-menu-container {
  padding-top: 20px;
}

.mobile-nav .menu-item .mega-menu-wrap .mega-menu-container .mega-menu-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
}

.mobile-nav .menu-item .mega-menu-wrap .mega-menu-container .child-wrapper {
  padding-top: 15px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 15px;
}

@media (max-width: 767px) {
  .mobile-nav .menu-item .mega-menu-wrap .mega-menu-container .child-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 450px) {
  .mobile-nav .menu-item .mega-menu-wrap .mega-menu-container .child-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

.mobile-nav .menu-item .mega-menu-wrap .mega-menu-container .child-wrapper .child-menu p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  /* 142.857% */
  transition: color 0.5s ease-in-out;
}

.mobile-nav .menu-item span {
  padding: 0;
}

.mobile-nav .menu-item.menu-item-has-children > .arrow {
  display: block;
}

.mobile-nav .menu-item.menu-item-has-children > .arrow.active {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.mobile-nav .sub-menu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 0 38px;
}

.mobile-nav .sub-menu .menu-item:first-child {
  border-top: none;
}

.mobile-nav .sub-menu .menu-item a {
  position: relative;
}

.mobile-nav .sub-menu .menu-item a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 7px;
  width: 10px;
  height: 6px;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down.svg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.mobile-nav .sub-menu .menu-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.header-section-home {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-content: flex-end center;
  background-color: #EFF5F9;
  padding: 220px 0 110px !important;
  border-radius: 0px 0px 30px 30px;
  z-index: 10;
}

@media (max-width: 1200px) {
  .header-section-home {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 130px 0 !important;
  }
}

@media (max-width: 550px) {
  .header-section-home {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 110px 0 70px !important;
  }
}

.header-section-home:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header-section-home .media-wrapper-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-section-home .media-wrapper-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-section-home .media-wrapper-youtube {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  width: 100%;
}

.header-section-home .media-wrapper-youtube iframe {
  width: 100%;
  height: 100%;
}

.header-section-home .header-slider-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-section-home .header-slider-holder .slick-arrow {
  display: none !important;
}

.header-section-home .header-slider-holder .slick-slide .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-section-home .header-home-wrapper {
  position: relative;
  z-index: 5;
  max-width: 870px;
}

.header-section-home .header-home-wrapper h1 {
  color: #fff;
  text-align: center;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 20px;
}

.header-section-home .header-home-wrapper .buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 85px;
}

.header-section-home .header-home-wrapper .scroll-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.header-section-home .header-home-wrapper .scroll-part p {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.header-section-home .header-home-wrapper .scroll-part a {
  position: relative;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #1783B4;
  transition: all 0.3s ease-in-out;
}

.header-section-home .header-home-wrapper .scroll-part a:hover {
  border: 2px solid #AECC53;
  background-color: #AECC53;
}

.header-section-home .header-home-wrapper .scroll-part a:after {
  content: "";
  top: calc(50% - 4px);
  left: calc(50% - 6px);
  position: absolute;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-white.svg);
  transition: all 0.3s ease-in-out;
  -webkit-animation: jumpInfinite 1.5s infinite;
  animation: jumpInfinite 1.5s infinite;
}

@media (max-width: 767px) {
  .header-section-home .header-home-wrapper {
    max-width: unset;
  }

  .header-section-home .header-home-wrapper h1 {
    font-size: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) and (max-width: 430px) {
  .header-section-home .header-home-wrapper h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .header-section-home .header-home-wrapper .buttons-wrapper {
    padding-bottom: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-section-template {
  position: relative;
  z-index: 10;
  height: auto;
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1783B4;
  padding: 230px 0 100px !important;
  border-radius: 0 0 54px 54px;
}

.header-section-template.no-header {
  background-color: #1783B4;
  min-height: 190px;
  padding: 0 !important;
}

@media (max-width: 1199px) {
  .header-section-template.no-header {
    min-height: unset;
  }
}

.header-section-template .container {
  position: relative;
  z-index: 10;
}

.header-section-template .header-template-icon {
  position: absolute;
  bottom: -380px;
  right: 0;
  width: 529px;
  height: 1014px;
  background-size: 529px 1014px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/header-template-arrows.svg);
}

.header-section-template .header-template-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-section-template .header-template-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-section-template .header-template-youtube {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.header-section-template .header-template-youtube iframe {
  width: 100%;
  height: 100%;
}

@media (max-width: 1200px) {
  .header-section-template {
    padding: 130px 0 110px !important;
  }
}

@media (max-width: 550px) {
  .header-section-template {
    padding: 110px 0 70px !important;
    min-height: 50vh;
  }
}

.header-section-template.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.header-section-template.overlay.no-header:after {
  content: "none";
}

.header-section-template .header-template-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -ms-flex-align: center;
  align-items: center;
  gap: 100px;
}

.header-section-template .header-template-content-wrapper.content-wide {
  grid-template-columns: 70%;
}

@media (max-width: 991px) {
  .header-section-template .header-template-content-wrapper.content-wide {
    grid-template-columns: 1fr;
  }
}

.header-section-template .header-template-content-wrapper .header-template-image-wrapper {
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 6px 12px 2px rgba(13, 73, 101, 0.05);
}

.header-section-template .header-template-content-wrapper .header-template-image-wrapper img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-section-template .header-template-content-wrapper .header-template-image-wrapper .image-icon {
  position: absolute;
  bottom: -37.5px;
  right: 37.5px;
  width: 75px;
  height: 75px;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/header-image-icon.svg);
}

.header-section-template .header-template-content-wrapper .header-template-wrapper {
  position: relative;
  z-index: 5;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description {
  padding-top: 15px;
  margin-left: 3px;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description h1,
.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description h2,
.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description h3,
.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description h4,
.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description h5 {
  color: #fff;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description p {
  color: #fff;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.85;
  margin-bottom: 20px;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description p:last-of-type {
  margin-bottom: 0;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 11px;
  line-height: 1;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description ul li:before {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  background-size: 21px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark-green.svg);
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .header-template-description li {
  color: #fff;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .buttons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding-top: 30px;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .scroll-part {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .scroll-part p {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.header-section-template .header-template-content-wrapper .header-template-wrapper .scroll-part a {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/scroll-circle.svg);
}

@media (max-width: 767px) {
  .header-section-template .header-template-content-wrapper .header-template-wrapper {
    max-width: unset;
  }

  .header-section-template .header-template-content-wrapper .header-template-wrapper h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) and (max-width: 430px) {
  .header-section-template .header-template-content-wrapper .header-template-wrapper h1 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .header-section-template .header-template-content-wrapper .header-template-wrapper .buttons-wrapper {
    padding-bottom: 40px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-section-template .header-template-content-wrapper.image-left .header-template-image-wrapper {
  -ms-flex-order: 1;
  order: 1;
}

.header-section-template .header-template-content-wrapper.image-left .header-template-wrapper {
  -ms-flex-order: 2;
  order: 2;
}

.header-section-template.no-image {
  height: auto;
  min-height: 500px;
}

@media (max-width: 1200px) {
  .header-section-template.no-image {
    min-height: 50vh;
  }
}

.header-section-template.no-image:after {
  position: absolute;
  bottom: 0;
  right: 0;
}

.search .header-section-template .header-template-wrapper h1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: left;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1;
}

.search .header-section-template .header-template-wrapper .buttons-wrapper {
  margin-top: 20px;
}

.header-section-archive {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  place-content: flex-end center;
  padding-bottom: 120px;
  border-radius: 0 0 54px 54px;
  z-index: 10;
  min-height: 565px;
}

@media (max-width: 550px) {
  .header-section-archive {
    height: 50vh;
  }
}

.header-section-archive .header-archive-wrapper {
  position: relative;
  z-index: 999;
}

.header-section-archive .header-archive-wrapper h1 {
  color: #fff;
  text-align: center;
  font-size: 60px;
  font-weight: 600;
  line-height: 100%;
  font-family: "Poppins", sans-serif;
}

.header-section-archive .header-archive-wrapper .header-archive-desc {
  margin: 35px auto 0;
  max-width: 470px;
}

.header-section-archive .header-archive-wrapper .header-archive-desc h1,
.header-section-archive .header-archive-wrapper .header-archive-desc h2,
.header-section-archive .header-archive-wrapper .header-archive-desc h3,
.header-section-archive .header-archive-wrapper .header-archive-desc h4,
.header-section-archive .header-archive-wrapper .header-archive-desc h5 {
  color: #fff;
}

.header-section-archive .header-archive-wrapper .header-archive-desc p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}

@media (max-width: 767px) {
  .header-section-archive .header-archive-wrapper {
    max-width: unset;
  }

  .header-section-archive .header-archive-wrapper h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) and (max-width: 430px) {
  .header-section-archive .header-archive-wrapper h1 {
    font-size: 30px;
  }
}

.gform_wrapper form .ginput_container input {
  padding: 15px 25px 8px !important;
  width: 300px;
  border-radius: 100px;
  background: #fff;
  border: #2D1B20 1px solid;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.gform_wrapper form .ginput_container input::-webkit-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.gform_wrapper form .ginput_container input::-moz-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.gform_wrapper form .ginput_container input:-ms-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.gform_wrapper form .ginput_container input::-ms-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.gform_wrapper form .ginput_container input::placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.gform_wrapper form .ginput_container input:focus {
  border: #2D1B20 1px solid;
  outline: none;
}

.gform_wrapper form .gform_footer input[type=submit],
.gform_wrapper form .gform_footer button {
  margin: 0;
  border: none;
  background-color: #1A9EDA;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  background-position: 90% 50%;
  padding-top: 6px;
  width: 170px;
  height: 55px;
  transition: all 0.5s ease-in-out;
  padding-right: 15px;
}

.gform_wrapper form .gform_footer input[type=submit]:hover,
.gform_wrapper form .gform_footer button:hover {
  background-color: #AECC53;
}

.page-404 {
  position: relative;
  min-height: 97vh;
  background: #1A9EDA;
  margin-bottom: -50px;
  display: grid;
  place-content: center center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .page-404 {
    min-height: 80vh;
  }
}

.page-404 .page-wrapper {
  position: relative;
  z-index: 5;
  max-width: 600px;
}

.page-404 .page-wrapper .title-wrapper {
  padding-bottom: 27px;
}

.page-404 .page-wrapper .title-wrapper span.big-text {
  font-size: 128px;
  color: #fff;
  font-weight: 700;
  line-height: 0.54;
}

.page-404 .page-wrapper .title-wrapper h1 {
  color: #fff;
  font-size: 40px;
  line-height: 1.1;
}

.page-404 .page-wrapper .desc-wrapper {
  margin-bottom: 40px;
}

.page-404 .page-wrapper .desc-wrapper p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.page-404 .page-wrapper .desc-wrapper p a {
  color: #fff;
  font-weight: 700;
  line-height: 26px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.page-404:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 1328px;
  height: 1032px;
  background-size: 1328px 1032px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/404-arrows.svg);
}

.main,
.blog-pt {
  margin-bottom: -30px;
}

.main .blog-flex-sec,
.blog-pt .blog-flex-sec {
  padding: 0 !important;
}

.main .archive-wrapper,
.blog-pt .archive-wrapper {
  padding-bottom: 0 !important;
}

.main section,
.blog-pt section {
  overflow: hidden;
  padding: 110px 0;
}

@media (max-width: 550px) {
  .main section,
  .blog-pt section {
    padding: 70px 0;
  }
}

.main section:last-child,
.blog-pt section:last-child {
  padding-bottom: 130px;
}

.main section:last-child.cta-section,
.blog-pt section:last-child.cta-section {
  padding-bottom: 90px !important;
}

@media (max-width: 550px) {
  .main section:last-child,
  .blog-pt section:last-child {
    padding-bottom: 100px;
  }

  .main section:last-child.cta-section,
  .blog-pt section:last-child.cta-section {
    padding-bottom: 80px !important;
  }
}

.main section.no-top-padding,
.blog-pt section.no-top-padding {
  padding-top: 0 !important;
}

.main section.no-bottom-padding,
.blog-pt section.no-bottom-padding {
  padding-bottom: 0 !important;
}

.main section.text-image-section-new.no-bottom-padding,
.blog-pt section.text-image-section-new.no-bottom-padding {
  padding-bottom: 30px !important;
}

.main section.dark-background h2.section-title,
.blog-pt section.dark-background h2.section-title {
  color: #fff;
}

.main section.dark-background p,
.blog-pt section.dark-background p {
  color: #fff;
}

.main section.dark-background ul li,
.blog-pt section.dark-background ul li {
  color: #fff;
}

.main section h2.section-title,
.blog-pt section h2.section-title {
  line-height: 1.25;
  font-weight: 600;
}

.main section .section-description p,
.blog-pt section .section-description p {
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 10px;
}

.main section .section-description ul,
.blog-pt section .section-description ul {
  list-style-type: none;
}

.main section .section-description li,
.blog-pt section .section-description li {
  position: relative;
  line-height: 1.85;
  font-weight: 300;
  margin-bottom: 10px;
}

.main section .section-description li:before,
.blog-pt section .section-description li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -20px;
}

.main section ul.checkmark,
.blog-pt section ul.checkmark {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.main section ul.checkmark li,
.blog-pt section ul.checkmark li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 11px;
  line-height: 1;
}

.main section ul.checkmark li:before,
.blog-pt section ul.checkmark li:before {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  background-size: 21px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark-green.svg);
}

.main-footer {
  border-radius: 30px 30px 0px 0px;
  background: #9DD2EA;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.main-footer .footer-inner {
  position: relative;
  padding-top: 52px;
  padding-bottom: 150px;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

@media (max-width: 767px) {
  .main-footer .footer-inner {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.main-footer .footer-inner .footer-address {
  width: 210px;
}

@media (max-width: 767px) {
  .main-footer .footer-inner .footer-address {
    width: 100%;
  }
}

.main-footer .footer-inner .footer-address .footer-address-wrap {
  padding-top: 10px;
  padding-left: 55px;
}

@media (max-width: 767px) {
  .main-footer .footer-inner .footer-address .footer-address-wrap {
    padding-left: 0px;
  }
}

.main-footer .footer-inner .footer-address .footer-address-wrap p {
  color: #fff;
  font-style: normal;
  font-weight: 300;
  line-height: 20.5px;
}

.main-footer .footer-inner .footer-address .footer-address-wrap p strong {
  font-weight: 500;
}

.main-footer .footer-inner .footer-address .footer-contact-wrap {
  padding-top: 15px;
  padding-left: 55px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

@media (max-width: 767px) {
  .main-footer .footer-inner .footer-address .footer-contact-wrap {
    padding-left: 0px;
  }
}

.main-footer .footer-inner .footer-address .footer-contact-wrap .footer-contact-link {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

.main-footer .footer-inner .footer-address .footer-contact-wrap .footer-contact-link:hover {
  color: #1783B4;
}

.main-footer .footer-inner .footer-address .footer-contact-wrap .footer-contact-link.footer-phone:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/phone-icon-white.svg);
}

.main-footer .footer-inner .footer-address .footer-contact-wrap .footer-contact-link.footer-email:before {
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background-size: 16px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/mail-icon-white.svg);
}

.main-footer .footer-inner .footer-columns {
  padding-top: 13px;
  width: calc(100% - 270px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, auto));
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .main-footer .footer-inner .footer-columns {
    width: 100%;
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}

.main-footer .footer-inner .footer-columns .footer-column a.footer-column-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 111.111% */
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.main-footer .footer-inner .footer-columns .footer-column a.footer-column-title:hover {
  color: #1783B4;
}

.main-footer .footer-inner .footer-columns .footer-column p.footer-column-title {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
  /* 111.111% */
}

.main-footer .footer-inner .footer-columns .footer-column .footer-column-wrap {
  padding-top: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.main-footer .footer-inner .footer-columns .footer-column .footer-column-wrap a,
.main-footer .footer-inner .footer-columns .footer-column .footer-column-wrap p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  transition: all 0.5s ease-in-out;
}

.main-footer .footer-inner .footer-columns .footer-column .footer-column-wrap a:hover {
  color: #1783B4;
}

.main-footer .footer-inner .footer-columns .footer-column .button-wrapper {
  padding-top: 50px;
}

.main-footer .footer-inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 285px;
  height: 155px;
  background-size: 285px 155px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/footer-arrows.svg);
}

.main-footer .footer-bottom {
  margin-top: 10px;
  border-top: 1px rgba(26, 158, 218, 0.1) solid;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .main-footer .footer-bottom {
    padding-top: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .main-footer .footer-bottom {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }
}

.main-footer .footer-bottom span.footer-copyright {
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  /* 185.714% */
  font-size: 14px;
}

.main-footer .footer-bottom .footer-nav-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
}

@media (max-width: 767px) {
  .main-footer .footer-bottom .footer-nav-container ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.main-footer .footer-bottom .footer-nav-container ul li {
  font-size: 14px;
}

.main-footer .footer-bottom .footer-nav-container ul li a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 26px;
  /* 185.714% */
}

.main-footer .footer-bottom .footer-socials {
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .main-footer .footer-bottom .footer-socials {
    grid-column: span 2;
  }
}

@media (max-width: 550px) {
  .main-footer .footer-bottom .footer-socials {
    grid-column: span 1;
  }
}

.main-footer .footer-bottom .footer-socials .footer-social:after {
  content: "";
  display: block;
  transition: all 0.5s ease-in-out;
}

.main-footer .footer-bottom .footer-socials .footer-social.social-linkedin:after {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin-white.svg);
}

.main-footer .footer-bottom .footer-socials .footer-social.social-youtube:after {
  width: 19px;
  height: 14px;
  background-size: 19px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/youtube-white.svg);
}

.main-footer .footer-bottom .footer-socials .footer-social.social-instagram:after {
  width: 19px;
  height: 18px;
  background-size: 19px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/instagram-white.svg);
}

.main-footer .footer-bottom .footer-socials .footer-social.social-facebook:after {
  width: 11px;
  height: 18px;
  background-size: 11px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook-white.svg);
}

.main-footer .footer-bottom .footer-socials .footer-social:hover.social-linkedin:after {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/linkedin-blue.svg);
}

.main-footer .footer-bottom .footer-socials .footer-social:hover.social-youtube:after {
  width: 19px;
  height: 14px;
  background-size: 19px 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/youtube-blue.svg);
}

.main-footer .footer-bottom .footer-socials .footer-social:hover.social-instagram:after {
  width: 19px;
  height: 18px;
  background-size: 19px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/instagram-blue.svg);
}

.main-footer .footer-bottom .footer-socials .footer-social:hover.social-facebook:after {
  width: 11px;
  height: 18px;
  background-size: 11px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/facebook-blue.svg);
}

.header-section-login {
  background: #EFF5F9;
  margin-top: -50px;
  padding-top: 160px !important;
}

@media (max-width: 1199px) {
  .header-section-login {
    padding-top: 200px !important;
  }
}

.header-section-login .container {
  max-width: 1370px;
}

.header-section-login .login-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

@media (max-width: 991px) {
  .header-section-login .login-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.header-section-login .login-wrapper .content-col .header-login-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.header-section-login .login-wrapper .content-col .header-login-content {
  margin-top: 15px;
}

.header-section-login .login-wrapper .content-col .header-login-content p {
  color: #123147;
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 45px;
}

.header-section-login .login-wrapper .content-col .header-login-content p:last-of-type {
  margin-bottom: 0;
}

.header-section-login .login-wrapper .content-col .button-wrapper {
  margin-top: 15px;
}

.header-section-login .login-wrapper .content-col .button-wrapper .btn {
  padding: 14px 24px;
}

.header-section-login .login-wrapper .content-col .button-wrapper .btn span {
  font-size: 15px;
}

.header-section-login .login-wrapper .form-wrapper {
  width: 100%;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .login-input,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .login-input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .login-input:last-of-type,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .login-input:last-of-type {
  margin-bottom: 0;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .login-input label,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .login-input label {
  color: #1E1E1C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .login-input input,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .login-input input {
  height: 40px;
  border-radius: 29px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background: #FFF;
  padding: 0 15px;
  font-size: 14px;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .remember-me label,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .remember-me label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .remember-me label:before,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .remember-me label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 1px;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .remember-me label input,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .remember-me label input {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .remember-me label:after,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .remember-me label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .remember-me label:has(input[type=checkbox]:checked):after,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .remember-me label:has(input[type=checkbox]:checked):after {
  opacity: 1;
  visibility: visible;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .forgot-password,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .forgot-password {
  margin-top: 25px;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .forgot-password a,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .forgot-password a {
  color: #AECC53;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .button-wrapper,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .button-wrapper {
  margin-top: 40px;
}

.header-section-login .login-wrapper .form-wrapper .custom-login-form .button-wrapper .btn,
.header-section-login .login-wrapper .form-wrapper .forget-password-form .button-wrapper .btn {
  padding: 9.5px 24px;
  font-size: 15px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

.home .main #section-1,
.page-template-default .main #section-1 {
  margin-top: -75px;
  padding: 185px 0 110px;
}

.home .main.no-header #section-1,
.page-template-default .main.no-header #section-1 {
  margin-top: -100px;
}

.blog-pt {
  background-color: #EFF5F9;
}

.blog-pt .blog-holder {
  padding-bottom: 70px;
  margin-bottom: -20px;
  padding-top: 0;
}

.blog-pt .blog-holder .single-blog .blog-header {
  height: 563px;
  background: #1A9EDA;
}

@media (max-width: 967px) {
  .blog-pt .blog-holder .single-blog .blog-header {
    height: 250px;
  }
}

.blog-pt .blog-holder .single-blog .blog {
  margin-top: -270px;
}

@media (max-width: 967px) {
  .blog-pt .blog-holder .single-blog .blog {
    margin-top: -150px;
  }
}

.blog-pt .blog-holder .single-blog .blog .blog-back-btn {
  padding-bottom: 30px;
}

.blog-pt .blog-holder .single-blog .blog .blog-back-btn .back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blog-pt .blog-holder .single-blog .blog .blog-back-btn .back a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.blog-pt .blog-holder .single-blog .blog .blog-back-btn .back:before {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 2px;
}

.blog-pt .blog-holder .single-blog .blog .blog-back-btn .back:hover:before {
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-green.svg);
}

.blog-pt .blog-holder .single-blog .blog .blog-back-btn .back:hover a {
  color: #AECC53;
}

.blog-pt .blog-holder .single-blog .blog-container {
  border-radius: 20px;
  background: #fff;
  position: relative;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper {
  position: relative;
  padding: 93px 50px 20px;
}

@media (max-width: 767px) {
  .blog-pt .blog-holder .single-blog .blog-container .blog-wrapper {
    padding: 40px 20px 20px;
  }
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction {
  display: -ms-flexbox;
  display: flex;
  gap: 102px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text {
  position: relative;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-tax {
  position: absolute;
  left: 0;
  top: -40px;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-tax .blog-tax {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 5px 8px 3px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-tax .blog-tax.blog-type {
  background-color: #AECC53;
  border-radius: 100px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-title h1 {
  color: #2D1B20;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-title h1 {
    font-size: 30px;
  }
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-meta {
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-meta span {
  color: #1A9EDA;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-meta .spacer {
  width: 1px;
  height: 15px;
  background-color: #1A9EDA;
  margin: 0 8px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-content {
  padding-bottom: 20px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-text .blog-introduction-content p {
  color: #2D1B20;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-image {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction .blog-introduction-image img {
  width: 100%;
}

@media (max-width: 976px) {
  .blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-introduction {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 60px;
    margin-bottom: 20px;
  }
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper p,
.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper li,
.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper a,
.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper span {
  color: #2D1B20;
  font-weight: 300;
  line-height: 26px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper a {
  color: #AECC53;
  font-weight: 500;
  line-height: 1.3;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper a:hover {
  text-decoration: underline;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper h2,
.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper h3 {
  color: #2D1B20;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 15px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper p {
  margin-bottom: 20px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .wp-block-columns {
  gap: 102px;
  margin-bottom: 20px;
}

@media (max-width: 976px) {
  .blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .wp-block-columns {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    gap: 20px;
  }
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .wp-block-columns .wp-block-column p:last-of-type {
  margin-bottom: 0;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .wp-block-image img {
  width: 100%;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .wp-block-embed {
  margin-top: 30px;
  margin-bottom: 50px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .wp-block-embed iframe {
  width: 100%;
  height: 550px;
}

@media (max-width: 976px) {
  .blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .wp-block-embed iframe {
    height: 300px;
  }
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-bottom-content .blog-author-text {
  padding-bottom: 36px;
}

.blog-pt .blog-holder .single-blog .blog-container .blog-wrapper .blog-bottom-content .blog-author-text span {
  color: #832281;
  font-weight: 300;
  line-height: 1;
}

.blog-pt .blog-holder .single-blog .blog-bottom-wrapper {
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  background: #fff;
  position: relative;
  margin-top: 20px;
  padding: 20px 40px;
}

.blog-pt .blog-holder .single-blog .blog-bottom-wrapper .blog-share-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.blog-pt .blog-holder .single-blog .blog-bottom-wrapper .blog-share-row .back {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.blog-pt .blog-holder .single-blog .blog-bottom-wrapper .blog-share-row .back a {
  color: #1A9EDA;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.blog-pt .blog-holder .single-blog .blog-bottom-wrapper .blog-share-row .back:before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.blog-pt .blog-holder .single-blog .blog-bottom-wrapper .blog-share-row .back:hover a {
  color: #AECC53;
}

.blog-pt .blog-holder .single-blog .blog-bottom-wrapper .blog-share-row .back:hover:before {
  width: 7px;
  height: 13px;
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-green.svg);
}

.archive-wrapper {
  position: relative;
  padding-top: 82px;
  background-color: #EFF5F9;
}

.archive-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
}

.archive-wrapper .container {
  z-index: 10;
  position: relative;
}

.archive-wrapper .container .top-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 45px;
}

@media (max-width: 991px) {
  .archive-wrapper .container .top-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper {
    gap: 20px;
  }
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name {
  position: relative;
  width: 155px;
  min-height: 30px;
  border-radius: 100px;
  border: 2px solid rgba(26, 158, 218, 0.2);
  padding: 7px 13px 5px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name span.filter-name-title {
  color: #1A9EDA;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name:after {
  content: " ";
  display: block;
  width: 12px;
  height: 7px;
  background-size: 12px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-blue.svg);
  transition: rotate 0.5s ease-in-out;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name.open:after {
  rotate: 180deg;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 17px 21px 17px;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list:before {
  position: absolute;
  content: "";
  width: 48px;
  height: 16px;
  background-size: 48px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/filter-arrow-top.svg);
  left: calc(50% - 24px);
  top: -15px;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list .filter-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list .filter-wrap .checkbox-wrapper {
  display: grid;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  grid-template-columns: 11px 1fr;
  margin: 0;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox {
  display: none;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox:checked + .checkbox {
  display: grid;
  place-content: center;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list .filter-wrap .checkbox-wrapper .filter-checkbox:checked + .checkbox:after {
  content: "";
  width: 11px;
  height: 12px;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkbox-check.svg);
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list .filter-wrap .checkbox-wrapper .checkbox {
  display: -ms-flexbox;
  display: flex;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  border: 1px solid #E4E4E4;
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 5px;
}

.archive-wrapper .container .top-wrapper .filters-wrap .filter-select-wrapper .filter-line .filter-name .filter-list .filter-wrap .checkbox-wrapper .text {
  text-transform: capitalize;
  color: #2D1B20;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.archive-wrapper .container .col-posts {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper {
  border-radius: 20px;
  background-color: #fff;
  padding: 120px 70px 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  transition: all 0.5s ease-in-out;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.07));
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.07));
}

@media (max-width: 989px) {
  .archive-wrapper .container .col-posts .highlighted-post-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 50px 20px 20px;
  }
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text {
  position: relative;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-tax {
  position: absolute;
  left: 0;
  top: -50px;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

@media (max-width: 991px) {
  .archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-tax {
    top: -30px;
  }
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-tax .highlighted-tax {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1A9EDA;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-title {
  padding-bottom: 6px;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-title h2 {
  color: #2D1B20;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-title h2 {
    font-size: 30px;
  }
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-meta {
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-meta span {
  color: #1A9EDA;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-meta .spacer {
  width: 1px;
  height: 15px;
  background-color: #1A9EDA;
  margin: 0 8px;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-content {
  padding-bottom: 20px;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-content p {
  color: #2D1B20;
  font-size: 14px;
  line-height: 1.85;
  font-weight: 400;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .highlighted-introduction-content p strong {
  font-weight: inherit;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-text .button-wrapper {
  padding-top: 20px;
}

.archive-wrapper .container .col-posts .highlighted-post-wrapper .highlighted-introduction-image img {
  width: 100%;
}

.blocks-section {
  position: relative;
}

.blocks-section .container {
  position: relative;
  z-index: 10;
}

.blocks-section:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 543px;
  height: 494px;
  background-size: 543px 494px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/bg-element-light.svg);
}

.blocks-section .section-title-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blocks-section .section-title-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.blocks-section .blocks-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  padding-top: 35px;
  grid-row-gap: 50px;
}

.blocks-section .blocks-wrapper.three-blocks {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 767px) {
  .blocks-section .blocks-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 450px) {
  .blocks-section .blocks-wrapper {
    grid-template-columns: 1fr;
  }
}

.blocks-section .blocks-wrapper .blocks-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #fff;
  background: #fff;
  padding: 0 20px 30px;
}

.blocks-section .blocks-wrapper .blocks-block a.block-link-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.blocks-section .blocks-wrapper .blocks-block img {
  margin-top: -37px;
  width: 74px;
  height: 74px;
}

.blocks-section .blocks-wrapper .blocks-block span.block-title {
  padding-top: 28px;
  line-height: 1.1;
  margin-bottom: 17px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.blocks-section .blocks-wrapper .blocks-block p {
  text-align: center;
  max-width: 85%;
  margin-bottom: 15px;
}

.blocks-section .blocks-wrapper .blocks-block a.block-link {
  margin-top: auto;
  color: #1A9EDA;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  transition: all 0.5s ease-in-out;
}

.blocks-section .blocks-wrapper .blocks-block:hover a.block-link {
  text-decoration: underline;
}

.blocks-section .button-wrapper {
  z-index: 5;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

.text-image-section {
  position: relative;
  overflow: hidden;
}

.text-image-section .section-image-wrapper {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}

.text-image-section .section-image-wrapper img,
.text-image-section .section-image-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-image-section .section-image-wrapper iframe {
  width: 100%;
  height: 100%;
}

.text-image-section .section-image-wrapper.youtube {
  top: calc(50% - 200px);
  z-index: 5;
  height: 400px;
  width: 50%;
}

.text-image-section .tai-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-image-section .tai-content .section-content-wrapper {
  width: 50%;
  padding-left: 84px;
}

.text-image-section .tai-content .section-content-wrapper .section-title {
  line-height: 1.1;
  margin-bottom: 20px;
}

.text-image-section .tai-content .section-content-wrapper .section-description p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 20px;
}

.text-image-section .tai-content .section-content-wrapper .section-description p a {
  color: #AECC53;
  font-weight: 500;
}

.text-image-section .tai-content .section-content-wrapper .section-description p a:hover {
  text-decoration: underline;
}

.text-image-section .tai-content .section-content-wrapper .section-description p:last-child {
  margin-bottom: 0;
}

.text-image-section .tai-content .section-content-wrapper .button-wrapper {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-image-section .tai-content .section-content-wrapper .button-wrapper .btn {
  padding: 17px 30px;
}

.text-image-section .tai-content .section-content-wrapper .button-wrapper .btn:after {
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.text-image-section .tai-content .section-content-wrapper .button-wrapper .btn.blue-border span {
  color: #1A9EDA;
}

.text-image-section .tai-content .section-content-wrapper .button-wrapper .btn.blue-border:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
}

.text-image-section .tai-content .section-content-wrapper .button-wrapper .btn.blue-border:hover span {
  color: #fff;
}

.text-image-section .tai-content .section-content-wrapper .button-wrapper .btn.blue-border:hover:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.text-image-section.image-right .section-image-wrapper {
  left: unset;
  right: 0;
}

.text-image-section.image-right .tai-content {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.text-image-section.image-right .tai-content .section-content-wrapper {
  padding-left: 0;
  padding-right: 84px;
}

@media (max-width: 975px) {
  .text-image-section {
    padding-top: 0 !important;
  }

  .text-image-section .section-image-wrapper {
    height: 400px;
    position: relative;
    width: 100%;
  }

  .text-image-section .section-image-wrapper.youtube {
    height: 400px;
    position: relative;
    width: 100%;
    top: 0;
  }

  .text-image-section .tai-content .section-content-wrapper {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
  }
}

.text-image-section-new {
  overflow: visible !important;
}

.text-image-section-new .tai-new-content .section-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (max-width: 991px) {
  .text-image-section-new .tai-new-content .section-content-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }
}

.text-image-section-new .tai-new-content .section-content-wrapper .section-title-wrapper {
  max-width: 45%;
}

@media (max-width: 991px) {
  .text-image-section-new .tai-new-content .section-content-wrapper .section-title-wrapper {
    max-width: 100%;
  }
}

.text-image-section-new .tai-new-content .section-content-wrapper .section-title-wrapper .section-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 20px;
}

.text-image-section-new .tai-new-content .section-content-wrapper .section-title-wrapper .section-subtitle {
  display: block;
  font-family: "Poppins", sans-serif;
  color: #1E1E1C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
  padding-bottom: 15px;
}

.text-image-section-new .tai-new-content .section-content-wrapper .section-content {
  width: 470px;
}

@media (max-width: 991px) {
  .text-image-section-new .tai-new-content .section-content-wrapper .section-content {
    width: 100%;
  }
}

.text-image-section-new .tai-new-content .section-content-images {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 470px;
  gap: 30px;
  padding-top: 60px;
}

.text-image-section-new .tai-new-content .section-content-images.img {
  grid-template-columns: 1fr;
}

@media (max-width: 991px) {
  .text-image-section-new .tai-new-content .section-content-images {
    grid-template-columns: 1fr;
  }
}

.text-image-section-new .tai-new-content .section-content-images:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -37px;
  right: 40px;
  width: 75px;
  height: 75px;
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/header-image-icon.svg);
}

.text-image-section-new .tai-new-content .section-content-images .section-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.slider-section {
  overflow: hidden;
}

.slider-section .section-title-wrapper {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .slider-section .section-title-wrapper {
    grid-gap: 20px;
  }
}

.slider-section .section-title-wrapper .section-description {
  margin-top: 15px;
}

.slider-section .section-title-wrapper .section-description p {
  margin-bottom: 15px;
}

.slider-section .slider-holder .steps-slider .slick-list {
  margin: 0 -10px;
  overflow: visible;
}

.slider-section .slider-holder .steps-slider .slick-list .slick-slide {
  margin: 0 10px;
}

.slider-section .slider-holder .steps-slider .slick-list .slick-slide .slide {
  position: relative;
}

.slider-section .slider-holder .steps-slider .slick-list .slick-slide .slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider-section .slider-holder .steps-slider .slick-list .slick-slide .slide img {
  max-height: 470px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 25px;
  border-radius: 10px;
}

.slider-section .slider-holder .steps-slider .slick-list .slick-slide .slide h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 8px;
  transition: all 0.5s ease-in-out;
}

.slider-section .slider-holder .steps-slider .slick-list .slick-slide .slide:hover h3 {
  color: #AECC53;
}

.slider-section .slider-holder .steps-slider .slick-list .slick-slide .slide .slide-desc {
  font-weight: 300;
}

.slider-section .slider-controls-line {
  margin: 25px -10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.slider-section .slider-controls-line .slides-counter span.current {
  color: #2D1B20;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.12;
}

.slider-section .slider-controls-line .slides-counter span.all {
  color: #2D1B20;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.12;
  margin-left: -3px;
}

.slider-section .slider-controls-line .progress-holder {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 30px;
  margin-right: 39px;
  position: relative;
  height: 3px;
  border-radius: 5px;
  background: rgba(18, 49, 71, 0.1);
}

.slider-section .slider-controls-line .progress-holder .line {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  background-color: #832281;
  height: 4px;
  transition: all 0.3s ease-in-out;
}

.slider-section .slider-controls-line .slider-nav-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.slider-section .slider-controls-line .slider-nav-holder .slick-arrow {
  border: none;
  background-color: transparent;
  transition: all 0.5s ease-in-out;
}

.slider-section .slider-controls-line .slider-nav-holder .slick-arrow.slick-prev {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/slider-arrow-right.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slider-section .slider-controls-line .slider-nav-holder .slick-arrow.slick-prev:hover {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/slider-arrow-green-right.svg);
}

.slider-section .slider-controls-line .slider-nav-holder .slick-arrow.slick-next {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/slider-arrow-right.svg);
}

.slider-section .slider-controls-line .slider-nav-holder .slick-arrow.slick-next:hover {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/slider-arrow-green-right.svg);
}

.slider-section.dark-blue-bg {
  position: relative;
}

.slider-section.dark-blue-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  display: block;
  content: "";
  width: 543px;
  height: 494px;
  background-size: 543px 494px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/slider-section-bg-element.svg);
}

.slider-section.dark-blue-bg .section-title-wrapper {
  position: relative;
  z-index: 5;
}

.slider-section.dark-blue-bg .section-title-wrapper .section-title {
  color: #fff;
}

.slider-section.dark-blue-bg .section-title-wrapper .section-description p {
  color: #fff;
}

.slider-section.dark-blue-bg .slider-holder {
  position: relative;
  z-index: 5;
}

.slider-section.dark-blue-bg .slider-holder .steps-slider .slick-list .slick-slide .slide h3 {
  color: #fff;
}

.slider-section.dark-blue-bg .slider-holder .steps-slider .slick-list .slick-slide .slide:hover h3 {
  color: #AECC53;
}

.slider-section.dark-blue-bg .slider-holder .steps-slider .slick-list .slick-slide .slide .slide-desc {
  color: #fff;
}

.slider-section.dark-blue-bg .slider-controls-line {
  position: relative;
  z-index: 5;
}

.slider-section.dark-blue-bg .slider-controls-line .slides-counter span.current {
  color: #fff;
}

.slider-section.dark-blue-bg .slider-controls-line .slides-counter span.all {
  color: #fff;
}

.slider-section.dark-blue-bg .slider-controls-line .progress-holder {
  background: #fff;
}

.slider-section.dark-blue-bg .slider-controls-line .progress-holder .line {
  background-color: #AECC53;
}

.logos-section .section-title-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  margin-bottom: 65px;
  text-align: center;
}

.logos-section .logos-full-slider .slick-list {
  margin: 0 -50px;
  overflow: visible;
}

@media (max-width: 992px) {
  .logos-section .logos-full-slider .slick-list {
    margin: 0 -15px;
  }
}

.logos-section .logos-full-slider .slick-list .slick-slide {
  margin: 0 50px;
  width: 120px;
}

@media (max-width: 992px) {
  .logos-section .logos-full-slider .slick-list .slick-slide {
    margin: 0 15px;
  }
}

.logos-section .logos-full-slider .slick-list .slick-slide .logo-wrapper {
  width: 180px;
  height: 75px;
}

@media (max-width: 992px) {
  .logos-section .logos-full-slider .slick-list .slick-slide .logo-wrapper {
    padding: 0 20px;
  }
}

.logos-section .logos-full-slider .slick-list .slick-slide .logo-wrapper img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.review-section {
  position: relative;
}

.review-section:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 659px;
  height: 472px;
  background-size: 659px 472px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/review-section-bg-element.svg);
}

.review-section .review-content-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  padding-bottom: 50px;
}

@media (max-width: 991px) {
  .review-section .review-content-wrapper {
    gap: 30px;
  }
}

.review-section .review-content-wrapper .section-title-wrapper {
  width: 100%;
}

@media (max-width: 991px) {
  .review-section .review-content-wrapper .section-title-wrapper {
    width: 100%;
  }
}

.review-section .review-content-wrapper .section-title-wrapper h2 {
  color: #1E1E1C;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}

.review-section .review-content-wrapper .section-title-wrapper .section-description {
  max-width: 50%;
  margin: 0 auto;
}

.review-section .review-content-wrapper .section-title-wrapper .section-description p {
  color: #1E1E1C;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 1.62;
}

.review-section .reviews-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
}

.review-section .reviews-wrapper .reviews-slider {
  position: relative;
  z-index: 2;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line {
  --animation-scroll-duration: 150s;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-width: 100vw;
  overflow-x: hidden;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line:hover .reviews-line {
  -webkit-animation-play-state: paused !important;
  animation-play-state: paused !important;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line {
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  position: relative;
  left: 0;
  top: 0;
  will-change: transform;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line.first-line {
  -webkit-animation: main-quote-scroll var(--animation-scroll-duration) linear infinite;
  animation: main-quote-scroll var(--animation-scroll-duration) linear infinite;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line.second-line {
  position: absolute;
  -webkit-animation: second-quote-scroll var(--animation-scroll-duration) linear infinite;
  animation: second-quote-scroll var(--animation-scroll-duration) linear infinite;
  height: 100%;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line .review-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  width: 370px;
  max-width: 370px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 12px 2px rgba(13, 73, 101, 0.05);
  padding: 25px 30px 35px 25px;
  height: 100%;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line .review-wrapper .review-title h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  /* 130% */
  margin-bottom: 12px;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line .review-wrapper .review-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line .review-wrapper .review-text .review-content {
  height: 100%;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}

.review-section .reviews-wrapper .reviews-slider .scroll-line .reviews-line .review-wrapper .review-text .review-author {
  margin-top: auto;
  padding-top: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.review-section .reviews-wrapper .reviews-slider:nth-child(even) .scroll-line .reviews-line {
  animation-direction: reverse !important;
}

.review-section .bottom-wrapper {
  padding-top: 65px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-section .bottom-wrapper .bottom-subtitle span {
  color: #1E1E1C;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.62;
}

@-webkit-keyframes main-quote-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes main-quote-scroll {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes second-quote-scroll {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes second-quote-scroll {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.tabs-section .tab-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.tabs-section .tab-wrapper .tab-titles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
}

.tabs-section .tab-wrapper .tab-titles .tab-title-wrapper {
  cursor: pointer;
}

.tabs-section .tab-wrapper .tab-titles .tab-title-wrapper .tab-title {
  padding: 9px 12px 9px;
  color: #832281;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 0.9;
  border: 1.2px solid #832281;
  border-radius: 120px;
  transition: all 0.5s ease-in-out;
}

.tabs-section .tab-wrapper .tab-titles .tab-title-wrapper.active .tab-title {
  background-color: #832281;
  color: #fff;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  background-color: #EFF5F9;
}

@media (max-width: 991px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content {
    grid-template-columns: 1fr;
  }
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper {
  padding: 57px 59px;
}

@media (max-width: 991px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper {
    padding: 25px 30px;
  }
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .tab-content-title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.12;
  margin-bottom: 20px;
}

@media (max-width: 550px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .tab-content-title {
    font-size: 30px;
  }
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .tab-content-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .tab-content-content p {
  margin-bottom: 10px;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .tab-content-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .tab-content-content ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 11px;
  line-height: 0.9;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .tab-content-content ul li:before {
  content: "";
  display: block;
  width: 21px;
  height: 15px;
  background-size: 21px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark-green.svg);
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 40px;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .button-wrapper .btn.blue-border span {
  color: #1A9EDA;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .button-wrapper .btn.blue-border:after {
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .button-wrapper .btn.blue-border:hover span {
  color: #fff;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .content-wrapper .button-wrapper .btn.blue-border:hover:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

@media (max-width: 991px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper {
    height: 450px;
  }
}

@media (max-width: 500px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.youtube {
    height: 250px;
  }
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.image {
  width: 100%;
  background-size: cover;
  border-radius: 0px 10px 10px 0px;
}

@media (max-width: 991px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.image {
    border-radius: 0px 0px 10px 10px;
  }
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.video {
  max-height: 520px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.video video {
  border-radius: 0px 10px 10px 0px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.video video {
    border-radius: 0px 0px 10px 10px;
  }
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.youtube {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.youtube iframe {
  border-radius: 0px 10px 10px 0px;
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .tabs-section .tab-wrapper .tab-content-wrapper .tab-content .media-wrapper.youtube iframe {
    border-radius: 0px 0px 10px 10px;
  }
}

.related-posts-section {
  position: relative;
}

.related-posts-section.single-blog {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.related-posts-section.single-blog:after {
  content: none;
}

.related-posts-section .related-title-wrapper {
  position: relative;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 51px;
}

@media (max-width: 767px) {
  .related-posts-section .related-title-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
}

.related-posts-section .related-posts {
  position: relative;
  z-index: 10;
}

.related-posts-section .related-posts:after {
  content: "";
  position: absolute;
  top: 250px;
  left: -50%;
  height: 100%;
  width: 300%;
  background-color: #EFF5F9;
  z-index: -1;
}

@media (max-width: 991px) {
  .related-posts-section .related-posts:after {
    height: 100%;
  }
}

.related-posts-section .related-posts .posts-list {
  padding-bottom: 0;
}

.cta-section {
  position: relative;
  padding: 70px 0 60px !important;
  border-radius: 30px 30px 0px 0px;
  margin-top: -30px;
}

.cta-section:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: -60px;
  left: -200px;
  width: 654px;
  height: 700px;
  background-size: 654px 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-bg-arrows.svg);
}

.cta-section.dark-arrow:before {
  width: 654px;
  height: 700px;
  background-size: 654px 700px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/cta-bg-arrows-dark.svg);
}

.cta-section.light-blue-background .section-content-wrapper h2 {
  color: #fff;
}

.cta-section.light-blue-background .section-content-wrapper p {
  color: #fff;
}

.cta-section .cta-col {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.cta-section .cta-col .section-content-wrapper {
  z-index: 5;
  width: 65%;
}

@media (max-width: 991px) {
  .cta-section .cta-col .section-content-wrapper {
    width: 100%;
  }
}

.cta-section .cta-col .section-content-wrapper h2 {
  padding-bottom: 15px;
  text-align: center;
}

.cta-section .cta-col .section-content-wrapper p {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.cta-section .cta-col .section-content-wrapper p a {
  color: #fff;
}

.cta-section .cta-col .section-content-wrapper p a:hover {
  color: #fff;
}

.cta-section .cta-col .section-content-wrapper .button-wrapper {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.cta-section .cta-col .section-content-wrapper .button-wrapper.no-body {
  padding-top: 20px;
}

.cta-section .cta-col .section-content-wrapper .button-wrapper .btn.blue-border {
  border: 2px solid #fff;
}

.cta-section .cta-col .section-content-wrapper .button-wrapper .btn:hover {
  border: 2px solid #AECC53 !important;
}

.faq-section .faq-section-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}

@media (max-width: 991px) {
  .faq-section .faq-section-wrapper {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

.faq-section .faq-section-wrapper .faq-content-wrapper .section-title {
  margin-bottom: 20px;
}

.faq-section .faq-section-wrapper .faq-content-wrapper .button-wrapper {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.faq-section .faq-section-wrapper .faq-content-wrapper .button-wrapper .btn.blue-border span {
  color: #1A9EDA;
}

.faq-section .faq-section-wrapper .faq-content-wrapper .button-wrapper .btn.blue-border:after {
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
}

.faq-section .faq-section-wrapper .faq-content-wrapper .button-wrapper .btn.blue-border:hover span {
  color: #fff;
}

.faq-section .faq-section-wrapper .faq-content-wrapper .button-wrapper .btn.blue-border:hover:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper {
  border-radius: 10px;
  background-color: #EFF5F9;
  padding: 42px 33px 26px 38px;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab {
  padding-bottom: 15px;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab:last-child {
  padding-bottom: 0;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-title {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(26, 158, 218, 0.1);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-title h3 {
  width: calc(100% - 35px);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-title:after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-size: 16px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-black.svg);
  transition: all 0.5s ease-in-out;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-title.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-answer {
  padding-bottom: 20px;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-answer p {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.78;
  margin-bottom: 15px;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-answer .faq-link {
  margin-bottom: 5px;
  margin-top: 10px;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-answer .faq-link a {
  color: #AECC53;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-answer .faq-link a:after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-green.svg);
  scale: 1.5;
  transition: all 0.5s ease-in-out;
}

.faq-section .faq-section-wrapper .faq-tabs-wrapper .faq-tab .faq-answer .faq-link a:hover {
  gap: 15px;
}

.faq-section.full-width-faq .faq-section-wrapper {
  grid-template-columns: 1fr;
  gap: 20px;
}

.faq-section.full-width-faq .faq-section-wrapper .faq-tabs-wrapper {
  padding: 0;
}

.newsletter-section {
  border-radius: 30px 30px 0px 0px;
  margin-top: -30px;
  padding: 95px 0 95px !important;
  position: relative;
}

.newsletter-section .newsletter-content {
  display: grid;
  grid-template-columns: 38% 62%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.newsletter-section .newsletter-content .section-title h2 {
  color: #1A9EDA;
  line-height: 1.12;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form {
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
  }
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .gfield {
  padding-bottom: 0;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .ginput_container input {
  height: 55px;
  padding: 0 25px 0 !important;
  width: 300px;
  border-radius: 100px;
  background: #fff;
  border: none;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .ginput_container input::-webkit-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .ginput_container input::-moz-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .ginput_container input:-ms-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .ginput_container input::-ms-input-placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .ginput_container input::placeholder {
  color: rgba(30, 30, 28, 0.3);
  line-height: 1;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .ginput_container input:focus {
  border: none;
  outline: none;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .gform_footer {
  margin: 0;
  padding: 0;
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .gform_footer input[type=submit] {
  margin: 0;
  border: none;
  background-color: #1A9EDA;
  padding-top: 0;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  background-position: 90% 50%;
  width: 170px;
  height: 55px;
  transition: all 0.5s ease-in-out;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .gform_footer input[type=submit] {
    width: 145px;
    height: 41px;
    font-size: 14px;
  }
}

.newsletter-section .newsletter-content .newsletter-wrapper .form-wrapper form .gform_footer input[type=submit]:hover {
  background-color: #AECC53;
}

.newsletter-section.dark-background .newsletter-content .section-title h2 {
  color: #fff;
}

.default-text-section .content-row {
  padding-top: 35px;
  padding-bottom: 30px;
}

.default-text-section .content-row .content-wrapper {
  padding-bottom: 30px;
}

.default-text-section .content-row .content-wrapper p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 20px;
}

.default-text-section .content-row .content-wrapper table {
  margin-bottom: 20px;
}

.default-text-section .content-row .content-wrapper table tr {
  background: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #dedede;
}

.default-text-section .content-row .content-wrapper table tr td {
  padding: 7px 0 7px 10px;
}

.default-text-section .content-row .content-wrapper table tr td span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 20px;
}

.default-text-section .content-row .content-wrapper table tr td:nth-child(2n) {
  padding: 7px 10px 7px 0px;
}

.default-text-section .content-row .content-wrapper table tr td:nth-child(2n) span {
  font-weight: 700;
}

.steps-section .section-title-height {
  position: relative;
  width: 100%;
}

.steps-section .section-title-wrapper.explanation {
  width: inherit;
  transition: all 0.5s ease-in-out;
  z-index: 5;
}

.steps-section .section-title-wrapper.explanation.sticky-title {
  position: fixed;
}

.steps-section .section-title-wrapper.explanation.sticky-title-stop {
  position: absolute;
  top: auto !important;
}

.steps-section .section-title-wrapper .section-description {
  padding-top: 20px;
  padding-bottom: 10px;
}

.steps-section .section-title-wrapper .section-description p {
  margin-bottom: 20px;
  font-size: 16px;
}

.steps-section .steps-wrapper.explanation {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 65px;
}

@media (max-width: 1177px) {
  .steps-section .steps-wrapper.explanation {
    gap: 25px;
  }
}

@media (max-width: 768px) {
  .steps-section .steps-wrapper.explanation {
    grid-template-columns: 1fr;
  }
}

.steps-section .steps-wrapper.explanation .names-col {
  position: relative;
}

@media (max-width: 768px) {
  .steps-section .steps-wrapper.explanation .names-col {
    display: none;
  }
}

.steps-section .steps-wrapper.explanation .names-col .steps-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  transition: all 0.5s ease-in-out;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names.sticky-sidebar {
  position: fixed;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names.sticky-sidebar-stop {
  position: absolute;
  top: auto !important;
  bottom: 0;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names .steps-name {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names .steps-name .tour-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names .steps-name.active {
  opacity: 1;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names .steps-name:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 35px;
  background: rgba(30, 30, 28, 0.2);
  top: -35px;
  left: 25px;
  z-index: 1;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names .steps-name:first-of-type:after {
  content: none;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names .steps-name img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps-section .steps-wrapper.explanation .names-col .steps-names .steps-name span {
  color: #2D1B20;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.steps-section .steps-wrapper.explanation .steps-explanations {
  display: grid;
  grid-template-columns: 1fr;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 65px;
  margin-bottom: 60px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1177px) {
  .steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper {
    gap: 25px;
  }
}

@media (max-width: 991px) {
  .steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper {
    grid-template-columns: 1fr;
  }
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper.none {
  grid-template-columns: 1fr;
  gap: 0;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper.active {
  opacity: 1;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-content {
  padding: 31px 0;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-content h3 {
  line-height: 1.1;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-content .step-explanation-desc {
  margin-top: 20px;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-content .button-wrapper {
  margin-top: 20px;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-media {
  min-height: 250px;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-media .image-wrapper {
  position: relative;
  border-radius: 10px;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-media .image-wrapper video {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.steps-section .steps-wrapper.explanation .steps-explanations .step-explanation-wrapper .step-explanation-media .image-wrapper iframe {
  width: 100%;
  height: 100%;
}

.steps-section .steps-wrapper.no-explanation {
  display: grid;
  grid-template-columns: 1fr 405px;
  gap: 65px;
}

@media (max-width: 991px) {
  .steps-section .steps-wrapper.no-explanation {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.steps-section .steps-wrapper.no-explanation .section-title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}

.steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper video,
.steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper iframe,
.steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper img {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 85%;
}

@media (max-width: 767px) {
  .steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper {
    margin-top: 0;
  }

  .steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper video,
  .steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper iframe,
  .steps-section .steps-wrapper.no-explanation .section-title-wrapper .media-wrapper img {
    width: 100%;
  }
}

.steps-section .steps-wrapper.no-explanation .steps-names {
  display: grid;
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  gap: 35px;
}

.steps-section .steps-wrapper.no-explanation .steps-names .steps-name {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  opacity: 1;
}

.steps-section .steps-wrapper.no-explanation .steps-names .steps-name:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(30, 30, 28, 0.2);
  top: 35px;
  left: 25px;
  z-index: 1;
}

.steps-section .steps-wrapper.no-explanation .steps-names .steps-name:last-of-type:after {
  content: none;
}

.steps-section .steps-wrapper.no-explanation .steps-names .steps-name img {
  z-index: 5;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.steps-section .steps-wrapper.no-explanation .steps-names .steps-name span {
  color: #2D1B20;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.new-video-section .section-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.new-video-section .section-content-wrapper .section-description {
  margin-top: 20px;
}

.new-video-section .section-content-wrapper .button-wrapper {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 25px;
}

.new-video-section .section-content-wrapper .button-wrapper .blue-border span {
  color: #1A9EDA;
}

.new-video-section .section-content-wrapper .button-wrapper .blue-border:after {
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
}

.new-video-section .section-content-wrapper .button-wrapper .blue-border:hover span {
  color: #fff;
}

.new-video-section .section-content-wrapper .button-wrapper .blue-border:hover:after {
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.new-video-section .video-wrapper {
  position: relative;
  margin-top: 70px;
  width: 100%;
  height: 500px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .new-video-section .video-wrapper {
    height: 350px;
  }
}

.new-video-section .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.new-video-section .video-wrapper iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.new-video-section .video-wrapper .play-btn-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.new-video-section .video-wrapper .play-btn-wrapper .video-play-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/play-btn-green.svg);
  background-color: transparent;
  border: none;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}

.new-video-section .video-wrapper .play-btn-wrapper .video-play-btn.hide {
  opacity: 0;
}

.text-image-block-section {
  position: relative;
  overflow: hidden;
}

@media (max-width: 991px) {
  .text-image-block-section.light-blue-bg {
    background-color: #EFF5F9;
  }

  .text-image-block-section.dark-blue-bg {
    background-color: #1A9EDA;
  }
}

.text-image-block-section .row.image-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.text-image-block-section .section-image-wrapper {
  position: relative;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  min-height: 350px;
}

.text-image-block-section .section-image-wrapper img,
.text-image-block-section .section-image-wrapper video {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 405px;
  max-width: 570px;
  border-radius: 10px;
  box-shadow: 0px 6px 12px 2px rgba(13, 73, 101, 0.05);
}

.text-image-block-section .section-image-wrapper iframe {
  width: 100%;
  height: 100%;
  max-height: 405px;
  max-width: 570px;
  border-radius: 10px;
  box-shadow: 0px 6px 12px 2px rgba(13, 73, 101, 0.05);
}

.text-image-block-section .section-image-wrapper.youtube {
  top: calc(50% - 200px);
  z-index: 5;
  height: 400px;
  width: 50%;
}

.text-image-block-section .section-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
  z-index: 5;
}

.text-image-block-section .section-content-wrapper .bg-element {
  position: absolute;
  top: -50px;
  bottom: -50px;
  right: -50%;
  z-index: -1;
  width: 100000000%;
  border-radius: 10px;
}

.text-image-block-section .section-content-wrapper.image-left .bg-element {
  right: unset;
  left: -50%;
}

.text-image-block-section .section-content-wrapper.image-right {
  padding-right: 30px;
  padding-left: 19px;
}

@media (max-width: 1178px) {
  .text-image-block-section .section-content-wrapper {
    padding-left: 30px;
  }

  .text-image-block-section .section-content-wrapper.image-right {
    padding-right: 30px;
  }
}

.text-image-block-section .section-content-wrapper .section-title {
  line-height: 1.1;
  margin-bottom: 20px;
}

.text-image-block-section .section-content-wrapper .section-description p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 20px;
}

.text-image-block-section .section-content-wrapper .section-description p a {
  color: #AECC53;
  font-weight: 500;
}

.text-image-block-section .section-content-wrapper .section-description p a:hover {
  text-decoration: underline;
}

.text-image-block-section .section-content-wrapper .section-description p:last-child {
  margin-bottom: 0;
}

.text-image-block-section .section-content-wrapper .button-wrapper {
  padding-top: 40px;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-image-block-section .section-content-wrapper .button-wrapper .btn {
  padding: 17px 30px;
}

.text-image-block-section .section-content-wrapper .button-wrapper .btn:after {
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.text-image-block-section .section-content-wrapper .button-wrapper .btn.blue-border span {
  color: #1A9EDA;
}

.text-image-block-section .section-content-wrapper .button-wrapper .btn.blue-border:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
}

.text-image-block-section .section-content-wrapper .button-wrapper .btn.blue-border:hover span {
  color: #fff;
}

.text-image-block-section .section-content-wrapper .button-wrapper .btn.blue-border:hover:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.text-image-block-section.light-blue-bg:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -250px;
  width: 335px;
  height: 681px;
  background-size: 335px 681px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tai-block-arrows.svg);
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .section-title {
  color: #fff;
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .section-description p {
  color: #fff;
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .button-wrapper .btn {
  padding: 17px 30px;
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .button-wrapper .btn:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .button-wrapper .btn.blue-border span {
  color: #1A9EDA;
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .button-wrapper .btn.blue-border:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .button-wrapper .btn.blue-border:hover span {
  color: #fff;
}

.text-image-block-section.dark-blue-bg .section-content-wrapper .button-wrapper .btn.blue-border:hover:after {
  width: 7px;
  height: 12px;
  background-size: 7px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.text-image-block-section.no-bg .section-image-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 62px;
  width: 76px;
  height: 76px;
  background-size: 76px 76px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/text-image-block-icon.svg);
}

.map-section {
  padding: 0 !important;
}

.map-section .acf-map {
  height: 485px;
  width: 100%;
}

@media (max-width: 767px) {
  .map-section .acf-map {
    height: 350px;
  }
}

.map-section .acf-map img {
  max-width: inherit !important;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single {
  display: grid;
  grid-template-columns: 1fr 250px;
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  gap: 30px;
}

@media (max-width: 991px) {
  .vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single {
    grid-template-columns: 1fr;
  }
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper {
  max-width: 630px;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper {
  margin-top: 10px;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .excerpt p,
.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .excerpt li,
.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .full-content p,
.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .full-content li {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 10px;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .excerpt ul,
.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .full-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .excerpt ul li,
.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .full-content ul li {
  padding-left: 20px;
  position: relative;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .excerpt ul li:before,
.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .full-content ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 12px;
  background-size: 11px 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark-green.svg);
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .button-wrapper {
  margin-top: 15px;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .content-wrapper .button-wrapper .btn.read-less:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 55px;
  -moz-column-gap: 55px;
  column-gap: 55px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper .vacancy-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper .vacancy-icon:before {
  content: "";
  display: block;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper .vacancy-icon span {
  display: block;
  color: #1E1E1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper .vacancy-icon.hours:before {
  width: 17px;
  height: 17px;
  background-size: 17px 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-clock.svg);
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper .vacancy-icon.salary:before {
  width: 24px;
  height: 16px;
  background-size: 24px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-dolar.svg);
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper .vacancy-icon.location:before {
  width: 16px;
  height: 21px;
  background-size: 16px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-pin.svg);
}

.vacancies-section .section-content-wrapper .vacancies-wrapper .vacancies-single .vacancies-content-wrapper .vacancy-icons-wrapper .vacancy-icon.education:before {
  width: 16px;
  height: 21px;
  background-size: 16px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-school.svg);
}

.vacancies-section .vacancies-form-popup {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(154, 210, 237, 0.8);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.vacancies-section .vacancies-form-popup .form-wrapper {
  padding: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  border-radius: 10px;
  background: #EFF5F9;
  max-width: 750px;
  max-height: 90%;
  overflow: scroll;
}

@media (max-width: 991px) {
  .vacancies-section .vacancies-form-popup .form-wrapper {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .vacancies-section .vacancies-form-popup .form-wrapper {
    padding: 20px;
  }
}

.vacancies-section .vacancies-form-popup .form-wrapper .form-close-btn {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-close-black.svg);
}

.vacancies-section .vacancies-form-popup .form-wrapper .gform_wrapper .gform-body .gfield {
  padding-bottom: 0 !important;
}

.vacancies-section .vacancies-form-popup .form-wrapper .gform_wrapper .gform-body input {
  max-height: 40px !important;
}

.vacancies-section .vacancies-form-popup .form-wrapper .gform_wrapper .gform-body textarea {
  max-height: 120px;
}

.vacancies-section .vacancies-form-popup .form-wrapper .gform_wrapper .gform-body .gfield--type-fileupload {
  -ms-flex-align: start;
  align-items: flex-start;
}

.vacancies-section .vacancies-form-popup .form-wrapper .gform_wrapper .gform-body label {
  font-size: 14px !important;
}

.vacancies-section .vacancies-form-popup .form-wrapper .gform_wrapper .gform_footer input[type=submit],
.vacancies-section .vacancies-form-popup .form-wrapper .gform_wrapper .gform_footer button {
  font-size: 15px !important;
  width: 139px !important;
  height: 43px !important;
}

.form-template {
  position: relative;
}

.form-template .header-section-template.no-image {
  min-height: unset;
  background-color: #1783B4;
}

.form-template .form-holder {
  padding: 75px 0 75px;
}

.form-template .form-holder .gform_wrapper .gf_progressbar_wrapper {
  display: none;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_fields {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}

.form-template .form-holder .gform_wrapper form .ginput_container:has(input.loading) {
  position: relative;
}

.form-template .form-holder .gform_wrapper form .ginput_container:has(input.loading)::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  right: 15px;
  width: 16px;
  height: 16px;
  border: 2px solid #454750;
  border-bottom-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form-template .form-holder .gform_wrapper form .ginput_container input {
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  padding-right: 45px;
}

.form-template .form-holder .gform_wrapper form .ginput_container input.success {
  background-image: url(../../resources/images/svg/icon-check-green.svg);
  background-size: 16px 12px;
}

.form-template .form-holder .gform_wrapper form .ginput_container input.error {
  background-image: url(../../resources/images/svg/icon-close-red.svg);
  background-size: 14px 14px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gfield.gfield--width-half {
    grid-column: 1/1;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .page_1 .gfield--type-custom_heading_field .gf_custom_heading {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gfield_label,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gfield_description {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading span {
  padding: 0;
  -ms-flex: unset;
  flex: unset;
  color: #AECC53;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading h3 strong {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #1A9EDA;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading h3 strong span {
  color: inherit;
  text-align: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading p {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn {
  margin-top: 30px;
  padding: 16px 26px;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn {
    padding: 10px 20px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn span {
  font-family: "Poppins", sans-serif;
  color: #1A9EDA;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 550px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn span {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn:after {
  transition: all 0.5s ease-in-out;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-elipse {
  background-color: #1A9EDA;
  border-radius: 100px;
  border: 2px solid #1A9EDA;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-elipse span {
  color: #fff;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-elipse:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  transition: all 0.5s ease-in-out;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-elipse:hover:after {
  margin-left: 5px;
  margin-right: -5px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-elipse:hover {
  background-color: #AECC53;
  border: 2px solid #AECC53;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-border {
  border: 2px solid #1A9EDA;
  border-radius: 100px;
  background-color: transparent;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-border:hover {
  background-color: #AECC53;
  border: 2px solid #AECC53;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-border:hover span {
  color: #fff;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.chevron-right {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.chevron-right span {
  line-height: 1;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.chevron-right:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
  transition: all 0.5s ease-in-out;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.chevron-right:hover:after {
  margin-left: 5px;
  margin-right: -5px;
  width: 12px;
  height: 10px;
  background-size: 12px 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .gform_page_footer {
  padding-top: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .gform_page_footer .gform_previous_button {
  display: none !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .gform_page_footer input {
  margin: 0;
  background-color: transparent;
  border: 2px solid #1A9EDA;
  border-radius: 100px;
  color: #1A9EDA;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.73;
  /* 173.333% */
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
  background-position: 90% 50% !important;
  width: 170px !important;
  height: 55px !important;
  transition: all 0.5s ease-in-out;
  padding: 6px 15px 6px 6px !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .gform_page_footer input:hover.gform_next_button {
  background-color: #1A9EDA;
  color: #fff;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  width: 170px;
  height: 55px;
  background-position: 90% 50%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field.gfield--width-full {
  text-align: center;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field.gfield--width-full .gf_custom_heading {
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 20px auto;
  max-width: 50%;
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field.gfield--width-full .gf_custom_heading {
    max-width: 100%;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .gfield_label,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .gfield_description {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .validation_message {
  display: block;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, auto));
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice {
  display: grid;
  gap: 12px;
  grid-template-columns: 15px 1fr 15px;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #1A9EDA;
  padding: 20px 25px 20px 15px;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice .input-label {
  position: absolute;
  top: 12px;
  left: 42px;
  color: #832281;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.3;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice:has(input[type=checkbox]:checked),
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked) {
  background-color: #AECC53;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice:has(input[type=checkbox]:checked):after,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked):after {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  left: 16px;
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice input[type=checkbox],
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice input[type=radio] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice label {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 100%;
  word-wrap: break-word;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice .gchoice-tooltip-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon.svg);
  margin-bottom: 5px;
  z-index: 15;
  cursor: pointer;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice .gchoice-tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: -17px;
  top: 60px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 45px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice .gchoice-tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field .ginput_container .gfield_checkbox .gchoice:hover {
  background-color: #AECC53;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field.gfield--width-full .ginput_container .gfield_checkbox {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, auto));
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field.gfield--width-full .ginput_container .gfield_checkbox {
    max-width: 100%;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_checkbox_field.gfield--width-full .ginput_container .gfield_checkbox .gchoice .gchoice-tooltip-wrapper {
  bottom: unset;
  top: 55px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .gfield_label,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .gfield_description {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .validation_message {
  display: block;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox {
  display: grid;
  grid-template-columns: 1fr;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 30px;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #9DD2EA;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.extra-option {
  max-height: 0;
  overflow: visible;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.extra-option.show {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:nth-of-type(5) {
  border-bottom: 1px solid #9DD2EA;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:nth-of-type(6) {
  border-top: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:before {
  content: "";
  display: block;
  transition: all 0.3s ease-in-out;
  background-size: contain !important;
  width: 40px !important;
  height: 40px !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:after {
  content: "";
  position: absolute;
  top: 3px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% - 6px);
  background-color: #AECC53;
  border-radius: 50px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:after {
    left: -10px;
    width: calc(100% + 10px);
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice .gchoice-tooltip-icon {
  position: relative;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon-blue.svg);
  margin-bottom: 5px;
  z-index: 15;
  cursor: pointer;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice .gchoice-tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: -30px;
  top: 35px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 45px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice .gchoice-tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-laptop:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-desktop.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-computer:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-laptop.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-airco:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-airco.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-lithium-batterij:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-battery.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-telefoon:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-phone.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-server:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-server.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-monitor:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-monitor.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-printer:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-printer.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-kopieermachine:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-kopieer.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-harde-schijf:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-harddrive.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-usb-sticks:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-usb.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-netwerk-\/-cisco:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-netwerk.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-kantoormeubel:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-chair.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-UPS:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-ups.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-overig:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-overig.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-thin-client:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-thin.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-cd-\/-dvd-\/-tape:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-other.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-diverse-elektronica:before {
  width: 20px;
  height: 30px;
  background-size: 20px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-diverse-elektronica.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-mixed-hardware:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-mixed-hardware.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-brandkast:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-brandkast.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice.icon-harddisk-in-computer:before {
  width: 40px;
  height: 30px;
  background-size: 40px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-icon-harddisk-in-computer.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked) .gchoice-tooltip-icon,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover .gchoice-tooltip-icon {
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked):after,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover:after {
  visibility: visible;
  opacity: 1;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked) label,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover label {
  color: #fff;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-cd-\/-dvd-\/-tape:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-cd-\/-dvd-\/-tape:before {
  background-image: url("../../resources/images/svg/form-icon-other-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-laptop:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-laptop:before {
  background-image: url("../../resources/images/svg/form-icon-desktop-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-computer:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-computer:before {
  background-image: url("../../resources/images/svg/form-icon-laptop-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-airco:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-airco:before {
  background-image: url("../../resources/images/svg/form-icon-airco-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-lithium-batterij:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-lithium-batterij:before {
  background-image: url("../../resources/images/svg/form-icon-battery-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-telefoon:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-telefoon:before {
  background-image: url("../../resources/images/svg/form-icon-phone-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-server:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-server:before {
  background-image: url("../../resources/images/svg/form-icon-server-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-monitor:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-monitor:before {
  background-image: url("../../resources/images/svg/form-icon-monitor-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-printer:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-printer:before {
  background-image: url("../../resources/images/svg/form-icon-printer-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-kopieermachine:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-kopieermachine:before {
  background-image: url("../../resources/images/svg/form-icon-kopieer-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-harde-schijf:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-harde-schijf:before {
  background-image: url("../../resources/images/svg/form-icon-harddrive-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-usb-sticks:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-usb-sticks:before {
  background-image: url("../../resources/images/svg/form-icon-usb-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-netwerk-\/-cisco:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-netwerk-\/-cisco:before {
  background-image: url("../../resources/images/svg/form-icon-netwerk-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-kantoormeubel:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-kantoormeubel:before {
  background-image: url("../../resources/images/svg/form-icon-chair-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-UPS:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-UPS:before {
  background-image: url("../../resources/images/svg/form-icon-ups-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-overig:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-overig:before {
  background-image: url("../../resources/images/svg/form-icon-overig-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-thin-client:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-thin-client:before {
  background-image: url("../../resources/images/svg/form-icon-thin-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-diverse-elektronica:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-diverse-elektronica:before {
  background-image: url("../../resources/images/svg/form-icon-diverse-elektronica-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-mixed-hardware:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-mixed-hardware:before {
  background-image: url("../../resources/images/svg/form-icon-mixed-hardware-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-brandkast:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-brandkast:before {
  background-image: url("../../resources/images/svg/form-icon-brandkast-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:has(input[type=radio]:checked).icon-harddisk-in-computer:before,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice:hover.icon-harddisk-in-computer:before {
  background-image: url("../../resources/images/svg/form-icon-harddisk-in-computer-white.svg");
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice input[type=radio] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .ginput_container .gfield_checkbox .gchoice label {
  max-width: unset;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
  transition: all 0.3s ease-in-out;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .toggle-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .toggle-buttons .options-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: #1A9EDA;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .toggle-buttons .options-btn:after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-down-blue.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .toggle-buttons .options-btn.less:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product_select_field .toggle-buttons .options-btn.hide {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .table-header {
  display: grid;
  grid-template-columns: 2fr 4fr;
  border-top: 2px solid rgba(30, 30, 28, 0.06);
  padding: 30px 0;
  gap: 20px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .table-header {
    display: none;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .table-header .subcontent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .table-header div {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .info-block h4 {
  color: #2D1B20;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .info-block p {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 30px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .spacer {
  margin-top: 15px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html .spacer h4 {
  color: #EAEAEA;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product {
  display: grid;
  grid-template-columns: 2fr 4fr;
  gap: 20px;
  border-top: 2px solid rgba(30, 30, 28, 0.06);
  padding-top: 15px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product {
    grid-template-columns: 1fr;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .gform-field-label {
  margin-bottom: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct {
    grid-template-columns: 1fr 1fr;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer {
  position: relative;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer .container-has-destroy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer .container-has-destroy .checkmark {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer .container-has-destroy:has(input[type=checkbox]:checked) .checkmark:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer .container-has-destroy input[type=checkbox] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer .checkboxtext {
  display: none;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer .checkboxtext {
    display: block;
    font-size: 15px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .checkboxContainer input {
  width: 14px;
  height: 16px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .totalContainer {
  -ms-flex-order: 4;
  order: 4;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .totalContainer {
    display: none;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .totalContainer span {
  color: #2D1B20;
  font-size: 15px;
  font-weight: 300;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .totalContainer span.total:before {
  content: "€ ";
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .totalContainer span.totalText {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper {
  -ms-flex-order: 3;
  order: 3;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper .gform-field-label {
  visibility: visible;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper {
    display: none;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper .ginput_product_price_label {
  display: none;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .ginput_product_price_wrapper .ginput_product_price_label {
    display: block;
    font-size: 15px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct span.ginput_quantity_label {
  display: none;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct span.ginput_quantity_label {
    display: block;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .ginput_quantity {
  max-width: 50%;
  border-radius: 10px;
  border: 2px solid rgba(30, 30, 28, 0.06);
  visibility: visible;
  -moz-appearance: textfield;
  -ms-flex-order: 2;
  order: 2;
  outline: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px 5px !important;
  background: transparent;
  box-shadow: unset;
  font-size: 15px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct .ginput_quantity {
    max-width: 100%;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct input::-webkit-outer-spin-button,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-product .ginput_container_singleproduct input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddCategory,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddAddress,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddCategory,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress {
  position: relative;
  padding: 30px 0;
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddCategory,
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddAddress,
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddCategory,
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress {
    padding-left: 20px !important;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddCategory button,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddAddress button,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddCategory button,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress button {
  background-color: transparent;
  border: none;
  outline: none;
  color: #1A9EDA;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddCategory button .fa-circle-plus,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddAddress button .fa-circle-plus,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddCategory button .fa-circle-plus,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress button .fa-circle-plus {
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-add-row.svg);
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddCategory button .fa-circle-plus,
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddAddress button .fa-circle-plus,
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddCategory button .fa-circle-plus,
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress button .fa-circle-plus {
    left: 0 !important;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress button {
  font-size: 28px;
  transition: color ease-in-out 0.5s;
  color: #1A9EDA;
  font-weight: 700;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress button {
    padding-left: 30px;
    font-size: 20px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress button .fa-circle-plus {
  top: 5px;
  left: 0;
  width: 30px;
  height: 30px;
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-add-row.svg);
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress button .fa-circle-plus {
    left: 0 !important;
    top: 5px !important;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress:hover button {
  color: #AECC53;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) {
  -ms-flex-order: 0;
  order: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddCategory {
  border-top: 2px solid rgba(30, 30, 28, 0.06);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddCategory) #btnAddCategory .fa-circle-plus {
  top: 33px !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress {
  margin: 30px 0;
  padding: 0 0 0 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress:before {
  top: 5px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress .tooltip-icon {
  z-index: 3;
  top: 5px;
  right: -20px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon-blue.svg);
  cursor: pointer;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress .tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: -52px;
  top: 32px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 20px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-html:has(#btnAddAddress) #btnAddAddress .tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper legend {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item {
  position: relative;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr;
  border-top: 2px solid rgba(30, 30, 28, 0.06);
  padding: 30px 0 30px;
  gap: 15px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:first-of-type {
  padding: 30px 0 0;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item {
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
  border-bottom: none;
  margin-bottom: 0;
  margin-right: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell {
  padding: 0;
  margin: 0;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell {
    width: 45%;
  }

  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:has(.ginput_container_text) {
    width: 100%;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-bottom: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .ginput_container_text {
  width: 100%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:first-of-type {
  position: absolute;
  top: 37px;
  left: -30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:first-of-type {
    top: 34px;
    left: 0;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:first-of-type .custom-delete-row {
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-remove-row.svg);
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(2) {
    padding-left: 30px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell input {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  border-radius: 0;
  background: transparent;
  box-shadow: unset;
  font-size: 15px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell input[type=number] {
  margin-left: 7px;
  max-width: 90px;
  border-radius: 10px;
  border: 2px solid rgba(30, 30, 28, 0.06) !important;
  visibility: visible;
  -ms-flex-order: 2;
  order: 2;
  outline: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 5px 10px 5px !important;
  background: transparent;
  box-shadow: unset;
  font-size: 15px;
  -moz-appearance: textfield;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell input::-webkit-outer-spin-button,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield--type-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield--type-number label {
  display: none;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield--type-number label {
    display: block;
    font-size: 15px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield--type-number input[type=number] {
  -moz-appearance: textfield;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield--type-number input[type=number] input::-webkit-outer-spin-button,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield--type-number input[type=number] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox .gchoice {
  position: relative;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox .gchoice {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox .gchoice:before {
  margin-left: 15px;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox .gchoice:has(input[type=checkbox]:checked):after {
  content: "";
  position: absolute;
  top: -1px;
  left: 15px;
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox .gchoice:has(input[type=checkbox]:checked):after {
    top: 6px;
    left: 91px;
  }
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox .gchoice:has(input[type=checkbox]:checked):after {
    left: 93px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox .gchoice input[type=checkbox] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox label {
  display: none;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox label {
    display: block;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield_checkbox input {
  margin-left: 9px;
  width: 14px;
  height: 16px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_buttons {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-products .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:first-of-type .gfield_repeater_cell:first-of-type {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address {
  width: 100%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper legend {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item {
  position: relative;
  border-radius: 10px;
  background: #EFF5F9;
  padding: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  margin-bottom: 25px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item:first-of-type {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell {
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .contact-repeater h5 {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell .gfield {
  padding: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:first-of-type {
  position: absolute;
  top: 60px;
  left: 15px;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 20px !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:first-of-type .custom-delete-row {
  padding: 0;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/form-remove-row.svg);
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:first-of-type {
    top: 17px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(2) {
  width: 100%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:has(.large) {
  width: 22%;
}

@media (max-width: 1178px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:has(.large) {
    width: 21%;
  }
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:has(.large) {
    width: calc(50% - 12.5px);
  }
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:has(.large) {
    width: 100%;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(5),
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(8) {
  width: calc(53.5% - 75px);
  margin-left: 75px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(5),
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(8) {
    width: 100%;
    margin-left: 0;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(9) {
  width: 100%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(9) .gfield {
  width: calc(53.5% - 75px);
  margin-left: auto;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(9) .gfield {
    width: 100%;
    margin-left: 0;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(3),
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(6),
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell:nth-of-type(10) {
  margin-right: 25px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_item .gfield_repeater_cell input {
  width: 100%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-repeater.repeater-address .gfield_repeater_wrapper .gfield_repeater_items .gfield_repeater_buttons {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox {
  height: 75px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .gfield_description,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .gform-field-label {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .content-wrapper {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  padding-bottom: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .content-wrapper .tooltip-icon {
  z-index: 3;
  top: 6px;
  right: 0px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon-blue.svg);
  cursor: pointer;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .content-wrapper .tooltip-icon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .content-wrapper h5 {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  padding-right: 20px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .content-wrapper .tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: -52px;
  top: 32px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 20px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .content-wrapper .tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox {
  margin: 0;
  padding: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 0px;
  margin-top: -1px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice:has(input[type=checkbox]:checked):after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice input[type=checkbox] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice label {
  display: block;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
  max-width: 80%;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice label {
    line-height: 1.1;
    max-width: 100%;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice .gchoice-tooltip-icon {
  position: absolute;
  right: 15px;
  top: calc(50% - 9px);
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon.svg);
  margin-bottom: 5px;
  z-index: 15;
  cursor: pointer;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice .gchoice-tooltip-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  right: -17px;
  bottom: -50px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 45px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_checkbox .ginput_container_content-tooltip .gfield_checkbox .gchoice .gchoice-tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gfield_description,
.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gform-field-label {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gf_text_tooltip_content .content-wrapper {
  position: relative;
  padding-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gf_text_tooltip_content .content-wrapper .tooltip-icon {
  z-index: 3;
  top: 2px;
  right: -25px;
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon-purple.svg);
  cursor: pointer;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gf_text_tooltip_content .content-wrapper h5 {
  position: relative;
  color: #832281;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gf_text_tooltip_content .content-wrapper .tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: -52px;
  top: 32px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 20px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gf_text_tooltip_content .content-wrapper .tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-text_tooltip_content .gf_text_tooltip_content .content-wrapper p {
  color: #832281;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .gfield_label {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 0.5em;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 3px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox:has(input[type=checkbox]:checked):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox .gfield_checkbox {
  width: calc(100% - 27px);
  padding-bottom: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox input[type=checkbox] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox label {
  display: block;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox label a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox label strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #AECC53;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox label .gfield_required {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox .gchoice-tooltip-icon {
  position: absolute;
  right: 32px;
  top: 23px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon.svg);
  margin-bottom: 5px;
  z-index: 15;
  cursor: pointer;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox .gchoice-tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  bottom: -100px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 45px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-checkbox.default-checkbox .ginput_container_checkbox .gchoice-tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container {
  position: relative;
  border-radius: 10px;
  background: #EFF5F9;
  -webkit-column-gap: 75px;
  -moz-column-gap: 75px;
  column-gap: 75px;
  padding: 50px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfmc-container {
    display: grid;
    padding: 20px;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column .gfield.gfield--width-half {
  width: 48%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column .gfield.gfield--width-half.gfield--type-phone {
  width: 48%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column .gfield.gfield--width-half.gfield--type-email {
  width: 48%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column .gfield.gfield--width-full {
  width: 100%;
}

@media (max-width: 767px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column .gfield {
    width: 100% !important;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column .gfield--type-fileupload.gfield--width-full {
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfmc-column .gfield--type-fileupload.gfield--width-full .gform_fileupload_multifile .gform_drop_area {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfield--type-text_tooltip_checkbox {
  position: absolute;
  top: 50px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfield--type-text_tooltip_checkbox {
    top: unset;
    position: relative;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container .gfield--type-text_tooltip_checkbox.no-absolute {
  position: relative;
  top: unset;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfmc-container:has(.gfield--type-text_tooltip_checkbox) .gfmc-column {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .form-template .form-holder .gform_wrapper form .gform_body .gfmc-container:has(.gfield--type-text_tooltip_checkbox) .gfmc-column {
    padding-top: 0;
  }
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield {
  padding-bottom: 15px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield.small-input-number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield.small-input-number .gfield_label,
.form-template .form-holder .gform_wrapper form .gform_body .gfield.small-input-number .ginput_container {
  width: 50%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield.small-input-number input {
  width: 100% !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield.small-input-number input[type=number] {
  -moz-appearance: textfield;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield.small-input-number input::-webkit-outer-spin-button,
.form-template .form-holder .gform_wrapper form .gform_body .gfield.small-input-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield.hide-input {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body label.gfield_label,
.form-template .form-holder .gform_wrapper form .gform_body legend.gfield_label {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  /* 185.714% */
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container input,
.form-template .form-holder .gform_wrapper form .gform_body .ginput_container textarea,
.form-template .form-holder .gform_wrapper form .gform_body .ginput_container select {
  border-radius: 29px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background-color: #fff;
  padding: 5px 10px 4px 20px !important;
  font-size: 14px;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container input:disabled,
.form-template .form-holder .gform_wrapper form .gform_body .ginput_container textarea:disabled,
.form-template .form-holder .gform_wrapper form .gform_body .ginput_container select:disabled {
  background-color: rgba(217, 217, 217, 0.5);
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container select {
  padding: 7px 30px 6px 10px !important;
  background-image: url(../../resources/images/svg/chevron-down-black.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container textarea {
  height: 115px;
  border-radius: 10px;
  border: 1px solid rgba(217, 217, 217, 0.5);
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container textarea:focus {
  outline: none;
  padding: 15px 20px !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-textarea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-textarea label {
  -ms-flex-order: 1;
  order: 1;
  font-size: 20px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-textarea .gfield_description {
  -ms-flex-order: 2;
  order: 2;
  padding: 0;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 25px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-textarea .ginput_container {
  -ms-flex-order: 3;
  order: 3;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload label {
  -ms-flex-order: 1;
  order: 1;
  font-size: 20px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .gfield_description {
  -ms-flex-order: 1;
  order: 1;
  padding: 0;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.85;
  margin-bottom: 0px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_preview_list {
  -ms-flex-order: 2;
  order: 2;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: transparent;
  border: none;
  border-radius: unset;
  padding: 30px 0;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  padding: 14px 25px 12px 25px;
  border: 2px solid #832281;
  border-radius: 100px;
  background: transparent;
  color: #832281;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.44;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_area .gform_button_select_files:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/upload-icon-purple.svg);
  margin-bottom: 5px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_multifile .gform_drop_instructions {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .gform_fileupload_rules {
  color: #832281;
  font-size: 12px;
  font-weight: 300;
  line-height: 2.17;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload .ginput_container {
  -ms-flex-order: 3;
  order: 3;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload.gfield--width-full {
  -ms-flex-align: center;
  align-items: center;
}

.form-template .form-holder .gform_wrapper form .gform_body .gfield--type-fileupload.gfield--width-full .gform_fileupload_multifile .gform_drop_area {
  -ms-flex-pack: center;
  justify-content: center;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent {
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 3px;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent:has(input[type=checkbox]:checked):after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent input[type=checkbox] {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 15%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent label {
  display: block;
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  margin: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent label a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent label strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: #AECC53;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent label .gfield_required {
  display: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent .gchoice-tooltip-icon {
  position: absolute;
  right: 32px;
  top: 23px;
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-icon.svg);
  margin-bottom: 5px;
  z-index: 15;
  cursor: pointer;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent .gchoice-tooltip-wrapper {
  display: none;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  bottom: -100px;
  z-index: 20;
  border-radius: 18px;
  background: #fff;
  box-shadow: 1px 1px 36.6px -8px rgba(0, 0, 0, 0.25);
  padding: 16px 45px;
}

.form-template .form-holder .gform_wrapper form .gform_body .ginput_container_consent .gchoice-tooltip-wrapper:before {
  content: "";
  position: absolute;
  right: 11px;
  top: -14px;
  display: block;
  width: 58px;
  height: 21px;
  background-size: 58px 21px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/tooltip-triangle.svg);
}

.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 0;
}

.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer button,
.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer input {
  margin: 0;
  background-color: transparent;
  border: 2px solid #1A9EDA;
  border-radius: 100px;
  color: #1A9EDA;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.73;
  /* 173.333% */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-blue.svg);
  background-position: 90% 50%;
  width: 170px;
  height: 55px;
  transition: all 0.5s ease-in-out;
  padding-right: 15px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer button.gform_previous_button,
.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer input.gform_previous_button {
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-left-blue.svg);
  width: 170px;
  height: 55px;
  background-position: 10% 50%;
  border: 2px solid transparent;
  border-radius: 100px;
}

.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer button.gform_button,
.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer input.gform_button {
  background-color: #1A9EDA;
  color: #fff;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  width: 170px;
  height: 55px;
  background-position: 90% 50%;
  border: none;
}

.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer button:hover.gform_next_button,
.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer input:hover.gform_next_button {
  background-color: #1A9EDA;
  color: #fff;
  width: 18px;
  height: 11px;
  background-size: 18px 11px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-right-white.svg);
  width: 170px;
  height: 55px;
  background-position: 90% 50%;
}

.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer button:hover.gform_previous_button,
.form-template .form-holder .gform_wrapper form .gform_body .gform_page_footer input:hover.gform_previous_button {
  border: 2px solid #1A9EDA;
  border-radius: 100px;
}

.form-template #portal-form-data {
  height: 0;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: -500px;
  left: -500px;
}

.form-template #location-select-box-form,
.form-template #contact-person-select-box-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-template #location-select-box-form label,
.form-template #contact-person-select-box-form label {
  color: #2D1B20;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.form-template #location-select-box-form select,
.form-template #contact-person-select-box-form select {
  border-radius: 29px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background-color: #fff;
  font-size: 14px;
  padding: 7px 10px 6px 10px !important;
  background-image: url(../../resources/images/svg/chevron-down-black.svg);
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

body.logged-in .form-template .form-holder .gform_wrapper form .gform_body .gfield--type-custom_heading_field .gf_custom_heading .btn.blue-elipse {
  display: none !important;
}

@media (max-width: 991px) {
  .portal-template .portal-section {
    padding-top: 120px;
  }
}

.portal-template .portal-section .portal-wrapper .title-wrapper h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

.portal-template .portal-section .portal-wrapper .portal-boxes {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 30px;
}

@media (max-width: 1199px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes {
    grid-template-columns: 1fr;
    gap: 0;
    row-gap: 30px;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .contact-box-wrapper .button-wrapper {
  margin-top: 30px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 1199px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small {
    grid-column: 1;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small.dashboard {
  grid-template-columns: 1fr 1fr;
  height: auto;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small.dashboard {
    grid-template-columns: 1fr;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .back-link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #1A9EDA;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .back-link a:before {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background-size: 13px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-portal.svg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .back-link a:hover {
  gap: 15px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .back-link a:hover:before {
  margin-left: -5px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .add-new-item-button {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .add-new-item-button:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/portal-plus-icon.svg);
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .add-new-item-button span {
  color: #1E1E1C;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box {
  grid-column: span 2;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box {
    grid-column: 1;
  }
}

@media (max-width: 550px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper {
    gap: 0;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap {
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap {
    gap: 15px;
  }
}

@media (max-width: 550px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap {
    position: relative;
    padding-right: 25px;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #1E1E1C;
    padding-bottom: 8px;
    padding-top: 8px;
  }

  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap:first-of-type {
    padding-top: 0;
  }

  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-id {
  width: 45px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap span {
  color: #1E1E1C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
  width: 250px;
}

@media (max-width: 991px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-company {
    width: 190px;
  }
}

@media (max-width: 550px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-company {
    width: auto;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-company:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #AECC53;
  border-radius: 50%;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-company.status-Pending:before {
  background-color: #FFB13D;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-company span {
  display: block;
  width: calc(100% - 28px);
  font-weight: 700;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-type {
  width: 135px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-type span {
  display: block;
  padding: 4px 15px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFB13D;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-type.datavernietigen span {
  background-color: #1783B4;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-type.recycling span {
  background-color: #832281;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-type {
    display: none;
  }
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .entry-cost {
    display: none;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .open-popup-button {
  margin-left: auto;
  width: 20px;
  height: 15px;
  background-size: 20px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/icon-dashboard-eye.svg);
  padding: 7.5px 10px;
}

@media (max-width: 550px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-boxes-small .entries-box .box-wrapper .box-wrap .open-popup-button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box {
  padding: 38px 40px;
  border-radius: 10px;
  background: #EFF5F9;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-box {
    padding: 20px;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .open-popup-button {
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/portal-edit-icon.svg);
  cursor: pointer;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .contact-box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box p.empty-info {
  margin-top: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .contact-box-subtitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  margin-top: 30px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap span {
  font-size: 14px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations {
  gap: 20px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations span {
  font-weight: 500;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations .box-name {
  width: 135px;
  font-weight: 700;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations .box-street {
  width: 185px;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations .box-street {
    display: none;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations .box-code {
  width: 60px;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations .box-code {
    display: none;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations .box-city {
  width: 100px;
}

@media (max-width: 767px) {
  .portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .box-wrapper .box-wrap.type-locations .box-city {
    display: none;
  }
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .edit-button {
  margin-top: 30px;
  color: #1A9EDA;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.85;
  text-decoration: underline;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease-in-out;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .edit-button:hover {
  gap: 10px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .edit-button:after {
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  background-size: 13px 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/chevron-portal.svg);
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .contact-box-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .contact-box-content span,
.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .contact-box-content a {
  font-size: 14px;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .contact-box-content.company {
  margin-top: 25px;
}

.portal-template .portal-section .portal-wrapper .portal-boxes .portal-box .contact-box-content.contact {
  margin-top: 9px;
}

.portal-template .popups-wrapper {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(26, 158, 218, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.portal-template .popups-wrapper.active {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.portal-template .popups-wrapper .popup-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 740px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #EFF5F9;
  padding: 50px 115px 50px 60px;
}

@media (max-width: 767px) {
  .portal-template .popups-wrapper .popup-wrapper {
    padding: 20px 30px 20px 30px;
  }
}

.portal-template .popups-wrapper .popup-wrapper.entry-popup {
  max-height: 510px;
  overflow-y: scroll;
}

.portal-template .popups-wrapper .popup-wrapper #register-response {
  margin-top: 15px;
}

.portal-template .popups-wrapper .popup-wrapper #register-response p {
  color: #AECC53;
}

.portal-template .popups-wrapper .popup-wrapper #register-response p.error {
  color: #dc3545;
}

.portal-template .popups-wrapper .popup-wrapper .close-popup {
  position: absolute;
  top: 23px;
  right: 25px;
  cursor: pointer;
  width: 21px;
  height: 20px;
  background-size: 21px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/close-popup-btn.svg);
}

.portal-template .popups-wrapper .popup-wrapper.active {
  display: block;
}

.portal-template .popups-wrapper .popup-wrapper .popup-title {
  color: #1E1E1C;
  font-size: 20px;
  font-weight: 700;
  line-height: 2.25;
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper input {
  border-radius: 29px;
  border: 1px solid rgba(217, 217, 217, 0.5);
  background: #FFF;
  padding: 0 19px;
  height: 40px;
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper input:disabled {
  border: 1px solid rgba(217, 217, 217, 0.5);
  color: rgba(30, 30, 28, 0.5);
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper.big {
  width: 100%;
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper.medium {
  width: 55%;
}

@media (max-width: 767px) {
  .portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper.medium {
    width: 50%;
  }
}

.portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper.small {
  width: 40%;
}

@media (max-width: 767px) {
  .portal-template .popups-wrapper .popup-wrapper .popup-inputs .input-wrapper.small {
    width: 50%;
  }
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper.big {
  grid-template-columns: 1fr;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper.type {
  margin-bottom: 13px;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .label {
  color: #1E1E1C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .label.company {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .label.company:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #AECC53;
  border-radius: 50%;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .label.company.status-Pending:before {
  background-color: #FFB13D;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .content {
  color: #1E1E1C;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .type {
  display: block;
  padding: 4px 15px;
  border-radius: 50px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #FFB13D;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .type.datavernietigen span {
  background-color: #1783B4;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper .type.recycling span {
  background-color: #832281;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper.table {
  margin-top: 10px;
  grid-template-columns: 1fr;
  gap: 8px;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper.table .grid-header span {
  color: #1E1E1C;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper.table .grid-row {
  display: grid;
  grid-template-columns: 1fr 0.5fr 1fr;
  gap: 10px;
}

@media (max-width: 767px) {
  .portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper.table .grid-row {
    grid-template-columns: 1.5fr 0.5fr 0.5fr;
  }
}

.portal-template .popups-wrapper .popup-wrapper .entry-box .entry-wrapper.table .grid-row span {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.85;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper {
  margin-top: 20px;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper h4 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper .checkbox-wrapper {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper .checkbox-wrapper .checkbox label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper .checkbox-wrapper .checkbox label:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  box-shadow: 2px 2px 4.8px -1px rgba(0, 0, 0, 0.25);
  margin-bottom: 1px;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper .checkbox-wrapper .checkbox label input {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0 !important;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper .checkbox-wrapper .checkbox label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../../resources/images/svg/checkmark.svg);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.portal-template .popups-wrapper .popup-wrapper .locations-wrapper .checkbox-wrapper .checkbox label:has(input[type=checkbox]:checked):after {
  opacity: 1;
  visibility: visible;
}

.portal-template .popups-wrapper .popup-wrapper .button-wrapper {
  margin-top: 45px;
  gap: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.portal-template .popups-wrapper .popup-wrapper .button-wrapper .btn {
  padding: 14px 24px;
}

.portal-template .popups-wrapper .popup-wrapper .button-wrapper .btn.blue-border {
  padding: 12px 24px;
}

.portal-template .popups-wrapper .popup-wrapper .button-wrapper .btn.blue-border span {
  color: #1A9EDA;
}

.portal-template .popups-wrapper .popup-wrapper .button-wrapper .btn span {
  font-size: 15px;
  line-height: 1;
}

.main .content-form-activate {
  padding: 250px 0 150px;
}