.rotate-180, .transform {
  --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;
}

.shadow {
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
}

.blur, .invert, .filter {
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
}/*
! tailwindcss v3.4.18 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: sans; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: mono; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 650px) {

  .container {
    max-width: 650px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1440px) {

  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1920px) {

  .container {
    max-width: 1920px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.left-0 {
  left: 0rem;
}
.left-\[-4rem\] {
  left: -4rem;
}
.right-0 {
  right: 0rem;
}
.top-0 {
  top: 0rem;
}
.top-\[-16rem\] {
  top: -16rem;
}
.top-\[80rem\] {
  top: 80rem;
}
.isolate {
  isolation: isolate;
}
.-z-1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mt-20 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.1rem;
}
.h-full {
  height: 100%;
}
.h-svh {
  height: 100svh;
}
.min-h-\[55rem\] {
  min-height: 55rem;
}
.w-100 {
  width: 10rem;
}
.w-full {
  width: 100%;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.transform {
  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));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.gap-x-10 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-10 {
  row-gap: 1rem;
}
.gap-y-40 {
  row-gap: 4rem;
}
.overflow-hidden {
  overflow: hidden;
}
.\!rounded-\[0\.5rem\] {
  border-radius: 0.5rem !important;
}
.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-blue {
  --tw-border-opacity: 1;
  border-color: rgb(1 99 176 / var(--tw-border-opacity, 1));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(1 99 176 / var(--tw-bg-opacity, 1));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 242 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.fill-\[\#0163b0\] {
  fill: #0163b0;
}
.p-1 {
  padding: 0.1rem;
}
.p-20 {
  padding: 2rem;
}
.px-15 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-120 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-100 {
  padding-bottom: 10rem;
}
.pl-20 {
  padding-left: 2rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-40 {
  padding-top: 4rem;
}
.text-center {
  text-align: center;
}
.text-25 {
  font-size: 2.5rem;
}
.text-30 {
  font-size: 3rem;
}
.font-bold {
  font-weight: 700;
}
.tracking-\[-0\.025em\] {
  letter-spacing: -0.025em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(1 99 176 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/**
 * Fonts
*/
@font-face {
    font-family: mono;
    src: url(../fonts/TwoShots-RoughBase.woff2) format("woff2"),url(../fonts/TwoShots-RoughBase.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
:root {
    --size: 440;
    --clamp: 10px;
    --global-font-size: clamp(1px, calc((100vw / var(--size)) * 10), var(--clamp));
    --swiper-theme-color: white;
    --swiper-navigation-color: white;
    --swiper-navigation-size: 2rem;
}
@media (min-width: 650px) {
    :root {
        --size: 1920;
    }
}
/* ==========================
Fluid
========================== */
@mixin fluid($properties, $value) {
    @each $property in $properties {
        #{$property}: calc(#{$value} * (100vw / var(--size)));
    }
}
/* ==========================
Base
========================== */
html {
    -ms-overflow-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
       -moz-text-size-adjust: none;
            text-size-adjust: none;
    font-size: clamp(1px, 10 * 100vw / 390, 12px);
    font-size: clamp(1px, 10 * 100vw / var(--size), var(--clamp))
}
body {
    font-family: "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 400;
    text-transform: inherit;
    font-style: inherit;
    letter-spacing: 0;
    font-size: 1.8rem;
    --tw-bg-opacity: 1;
    background-color: rgb(248 244 242 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
button:focus-visible,
a:focus-visible {
    outline: 2px solid #0163b0;
    outline-offset: 2px;
}
/* Ensure skip link is visible on focus */
.skip-link:focus {
    position: static;
    width: auto;
    height: auto;
    clip: auto;
    background: #0163b0;
    color: white;
    padding: 0.5rem 1rem;
    display: block;
}
h1 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.025em;
}
h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
h3 {
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 700;
}
p {
    font-size: 1em;
}
iframe {
    border: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 0.5rem;
}
figure img {
  width: 100%;
}
img {
    vertical-align: middle;
}
/* ==========================
    .hide utility
========================== */
.text-wrapper.hide p:not(:first-of-type) {
    height: 0;
    overflow: hidden;
}
.text-wrapper p:not(:first-of-type) {
        height: auto;
    }
.hide .text-wrapper p:not(:first-of-type) {
            height: 0;
            overflow: hidden;
        }
.text-toggle {
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.toggle-content {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.toggle-content .hide {
        display: none;
    }
/* ==========================
Site grid & Site Max
========================== */
.site-max {
    --padding: 2rem;
    padding-left: var(--padding) !important;
    padding-right: var(--padding) !important;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.site-max-small {
        max-width: 70rem;
    }
@media (min-width: 650px) {
.site-max {
        --padding: 10rem
}
    }
[data-scroll-to] {
    transition: color 0.3s ease, font-weight 0.3s ease;
}
[data-scroll-to].active {
  --tw-text-opacity: 1;
  color: rgb(1 99 176 / var(--tw-text-opacity, 1));
        font-weight: 600;
}
.hero {
    align-items: center;
}
@media (min-width: 650px) {
.hero {
        --padding: 20rem !important;
        -moz-column-gap: 6rem;
             column-gap: 6rem
}
    }
.hero figure {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-color: rgb(0 0 0 / 0.1);
  padding-top: 135%;
}
.hero figure img {
  position: absolute;
  inset: 0rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 650px) {
.hero .cms-text {
    padding-left: 15rem !important;
  }
.hero .cms-image {
            grid-column-start: 9 !important
    }
        }
.section-method h3 {
  font-size: 2rem;
}
.section-method .cms-blockstart {
  gap: 0rem !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.section-method .cms-text {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
@media (min-width: 650px) {

  .section-method .cms-text {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
.block {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
}
.block .block-inner {
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 650px) {

  .block .block-inner {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
.site-max-s {
        --padding: 2rem;
    }
@media (min-width: 650px) {
.site-max-s {
            --padding: 10rem
    }
        }
.cms-blockstart.cms-full-width {
        max-width: 100%;
    }
.site-grid {
        --columns: 12;
        --columns-masonry: 1;
        --gap: 1rem;
        display: grid;
        grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
        grid-column-gap: var(--gap);
    }
@media (min-width: 650px) {
.site-grid {
            --columns: 24;
            --gap: 0.5rem
    }
        }
body {
  border-top-width: 1px;
  border-top-width: 0.5rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 99 176 / var(--tw-border-opacity, 1));
}
strong {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
header nav .parents {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
header nav .parent-item {
  position: relative;
}
header nav .childrens {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(1 99 176 / var(--tw-bg-opacity, 1));
}
header nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 650px) {

  header nav ul {
    flex-direction: row;
  }

  header nav ul:first-of-type {
    margin-left: auto;
  }

  header nav ul:last-of-type {
    margin-right: auto;
  }
}
header nav button, header nav a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
@media (min-width: 650px) {
header nav button, header nav a {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
    }
header nav button .block-inner, header nav a .block-inner {
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 650px) {

  header nav button .block-inner, header nav a .block-inner {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }

  header nav button, header nav a {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
header nav .phone {
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 99 176 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(1 99 176 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
@media (min-width: 650px) {

  header nav .phone {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
header nav .phone:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 99 176 / var(--tw-text-opacity, 1));
}
header button,
        header a {
  display: block;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 650px) {
header button,
        header a {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
    }
header button .block-inner,
        header a .block-inner {
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 650px) {

  header button .block-inner,
        header a .block-inner {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
header .hamburger {
  display: none;
}
header button.close {
  position: absolute;
}
.txt p {
            margin-bottom: 2rem;
        }
h1, h2, h3, h4, h5, h6 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.cms-text p {
  margin-bottom: 2rem;
}
.cms-text a {
  display: inline-block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 99 176 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(1 99 176 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
.cms-text a:hover {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(1 99 176 / var(--tw-text-opacity, 1));
}
.menu-box {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem !important;
}
@media (min-width: 650px) {

  .menu-box {
    padding: 4rem !important;
  }
}
table {
  width: 100%;
}
table h3 {
  font-family: mono;
  font-size: 3.2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
table tbody {
  display: flex;
  flex-direction: column;
}
table td {
  width: 100% !important;
}
@media (min-width: 650px) {

  table td {
    white-space: nowrap;
  }
}
table td:last-child {
  text-align: right;
  font-family: mono;
  font-size: 3.2rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
table tr {
            border-bottom: 1px solid #eee;
            margin-bottom: 1rem;
            display: flex;
            padding-bottom: 1rem;
        }
table tr:last-child {
                border-bottom: 0;
                margin-bottom: 0rem;
                padding-bottom: 0rem;
            }
.home .cms-news-heading {
  display: none;
}
.swh-col.cms-blockstart.menu {
  padding: 2rem !important;
}
@media (min-width: 650px) {

  .swh-col.cms-blockstart.menu {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
}
body.pizzeria .cms-full-width {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.cms-news-item-link {
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: center;
  gap: 2rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}
@media (min-width: 650px) {

  .cms-news-item-link {
    padding: 1rem;
  }
}
.cms-news-item-link figure {
  grid-column: span 6 / span 6;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media (min-width: 650px) {

  .cms-news-item-link figure {
    grid-column: span 2 / span 2;
  }
}
.cms-news-item-link .text-content {
  grid-column: span 6 / span 6;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding-right: 4rem;
}
@media (min-width: 650px) {

  .cms-news-item-link .text-content {
    grid-column: span 4 / span 4;
  }
}
ul {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
ul li {
  display: flex;
  flex-direction: column;
}
ul li strong {
  font-size: 2.5rem;
}
.split-card {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
.split-card .cms-image {
            grid-column: span 2 / span 2 !important;
        }
.split-card .cms-text {
  grid-column: span 10 / span 10 !important;
}
@media (min-width: 650px) {

  .split-card .cms-text {
    grid-column: span 8 / span 8 !important;
  }
}
/**
     * SWH Templates Styles
    */
.swh-template .cms-blockstart {
  display: grid;
}
@media (min-width: 650px) {

  .swh-template .cms-blockstart {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.swh-template .cms-blockstart {
            grid-template-columns: repeat(12, 1fr);
        }
.swh-template .swh-col {
            flex-shrink: 0;
            flex-grow: 0;
        }
/* 100% - Full bredd */
.swh-template .swh-col[style*="width: 100%"] {
  grid-column: span 12 / span 12;
}
/* 75% - 9 kolumner */
.swh-template .swh-col[style*="width: 75%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 75%"] {
    grid-column: span 9 / span 9;
  }
}
.swh-template .swh-col[style*="width: 75%"] {
            width: auto !important;
        }
/* 66-70% - 8 kolumner */
.swh-template .swh-col[style*="width: 66%"],
        .swh-template .swh-col[style*="width: 70%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 66%"],
        .swh-template .swh-col[style*="width: 70%"] {
    grid-column: span 8 / span 8;
  }
}
.swh-template .swh-col[style*="width: 66%"],
        .swh-template .swh-col[style*="width: 70%"] {
            width: auto !important;
        }
/* 58-60% - 7 kolumner */
.swh-template .swh-col[style*="width: 58%"],
        .swh-template .swh-col[style*="width: 60%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 58%"],
        .swh-template .swh-col[style*="width: 60%"] {
    grid-column: span 7 / span 7;
  }
}
.swh-template .swh-col[style*="width: 58%"],
        .swh-template .swh-col[style*="width: 60%"] {
            width: auto !important;
        }
/* 50% - 6 kolumner */
.swh-template .swh-col[style*="width: 50%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 50%"] {
    grid-column: span 6 / span 6;
  }
}
.swh-template .swh-col[style*="width: 50%"] {
            width: auto !important;
        }
/* 41-40% - 5 kolumner */
.swh-template .swh-col[style*="width: 41%"],
        .swh-template .swh-col[style*="width: 40%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 41%"],
        .swh-template .swh-col[style*="width: 40%"] {
    grid-column: span 5 / span 5;
  }
}
.swh-template .swh-col[style*="width: 41%"],
        .swh-template .swh-col[style*="width: 40%"] {
            width: auto !important;
        }
/* 33-30% - 4 kolumner */
.swh-template .swh-col[style*="width: 33%"],
        .swh-template .swh-col[style*="width: 30%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 33%"],
        .swh-template .swh-col[style*="width: 30%"] {
    grid-column: span 4 / span 4;
  }
}
.swh-template .swh-col[style*="width: 33%"],
        .swh-template .swh-col[style*="width: 30%"] {
            width: auto !important;
        }
/* 25% - 3 kolumner */
.swh-template .swh-col[style*="width: 25%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 25%"] {
    grid-column: span 3 / span 3;
  }
}
.swh-template .swh-col[style*="width: 25%"] {
            width: auto !important;
        }
/* 16-20% - 2 kolumner */
.swh-template .swh-col[style*="width: 16%"],
        .swh-template .swh-col[style*="width: 20%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 16%"],
        .swh-template .swh-col[style*="width: 20%"] {
    grid-column: span 2 / span 2;
  }
}
.swh-template .swh-col[style*="width: 16%"],
        .swh-template .swh-col[style*="width: 20%"] {
            width: auto !important;
        }
/* 8-10% - 1 kolumn */
.swh-template .swh-col[style*="width: 8%"],
        .swh-template .swh-col[style*="width: 10%"] {
  grid-column: span 12 / span 12;
}
@media (min-width: 650px) {

  .swh-template .swh-col[style*="width: 8%"],
        .swh-template .swh-col[style*="width: 10%"] {
    grid-column: span 1 / span 1;
  }
}
.swh-template .swh-col[style*="width: 8%"],
        .swh-template .swh-col[style*="width: 10%"] {
            width: auto !important;
        }
.cms-hero {
  position: relative;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.cms-hero__image {
  position: relative;
  padding-top: 100%;
  opacity: 0.6;
}
@media (min-width: 650px) {

  .cms-hero__image {
    padding-top: 75%;
  }
}
@media (min-width: 1024px) {

  .cms-hero__image {
    padding-top: 40%;
  }
}
.cms-hero__image img {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cms-hero__wrapper {
            --padding: 2rem;
            position: absolute;
            bottom: 0rem;
            top: 0rem;
            left: 0rem;
            right: 0rem;
            display: flex;
            align-items: center;
            justify-content: center;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            padding-left: var(--padding);
            padding-right: var(--padding);
            margin-left: auto;
            margin-right: auto;
            max-width: 120rem;
        }
.cms-hero__text {
  max-width: 34rem;
  text-align: center;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 650px) {

  .cms-hero__text {
    max-width: 60rem;
  }
}
.cms-hero__text h1,.cms-hero__text h2,.cms-hero__text h3,.cms-hero__text h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cms-hero__text p {
            max-width: 32rem;
            margin: 0 auto;
        }
.cms-hero__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  margin-bottom: 0rem;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-duration: 300ms;
}
@media (min-width: 650px) {
.cms-hero__btn {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
    }
.cms-hero__btn .block-inner {
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 650px) {

  .cms-hero__btn .block-inner {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
}
.cms-hero__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 99 176 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.cms-hero__icon {
  display: none;
}
/* News Details */
.news-detail {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
        --padding: 2rem;
}
@media (min-width: 650px) {
.news-detail {
            --padding: 10rem
    }
        }
.news-detail .news-content {
  position: relative;
  padding-top: 2rem;
}
/* Navigation - Mobile */
[data-navigation-status="active"] [data-navigation-toggle="toggle"]::after {
                content: 'St\00e4ng';
                position: absolute;
                left: 0rem;
                top: 0rem;
                height: 100%;
                width: 100%;
                align-items: center;
                justify-content: center;
                --tw-bg-opacity: 1;
                background-color: rgb(1 99 176 / var(--tw-bg-opacity, 1));
                line-height: 2;
                --tw-text-opacity: 1;
                color: rgb(255 255 255 / var(--tw-text-opacity, 1));
            }
@media (max-width: 1025px) {
.bold-nav-full__tile {
            transition: clip-path 0.5s;
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%)
    }
        }
[data-navigation-status="active"] .bold-nav-full__tile {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
.texture-y .cms-text {
        padding: 4rem !important;
        position: relative;
        margin-bottom: 2rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 1rem;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    }
@media (min-width: 650px) {

  .texture-y .cms-text {
    margin-bottom: 0rem;
  }
}
.texture-y .cms-text {
        counter-increment: block-counter;
    }
.texture-y .cms-text p {
            margin-bottom: 0; 
            margin-top: auto;
        }
.texture-y .cms-text div {
            margin-top: auto;
            
        }
@media (min-width: 650px) {
.texture-y .cms-text div {
    padding: 2rem;
  } 
            }
.swh-template .swh-col.cms-text.about {
  margin-bottom: 4rem !important;
  padding-left: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 4rem !important;
}
@media (min-width: 650px) {

  .swh-template .swh-col.cms-text.about {
    padding-bottom: 8rem !important;
  }
}
.swh-template .swh-col.cms-text.about {
  overflow: hidden;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(0 0 0 / 0.2);
}
.hover\:bg-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 244 242 / var(--tw-bg-opacity, 1));
}
.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(1 99 176 / var(--tw-text-opacity, 1));
}
@media (min-width: 650px) {

  .s\:left-\[-14rem\] {
    left: -14rem;
  }

  .s\:top-\[36rem\] {
    top: 36rem;
  }

  .s\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .s\:col-span-24 {
    grid-column: span 24 / span 24;
  }

  .s\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .s\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .s\:col-start-5 {
    grid-column-start: 5;
  }

  .s\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .s\:block {
    display: block;
  }

  .s\:hidden {
    display: none;
  }

  .s\:w-\[19rem\] {
    width: 19rem;
  }

  .s\:w-\[25rem\] {
    width: 25rem;
  }

  .s\:max-w-\[19rem\] {
    max-width: 19rem;
  }

  .s\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .s\:items-start {
    align-items: flex-start;
  }

  .s\:justify-start {
    justify-content: flex-start;
  }

  .s\:rounded-full {
    border-radius: 9999px;
  }

  .s\:px-25 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .s\:py-15 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .s\:py-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .s\:pl-0 {
    padding-left: 0rem;
  }

  .s\:pt-0 {
    padding-top: 0rem;
  }

  .s\:text-left {
    text-align: left;
  }
}
@media (min-width: 1024px) {

  .l\:hidden {
    display: none;
  }
}