:root {
  --box-width: min(100vw,1680px);
  --scale-ratio: 0.8;
  --gutter: calc(15px + (var(--box-width) - 320px)*25/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: #fff;
  --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: hsla(15,84%,85%,.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: hsla(15,84%,85%,.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: #fff;
  --text-negative-level-2-color: #fff;
  --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: #fff;
  --text-constant-dark-level-2-color: hsla(0,0%,100%,.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: #fff;
  --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: #fff;
  --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: #fff;
  --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: #fff;
  --tag-text-2-color: #0e1116;
  --tag-text-3-color: #fef9c3;
  --tag-text-4-color: #134e4a;
  --box-shadow-dropdown-main-large: calc((var(--box-width) - 320px)*0/1120) calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120) calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120) calc((var(--box-width) - 320px)*0/1120) rgba(14,17,22,.239);
}

.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: #fff;
  --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: #fff;
  --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: #fff;
  --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: #fff;
  --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: #fff;
  --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: #fff;
  --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: #fff;
  --tag-text-3-color: #2e000a;
  --tag-text-4-color: #fff;
  --box-shadow-dropdown-main-large: calc((var(--box-width) - 320px)*0/1120) calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120) calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120) calc((var(--box-width) - 320px)*0/1120) hsla(0,0%,100%,.239);
}

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

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

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

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

.negative-theme-scheme ::-moz-selection {
  background: hsla(0,0%,100%,.5);
  color: var(--text-constant-light-level-1-color);
}

.negative-theme-scheme ::selection {
  background: hsla(0,0%,100%,.5);
  color: var(--text-constant-light-level-1-color);
}

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

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

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

.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-size: max(14px,calc(14px*var(--scale-ratio)) + (14 - calc(var(--scale-ratio)*14)) * (var(--box-width) - 320px)/1120);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 140%;
  text-decoration: underline;
}

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

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

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

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

.section.align-between,
.section.align-center,
.section.align-end {
  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 {
  margin: 0 auto;
  max-width: none;
  padding: calc(20px + (var(--box-width) - 320px)*10/1120) 0;
  row-gap: var(--gutter);
  width: calc(var(--box-width) - 40px - (var(--box-width) - 320px)*120/1120*2);
}

.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 + (var(--box-width) - 320px)*10/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,
.d1,
.gen-cookie-notice .gen-cookie-notice-intro .gen-cookie-notice-headline,
.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-headline,
.gt-oh-form-wrapper .gf_step_label,
.gt-oh-form-wrapper .gf_step_number,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-main-level-1-color);
  hyphens: manual;
  word-break: break-word;
}

.d1 {
  font-size: calc(45px + (var(--box-width) - 320px)*35/1120);
  font-weight: 600;
}

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

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

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

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

.gt-oh-form-wrapper .gf_step_label,
.h3,
h3 {
  font-size: max(16px,calc(31px*var(--scale-ratio)) + (31 - calc(var(--scale-ratio)*31)) * (var(--box-width) - 320px)/1120);
}

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

.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-headline,
.h5,
h5 {
  font-size: max(16px,calc(20px*var(--scale-ratio)) + (20 - calc(var(--scale-ratio)*20)) * (var(--box-width) - 320px)/1120);
  font-weight: 600;
}

#footer .footer-menu a,
.gen-cookie-notice .gen-cookie-notice-settings .gen-cookie-notice-settings-inner .gen-cookie-notice-headline,
.h5,
.h6,
h5,
h6 {
  font-family: Mustica Pro;
  letter-spacing: 0;
  line-height: 110%;
  margin-bottom: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
}

#footer .footer-menu a,
.h6,
h6 {
  font-size: max(16px,calc(16px*var(--scale-ratio)) + (16 - calc(var(--scale-ratio)*16)) * (var(--box-width) - 320px)/1120);
  font-weight: 400;
}

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

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

ul {
  margin: 0;
  padding-bottom: calc(20px + (var(--box-width) - 320px)*10/1120);
  padding-inline-start: 1.45em;
}

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;
}

.list-check,
ul:last-child {
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#main-header .menu-item .sub-menu li a,
.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,
.menu-green .menu-item .sub-menu li a,
.small {
  font-family: Poppins;
  font-size: max(16px,calc(16px*var(--scale-ratio)) + (16 - calc(var(--scale-ratio)*16)) * (var(--box-width) - 320px)/1120);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 140%;
  margin-bottom: calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(var(--box-width) - 320px)/1120);
}

