@charset "UTF-8";

:root {
  --box-width: min(100vw, 1680px);
  --scale-ratio: 0.8;
  --gutter: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

html:not(.negative-theme-scheme):root {
  --action-primary-main-default-color: #f9c8b8;
  --action-primary-main-hover-color: #fbd8cd;
  --action-primary-main-pressed-color: #fbded4;
  --action-primary-negative-default-color: #f9c8b8;
  --action-primary-negative-hover-color: #fbd8cd;
  --action-primary-negative-pressed-color: #fbded4;
  --action-visited-main-default-color: #5f07e4;
  --action-visited-main-hover-color: #5306c6;
  --action-visited-main-pressed-color: #4405a4;
  --action-visited-negative-default-color: #aa74fb;
  --action-visited-negative-hover-color: #c8a6fc;
  --action-visited-negative-pressed-color: #dec8fd;
  --action-tertiary-main-default-color: #f9fafb;
  --action-tertiary-main-hover-color: #eaedf1;
  --action-tertiary-main-pressed-color: #dbe1e7;
  --action-tertiary-negative-default-color: #072b36;
  --action-tertiary-negative-hover-color: #20404a;
  --action-tertiary-negative-pressed-color: #39555e;
  --action-ghost-main-default-color: white;
  --action-ghost-main-hover-color: #f3f4f6;
  --action-ghost-main-pressed-color: #e5e7eb;
  --action-ghost-negative-default-color: #0e1116;
  --action-ghost-negative-hover-color: #2a2d32;
  --action-ghost-negative-pressed-color: #41454e;
  --action-secondary-main-default-color: #ef792a;
  --action-secondary-main-hover-color: #f1863f;
  --action-secondary-main-pressed-color: #f29455;
  --action-secondary-negative-default-color: #f59c21;
  --action-secondary-negative-hover-color: #f6a637;
  --action-secondary-negative-pressed-color: #f7b04d;
  --action-message-bar-main-default-color: #f9c8b8;
  --action-message-bar-main-hover-color: #facebf;
  --action-message-bar-main-pressed-color: #fad3c6;
  --action-message-bar-main-disabled-color: rgba(249, 200, 184, 0.4);
  --action-message-bar-negative-default-color: #f9c8b8;
  --action-message-bar-negative-hover-color: #facebf;
  --action-message-bar-negative-pressed-color: #fad3c6;
  --action-message-bar-negative-disabled-color: rgba(249, 200, 184, 0.4);
  --text-main-level-1-color: #0e1116;
  --text-main-level-2-color: #0e1116;
  --text-main-level-3-color: #565c67;
  --text-main-level-4-color: #6b7280;
  --text-main-level-5-color: #9ca3af;
  --text-main-primary-accent-color: #115b55;
  --text-main-secondary-accent-color: #ef792a;
  --text-negative-level-1-color: white;
  --text-negative-level-2-color: white;
  --text-negative-level-3-color: #d1d5db;
  --text-negative-level-4-color: #9ca3af;
  --text-negative-level-5-color: #6b7280;
  --text-negative-primary-accent-color: #eff1e5;
  --text-negative-secondary-accent-color: #f9c8b8;
  --text-constant-light-level-1-color: #0e1116;
  --text-constant-light-level-2-color: #41454e;
  --text-constant-light-level-3-color: #565c67;
  --text-constant-light-level-4-color: #6b7280;
  --text-constant-light-level-5-color: #9ca3af;
  --text-constant-light-primary-accent-color: #115b55;
  --text-constant-light-secondary-accent-color: #ef792a;
  --text-constant-dark-level-1-color: white;
  --text-constant-dark-level-2-color: rgba(255, 255, 255, 0.8);
  --text-constant-dark-level-3-color: #d1d5db;
  --text-constant-dark-level-4-color: #9ca3af;
  --text-constant-dark-level-5-color: #6b7280;
  --text-constant-dark-primary-accent-color: #eff1e5;
  --text-constant-dark-secondary-accent-color: #f9c8b8;
  --background-main-level-1-color: white;
  --background-main-level-2-color: #f9fafb;
  --background-main-level-3-color: #f3f4f6;
  --background-main-level-4-color: #e5e7eb;
  --background-main-level-5-color: #d1d5db;
  --background-main-primary-accent-color: #115b55;
  --background-main-secondary-accent-color: #ef792a;
  --background-negative-level-1-color: #0e1116;
  --background-negative-level-2-color: #2a2d32;
  --background-negative-level-3-color: #41454e;
  --background-negative-level-4-color: #565c67;
  --background-negative-level-5-color: #6b7280;
  --background-negative-primary-accent-color: #eff1e5;
  --background-negative-secondary-accent-color: #f59c21;
  --background-constant-light-level-1-color: white;
  --background-constant-light-level-2-color: #f9fafb;
  --background-constant-light-level-3-color: #f3f4f6;
  --background-constant-light-level-4-color: #e5e7eb;
  --background-constant-light-level-5-color: #d1d5db;
  --background-constant-light-primary-accent1-color: #115b55;
  --background-constant-light-secondary-accent-color: #ef792a;
  --background-constant-dark-level-1-color: #0e1116;
  --background-constant-dark-level-2-color: #2a2d32;
  --background-constant-dark-level-3-color: #41454e;
  --background-constant-dark-level-4-color: #565c67;
  --background-constant-dark-level-5-color: #6b7280;
  --background-constant-dark-primary-accent-color: #eff1e5;
  --background-constant-dark-secondary-accent-color: #f9c8b8;
  --control-main-background-color: white;
  --control-main-border-default-color: #d1d5db;
  --control-main-border-hover-color: #9ca3af;
  --control-main-active-color: #f59c21;
  --control-main-active-hover-color: #39555e;
  --control-negative-background-color: #0e1116;
  --control-negative-border-default-color: #565c67;
  --control-negative-border-hover-color: #6b7280;
  --control-negative-active-color: #f59c21;
  --control-negative-active-hover-color: #f1f2e8;
  --error-main-background-color: #fef2f2;
  --error-main-text-color: #7f1d1d;
  --error-negative-background-color: #7f1d1d;
  --error-negative-text-color: #fef2f2;
  --success-main-background-color: #e0ffee;
  --success-main-text-color: #00612c;
  --success-negative-background-color: #00612c;
  --success-negative-text-color: #e0ffee;
  --tag-background-1-color: #115b55;
  --tag-background-2-color: #f59c21;
  --tag-background-3-color: #713f12;
  --tag-background-4-color: #f0fdfa;
  --tag-text-1-color: white;
  --tag-text-2-color: #0e1116;
  --tag-text-3-color: #fef9c3;
  --tag-text-4-color: #134e4a;
  --box-shadow-dropdown-main-large: calc(0px + (0 - 0) * (var(--box-width) - 320px) / 1120) calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(0px + (0 - 0) * (var(--box-width) - 320px) / 1120) rgba(14, 17, 22, 0.2392156863);
}

.negative-theme-scheme:root {
  --action-primary-main-default-color: #95b3f9;
  --action-primary-main-hover-color: #c0d2fb;
  --action-primary-main-pressed-color: #e2eafd;
  --action-primary-negative-default-color: #0b43c6;
  --action-primary-negative-hover-color: #0a39a9;
  --action-primary-negative-pressed-color: #08308c;
  --action-visited-main-default-color: #aa74fb;
  --action-visited-main-hover-color: #c8a6fc;
  --action-visited-main-pressed-color: #dec8fd;
  --action-visited-negative-default-color: #5f07e4;
  --action-visited-negative-hover-color: #5306c6;
  --action-visited-negative-pressed-color: #4405a4;
  --action-tertiary-main-default-color: #2a2d32;
  --action-tertiary-main-hover-color: #41454e;
  --action-tertiary-main-pressed-color: #565c67;
  --action-tertiary-negative-default-color: #f9fafb;
  --action-tertiary-negative-hover-color: #f3f4f6;
  --action-tertiary-negative-pressed-color: #e5e7eb;
  --action-ghost-main-default-color: #0e1116;
  --action-ghost-main-hover-color: #2a2d32;
  --action-ghost-main-pressed-color: #41454e;
  --action-ghost-negative-default-color: white;
  --action-ghost-negative-hover-color: #f3f4f6;
  --action-ghost-negative-pressed-color: #e5e7eb;
  --action-secondary-main-default-color: #ff5277;
  --action-secondary-main-hover-color: #ff8aa3;
  --action-secondary-main-pressed-color: #ffc7d3;
  --action-secondary-negative-default-color: #b30027;
  --action-secondary-negative-hover-color: #85001d;
  --action-secondary-negative-pressed-color: #570013;
  --action-message-bar-main-default-color: #2e000a;
  --action-message-bar-main-hover-color: #570013;
  --action-message-bar-main-pressed-color: #85001d;
  --action-message-bar-main-disabled-color: #ffe0e7;
  --action-message-bar-negative-default-color: #ffe0e7;
  --action-message-bar-negative-hover-color: #ffc7d3;
  --action-message-bar-negative-pressed-color: #ff8aa3;
  --action-message-bar-negative-disabled-color: #2e000a;
  --text-main-level-1-color: white;
  --text-main-level-2-color: #e5e7eb;
  --text-main-level-3-color: #d1d5db;
  --text-main-level-4-color: #9ca3af;
  --text-main-level-5-color: #6b7280;
  --text-main-primary-accent-color: #95b3f9;
  --text-main-secondary-accent-color: #ff5277;
  --text-negative-level-1-color: #0e1116;
  --text-negative-level-2-color: #41454e;
  --text-negative-level-3-color: #565c67;
  --text-negative-level-4-color: #6b7280;
  --text-negative-level-5-color: #9ca3af;
  --text-negative-primary-accent-color: #0b43c6;
  --text-negative-secondary-accent-color: #b30027;
  --text-constant-light-level-1-color: #0e1116;
  --text-constant-light-level-2-color: #41454e;
  --text-constant-light-level-3-color: #565c67;
  --text-constant-light-level-4-color: #6b7280;
  --text-constant-light-level-5-color: #9ca3af;
  --text-constant-light-primary-accent-color: #0b43c6;
  --text-constant-light-secondary-accent-color: #b30027;
  --text-constant-dark-level-1-color: white;
  --text-constant-dark-level-2-color: #e5e7eb;
  --text-constant-dark-level-3-color: #d1d5db;
  --text-constant-dark-level-4-color: #9ca3af;
  --text-constant-dark-level-5-color: #6b7280;
  --text-constant-dark-primary-accent-color: #95b3f9;
  --text-constant-dark-secondary-accent-color: #ff5277;
  --background-main-level-1-color: #0e1116;
  --background-main-level-2-color: #2a2d32;
  --background-main-level-3-color: #41454e;
  --background-main-level-4-color: #565c67;
  --background-main-level-5-color: #6b7280;
  --background-main-primary-accent-color: #95b3f9;
  --background-main-secondary-accent-color: #ff5277;
  --background-negative-level-1-color: white;
  --background-negative-level-2-color: #f9fafb;
  --background-negative-level-3-color: #f3f4f6;
  --background-negative-level-4-color: #e5e7eb;
  --background-negative-level-5-color: #d1d5db;
  --background-negative-primary-accent-color: #0b43c6;
  --background-negative-secondary-accent-color: #b30027;
  --background-constant-light-level-1-color: white;
  --background-constant-light-level-2-color: #f9fafb;
  --background-constant-light-level-3-color: #f3f4f6;
  --background-constant-light-level-4-color: #e5e7eb;
  --background-constant-light-level-5-color: #d1d5db;
  --background-constant-light-primary-accent1-color: #0b43c6;
  --background-constant-light-secondary-accent-color: #b30027;
  --background-constant-dark-level-1-color: #0e1116;
  --background-constant-dark-level-2-color: #2a2d32;
  --background-constant-dark-level-3-color: #41454e;
  --background-constant-dark-level-4-color: #565c67;
  --background-constant-dark-level-5-color: #6b7280;
  --background-constant-dark-primary-accent-color: #95b3f9;
  --background-constant-dark-secondary-accent-color: #ff5277;
  --control-main-background-color: #0e1116;
  --control-main-border-default-color: #565c67;
  --control-main-border-hover-color: #6b7280;
  --control-main-active-color: #95b3f9;
  --control-main-active-hover-color: #c0d2fb;
  --control-negative-background-color: white;
  --control-negative-border-default-color: #d1d5db;
  --control-negative-border-hover-color: #9ca3af;
  --control-negative-active-color: #0b43c6;
  --control-negative-active-hover-color: #0a39a9;
  --error-main-background-color: #7f1d1d;
  --error-main-text-color: #fef2f2;
  --error-negative-background-color: #fef2f2;
  --error-negative-text-color: #7f1d1d;
  --success-main-background-color: #00612c;
  --success-main-text-color: #e0ffee;
  --success-negative-background-color: #e0ffee;
  --success-negative-text-color: #00612c;
  --tag-background-1-color: #e2eafd;
  --tag-background-2-color: #0b43c6;
  --tag-background-3-color: #ffc7d3;
  --tag-background-4-color: #2e000a;
  --tag-text-1-color: #052161;
  --tag-text-2-color: white;
  --tag-text-3-color: #2e000a;
  --tag-text-4-color: white;
  --box-shadow-dropdown-main-large: calc(0px + (0 - 0) * (var(--box-width) - 320px) / 1120) calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(0px + (0 - 0) * (var(--box-width) - 320px) / 1120) rgba(255, 255, 255, 0.2392156863);
}

body {
  font-family: "Poppins";
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
  line-height: 140%;
  color: var(--text-main-level-2-color);
  letter-spacing: 0;
  background-color: var(--background-main-level-1-color);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body:is(.error404, .dark-header) #header #main-header {
  --text-constant-dark-level-1-color: var(--text-main-level-1-color);
}

::-moz-selection {
  color: var(--text-constant-dark-level-1-color);
  background: rgba(11, 35, 55, 0.5);
}

::selection {
  color: var(--text-constant-dark-level-1-color);
  background: rgba(11, 35, 55, 0.5);
}

.negative-theme-scheme ::-moz-selection {
  color: var(--text-constant-light-level-1-color);
  background: rgba(255, 255, 255, 0.5);
}

.negative-theme-scheme ::selection {
  color: var(--text-constant-light-level-1-color);
  background: rgba(255, 255, 255, 0.5);
}

.has-bg-image {
  position: relative;
  z-index: 1;
}

.gen-cookie-notice .gen-cookie-notice-intro a,
a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.gen-cookie-notice .gen-cookie-notice-intro a:not([class]),
a:not([class]) {
  font-family: inherit;
  font-weight: inherit;
  color: var(--action-tertiary-negative-default-color);
  -webkit-text-decoration: underline;
  text-decoration: underline;
  letter-spacing: inherit;
}

.gen-cookie-notice .gen-cookie-notice-intro a:not([class]):hover,
a:not([class]):hover {
  color: var(--action-tertiary-negative-hover-color);
  text-decoration-color: transparent;
}

.gen-cookie-notice .gen-cookie-notice-intro a:not([class]):active,
a:not([class]):active {
  color: var(--action-tertiary-negative-pressed-color);
}

#footer .footer-bottom-links a,
.link-tn {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 140%;
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  text-decoration: underline;
  letter-spacing: 0;
}

#footer .footer-bottom-links a:hover,
.link-tn:hover {
  text-decoration-color: transparent;
}

.has-overlay-link {
  position: relative;
}

.has-overlay-link .overlay-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.section {
  padding: calc(35px + (70 - 35) * (var(--box-width) - 320px) / 1120) 0;
}

.section.align-end,
.section.align-between,
.section.align-center {
  display: flex;
  flex-flow: column;
}

.section.align-end {
  justify-content: flex-end;
}

.section.align-between {
  justify-content: space-between;
}

.section.align-center {
  justify-content: center;
}

.module-row,
.row {
  row-gap: var(--gutter);
  width: calc(var(--box-width) - (20px + (140 - 20) * (var(--box-width) - 320px) / 1120) * 2);
  max-width: none;
  padding: calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120) 0;
  margin: 0 auto;
}

