@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import 'font/stylesheet.css';
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import 'plugins/swiper.css';
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ===================== 
// FONTS 
====================== */
/* ===================== 
// COLORS
====================== */
/* ===================== 
//  VALUES
====================== */
/* ==============================================================
Varibles
================================================================*/
/* ==============================================================
BASE
================================================================*/
html,
body {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  position: relative;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  margin-top: 0px !important;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  /* 	outline: 1px dashed red; */
}

body {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  overflow-x: hidden;
  position: relative;
}

body.g-noscroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-style: normal;
}

p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 24px;
}

strong {
  font-weight: 700;
}

/* Display Values*/
.d-b {
  display: block;
}

.d-f {
  display: flex;
}

.d-g {
  display: grid;
}

.d-ib {
  display: inline-block;
}

.d-if {
  display: inline-flex;
}

/* Flex directions */
.f-w {
  flex-wrap: wrap;
}

.f-r {
  flex-direction: row;
}

.f-c {
  flex-direction: column;
}

.j-c-e {
  justify-content: flex-end;
}

.j-c-s {
  justify-content: flex-start;
}

.j-c-c {
  justify-content: center;
}

.j-c-s-b {
  justify-content: space-between;
}

.a-i-c {
  align-items: center;
}

.n-l-s {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Grid columns */
.g-c-2 {
  grid-template-columns: 1fr 1fr;
}

.g-c-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.g-c-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.g-c-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

/* Gap values*/
.g-6 {
  gap: 6px;
}

.g-10 {
  gap: 10px;
}

.g-15 {
  gap: 15px;
}

.g-16 {
  gap: 16px;
}

.g-20 {
  gap: 20px;
}

.g-30 {
  gap: 30px;
}

.g-40 {
  gap: 40px;
}

.g-50 {
  gap: 50px;
}

.g-60 {
  gap: 60px;
}

.g-70 {
  gap: 70px;
}

.g-80 {
  gap: 80px;
}

.g-90 {
  gap: 90px;
}

.g-100 {
  gap: 100px;
}

.r-g-6 {
  row-gap: 6px;
}

.r-g-10 {
  row-gap: 10px;
}

.r-g-15 {
  row-gap: 15px;
}

.r-g-20 {
  row-gap: 20px;
}

.r-g-30 {
  row-gap: 30px;
}

.r-g-40 {
  row-gap: 40px;
}

.r-g-50 {
  row-gap: 50px;
}

.r-g-60 {
  row-gap: 60px;
}

.r-g-70 {
  row-gap: 70px;
}

.r-g-80 {
  row-gap: 80px;
}

.r-g-90 {
  row-gap: 90px;
}

.r-g-100 {
  row-gap: 100px;
}

/* width value*/
.w-20 {
  width: 20%;
}

.w-30 {
  width: 33.333%;
}

.w-40 {
  width: 40%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

/* Postions*/
.p-r {
  position: relative;
}

.p-f {
  position: fixed;
}

.p-a {
  position: absolute;
}

.p-a-c-t {
  top: 50%;
  transform: translateY(-50%);
}

/* Postion varibles */
.inset {
  inset: 0;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-5 {
  border-radius: 5px;
}

.b-r-6 {
  border-radius: 6px;
}

.b-r-8 {
  border-radius: 8px;
}

.b-r-10 {
  border-radius: 10px;
}

.b-r-12 {
  border-radius: 12px;
}

.b-r-16 {
  border-radius: 16px;
}

.b-r-20 {
  border-radius: 20px;
}

.b-r-30 {
  border-radius: 30px;
}

.b-r-50 {
  border-radius: 50px;
}

.b-r-60 {
  border-radius: 60px;
}

.b-r-80 {
  border-radius: 80px;
}

.b-r-100 {
  border-radius: 50%;
}

.h-a {
  height: auto;
}

.f-1 {
  flex: 1;
}

.as-16-10 {
  aspect-ratio: 16/10;
}

.as-16-9 {
  aspect-ratio: 16/9;
}

.o-h {
  overflow: hidden;
}

.f-w-300 {
  font-weight: 300;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500;
}

.f-w-600 {
  font-weight: 600;
}

.f-w-700 {
  font-weight: 700 !important;
}

.w-h {
  visibility: hidden;
}

.b-r-s {
  background-color: transparent;
  border: 0;
  padding: 0;
}

.t-a-c {
  text-align: center;
}

.r-s-s {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.t-t-u {
  text-transform: uppercase;
}

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

.t-d-n {
  text-decoration: none !important;
}

.s-b-l-g {
  /*   grid-template-columns: 1fr 3fr; */
}

body.admin-bar {
  padding-top: 32px;
}

.g-container {
  max-width: 1620px;
  width: 100%;
  padding: 0px 4rem;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .g-container {
    padding: 0px 1.6rem;
  }
}

.g-container-medium {
  max-width: 1186px;
  width: 100%;
  padding: 0px 4rem;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .g-container-medium {
    padding: 0px 1.6rem;
  }
}

.g-container-small {
  max-width: 840px;
  width: 100%;
  padding: 0px 1.6rem;
  position: relative;
  margin: 0 auto;
}

.g-objectfit {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-opacity-overlay {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}

.g-rounded-bottom {
  border-bottom-left-radius: 61px;
  border-bottom-right-radius: 61px;
}

.bg-dark-grey {
  background-color: #253746;
}

.bg-lightgreen {
  background-color: #E7F0E2;
}

.bg-blue {
  background-color: #194564;
}

.bg-lightblue {
  background-color: #DEEDF2;
}

.bg-brown {
  background-color: #3C2009;
}

.bg-lightbrown {
  background-color: #ECE8DE;
}

.section {
  padding: 40px 0px;
}
.section.padding-top-none {
  padding-top: 0px;
}
.section.padding-top-small {
  padding-top: 20px;
}
.section.padding-top-medium {
  padding-top: 40px;
}
.section.padding-top-large {
  padding-top: 80px;
}
.section.padding-bottom-none {
  padding-bottom: 0px;
}
.section.padding-bottom-small {
  padding-bottom: 20px;
}
.section.padding-bottom-medium {
  padding-bottom: 40px;
}
.section.padding-bottom-large {
  padding-bottom: 80px;
}

.g-hidden {
  display: none;
}

.g-negative h1, .g-negative h2, .g-negative h3, .g-negative h4, .g-negative p {
  color: #ffffff !important;
}

.bg-base {
  background-color: #D9DFE5;
}

.bg-p {
  background-color: #E6F0F6;
}

.bg-p-dark {
  background-color: #00324D;
}

.bg-s-s-f {
  background-color: #F6FAFB;
}

.bg-s-s-f-dark {
  background-color: #012629;
}

.bg-s-s-c {
  background-color: #E6EFF1;
}

.bg-s-s-c-dark {
  background-color: #002026;
}

.bg-c-b {
  background-color: #F4F7FB;
}

.bg-c-b-dark {
  background-color: #00183D;
}

.bg-m-g {
  background-color: #F7F9F5;
}

.bg-m-g-dark {
  background-color: #041400;
}

.bg-c-r {
  background-color: #F8E5E7;
}

.bg-c-r-dark {
  background-color: #2E0001;
}

.bg-f {
  background-color: #F7F4EF;
}

.bg-f-dark {
  background-color: #3B2500;
}

.bg-s-p {
  background-color: #F1F0EF;
}

.bg-s-p-dark {
  background-color: #110600;
}

.bg-l-s {
  background-color: #EBF5F0;
}

.bg-l-s-dark {
  background-color: #003312;
}

.bg-b-p {
  background-color: #F1F1F2;
}

.bg-b-p-dark {
  background-color: #030C15;
}

.bg-h-f {
  background-color: #FDEEEF;
}

.bg-h-f-dark {
  background-color: #4D000C;
}

.bg-h-c {
  background-color: #FFE8E8;
}

.bg-h-c-dark {
  background-color: #4A0013;
}

.bg-i {
  background-color: #F9EBE9;
}

.bg-i-dark {
  background-color: #300;
}

.pill {
  padding: 0.6rem 1.2rem;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.pill.short-style {
  background-color: #D9DFE5;
  color: #253746;
  transition: all 0.3s ease;
}
.pill.short-style.active {
  background-color: #253746;
  color: #ffffff;
}
.pill.short-style:hover {
  background-color: #253746;
  color: #ffffff !important;
}

.s-divider .divider-line {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #D9DFE5;
}

#grafi-tech-chatbot {
  position: relative;
  z-index: 10000;
}

.btn {
  position: relative;
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.6rem, 1.6vw + 1rem, 1.6rem);
  line-height: clamp(2.4rem, 2.4vw + 1rem, 2.4rem);
  padding: 0.9rem 2rem;
  border: none;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  color: #253746;
}
.btn:focus, .btn:hover {
  transform: scale(1.05);
  outline: none !important;
  text-decoration: none !important;
  box-shadow: 0px 15px 32px -7px rgba(0, 0, 0, 0.1);
}
.btn i {
  margin-left: 0.5rem;
}
.btn.dark-text {
  color: #111111 !important;
}
.btn.solid {
  border: 1px solid #253746;
  background-color: #253746;
  color: #ffffff;
}
.btn.small {
  padding: 0.6rem 1.2rem;
}
@media (max-width: 900px) {
  .btn {
    padding: 1rem 2rem;
  }
}
.btn.icon-arrow::after {
  color: #ffffff;
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: 2px;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  font-weight: 400;
}

.g-text-link {
  transition: all 0.3s ease;
  color: #253746;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.6rem, 1.6vw + 1rem, 1.6rem);
  line-height: clamp(2.4rem, 2.4vw + 1rem, 2.4rem);
  font-weight: 400;
}
.g-text-link:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  display: inline-block;
  position: relative;
  margin-right: 6px;
  top: 2px;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  color: #253746;
  font-weight: 400;
}
.g-text-link:hover {
  text-decoration: none !important;
}
.g-text-link:hover::after {
  margin-right: 10px;
}

.g-text-link-forward {
  transition: all 0.3s ease;
  color: #253746;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.6rem, 1.6vw + 1rem, 1.6rem);
  line-height: clamp(2.4rem, 2.4vw + 1rem, 2.4rem);
  font-weight: 400;
}
.g-text-link-forward:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: 2px;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  color: #253746;
  font-weight: 400;
}
.g-text-link-forward:hover {
  text-decoration: none !important;
}
.g-text-link-forward:hover::after {
  margin-left: 10px;
}

.g-negative .g-text-link {
  color: #ffffff !important;
}
.g-negative .g-text-link:after {
  color: #ffffff !important;
}

.btn-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "TTTricks-Regular", serif;
  font-style: normal;
  font-size: clamp(1.6rem, 1.6vw + 1rem, 1.6rem);
  line-height: clamp(2.4rem, 2.4vw + 1rem, 2.4rem);
  padding: 0.9rem 2rem;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  color: #253746;
}
.btn-icon:focus, .btn-icon:hover {
  transform: scale(1.05);
  outline: none !important;
  text-decoration: none !important;
  box-shadow: 0px 15px 32px -7px rgba(0, 0, 0, 0.1);
}
.btn-icon i {
  margin-right: 0.8rem;
}

.g-negative .g-text-link-forward::before, .g-negative .g-text-link-forward::after,
.g-negative .g-text-link::before,
.g-negative .g-text-link::after {
  color: #ffffff;
}

.s-header .bottom ul > li {
  position: relative;
}
.s-header .bottom ul > li.current-menu-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background-color: #ECEFF2;
  border-radius: 40px;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
.s-header .bottom ul > li a {
  padding: 0 1.6rem;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.4rem, 1.4vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  color: #253746;
  z-index: 1;
}
.s-header .bottom {
  padding: 2.4rem 0;
}
.s-header .bottom .logo {
  width: 10rem;
}
@media (min-width: 1300px) {
  .s-header .bottom .logo {
    width: 12rem;
  }
}
.s-header .bottom .logo .mobile {
  display: none;
  visibility: hidden;
}
.s-header .bottom .mobile-menu {
  display: none;
  visibility: hidden;
}
.s-header #search-header {
  visibility: hidden;
  display: none;
}
.s-header #search-header .search-wrapper {
  padding: 0 0 0 2rem;
  border: 1px solid #D9DFE5;
}
.s-header #search-header .search-wrapper input {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #253746;
  width: 30rem;
}
.s-header #search-header .search-wrapper button {
  display: inline-block;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.6rem, 1.6vw + 1rem, 1.6rem);
  line-height: clamp(2.4rem, 2.4vw + 1rem, 2.4rem);
  padding: 0.9rem 2rem;
  border: 1px solid #253746;
  background-color: #253746;
  color: #ffffff;
  border-radius: 3rem;
}