#main-header .menu-item .sub-menu li a li,
.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,
.menu-green .menu-item .sub-menu li a li,
.small li {
  margin-bottom: calc(8px*var(--scale-ratio) + (8 - var(--scale-ratio)*8)*(var(--box-width) - 320px)/1120);
}

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

.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 - var(--scale-ratio)*6)*(var(--box-width) - 320px)/1120);
}

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

.micro li {
  margin-bottom: calc(3px*var(--scale-ratio) + (3 - var(--scale-ratio)*3)*(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: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-ghost {
  background: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    transform: translate(-50%,-50%) rotate(1turn);
  }
}

.gform_wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.ginput_preview_list {
  margin-top: 10px;
}

.ginput_preview {
  align-items: center;
  color: var(--text-main-primary-accent-color);
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 5px;
}

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

.ginput_preview:before {
  content: "\f15b";
  font-family: Font Awesome\ 6 Pro;
  font-weight: 900;
  line-height: normal;
  margin-right: 3px;
}

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

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

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

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

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

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

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

.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 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120);
}

.gfield--type-fileupload .gform_drop_instructions {
  margin-right: calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(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 - var(--scale-ratio)*30)*(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 {
  display: inline-flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gform_footer {
  text-align: right;
}

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

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

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

@media (min-width:768px) {
  .input-half {
    width: calc(50% - 7.5px - (var(--box-width) - 320px)*25/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(var(--scale-ratio)*16)) * (var(--box-width) - 320px)/1120);
}

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

.gform_ajax_spinner {
  display: none;
}

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

.submitting form {
  opacity: .4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-datepicker .ui-datepicker-header {
  display: flex;
  flex-wrap: wrap;
  gap: .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;
  gap: .5rem;
  grid-template-columns: repeat(2,1fr);
}

@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: .8em;
}

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

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

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

.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 {
  opacity: .4;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

.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(40px + (var(--box-width) - 320px)*10/1120*2);
}

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

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

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

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

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

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

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

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

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

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

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

.blurb-banner {
  align-items: center;
  display: flex;
  gap: 10px;
  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 {
  align-items: center;
  display: flex;
}

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

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

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

.blurb-contact-info .blurb-icon-container {
  color: var(--text-main-level-5-color);
  display: flex;
  flex: 0 0 calc(30px*var(--scale-ratio) + (30 - var(--scale-ratio)*30)*(var(--box-width) - 320px)/1120);
  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(var(--scale-ratio)*25)) * (var(--box-width) - 320px)/1120);
}

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

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

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

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

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

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

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

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

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

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

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

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

.module-gk-listing .listing-post .listing-post-inner {
  background-color: var(--background-main-level-2-color);
  border-radius: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
  transition: background-color .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 {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

.module-gk-listing .gt-listing-item-text-wrapper {
  padding: calc(30px*var(--scale-ratio) + (30 - var(--scale-ratio)*30)*(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 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
  border-top-right-radius: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
}

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

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

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

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

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

.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 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
  position: relative;
}

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

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

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

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

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

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

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

.gt-faq-listing .listing-load-more-btn:after {
  content: "\2b";
  font-family: Font Awesome\ 6 Pro;
  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 {
  align-items: center;
  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 - var(--scale-ratio)*5)*(var(--box-width) - 320px)/1120);
  color: var(--text-main-level-1-color);
  cursor: pointer;
  display: flex;
  font-family: Poppins;
  font-size: max(16px,calc(16px*var(--scale-ratio)) + (16 - calc(var(--scale-ratio)*16)) * (var(--box-width) - 320px)/1120);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 140%;
  padding: max(12px,calc(12px*var(--scale-ratio) + (12 - var(--scale-ratio)*12)*(var(--box-width) - 320px)/1120)) max(20px,calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120)) max(12px,calc(12px*var(--scale-ratio) + (12 - var(--scale-ratio)*12)*(var(--box-width) - 320px)/1120)) max(15px,calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(var(--box-width) - 320px)/1120));
  transition: all .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 {
  content: attr(data-term);
  cursor: pointer;
  display: block;
  font-weight: inherit;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

.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 {
  background-color: var(--control-main-active-color);
  border-color: var(--control-main-active-color);
  font-size: max(14px,calc(14px*var(--scale-ratio)) + (14 - calc(var(--scale-ratio)*14)) * (var(--box-width) - 320px)/1120);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.row-cta [class^=module-]+[class^=module-],
.row-cta-yellow [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(30px*var(--scale-ratio)*2 + (30 - var(--scale-ratio)*30)*(var(--box-width) - 320px)/1120*2);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile-icon .mobile-dashes:after {
  top: calc(0px - 7px*var(--scale-ratio) - (7 - var(--scale-ratio)*7)*(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 .2s;
}

#mobile-icon.open .mobile-dashes:after,
#mobile-icon.open .mobile-dashes:before {
  background: var(--text-constant-dark-level-1-color);
  top: 0;
  transition: top .2s ease,transform .2s ease .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 {
  background: rgba(0,0,0,.3);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all .2s ease-in-out;
  visibility: hidden;
  width: 100%;
}

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

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

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

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

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

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

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

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

#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 {
  background: var(--action-primary-negative-hover-color);
  color: var(--text-main-level-1-color);
}

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

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

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

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

#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 {
  align-items: center;
  bottom: 0;
  cursor: pointer;
  display: flex;
  font-size: max(16px,calc(16px*var(--scale-ratio)) + (16 - calc(var(--scale-ratio)*16)) * (var(--box-width) - 320px)/1120);
  justify-content: center;
  line-height: 110%;
  padding: calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120) calc(30px*var(--scale-ratio) + (30 - var(--scale-ratio)*30)*(var(--box-width) - 320px)/1120);
  position: absolute;
  right: 0;
  top: 0;
  transition: all .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 {
  background: var(--background-main-level-2-color);
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 calc(30px*var(--scale-ratio) + (30 - var(--scale-ratio)*30)*(var(--box-width) - 320px)/1120);
}

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

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

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

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

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

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

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

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

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

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

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

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

.single-gk-row-title .post-info-title {
  margin-bottom: calc(30px*var(--scale-ratio) + (30 - var(--scale-ratio)*30)*(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 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
}

.cookie-table {
  overflow: auto;
}

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

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

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

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

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

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

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

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

.section-trustpilot {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-quote+.module-text {
  margin-top: calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(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 {
    margin-bottom: 0;
    min-height: calc(max(16px, calc(16px * var(--scale-ratio)) + (16 - calc(16 * var(--scale-ratio))) * (var(--box-width) - 320px) / 1120) * 1.4 + 24px);
  }
}

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

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

.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 - var(--scale-ratio)*16)*(var(--box-width) - 320px)/1120);
}

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

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

.gt-oh-form-wrapper .gf_step.gf_step_first .gf_step_label {
  display: none;
}

.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 {
  background-color: var(--background-negative-primary-accent-color);
  content: "";
  height: 2px;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(38px*var(--scale-ratio) + (38 - var(--scale-ratio)*38)*(var(--box-width) - 320px)/1120);
}

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

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

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

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

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

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

.gt-oh-form-wrapper .gfield {
  align-self: end;
  grid-column: span 3;
  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-checkbox,
.gt-oh-form-wrapper .gfield--width-full.gfield--type-text {
  text-align: left;
}

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

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

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

.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 {
  background-color: var(--background-main-level-1-color);
  border-radius: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
  box-shadow: 0 10px 20px rgba(14,17,22,.24);
  margin-top: 5px;
  opacity: 0;
  padding: 5px 0;
  pointer-events: none;
  position: absolute;
  transition: all .2s ease-in-out;
  transition-delay: 0s;
  visibility: hidden;
  width: 100%;
  z-index: 99;
}

.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 {
  border-radius: calc(5px*var(--scale-ratio) + (5 - var(--scale-ratio)*5)*(var(--box-width) - 320px)/1120);
  color: var(--text-main-level-1-color);
  cursor: pointer;
  font-size: max(16px,calc(16px*var(--scale-ratio)) + (16 - calc(var(--scale-ratio)*16)) * (var(--box-width) - 320px)/1120);
  line-height: 140%;
  margin: 0;
  padding: calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(var(--box-width) - 320px)/1120) calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(var(--box-width) - 320px)/1120) calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(var(--box-width) - 320px)/1120) calc(43px*var(--scale-ratio) + (43 - var(--scale-ratio)*43)*(var(--box-width) - 320px)/1120);
  transition: all .2s ease-in-out;
}

.gt-oh-form-wrapper .oh-checkbox-dropdown-field .ginput_container_checkbox .gchoice label:before {
  left: calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(var(--box-width) - 320px)/1120);
  top: 50%;
  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 {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.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 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120);
  justify-content: center;
  margin-top: calc(40px*var(--scale-ratio) + (40 - var(--scale-ratio)*40)*(var(--box-width) - 320px)/1120);
}

.gt-oh-form-wrapper .form-behorighet-godkand,
.gt-oh-form-wrapper .form-behorighet-nekad {
  border-radius: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
  padding: calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(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(var(--scale-ratio)*16)) * (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 {
  font-weight: 400;
  margin-bottom: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
}

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

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

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

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

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

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

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

.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-crm-client-address .ginput_container:before,
.oh_landlord_monthly_cost_field .ginput_container:before {
  content: "\f015";
  font-family: Font Awesome\ 6 Pro;
}

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

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

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

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

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

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

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

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

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

.form-fa-envelope .ginput_container:before,
.oh-crm-message-field .ginput_container:before {
  content: "\f0e0";
  font-family: Font Awesome\ 6 Pro;
  top: 10px;
  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 {
  border: 0;
  border-bottom: none;
  border-top: 1px solid var(--background-main-level-5-color);
  height: 0;
  margin: 0;
}

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

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

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

#popup-behorighet .popup-inner .gfield {
  margin-bottom: calc(30px*var(--scale-ratio) + (30 - var(--scale-ratio)*30)*(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 - var(--scale-ratio)*30)*(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 + (var(--box-width) - 320px)*25/1120);
  justify-content: center;
}

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

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

#popup-behorighet .popup-inner .form-behorighet-godkand p:not(:last-child),
#popup-behorighet .popup-inner .form-behorighet-nekad p:not(:last-child) {
  margin-bottom: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(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 {
  margin: 0;
  order: 1;
}

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

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

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

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

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

.module-search.disabled input[type=search]:not([type=checkbox],[type=radio],[type=submit])+button:before,
.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 {
  display: flex;
  flex-flow: row;
  position: relative;
  transition: all .2s ease-in-out;
}

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

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

.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-cancel-button,
.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-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 {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120) calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(var(--box-width) - 320px)/1120);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s ease-in-out;
}

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

.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 {
  cursor: pointer;
  font-size: 0;
  position: relative;
  transition: all .2s ease-in-out;
}

#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 {
  color: inherit;
  content: "\f002";
  display: inline-block;
  font-family: Font Awesome\ 6 Pro;
  font-weight: 400;
  margin-right: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
}

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

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

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

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

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

.module-search-list .listing-items-wrapper .listing-post .listing-item-overlay-link {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 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 {
  background: var(--action-primary-negative-hover-color);
  color: var(--text-main-level-1-color);
}

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

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner {
  align-items: flex-start;
  display: flex;
  gap: calc(20px + (var(--box-width) - 320px)*20/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 {
  aspect-ratio: 1;
  border-radius: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
  overflow: hidden;
  width: max(100px,14.285%);
}

@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 {
  background: var(--action-primary-negative-default-color);
  color: var(--text-main-level-1-color);
}

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

.module-search-list .listing-items-wrapper .listing-post .listing-post-inner .gt-listing-item-text-wrapper .listing-item-read-more a:active {
  background: var(--action-primary-negative-pressed-color);
  color: var(--text-main-level-1-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 - .01px);
  }
}

@media (max-width:991.98px) {
  #footer .row {
    row-gap: calc(30px*var(--scale-ratio) + (30 - var(--scale-ratio)*30)*(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 - .01px);
  }

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

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

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

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

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

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

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

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

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

#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 {
  line-height: .7;
  margin-bottom: calc(10px*var(--scale-ratio) + (10 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120);
}

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

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

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

#footer .footer-bottom-copyright {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: calc(15px*var(--scale-ratio) + (15 - var(--scale-ratio)*15)*(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 - var(--scale-ratio)*10)*(var(--box-width) - 320px)/1120) calc(20px*var(--scale-ratio) + (20 - var(--scale-ratio)*20)*(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,
.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 {
  color: var(--text-main-level-2-color);
  margin-bottom: 0;
}

.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]+label,
.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: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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(1,1fr);
}

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

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

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

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(3,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(4,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(5,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(6,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(7,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(8,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(9,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(10,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(11,1fr);
}

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

.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;
  gap: calc(15px + (var(--box-width) - 320px)*25/1120);
  grid-template-columns: repeat(12,1fr);
}

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

.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);
  }
}

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

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

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

.animate .listing-items-wrapper>:first-child,
.animate .module-text>:first-child,
.animate .slider-wrapper>:first-child,
.animate-each [class^=module-]:first-child {
  transition-delay: calc(var(--stagger)*1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate .listing-items-wrapper>:nth-child(49),
.animate .module-text>:nth-child(49),
.animate .slider-wrapper>:nth-child(49),
.animate-each [class^=module-]:nth-child(49) {
  transition-delay: calc(var(--stagger)*49);
}

.animate .listing-items-wrapper>:nth-child(50),
.animate .module-text>:nth-child(50),
.animate .slider-wrapper>:nth-child(50),
.animate-each [class^=module-]:nth-child(50) {
  transition-delay: calc(var(--stagger)*50);
}