.module-row-fw,
.row-fw {
  width: var(--box-width);
}

.module-row.align-center,
.row.align-center {
  align-items: center;
}

@media (max-width: 767.98px) {
  .module-row.align-center-md,
  .row.align-center-md {
    justify-content: flex-start;
  }
}

.module-row {
  padding: 0;
}

[class^=module-] + [class^=module-] {
  margin-top: calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120);
}

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

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

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

img.aligncenter {
  margin: 0 auto;
}

img.alignright {
  margin: 0 0 0 auto;
}

#footer .footer-menu a,
h6,
.h6,
.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-headline,
h5,
.h5,
.gen-cookie-notice .gen-cookie-notice-intro .gen-cookie-notice-headline,
.gt-oh-form-wrapper .gf_step_number,
h4,
.h4,
.gt-oh-form-wrapper .gf_step_label,
h3,
.h3,
h2,
.h2,
h1,
.h1,
.d1 {
  hyphens: manual;
  color: var(--text-main-level-1-color);
  word-break: break-word;
}

.d1 {
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Mustica Pro";
  font-size: calc(45px + (80 - 45) * (var(--box-width) - 320px) / 1120);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
}

h1,
.h1 {
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Mustica Pro";
  font-size: max(16px, calc(48px * var(--scale-ratio)) + (48 - calc(48 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
}

h2,
.h2 {
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Mustica Pro";
  font-size: max(16px, calc(39px * var(--scale-ratio)) + (39 - calc(39 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
}

.gt-oh-form-wrapper .gf_step_label,
h3,
.h3 {
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Mustica Pro";
  font-size: max(16px, calc(31px * var(--scale-ratio)) + (31 - calc(31 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
}

.gen-cookie-notice .gen-cookie-notice-intro .gen-cookie-notice-headline,
.gt-oh-form-wrapper .gf_step_number,
h4,
.h4 {
  margin-bottom: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Mustica Pro";
  font-size: max(16px, calc(25px * var(--scale-ratio)) + (25 - calc(25 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-headline,
h5,
.h5 {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Mustica Pro";
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0;
}

#footer .footer-menu a,
h6,
.h6 {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Mustica Pro";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0;
}

p {
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0;
}

ul {
  padding-inline-start: 1.45em;
  padding-bottom: calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120);
  margin: 0;
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

ul li:not(:last-child) {
  margin-bottom: 0;
}

ul:is(.large, .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-excerpt, .gt-search-container .search-count, .small, .tiny, .micro) {
  margin-bottom: 0;
}

ul:is(.large, .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-excerpt, .gt-search-container .search-count, .small, .tiny, .micro) li:last-child {
  margin-bottom: 0;
}

ul:last-child {
  padding-bottom: 0;
}

.list-check {
  padding-bottom: 0;
  padding-left: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) 0;
}

.list-check li {
  padding-left: 0.631em;
}

.list-check li::marker {
  font-family: "Font Awesome 6 Pro";
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 900;
  line-height: normal;
  color: var(--text-main-primary-accent-color);
  content: "\f058";
}

.list-check li:not(:last-child) {
  margin-bottom: max(15px, calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
}

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

.pc-list li {
  display: flex;
  gap: 0.631em;
  align-items: baseline;
}

.pc-list li::before {
  position: relative;
  top: 2px;
  font-family: "Font Awesome 6 Pro";
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 900;
  line-height: normal;
  color: #57c676;
  content: "\f058";
}

.pc-list li:not(:last-child) {
  margin-bottom: max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
}

.pc-list li.con::before {
  font-family: "Font Awesome 6 Pro";
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 900;
  line-height: normal;
  color: #d88686;
  content: "\f06a";
}

li:not(:last-child) {
  margin-bottom: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

li:not(:last-child):last-child {
  margin-bottom: 0;
}

.large,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-excerpt,
.gt-search-container .search-count {
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(16px, calc(25px * var(--scale-ratio)) + (25 - calc(25 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}

.large li,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-excerpt li,
.gt-search-container .search-count li {
  margin-bottom: calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gen-cookie-notice .gen-cookie-notice-intro p,
.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-setting-heading .gen-cookie-notice-setting-heading-label,
#main-header .menu-item .sub-menu li a,
.menu-green .menu-item .sub-menu li a,
.small {
  margin-bottom: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0;
}

.gen-cookie-notice .gen-cookie-notice-intro p li,
.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-setting-heading .gen-cookie-notice-setting-heading-label li,
#main-header .menu-item .sub-menu li a li,
.menu-green .menu-item .sub-menu li a li,
.small li {
  margin-bottom: calc(8px * var(--scale-ratio) + (8 - 8 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-setting-body,
.tiny {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0;
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-setting-body li,
.tiny li {
  margin-bottom: calc(6px * var(--scale-ratio) + (6 - 6 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.micro {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(12px, calc(12px * var(--scale-ratio)) + (12 - calc(12 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 0;
}

.micro li {
  margin-bottom: calc(3px * var(--scale-ratio) + (3 - 3 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

:is(h1, h2, h3, h4, h5, h6, p):last-child {
  padding-bottom: 0;
}

.text-light-constant :is(h1, h2, h3, h4, h5, h6, p):not(.btn) {
  color: var(--text-constant-dark-level-1-color);
}

.negative-text :is(h1, h2, h3, h4, h5, h6, p) {
  color: var(--text-negative-level-1-color);
}

b,
strong {
  font-weight: bold;
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a,
#main-header .menu-item.header-btn-negative.header-btn-small a,
.menu-green .menu-item.header-btn-negative.header-btn-small a,
.listing-pagination .page-numbers.prev,
.listing-pagination .page-numbers.next,
.gt-faq-listing .listing-load-more-btn,
.module-gk-listing .listing-item-read-more a,
.gform_wrapper button,
.gform_footer [type=submit],
.menu-negative #main-header .menu-item.header-btn-negative a,
.btn-ghost,
#popup-behorighet .popup-inner .popup-close,
.btn-tertiary,
.btn-secondary,
.btn {
  display: inline-flex;
  gap: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  align-items: center;
  padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 140%;
  color: var(--text-negative-level-1-color);
  text-decoration: none;
  letter-spacing: 0;
  cursor: pointer;
  background: var(--action-primary-main-default-color);
  border: none;
  border-radius: 50px;
  transition: all 0.2s ease-in-out;
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary::after,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a::after,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a::after,
#main-header .menu-item.header-btn-negative.header-btn-small a::after,
.menu-green .menu-item.header-btn-negative.header-btn-small a::after,
.listing-pagination .page-numbers.prev::after,
.listing-pagination .page-numbers.next::after,
.gt-faq-listing .listing-load-more-btn::after,
.module-gk-listing .listing-item-read-more a::after,
.gform_wrapper button::after,
.gform_footer [type=submit]::after,
.menu-negative #main-header .menu-item.header-btn-negative a::after,
.btn-ghost::after,
#popup-behorighet .popup-inner .popup-close::after,
.btn-tertiary::after,
.btn-secondary::after,
.btn::after {
  font-family: "Font Awesome 6 Pro";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: normal;
  content: "\f178";
}

.gen-cookie-notice .btn-external.gen-cookie-notice-btn.gen-cookie-notice-btn-primary::after,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.btn-external::after,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a.btn-external::after,
#main-header .menu-item.header-btn-negative.header-btn-small a.btn-external::after,
.menu-green .menu-item.header-btn-negative.header-btn-small a.btn-external::after,
.listing-pagination .btn-external.page-numbers.prev::after,
.listing-pagination .btn-external.page-numbers.next::after,
.gt-faq-listing .btn-external.listing-load-more-btn::after,
.module-gk-listing .listing-item-read-more a.btn-external::after,
.gform_wrapper button.btn-external::after,
.gform_footer .btn-external[type=submit]::after,
.menu-negative #main-header .menu-item.header-btn-negative a.btn-external::after,
.btn-external.btn-ghost::after,
#popup-behorighet .popup-inner .btn-external.popup-close::after,
.btn-external.btn-tertiary::after,
.btn-external.btn-secondary::after,
.btn.btn-external::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f08e";
}

.gen-cookie-notice .btn-question-circle.gen-cookie-notice-btn.gen-cookie-notice-btn-primary::after,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.btn-question-circle::after,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a.btn-question-circle::after,
#main-header .menu-item.header-btn-negative.header-btn-small a.btn-question-circle::after,
.menu-green .menu-item.header-btn-negative.header-btn-small a.btn-question-circle::after,
.listing-pagination .btn-question-circle.page-numbers.prev::after,
.listing-pagination .btn-question-circle.page-numbers.next::after,
.gt-faq-listing .btn-question-circle.listing-load-more-btn::after,
.module-gk-listing .listing-item-read-more a.btn-question-circle::after,
.gform_wrapper button.btn-question-circle::after,
.gform_footer .btn-question-circle[type=submit]::after,
.menu-negative #main-header .menu-item.header-btn-negative a.btn-question-circle::after,
.btn-question-circle.btn-ghost::after,
#popup-behorighet .popup-inner .btn-question-circle.popup-close::after,
.btn-question-circle.btn-tertiary::after,
.btn-question-circle.btn-secondary::after,
.btn.btn-question-circle::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f059";
}

p .gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:not(:last-child),
.gen-cookie-notice p .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:not(:last-child),
p .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:not(:last-child),
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more p a:not(:last-child),
p #mobile-menu .menu-item.header-btn-negative.header-btn-small a:not(:last-child),
#mobile-menu .menu-item.header-btn-negative.header-btn-small p a:not(:last-child),
p #main-header .menu-item.header-btn-negative.header-btn-small a:not(:last-child),
#main-header .menu-item.header-btn-negative.header-btn-small p a:not(:last-child),
p .menu-green .menu-item.header-btn-negative.header-btn-small a:not(:last-child),
.menu-green .menu-item.header-btn-negative.header-btn-small p a:not(:last-child),
p .listing-pagination .page-numbers.prev:not(:last-child),
.listing-pagination p .page-numbers.prev:not(:last-child),
p .listing-pagination .page-numbers.next:not(:last-child),
.listing-pagination p .page-numbers.next:not(:last-child),
p .gt-faq-listing .listing-load-more-btn:not(:last-child),
.gt-faq-listing p .listing-load-more-btn:not(:last-child),
p .module-gk-listing .listing-item-read-more a:not(:last-child),
.module-gk-listing .listing-item-read-more p a:not(:last-child),
p .gform_wrapper button:not(:last-child),
.gform_wrapper p button:not(:last-child),
p .gform_footer [type=submit]:not(:last-child),
.gform_footer p [type=submit]:not(:last-child),
p .menu-negative #main-header .menu-item.header-btn-negative a:not(:last-child),
.menu-negative #main-header .menu-item.header-btn-negative p a:not(:last-child),
p .btn-ghost:not(:last-child),
p #popup-behorighet .popup-inner .popup-close:not(:last-child),
#popup-behorighet .popup-inner p .popup-close:not(:last-child),
p .btn-tertiary:not(:last-child),
p .btn-secondary:not(:last-child),
p .btn:not(:last-child) {
  margin-right: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

p .gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:not(:first-child),
.gen-cookie-notice p .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:not(:first-child),
p .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:not(:first-child),
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more p a:not(:first-child),
p #mobile-menu .menu-item.header-btn-negative.header-btn-small a:not(:first-child),
#mobile-menu .menu-item.header-btn-negative.header-btn-small p a:not(:first-child),
p #main-header .menu-item.header-btn-negative.header-btn-small a:not(:first-child),
#main-header .menu-item.header-btn-negative.header-btn-small p a:not(:first-child),
p .menu-green .menu-item.header-btn-negative.header-btn-small a:not(:first-child),
.menu-green .menu-item.header-btn-negative.header-btn-small p a:not(:first-child),
p .listing-pagination .page-numbers.prev:not(:first-child),
.listing-pagination p .page-numbers.prev:not(:first-child),
p .listing-pagination .page-numbers.next:not(:first-child),
.listing-pagination p .page-numbers.next:not(:first-child),
p .gt-faq-listing .listing-load-more-btn:not(:first-child),
.gt-faq-listing p .listing-load-more-btn:not(:first-child),
p .module-gk-listing .listing-item-read-more a:not(:first-child),
.module-gk-listing .listing-item-read-more p a:not(:first-child),
p .gform_wrapper button:not(:first-child),
.gform_wrapper p button:not(:first-child),
p .gform_footer [type=submit]:not(:first-child),
.gform_footer p [type=submit]:not(:first-child),
p .menu-negative #main-header .menu-item.header-btn-negative a:not(:first-child),
.menu-negative #main-header .menu-item.header-btn-negative p a:not(:first-child),
p .btn-ghost:not(:first-child),
p #popup-behorighet .popup-inner .popup-close:not(:first-child),
#popup-behorighet .popup-inner p .popup-close:not(:first-child),
p .btn-tertiary:not(:first-child),
p .btn-secondary:not(:first-child),
p .btn:not(:first-child) {
  margin-top: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:hover,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a:hover,
#main-header .menu-item.header-btn-negative.header-btn-small a:hover,
.menu-green .menu-item.header-btn-negative.header-btn-small a:hover,
.listing-pagination .page-numbers.prev:hover,
.listing-pagination .page-numbers.next:hover,
.gt-faq-listing .listing-load-more-btn:hover,
.module-gk-listing .listing-item-read-more a:hover,
.gform_wrapper button:hover,
.gform_footer [type=submit]:hover,
.menu-negative #main-header .menu-item.header-btn-negative a:hover,
.btn-ghost:hover,
#popup-behorighet .popup-inner .popup-close:hover,
.btn-tertiary:hover,
.btn-secondary:hover,
.btn:hover {
  color: var(--text-negative-level-1-color);
  background: var(--action-primary-main-hover-color);
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:active,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a:active,
#main-header .menu-item.header-btn-negative.header-btn-small a:active,
.menu-green .menu-item.header-btn-negative.header-btn-small a:active,
.listing-pagination .page-numbers.prev:active,
.listing-pagination .page-numbers.next:active,
.gt-faq-listing .listing-load-more-btn:active,
.module-gk-listing .listing-item-read-more a:active,
.gform_wrapper button:active,
.gform_footer [type=submit]:active,
.menu-negative #main-header .menu-item.header-btn-negative a:active,
.btn-ghost:active,
#popup-behorighet .popup-inner .popup-close:active,
.btn-tertiary:active,
.btn-secondary:active,
.btn:active {
  color: var(--text-negative-level-1-color);
  background: var(--action-primary-main-pressed-color);
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:disabled,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a:disabled,
#main-header .menu-item.header-btn-negative.header-btn-small a:disabled,
.menu-green .menu-item.header-btn-negative.header-btn-small a:disabled,
.listing-pagination .page-numbers.prev:disabled,
.listing-pagination .page-numbers.next:disabled,
.gt-faq-listing .listing-load-more-btn:disabled,
.module-gk-listing .listing-item-read-more a:disabled,
.gform_wrapper button:disabled,
.gform_footer [type=submit]:disabled,
.menu-negative #main-header .menu-item.header-btn-negative a:disabled,
.btn-ghost:disabled,
#popup-behorighet .popup-inner .popup-close:disabled,
.btn-tertiary:disabled,
.btn-secondary:disabled,
.gen-cookie-notice .disabled.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.disabled,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a.disabled,
#main-header .menu-item.header-btn-negative.header-btn-small a.disabled,
.menu-green .menu-item.header-btn-negative.header-btn-small a.disabled,
.listing-pagination .disabled.page-numbers.prev,
.listing-pagination .disabled.page-numbers.next,
.gt-faq-listing .disabled.listing-load-more-btn,
.module-gk-listing .listing-item-read-more a.disabled,
.gform_wrapper button.disabled,
.gform_footer .disabled[type=submit],
.menu-negative #main-header .menu-item.header-btn-negative a.disabled,
.disabled.btn-ghost,
#popup-behorighet .popup-inner .disabled.popup-close,
.disabled.btn-tertiary,
.disabled.btn-secondary,
.btn:disabled,
.btn.disabled {
  color: var(--text-negative-level-1-color);
  pointer-events: none;
  background: var(--action-primary-main-default-color);
  opacity: 0.4;
}

.btn-secondary {
  color: var(--text-negative-level-1-color);
  background: var(--action-secondary-main-default-color);
}

.btn-secondary:hover {
  color: var(--text-negative-level-1-color);
  background: var(--action-secondary-main-hover-color);
}

.btn-secondary:active {
  color: var(--text-negative-level-1-color);
  background: var(--action-secondary-main-pressed-color);
}

.btn-secondary:disabled {
  color: var(--text-negative-level-1-color);
  background: var(--action-secondary-main-default-color);
  opacity: 0.4;
}

#popup-behorighet .popup-inner .popup-close,
.btn-tertiary {
  color: var(--text-main-level-1-color);
  background: var(--action-tertiary-main-default-color);
}

#popup-behorighet .popup-inner .popup-close:hover,
.btn-tertiary:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-tertiary-main-hover-color);
}

#popup-behorighet .popup-inner .popup-close:active,
.btn-tertiary:active {
  color: var(--text-main-level-1-color);
  background: var(--action-tertiary-main-pressed-color);
}

#popup-behorighet .popup-inner .popup-close:disabled,
.btn-tertiary:disabled {
  color: var(--text-main-level-1-color);
  background: var(--action-tertiary-main-default-color);
  opacity: 0.4;
}

.btn-ghost {
  color: var(--text-main-level-1-color);
  background: transparent;
}

.btn-ghost:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-tertiary-main-hover-color);
}

.btn-ghost:active {
  color: var(--text-main-level-1-color);
  background: var(--action-tertiary-main-pressed-color);
}

.btn-ghost:disabled {
  color: var(--text-main-level-1-color);
  background: transparent;
  opacity: 0.4;
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.gen-cookie-notice .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.gen-cookie-notice #mobile-menu .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
#mobile-menu .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.gen-cookie-notice #main-header .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
#main-header .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.gen-cookie-notice .menu-green .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.menu-green .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.menu-negative #main-header .menu-item.header-btn-negative .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.gen-cookie-notice .menu-negative #main-header .menu-item.header-btn-negative a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.gen-cookie-notice #popup-behorighet .popup-inner .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close,
#popup-behorighet .popup-inner .gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.btn-negative,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a.btn-negative,
#main-header .menu-item.header-btn-negative.header-btn-small a.btn-negative,
.menu-green .menu-item.header-btn-negative.header-btn-small a.btn-negative,
.listing-pagination .btn-negative.page-numbers.prev,
.listing-pagination .btn-negative.page-numbers.next,
.gt-faq-listing .btn-negative.listing-load-more-btn,
.module-gk-listing .listing-item-read-more a.btn-negative,
.gform_wrapper button.btn-negative,
.gform_footer .btn-negative[type=submit],
.menu-negative #main-header .menu-item.header-btn-negative a.btn-negative,
.btn-negative.btn-secondary,
#popup-behorighet .popup-inner .btn-negative.popup-close,
.btn-negative.btn-tertiary,
.btn-negative.btn-ghost,
.btn-negative.btn {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-default-color);
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.gen-cookie-notice .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.gen-cookie-notice #mobile-menu .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
#mobile-menu .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.gen-cookie-notice #main-header .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
#main-header .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.gen-cookie-notice .menu-green .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.menu-green .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.menu-negative #main-header .menu-item.header-btn-negative .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.gen-cookie-notice .menu-negative #main-header .menu-item.header-btn-negative a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.gen-cookie-notice #popup-behorighet .popup-inner .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close:hover,
#popup-behorighet .popup-inner .gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close:hover,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.btn-negative:hover,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a.btn-negative:hover,
#main-header .menu-item.header-btn-negative.header-btn-small a.btn-negative:hover,
.menu-green .menu-item.header-btn-negative.header-btn-small a.btn-negative:hover,
.listing-pagination .btn-negative.page-numbers.prev:hover,
.listing-pagination .btn-negative.page-numbers.next:hover,
.gt-faq-listing .btn-negative.listing-load-more-btn:hover,
.module-gk-listing .listing-item-read-more a.btn-negative:hover,
.gform_wrapper button.btn-negative:hover,
.gform_footer .btn-negative[type=submit]:hover,
.menu-negative #main-header .menu-item.header-btn-negative a.btn-negative:hover,
.btn-negative.btn-secondary:hover,
#popup-behorighet .popup-inner .btn-negative.popup-close:hover,
.btn-negative.btn-tertiary:hover,
.btn-negative.btn-ghost:hover,
.btn-negative.btn:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.gen-cookie-notice .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.gen-cookie-notice #mobile-menu .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
#mobile-menu .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.gen-cookie-notice #main-header .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
#main-header .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.gen-cookie-notice .menu-green .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.menu-green .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.menu-negative #main-header .menu-item.header-btn-negative .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.gen-cookie-notice .menu-negative #main-header .menu-item.header-btn-negative a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.gen-cookie-notice #popup-behorighet .popup-inner .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close:active,
#popup-behorighet .popup-inner .gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close:active,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.btn-negative:active,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a.btn-negative:active,
#main-header .menu-item.header-btn-negative.header-btn-small a.btn-negative:active,
.menu-green .menu-item.header-btn-negative.header-btn-small a.btn-negative:active,
.listing-pagination .btn-negative.page-numbers.prev:active,
.listing-pagination .btn-negative.page-numbers.next:active,
.gt-faq-listing .btn-negative.listing-load-more-btn:active,
.module-gk-listing .listing-item-read-more a.btn-negative:active,
.gform_wrapper button.btn-negative:active,
.gform_footer .btn-negative[type=submit]:active,
.menu-negative #main-header .menu-item.header-btn-negative a.btn-negative:active,
.btn-negative.btn-secondary:active,
#popup-behorighet .popup-inner .btn-negative.popup-close:active,
.btn-negative.btn-tertiary:active,
.btn-negative.btn-ghost:active,
.btn-negative.btn:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

.gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.gen-cookie-notice .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.gen-cookie-notice #mobile-menu .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
#mobile-menu .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.gen-cookie-notice #main-header .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
#main-header .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.gen-cookie-notice .menu-green .menu-item.header-btn-negative.header-btn-small a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.menu-green .menu-item.header-btn-negative.header-btn-small .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.menu-negative #main-header .menu-item.header-btn-negative .gen-cookie-notice a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.gen-cookie-notice .menu-negative #main-header .menu-item.header-btn-negative a.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.gen-cookie-notice #popup-behorighet .popup-inner .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close:disabled,
#popup-behorighet .popup-inner .gen-cookie-notice .gen-cookie-notice-btn.gen-cookie-notice-btn-primary.popup-close:disabled,
.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a.btn-negative:disabled,
#mobile-menu .menu-item.header-btn-negative.header-btn-small a.btn-negative:disabled,
#main-header .menu-item.header-btn-negative.header-btn-small a.btn-negative:disabled,
.menu-green .menu-item.header-btn-negative.header-btn-small a.btn-negative:disabled,
.listing-pagination .btn-negative.page-numbers.prev:disabled,
.listing-pagination .btn-negative.page-numbers.next:disabled,
.gt-faq-listing .btn-negative.listing-load-more-btn:disabled,
.module-gk-listing .listing-item-read-more a.btn-negative:disabled,
.gform_wrapper button.btn-negative:disabled,
.gform_footer .btn-negative[type=submit]:disabled,
.menu-negative #main-header .menu-item.header-btn-negative a.btn-negative:disabled,
.btn-negative.btn-secondary:disabled,
#popup-behorighet .popup-inner .btn-negative.popup-close:disabled,
.btn-negative.btn-tertiary:disabled,
.btn-negative.btn-ghost:disabled,
.btn-negative.btn:disabled {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-default-color);
  opacity: 0.4;
}

.gen-cookie-notice .btn-secondary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.btn-negative.btn-secondary {
  color: var(--text-main-level-1-color);
  background: var(--action-secondary-negative-default-color);
}

.gen-cookie-notice .btn-secondary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.btn-negative.btn-secondary:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-secondary-negative-hover-color);
}

.gen-cookie-notice .btn-secondary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.btn-negative.btn-secondary:active {
  color: var(--text-main-level-1-color);
  background: var(--action-secondary-negative-pressed-color);
}

.gen-cookie-notice .btn-secondary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.btn-negative.btn-secondary:disabled {
  color: var(--text-main-level-1-color);
  background: var(--action-secondary-negative-default-color);
  opacity: 0.4;
}

.gen-cookie-notice .btn-tertiary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.btn-negative.btn-tertiary {
  color: var(--text-negative-level-1-color);
  background: var(--action-tertiary-negative-default-color);
}

.gen-cookie-notice .btn-tertiary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.btn-negative.btn-tertiary:hover {
  color: var(--text-negative-level-1-color);
  background: var(--action-tertiary-negative-hover-color);
}

.gen-cookie-notice .btn-tertiary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.btn-negative.btn-tertiary:active {
  color: var(--text-negative-level-1-color);
  background: var(--action-tertiary-negative-pressed-color);
}

.gen-cookie-notice .btn-tertiary.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.btn-negative.btn-tertiary:disabled {
  color: var(--text-negative-level-1-color);
  background: var(--action-tertiary-negative-default-color);
  opacity: 0.4;
}

.gen-cookie-notice .btn-ghost.gen-cookie-notice-btn.gen-cookie-notice-btn-primary,
.btn-negative.btn-ghost {
  color: var(--text-negative-level-1-color);
  background: transparent;
}

.gen-cookie-notice .btn-ghost.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:hover,
.btn-negative.btn-ghost:hover {
  color: var(--text-negative-level-1-color);
  background: var(--action-ghost-negative-hover-color);
}

.gen-cookie-notice .btn-ghost.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:active,
.btn-negative.btn-ghost:active {
  color: var(--text-negative-level-1-color);
  background: var(--action-ghost-negative-pressed-color);
}

.gen-cookie-notice .btn-ghost.gen-cookie-notice-btn.gen-cookie-notice-btn-primary:disabled,
.btn-negative.btn-ghost:disabled {
  color: var(--text-negative-level-1-color);
  background: transparent;
  opacity: 0.4;
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a,
#popup-behorighet .popup-inner .popup-close,
.listing-pagination .page-numbers.prev,
.listing-pagination .page-numbers.next,
.module-gk-listing .listing-item-read-more a,
.gform_wrapper button.gform_button_select_files,
.gform_wrapper button.gform_delete_file,
.btn-small {
  padding: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a::after,
#popup-behorighet .popup-inner .popup-close::after,
.listing-pagination .page-numbers.prev::after,
.listing-pagination .page-numbers.next::after,
.module-gk-listing .listing-item-read-more a::after,
.gform_wrapper button.gform_button_select_files::after,
.gform_wrapper button.gform_delete_file::after,
.btn-small::after {
  font-family: "Font Awesome 6 Pro";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: normal;
}

.menu-negative #main-header .menu-item.header-btn-negative a {
  padding: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 140%;
  color: var(--text-main-level-1-color);
  letter-spacing: 0;
  background: var(--action-primary-negative-default-color);
}

.menu-negative #main-header .menu-item.header-btn-negative a::after {
  display: none;
}

.menu-negative #main-header .menu-item.header-btn-negative a:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.menu-negative #main-header .menu-item.header-btn-negative a:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

/* Spinn loader */

@keyframes spinn-loader {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.gform_wrapper {
  position: relative;
}

.gform_wrapper form {
  position: relative;
  transition: all 0.2s ease-in-out;
}

.gform_wrapper button {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-default-color);
}

.gform_wrapper button.gform_delete_file::after {
  display: none;
}

.gform_wrapper button.gform_previous_button::before {
  margin-right: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Font Awesome 6 Pro";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: normal;
  content: "\f177";
}

.gform_wrapper button.gform_previous_button::after {
  display: none;
}

.gform_wrapper button.gt-disabled-input {
  color: var(--text-main-level-1-color);
  pointer-events: none;
  background: var(--action-primary-negative-default-color);
  opacity: 0.4;
}

.gform_wrapper button:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.gform_wrapper button:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

.gfield_fileupload_progress + .gform_delete_file {
  margin-left: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.ginput_preview_list {
  margin-top: 10px;
}

.ginput_preview {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 700;
  color: var(--text-main-primary-accent-color);
}

.ginput_preview::before {
  margin-right: 3px;
  font-family: "Font Awesome 6 Pro";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 900;
  line-height: normal;
  content: "\f15b";
}

.ginput_preview + .ginput_preview {
  margin-top: 10px;
}

.gform_fields {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0;
}

.gfield {
  width: 100%;
  margin-top: 0;
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  list-style-type: none;
}

.gfield .gform_fileupload_rules {
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.gfield:last-child {
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

fieldset {
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  border: none;
}

:is(legend, label) {
  display: block;
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: normal;
  color: var(--text-main-level-1-color);
}

.hidden_label :is(legend, label) {
  display: none;
}

.gfield :is(legend, label) a {
  font-weight: 400;
}

.ginput_container {
  position: relative;
}

.gfield--type-fileupload .gform-field-label {
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gfield--type-fileupload .gform_drop_instructions {
  margin-right: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gfield--type-fileupload .ginput_container_fileupload .gfield_description {
  display: block;
  font-style: italic;
}

.gfield--type-fileupload .gfield_description {
  display: none;
}

.oh-crm-additional-files-form .gfield--type-html {
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gfield--input-type-consent .gfield_consent_label {
  margin-bottom: 0;
}

.gfield--input-type-consent > .gfield_label {
  display: none;
}

.gt-tooltip-form .gfield_label {
  position: relative;
  display: inline-flex;
}

.gt-tooltip-form .gfield_description {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.gt-tooltip-icon {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin-left: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-size: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  color: var(--text-negative-level-1-color);
  cursor: pointer;
  background: var(--control-main-active-color);
  border-radius: 50%;
}

.gt-tooltip-icon::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\3f";
}

.gt-tooltip-icon:hover {
  background: var(--action-secondary-main-hover-color);
}

.gt-tooltip-icon:hover + .gt-tooltip {
  visibility: visible;
  opacity: 1;
}

.gt-tooltip {
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  z-index: 2;
  width: -moz-max-content;
  width: max-content;
  max-width: 200px;
  padding: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
  line-height: 140%;
  color: var(--text-negative-level-1-color);
  letter-spacing: 0;
  visibility: hidden;
  background: #333;
  border-radius: 5px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .gt-tooltip {
    top: auto;
    bottom: calc(100% + 10px);
    left: 0;
    transform: none;
  }
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  display: block;
  width: 100%;
  padding: max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(15px, calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  margin: 0;
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 140%;
  color: var(--text-main-level-1-color);
  background: var(--control-main-background-color);
  border: 1px solid var(--control-main-border-default-color);
  border-radius: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  box-shadow: none;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: var(--text-main-level-4-color);
}

input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
textarea::placeholder,
select::placeholder {
  color: var(--text-main-level-4-color);
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):hover,
textarea:hover,
select:hover {
  border-color: var(--control-main-border-hover-color);
  outline: none;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
textarea:focus,
select:focus {
  border-color: var(--control-main-active-color);
  outline: none;
}

textarea {
  --height: calc(100px * var(--scale-ratio) + (100 - 100 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: var(--height);
  min-height: var(--height);
  resize: none;
}

.gfield_required {
  display: none;
}

.ginput_container_select {
  position: relative;
}

.ginput_container_select::after {
  position: absolute;
  top: 50%;
  right: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Font Awesome 6 Pro";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  color: var(--text-main-level-1-color);
  pointer-events: none;
  content: "\f107";
  transform: translateY(-50%);
}

/* clears the ‘X’ from Chrome */

input[type=search]:-webkit-search-decoration,
input[type=search]:-webkit-search-cancel-button,
input[type=search]:-webkit-search-results-button,
input[type=search]:-webkit-search-results-decoration {
  display: none;
}

:is(.gfield_radio, .gfield_checkbox) :is(li, div) {
  position: relative;
  margin-bottom: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  list-style: none;
}

input[type=checkbox] + label::before {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 6 Pro";
  font-size: 0;
  font-weight: 900;
  color: var(--text-negative-level-1-color);
  text-align: center;
  content: "\f00c";
  background: var(--control-main-background-color);
  border-radius: calc(2px * var(--scale-ratio) + (2 - 2 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  transform-origin: center;
}

input[type=checkbox]:checked + label::before {
  font-size: calc(14px * var(--scale-ratio) + (14 - 14 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  background: var(--control-main-active-color);
  border-color: var(--control-main-active-color);
}

input[type=checkbox]:focus + label::before {
  border-color: var(--control-main-active-color);
}

input[type=radio] + label::before {
  content: "";
  border-radius: 100%;
}

input[type=radio] + label:hover::before {
  border-color: var(--control-main-active-color);
  border-width: calc(6px * var(--scale-ratio) + (6 - 6 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

input[type=radio]:is(:checked, :focus) + label::before {
  border-color: var(--control-main-active-color);
  border-width: calc(6px * var(--scale-ratio) + (6 - 6 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

input:is([type=checkbox], [type=radio]) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

input:is([type=checkbox], [type=radio]) + label {
  position: relative;
  display: block;
  min-height: calc(18px * var(--scale-ratio) + (18 - 18 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  padding-left: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin-left: 0;
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
}

input:is([type=checkbox], [type=radio]) + label::before {
  position: absolute;
  top: calc(50%px * var(--scale-ratio) + (50% - 50% * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  left: 0;
  box-sizing: border-box;
  width: calc(18px * var(--scale-ratio) + (18 - 18 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(18px * var(--scale-ratio) + (18 - 18 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  padding: 0;
  line-height: 1;
  cursor: pointer;
  background-color: var(--control-main-background-color);
  border: 1px solid var(--control-main-border-default-color);
  transition: all 0.2s ease-in-out;
}

input:is([type=radio]) + label::before {
  top: calc(2.5px * var(--scale-ratio) + (2.5 - 2.5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  left: 0;
  transform: translateY(0);
}

.gform_footer {
  text-align: right;
}

.gform_footer [type=submit] {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-default-color);
}

.gform_footer [type=submit]:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.gform_footer [type=submit]:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

@media (min-width: 768px) {
  .input-half {
    width: calc(50% - calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120) / 2);
  }
}

.gfield_visibility_hidden {
  display: none;
}

.gfield_visibility_hidden.gt-oh-crm-error-visible {
  display: block;
}

.ginput_container_consent .gfield_consent_label {
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.ginput_container_consent .gfield_consent_label a {
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

/**
    [ === Form submitting ===
**/

.gform_ajax_spinner {
  display: none;
}

.submitting::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: calc(40px * var(--scale-ratio) + (40 - 40 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  color: var(--control-main-active-color);
  content: "\f110";
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: spinn-loader 0.5s linear infinite;
}

.submitting form {
  opacity: 0.4;
}

/**
    === End Form submitting === ]
**/

/**
    [ === Validation ===
**/

.validation_message {
  padding: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin-top: 5px;
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 140%;
  color: var(--error-main-text-color);
  background-color: var(--error-main-background-color);
  border: none;
  border-radius: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.validation_message::before {
  position: relative;
  top: 1px;
  margin-right: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Font Awesome 6 Pro";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  content: "\f057";
}

.gform_confirmation_message {
  font-size: max(16px, calc(25px * var(--scale-ratio)) + (25 - calc(25 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 600;
}

.gform_validation_error .gform_submission_error {
  margin-bottom: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  color: var(--error-main-text-color);
}

.gform_validation_error .gfield_error .validation_message {
  margin-top: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  color: var(--error-main-text-color);
}

.gform_validation_error .gfield_error input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.gform_validation_error .gfield_error textarea,
.gform_validation_error .gfield_error select {
  margin-bottom: 0;
  border-color: var(--error-main-text-color);
}

.gform_validation_error .gfield_error:is(label, .gfield_radio, .gfield_checkbox) {
  color: var(--error-main-text-color);
}

/**
    === End Validation === ]
**/

.ui-datepicker {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--background-main-level-1-color);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  box-shadow: 0 10px 20px rgba(14, 17, 22, 0.24);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  display: flex;
  gap: 0.2em;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 140%;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled,
.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  pointer-events: none;
  opacity: 0.4;
}

.ui-datepicker .ui-datepicker-prev::before {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8em;
  font-weight: 900;
  content: "\f104";
}

.ui-datepicker .ui-datepicker-next::after {
  font-family: "Font Awesome 6 Pro";
  font-size: 0.8em;
  font-weight: 900;
  content: "\f105";
}

.ui-datepicker .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
}

.ui-datepicker .ui-datepicker-header a {
  color: var(--action-tertiary-negative-default-color);
}

.ui-datepicker .ui-datepicker-header a:hover {
  color: var(--text-main-secondary-accent-color);
  text-decoration-color: transparent;
}

.ui-datepicker .ui-datepicker-header a:active {
  color: var(--action-tertiary-negative-pressed-color);
}

.ui-datepicker .ui-datepicker-title {
  display: grid;
  flex-basis: 100%;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (max-width: 349.98px) {
  .ui-datepicker .ui-datepicker-title {
    grid-template-columns: 1fr;
  }
}

.ui-datepicker .ui-datepicker-calendar {
  text-align: center;
}

.ui-datepicker .ui-datepicker-calendar thead {
  font-size: 0.8em;
}

.ui-datepicker .ui-datepicker-calendar tbody td {
  padding: 0.2em;
  line-height: 1.1;
}

.ui-datepicker .ui-datepicker-calendar tbody a {
  position: relative;
  color: var(--action-tertiary-negative-default-color);
  isolation: isolate;
}

.ui-datepicker .ui-datepicker-calendar tbody a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1.35em;
  height: 1.35em;
  content: "";
  background-color: var(--action-ghost-main-hover-color);
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-calendar tbody a:hover {
  color: var(--text-main-secondary-accent-color);
  text-decoration-color: transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-hover::before {
  opacity: 1;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-active {
  pointer-events: none;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-active::before {
  background-color: var(--action-primary-main-default-color);
  opacity: 1;
}

.ui-datepicker .ui-datepicker-calendar tbody .ui-state-disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.4;
}

.ui-datepicker.gravity-theme {
  padding: 1rem;
}

.contact-form .gfield--type-textarea {
  margin-bottom: 10px;
}

.contact-form textarea {
  height: calc(89px * var(--scale-ratio) + (89 - 89 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin-bottom: 0;
}

#oh-spinner-container {
  display: none;
}

#oh-spinner-container.active {
  display: block;
}

#oh-spinner-container::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: calc(40px * var(--scale-ratio) + (40 - 40 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  color: var(--control-main-active-color);
  content: "\f110";
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: spinn-loader 0.5s linear infinite;
}

.search #header {
  background-color: var(--background-main-primary-accent-color);
  position: relative;
}

.search #header #main-header #logo-negative {
  display: block;
}

.search #header #main-header #logo {
  display: none;
}

.search #main {
  min-height: 75vh;
}

.gt-search-container {
  padding-bottom: calc(2 * calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120));
}

.gt-search-container::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120);
  transform: translate(-50%, 0);
  width: calc(var(--box-width) - (20px + (140 - 20) * (var(--box-width) - 320px) / 1120) * 2);
  border-bottom: 1px solid var(--background-main-level-5-color, #d1d5db);
}

.error404 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  min-height: 100vh;
}

.error404 main .section {
  width: 100%;
  padding: max(20vh, calc(35px + (70 - 35) * (var(--box-width) - 320px) / 1120)) 0;
}

.error404 #footer {
  margin-top: auto;
}

.hero-subpage,
.hero-home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(500px + (703 - 500) * (var(--box-width) - 320px) / 1120);
  padding-top: 150px;
  padding-bottom: 100px;
}

.hero-subpage::before,
.hero-home::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

@media (max-width: 575.98px) {
  .hero-subpage,
  .hero-home {
    min-height: min(70vh, 500px);
    padding-top: 110px;
    padding-bottom: 70px;
  }
}

.hero-subpage {
  padding-bottom: calc(70px * var(--scale-ratio) + (70 - 70 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  min-height: calc(400px + (433px - 400) * (var(--box-width) - 320px) / 1120);
}

.blurb-image {
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.section-banner-green {
  padding: 0;
}

.section-banner-green .row {
  padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) 0;
}

.blurb-banner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.blurb-banner .blurb-text {
  text-align: center;
}

.blurb-banner .blurb-icon-container {
  line-height: 1;
}

.blurb-banner .icon {
  color: var(--text-negative-primary-accent-color);
}

@media (max-width: 575.98px) {
  .blurb-banner {
    align-items: baseline;
  }
}

.row-blurb-how-it-works {
  counter-reset: blurb-counter;
}

.row-blurb-how-it-works .blurb-heading {
  display: flex;
  align-items: center;
}

.row-blurb-how-it-works .blurb-heading::before {
  counter-increment: blurb-counter;
  content: counter(blurb-counter);
  flex: 0 0 calc(38px * var(--scale-ratio) + (38 - 38 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  width: calc(38px * var(--scale-ratio) + (38 - 38 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(38px * var(--scale-ratio) + (38 - 38 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--text-negative-level-1-color);
  background-color: var(--text-main-primary-accent-color);
  margin-right: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.blurb-how-it-works .blurb-image {
  padding-top: 63.89%;
}

.blurb-how-it-works img {
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.blurb-team .blurb-image.has-bg-image {
  padding-top: 100%;
}

.blurb-team .blurb-image.has-bg-image img {
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.blurb-team .gt-blurb-content-wrapper {
  padding: 0 calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.blurb-contact-info {
  display: flex;
  align-items: center;
  gap: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.blurb-contact-info .blurb-icon-container {
  color: var(--text-main-level-5-color);
  flex: 0 0 calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  display: flex;
  justify-content: center;
}

.blurb-contact-info .blurb-text p:not(:last-child) {
  margin-bottom: 5px;
}

.blurb-contact-info .blurb-text strong {
  font-weight: 400;
}

.blurb-contact-info .icon {
  font-size: max(16px, calc(25px * var(--scale-ratio)) + (25 - calc(25 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

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

.blurb-center .blurb-icon-container {
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.blurb-center .icon {
  font-size: max(16px, calc(48px * var(--scale-ratio)) + (48 - calc(48 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  color: var(--text-main-primary-accent-color);
}

.module-listing .listing-filter-wrapper {
  margin-bottom: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
}

.module-listing .listing-post {
  transition: opacity 0.2s ease-in-out;
}

.module-listing.loading .listing-items-wrapper::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: calc(40px * var(--scale-ratio) + (40 - 40 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  color: var(--action-primary-main-default-color);
  content: "\f110";
  animation: spinn-loader 0.5s linear infinite;
}

.module-listing.loading .listing-items-wrapper .listing-post {
  opacity: 0.3;
}

.module-gk-listing .listing-filter-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(240px, 33.33% - calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120)), 1fr));
  grid-gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

.module-gk-listing .listing-search-wrapper {
  order: 1;
}

.module-gk-listing .listing-filter-taxonomy {
  order: 2;
}

.module-gk-listing .listing-items-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(240px, 33.33% - calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120)), 1fr));
  grid-gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

.module-gk-listing .listing-post {
  position: relative;
}

.module-gk-listing .listing-post .listing-post-inner {
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  background-color: var(--background-main-level-2-color);
  transition: background-color 0.2s ease-in-out;
}

.module-gk-listing .listing-post .listing-post-inner:hover {
  background-color: var(--action-tertiary-main-hover-color);
}

.module-gk-listing .listing-post .listing-post-inner:active {
  background-color: var(--action-tertiary-main-pressed-color);
}

.module-gk-listing .listing-post a {
  text-decoration: none;
}

.module-gk-listing .listing-post .listing-item-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.module-gk-listing .listing-item-terms {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  position: absolute;
  top: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  left: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  z-index: 1;
}

.module-gk-listing .listing-item-term {
  background-color: var(--tag-background-1-color);
  color: var(--tag-text-1-color);
  padding: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-radius: 50px;
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 140%;
}

.module-gk-listing .gt-listing-item-text-wrapper {
  padding: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.module-gk-listing .listing-item-image-wrapper.has-bg-image {
  padding-top: 52.78%;
}

.module-gk-listing .listing-item-image-wrapper.has-bg-image img {
  border-top-left-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-top-right-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.module-gk-listing .listing-item-excerpt {
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 140%;
}

.module-gk-listing .listing-item-read-more a {
  margin-top: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-default-color);
}

.module-gk-listing .listing-item-read-more a:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.module-gk-listing .listing-item-read-more a:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

.gt-faq-listing .listing-filter-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(max(240px, 50% - calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120)), 1fr));
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

.gt-faq-listing .listing-filter-wrapper .listing-search-wrapper {
  order: 1;
}

.gt-faq-listing .listing-filter-wrapper .listing-filter-taxonomy {
  order: 2;
}

.gt-faq-listing .listing-post {
  background-color: var(--action-tertiary-main-default-color);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  position: relative;
}

.gt-faq-listing .listing-post:not(:last-child) {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-faq-listing .gt-faq-listing-item-header {
  margin-bottom: 0;
  padding: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(74px * var(--scale-ratio) + (74 - 74 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-faq-listing .gt-faq-listing-item-inner-content {
  padding: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  cursor: default;
}

.gt-faq-listing .gt-faq-listing-item-icon {
  position: absolute;
  right: calc(22.5px * var(--scale-ratio) + (22.5 - 22.5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  top: calc(17px + (20 - 17) * (var(--box-width) - 320px) / 1120);
  font-weight: 900;
  font-size: max(16px, calc(25px * var(--scale-ratio)) + (25 - calc(25 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  color: var(--action-tertiary-negative-default-color);
}

.gt-faq-listing .gt-faq-listing-item-icon:before {
  display: inline-block;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f107";
  font-style: normal;
}

.gt-faq-listing .listing-pagination {
  text-align: center;
  margin-top: calc(78px * var(--scale-ratio) + (78 - 78 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-faq-listing .listing-load-more-btn {
  color: var(--text-main-level-1-color);
}

.gt-faq-listing .listing-load-more-btn:after {
  font-family: "Font Awesome 6 Pro";
  content: "\2b";
  font-weight: 900;
}

.gt-faq-listing .listing-load-more-btn:hover {
  color: var(--text-main-level-1-color);
}

.module-listing .terms-dropdown {
  align-items: flex-end;
  display: flex;
}

@media (max-width: 1049px) {
  .module-listing .terms-dropdown {
    max-width: 100%;
  }
}

.module-listing .terms-dropdown .dropdown-wrapper {
  position: relative;
}

.module-listing .terms-dropdown .dropdown-inner {
  width: 100%;
}

.module-listing .terms-dropdown .dropdown-label {
  display: flex;
  align-items: center;
  padding: max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(20px, calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(15px, calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  cursor: pointer;
  font-family: "Poppins";
  font-weight: 300;
  line-height: 140%;
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  letter-spacing: 0;
  color: var(--text-main-level-1-color);
  background: var(--control-main-background-color);
  border: 1px solid var(--input-border-color, var(--control-main-border-default-color));
  border-radius: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  transition: all 0.2s ease-in-out;
}

.module-listing .terms-dropdown .dropdown-label:hover {
  border-color: var(--control-main-border-hover-color);
}

.module-listing .terms-dropdown .dropdown-label:before {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
  font-weight: inherit;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  content: attr(data-term);
}

.module-listing .terms-dropdown .dropdown-label::after {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  display: inline-flex;
  margin-left: auto;
  color: var(--text-main-level-1);
  inset: initial;
  transition: all 0.2s ease-in-out;
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
}

.module-listing .terms-dropdown .filter-dropdown {
  z-index: 100;
  padding: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--control-main-background-color);
  border-radius: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 10px 20px rgba(14, 17, 22, 0.24);
  margin-top: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.module-listing .terms-dropdown .filter-dropdown a {
  display: flex;
  gap: calc(14px * var(--scale-ratio) + (14 - 14 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  align-items: center;
  padding: calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin: 0;
  font-family: "Poppins";
  font-weight: 300;
  line-height: 140%;
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  letter-spacing: 0;
  hyphens: auto;
  color: var(--text-main-level-1);
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s ease-in-out;
}

.module-listing .terms-dropdown .filter-dropdown a::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(16px * var(--scale-ratio) + (16 - 16 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(16px * var(--scale-ratio) + (16 - 16 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-size: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  color: var(--text-negative-level-1-color);
  content: "\f00c";
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--control-main-background-color);
  border: 1px solid var(--control-main-border-default-color);
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
}

.module-listing .terms-dropdown .filter-dropdown a:hover {
  background-color: var(--action-ghost-main-hover-color);
}

.module-listing .terms-dropdown .filter-dropdown a:active {
  background-color: var(--action-ghost-main-pressed-color);
}

.module-listing .terms-dropdown .filter-dropdown a.current-listing-filter::before {
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  background-color: var(--control-main-active-color);
  border-color: var(--control-main-active-color);
}

.module-listing .terms-dropdown .open .dropdown-label:after {
  transform: scaleY(-1);
}

.module-listing .terms-dropdown .open .filter-dropdown {
  visibility: visible;
  opacity: 1;
}

.module-listing .terms-dropdown .open .dropdown-label {
  border-color: var(--control-main-active-color);
}

.listing-search-form {
  position: relative;
}

.listing-search-form .search-input-wrapper {
  position: relative;
}

.listing-search-form .search-input-wrapper::before {
  content: "\f002";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(19px * var(--scale-ratio) + (19 - 19 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  bottom: unset;
  color: var(--text-main-level-4-color);
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.listing-search-form .search-input-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  padding-left: calc(49px * var(--scale-ratio) + (49 - 49 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.listing-search-btn {
  position: absolute;
  right: calc(14px * var(--scale-ratio) + (14 - 14 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  bottom: calc(13px * var(--scale-ratio) + (13 - 13 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border: none;
  background-color: transparent;
  cursor: pointer;
}

.listing-search-btn::before {
  content: "\e331";
  font-family: "Font Awesome 6 Sharp";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 900;
  line-height: 1;
  color: var(--text-main-level-1-color);
}

.listing-pagination.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: calc(68px * var(--scale-ratio) + (68 - 68 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  gap: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.listing-pagination .page-numbers.prev,
.listing-pagination .page-numbers.next {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-default-color);
}

.listing-pagination .page-numbers.prev:hover,
.listing-pagination .page-numbers.next:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.listing-pagination .page-numbers.prev:active,
.listing-pagination .page-numbers.next:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

.listing-pagination .page-numbers:not(.prev, .next) {
  position: relative;
  padding: 0;
  width: calc(44px * var(--scale-ratio) + (44 - 44 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(44px * var(--scale-ratio) + (44 - 44 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
  color: var(--text-main-level-1-color);
  font-weight: 400;
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 110%;
}

.listing-pagination .page-numbers:not(.prev, .next):hover,
.listing-pagination .page-numbers:not(.prev, .next).current {
  background-color: var(--action-tertiary-main-default-color);
  text-decoration-color: transparent;
}

.listing-pagination .page-numbers.prev::before {
  content: "\f177";
  left: 0;
  font-family: "Font Awesome 6 Pro";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.listing-pagination .page-numbers.prev::after {
  display: none;
}

.row-contact-info .col {
  padding: calc(20px + (60 - 20) * (var(--box-width) - 320px) / 1120) calc(20px + (80 - 20) * (var(--box-width) - 320px) / 1120);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  background-color: var(--background-main-level-1-color);
}

.row-partner-logos .col {
  display: flex;
  flex-wrap: wrap;
  grid-gap: calc(30px + (60 - 30) * (var(--box-width) - 320px) / 1120) calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
  justify-content: space-evenly;
}

@media (max-width: 767.98px) {
  .row-partner-logos .col {
    grid-template-columns: repeat(auto-fill, minmax(max(120px, 33.33% - calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120)), 1fr));
  }
}

@media (max-width: 767.98px) {
  .row-partner-logos .col {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(max(150px, 25% - calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120)), 1fr));
  }
}

.row-partner-logos .module-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(25% - 40px);
  padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px + (40 - 20) * (var(--box-width) - 320px) / 1120);
  padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120);
}

.row-partner-logos .module-image img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100px * var(--scale-ratio) + (100 - 100 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  filter: grayscale(1);
}

@media (max-width: 991.98px) {
  .row-partner-logos .module-image {
    width: calc(33% - 40px);
  }
}

@media (max-width: 767.98px) {
  .row-partner-logos .module-image {
    width: 100%;
    padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px + (40 - 20) * (var(--box-width) - 320px) / 1120);
  }
}

.row-partner-logos [class^=module-] + [class^=module-] {
  margin: 0;
}

.row-cta-yellow,
.row-cta {
  padding: calc(25px + (60 - 25) * (var(--box-width) - 320px) / 1120);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  max-width: 100%;
}

.row-cta-yellow .col,
.row-cta .col {
  display: flex;
  flex-wrap: wrap;
  gap: calc(40px * var(--scale-ratio) + (40 - 40 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  justify-content: space-between;
  align-items: center;
}

.row-cta-yellow .module-text:first-child,
.row-cta .module-text:first-child {
  flex: 1 1 70%;
}

.row-cta-yellow {
  background-color: var(--background-negative-secondary-accent-color);
}

.row-cta-yellow [class^=module-] + [class^=module-],
.row-cta [class^=module-] + [class^=module-] {
  margin: 0;
}

@media (max-width: 991.98px) {
  .row-contact {
    flex-direction: column;
  }

  .row-contact .col {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .row-diagram {
    row-gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

@media (max-width: 991.98px) {
  .privacy-content-row .offset-r-2,
  .privacy-content-row .offset-l-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .privacy-content-row .col {
    width: 100%;
  }
}

/**
    [ === Header ===
**/

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  max-width: none;
}

#header [class^=module-] {
  margin-top: 0;
}

.single-gk_knowledgebank #main-header,
.menu-green,
:where(.menu-negative, .search) #main-header,
#main-header {
  position: relative;
  padding: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) 0;
  transition: all 0.2s ease-in-out;
}

.menu-green > .row,
#main-header > .row {
  flex-wrap: nowrap;
  gap: normal normal;
  align-items: center;
  justify-content: space-between;
  width: calc(var(--box-width) - (20px + (60 - 20) * (var(--box-width) - 320px) / 1120) * 2);
  padding: 0;
}

.menu-green > .row > .col:last-child,
#main-header > .row > .col:last-child {
  text-align: right;
}

@media (max-width: 767.98px) {
  .menu-green > .row > .col,
  #main-header > .row > .col {
    grid-column: span 6;
  }
}

.menu-green .menu,
#main-header .menu {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px + (60 - 10) * (var(--box-width) - 320px) / 1120);
  align-items: center;
  justify-content: flex-end;
}

.menu-green .menu-item,
.menu-green .menu-item,
#main-header .menu-item {
  display: inline-flex;
  margin-bottom: 0;
}

.menu-green .menu-item a,
.menu-green .menu-item a,
#main-header .menu-item a {
  display: block;
  padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) 0;
  font-family: "Poppins";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 110%;
  color: var(--text-main-level-1-color);
  text-decoration: none;
  letter-spacing: 0;
}

.menu-green .menu-item a:hover,
.menu-green .menu-item a:hover,
#main-header .menu-item a:hover {
  color: var(--action-primary-main-default-color);
}

.menu-negative .menu-green .menu-item a:hover,
.menu-negative #main-header .menu-item a:hover {
  color: var(--action-ghost-main-hover-color);
}

.menu-green .menu-item a:active,
.menu-green .menu-item a:active,
#main-header .menu-item a:active {
  color: var(--action-primary-main-hover-color);
}

.menu-negative .menu-green .menu-item a:active,
.menu-negative #main-header .menu-item a:active {
  color: var(--action-ghost-main-pressed-color);
}

.menu-green .menu-item .sub-menu,
.menu-green .menu-item .sub-menu,
#main-header .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: calc(0px - (15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  width: -moz-max-content;
  width: max-content;
  min-width: calc(100px + (230 - 100) * (var(--box-width) - 320px) / 1120);
  padding: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) 0;
  text-align: left;
  visibility: hidden;
  background: var(--background-main-level-1-color);
  border-radius: 0.5em;
  box-shadow: 0 calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) rgba(14, 17, 22, 0.24);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.menu-green .menu-item .sub-menu li,
.menu-green .menu-item .sub-menu li,
#main-header .menu-item .sub-menu li {
  display: block;
}

.menu-green .menu-item .sub-menu li a,
#main-header .menu-item .sub-menu li a {
  margin: 0;
  padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  color: var(--text-main-level-1-color);
  display: flex;
  align-items: center;
  gap: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.menu-green .menu-item .sub-menu li a:hover,
#main-header .menu-item .sub-menu li a:hover {
  color: var(--text-main-level-5-color);
}

.menu-green .menu-item.menu-item-has-children > a,
.menu-green .menu-item.menu-item-has-children > a,
#main-header .menu-item.menu-item-has-children > a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.menu-green .menu-item.menu-item-has-children > a > .menu-arrow,
#main-header .menu-item.menu-item-has-children > a > .menu-arrow {
  display: flex;
  align-items: center;
  margin-left: calc(8px * var(--scale-ratio) + (8 - 8 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
}

.menu-green .menu-item.menu-item-has-children > a > .menu-arrow i,
#main-header .menu-item.menu-item-has-children > a > .menu-arrow i {
  font-weight: 400;
}

.menu-green .menu-item.menu-item-has-children:hover > a,
#main-header .menu-item.menu-item-has-children:hover > a {
  color: var(--action-primary-main-default-color);
}

.menu-green .menu-item.menu-item-has-children:hover .sub-menu,
#main-header .menu-item.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.menu-green .menu-item.pll-parent-menu-item > a,
.menu-green .menu-item.pll-parent-menu-item > a,
#main-header .menu-item.pll-parent-menu-item > a {
  display: flex;
  align-items: center;
  gap: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.menu-green .menu-item.pll-parent-menu-item > a img,
#main-header .menu-item.pll-parent-menu-item > a img {
  display: none;
}

.menu-green .menu-item.pll-parent-menu-item img,
.menu-green .menu-item.pll-parent-menu-item img,
#main-header .menu-item.pll-parent-menu-item img {
  width: calc(24px * var(--scale-ratio) + (24 - 24 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) !important;
  height: auto !important;
}

.menu-green .menu-item.pll-parent-menu-item a > span,
#main-header .menu-item.pll-parent-menu-item a > span {
  margin: 0 !important;
}

.menu-green .menu-item.current-menu-item > a,
.menu-green .menu-item.current-menu-item > a,
#main-header .menu-item.current-menu-item > a {
  color: var(--action-primary-main-default-color);
}

.menu-negative .menu-green .menu-item.current-menu-item > a,
.menu-negative #main-header .menu-item.current-menu-item > a {
  color: var(--action-tertiary-main-pressed-color);
}

.menu-green .menu-item.current-menu-item > a:hover,
#main-header .menu-item.current-menu-item > a:hover {
  color: var(--text-main-level-4-color);
}

.menu-negative .menu-green .menu-item.current-menu-item > a:hover,
.menu-negative #main-header .menu-item.current-menu-item > a:hover {
  color: var(--action-tertiary-main-hover-color);
}

.menu-green .menu-item.current-menu-item > a:active,
#main-header .menu-item.current-menu-item > a:active {
  color: var(--text-main-level-4-color);
}

.menu-negative .menu-green .menu-item.current-menu-item > a:active,
.menu-negative #main-header .menu-item.current-menu-item > a:active {
  color: var(--action-ghost-main-default-color);
}

.menu-green .menu-item.header-btn-negative.header-btn-small,
.menu-green .menu-item.header-btn-negative.header-btn-small,
#main-header .menu-item.header-btn-negative.header-btn-small {
  height: -moz-fit-content;
  height: fit-content;
}

.menu-green .menu-item.header-btn-negative.header-btn-small::after,
#main-header .menu-item.header-btn-negative.header-btn-small::after {
  display: none;
}

.menu-green .menu-item.header-btn-negative.header-btn-small a,
#main-header .menu-item.header-btn-negative.header-btn-small a {
  padding: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 140%;
  color: var(--text-main-level-1-color);
  letter-spacing: 0;
  background: var(--action-primary-negative-default-color);
}

.menu-green .menu-item.header-btn-negative.header-btn-small a::after,
#main-header .menu-item.header-btn-negative.header-btn-small a::after {
  display: none;
}

.menu-green .menu-item.header-btn-negative.header-btn-small a:hover,
#main-header .menu-item.header-btn-negative.header-btn-small a:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.menu-green .menu-item.header-btn-negative.header-btn-small a:active,
#main-header .menu-item.header-btn-negative.header-btn-small a:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

@media (max-width: 1269px) {
  .menu-green .module-menu,
  #main-header .module-menu {
    display: none;
  }
}

.single-gk_knowledgebank #main-header .menu-item a,
.menu-green .menu-item a,
:where(.menu-negative, .search) #main-header .menu-item a {
  color: var(--text-negative-level-1-color);
}

.single-gk_knowledgebank #main-header .menu-item a:hover,
.menu-green .menu-item a:hover,
:where(.menu-negative, .search) #main-header .menu-item a:hover {
  color: var(--text-main-level-5-color);
}

.single-gk_knowledgebank #main-header .menu-item a:active,
.menu-green .menu-item a:active,
:where(.menu-negative, .search) #main-header .menu-item a:active {
  color: var(--action-ghost-main-pressed-color);
}

.single-gk_knowledgebank #main-header .current_page_item a,
.menu-green .current_page_item a,
:where(.menu-negative, .search) #main-header .current_page_item a {
  color: var(--action-tertiary-main-pressed-color);
}

.single-gk_knowledgebank #main-header .current_page_item a:hover,
.menu-green .current_page_item a:hover,
:where(.menu-negative, .search) #main-header .current_page_item a:hover {
  color: var(--action-tertiary-main-hover-color);
}

.single-gk_knowledgebank #main-header,
.menu-green {
  background-color: var(--background-main-primary-accent-color);
}

#logo-negative,
#logo {
  position: relative;
  z-index: 2;
  width: calc(115px + (125 - 115) * (var(--box-width) - 320px) / 1120);
}

#logo-negative :is(img, svg),
#logo :is(img, svg) {
  width: 100%;
  height: auto;
}

.menu-negative #logo-negative,
.menu-green #logo-negative,
.single-gk_knowledgebank #logo-negative,
.menu-negative #logo,
.menu-green #logo,
.single-gk_knowledgebank #logo {
  display: none;
}

#logo-negative {
  display: none;
}

#logo-negative path {
  fill: #fff;
}

.menu-negative #logo-negative,
.menu-green #logo-negative,
.single-gk_knowledgebank #logo-negative {
  display: block;
}

/**
    === End Header === ]
**/

/**
    [ === Mobile Header ===
**/

#mobile-icon {
  position: relative;
  z-index: 10;
  display: none;
  padding: calc(11px * var(--scale-ratio) + (11 - 11 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(11px * var(--scale-ratio) + (11 - 11 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(13px * var(--scale-ratio) + (13 - 13 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  cursor: pointer;
  background: var(--action-ghost-main-default-color);
  border-radius: calc(8px * var(--scale-ratio) + (8 - 8 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#mobile-icon .mobile-icon-inner {
  line-height: 1;
}

#mobile-icon .mobile-dashes {
  --height: 2px;
  position: relative;
  display: inline-block;
  width: calc(20px + (26 - 20) * (var(--box-width) - 320px) / 1120);
  height: var(--height);
  vertical-align: middle;
  background: var(--text-main-level-1-color);
  border-radius: 50vw;
  transition: background-color 0.2s ease-in-out 0.2s;
}

#mobile-icon .mobile-dashes::before,
#mobile-icon .mobile-dashes::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: var(--height);
  content: "";
  background: var(--text-main-level-1-color);
  border-radius: 50vw;
  transition: top 0.2s ease 0.2s, transform 0.2s ease, width 0.2s ease-in-out;
}

#mobile-icon .mobile-dashes::before {
  top: calc(7px * var(--scale-ratio) + (7 - 7 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#mobile-icon .mobile-dashes::after {
  top: calc(0px - (7px * var(--scale-ratio) + (7 - 7 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
}

#mobile-icon.open {
  background: var(--action-ghost-negative-hover-color);
}

#mobile-icon.open .mobile-dashes {
  background: none;
  transition: background-color 0s ease 0.2s;
}

#mobile-icon.open .mobile-dashes::before,
#mobile-icon.open .mobile-dashes::after {
  top: 0;
  background: var(--text-constant-dark-level-1-color);
  transition: top 0.2s ease, transform 0.2s ease 0.2s;
}

#mobile-icon.open .mobile-dashes::before {
  transform: rotate(45deg);
}

#mobile-icon.open .mobile-dashes::after {
  transform: rotate(-45deg);
}

#mobile-icon:not(.open):hover .mobile-dashes::before {
  width: 90%;
}

#mobile-icon:not(.open):hover .mobile-dashes::after {
  width: 70%;
}

@media (max-width: 1269px) {
  #mobile-icon {
    display: inline-block;
  }
}

#mobile-menu {
  padding: 0;
}

#mobile-menu .mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

#mobile-menu .mobile-navigation {
  position: absolute;
  top: calc(0px - (12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  right: calc(20px + (140 - 20) * (var(--box-width) - 320px) / 1120);
  width: calc(100% - (40px + (60 - 40) * (var(--box-width) - 320px) / 1120));
  max-width: calc(300px + (400 - 300) * (var(--box-width) - 320px) / 1120);
  max-height: 80vh;
  padding: calc(8px * var(--scale-ratio) + (8 - 8 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) 0 calc(16px * var(--scale-ratio) + (16 - 16 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  overflow: auto;
  visibility: hidden;
  background: var(--background-main-level-1-color);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  box-shadow: 0 calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) rgba(15, 14, 11, 0.24);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: translateY(15px);
}

#mobile-menu .mobile-navigation > .row {
  margin: 0;
}

#mobile-menu .mobile-navigation > .row > .column {
  padding: 0;
}

#mobile-menu .mobile-navigation .column-inner {
  width: 100%;
  padding: calc(80px + (100 - 80) * (var(--box-width) - 320px) / 1120) calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#mobile-menu.open .mobile-overlay {
  visibility: visible;
  opacity: 1;
}

#mobile-menu.open .mobile-navigation {
  visibility: visible;
  opacity: 1;
  transform: none;
}

#mobile-menu .menu-item {
  display: block;
  padding: 0;
  margin-bottom: 0;
}

#mobile-menu .menu-item a {
  display: block;
  padding: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-size: max(16px, calc(20px * var(--scale-ratio)) + (20 - calc(20 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 110%;
  color: var(--text-main-level-1-color);
  text-align: center;
  text-decoration: none;
}

#mobile-menu .menu-item a:hover {
  color: var(--action-primary-main-default-color);
}

#mobile-menu .menu-item.header-btn-negative.header-btn-small a {
  justify-content: center;
  width: calc(100% - 2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  padding: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin: 0 calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Poppins";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 140%;
  color: var(--text-main-level-1-color);
  letter-spacing: 0;
  background: var(--action-primary-negative-default-color);
}

#mobile-menu .menu-item.header-btn-negative.header-btn-small a::after {
  display: none;
}

#mobile-menu .menu-item.header-btn-negative.header-btn-small a:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

#mobile-menu .menu-item.header-btn-negative.header-btn-small a:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

#mobile-menu .menu-item.pll-parent-menu-item > a img {
  display: none;
}

#mobile-menu .menu-item.pll-parent-menu-item img {
  width: calc(24px * var(--scale-ratio) + (24 - 24 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) !important;
  height: auto !important;
}

#mobile-menu .menu-item.pll-parent-menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#mobile-menu .menu-item.pll-parent-menu-item a > span {
  margin: 0 !important;
}

#mobile-menu .menu-item.menu-item-has-children > a {
  position: relative;
}

#mobile-menu .menu-item.menu-item-has-children > a > .menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 110%;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

#mobile-menu .menu-item.menu-item-has-children.opened > a > .menu-arrow {
  transform: rotateX(180deg);
}

#mobile-menu .menu-item .sub-menu {
  display: none;
  padding: 0 calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin: 0;
  list-style: none;
  background: var(--background-main-level-2-color);
}

#mobile-menu .module-search {
  padding: 0 calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

@media (min-width: 1269px) {
  #mobile-menu {
    display: none;
  }
}

.single-gk_knowledgebank #main .section:first-child {
  padding-top: calc(100px + (204 - 100) * (var(--box-width) - 320px) / 1120);
}

.single-gk_knowledgebank :is(p, ul) + :is(h2, h3, h4, h5, h6) {
  margin-top: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
}

.post-info-excerpt p {
  font-size: max(16px, calc(25px * var(--scale-ratio)) + (25 - calc(25 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  margin-bottom: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.single-gk-row-top {
  padding-bottom: calc(14px * var(--scale-ratio) + (14 - 14 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.single-gk-row-top .col {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.single-gk-row-top .col [class^=module-] + [class^=module-] {
  margin: 0;
}

.single-gk-date-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.single-gk-date-tags .post-info-date p {
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.taxonomy-gk_category ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  padding: 0;
}

.taxonomy-gk_category ul .term-text {
  list-style: none;
  margin: 0;
  background-color: var(--tag-background-1-color);
  color: var(--tag-text-1-color);
  padding: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-radius: 50px;
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 140%;
}

.single-gk-row-title .post-info-title {
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.single-gk-row-img .module-image {
  padding-top: 55.26%;
}

.single-gk-row-img .module-image img {
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.cookie-table {
  overflow: auto;
}

.cookie-table + .cookie-table {
  margin-top: calc(35px + (70 - 35) * (var(--box-width) - 320px) / 1120);
}

.cookie-table > p {
  padding-bottom: 0;
}

.cookie-table table {
  width: 100%;
  min-width: 550px;
  margin-top: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.cookie-table table :is(th, td) {
  padding: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border: 1px solid #ccc;
}

.cookie-table table tr:first-child td {
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  text-align: left;
  background: #f6f6f7;
}

.cookie-table table p {
  padding: 0;
}

.module-menu .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.module-menu .menu .menu-item-has-children {
  position: relative;
}

.section-trustpilot {
  padding: 0;
}

.row-fw-text-media,
.row-fw-media-text {
  gap: 0;
}

.row-fw-text-media .col,
.row-fw-media-text .col {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 767.98px) {
  .row-fw-text-media .col,
  .row-fw-media-text .col {
    width: 100%;
  }
}

.row-fw-text-media .module-image,
.row-fw-media-text .module-image {
  padding-top: 76.39%;
}

.row-fw-text-media .module-image img,
.row-fw-media-text .module-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.row-fw-text-media .module-text,
.row-fw-media-text .module-text {
  padding: calc(25px + (100 - 25) * (var(--box-width) - 320px) / 1120) calc(25px + (140 - 25) * (var(--box-width) - 320px) / 1120) calc(25px + (100 - 25) * (var(--box-width) - 320px) / 1120) calc(25px + (120 - 25) * (var(--box-width) - 320px) / 1120);
}

.row-fw-text-media .module-text {
  padding: calc(25px + (100 - 25) * (var(--box-width) - 320px) / 1120) calc(25px + (120 - 25) * (var(--box-width) - 320px) / 1120) calc(25px + (100 - 25) * (var(--box-width) - 320px) / 1120) calc(25px + (140 - 25) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .row-fw-text-media {
    flex-direction: column-reverse;
  }

  .row-fw-text-media .module-text {
    padding: calc(25px + (100 - 25) * (var(--box-width) - 320px) / 1120) calc(25px + (120 - 25) * (var(--box-width) - 320px) / 1120) 0 calc(25px + (140 - 25) * (var(--box-width) - 320px) / 1120);
  }
}

.timeline-divider-mod::before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: 4px dashed #f3f4f6;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.timeline-divider-mod .col {
  display: flex;
  justify-content: center;
}

.timeline-divider-mod .col .module-text {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  background-color: var(--background-main-level-1-color);
}

.img-round-corners img {
  width: 100%;
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.img-quote img {
  width: calc(94px * var(--scale-ratio) + (94 - 94 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(94px * var(--scale-ratio) + (94 - 94 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-radius: 50%;
  margin: 0 auto;
}

.img-quote + .module-text {
  margin-top: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-oh-form-wrapper .gfield--span-two .gchoice {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .gt-oh-form-wrapper .gfield--span-two .gchoice label {
    min-height: calc(max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) * 1.4 + 24px);
    margin-bottom: 0;
  }
}

.gt-oh-form-wrapper.text-light :is(legend, label) {
  color: var(--text-negative-level-1-color);
}

.gt-oh-form-wrapper .list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  background: rgba(255, 255, 255, 0.1);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  /* ul {
  	margin-top: auto;
  } */
}

.gt-oh-form-wrapper .list-card font {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.gt-oh-form-wrapper .list-card p,
.gt-oh-form-wrapper .list-card ul {
  font-size: calc(16px * var(--scale-ratio) + (16 - 16 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-oh-form-wrapper .gf_page_steps {
  position: relative;
  display: flex;
  gap: calc(38px * var(--scale-ratio) + (38 - 38 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  justify-content: center;
  padding-bottom: 64px;
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-oh-form-wrapper .gf_step {
  display: flex;
  flex-direction: column;
}

.gt-oh-form-wrapper .gf_step:not(:last-child) .gf_step_number {
  position: relative;
}

.gt-oh-form-wrapper .gf_step:not(:last-child) .gf_step_number::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: calc(38px * var(--scale-ratio) + (38 - 38 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: 2px;
  content: "";
  background-color: var(--background-negative-primary-accent-color);
  transform: translateY(-50%);
}

.gt-oh-form-wrapper .gf_step_number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50px * var(--scale-ratio) + (50 - 50 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(48px * var(--scale-ratio) + (48 - 48 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin-bottom: 0;
  color: var(--text-main-primary-accent-color);
  background-color: var(--background-negative-primary-accent-color);
  border-radius: 50%;
}

.gt-oh-form-wrapper .gf_step_label {
  position: absolute;
  bottom: 0;
  left: 0;
  grid-column: 1/4;
  width: 100%;
  margin-bottom: 0;
  color: var(--text-negative-level-1-color);
  text-align: center;
  visibility: hidden;
  opacity: 0;
}

.gt-oh-form-wrapper .gf_step_active .gf_step_number {
  color: var(--text-main-level-1-color);
  background-color: var(--text-negative-secondary-accent-color);
}

.gt-oh-form-wrapper .gf_step_active .gf_step_label {
  visibility: visible;
  opacity: 1;
}

.gt-oh-form-wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 991.98px) {
  .gt-oh-form-wrapper .gform_fields {
    display: flex;
  }
}

.gt-oh-form-wrapper .gfield {
  grid-column: span 3;
  align-self: end;
  margin-bottom: 0;
}

.gt-oh-form-wrapper .gfield--span-two {
  grid-column: span 2;
}

.gt-oh-form-wrapper .gfield--width-full {
  grid-column: 1/7;
  text-align: center;
}

.gt-oh-form-wrapper .gfield--width-full.gfield--type-text,
.gt-oh-form-wrapper .gfield--width-full.gfield--type-checkbox {
  text-align: left;
}

.gt-oh-form-wrapper .gfield_radio {
  display: flex;
  gap: calc(40px * var(--scale-ratio) + (40 - 40 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  justify-content: center;
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(15px, calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  font-family: "Poppins";
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 300;
  line-height: 140%;
  color: var(--text-main-level-1-color);
  letter-spacing: 0;
  cursor: pointer;
  background: var(--control-main-background-color);
  border: 1px solid var(--input-border-color, var(--control-main-border-default-color));
  border-radius: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  transition: all 0.2s ease-in-out;
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-head:hover {
  border-color: var(--control-main-border-hover-color);
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field .ginput_container_checkbox {
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 5px 0;
  margin-top: 5px;
  pointer-events: none;
  visibility: hidden;
  background-color: var(--background-main-level-1-color);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  box-shadow: 0 10px 20px rgba(14, 17, 22, 0.24);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transition-delay: initial;
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field .ginput_container_checkbox .gchoice {
  margin: 0;
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field .ginput_container_checkbox .gchoice label {
  padding: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(43px * var(--scale-ratio) + (43 - 43 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  margin: 0;
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  line-height: 140%;
  color: var(--text-main-level-1-color);
  cursor: pointer;
  border-radius: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  transition: all 0.2s ease-in-out;
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field .ginput_container_checkbox .gchoice label::before {
  top: 50%;
  left: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  transform: translateY(-50%);
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field .ginput_container_checkbox .gchoice label:hover {
  background-color: var(--background-main-level-2-color);
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field .ginput_container_checkbox .gchoice label:hover::before {
  border-color: var(--control-main-border-hover-color);
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field {
  position: relative;
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field.open .oh-checkbox-dropdown-head {
  border-color: var(--control-main-active-color);
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field.open .oh-checkbox-dropdown-head::after {
  transform: scaleY(-1);
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field.open .ginput_container_checkbox {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.gt-oh-form-wrapper .gfield--type-consent .gfield_label {
  display: none;
}

.gt-oh-form-wrapper .gform_page_footer {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  justify-content: center;
  margin-top: calc(40px * var(--scale-ratio) + (40 - 40 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-oh-form-wrapper .form-behorighet-godkand,
.gt-oh-form-wrapper .form-behorighet-nekad {
  padding: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

.gt-oh-form-wrapper .form-behorighet-godkand p.error-header,
.gt-oh-form-wrapper .form-behorighet-godkand p.error-text,
.gt-oh-form-wrapper .form-behorighet-nekad p.error-header,
.gt-oh-form-wrapper .form-behorighet-nekad p.error-text {
  color: var(--text-main-level-1-color);
}

.gt-oh-form-wrapper .form-behorighet-godkand p.error-text,
.gt-oh-form-wrapper .form-behorighet-nekad p.error-text {
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
}

.gt-oh-form-wrapper .form-behorighet-godkand {
  background-color: var(--background-negative-primary-accent-color);
}

.gt-oh-form-wrapper .form-behorighet-nekad {
  background-color: var(--error-main-background-color);
}

.gt-oh-form-wrapper .error-header {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
}

.gt-oh-form-wrapper .gt-calc-item {
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: 110%;
}

.gt-oh-form-wrapper .ginput_container_consent {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.gt-oh-form-wrapper .submitting::after {
  top: auto;
  bottom: calc(45px + (55 - 45) * (var(--box-width) - 320px) / 1120);
  z-index: 9;
  transform: translateX(-50%);
  transform-origin: center;
}

.oh_monthly_cost_field .ginput_container,
.oh_landlord_monthly_cost_field .ginput_container,
.oh_months_rented_field .ginput_container,
.oh-crm-client-address .ginput_container,
.oh-crm-client-zip .ginput_container,
.oh-crm-client-city .ginput_container,
.oh_moved_out_date_field .ginput_container,
.oh_planned_out_date_field .ginput_container,
.oh_landlord_personal_number_field .ginput_container,
.oh-crm-template-variable-client_name .ginput_container,
.oh-crm-template-variable-email .ginput_container,
.oh-crm-social-security-number .ginput_container,
.oh-crm-clearing-number-field .ginput_container,
.oh-crm-account-number-field .ginput_container,
.oh-crm-message-field .ginput_container,
.form-fa-user .ginput_container,
.form-fa-phone .ginput_container,
.form-fa-at .ginput_container,
.form-fa-envelope .ginput_container {
  position: relative;
}

.oh_monthly_cost_field .ginput_container::before,
.oh_landlord_monthly_cost_field .ginput_container::before,
.oh_months_rented_field .ginput_container::before,
.oh-crm-client-address .ginput_container::before,
.oh-crm-client-zip .ginput_container::before,
.oh-crm-client-city .ginput_container::before,
.oh_moved_out_date_field .ginput_container::before,
.oh_planned_out_date_field .ginput_container::before,
.oh_landlord_personal_number_field .ginput_container::before,
.oh-crm-template-variable-client_name .ginput_container::before,
.oh-crm-template-variable-email .ginput_container::before,
.oh-crm-social-security-number .ginput_container::before,
.oh-crm-clearing-number-field .ginput_container::before,
.oh-crm-account-number-field .ginput_container::before,
.oh-crm-message-field .ginput_container::before,
.form-fa-user .ginput_container::before,
.form-fa-phone .ginput_container::before,
.form-fa-at .ginput_container::before,
.form-fa-envelope .ginput_container::before {
  position: absolute;
  top: 50%;
  left: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  font-family: "Font Awesome 6 Pro";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  color: var(--text-main-level-4-color);
  transform: translateY(-50%);
}

.oh_monthly_cost_field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh_monthly_cost_field textarea,
.oh_monthly_cost_field select,
.oh_landlord_monthly_cost_field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh_landlord_monthly_cost_field textarea,
.oh_landlord_monthly_cost_field select,
.oh_months_rented_field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh_months_rented_field textarea,
.oh_months_rented_field select,
.oh-crm-client-address input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-client-address textarea,
.oh-crm-client-address select,
.oh-crm-client-zip input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-client-zip textarea,
.oh-crm-client-zip select,
.oh-crm-client-city input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-client-city textarea,
.oh-crm-client-city select,
.oh_moved_out_date_field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh_moved_out_date_field textarea,
.oh_moved_out_date_field select,
.oh_planned_out_date_field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh_planned_out_date_field textarea,
.oh_planned_out_date_field select,
.oh_landlord_personal_number_field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh_landlord_personal_number_field textarea,
.oh_landlord_personal_number_field select,
.oh-crm-template-variable-client_name input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-template-variable-client_name textarea,
.oh-crm-template-variable-client_name select,
.oh-crm-template-variable-email input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-template-variable-email textarea,
.oh-crm-template-variable-email select,
.oh-crm-social-security-number input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-social-security-number textarea,
.oh-crm-social-security-number select,
.oh-crm-clearing-number-field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-clearing-number-field textarea,
.oh-crm-clearing-number-field select,
.oh-crm-account-number-field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-account-number-field textarea,
.oh-crm-account-number-field select,
.oh-crm-message-field input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.oh-crm-message-field textarea,
.oh-crm-message-field select,
.form-fa-user input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-fa-user textarea,
.form-fa-user select,
.form-fa-phone input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-fa-phone textarea,
.form-fa-phone select,
.form-fa-at input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-fa-at textarea,
.form-fa-at select,
.form-fa-envelope input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.form-fa-envelope textarea,
.form-fa-envelope select {
  padding: max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(12px, calc(12px * var(--scale-ratio) + (12 - 12 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120)) max(49px, calc(49px * var(--scale-ratio) + (49 - 49 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
}

.oh_monthly_cost_field .ginput_container::before,
.oh_landlord_personal_number_field .ginput_container::before,
.oh-crm-template-variable-client_name .ginput_container::before,
.oh-crm-social-security-number .ginput_container::before,
.form-fa-user .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f007";
}

.oh_landlord_monthly_cost_field .ginput_container::before,
.oh-crm-client-address .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f015";
}

.oh_landlord_monthly_cost_field input:-moz-read-only {
  background-color: #ccc !important;
}

.oh_landlord_monthly_cost_field input:read-only {
  background-color: #ccc !important;
}

.oh_landlord_monthly_cost_field .ginput_container::before,
.oh-crm-client-address .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f015";
}

.oh_months_rented_field .ginput_container::before,
.oh_planned_out_date_field .ginput_container::before,
.oh_moved_out_date_field .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f783";
}

.oh-crm-client-zip .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f813";
}

.oh-crm-client-city .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f64f";
}

.oh-crm-template-variable-email .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
}

.oh-crm-clearing-number-field .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\23";
}

.oh-crm-account-number-field .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f19c";
}

.form-fa-at .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\40";
}

.form-fa-phone .ginput_container::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f095";
}

.oh-crm-message-field .ginput_container::before {
  top: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f27a";
  transform: translateY(0);
}

.oh-crm-message-field .ginput_container::before,
.form-fa-envelope .ginput_container::before {
  top: 10px;
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0";
  transform: translateY(0);
}

.oh-crm-agreement-url-field {
  color: var(--action-ghost-main-default-color);
}

.oh-crm-agreement-url-field:hover {
  color: var(--action-ghost-main-hover-color);
}

.oh-crm-agreement-url-field:active {
  color: var(--action-ghost-main-pressed-color);
}

.divider hr {
  margin: 0;
  border: 0;
  height: 0;
  border-top: 1px solid var(--background-main-level-5-color);
  border-bottom: none;
}

#popup-behorighet .popup-close {
  display: none;
}

#popup-behorighet .popup-wrapper {
  max-width: 556px;
}

#popup-behorighet .popup-inner {
  padding: calc(40px * var(--scale-ratio) + (40 - 40 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  background-color: var(--background-main-level-1-color);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  box-shadow: 0 10px 20px rgba(14, 17, 22, 0.24);
}

#popup-behorighet .popup-inner .gfield {
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#popup-behorighet .popup-inner .gfield.gfield--type-submit {
  margin-bottom: 0;
}

#popup-behorighet .popup-inner .gfield.gfield--type-submit .button {
  color: var(--text-main-level-1-color);
  margin-bottom: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#popup-behorighet .popup-inner .gform_required_legend {
  display: none;
}

#popup-behorighet .popup-inner .gform_fields {
  text-align: center;
}

#popup-behorighet .popup-inner .gfield_radio {
  display: flex;
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
  justify-content: center;
}

#popup-behorighet .popup-inner .gfield_radio .gform-field-label,
#popup-behorighet .popup-inner .gfield_radio .gchoice {
  margin: 0;
}

#popup-behorighet .popup-inner .form-behorighet-nekad,
#popup-behorighet .popup-inner .form-behorighet-godkand {
  padding: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  text-align: center;
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#popup-behorighet .popup-inner .form-behorighet-nekad p:not(:last-child),
#popup-behorighet .popup-inner .form-behorighet-godkand p:not(:last-child) {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#popup-behorighet .popup-inner .form-behorighet-nekad {
  background-color: var(--error-main-background-color);
}

#popup-behorighet .popup-inner .form-behorighet-godkand {
  background-color: var(--background-negative-primary-accent-color);
}

#popup-behorighet .popup-inner .form-behorighet-close-btn {
  order: 1;
  margin: 0;
}

#popup-behorighet .popup-inner .popup-close {
  display: inline-flex;
  margin-bottom: 0;
}

#popup-behorighet .popup-inner .popup-close::after {
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
}

[class^=module-] + .module-map {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  [class^=module-] + .module-map {
    margin-top: calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120);
  }
}

.module-search.disabled input[type=search]:not([type=checkbox], [type=radio], [type=submit]) + button {
  pointer-events: none;
  cursor: auto;
}

.module-search.disabled input[type=search]:not([type=checkbox], [type=radio], [type=submit]) + button::before {
  color: var(--text-main-level-5-color);
}

.module-search.disabled input[type=search]:not([type=checkbox], [type=radio], [type=submit]) + button:hover::before {
  color: var(--text-main-level-5-color);
}

.module-search form {
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  flex-flow: row;
}

.module-search form::after {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: calc(50% - (1px * var(--scale-ratio) + (1 - 1 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  left: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  line-height: normal;
  color: var(--text-main-level-4-color);
  pointer-events: none;
  content: "\f002";
  transform: translateY(-50%);
  min-width: 24px;
  text-align: center;
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit]) {
  transition: all 0.2s ease-in-out;
  padding-left: calc(49px * var(--scale-ratio) + (49 - 49 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  padding-right: calc(48px + (54 - 48) * (var(--box-width) - 320px) / 1120);
  background: var(--control-main-background-color);
  border-color: var(--control-main-border-default-color);
  /* clears the ‘X’ from Chrome */
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit])::-moz-placeholder {
  color: var(--dgen-color-text-main-level-4);
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit])::placeholder {
  color: var(--dgen-color-text-main-level-4);
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit]):hover {
  border-color: var(--control-main-border-hover-color);
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit]):focus {
  border-color: var(--control-main-active-color);
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit])[type=search]::-webkit-search-decoration,
.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit])[type=search]::-webkit-search-cancel-button,
.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit])[type=search]::-webkit-search-results-button,
.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit])[type=search]::-webkit-search-results-decoration {
  display: none;
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit]) + button {
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  display: flex;
  padding: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: none;
  transform: translateY(-50%);
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit]) + button::before {
  transition: all 0.2s ease-in-out;
  display: inline-block;
  font-family: "Font Awesome 6 Sharp";
  font-size: max(14px, calc(14px * var(--scale-ratio)) + (14 - calc(14 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 900;
  line-height: normal;
  color: var(--text-main-level-1-color);
  content: "\e331";
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit]) + button:hover::before {
  color: var(--text-main-level-4-color);
}

.module-search form input[type=search]:not([type=checkbox],
[type=radio],
[type=submit]) + button span {
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 0;
  cursor: pointer;
}

#header #main-header .col-10 > .module-search {
  display: none;
}

#header #main-header .gt-search-btn {
  position: relative;
}

#header #main-header .gt-search-btn > a:before {
  content: "\f002";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: inherit;
  margin-right: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#header #main-header .gt-search-btn .module-search {
  border-radius: calc(5px * var(--scale-ratio) + (5 - 5 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(14, 17, 22, 0.24);
  position: absolute;
  top: 100%;
  right: calc(0px - (15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  min-width: min(90vw, 512px * var(--scale-ratio) + (512 - 512 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 20%);
  transition: all 0.2s ease-in-out;
}

#header #main-header .gt-search-btn.opened .module-search {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.module-search-list .listing-no-posts {
  font-weight: 400;
}

.module-search-list .listing-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120);
}

.module-search-list .listing-items-wrapper .listing-post {
  position: relative;
  padding: calc(25px + (30 - 25) * (var(--box-width) - 320px) / 1120) calc(20px + (30 - 20) * (var(--box-width) - 320px) / 1120);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  background-color: var(--background-main-level-2-color);
}

.module-search-list .listing-items-wrapper .listing-post .listing-item-overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.module-search-list .listing-items-wrapper .listing-post .listing-item-overlay-link:hover ~ .gt-listing-item-text-wrapper .listing-item-read-more a {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.module-search-list .listing-items-wrapper .listing-post .listing-item-overlay-link:active ~ .gt-listing-item-text-wrapper .listing-item-read-more a {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner {
  display: flex;
  align-items: flex-start;
  gap: calc(20px + (40 - 20) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .module-search-list .listing-items-wrapper .listing-post .listing-post-inner {
    flex-direction: column;
  }
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .listing-item-image-wrapper {
  width: max(100px, 14.285%);
  border-radius: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  aspect-ratio: 1;
  overflow: hidden;
}

@media (min-width: 768px) {
  .module-search-list .listing-items-wrapper .listing-post .listing-post-inner .listing-item-image-wrapper {
    order: 1;
  }
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper {
  flex: 1 0;
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-date {
  display: none;
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-title a {
  text-decoration: none;
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-default-color);
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:hover {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-hover-color);
}

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:active {
  color: var(--text-main-level-1-color);
  background: var(--action-primary-negative-pressed-color);
}

.col-contact-info {
  display: flex;
  flex-direction: column;
}

#footer {
  background-color: var(--background-main-primary-accent-color);
  color: var(--action-ghost-main-default-color);
}

@media (max-width: 1140px) {
  #footer .row .col:first-child {
    width: 100%;
  }

  #footer .row .col:not(:first-child) {
    width: calc(33.33% - var(--gutter, 20px) * 9 / 12 - 0.01px);
  }
}

@media (max-width: 991.98px) {
  #footer .row {
    row-gap: calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  }

  #footer .row .col:first-child,
  #footer .row .col:last-child {
    width: 100%;
  }

  #footer .row .col:first-child {
    order: 1;
  }

  #footer .row .col:last-child {
    order: 2;
  }

  #footer .row .col:nth-child(2) {
    order: 3;
    width: calc(50% - var(--gutter, 20px) * 9 / 12 - 0.01px);
  }

  #footer .row .col:nth-child(3) {
    order: 4;
    width: calc(50% - var(--gutter, 20px) * 9 / 12 - 0.01px);
  }
}

@media (max-width: 575.98px) {
  #footer .row .col:first-child,
  #footer .row .col:nth-child(2),
  #footer .row .col:nth-child(3),
  #footer .row .col:last-child {
    width: 100%;
  }
}

#footer .section {
  padding-bottom: 0;
}

#footer .h5,
#footer .h6 {
  color: var(--text-negative-primary-accent-color);
}

#footer a,
#footer .menu-item a {
  color: var(--action-ghost-main-default-color);
  text-decoration: none;
}

#footer a:hover,
#footer .menu-item a:hover {
  color: var(--text-main-level-5-color);
}

#footer a:active,
#footer .menu-item a:active {
  color: var(--action-ghost-main-pressed-color);
}

#footer .social-media-container {
  display: flex;
  gap: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#footer .social-media-container .social-media-icon a {
  width: calc(36px * var(--scale-ratio) + (36 - 36 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  height: calc(36px * var(--scale-ratio) + (36 - 36 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--action-tertiary-main-default-color);
  color: var(--text-main-primary-accent-color);
  font-size: max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120);
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

#footer .social-media-container .social-media-icon a:hover {
  background-color: var(--text-main-level-5-color);
}

#footer .social-media-container .social-media-icon a:active {
  background-color: var(--action-tertiary-main-pressed-color);
}

#footer .footer-menu li {
  margin-bottom: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
  line-height: 0.7;
}

#footer .footer-bottom {
  padding-top: calc(40px + (80 - 40) * (var(--box-width) - 320px) / 1120);
}

#footer .footer-bottom .col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#footer .footer-bottom .col [class^=module-] + [class^=module-] {
  margin: 0;
}

#footer .footer-bottom-copyright {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: calc(15px * var(--scale-ratio) + (15 - 15 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#footer .footer-bottom-copyright p {
  margin-bottom: 0;
}

#footer .footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: calc(10px * var(--scale-ratio) + (10 - 10 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120) calc(20px * var(--scale-ratio) + (20 - 20 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120);
}

#footer .footer-bottom-links p {
  margin-bottom: 0;
}

.footer-popup,
.footer-popup .row {
  padding: 0;
}

.gen-cookie-notice .gen-cookie-notice-intro .gen-cookie-notice-headline {
  color: var(--text-main-level-2-color);
}

.gen-cookie-notice .gen-cookie-notice-intro p {
  color: var(--text-main-level-2-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner {
  background-color: var(--background-main-level-3-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-headline {
  color: var(--text-main-level-2-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-setting-heading .gen-cookie-notice-setting-heading-label {
  margin-bottom: 0;
  color: var(--text-main-level-2-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-setting-body {
  color: var(--text-main-level-2-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting {
  border-color: var(--control-main-border-default-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting .gen-cookie-notice-setting-heading input[type=checkbox]:checked + label {
  background-color: var(--action-primary-main-default-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting .gen-cookie-notice-setting-heading input[type=checkbox]:checked:hover + label {
  background-color: var(--action-primary-main-hover-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting .gen-cookie-notice-setting-heading input[type=checkbox]:checked:active + label {
  background-color: var(--action-primary-main-pressed-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting .gen-cookie-notice-setting-heading input[type=checkbox]:hover + label {
  background-color: var(--control-main-border-default-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting .gen-cookie-notice-setting-heading input[type=checkbox] + label {
  background-color: var(--control-main-border-default-color);
}

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-setting .gen-cookie-notice-setting-heading input[type=checkbox] + label::before {
  background-color: var(--background-main-level-1-color);
}

.match-height .col > [class^=module-] {
  height: 100%;
}

.text-light :is(h1,
h2,
h3,
h4,
h5,
h6,
p,
a:not([class]), li) {
  color: var(--text-negative-level-1-color);
}

.text-light :is(a):hover {
  color: var(--text-main-level-5-color);
}

@media (min-width: 576px) {
  .text-center {
    text-align: center;
  }

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

.text-green {
  color: var(--text-main-primary-accent-color);
}

.text-light-grey {
  color: var(--text-main-level-5-color);
}

.text-dark-cyan {
  color: var(--action-tertiary-negative-default-color);
}

.grid-1 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-1 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-1 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

.grid-2 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-2 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-2 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 575.98px) {
  .grid-2 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-3 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-3 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-3 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .grid-3 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-3 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-4 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-4 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-4 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-4 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-4 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-4 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-5 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-5 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-5 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-5 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-5 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-5 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-6 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-6 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-6 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-6 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-6 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-6 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-7 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-7 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-7 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-7 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-7 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-7 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-8 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-8 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-8 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-8 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-8 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-8 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-9 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-9 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-9 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-9 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-9 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-9 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-10 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-10 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-10 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-10 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-10 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-10 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-11 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-11 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-11 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-11 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-11 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-11 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-12 :is(.col, .listing-items-wrapper) {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: calc(15px + (40 - 15) * (var(--box-width) - 320px) / 1120);
}

@media (max-width: 767.98px) {
  .grid-12 :is(.col, .listing-items-wrapper) {
    gap: calc(2 * calc(30px * var(--scale-ratio) + (30 - 30 * var(--scale-ratio)) * (var(--box-width) - 320px) / 1120));
  }
}

.grid-12 :is(.col, .listing-items-wrapper) [class^=module-] {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .grid-12 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .grid-12 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-12 :is(.col, .listing-items-wrapper) {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*
 * Animation settings and states
 */

.animate-list-card,
.animate-text,
.animate-each,
.animate-listing,
.animate-slider,
.animate-image {
  --stagger: 0.08s;
  --duration: 0.2s;
  --easing: ease-in-out;
  --translate-y: 30px;
  --opacity-hide: 0;
  --opacity-show: 1;
}

.animate-list-card,
.animate-text [class^=module-] > *,
.animate-each [class^=module-]:not(.module-listing),
.animate-listing .listing-post,
.animate-slider .slide,
.animate-image [class^=module-] {
  opacity: var(--opacity-hide);
  transition: all var(--duration) var(--easing);
  transform: translateY(var(--translate-y));
}

.animate.animate-list-card,
.animate.animate-text [class^=module-] > *,
.animate.animate-each [class^=module-],
.animate.animate-listing .listing-post,
.animate.animate-slider .slide,
.animate.animate-image [class^=module-] {
  opacity: var(--opacity-show);
  transform: none;
}

.animate .module-text > *:nth-child(1),
.animate .listing-items-wrapper > *:nth-child(1),
.animate .slider-wrapper > *:nth-child(1) {
  transition-delay: calc(1 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(1) {
  transition-delay: calc(1 * var(--stagger));
}

.animate .module-text > *:nth-child(2),
.animate .listing-items-wrapper > *:nth-child(2),
.animate .slider-wrapper > *:nth-child(2) {
  transition-delay: calc(2 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(2) {
  transition-delay: calc(2 * var(--stagger));
}

.animate .module-text > *:nth-child(3),
.animate .listing-items-wrapper > *:nth-child(3),
.animate .slider-wrapper > *:nth-child(3) {
  transition-delay: calc(3 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(3) {
  transition-delay: calc(3 * var(--stagger));
}

.animate .module-text > *:nth-child(4),
.animate .listing-items-wrapper > *:nth-child(4),
.animate .slider-wrapper > *:nth-child(4) {
  transition-delay: calc(4 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(4) {
  transition-delay: calc(4 * var(--stagger));
}

.animate .module-text > *:nth-child(5),
.animate .listing-items-wrapper > *:nth-child(5),
.animate .slider-wrapper > *:nth-child(5) {
  transition-delay: calc(5 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(5) {
  transition-delay: calc(5 * var(--stagger));
}

.animate .module-text > *:nth-child(6),
.animate .listing-items-wrapper > *:nth-child(6),
.animate .slider-wrapper > *:nth-child(6) {
  transition-delay: calc(6 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(6) {
  transition-delay: calc(6 * var(--stagger));
}

.animate .module-text > *:nth-child(7),
.animate .listing-items-wrapper > *:nth-child(7),
.animate .slider-wrapper > *:nth-child(7) {
  transition-delay: calc(7 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(7) {
  transition-delay: calc(7 * var(--stagger));
}

.animate .module-text > *:nth-child(8),
.animate .listing-items-wrapper > *:nth-child(8),
.animate .slider-wrapper > *:nth-child(8) {
  transition-delay: calc(8 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(8) {
  transition-delay: calc(8 * var(--stagger));
}

.animate .module-text > *:nth-child(9),
.animate .listing-items-wrapper > *:nth-child(9),
.animate .slider-wrapper > *:nth-child(9) {
  transition-delay: calc(9 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(9) {
  transition-delay: calc(9 * var(--stagger));
}

.animate .module-text > *:nth-child(10),
.animate .listing-items-wrapper > *:nth-child(10),
.animate .slider-wrapper > *:nth-child(10) {
  transition-delay: calc(10 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(10) {
  transition-delay: calc(10 * var(--stagger));
}

.animate .module-text > *:nth-child(11),
.animate .listing-items-wrapper > *:nth-child(11),
.animate .slider-wrapper > *:nth-child(11) {
  transition-delay: calc(11 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(11) {
  transition-delay: calc(11 * var(--stagger));
}

.animate .module-text > *:nth-child(12),
.animate .listing-items-wrapper > *:nth-child(12),
.animate .slider-wrapper > *:nth-child(12) {
  transition-delay: calc(12 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(12) {
  transition-delay: calc(12 * var(--stagger));
}

.animate .module-text > *:nth-child(13),
.animate .listing-items-wrapper > *:nth-child(13),
.animate .slider-wrapper > *:nth-child(13) {
  transition-delay: calc(13 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(13) {
  transition-delay: calc(13 * var(--stagger));
}

.animate .module-text > *:nth-child(14),
.animate .listing-items-wrapper > *:nth-child(14),
.animate .slider-wrapper > *:nth-child(14) {
  transition-delay: calc(14 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(14) {
  transition-delay: calc(14 * var(--stagger));
}

.animate .module-text > *:nth-child(15),
.animate .listing-items-wrapper > *:nth-child(15),
.animate .slider-wrapper > *:nth-child(15) {
  transition-delay: calc(15 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(15) {
  transition-delay: calc(15 * var(--stagger));
}

.animate .module-text > *:nth-child(16),
.animate .listing-items-wrapper > *:nth-child(16),
.animate .slider-wrapper > *:nth-child(16) {
  transition-delay: calc(16 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(16) {
  transition-delay: calc(16 * var(--stagger));
}

.animate .module-text > *:nth-child(17),
.animate .listing-items-wrapper > *:nth-child(17),
.animate .slider-wrapper > *:nth-child(17) {
  transition-delay: calc(17 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(17) {
  transition-delay: calc(17 * var(--stagger));
}

.animate .module-text > *:nth-child(18),
.animate .listing-items-wrapper > *:nth-child(18),
.animate .slider-wrapper > *:nth-child(18) {
  transition-delay: calc(18 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(18) {
  transition-delay: calc(18 * var(--stagger));
}

.animate .module-text > *:nth-child(19),
.animate .listing-items-wrapper > *:nth-child(19),
.animate .slider-wrapper > *:nth-child(19) {
  transition-delay: calc(19 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(19) {
  transition-delay: calc(19 * var(--stagger));
}

.animate .module-text > *:nth-child(20),
.animate .listing-items-wrapper > *:nth-child(20),
.animate .slider-wrapper > *:nth-child(20) {
  transition-delay: calc(20 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(20) {
  transition-delay: calc(20 * var(--stagger));
}

.animate .module-text > *:nth-child(21),
.animate .listing-items-wrapper > *:nth-child(21),
.animate .slider-wrapper > *:nth-child(21) {
  transition-delay: calc(21 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(21) {
  transition-delay: calc(21 * var(--stagger));
}

.animate .module-text > *:nth-child(22),
.animate .listing-items-wrapper > *:nth-child(22),
.animate .slider-wrapper > *:nth-child(22) {
  transition-delay: calc(22 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(22) {
  transition-delay: calc(22 * var(--stagger));
}

.animate .module-text > *:nth-child(23),
.animate .listing-items-wrapper > *:nth-child(23),
.animate .slider-wrapper > *:nth-child(23) {
  transition-delay: calc(23 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(23) {
  transition-delay: calc(23 * var(--stagger));
}

.animate .module-text > *:nth-child(24),
.animate .listing-items-wrapper > *:nth-child(24),
.animate .slider-wrapper > *:nth-child(24) {
  transition-delay: calc(24 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(24) {
  transition-delay: calc(24 * var(--stagger));
}

.animate .module-text > *:nth-child(25),
.animate .listing-items-wrapper > *:nth-child(25),
.animate .slider-wrapper > *:nth-child(25) {
  transition-delay: calc(25 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(25) {
  transition-delay: calc(25 * var(--stagger));
}

.animate .module-text > *:nth-child(26),
.animate .listing-items-wrapper > *:nth-child(26),
.animate .slider-wrapper > *:nth-child(26) {
  transition-delay: calc(26 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(26) {
  transition-delay: calc(26 * var(--stagger));
}

.animate .module-text > *:nth-child(27),
.animate .listing-items-wrapper > *:nth-child(27),
.animate .slider-wrapper > *:nth-child(27) {
  transition-delay: calc(27 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(27) {
  transition-delay: calc(27 * var(--stagger));
}

.animate .module-text > *:nth-child(28),
.animate .listing-items-wrapper > *:nth-child(28),
.animate .slider-wrapper > *:nth-child(28) {
  transition-delay: calc(28 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(28) {
  transition-delay: calc(28 * var(--stagger));
}

.animate .module-text > *:nth-child(29),
.animate .listing-items-wrapper > *:nth-child(29),
.animate .slider-wrapper > *:nth-child(29) {
  transition-delay: calc(29 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(29) {
  transition-delay: calc(29 * var(--stagger));
}

.animate .module-text > *:nth-child(30),
.animate .listing-items-wrapper > *:nth-child(30),
.animate .slider-wrapper > *:nth-child(30) {
  transition-delay: calc(30 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(30) {
  transition-delay: calc(30 * var(--stagger));
}

.animate .module-text > *:nth-child(31),
.animate .listing-items-wrapper > *:nth-child(31),
.animate .slider-wrapper > *:nth-child(31) {
  transition-delay: calc(31 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(31) {
  transition-delay: calc(31 * var(--stagger));
}

.animate .module-text > *:nth-child(32),
.animate .listing-items-wrapper > *:nth-child(32),
.animate .slider-wrapper > *:nth-child(32) {
  transition-delay: calc(32 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(32) {
  transition-delay: calc(32 * var(--stagger));
}

.animate .module-text > *:nth-child(33),
.animate .listing-items-wrapper > *:nth-child(33),
.animate .slider-wrapper > *:nth-child(33) {
  transition-delay: calc(33 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(33) {
  transition-delay: calc(33 * var(--stagger));
}

.animate .module-text > *:nth-child(34),
.animate .listing-items-wrapper > *:nth-child(34),
.animate .slider-wrapper > *:nth-child(34) {
  transition-delay: calc(34 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(34) {
  transition-delay: calc(34 * var(--stagger));
}

.animate .module-text > *:nth-child(35),
.animate .listing-items-wrapper > *:nth-child(35),
.animate .slider-wrapper > *:nth-child(35) {
  transition-delay: calc(35 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(35) {
  transition-delay: calc(35 * var(--stagger));
}

.animate .module-text > *:nth-child(36),
.animate .listing-items-wrapper > *:nth-child(36),
.animate .slider-wrapper > *:nth-child(36) {
  transition-delay: calc(36 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(36) {
  transition-delay: calc(36 * var(--stagger));
}

.animate .module-text > *:nth-child(37),
.animate .listing-items-wrapper > *:nth-child(37),
.animate .slider-wrapper > *:nth-child(37) {
  transition-delay: calc(37 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(37) {
  transition-delay: calc(37 * var(--stagger));
}

.animate .module-text > *:nth-child(38),
.animate .listing-items-wrapper > *:nth-child(38),
.animate .slider-wrapper > *:nth-child(38) {
  transition-delay: calc(38 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(38) {
  transition-delay: calc(38 * var(--stagger));
}

.animate .module-text > *:nth-child(39),
.animate .listing-items-wrapper > *:nth-child(39),
.animate .slider-wrapper > *:nth-child(39) {
  transition-delay: calc(39 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(39) {
  transition-delay: calc(39 * var(--stagger));
}

.animate .module-text > *:nth-child(40),
.animate .listing-items-wrapper > *:nth-child(40),
.animate .slider-wrapper > *:nth-child(40) {
  transition-delay: calc(40 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(40) {
  transition-delay: calc(40 * var(--stagger));
}

.animate .module-text > *:nth-child(41),
.animate .listing-items-wrapper > *:nth-child(41),
.animate .slider-wrapper > *:nth-child(41) {
  transition-delay: calc(41 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(41) {
  transition-delay: calc(41 * var(--stagger));
}

.animate .module-text > *:nth-child(42),
.animate .listing-items-wrapper > *:nth-child(42),
.animate .slider-wrapper > *:nth-child(42) {
  transition-delay: calc(42 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(42) {
  transition-delay: calc(42 * var(--stagger));
}

.animate .module-text > *:nth-child(43),
.animate .listing-items-wrapper > *:nth-child(43),
.animate .slider-wrapper > *:nth-child(43) {
  transition-delay: calc(43 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(43) {
  transition-delay: calc(43 * var(--stagger));
}

.animate .module-text > *:nth-child(44),
.animate .listing-items-wrapper > *:nth-child(44),
.animate .slider-wrapper > *:nth-child(44) {
  transition-delay: calc(44 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(44) {
  transition-delay: calc(44 * var(--stagger));
}

.animate .module-text > *:nth-child(45),
.animate .listing-items-wrapper > *:nth-child(45),
.animate .slider-wrapper > *:nth-child(45) {
  transition-delay: calc(45 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(45) {
  transition-delay: calc(45 * var(--stagger));
}

.animate .module-text > *:nth-child(46),
.animate .listing-items-wrapper > *:nth-child(46),
.animate .slider-wrapper > *:nth-child(46) {
  transition-delay: calc(46 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(46) {
  transition-delay: calc(46 * var(--stagger));
}

.animate .module-text > *:nth-child(47),
.animate .listing-items-wrapper > *:nth-child(47),
.animate .slider-wrapper > *:nth-child(47) {
  transition-delay: calc(47 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(47) {
  transition-delay: calc(47 * var(--stagger));
}

.animate .module-text > *:nth-child(48),
.animate .listing-items-wrapper > *:nth-child(48),
.animate .slider-wrapper > *:nth-child(48) {
  transition-delay: calc(48 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(48) {
  transition-delay: calc(48 * var(--stagger));
}

.animate .module-text > *:nth-child(49),
.animate .listing-items-wrapper > *:nth-child(49),
.animate .slider-wrapper > *:nth-child(49) {
  transition-delay: calc(49 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(49) {
  transition-delay: calc(49 * var(--stagger));
}

.animate .module-text > *:nth-child(50),
.animate .listing-items-wrapper > *:nth-child(50),
.animate .slider-wrapper > *:nth-child(50) {
  transition-delay: calc(50 * var(--stagger));
}

.animate-each [class^=module-]:nth-child(50) {
  transition-delay: calc(50 * var(--stagger));
}
/*# sourceMappingURL=app.css.map*/