#mobile-menu {
  right: -100vw;
  padding: 2.4rem 4rem;
  height: 100vh;
  opacity: 0;
  z-index: 100;
  width: 100vw;
  background-image: url(../img/framework/footer-bg.svg);
  background-position-y: 100%;
  background-position-x: 93.5%;
  background-repeat: no-repeat;
  background-size: 550%;
}
#mobile-menu .inner .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5rem;
}
#mobile-menu .inner .top .logo {
  width: 5.6rem;
}
#mobile-menu .inner .top #close-mobile-meny i {
  font-size: 3rem;
  color: #ffffff;
}
#mobile-menu .inner ul li a {
  padding: 1rem 0.5rem;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-family: "TTTricks-Regular", serif;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}
#mobile-menu .inner ul li .b-r-s {
  padding: 0 0 0 2rem;
}
#mobile-menu .inner ul li .b-r-s i {
  font-size: 2rem;
}
#mobile-menu .inner ul li ul {
  display: none;
  visibility: hidden;
  padding: 0;
  background-color: #ffffff;
  list-style: none;
}
#mobile-menu .social {
  bottom: 3rem;
  left: 0;
  right: 0;
}

.header-language-select-wrapper {
  border: 1px solid #D9DFE5;
  padding: 0;
}
.header-language-select-wrapper #language-select {
  background-color: transparent;
  border: none !important;
  padding: 0.8rem 0.6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #111111;
}

#open-mobile-menu,
#menu-search {
  color: #111111;
}
#open-mobile-menu i,
#menu-search i {
  color: #111111;
}

