

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Work+Sans:wght@600;700&display=swap');/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}::before,
::after {
  --tw-content: '';
}/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}/*
Remove the default font size and weight for headings.
*/h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}/*
Reset links to optimize for opt-in styling instead of opt-out.
*/a {
  color: inherit;
  text-decoration: inherit;
}/*
Add the correct font weight in Edge and Safari.
*/b,
strong {
  font-weight: bolder;
}/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}/*
Add the correct font size in all browsers.
*/small {
  font-size: 80%;
}/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}sub {
  bottom: -0.25em;
}sup {
  top: -0.5em;
}/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}/*
Remove the inheritance of text transform in Edge and Firefox.
*/button,
select {
  text-transform: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}/*
Use the modern Firefox focus style for all focusable elements.
*/:-moz-focusring {
  outline: auto;
}/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/:-moz-ui-invalid {
  box-shadow: none;
}/*
Add the correct vertical alignment in Chrome and Firefox.
*/progress {
  vertical-align: baseline;
}/*
Correct the cursor style of increment and decrement buttons in Safari.
*/::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}/*
Remove the inner padding in Chrome and Safari on macOS.
*/::-webkit-search-decoration {
  -webkit-appearance: none;
}/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}/*
Add the correct display in Chrome and Safari.
*/summary {
  display: list-item;
}/*
Removes the default spacing and border for appropriate elements.
*/blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}fieldset {
  margin: 0;
  padding: 0;
}legend {
  padding: 0;
}ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}/*
Prevent resizing textareas horizontally by default.
*/textarea {
  resize: vertical;
}/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}/*
Set the default cursor for buttons.
*/button,
[role="button"] {
  cursor: pointer;
}/*
Make sure disabled buttons don't get the pointer cursor.
*/:disabled {
  cursor: default;
}/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/img,
video {
  max-width: 100%;
  height: auto;
}/*
Ensure the default browser behavior of the `hidden` attribute.
*/[hidden] {
  display: none;
}html{
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}body{
  min-height: 100vh;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}*{
  font-family: 'Inter', sans-serif;
}.pattern{
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
        background-image: url('/wp-content/themes/contrl.se/static/images/bg-v2.svg');
}h1{
  margin-bottom: 1.5rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 64;
        --min-font-size: 36;
}h2{
  margin-bottom: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 48;
        --min-font-size: 32;
}h3{
  margin-bottom: 1rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 40;
        --min-font-size: 28;
}h4{
  margin-bottom: 0.75rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 32;
        --min-font-size: 24;
}h5{
  margin-bottom: 0.75rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 25;
        --min-font-size: 20;
}h6{
  margin-bottom: 0.75rem;
  font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  line-height: 1.5em;
  --tw-text-opacity: 1;
  color: rgb(238 123 87 / var(--tw-text-opacity));
        font-size: clamp(
            var(--min-font-size) * 1px,
            calc(
                (var(--min-font-size) * 1px) +
                (var(--max-font-size) - var(--min-font-size)) *
                ((100vw - 480px) / (1440 - 480))
            ),
            var(--max-font-size) * 1px
        );
        --max-font-size: 20;
        --min-font-size: 18;
}blockquote{
  display: flex;
  text-indent: 3.5rem;
  font-family: 'Work Sans', sans-serif;
  font-size: 1.125rem;
}@media (min-width: 970px){blockquote{
    font-size: 1.375rem;
  }
}blockquote:before{
  position: absolute;
  display: block;
  height: 1.5rem;
  width: 6rem;
  background-repeat: no-repeat;
            content: '';
            background-image: url('/wp-content/themes/contrl.se/static/images/quote.svg');
}*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}body.admin-bar {
    min-height: calc(100vh - 32px);
}@media (max-width: 782px) {
    body.admin-bar {
        min-height: calc(100vh - 46px);
    }
}.block{
  display: block;
}body{
  display: block;
}.hamburger-lines {
    /* padding: 4px; */
    height: 16px;
    width: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}.hamburger-lines .line {
    height: 2px;
    width: 100%;
    border-radius: 10px;
    background: #fff;
}.faq_answer p {
    margin-bottom: 1rem;
}.faq_answer p a {
    text-decoration: underline;
}.faq_answer p:last-child {
    margin-bottom: 0px;
}.main_content{
  margin-bottom: 1.5rem;
}.main_content p{
  margin-bottom: 1.5rem;
}.main_content ul{
  margin-left: 1rem;
  margin-bottom: 1rem;
  list-style-type: disc;
}.main_content ul li{
  margin-left: 1rem;
}/* Summery */details summary {
    list-style: none;
}details p:last-child {
    padding-bottom: 0px;
}details summary::marker, details summary::-webkit-details-marker {
    display: none;
    list-style-type: none;
    padding: 0;
}details summary span {
    transform: rotate(0deg);
}details[open] summary span {
    transform: rotate(180deg);
}.menu-item{
  font-weight: 500;
  text-underline-offset: 4px;
}.menu-item:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}ul.checks{
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
}.checks li:before {
    font-family: 'Material Symbols Outlined';
    content: "\e876";
    position: absolute;
    left: 0px;
    padding-right: 0.75rem;
    font-size: 20px;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(57 218 192 / var(--tw-text-opacity));
}@media (min-width: 970px){.checks li:before{
    padding-right: 18px;
    font-size: 24px;
  }
}.checks li{
  margin-bottom: 0.5rem;
  line-height: 2rem;
}/* GF Styling */.gform_wrapper {
    /*  @apply xl:max-w-[60rem] lg:w-[52rem] xl:w-[60rem]; */
}input[type=text], input[type=email], input[type=tel], input[type=number], select, textarea{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 50 45 / var(--tw-border-opacity));
  padding: 1rem;
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}input[type=text]:hover, input[type=email]:hover, input[type=tel]:hover, input[type=number]:hover, select:hover, textarea:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
}input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, select:focus, textarea:focus{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  outline-style: solid;
  outline-color: #02231c;
}.textarea{
  resize: none;
}input[type=submit]{
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 9999px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@media (min-width: 600px){input[type=submit]{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
  }
}input[type=submit].btn_sm{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}@media (min-width: 600px){input[type=submit].btn_sm{
    font-size: 1rem;
  }
}input[type=submit].btn_sm_orange a{
  --tw-bg-opacity: 1;
  background-color: rgb(238 123 87 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
}input[type=submit].btn_sm_orange a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 94 69 / var(--tw-bg-opacity));
}@media (min-width: 600px){input[type=submit].btn_sm_orange a{
    font-size: 1rem;
  }
}input[type=submit].btn_lg{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 1.125rem;
}@media (min-width: 728px){input[type=submit].btn_lg{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}input[type=submit].fill_btn{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}input[type=submit].fill_btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}input[type=submit].fill_btn:disabled{
  cursor: default;
  opacity: 0.3;
}input[type=submit].fill_btn:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}.btninput[type=submit]{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}.btninput[type=submit]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}.btninput[type=submit]:disabled{
  cursor: default;
  opacity: 0.3;
}.btninput[type=submit]:hover:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}input[type=submit].fill_btn_dark{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(2 35 28 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(2 35 28 / var(--tw-bg-opacity));
}input[type=submit].fill_btn_dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 31 25 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 25 / var(--tw-bg-opacity));
}input[type=submit].outline_btn{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
}input[type=submit].outline_btn:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}input[type=submit].outline_btn_purple{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(205 111 215 / var(--tw-border-opacity));
}input[type=submit].outline_btn_purple:hover{
  --tw-border-opacity: 1;
  border-color: rgb(108 85 153 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(108 85 153 / var(--tw-bg-opacity));
}input[type=submit].outline_btn_white{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}input[type=submit].outline_btn_white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(38 26 63 / var(--tw-text-opacity));
}input[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(21 150 129 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 150 129 / var(--tw-bg-opacity));
}input[type=submit]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 101 90 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(37 101 90 / var(--tw-bg-opacity));
}input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}input:focus::placeholder, textarea:focus::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.ginput_complex, .gform_fields{
  gap: 1.5rem !important;
}.name_first, .name_last{
  padding: 0px !important;
}.gfield_consent_label{
  position: relative;
  line-height: 22px;
}.gfield_consent_label a{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}#field_submit{
  display: flex;
  justify-content: center;
}@media (min-width: 728px){#field_submit{
    justify-content: flex-end;
  }
}.gravity-theme input[type=checkbox] {
    opacity: 0;
    position: absolute;
}.gravity-theme input[type=checkbox] + label {
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    cursor: pointer;
    display: inline-block;
}.gravity-theme input[type=checkbox] + label:before,
.gravity-theme input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    left: 0;
    z-index: 1;
    transition: .2s;
}/* after */.gravity-theme input[type=checkbox]:not(:checked) + label:after {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    top: 0px;
}.gravity-theme input[type=checkbox]:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
    border-radius: 2px
}/* before */.gravity-theme input[type=checkbox]:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}.gravity-theme input[type=checkbox]:checked + label:before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    margin-top: 3px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(37deg);
    transform-origin: 100% 100%;
}.ginput_container_fileupload input {
    border: 2px dashed #159681;
    border-radius: 6px;
    max-width: 3rem 0rem !important;
    padding: 2rem 1rem;
    background-color: rgba(255, 255, 255, 0.1);

}.gfield_consent_label .gfield_required_text {
    display: none !important;
}.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules {
    font-size: 12px;
}.the-sum .gfield_label {
    margin-bottom: 0px !important;
}.ginput_container_total {
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0rem;

}.gform_wrapper.gravity-theme .order-block-1 {
    width: calc(100% + 32px);
    border-radius: 5px 0 0 5px;

}@media screen and (max-width: 640px) {.gform_wrapper.gravity-theme .order-block-1 {
        max-width: 100%

}
    }.gform_wrapper.gravity-theme .order-block-2 {

    border-radius: 0 5px 5px 0
}.gform_wrapper.gravity-theme .order-block-1, .gform_wrapper.gravity-theme .order-block-2 {
    background-color: #1e4942;
    padding: 1rem;
}.order-field input {
    background-color: rgba(0, 0, 0, 0.5);
}.ginput_container_total input {
    font-size: 24px !important;
    width: 170px;
    padding: 0px !Important;
}.gform_wrapper.gravity-theme .ginput_total {
    color: #fff !important;
    font-weight: 900;
    text-transform: lowercase;
}#mc_embed_shell{
  order: 1;
  width: 100%;
}@media (min-width: 970px){#mc_embed_shell{
    order: 0;
    width: 55%;
  }
}@media (min-width: 1240px){#mc_embed_shell{
    width: 42%;
  }
}#mc_embed_signup_scroll{
  position: relative;
}@media (min-width: 728px){#mc_embed_signup_scroll{
    margin-right: 2rem;
  }
}.mc-field-group{
  width: 100%;
}.mc-field-group input{
  height: 48px;
  width: 100%;
  border-radius: 9999px;
  font-size: 14px;
}@media (min-width: 600px){.mc-field-group input{
    height: auto;
    text-indent: 0.5rem;
    font-size: 16px;
  }
}#mc_embed_signup .button{
  position: absolute;
  top: 7px;
  right: 7px;
}@media (min-width: 600px){#mc_embed_signup .button{
    right: 3px;
    top: 3px;
  }
}#mc_embed_signup input.mce_inline_error {
    border-color: #ed1414;
}#mc_embed_signup div.mce_inline_error {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}#mce-success-response{
  margin-top: 0.5rem;
  font-size: 0.875rem;
}/* Contact form */.contact-form{
  margin-bottom: 6rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(21 150 129 / 0.2);
  background-color: rgb(255 255 255 / 0.05);
  padding: 1rem;
}@media (min-width: 600px){.contact-form{
    padding: 1.5rem;
  }
}@media (min-width: 970px){.contact-form{
    padding-top: 2.5rem;
  }
}.contact-form .gform_fields{
  position: relative;
}.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=number], .contact-form select, .contact-form textarea{
  background-color: rgb(255 255 255 / 0.1);
}.contact-form .gsection_title{
  font-size: 1.125rem;
}.contact-form .gsection{
  border-bottom-width: 0px !important;
}.contact-form .gsection_title{
  margin-bottom: 0px !important;
}.contact-form .gform_fields{
  gap: 1rem !important;
}.contact-form fieldset{
  background-color: rgb(255 255 255 / 0.1) !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1.5rem !important;
}.contact-form fieldset.gfield--type-consent {
    background-color: transparent !important;

    position: absolute !important;;
    bottom: -6.7rem !important;
    padding-left: 0 !important;
    margin-left: -1.5rem !important;;

}.contact-form #field_submit {
    position: absolute !important;
    bottom: -6rem !important;
    right: -1.5rem !important;
}.contact-form .form-sep{
  --tw-bg-opacity: 1;
  background-color: rgb(0 31 25 / var(--tw-bg-opacity));
    width: calc(100% + 2.2rem);
    position: relative;
    height: 4rem;
    left: -1.1rem;
}@media (min-width: 600px) {.contact-form .form-sep {
        width: calc(100% + 3.2rem);
        left: -1.6rem
}
    }.contact-form .form-sep:before {
        content: '';
        width: 100%;
        height: 20px;
        display: block;
        background-color: rgb(255 255 255 / 0.05);
        border-color: rgb(21 150 129 / 0.2);
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-radius: 0 0 0.5rem 0.5rem;

    }.contact-form .form-sep:after {
        content: '';
        width: 100%;
        height: 20px;
        display: block;
        background-color: rgb(255 255 255 / 0.05);
        border-color: rgb(21 150 129 / 0.2);
        border-top-width: 1px;
        border-left-width: 1px;
        border-right-width: 1px;
        border-radius: 0.5rem 0.5rem 0 0;
        position: absolute;
        bottom: 0px;
    }.page-template-startpage_alt .contact-form .form-sep{
  --tw-bg-opacity: 1;
  background-color: rgb(38 26 63 / var(--tw-bg-opacity));
}.contact-form fieldset legend {
    top: 30px !important;
    position: relative;
    margin-bottom: 50px !important;
}.contact-form .gfield_checkbox, .contact-form .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px; /* Adjust the gap between buttons */
}.contact-form .true-false .gfield_radio {
    gap: 0;
    overflow: hidden;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;


}.contact-form .true-false .gfield_radio .gform-field-label {
        border-radius: 0px;
    }.contact-form .true-false {

}.contact-form .gchoice {
    position: relative;
}.contact-form .gfield-choice-input {
    display: none !important;
}.contact-form .gchoice .gform-field-label {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 14px !important;
    background-color: #ffffff10; /* Button background color */
    color: #ffffff80; /* Button text color */
    cursor: pointer;
    transition: all 0.3s ease;
    max-width: 100% !important;
    font-weight: 700;

}.contact-form .gchoice .gform-field-label:before {
        display: none !important;
    }.contact-form .gchoice .gform-field-label:after {
        display: none !important;
    }.contact-form .gfield-choice-input:checked + .gform-field-label {
    background-color: #159681; /* Background color when checked */
    color: #ffffff; /* Text color when checked */
}.contact-form .gfield-choice-input:focus + .gform-field-label {
    outline: 2px solid #ffffff20; /* Focus outline */
}.contact-form .gform_footer {
    padding: 0 !important;
    margin: 0 !important;
}.contact-form .gfield_consent_label{
  font-size: 0.75rem;
}@media (min-width: 600px){.contact-form .gfield_consent_label{
    font-size: 1.125rem;
  }
}/* Flyout */.flyout {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: right 0.3s ease-in-out;
}.flyout.show {
    right: 0;
    opacity: 1;
}.flyout-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}.flyout-background.show {
    opacity: 1;
    pointer-events: auto;
}/* Flyout menu */.flyout-menu {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    transition: left 0.3s ease-in-out;
}.flyout-menu.show {
    left: 0;
}.flyout-menu-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}.flyout-menu-background.show {
    opacity: 1;
    pointer-events: auto;
}.flyout-text-content p{
  margin-bottom: 1.5rem;
}.mobile-nav li{
  margin-bottom: 1rem;
}.mobile-nav li a{
  font-size: 1.25rem;
  font-weight: 500;
}.mobile-nav li.text-base a {
    font-size: 16px;
}.price-small {
    font-size: 12px
}input[type=radio] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: transparent;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid white;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    transition: border .1s ease-out;
    top: 2px;
    position: relative;
}input[type=radio]:checked {
    border: 0.40em solid #EE7B57;
}input[type=radio]::before {
    content: "";
    width: 0.6em;
    height: 0.6em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: 0em 0em pink;
    /* Windows High Contrast Mode */
    background-color: #1f3933;
}input[type=radio]:checked::before {
    transform: scale(1);
}input[type=checkbox] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    -moz-appearance: none;
    appearance: none;
    /* For iOS < 15 */
    background-color: transparent;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid white;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    transition: border .1s ease-out;
    top: 2px;
    position: relative;
}input[type=checkbox]:checked {
    border: 0.40em solid #EE7B57;
}input[type=checkbox]:checked::before {
    transform: scale(1);
}/* Gravity forms validation */.gform_wrapper.gravity-theme .gform_validation_errors {
    background-color: transparent !important;
    outline: none;
}.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_required_legend {
    display: none;
}@media (min-width: 600px) {.sm-block {
        display: block !important
}
    }@media (min-width: 728px) {.md-block {
        display: block !important
}
    }.hover-no-underline:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}@media (min-width: 1536px) {

    .xl2-grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .xl2-max-w-full {
        max-width: 100% !important;;
    }
}.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_consent, .gform_wrapper .gform_body .gform_fields .gfield .gchoice {
    position: relative;
}.gform_ajax_spinner {
    display: none !important;
}/*
.timeline:before {
    content: '';
    position: absolute;
    top: 1.5rem;
    left: 0;
    display: block;
    height: 100%;
    width: 4px;
    border-radius: 4px;
    --tw-translate-x: 1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(21 150 129 / 0.5)
}
*/@media (min-width: 640px) {
    .timeline:before {
        margin-top: 8rem;
        left: 50%;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .timeline-event:before {
        left: 50%;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}.timeline-event:after {
    content: '';
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    position: absolute;
    top: 0rem;
    left: 0;
    height: 2rem;
    width: 2rem;
    border: 2px solid rgb(21 150 129);
    background-color: #162e28;

    --tw-translate-x: 1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
}.timeline-event:before {
    content: '';
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 2px;
    left: 30px;
    height: 100%;
    background-color: rgb(21 150 129 / 0.5)


}@media (min-width: 600px) {
    .timeline-event:before {
        top: 50%;
        left: 50%;
    }
}.timeline .is-visible span {
    background-color: rgb(21 150 129 / 1);
    height: 100%;
    -webkit-animation: expandHeight 1s ease;
            animation: expandHeight 1s ease;
    width: 4px;
    top: -100%;
    left: 30px;
}@media (min-width: 600px) {
    .timeline .is-visible span {
        top: -50%;
        left: calc(50% - 2px);
    }
}@-webkit-keyframes expandHeight {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}@keyframes expandHeight {
    0% {
        height: 0%;
    }
    100% {
        height: 100%;
    }
}.timeline-event:first-child span {
    display: none;
}.timeline-event:last-child:before {
    display: none;
}.timeline-event.event-1:after {
    content: '1';
}.timeline-event.event-2:after {
    content: '2';
}.timeline-event.event-3:after {
    content: '3';
}.timeline-event.event-4:after {
    content: '4';
}.timeline-event.event-5:after {
    content: '5';
}.timeline-event.event-6:after {
    content: '6';


}.timeline-event {
    min-height: 54vh;
}@media (min-width: 600px) {
    .timeline-event {
        min-height: 40vh;
    }
    .timeline-event:after {
        transition: background-color 1s ease-out;
        will-change: background-color;
        height: 4rem;
        top: 50%;
        width: 4rem;
        font-size: 20px;
        left: 50%;
        z-index: 10;
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
}.scroll-in-view .flex-1 {
        opacity: 0;
        transition: opacity 0.5s ease-out;
        will-change: opacity;
        position: relative;
    }.scroll-in-view img {
        transition: bottom 1s ease-out;
        position: relative;
        bottom: -1rem;
    }.scroll-in-view .text-inner {
        transition: top 1s ease-out;
        position: relative;
        top: -1rem;
    }.scroll-in-view.is-visible-delay .flex-1, .scroll-in-view:first-child .flex-1 {
        opacity: 1;
    }.scroll-in-view.is-visible-delay img, .scroll-in-view:first-child img {
        position: relative;
        bottom: 0%;
    }.scroll-in-view.is-visible-delay .text-inner, .scroll-in-view:first-child .text-inner {
        top: 0;
    }.scroll-in-view.is-visible-delay:after, .scroll-in-view:first-child:after {
        z-index: 10;
        border: 2px solid rgb(21 150 129);
        background-color: rgb(21 150 129);
    }.sub-menu{
  display: none;
  padding-top: 1rem;
}.sub-menu a{
  opacity: 0.6;
}.menu-item-has-children{
  position: relative;
  border-top-width: 1px;
  border-style: solid;
  border-color: rgb(26 26 26 / 0.1);
  padding-top: 1rem;
}.menu-item-has-children:after{
  pointer-events: none;
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 1rem;
  margin-right: 0.5rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-family: 'Material Symbols Outlined';
    content: "\e5e1";
}.menu-item-has-children.open:after{
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}.menu-item-has-children > a{
  display: block;
  width: 100%;
  cursor: pointer;
}.menu-item-has-children:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}.text-banner-content p{
  margin-bottom: 1rem;
  font-size: 1rem;
}.mobile-nav li.text-banner-content p a {
    font-size: 16px;
}.text-banner-content a{
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(21 150 129 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.mobile-nav li.text-banner-content a a {
    font-size: 16px;
}.text-banner-image{
  min-height: 16rem;
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
}@media (min-width: 600px){.text-banner-image{
    min-height: 24rem;
  }
}.single-post .container-contrl p, .blog .container-contrl p{
  margin-bottom: 1.5rem;
}.single-post .container-contrl p a, .blog .container-contrl p a{
  --tw-text-opacity: 1;
  color: rgb(238 123 87 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}.single-post .container-contrl p a:hover, .blog .container-contrl p a:hover{
  --tw-text-opacity: 1;
  color: rgb(174 94 69 / var(--tw-text-opacity));
}.single-post .container-contrl p:last-child, .blog .single-post .container-contrl p:last-child{
  margin-bottom: 0px;
}.contrl-ai-link{
  position: relative;
  margin-right: 1rem;
  height: 60px;
  width: 100px;
}.contrl-ai-link a{
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
    background-image: url('/wp-content/themes/contrl.se/static/images/contrl-ai.png');
}/* WEBSHOP */.wp-block-button__link, .single_add_to_cart_button {
    background-color: #ee7b57;
    border-radius: 28px;
    font-weight: 700;
}.wp-block-button__link:hover, .single_add_to_cart_button:hover {
    background-color: #dc6f4c;
}.wc-block-components-button:hover {
    background-color: #cb613f;
}.wc-block-components-button {
    background-color: #dc6f4c;
}.qty {
    min-width: 80px;
}.woocommerce div.product, main {
    margin-bottom: 6rem;
}.single_add_to_cart_button {
    height: 46px;
}.wc-block-components-button:not(.is-link).outlined:hover {
    border-color: #159681;
    background-color: transparent;;
}.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px #159681;
}.wc-block-components-button:not(.is-link).outlined:hover {

    color: #1a1a1a;
    opacity: 1;
}.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    box-shadow: 0 0 0 2px #39dac0;
    color: #fff;
    border-color: #39dac0;
    background-color: #39dac0;
    border-radius: 100%;
    font-size: 12px;
    width: 18px;
    height: 18px;
}.wc-block-mini-cart__badge {
    background-color: #159681;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}.wc-block-components-product-name {
    color: #159681;
    font-weight: 700;
}.wc-block-formatted-money-amount {
    font-weight: 700;
}.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input input:-webkit-autofill, .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=password], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em .5em .5em !important;
}a:where(:not(.wp-element-button)) {
    color: #159681;
    text-decoration: underline;
}.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #159681;
}footer {
    border-top: 1px solid #159681;
}
/*# sourceMappingURL=main.css.map */