.s-footer {
  background-image: url(../img/framework/footer-bg.svg);
  padding: 5rem 0 2.4rem 0;
  background-position-y: 100%;
  background-position-x: 32%;
  background-repeat: no-repeat;
  background-size: 105%;
}
.s-footer .logo-wrapper {
  width: 11.2rem;
}
.s-footer #menu-footer-menu {
  padding: 0;
}
.s-footer #menu-footer-menu .sub-menu {
  padding: 0;
}
.s-footer .item a {
  text-decoration: none !important;
}
.s-footer .item a:hover {
  text-decoration: underline !important;
}
.s-footer .item .footer-title {
  margin-bottom: 0.2rem;
}
.s-footer .item a:not(.footer-title) {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.s-footer .bottom {
  padding: 5rem 0 0 0;
}
.s-footer .bottom a {
  text-decoration: none !important;
}
.s-footer .bottom a:hover {
  text-decoration: underline !important;
}

.m-standard h1.g-mega,
.m-standard h2.g-mega,
.m-standard h3.g-mega,
.m-standard h4.g-mega,
.m-standard p.g-mega,
.m-standard h3.g-mega {
  font-size: clamp(3.2rem, 3.2vw + 1rem, 4.8rem);
  line-height: clamp(3.6rem, 3.6vw + 1rem, 5.5rem);
  font-family: "TTTricks-Black", serif;
  font-style: normal;
  font-weight: 900;
  color: #253746;
  margin-bottom: 1.2rem;
}
.m-standard h1.g-mega a,
.m-standard h2.g-mega a,
.m-standard h3.g-mega a,
.m-standard h4.g-mega a,
.m-standard p.g-mega a,
.m-standard h3.g-mega a {
  font-size: clamp(3.2rem, 3.2vw + 1rem, 4.8rem);
  line-height: clamp(3.6rem, 3.6vw + 1rem, 5.5rem);
  font-family: "TTTricks-Black", serif;
  font-style: normal;
  font-weight: 900;
  color: #253746;
}
.m-standard h1.g-h1,
.m-standard h2.g-h1,
.m-standard h3.g-h1,
.m-standard h4.g-h1,
.m-standard p.g-h1,
.m-standard h1 {
  font-size: clamp(3.2rem, 3.2vw + 1rem, 4.8rem);
  line-height: clamp(3.6rem, 3.6vw + 1rem, 5.5rem);
  font-family: "TTTricks-Black", serif;
  font-style: normal;
  font-weight: 900;
  color: #253746;
  margin-bottom: 1.2rem;
}
.m-standard h1.g-h1 a,
.m-standard h2.g-h1 a,
.m-standard h3.g-h1 a,
.m-standard h4.g-h1 a,
.m-standard p.g-h1 a,
.m-standard h1 a {
  font-size: clamp(3.2rem, 3.2vw + 1rem, 4.8rem);
  line-height: clamp(3.6rem, 3.6vw + 1rem, 5.5rem);
  font-family: "TTTricks-Black", serif;
  font-style: normal;
  font-weight: 900;
  color: #253746;
}
.m-standard h1.g-h2,
.m-standard h2.g-h2,
.m-standard h3.g-h2,
.m-standard h4.g-h2,
.m-standard p.g-h2,
.m-standard h2 {
  font-size: clamp(2.6rem, 2.6vw + 1rem, 3.6rem);
  line-height: clamp(3.2rem, 3.2vw + 1rem, 4.2rem);
  font-family: "TTTricks-Black", serif;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 1.2rem;
  color: #253746;
}
.m-standard h1.g-h2 a,
.m-standard h2.g-h2 a,
.m-standard h3.g-h2 a,
.m-standard h4.g-h2 a,
.m-standard p.g-h2 a,
.m-standard h2 a {
  font-size: clamp(2.6rem, 2.6vw + 1rem, 3.6rem);
  line-height: clamp(3.2rem, 3.2vw + 1rem, 4.2rem);
  font-family: "TTTricks-Black", serif;
  font-style: normal;
  font-weight: 900;
  color: #253746;
}
.m-standard h1.g-h3,
.m-standard h2.g-h3,
.m-standard h3.g-h3,
.m-standard h4.g-h3,
.m-standard p.g-h3,
.m-standard h3 {
  font-size: clamp(2rem, 2vw + 1rem, 2.4rem);
  line-height: clamp(2.3rem, 2.3vw + 1rem, 2.8rem);
  font-family: "TTTricks-Regular", serif;
  font-style: normal;
  color: #253746;
  font-weight: 400;
}
.m-standard h1.g-h3 a,
.m-standard h2.g-h3 a,
.m-standard h3.g-h3 a,
.m-standard h4.g-h3 a,
.m-standard p.g-h3 a,
.m-standard h3 a {
  font-size: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  line-height: clamp(2.8rem, 2.8vw + 1rem, 3rem);
  font-family: "TTTricks-Regular", serif;
  font-style: normal;
  color: #253746;
  font-weight: 400;
}
.m-standard h1.g-h3,
.m-standard h2.g-h3,
.m-standard h3.g-h3,
.m-standard h4.g-h3,
.m-standard p.g-h3,
.m-standard h3 {
  margin-bottom: 1.2rem;
}
.m-standard h1.g-h4,
.m-standard h2.g-h4,
.m-standard h3.g-h4,
.m-standard h4.g-h4,
.m-standard p.g-h4,
.m-standard h4 {
  font-size: clamp(1.8rem, 1.8vw + 1rem, 2rem);
  line-height: clamp(2.6rem, 2.6vw + 1rem, 2.6rem);
  font-family: "TTTricks-Regular", serif;
  font-style: normal;
  color: #253746;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.m-standard h1.g-h4 a,
.m-standard h2.g-h4 a,
.m-standard h3.g-h4 a,
.m-standard h4.g-h4 a,
.m-standard p.g-h4 a,
.m-standard h4 a {
  font-size: clamp(1.8rem, 1.8vw + 1rem, 2rem);
  line-height: clamp(2.6rem, 2.6vw + 1rem, 2.6rem);
  font-family: "TTTricks-Regular", serif;
  font-style: normal;
  color: #253746;
  font-weight: 400;
}
.m-standard h1.g-intro,
.m-standard h2.g-intro,
.m-standard h3.g-intro,
.m-standard h4.g-intro,
.m-standard h4.g-intro,
.m-standard p.g-intro {
  font-size: clamp(1.8rem, 1.8vw + 1rem, 2rem);
  line-height: clamp(2.6rem, 2.6vw + 1rem, 2.6rem);
  font-family: "Archivo", sans-serif;
  font-style: normal;
  color: #253746;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.m-standard h1.g-intro a,
.m-standard h2.g-intro a,
.m-standard h3.g-intro a,
.m-standard h4.g-intro a,
.m-standard h4.g-intro a,
.m-standard p.g-intro a {
  font-size: clamp(1.8rem, 1.8vw + 1rem, 2rem);
  line-height: clamp(2.6rem, 2.6vw + 1rem, 2.6rem);
  font-family: "Archivo", sans-serif;
  font-style: normal;
  color: #253746;
  font-weight: 400;
}
.m-standard p {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.4rem, 1.1vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  color: #253746;
  font-weight: 400;
  margin-bottom: 2rem;
}
.m-standard p.l-t-l {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.m-standard .l-t-l {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #253746;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.m-standard a:not(.btn, .no-line, .box, .g-text-link) {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.4rem, 1.1vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  color: #253746;
  transition: all 0.3s ease;
  text-decoration: underline;
}
.m-standard a:not(.btn, .no-line, .box, .g-text-link):hover {
  color: #253746;
}
.m-standard a:not(.btn, .no-line, .box, .g-text-link).g-text-link, .m-standard a:not(.btn, .no-line, .box, .g-text-link).btn {
  text-decoration: none !important;
}
.m-standard h1:last-child,
.m-standard h2:last-child,
.m-standard h3:last-child,
.m-standard h4:last-child,
.m-standard p:last-child {
  margin: 0px !important;
}
.m-standard h1.force-margin:last-child {
  margin-bottom: 1.2rem !important;
}
.m-standard ul, .m-standard ol {
  padding: 0 0 0 1.5rem;
}
.m-standard ul li, .m-standard ol li {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.4rem, 1.1vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  color: #253746;
  font-weight: 400;
  margin-bottom: 0.6rem;
}
.m-standard ul li:last-child, .m-standard ol li:last-child {
  margin-bottom: 0;
}
.m-standard h3.bold,
.m-standard h4.bold,
.m-standard p.bold {
  font-weight: 700 !important;
}
.m-standard h3.bold .g-text-link:after,
.m-standard h4.bold .g-text-link:after,
.m-standard p.bold .g-text-link:after {
  margin-left: 12px;
}
.m-standard hr {
  height: 1px;
  margin: 1.2rem 0;
  border: none;
}
.m-standard h4.no-margin,
.m-standard p.no-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.m-standard.g-negative ul li,
.m-standard.g-negative ol li,
.m-standard.g-negative h1.light,
.m-standard.g-negative h2.light,
.m-standard.g-negative h3.light,
.m-standard.g-negative h4.light,
.m-standard.g-negative p.light,
.m-standard.g-negative a.light,
.m-standard.g-negative h1.g-mega,
.m-standard.g-negative h2.g-mega,
.m-standard.g-negative h3.g-mega,
.m-standard.g-negative h4.g-mega,
.m-standard.g-negative p.g-mega,
.m-standard.g-negative h3.g-mega,
.m-standard.g-negative h1.g-h1,
.m-standard.g-negative h2.g-h1,
.m-standard.g-negative h3.g-h1,
.m-standard.g-negative h4.g-h1,
.m-standard.g-negative p.g-h1,
.m-standard.g-negative h1,
.m-standard.g-negative h1.g-h2,
.m-standard.g-negative h2.g-h2,
.m-standard.g-negative h3.g-h2,
.m-standard.g-negative h4.g-h2,
.m-standard.g-negative p.g-h2,
.m-standard.g-negative h2,
.m-standard.g-negative h1.g-h3,
.m-standard.g-negative h2.g-h3,
.m-standard.g-negative h3.g-h3,
.m-standard.g-negative h4.g-h3,
.m-standard.g-negative p.g-h3,
.m-standard.g-negative h3,
.m-standard.g-negative h1.g-h4,
.m-standard.g-negative h2.g-h4,
.m-standard.g-negative h3.g-h4,
.m-standard.g-negative h4.g-h4,
.m-standard.g-negative p.g-h4,
.m-standard.g-negative h4,
.m-standard.g-negative a:not(.btn) {
  color: #ffffff;
}
.m-standard.c-p h1, .m-standard.c-p h2, .m-standard.c-p h3, .m-standard.c-p h4 {
  color: #00324D;
}
.m-standard.c-p p, .m-standard.c-p ul li, .m-standard.c-p ol li, .m-standard.c-p span {
  color: #0A5E8A;
}
.m-standard.c-p a:not(.btn, .g-text-link) {
  color: #0A5E8A;
}
.m-standard.c-p hr {
  color: #99BFDA;
  background-color: #99BFDA;
}
.m-standard.c-p-dark h1, .m-standard.c-p-dark h2, .m-standard.c-p-dark h3, .m-standard.c-p-dark h4 {
  color: #E6F0F6;
}
.m-standard.c-p-dark p, .m-standard.c-p-dark ul li, .m-standard.c-p-dark ol li, .m-standard.c-p-dark span {
  color: #E6F0F6;
}
.m-standard.c-p-dark a:not(.btn, .g-text-link) {
  color: #E6F0F6;
}
.m-standard.c-p-dark hr {
  color: #E6F0F6;
  background-color: #E6F0F6;
}
.m-standard.c-p-dark a.g-text-link {
  color: #E6F0F6;
}
.m-standard.c-p-dark a.g-text-link::before {
  color: #E6F0F6;
}
.m-standard.c-p-dark a.g-text-link-forward {
  color: #E6F0F6;
}
.m-standard.c-p-dark a.g-text-link-forward:after {
  color: #E6F0F6;
}
.m-standard.c-s-s-f h1, .m-standard.c-s-s-f h2, .m-standard.c-s-s-f h3, .m-standard.c-s-s-f h4 {
  color: #012629;
}
.m-standard.c-s-s-f p, .m-standard.c-s-s-f ul li, .m-standard.c-s-s-f ol li, .m-standard.c-s-s-f span {
  color: #2B7378;
}
.m-standard.c-s-s-f a:not(.btn, .g-text-link) {
  color: #2B7378;
}
.m-standard.c-s-s-f hr {
  color: #AACED2;
  background-color: #AACED2;
}
.m-standard.c-s-s-f-dark h1, .m-standard.c-s-s-f-dark h2, .m-standard.c-s-s-f-dark h3, .m-standard.c-s-s-f-dark h4 {
  color: #F6FAFB;
}
.m-standard.c-s-s-f-dark p, .m-standard.c-s-s-f-dark ul li, .m-standard.c-s-s-f-dark ol li, .m-standard.c-s-s-f-dark span {
  color: #F6FAFB;
}
.m-standard.c-s-s-f-dark a:not(.btn, .g-text-link) {
  color: #F6FAFB;
}
.m-standard.c-s-s-f-dark hr {
  color: #F6FAFB;
  background-color: #F6FAFB;
}
.m-standard.c-s-s-f-dark a.g-text-link {
  color: #F6FAFB;
}
.m-standard.c-s-s-f-dark a.g-text-link::before {
  color: #F6FAFB;
}
.m-standard.c-s-s-f-dark a.g-text-link-forward {
  color: #F6FAFB;
}
.m-standard.c-s-s-f-dark a.g-text-link-forward:after {
  color: #F6FAFB;
}
.m-standard.c-s-s-c h1, .m-standard.c-s-s-c h2, .m-standard.c-s-s-c h3, .m-standard.c-s-s-c h4 {
  color: #002026;
}
.m-standard.c-s-s-c p, .m-standard.c-s-s-c ul li, .m-standard.c-s-s-c ol li, .m-standard.c-s-s-c span {
  color: #033642;
}
.m-standard.c-s-s-c a:not(.btn, .g-text-link) {
  color: #033642;
}
.m-standard.c-s-s-c hr {
  color: #73a8b2;
  background-color: #73a8b2;
}
.m-standard.c-s-s-c-dark h1, .m-standard.c-s-s-c-dark h2, .m-standard.c-s-s-c-dark h3, .m-standard.c-s-s-c-dark h4 {
  color: #E6EFF1;
}
.m-standard.c-s-s-c-dark p, .m-standard.c-s-s-c-dark ul li, .m-standard.c-s-s-c-dark ol li, .m-standard.c-s-s-c-dark span {
  color: #E6EFF1;
}
.m-standard.c-s-s-c-dark a:not(.btn, .g-text-link) {
  color: #E6EFF1;
}
.m-standard.c-s-s-c-dark hr {
  color: #E6EFF1;
  background-color: #E6EFF1;
}
.m-standard.c-s-s-c-dark a.g-text-link {
  color: #E6EFF1;
}
.m-standard.c-s-s-c-dark a.g-text-link::before {
  color: #E6EFF1;
}
.m-standard.c-s-s-c-dark a.g-text-link-forward {
  color: #E6EFF1;
}
.m-standard.c-s-s-c-dark a.g-text-link-forward:after {
  color: #E6EFF1;
}
.m-standard.c-b h1, .m-standard.c-b h2, .m-standard.c-b h3, .m-standard.c-b h4 {
  color: #00183D;
}
.m-standard.c-b p, .m-standard.c-b ul li, .m-standard.c-b ol li, .m-standard.c-b span {
  color: #4D73AC;
}
.m-standard.c-b a:not(.btn, .g-text-link) {
  color: #4D73AC;
}
.m-standard.c-b hr {
  color: #9BB1D1;
  background-color: #9BB1D1;
}
.m-standard.c-b-dark h1, .m-standard.c-b-dark h2, .m-standard.c-b-dark h3, .m-standard.c-b-dark h4 {
  color: #F4F7FB;
}
.m-standard.c-b-dark p, .m-standard.c-b-dark ul li, .m-standard.c-b-dark ol li, .m-standard.c-b-dark span {
  color: #F4F7FB;
}
.m-standard.c-b-dark a:not(.btn, .g-text-link) {
  color: #F4F7FB;
}
.m-standard.c-b-dark hr {
  color: #F4F7FB;
  background-color: #F4F7FB;
}
.m-standard.c-b-dark a.g-text-link {
  color: #F4F7FB;
}
.m-standard.c-b-dark a.g-text-link::before {
  color: #F4F7FB;
}
.m-standard.c-b-dark a.g-text-link-forward {
  color: #F4F7FB;
}
.m-standard.c-b-dark a.g-text-link-forward:after {
  color: #F4F7FB;
}
.m-standard.c-m-g h1, .m-standard.c-m-g h2, .m-standard.c-m-g h3, .m-standard.c-m-g h4 {
  color: #041400;
}
.m-standard.c-m-g p, .m-standard.c-m-g ul li, .m-standard.c-m-g ol li, .m-standard.c-m-g span {
  color: #2F5229;
}
.m-standard.c-m-g a:not(.btn, .g-text-link) {
  color: #2F5229;
}
.m-standard.c-m-g hr {
  color: #ABBC8F;
  background-color: #ABBC8F;
}
.m-standard.c-m-g-dark h1, .m-standard.c-m-g-dark h2, .m-standard.c-m-g-dark h3, .m-standard.c-m-g-dark h4 {
  color: #F7F9F5;
}
.m-standard.c-m-g-dark p, .m-standard.c-m-g-dark ul li, .m-standard.c-m-g-dark ol li, .m-standard.c-m-g-dark span {
  color: #F7F9F5;
}
.m-standard.c-m-g-dark a:not(.btn, .g-text-link) {
  color: #F7F9F5;
}
.m-standard.c-m-g-dark hr {
  color: #F7F9F5;
  background-color: #F7F9F5;
}
.m-standard.c-m-g-dark a.g-text-link {
  color: #F7F9F5;
}
.m-standard.c-m-g-dark a.g-text-link::before {
  color: #F7F9F5;
}
.m-standard.c-m-g-dark a.g-text-link-forward {
  color: #F7F9F5;
}
.m-standard.c-m-g-dark a.g-text-link-forward:after {
  color: #F7F9F5;
}
.m-standard.c-c-r h1, .m-standard.c-c-r h2, .m-standard.c-c-r h3, .m-standard.c-c-r h4 {
  color: #2E0001;
}
.m-standard.c-c-r p, .m-standard.c-c-r ul li, .m-standard.c-c-r ol li, .m-standard.c-c-r span {
  color: #780708;
}
.m-standard.c-c-r a:not(.btn, .g-text-link) {
  color: #780708;
}
.m-standard.c-c-r hr {
  color: #DC7983;
  background-color: #DC7983;
}
.m-standard.c-c-r-dark h1, .m-standard.c-c-r-dark h2, .m-standard.c-c-r-dark h3, .m-standard.c-c-r-dark h4 {
  color: #F8E5E7;
}
.m-standard.c-c-r-dark p, .m-standard.c-c-r-dark ul li, .m-standard.c-c-r-dark ol li, .m-standard.c-c-r-dark span {
  color: #F8E5E7;
}
.m-standard.c-c-r-dark a:not(.btn, .g-text-link) {
  color: #F8E5E7;
}
.m-standard.c-c-r-dark hr {
  color: #F8E5E7;
  background-color: #F8E5E7;
}
.m-standard.c-c-r-dark a.g-text-link {
  color: #F8E5E7;
}
.m-standard.c-c-r-dark a.g-text-link::before {
  color: #F8E5E7;
}
.m-standard.c-c-r-dark a.g-text-link-forward {
  color: #F8E5E7;
}
.m-standard.c-c-r-dark a.g-text-link-forward:after {
  color: #F8E5E7;
}
.m-standard.c-f h1, .m-standard.c-f h2, .m-standard.c-f h3, .m-standard.c-f h4 {
  color: #3B2500;
}
.m-standard.c-f p, .m-standard.c-f ul li, .m-standard.c-f ol li, .m-standard.c-f span {
  color: #74582A;
}
.m-standard.c-f a:not(.btn, .g-text-link) {
  color: #74582A;
}
.m-standard.c-f hr {
  color: #D4C4A7;
  background-color: #D4C4A7;
}
.m-standard.c-f-dark h1, .m-standard.c-f-dark h2, .m-standard.c-f-dark h3, .m-standard.c-f-dark h4 {
  color: #F7F4EF;
}
.m-standard.c-f-dark p, .m-standard.c-f-dark ul li, .m-standard.c-f-dark ol li, .m-standard.c-f-dark span {
  color: #F7F4EF;
}
.m-standard.c-f-dark a:not(.btn, .g-text-link) {
  color: #F7F4EF;
}
.m-standard.c-f-dark hr {
  color: #F7F4EF;
  background-color: #F7F4EF;
}
.m-standard.c-f-dark a.g-text-link {
  color: #F7F4EF;
}
.m-standard.c-f-dark a.g-text-link::before {
  color: #F7F4EF;
}
.m-standard.c-f-dark a.g-text-link-forward {
  color: #F7F4EF;
}
.m-standard.c-f-dark a.g-text-link-forward:after {
  color: #F7F4EF;
}
.m-standard.c-s-p h1, .m-standard.c-s-p h2, .m-standard.c-s-p h3, .m-standard.c-s-p h4 {
  color: #110600;
}
.m-standard.c-s-p p, .m-standard.c-s-p ul li, .m-standard.c-s-p ol li, .m-standard.c-s-p span {
  color: #413833;
}
.m-standard.c-s-p a:not(.btn, .g-text-link) {
  color: #413833;
}
.m-standard.c-s-p hr {
  color: #B0AAA5;
  background-color: #B0AAA5;
}
.m-standard.c-s-p-dark h1, .m-standard.c-s-p-dark h2, .m-standard.c-s-p-dark h3, .m-standard.c-s-p-dark h4 {
  color: #F1F0EF;
}
.m-standard.c-s-p-dark p, .m-standard.c-s-p-dark ul li, .m-standard.c-s-p-dark ol li, .m-standard.c-s-p-dark span {
  color: #F1F0EF;
}
.m-standard.c-s-p-dark a:not(.btn, .g-text-link) {
  color: #F1F0EF;
}
.m-standard.c-s-p-dark hr {
  color: #F1F0EF;
  background-color: #F1F0EF;
}
.m-standard.c-s-p-dark a.g-text-link {
  color: #F1F0EF;
}
.m-standard.c-s-p-dark a.g-text-link::before {
  color: #F1F0EF;
}
.m-standard.c-s-p-dark a.g-text-link-forward {
  color: #F1F0EF;
}
.m-standard.c-s-p-dark a.g-text-link-forward:after {
  color: #F1F0EF;
}
.m-standard.c-l-s h1, .m-standard.c-l-s h2, .m-standard.c-l-s h3, .m-standard.c-l-s h4 {
  color: #003312;
}
.m-standard.c-l-s p, .m-standard.c-l-s ul li, .m-standard.c-l-s ol li, .m-standard.c-l-s span {
  color: #408057;
}
.m-standard.c-l-s a:not(.btn, .g-text-link) {
  color: #408057;
}
.m-standard.c-l-s hr {
  color: #A9D0BA;
  background-color: #A9D0BA;
}
.m-standard.c-l-s-dark h1, .m-standard.c-l-s-dark h2, .m-standard.c-l-s-dark h3, .m-standard.c-l-s-dark h4 {
  color: #EBF5F0;
}
.m-standard.c-l-s-dark p, .m-standard.c-l-s-dark ul li, .m-standard.c-l-s-dark ol li, .m-standard.c-l-s-dark span {
  color: #EBF5F0;
}
.m-standard.c-l-s-dark a:not(.btn, .g-text-link) {
  color: #EBF5F0;
}
.m-standard.c-l-s-dark hr {
  color: #EBF5F0;
  background-color: #EBF5F0;
}
.m-standard.c-l-s-dark a.g-text-link {
  color: #EBF5F0;
}
.m-standard.c-l-s-dark a.g-text-link::before {
  color: #EBF5F0;
}
.m-standard.c-l-s-dark a.g-text-link-forward {
  color: #EBF5F0;
}
.m-standard.c-l-s-dark a.g-text-link-forward:after {
  color: #EBF5F0;
}
.m-standard.c-b-p h1, .m-standard.c-b-p h2, .m-standard.c-b-p h3, .m-standard.c-b-p h4 {
  color: #030C15;
}
.m-standard.c-b-p p, .m-standard.c-b-p ul li, .m-standard.c-b-p ol li, .m-standard.c-b-p span {
  color: #2E363D;
}
.m-standard.c-b-p a:not(.btn, .g-text-link) {
  color: #2E363D;
}
.m-standard.c-b-p hr {
  color: #99bfda;
  background-color: #99bfda;
}
.m-standard.c-b-p-dark h1, .m-standard.c-b-p-dark h2, .m-standard.c-b-p-dark h3, .m-standard.c-b-p-dark h4 {
  color: #F1F1F2;
}
.m-standard.c-b-p-dark p, .m-standard.c-b-p-dark ul li, .m-standard.c-b-p-dark ol li, .m-standard.c-b-p-dark span {
  color: #F1F1F2;
}
.m-standard.c-b-p-dark a:not(.btn, .g-text-link) {
  color: #F1F1F2;
}
.m-standard.c-b-p-dark hr {
  color: #F1F1F2;
  background-color: #F1F1F2;
}
.m-standard.c-b-p-dark a.g-text-link {
  color: #F1F1F2;
}
.m-standard.c-b-p-dark a.g-text-link::before {
  color: #F1F1F2;
}
.m-standard.c-b-p-dark a.g-text-link-forward {
  color: #F1F1F2;
}
.m-standard.c-b-p-dark a.g-text-link-forward:after {
  color: #F1F1F2;
}
.m-standard.c-h-f h1, .m-standard.c-h-f h2, .m-standard.c-h-f h3, .m-standard.c-h-f h4 {
  color: #4D000C;
}
.m-standard.c-h-f p, .m-standard.c-h-f ul li, .m-standard.c-h-f ol li, .m-standard.c-h-f span {
  color: #BA4A5C;
}
.m-standard.c-h-f a:not(.btn, .g-text-link) {
  color: #BA4A5C;
}
.m-standard.c-h-f hr {
  color: #F8B3B8;
  background-color: #F8B3B8;
}
.m-standard.c-h-f-dark h1, .m-standard.c-h-f-dark h2, .m-standard.c-h-f-dark h3, .m-standard.c-h-f-dark h4 {
  color: #FDEEEF;
}
.m-standard.c-h-f-dark p, .m-standard.c-h-f-dark ul li, .m-standard.c-h-f-dark ol li, .m-standard.c-h-f-dark span {
  color: #FDEEEF;
}
.m-standard.c-h-f-dark a:not(.btn, .g-text-link) {
  color: #FDEEEF;
}
.m-standard.c-h-f-dark hr {
  color: #FDEEEF;
  background-color: #FDEEEF;
}
.m-standard.c-h-f-dark a.g-text-link {
  color: #FDEEEF;
}
.m-standard.c-h-f-dark a.g-text-link::before {
  color: #FDEEEF;
}
.m-standard.c-h-f-dark a.g-text-link-forward {
  color: #FDEEEF;
}
.m-standard.c-h-f-dark a.g-text-link-forward:after {
  color: #FDEEEF;
}
.m-standard.c-h-c h1, .m-standard.c-h-c h2, .m-standard.c-h-c h3, .m-standard.c-h-c h4 {
  color: #4A0013;
}
.m-standard.c-h-c p, .m-standard.c-h-c ul li, .m-standard.c-h-c ol li, .m-standard.c-h-c span {
  color: #A32E4D;
}
.m-standard.c-h-c a:not(.btn, .g-text-link) {
  color: #A32E4D;
}
.m-standard.c-h-c hr {
  color: #ED93A3;
  background-color: #ED93A3;
}
.m-standard.c-h-c-dark h1, .m-standard.c-h-c-dark h2, .m-standard.c-h-c-dark h3, .m-standard.c-h-c-dark h4 {
  color: #FFE8E8;
}
.m-standard.c-h-c-dark p, .m-standard.c-h-c-dark ul li, .m-standard.c-h-c-dark ol li, .m-standard.c-h-c-dark span {
  color: #FFE8E8;
}
.m-standard.c-h-c-dark a:not(.btn, .g-text-link) {
  color: #FFE8E8;
}
.m-standard.c-h-c-dark hr {
  color: #FFE8E8;
  background-color: #FFE8E8;
}
.m-standard.c-h-c-dark a.g-text-link {
  color: #FFE8E8;
}
.m-standard.c-h-c-dark a.g-text-link::before {
  color: #FFE8E8;
}
.m-standard.c-h-c-dark a.g-text-link-forward {
  color: #FFE8E8;
}
.m-standard.c-h-c-dark a.g-text-link-forward:after {
  color: #FFE8E8;
}
.m-standard.c-i h1, .m-standard.c-i h2, .m-standard.c-i h3, .m-standard.c-i h4 {
  color: #300;
}
.m-standard.c-i p, .m-standard.c-i ul li, .m-standard.c-i ol li, .m-standard.c-i span {
  color: #450101;
}
.m-standard.c-i a:not(.btn, .g-text-link) {
  color: #450101;
}
.m-standard.c-i hr {
  color: #E1998F;
  background-color: #E1998F;
}
.m-standard.c-i-dark h1, .m-standard.c-i-dark h2, .m-standard.c-i-dark h3, .m-standard.c-i-dark h4 {
  color: #F9EBE9;
}
.m-standard.c-i-dark p, .m-standard.c-i-dark ul li, .m-standard.c-i-dark ol li, .m-standard.c-i-dark span {
  color: #F9EBE9;
}
.m-standard.c-i-dark a:not(.btn, .g-text-link) {
  color: #F9EBE9;
}
.m-standard.c-i-dark hr {
  color: #F9EBE9;
  background-color: #F9EBE9;
}
.m-standard.c-i-dark a.g-text-link {
  color: #F9EBE9;
}
.m-standard.c-i-dark a.g-text-link::before {
  color: #F9EBE9;
}
.m-standard.c-i-dark a.g-text-link-forward {
  color: #F9EBE9;
}
.m-standard.c-i-dark a.g-text-link-forward:after {
  color: #F9EBE9;
}
.m-standard.c-s-s-f-dark a.btn, .m-standard.c-s-s-c-dark a.btn, .m-standard.c-b-dark a.btn, .m-standard.c-m-g-dark a.btn, .m-standard.c-c-r-dark a.btn, .m-standard.c-f-dark a.btn, .m-standard.c-l-s-dark a.btn, .m-standard.c-b-p-dark a.btn, .m-standard.c-h-f-dark a.btn, .m-standard.c-h-c-dark a.btn, .m-standard.c-i-dark a.btn, .m-standard.c-p-dark a.btn {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #253746;
}
.m-standard.c-s-s-f-dark a.btn.icon-arrow::after, .m-standard.c-s-s-c-dark a.btn.icon-arrow::after, .m-standard.c-b-dark a.btn.icon-arrow::after, .m-standard.c-m-g-dark a.btn.icon-arrow::after, .m-standard.c-c-r-dark a.btn.icon-arrow::after, .m-standard.c-f-dark a.btn.icon-arrow::after, .m-standard.c-l-s-dark a.btn.icon-arrow::after, .m-standard.c-b-p-dark a.btn.icon-arrow::after, .m-standard.c-h-f-dark a.btn.icon-arrow::after, .m-standard.c-h-c-dark a.btn.icon-arrow::after, .m-standard.c-i-dark a.btn.icon-arrow::after, .m-standard.c-p-dark a.btn.icon-arrow::after {
  color: #253746;
}
.m-standard table th {
  background-color: #ECE8DE;
  text-align: left;
}
.m-standard table th, .m-standard table td {
  padding: 3rem 2rem;
}
.m-standard table tr {
  border-bottom: 1px solid #ECE8DE;
}
.m-standard img {
  border-radius: 8px;
}
.m-standard img.aligncenter {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.m-standard img.alignright {
  max-width: 100%;
  height: auto;
  float: right;
  display: block;
  padding-left: 1em;
}
@media (max-width: 600px) {
  .m-standard img.alignright {
    max-width: 120px;
  }
}
.m-standard img.alignleft {
  max-width: 100%;
  height: auto;
  float: left;
  display: block;
  padding-right: 1em;
}
@media (max-width: 600px) {
  .m-standard img.alignleft {
    max-width: 120px;
  }
}
.m-standard img {
  max-width: 100%;
  height: auto;
  display: block;
}

.s-standard .standard-box-wrapper {
  background-color: #D9DFE5;
  border-radius: 8px;
  overflow: hidden;
  padding: 4.5rem;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.s-standard .m-standard-flex {
  display: flex;
  /*  gap: 2.4rem; */
  gap: 5rem;
  flex-flow: row wrap;
}
.s-standard .m-standard-flex.smaller-content {
  max-width: 540px;
}
.s-standard .m-standard-flex.g-flex-align-center {
  align-items: center;
}
.s-standard .m-standard-flex .item {
  flex: 1;
}
.s-standard .m-standard-flex .item.small {
  max-width: 760px;
}
.s-standard .m-standard-flex .itemx2 {
  flex: 2;
}
.s-standard .m-standard-flex .itemfull {
  width: 100%;
}
@media (max-width: 900px) {
  .s-standard .m-standard-flex {
    flex-direction: column;
  }
  .s-standard .m-standard-flex.g-reverse-mobile-view {
    flex-direction: column-reverse;
  }
  .s-standard .m-standard-flex .item {
    width: 100%;
  }
  .s-standard .m-standard-flex .itemx2 {
    width: 100%;
  }
  .s-standard .m-standard-flex .itemfull {
    order: 1;
  }
}
.s-standard .m-standard-flex .content-box {
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 144px;
  border-bottom-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  overflow: hidden;
}
.s-standard .m-standard-flex .content-box .image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.s-standard .m-standard-flex .content-box .content {
  padding: 50px;
}
.s-standard .m-standard-flex .content-box.no-image {
  border-top-left-radius: 96px;
  border: 1px solid #D9DFE5;
}
@media (max-width: 1024px) {
  .s-standard .m-standard-flex .content-box .content {
    padding: 30px 20px;
  }
}

.line-wrapper {
  width: 100%;
}
.line-wrapper .line {
  width: 100%;
  height: 1px;
  background-color: #111111;
}

.s-image-text .image-text-wrapper.t-l-r-s {
  border-top-left-radius: 8px;
}
.s-image-text .image-text-wrapper.t-r-r-s {
  border-top-right-radius: 8px;
}
.s-image-text .image-text-wrapper.b-l-r-s {
  border-bottom-left-radius: 8px;
}
.s-image-text .image-text-wrapper.b-r-r-s {
  border-bottom-right-radius: 8px;
}
.s-image-text .image-text-wrapper.t-l-r-l {
  border-top-left-radius: 50px;
}
.s-image-text .image-text-wrapper.t-r-r-l {
  border-top-right-radius: 50px;
}
.s-image-text .image-text-wrapper.b-l-r-l {
  border-bottom-left-radius: 50px;
}
.s-image-text .image-text-wrapper.b-r-r-l {
  border-bottom-right-radius: 50px;
}
.s-image-text .box.as-box {
  padding: 5rem;
}
.s-image-text .box.as-box .image-wrapper {
  border-radius: 8px;
}
.s-image-text .box {
  overflow: hidden;
}
.s-image-text .box .inner {
  min-height: 40rem;
}
.s-image-text .box .inner.faq {
  min-height: 27rem;
}
.s-image-text .box .inner {
  display: flex;
}
.s-image-text .box .inner.l-t-r {
  flex-direction: row;
}
.s-image-text .box .inner.r-t-l {
  flex-direction: row-reverse;
}
.s-image-text .box .content {
  padding: 5rem 5rem;
}

.s-hero {
  padding-bottom: 3.4rem !important;
}
.s-hero .swiper-pagination {
  bottom: -2.5rem;
}
.s-hero .swiper-pagination .swiper-pagination-bullet {
  background: #D9DFE5;
  opacity: 1 !important;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
}
.s-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #253746;
}
.s-hero .swiper {
  aspect-ratio: 16/8;
  border-top-left-radius: 14.4rem;
  border-bottom-left-radius: 1.6rem;
  border-bottom-right-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
.s-hero .swiper .swiper-slide {
  background-color: #111111;
}
.s-hero .swiper .swiper-slide .fade {
  z-index: 2;
}
.s-hero .swiper .swiper-slide .background-wrapper video,
.s-hero .swiper .swiper-slide .background-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.s-hero .swiper .swiper-slide .content {
  padding: 6rem 3rem;
  z-index: 99;
}
.s-hero .swiper .swiper-slide .content .m-standard {
  max-width: 600px;
}

.vimeo-video-container {
  z-index: 0;
}
.vimeo-video-container iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s-shortcuts ul {
  row-gap: 1rem;
}
.s-shortcuts ul a.btn {
  min-width: 19rem;
  display: flex;
}

.s-cards#packages h2 {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
}
.s-cards .filter-title-wrapper {
  gap: 2.4rem;
  justify-content: space-between;
}
.s-cards .filter-title-wrapper .market-selector-filter-box {
  display: flex;
  flex-direction: column;
  width: 200px;
}
.s-cards .filter-title-wrapper .market-selector-filter-box label {
  width: 100%;
  display: block;
  font-family: "TTTricks-Black", serif;
  font-style: normal;
  font-size: clamp(1.4rem, 1.1vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  text-align: right;
}
.s-cards .filter-title-wrapper .market-selector-filter-box select {
  width: 100%;
  border: 1px solid #D9DFE5;
  padding: 0.8rem 0.6rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border-radius: 30px;
}
.s-cards .filter-title-wrapper .market-selector-filter-box select::-ms-expand {
  display: none;
}
.s-cards .filter-title-wrapper .market-selector-filter-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.s-cards .inner .card .image-wrapper {
  aspect-ratio: 1/1;
}
.s-cards .inner .card .image-wrapper.art {
  padding: 0;
  aspect-ratio: 16/10;
}
.s-cards .inner .card .image-wrapper .pill {
  bottom: 1.2rem;
  right: 1.2rem;
}
.s-cards .inner .card {
  overflow: hidden;
}
.s-cards .inner .card .content {
  padding: 1rem 0 0 0;
}
.s-cards .inner .card .content .l-t-l {
  margin-bottom: 0.2rem;
}
.s-cards .inner .card .content .g-h4 {
  margin-bottom: 0.5rem;
}
.s-cards .inner .card .content .grain {
  width: 25%;
  padding-top: 7px;
  padding-left: 10px;
}

.s-accordion .pill.short-style {
  border: 1px solid #ECEFF2;
}
.s-accordion .accordion-wrapper {
  /*  padding-top: 2rem; */
}
.s-accordion .accordion-wrapper .item {
  margin-bottom: 2rem;
  border-bottom: 1px solid #111111;
}
.s-accordion .accordion-wrapper .item.last {
  margin-bottom: 5rem;
}
.s-accordion .accordion-wrapper .item .title {
  font-size: clamp(1.8rem, 1.8vw + 1rem, 2rem);
  line-height: clamp(2.6rem, 2.6vw + 1rem, 2.6rem);
  margin-bottom: 0 !important;
}
.s-accordion .accordion-wrapper .item .title a {
  font-size: clamp(1.8rem, 1.8vw + 1rem, 2rem);
  line-height: clamp(2.6rem, 2.6vw + 1rem, 2.6rem);
  text-decoration: none !important;
  gap: 20px;
  padding: 0 60px 2rem 0;
}
.s-accordion .accordion-wrapper .item .title .icon {
  top: -0.2rem;
  right: 2rem;
}
.s-accordion .accordion-wrapper .item .title i {
  color: #111111;
  font-size: 2.2rem;
  transition: all linear 0.3s;
  transform: rotate(0deg);
}
.s-accordion .accordion-wrapper .item .title.active i {
  transform: rotate(45deg);
}
.s-accordion .accordion-wrapper .item .content {
  display: none;
  padding: 1rem 0 3rem 0;
}
.s-accordion.bg-inc {
  background-image: url(../img/framework/salt-girl-bg.svg);
  background-repeat: no-repeat;
  background-size: 34%;
  background-position-x: -4%;
  /* .accordion-wrapper{
      padding-top: 5rem;
  } */
}
.s-accordion #no-results {
  padding-top: 1rem;
  display: none;
  font-size: clamp(1.4rem, 1.1vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  font-family: "Archivo", sans-serif;
  font-style: normal;
  color: #253746;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
.s-accordion .s-wrapper label {
  visibility: hidden;
  width: 1px;
  height: 1px;
}
.s-accordion .s-wrapper input {
  background-color: #ECEFF2;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  border: 2px solid #54616E;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #253746;
  width: 100%;
  max-width: 32rem;
  padding: 1rem 2rem;
}
.s-accordion .accordion-title {
  padding-top: 3rem;
  padding-bottom: 2rem;
  border-top: 1px solid #ECEFF2;
}

.s-staff .item {
  width: calc(33.333% - 2rem);
}
.s-staff .item .image-wrapper {
  aspect-ratio: 1/1;
}
.s-staff .item .image-wrapper img {
  width: 100%;
  height: auto;
}

.short-facts {
  padding-top: 1.6rem;
}

.recipies-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recipies-list .split-cols .col-2 .item.comment {
  border: none !important;
}
.recipies-list .split-cols .col-2 .item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.6rem;
}
.recipies-list .split-cols .col-2 .item p {
  margin: 0px;
}
.recipies-list .split-cols .col-2 .item.label {
  padding: 0px;
  border: none;
}
.recipies-list .split-cols .col-2 .item label.step-done span {
  opacity: 0.5;
}
.recipies-list .split-cols .col-2 .item.inst {
  padding: 0px;
}
.recipies-list .split-cols .col-2 .item.inst label {
  cursor: pointer;
  padding: 1.6rem 1.6rem 1.6rem 4rem;
}
.recipies-list .split-cols .col-2 .item .title {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #253746;
}
.recipies-list .split-cols .col-2 .item.salt-smart .image-wrapper {
  width: 9.2rem;
}
.recipies-list .split-cols .col-2 .item.salt-smart .concept {
  color: #54616E;
}
.recipies-list .split-cols .col-2 .item.has-product {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.recipies-list .split-cols .col-2 .item.has-product p {
  color: #253746;
}
.recipies-list .split-cols .col-2 .item.has-product .image-wrapper {
  width: 100%;
  max-width: 8rem;
}
.recipies-list .item input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1px;
  height: 1px;
  position: relative;
  cursor: pointer;
}
.recipies-list .item input[type=checkbox]::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f0c8";
  font-size: 1.2em;
  color: #253746;
  position: absolute;
  left: -26px;
  top: -13px;
}
.recipies-list .item input[type=checkbox]:checked::before {
  content: "\f14a";
  font-weight: 900;
  color: #253746;
}
.recipies-list .item .instruction {
  vertical-align: middle;
  cursor: pointer;
}

.g-stepper {
  padding: 2rem 0;
}
.g-stepper .inner {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.g-stepper .page-numbers {
  background-color: #D9DFE5;
  aspect-ratio: 1/1;
  width: 35px;
  border-radius: 8px;
  color: #0A5E8A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
}
.g-stepper .page-numbers i {
  color: #0A5E8A;
}
.g-stepper .page-numbers.current {
  background-color: #253746;
  color: #ffffff;
}

.recipes-search-wrapper .inner .searchwp-search-form form {
  position: relative;
}
.recipes-search-wrapper .inner .searchwp-search-form form > div {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  padding: 1.2rem;
  border-radius: 5rem;
}
.recipes-search-wrapper .inner .searchwp-search-form form > div input[type=text] {
  flex: 1;
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #253746;
  padding-left: 1rem;
}
.recipes-search-wrapper .inner .searchwp-search-form form > div input[type=submit] {
  display: inline-block;
  font-size: clamp(1.6rem, 1.6vw + 1rem, 1.6rem);
  line-height: clamp(2.4rem, 2.4vw + 1rem, 2.4rem);
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0.9rem 2rem;
  border: 1px solid #253746;
  background-color: #253746;
  color: #ffffff;
  border-radius: 3rem;
}
.recipes-search-wrapper .inner .searchwp-search-form form .screen-reader-text {
  display: none;
}

.recipies-search .searchwp-live-search-result--img {
  width: 5rem;
  flex-basis: unset;
}
.recipies-search .searchwp-live-search-result--info {
  flex: 1;
}
.recipies-search .searchwp-live-search-result--title {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.1vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  color: #253746;
}
.recipies-search .searchwp-live-search-result--title a {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.4rem, 1.1vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
  color: #253746;
}

.s-searchlist .g-container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.s-searchlist .results {
  width: 100%;
}
.s-searchlist .search-category:hover {
  text-decoration: underline;
}
.s-searchlist img {
  width: 150px;
  margin-right: 2rem;
}
@media (max-width: 700px) {
  .s-searchlist img {
    width: 100%;
    margin: 10px 0;
  }
}
.s-searchlist .item {
  background-color: #ffffff;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 8px;
  border: 1px solid #ECEFF2;
  border-radius: 8px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.03);
}
.s-searchlist .item .top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #111111;
  font-family: "Archivo", sans-serif;
  font-style: normal;
}
.s-searchlist .item span.cat {
  display: block;
  color: #253746;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: clamp(1.4rem, 1.4vw + 1rem, 1.6rem);
  line-height: clamp(2.2rem, 2.2vw + 1rem, 2.4rem);
}
.s-searchlist .item h2 {
  color: #111111;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.s-searchlist .item h2 a {
  text-decoration: none !important;
}
.s-searchlist .item p {
  margin-bottom: 1.2rem;
}
.s-searchlist .item .text {
  display: flex;
  align-items: center;
}
@media (max-width: 700px) {
  .s-searchlist .item .text {
    display: block;
  }
}
.s-searchlist .item .title.no-link {
  color: #111111;
  text-decoration: none;
}
.s-searchlist .item .title:focus {
  border: 3px solid #253746;
  outline: none;
}
.s-searchlist .item .url {
  font-size: 1.5rem;
  color: #111111;
  word-break: break-word;
}
.s-searchlist .results-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.s-searchlist .results-header strong {
  display: block;
}
.s-searchlist .results-header .col {
  display: flex;
}
.s-searchlist .results-header .col .btns {
  margin-left: 1.5em;
}
.s-searchlist .results-header .col .btns a {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 1rem 2rem;
}
.s-searchlist .results-header .col .btns a.active {
  border-bottom: 2px solid #253746;
}
.s-searchlist .results-header .col .btns a:hover, .s-searchlist .results-header .col .btns a:focus {
  outline: none;
  border-bottom: 2px solid #253746;
}
.s-searchlist .results-header .col .btns a:hover {
  background-color: #ffffff;
}
.s-searchlist .results-header .col .btns a.active:hover {
  background-color: transparent;
}
.s-searchlist .results-header .col .btns i {
  margin-right: 5px;
}
.s-searchlist .button-in-mobile {
  border: 0;
}
@media (max-width: 800px) {
  .s-searchlist .g-container {
    display: block;
  }
  .s-searchlist .results-header {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .s-searchlist .results-header .g-h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .s-searchlist .results-header .col {
    justify-content: space-between;
  }
  .s-searchlist .aside-filter {
    margin-bottom: 30px;
  }
  .s-searchlist .aside-filter .search-filter {
    display: none;
  }
}
@media (max-width: 600px) {
  .s-searchlist .item {
    margin: 0 0 10px 0;
    padding: 15px;
  }
  .s-searchlist .item .top {
    font-size: 12px;
  }
  .s-searchlist .item p {
    font-size: 14px;
    line-height: 20px;
  }
  .s-searchlist .item .title {
    font-size: 15px;
    line-height: 23px;
  }
  .s-searchlist .item .url {
    font-size: 12px;
    line-height: 15px;
  }
}

@media (min-width: 800px) {
  .m-searchlist .button-in-mobile:after, .m-searchlist.active .button-in-mobile:after {
    display: none;
  }
}
@media (max-width: 800px) {
  .m-searchlist.active .search-filter {
    display: block;
  }
  .m-searchlist.active .button-in-mobile:after {
    content: "\f068";
  }
}
@media (max-width: 1200px) {
  .s-header {
    position: relative;
  }
  .s-header .bottom .main-menu {
    display: none;
    visibility: hidden;
  }
  .s-header .bottom {
    padding: 2.4rem 0;
  }
  .s-header .bottom .logo {
    width: 5.6rem;
  }
  .s-header .bottom .logo .desktop {
    display: none;
    visibility: hidden;
  }
  .s-header .bottom .logo .mobile {
    display: block;
    visibility: visible;
  }
  .s-header .bottom .mobile-menu {
    display: block;
    visibility: visible;
  }
  .s-header #search-header {
    visibility: hidden;
    display: none;
  }
  .s-header #search-header .search-wrapper {
    padding: 0 0 0 2rem;
    border: 1px solid #D9DFE5;
  }
  .s-header #search-header .search-wrapper input {
    border: none;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #253746;
    width: 30rem;
  }
  .s-header #search-header .search-wrapper button {
    display: inline-block;
    font-family: "TTTricks-Regular", serif;
    font-style: normal;
    font-size: clamp(1.6rem, 1.6vw + 1rem, 1.6rem);
    line-height: clamp(2.4rem, 2.4vw + 1rem, 2.4rem);
    font-weight: 500;
    padding: 0.9rem 2rem;
    border: 1px solid #253746;
    background-color: #253746;
    color: #ffffff;
    border-radius: 3rem;
  }
  #search-header {
    visibility: visible;
    position: absolute;
    top: 47px;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .s-cards.packages .inner > div {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .s-header .bottom ul {
    gap: 1rem;
  }
  .s-header .bottom .header-ctas,
  .s-header .bottom .actions-menus {
    gap: 1rem;
  }
  .s-header .bottom ul > li a {
    padding: 0 1rem;
  }
  .recipies-list .split-cols {
    gap: 3rem;
  }
}
@media (max-width: 900px) {
  .s-hero {
    padding-bottom: 3.4rem !important;
  }
  .s-hero .swiper-pagination {
    bottom: -2.5rem;
  }
  .s-hero .swiper-pagination .swiper-pagination-bullet {
    background: #D9DFE5;
    opacity: 1 !important;
    width: 1rem;
    height: 1rem;
    transform: rotate(45deg);
  }
  .s-hero .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #253746;
  }
  .s-hero .swiper {
    aspect-ratio: unset;
    border-top-left-radius: 8rem;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
  }
  .s-hero .swiper .swiper-slide {
    background-color: transparent;
  }
  .s-hero .swiper .swiper-slide .fade {
    z-index: 2;
  }
  .s-hero .swiper .swiper-slide .background-wrapper {
    position: relative;
    aspect-ratio: 16/9;
  }
  .s-hero .swiper .swiper-slide .background-wrapper video,
  .s-hero .swiper .swiper-slide .background-wrapper img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 1;
  }
  .s-hero .swiper .swiper-slide .content {
    position: relative;
    padding: 1.6rem 0;
    z-index: 99;
  }
  .s-hero .swiper .swiper-slide .content .m-standard {
    max-width: unset;
  }
  .s-hero .swiper .swiper-slide .content .m-standard .d-f.j-c-c {
    justify-content: flex-start;
  }
  .s-hero .swiper .swiper-slide .content .m-standard .g-text-link,
  .s-hero .swiper .swiper-slide .content .m-standard .g-text-link-forward,
  .s-hero .swiper .swiper-slide .content .m-standard .g-intro,
  .s-hero .swiper .swiper-slide .content .m-standard .g-mega {
    color: #253746 !important;
    text-align: left;
  }
  .s-hero .swiper .swiper-slide .content .m-standard .g-text-link::before, .s-hero .swiper .swiper-slide .content .m-standard .g-text-link:after,
  .s-hero .swiper .swiper-slide .content .m-standard .g-text-link-forward::before,
  .s-hero .swiper .swiper-slide .content .m-standard .g-text-link-forward:after,
  .s-hero .swiper .swiper-slide .content .m-standard .g-intro::before,
  .s-hero .swiper .swiper-slide .content .m-standard .g-intro:after,
  .s-hero .swiper .swiper-slide .content .m-standard .g-mega::before,
  .s-hero .swiper .swiper-slide .content .m-standard .g-mega:after {
    color: #253746 !important;
  }
  .s-hero .swiper .recipes-search-wrapper #searchform {
    padding-top: 1rem;
  }
  .s-hero .swiper .recipes-search-wrapper #searchform > div {
    max-width: 93%;
    background-color: #D9DFE5;
  }
  .s-hero .swiper .recipes-search-wrapper #searchform > div input[type=text] {
    background-color: #D9DFE5;
  }
  .s-share .split-cols {
    gap: 0;
    grid-template-columns: repeat(1, minmax(25rem, 1fr));
  }
  .recipies-list .split-cols {
    grid-template-columns: repeat(1, minmax(25rem, 1fr));
  }
  .recipies-list .split-cols .col-2 .item.comment {
    border: none !important;
  }
  .recipies-list .split-cols .col-2 .item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1.6rem;
  }
  .recipies-list .split-cols .col-2 .item p {
    margin: 0px;
  }
  .recipies-list .split-cols .col-2 .item.label {
    padding: 0px;
    border: none;
  }
  .recipies-list .split-cols .col-2 .item label.step-done span {
    opacity: 0.5;
  }
  .recipies-list .split-cols .col-2 .item.inst {
    padding: 0px;
  }
  .recipies-list .split-cols .col-2 .item.inst label {
    cursor: pointer;
    padding: 1.6rem 1.6rem 1.6rem 4rem;
  }
  .recipies-list .split-cols .col-2 .item .title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-family: "Archivo", sans-serif;
    font-style: normal;
    font-weight: 900;
    color: #253746;
  }
  .recipies-list .split-cols .col-2 .item.salt-smart .image-wrapper {
    width: 9.2rem;
  }
  .recipies-list .split-cols .col-2 .item.salt-smart .concept {
    color: #54616E;
  }
  .recipies-list .split-cols .col-2 .item.has-product {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .recipies-list .split-cols .col-2 .item.has-product p {
    color: #253746;
  }
  .recipies-list .split-cols .col-2 .item.has-product .image-wrapper {
    width: 100%;
    max-width: 8rem;
  }
  .recipies-list .item input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 1px;
    height: 1px;
    position: relative;
    cursor: pointer;
  }
  .recipies-list .item input[type=checkbox]::before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    content: "\f0c8";
    font-size: 1.2em;
    color: #253746;
    position: absolute;
    left: -26px;
    top: -13px;
  }
  .recipies-list .item input[type=checkbox]:checked::before {
    content: "\f14a";
    font-weight: 900;
    color: #253746;
  }
  .recipies-list .item .instruction {
    vertical-align: middle;
    cursor: pointer;
  }
  .s-image-text .box.as-box {
    padding: 1.6rem;
  }
  .s-image-text .box.as-box .inner .content {
    padding: 2rem 0;
  }
  .s-image-text .box .inner {
    min-height: unset;
  }
  .s-image-text .box .inner.l-t-r, .s-image-text .box .inner.r-t-l {
    flex-direction: column;
  }
  .s-image-text .box .inner .image-wrapper,
  .s-image-text .box .inner .content {
    width: 100%;
  }
  .s-image-text .box .inner .content {
    padding: 2rem;
    justify-content: unset;
  }
  .s-image-text .box .inner .content .m-standard {
    width: 100%;
  }
  .s-image-text .box .inner .image-wrapper {
    display: block;
    aspect-ratio: 16/10;
  }
  .s-shortcuts ul {
    flex-wrap: nowrap;
    row-gap: 1rem;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    justify-content: unset;
  }
  .s-shortcuts ul li {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }
  .s-shortcuts ul a.btn {
    min-width: 19rem;
    display: flex;
  }
  .s-image-text .s-shortcuts ul {
    flex-wrap: wrap;
    row-gap: 1rem;
    overflow-x: unset;
    scroll-snap-type: unset;
    -webkit-overflow-scrolling: unset;
    justify-content: center;
  }
  .s-image-text .s-shortcuts ul li {
    flex: 0 0 auto;
    scroll-snap-align: unset;
  }
  .s-cards .inner > div {
    grid-template-columns: 1fr 1fr;
  }
  .s-cards .inner .card {
    /* .image-wrapper{
        aspect-ratio:  1 / 1;
        &.art{
            padding: 0;
            aspect-ratio: 16 / 10;
        }
        .pill{
            bottom: 1.2rem;
            right: 1.2rem;
        }
    } */
    overflow: hidden;
  }
  .s-cards .inner .card .content {
    padding: 1rem 0 0 0;
  }
  .s-cards .inner .card .content .l-t-l {
    margin-bottom: 0.2rem;
  }
  .s-cards .inner .card .content .g-h4 {
    margin-bottom: 0.5rem;
  }
  .s-footer {
    background-image: url(../img/framework/footer-bg.svg);
    padding: 5rem 0 37rem 0;
    background-position-x: 93.5%;
    background-repeat: no-repeat;
    background-size: 550%;
  }
  .s-footer .g-container-medium {
    flex-direction: column;
    align-items: center;
    row-gap: 5rem;
  }
  .s-footer .logo-wrapper {
    width: 21.5rem;
  }
  .s-footer #menu-footer-menu {
    gap: 1.8rem;
  }
  .s-footer #menu-footer-menu li a,
  .s-footer #menu-footer-menu li p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .s-footer .item a {
    text-decoration: none !important;
  }
  .s-footer .item a:hover {
    text-decoration: underline !important;
  }
  .s-footer .item .footer-title {
    margin-bottom: 0.2rem;
  }
  .s-footer .item a:not(.footer-title) {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .s-footer .bottom {
    padding: 5rem 0 0 0;
  }
  .s-footer .bottom a {
    text-decoration: none !important;
  }
  .s-footer .bottom a:hover {
    text-decoration: underline !important;
  }
}
@media (max-width: 768px) {
  .s-cards .filter-title-wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }
  .s-cards .filter-title-wrapper .market-selector-filter-box {
    width: 100%;
  }
  .s-cards .inner > div {
    grid-template-columns: repeat(1, minmax(250px, 1fr));
  }
  .s-cards.packages .inner > div {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .s-cards .grain-sizes {
    flex-direction: column-reverse;
  }
  .s-cards .inner .card .content .grain {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 5px;
  }
  .s-cards .inner .card .content .grain img {
    width: 75px;
  }
  .header-language-select-wrapper #language-select {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  /*   .s-header{
        .bottom{
            .main-menu {
                display: none;
                visibility: hidden;
            }
            padding: 2.4rem 0;
            .logo{
                width: 5.6rem;
                .desktop{
                    display: none;
                    visibility: hidden;
                }
                .mobile{
                    display: block;
                    visibility: visible;
                }
            }
            .mobile-menu{
                display: block;
                visibility: visible;
            }
        }

        #search-header{
            visibility: hidden;
            display: none;
            .search-wrapper{
                padding: 0 0 0 2rem;
                border: 1px solid $base_grey;
                input{
                    border: none;
                    font-size: 1.6rem;
                    line-height: 2.4rem;
                    color: $text;
                    width: 30rem;
                }
                button{
                    display: inline-block;
                    @include font-title-regular();
                    @include font-size(1.6, 1.6, 1.6);
                    @include font-line-height(2.4, 2.4, 2.4);
                    font-weight: 500;
                    padding: 0.9rem 2rem;
                    border: 1px solid $btn;
                    background-color: $btn;
                    color: $white;
                    border-radius: 3rem;
                }
            }
        }

    } */
  #mobile-menu {
    padding: 2.4rem 1.6rem;
  }
  #wpadminbar {
    display: none !important;
  }
  body.admin-bar {
    padding-top: 0 !important;
  }
}
/* @include media-max(1300px){
    .s-header .bottom{
        padding: 2.5rem 0;
        .logo{
            width: 16rem;
        }
        .actions-menus{
            gap: 3rem;
        }
        ul {
            gap: 2rem;
        } 
    }
    .s-cards .d-g{
        gap: 2rem;
    }  
}
@include media-max(1024px){
    .s-footer .top .g-container-medium{ 
        flex-direction: column;
        .logo-wrapper{
            width: 100%;
            justify-content: center;
            .logo{
                width: 16.5rem;
            }
        }
        .item{
            width: 100%;
            h4{
                margin-bottom: 10px !important;
            }
            &.social{
                ul.links{
                    justify-content: center;
                }
            }
        }
    }
    .region-wrapper ul{
        grid-template-columns: 1fr 1fr 1fr;
    }
    #clinicslist{
        grid-template-columns: 1fr 1fr;
    }
    .s-cards .d-g{
       grid-template-columns: 1fr 1fr;
    }  
    .s-image-text .box .inner{
        min-height: unset;
        &.l-t-r,
        &.r-t-l{
            flex-direction: column;
        }
        .image-wrapper,
        .content{
            width: 100%;
        }
        .content{
            padding: 2rem 1.5rem 2rem 1.5rem;
        }
        .image-wrapper{
            display: block;
            aspect-ratio: 16 / 10;
        }
    }
}
@include media-max(900px){
    .s-hero .swiper{
        aspect-ratio: unset;
    }
    .s-accordion .accordion-wrapper .item .title .icon{
      right: 0;
      i{
        font-size: 2.5rem;
      }
    }
    .section{
        &.padding-top-none{
            padding-top: 0px;
        }
        &.padding-top-small{
            padding-top: 20px;
        }
        &.padding-top-medium{
            padding-top: 30px;
        }
        &.padding-top-large{
            padding-top: 45px;
        }
        &.padding-bottom-none{
            padding-bottom: 0px;
        }
        &.padding-bottom-small{
            padding-bottom: 20px;
        }
        &.padding-bottom-medium{
            padding-bottom: 30px;
        }
        &.padding-bottom-large{
            padding-bottom: 45px;
        }
    }
    .s-shortcuts{
        ul{
            flex-direction: column;
            align-items: center;
        }
    }
    .region-wrapper ul,
    #clinicslist,
    .s-cards .d-g{
       grid-template-columns: repeat(1, minmax(250px, 1fr));
    }  
    .s-header {
        background-color: $bg_base;
        margin-bottom: 1.2rem;
        .header-cta{
            .btn{
                font-size: 1.2rem;
                padding: 0.2rem 0.6rem;
            }
        }
        .top{
            display: none;
            visibility: hidden;
        }
        .bottom{
            .actions-menus{
                gap: 2rem;
            }
            padding: 1.2rem 0;
            .logo{
                width: 12.6rem;
            }
            .mobile-menu{
                visibility: visible;
                display: block;
                button{
                    i{
                        font-size: 2.5rem
                    }
                }
            }
            #menu-huvudmeny{
                display: none;
                visibility: hidden;
            }
        }
    }
}
 */
.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 16px !important;
}
.gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none !important;
}
.gform_wrapper.gravity-theme * {
  font-style: normal !important;
}
.gform_wrapper.gravity-theme .gfield {
  margin-top: 11px;
}
.gform_wrapper.gravity-theme .gfield_label,
.gform_wrapper.gravity-theme legend,
.gform_wrapper.gravity-theme label {
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
  color: #111111;
  margin: 0px !important;
}
.gform_wrapper.gravity-theme .gform-body textarea,
.gform_wrapper.gravity-theme .gform-body select,
.gform_wrapper.gravity-theme .gform-body input[type=tel],
.gform_wrapper.gravity-theme .gform-body input[type=text],
.gform_wrapper.gravity-theme .gform-body input[type=phone],
.gform_wrapper.gravity-theme .gform-body input[type=email],
.gform_wrapper.gravity-theme .gform-body input[type=number] {
  background-color: #D9DFE5;
  border: 0;
  border-radius: 5px;
  padding: 1.5rem 2rem 1.5rem 2rem;
  margin-top: 0px;
  color: #54616E;
  width: 100%;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 23px;
}
.gform_wrapper.gravity-theme .gform-body textarea::-moz-placeholder, .gform_wrapper.gravity-theme .gform-body select::-moz-placeholder, .gform_wrapper.gravity-theme .gform-body input[type=tel]::-moz-placeholder, .gform_wrapper.gravity-theme .gform-body input[type=text]::-moz-placeholder, .gform_wrapper.gravity-theme .gform-body input[type=phone]::-moz-placeholder, .gform_wrapper.gravity-theme .gform-body input[type=email]::-moz-placeholder, .gform_wrapper.gravity-theme .gform-body input[type=number]::-moz-placeholder {
  color: #54616E;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform-body textarea::placeholder,
.gform_wrapper.gravity-theme .gform-body select::placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=tel]::placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=text]::placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=phone]::placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=email]::placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=number]::placeholder {
  color: #54616E;
  opacity: 1;
}
.gform_wrapper.gravity-theme .gform-body textarea:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body select:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=tel]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=text]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=phone]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=email]:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=number]:-ms-input-placeholder {
  color: #54616E;
}
.gform_wrapper.gravity-theme .gform-body textarea::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body select::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=tel]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=text]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=phone]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=email]::-ms-input-placeholder,
.gform_wrapper.gravity-theme .gform-body input[type=number]::-ms-input-placeholder {
  color: #54616E;
}
.gform_wrapper.gravity-theme .gform-body input[type=checkbox], .gform_wrapper.gravity-theme .gform-body input[type=radio] {
  visibility: hidden;
  margin: 0;
  width: 0 !important;
}
.gform_wrapper.gravity-theme .gform-body input[type=checkbox] + label:hover, .gform_wrapper.gravity-theme .gform-body input[type=radio] + label:hover {
  cursor: pointer;
}
.gform_wrapper.gravity-theme .gform-body {
  /* set FontAwesome and positioning */
}
.gform_wrapper.gravity-theme .gform-body input[type=checkbox] + label:before, .gform_wrapper.gravity-theme .gform-body input[type=radio] + label:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  font-size: 1.5rem;
  position: relative;
  margin-right: 0.9em;
  color: #253746;
}
.gform_wrapper.gravity-theme .gform-body {
  /* Gravity Forms tweaks - change for your forms plugin */
}
.gform_wrapper.gravity-theme .gform-body li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper.gravity-theme .gform-body li.gf_list_inline ul.gfield_radio li {
  display: -moz-inline;
  display: inline;
}
.gform_wrapper.gravity-theme .gform-body {
  /* set checkbox icons and opacities for normal, hover, and checked */
}
.gform_wrapper.gravity-theme .gform-body input[type=checkbox] + label:before {
  content: "\f0c8";
}
.gform_wrapper.gravity-theme .gform-body input[type=checkbox] + label:hover:before {
  content: "\f14a";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.gform_wrapper.gravity-theme .gform-body input[type=checkbox]:checked + label:before {
  content: "\f14a";
  color: #253746;
}
.gform_wrapper.gravity-theme .gform-body input[type=checkbox]:checked + label:hover:before, .gform_wrapper.gravity-theme .gform-body input[type=radio]:checked + label:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #253746;
}
.gform_wrapper.gravity-theme .gform-body {
  /* set radio button icons and opacities for normal, hover, and checked */
}
.gform_wrapper.gravity-theme .gform-body input[type=radio] + label:before {
  content: "\f111";
}
.gform_wrapper.gravity-theme .gform-body input[type=radio] + label:hover:before {
  content: "\f192";
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.gform_wrapper.gravity-theme .gform-body input[type=radio]:checked + label:before {
  content: "\f192";
  color: #253746;
}
.gform_wrapper.gravity-theme .gform-body input[type=radio]:checked + label:hover:before {
  filter: alpha(opacity=100);
  opacity: 1;
  color: #253746;
}
.gform_wrapper.gravity-theme .gform-body select::-ms-expand {
  display: none;
}
.gform_wrapper.gravity-theme .gform-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme .gform-body select {
  line-height: 1.2rem;
}
.gform_wrapper.gravity-theme .gform-body .ginput_container_select {
  position: relative;
}
.gform_wrapper.gravity-theme .gform-body .ginput_container_select:before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  display: inline-block;
  font-weight: 300;
  content: "\f078";
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  pointer-events: none;
}
.gform_wrapper.gravity-theme .gform-body select::-ms-expand {
  display: none;
}
.gform_wrapper.gravity-theme .gform-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.gform_wrapper.gravity-theme .gform-body select {
  line-height: 1.2rem;
}
.gform_wrapper.gravity-theme .gform-body .select-style {
  position: relative;
  display: block;
  border-radius: 4px;
  width: 100%;
  font-size: 1em;
}
.gform_wrapper.gravity-theme .gform-body .select-style select {
  background-color: #D9DFE5;
  border-radius: 4px;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  width: 100%;
  padding: 1em;
  color: #000;
  min-height: 50px;
}
.gform_wrapper.gravity-theme .gform-body .select-style .select-style__icon {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0.8em;
  pointer-events: none;
  color: #000000;
  font-size: 1.2em;
}
.gform_wrapper.gravity-theme .gform_footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  background-color: #253746;
  border: 1px solid #253746;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-style: normal;
  font-size: 15px;
  line-height: 18px;
  padding: 0.5em 2em;
  text-align: center;
  transition: all, 0.4s ease;
  transform: scale(1);
  text-decoration: none;
  position: relative !important;
  font-weight: bold;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
}
.gform_wrapper.gravity-theme .gform_footer .submit-wrapper {
  position: relative;
}
.gform_wrapper.gravity-theme .gform_footer .submit-wrapper i {
  transition: all, 0.4s ease;
  color: #ffffff;
  position: absolute;
  left: 14px;
  top: 45%;
  transform: translateY(-50%);
  font-size: 18px;
}
.gform_wrapper.gravity-theme .gform_footer .submit-wrapper:hover input[type=submit] {
  border: 1px solid #253746;
  background-color: #ffffff;
  color: #253746 !important;
}
.gform_wrapper.gravity-theme .gform_footer .submit-wrapper:hover i {
  color: #253746;
}

.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: none !important;
  font-size: 14px !important;
  margin-top: 8px;
  padding: 0px 0px !important;
}

.gform_heading {
  display: none !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
  background: #c02b0a !important;
  border: 1px solid #c02b0a !important;
  border-radius: 5px !important;
  margin-bottom: 8px !important;
  margin-top: 8px !important;
  padding: 24px !important;
  position: relative;
  width: 100%;
}

.gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #fff !important;
  font-size: 26px !important;
  line-height: 32px !important;
  margin: 0 0 0 0 !important;
  font-weight: 700 !important;
}
