/*
! tailwindcss v3.0.7 | 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[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;
}

/* poppins-700 - latin */

@font-face {
  font-family: "Poppins";

  font-style: normal;

  font-weight: 700;

  src: local(""),
      url("../../fonts/poppins/poppins-v15-latin-700.woff2") format("woff2"),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
        url("../../fonts/poppins/poppins-v15-latin-700.woff") format("woff");

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* poppins-600 - latin */

@font-face {
  font-family: "Poppins Semibold";

  font-style: normal;

  font-weight: 600;

  src: local(""),
      url("../../fonts/poppins/poppins-v15-latin-600.woff2") format("woff2"),
      /* Super Modern Browsers */
        url("../../fonts/poppins/poppins-v15-latin-600.woff") format("woff");

  /* Modern Browsers */
}

/* poppins-regular - latin */

@font-face {
  font-family: "Poppins Normal";

  font-style: normal;

  font-weight: 400;

  src: local(""),
      url("../../fonts/poppins/poppins-v15-latin-regular.woff2") format("woff2"),
      /* Chrome 26+, Opera 23+, Firefox 39+ */
        url("../../fonts/poppins/poppins-v15-latin-regular.woff") format("woff");

  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* bitter-regular - latin */

@font-face {
  font-family: "Bitter";

  font-style: normal;

  font-weight: 400;

  src: url("../../fonts/bitter/bitter-v17-latin-regular.eot");

  /* IE9 Compat Modes */

  src: local(""),
      url("../../fonts/bitter/bitter-v17-latin-regular.eot?#iefix")
        format("font-embedded-opentype"),
      /* IE6-IE8 */ url("../../fonts/bitter/bitter-v17-latin-regular.woff2")
        format("font-woff2"),
      /* Super Modern Browsers */
        url("../../fonts/bitter/bitter-v17-latin-regular.woff")
        format("font-woff"),
      /* Modern Browsers */
        url("../../fonts/bitter/bitter-v17-latin-regular.ttf")
        format("truetype"),
      /* Safari, Android, iOS */
        url("../../fonts/bitter/bitter-v17-latin-regular.svg#Bitter")
        format("svg");

  /* Legacy iOS */
}

/* bitter-light - latin */

@font-face {
  font-family: "Bitter Light";

  font-style: normal;

  font-weight: 300;

  src: url("../../fonts/bitter/bitter-v19-latin-300.eot");

  /* IE9 Compat Modes */

  src: local(""),
      url("../../fonts/bitter/bitter-v19-latin-300.eot?#iefix")
        format("font-embedded-opentype"),
      /* IE6-IE8 */ url("../../fonts/bitter/bitter-v19-latin-300.woff2")
        format("font-woff2"),
      /* Super Modern Browsers */
        url("../../fonts/bitter/bitter-v19-latin-300.woff") format("font-woff"),
      /* Modern Browsers */ url("../../fonts/bitter/bitter-v19-latin-300.ttf")
        format("truetype"),
      /* Safari, Android, iOS */
        url("../../fonts/bitter/bitter-v19-latin-300.svg#Bitter") format("svg");

  /* Legacy iOS */
}

@font-face {
  font-family: "icomoon";

  src: url("../../fonts/icomoon/icomoon.eot?s3jny0");

  src: url("../../fonts/icomoon/icomoon.eot?s3jny0#iefix")
        format("embedded-opentype"),
      url("../../fonts/icomoon/icomoon.ttf?s3jny0") format("truetype"),
      url("fonts/icomoon.woff?s3jny0") format("woff"),
      url("../../fonts/icomoon/icomoon.svg?s3jny0#icomoon") format("svg");

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"],
  [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.toggle-content[aria-hidden="false"] {
  display: block;
}

.toggle-content[aria-hidden="true"] {
  display: none;
}

.align-sub {
  vertical-align: sub;
}

.error-info ul li a:hover, .error-info p a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 65 85 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.error-info ul li a, .error-info p a, .error-info p a:visited {
  --tw-text-opacity: 1;
  color: rgb(0 65 85 / var(--tw-text-opacity));
}

*, ::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-transform: translateX(var(--tw-translate-x)) translateY(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-scroll-snap-strictness: proximity;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --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: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
}

.container {
  width: 100%;
}

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

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

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

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

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

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

@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: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.module-single-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.\!static {
  position: static !important;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-3 {
  top: 0.75rem;
}

.right-0 {
  right: 0px;
}

.-top-4 {
  top: -1rem;
}

.-left-4 {
  left: -1rem;
}

.-right-4 {
  right: -1rem;
}

.right-3 {
  right: 0.75rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-4 {
  left: 1rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-10 {
  left: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.right-12 {
  right: 3rem;
}

.left-3 {
  left: 0.75rem;
}

.top-0 {
  top: 0px;
}

.right-8 {
  right: 2rem;
}

.right-80 {
  right: 20rem;
}

.left-8 {
  left: 2rem;
}

.left-40 {
  left: 10rem;
}

.z-50 {
  z-index: 50;
}

.z-30 {
  z-index: 30;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-1 {
  grid-column-start: 1;
}

.m-3 {
  margin: 0.75rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mr-\[-50vw\] {
  margin-right: -50vw;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-0 {
  margin-right: 0px;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-12 {
  margin-top: 3rem;
}

.ml-0 {
  margin-left: 0px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-16 {
  margin-top: 4rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.\!ml-0 {
  margin-left: 0px !important;
}

.\!mt-8 {
  margin-top: 2rem !important;
}

.\!mt-0\.5 {
  margin-top: 0.125rem !important;
}

.\!mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-\[50vw\] {
  height: 50vw;
}

.h-full {
  height: 100%;
}

.h-8 {
  height: 2rem;
}

.h-px {
  height: 1px;
}

.h-12 {
  height: 3rem;
}

.h-auto {
  height: auto;
}

.h-\[25vw\] {
  height: 25vw;
}

.h-20 {
  height: 5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-\[261px\] {
  height: 261px;
}

.h-6 {
  height: 1.5rem;
}

.h-\[72px\] {
  height: 72px;
}

.h-80 {
  height: 20rem;
}

.h-44 {
  height: 11rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-96 {
  height: 24rem;
}

.h-24 {
  height: 6rem;
}

.h-40 {
  height: 10rem;
}

.h-124 {
  height: 35rem;
}

.h-3\/5 {
  height: 60%;
}

.h-2\/5 {
  height: 40%;
}

.h-2\/4 {
  height: 50%;
}

.h-1\/2 {
  height: 50%;
}

.h-60 {
  height: 15rem;
}

.h-\[400px\] {
  height: 400px;
}

.h-10 {
  height: 2.5rem;
}

.\!h-4 {
  height: 1rem !important;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.w-screen {
  width: 100vw;
}

.w-full {
  width: 100%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-8 {
  width: 2rem;
}

.w-52 {
  width: 13rem;
}

.w-1\/2 {
  width: 50%;
}

.\!w-full {
  width: 100% !important;
}

.w-16 {
  width: 4rem;
}

.w-14 {
  width: 3.5rem;
}

.w-72 {
  width: 18rem;
}

.w-auto {
  width: auto;
}

.w-\[48px\] {
  width: 48px;
}

.\!w-98 {
  width: 25.5rem !important;
}

.w-\[75vw\] {
  width: 75vw;
}

.w-60 {
  width: 15rem;
}

.w-5 {
  width: 1.25rem;
}

.w-80 {
  width: 20rem;
}

.w-24 {
  width: 6rem;
}

.w-\[50vw\] {
  width: 50vw;
}

.w-6 {
  width: 1.5rem;
}

.w-10 {
  width: 2.5rem;
}

.\!w-4 {
  width: 1rem !important;
}

.max-w-\[100vw\] {
  max-width: 100vw;
}

.max-w-screen-md {
  max-width: 768px;
}

.\!max-w-\[151px\] {
  max-width: 151px !important;
}

.max-w-full {
  max-width: 100%;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

.snap-x {
  -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
      scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-start {
  scroll-snap-align: start;
}

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

.grid-cols-event {
  grid-template-columns: 18% 36% 23% 23%;
}

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

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

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

.gap-16 {
  gap: 4rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-2 {
  gap: 0.5rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

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

.rounded-4xl {
  border-radius: 2rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-none {
  border-radius: 0px;
}

.\!rounded {
  border-radius: 0.25rem !important;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.\!border-1 {
  border-width: 1px !important;
}

.border-1 {
  border-width: 1px;
}

.border-b-1 {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-b-5 {
  border-bottom-width: 5px;
}

.border-solid {
  border-style: solid;
}

.\!border-solid {
  border-style: solid !important;
}

.border-dotted {
  border-style: dotted;
}

.border-none {
  border-style: none;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-sofiero-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 85 / var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-sofiero-pink-2 {
  --tw-border-opacity: 1;
  border-color: rgb(241 211 200 / var(--tw-border-opacity));
}

.\!border-sofiero-gray-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(112 112 112 / var(--tw-border-opacity)) !important;
}

.border-sofiero-gray-light {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity));
}

.bg-sofiero-pink-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 211 200 / var(--tw-bg-opacity));
}

.\!bg-sofiero-pink-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 211 200 / var(--tw-bg-opacity)) !important;
}

.bg-sofiero-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 235 233 / var(--tw-bg-opacity));
}

.bg-sofiero-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 246 / var(--tw-bg-opacity));
}

.bg-sofiero-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 85 / var(--tw-bg-opacity));
}

.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.bg-sofiero-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(250 241 238 / var(--tw-bg-opacity));
}

.bg-sofiero-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(112 112 112 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-sofiero-light-green {
  --tw-bg-opacity: 1;
  background-color: rgb(130 214 111 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-sofiero-gray-lighter {
  --tw-bg-opacity: 1;
  background-color: rgb(204 211 218 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.bg-sofiero-pink-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 170 190 / var(--tw-bg-opacity));
}

.bg-sofiero-lighter-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(238 246 250 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-4 {
  padding: 1rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.\!p-8 {
  padding: 2rem !important;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.\!px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.\!pl-12 {
  padding-left: 3rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-\[2\.5px\] {
  padding-top: 2.5px;
}

.pl-0 {
  padding-left: 0px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.\!pt-14 {
  padding-top: 3.5rem !important;
}

.\!pl-4 {
  padding-left: 1rem !important;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-2 {
  padding-left: 0.5rem;
}

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.font-poppins {
  font-family: Poppins;
}

.font-bitter {
  font-family: Bitter;
}

.font-poppinsSemibold {
  font-family: Poppins Semibold;
}

.font-poppinsNormal {
  font-family: Poppins Normal;
}

.\!font-bitter {
  font-family: Bitter !important;
}

.font-bitterLight {
  font-family: Bitter Light;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2\.5xl {
  font-size: 1.75rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

.\!text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-4\.5xl {
  font-size: 2.875rem;
}

.font-bold {
  font-weight: 700;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-6 {
  line-height: 1.5rem;
}

.\!leading-11 {
  line-height: 2.625rem !important;
}

.\!leading-8 {
  line-height: 2rem !important;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-11 {
  line-height: 2.625rem;
}

.leading-6\.5 {
  line-height: 1.625rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-16 {
  line-height: 4rem;
}

.text-\[\#1d1d1d\] {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-sofiero-gray-light {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

.text-sofiero-green {
  --tw-text-opacity: 1;
  color: rgb(0 65 85 / var(--tw-text-opacity));
}

.\!text-sofiero-gray-light {
  --tw-text-opacity: 1 !important;
  color: rgb(112 112 112 / var(--tw-text-opacity)) !important;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.text-sofiero-gray-dark {
  --tw-text-opacity: 1;
  color: rgb(29 29 29 / var(--tw-text-opacity));
}

.text-\[\#252525\] {
  --tw-text-opacity: 1;
  color: rgb(37 37 37 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.\!underline {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.overline {
  -webkit-text-decoration-line: overline;
          text-decoration-line: overline;
}

.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-80 {
  opacity: 0.8;
}

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.icon-nature_people:before {
  content: "\e90b";
}

.icon-local_parking:before {
  content: "\e916";
}

.icon-map:before {
  content: "\e90c";
}

.icon-credit_card:before {
  content: "\e917";
}

.icon-perm_device_information:before {
  content: "\e90d";
}

.icon-clock:before {
  content: "\e90e";
}

.icon-gift:before {
  content: "\e90f";
}

.icon-heart:before {
  content: "\e910";
}

.icon-info:before {
  content: "\e911";
}

.icon-map-pin:before {
  content: "\e912";
}

.icon-message-circle:before {
  content: "\e913";
}

.icon-smile:before {
  content: "\e914";
}

.icon-thumbs-up:before {
  content: "\e915";
}

.icon-clear:before {
  content: "\e905";
}

.icon-menu1:before {
  content: "\e908";
}

.icon-minus1:before {
  content: "\e906";
}

.icon-plus1:before {
  content: "\e907";
}

.icon-search1:before {
  content: "\e909";
}

.icon-calendar:before {
  content: "\e900";
}

.icon-coffee:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-chevron-left:before {
  content: "\e904";
}

.icon-chevron-right:before {
  content: "\e90a";
}

.icon-arrow-right2:before {
  content: "\ea3c";
}

.icon-arrow-left2:before {
  content: "\ea40";
}

.icon-facebook2:before {
  content: "\ea91";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-sound-mix:before {
  content: "\e903";
}

.icon-ticket:before {
  content: "\e939";
}

.icon-map2:before {
  content: "\e94c";
}

.icon-spoon-knife:before {
  content: "\e9a3";
}

.icon-twitter:before {
  content: "\ea96";
}

.active-trail {
  border-bottom: 4px solid #f1d3c8;
  border-top: 1px solid #f1d3c8;
}

.breadcrumb-home::before {
  display: none !important;
}

.container {
  padding: 0 0;
}

.modularity-mod-upcomingevents p a,
.modularity-mod-goodtoknow p a {
  color: #1d1d1d;
  text-decoration: underline;
}

.modularity-mod-upcomingevents p a:hover,
.modularity-mod-goodtoknow p a:hover {
  text-decoration: none;
}

.vertical-sub {
  vertical-align: sub;
}

.upcoming-content p:nth-of-type(n + 2) {
  display: none;
}

.event-info a {
  color: #003b6c;
  text-decoration: underline;
}

.event-info a:hover {
  text-decoration: none;
}

.event-info p:first-of-type {
  font-size: 1rem;
  margin-bottom: 2rem;
  font-family: "Poppins Normal";
}

.event-info b {
  font-family: "Poppins";
}

@media only screen and (min-width: 1024px) {
  .event-info p:first-of-type {
    font-size: 1.75rem;
    font-family: "Bitter Light";
  }
}

.event-info p:nth-of-type(n + 2) {
  font-size: 1rem;
}

@media only screen and (min-width: 1024px) {
  .event-info p:nth-of-type(n + 2) {
    font-size: 1.25rem;
  }
}

.event-info p {
  margin-bottom: 2rem;
  line-height: 1.5;
  width: 100%;
}

.single-event-below {
  grid-template-columns: 16% 36% 32% 16%;
  gap: 1rem;
}

.filter-checkbox input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #f7f7f6;
  margin: 0;
  font: inherit;
  color: black;
  width: 1.5em;
  height: 1.5em;
  border: 0.1em solid #004155;
  border-radius: 15%;
  display: grid;
  place-content: center;
}

.filter-checkbox input[type="checkbox"]:before {
  content: "";
  width: 1em;
  height: 1em;
}

.filter-checkbox input[type="checkbox"]:checked::before {
  background-color: #004155;
  border: 0.1em solid #004155;
  border-radius: 15%;
}

.filter-checkbox + .filter-checkbox {
  margin-top: 1em;
}

.single-event .modularity-mod-accordion .event-accordion-div {
  display: contents;
}

.single-event
  .modularity-mod-accordion
  .event-accordion-div
  .event-accordion-div-child {
  width: 100%;
  padding: 2rem 2rem;
}

.single-event .modularity-mod-accordion .event-accordion-div h2 {
  padding-left: 0;
}

.grid-cols-three {
  grid-template-columns: 25% 50% 25%;
  margin: 0 auto;
}

.grid-cols-event {
  grid-template-columns: 16% 36% 32% 16%;
}

.single-event .container {
  padding: 0;
}

.modularity-mod-iconnavigation,
.modularity-mod-ticketpuff,
.modularity-mod-hero {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.grid-md-12 {
  padding: 0 !important;
}

.grid-sm-12 {
  margin-bottom: 0 !important;
}

.border {
  border: 1px solid;
}

.container {
  width: 100%;
}

.border-right {
  border-right: 4px solid white;
}

.dis-hid {
  display: none;
}

.grid-scroll {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
}

.fade {
  -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent);
}

.no-fade {
  -webkit-mask-image: none;
}

.fr1 {
  grid-template-columns: 1fr 1fr;
}

.center {
  text-align: center;
}

section + section {
  margin-top: 0;
}

.grid-lg-4 {
  max-width: 100% !important;
}

.main-footer .grid {
  margin-left: 0;
  margin-right: 0;
}

.main-footer ul {
  font-family: "Poppins Normal";
}

.frame-item {
  grid-column: 3/5;
  grid-row: 2/4;
}

@media only screen and (max-width: 766px) {
  .frame-item {
    display: contents;
  }
}

.main-footer {
  border-top: none !important;
}

.image-gallery-item {
  aspect-ratio: 1/1;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  opacity: 1;
}

.modal-content {
  margin: auto;
  width: 100%;
  -webkit-animation-name: zoom;
          animation-name: zoom;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

.image-gallery-item:hover {
  opacity: 0.6;
}

.close-modal {
  position: absolute;
  top: 0rem;
  color: white;
  font-size: 4rem;
  font-weight: bold;
  transition: 0.3s;
}

#menu-footer-menu-links {
  display: inline-grid;
  margin-right: 2rem;
  margin-top: 1rem;
}

@media only screen and (min-width: 1235px) {
  #menu-footer-menu-links {
    display: inline-flex;
  }
}

#menu-footer-menu-links li {
  margin-left: 3rem;
}

.textwidget pre, .textwidget ul li, .textwidget ul li a, .textwidget p {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 85 / var(--tw-bg-opacity));
  font-family: Bitter Light;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width: 768px) {
  .textwidget pre, .textwidget ul li, .textwidget ul li a, .textwidget p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.main-footer ul li a {
  font-size: 1.125rem;
}

.menu-item {
  margin-bottom: 1rem;
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
  font-family: "Poppins Normal";
}

.menu-item a,
.textwidget li a,
.textwidget pre a,
.textwidget p a {
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .menu-item a, .textwidget li a, .textwidget pre a, .textwidget p a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.textwidget p a {
  display: inline-block;
}

.menu-item:hover,
.textwidget pre a:hover,
.textwidget p a:hover {
  text-decoration: underline !important;
}

.textwidget {
  max-width: 100% !important;
}

.menu-item:after,
.textwidget pre a:after,
.textwidget p a:after {
  padding-left: 1rem;
  color: white !important;
  font-family: "icomoon";
  content: "\e90a";
  display: inline-block;
  font-size: "1.125rem";
  vertical-align: middle;
}

pre:not(.xdebug-var-dump) {
  line-height: 1.75rem !important;
}

.hover-icon:hover h3,
.hover-icon:hover h2 {
  text-decoration: underline;
}

.hover-icon:hover p {
  text-decoration: none;
}

.hover-icon:hover span {
  transform: translateX(0.5rem);
}

.hover-icon:focus .active-link {
  outline: 1px solid black;
}

#carousel-wrapper {
  scroll-behavior: smooth;
}

.align-super {
  vertical-align: super;
}

select:invalid {
  --tw-text-opacity: 1;
  color: rgb(157 164 176 / var(--tw-text-opacity));
}

#article {
  display: none;
}

h2.underline {
  border: none !important;
}

.hover-button:hover {
  text-decoration: underline;
}

.navigation-hover:hover h2 {
  text-decoration: underline;
}

.accordion-content a {
  --tw-text-opacity: 1;
  color: rgb(0 65 85 / var(--tw-text-opacity));
  text-decoration: underline;
}

.accordion-content a:hover {
  text-decoration: none;
}

.hyphens {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.form-control {
  display: grid;
  grid-template-columns: auto auto;
  gap: 0.5em;
}

.form-control-custom {
  display: flex;
}

.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.form-control input[type="checkbox"],
.form-control-custom input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  font: inherit;
  color: black;
  width: 1.5em;
  height: 1.5em;
  border: 0.15em solid #004155;
  border-radius: 0.15em;
  display: grid;
  place-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-control input[type="checkbox"]:before,
.form-control-custom input[type="checkbox"]:before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms all ease-in-out;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  border: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.form-control input[type="checkbox"]:checked, .form-control-custom input[type="checkbox"]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 85 / var(--tw-bg-opacity));
}

.form-control input[type="checkbox"]:checked::before,
.form-control-custom input[type="checkbox"]:checked::before {
  transform: scale(1);
}

.form-control + .form-control,
.form-control-custom + .form-control-custom {
  margin-top: 1em;
}

.input-checkbox {
  height: 1.5rem;
  width: 1.5rem;
}

.newsletter-integrity-text a {
  --tw-text-opacity: 1;
  color: rgb(0 65 85 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

h2.newsletter-integrity-text a {
  border: none;
}

.newsletter-integrity-text a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.wedding-wrapper h2,
.modularity-mod-textpuff h2,
.modularity-mod-textpuffextra h2 {
  font-size: 2.25rem;
  font-family: "Poppins";
  line-height: 42px;
  margin-bottom: 0.3rem;
}

.wedding-wrapper h3,
.modularity-mod-textpuff h3,
.modularity-mod-textpuffextra h3 {
  font-size: 1.75rem;
  font-family: "Poppins";
  line-height: 34px;
  margin-bottom: 0.3rem;
}

.wedding-wrapper h4,
.modularity-mod-textpuff h4,
.modularity-mod-textpuffextra h4 {
  font-size: 1.25rem;
  font-family: "Poppins";
  line-height: 28px;
  margin-bottom: 0.3rem;
}

.wedding-wrapper h5,
.modularity-mod-textpuff h5,
.modularity-mod-textpuffextra h5 {
  font-size: 1rem;
  font-family: "Poppins";
  line-height: 24px;
  margin-bottom: 0.3rem;
}

.wedding-wrapper h6,
.modularity-mod-textpuff h6,
.modularity-mod-textpuffextra h6 {
  font-size: 1rem;
  font-family: "Poppins";
  line-height: 24px;
  margin-bottom: 0.3rem;
}

.wedding-wrapper p {
  margin-bottom: 1.5rem;
  font-family: "Bitter";
  font-size: 1.25rem;
}

.wedding-wrapper p:last-of-type {
  margin-bottom: 1.75rem;
}

.wedding-wrapper p em {
  font-style: italic;
}

.wedding-wrapper p img,
.wedding-wrapper .wp-video {
  width: 100% !important;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  margin: 2rem 0;
}

.wedding-wrapper ol {
  list-style: decimal;
}

.wedding-wrapper ul {
  list-style: unset;
}

.wedding-wrapper ul,
.wedding-wrapper ol {
  margin-top: 0.5rem;
  padding-left: 1.25rem;
  margin-bottom: 2rem;
  line-height: 2.125rem;
}

.wedding-wrapper ul li,
.wedding-wrapper ol li {
  font-size: 1.25rem;
  font-family: "Bitter";
  margin-top: 1.25rem;
}

.accordion-content ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  list-style: unset;
}

.accordion-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
  list-style: auto;
}

.accordion-content p {
  margin-bottom: 1rem;
}

.wedding-wrapper p a {
  text-decoration: underline;
}

.wedding-wrapper a {
  --tw-text-opacity: 1;
  color: rgb(0 65 85 / var(--tw-text-opacity));
}

.wedding-wrapper a:hover {
  text-decoration: none;
}

.wedding-wrapper blockquote {
  border: none;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-style: italic;
  padding: 0;
  color: rgb(136, 21, 49) !important;
}

.wedding-wrapper blockquote p {
  font-family: "Bitter Light";
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.modularity-mod-textpuffextra p {
  padding-bottom: 1rem;
}

.modularity-mod-textpuff p {
  font-size: 1.75rem;
  padding-bottom: 0.75rem;
  line-height: 2.625rem;
  font-family: Bitter;
}

@media (min-width: 768px) {
  .modularity-mod-textpuff p {
    font-family: Bitter Light;
  }
}

.upcoming-content p {
  line-height: 1.375rem;
}

.modularity-mod-textpuff p a,
.modularity-mod-textpuffextra p a {
  text-decoration: underline;
}

.modularity-mod-textpuff p a:hover,
.modularity-mod-textpuffextra p a:hover {
  text-decoration: none;
}

.modularity-mod-textpuff ul,
.modularity-mod-textpuffextra ul {
  font-family: "Bitter Light";
  padding-left: 2rem;
  margin-bottom: 1rem;
  list-style: unset;
}

.modularity-mod-textpuff ol,
.modularity-mod-textpuffextra ol {
  font-family: "Bitter Light";
  padding-left: 2rem;
  margin-bottom: 1rem;
  list-style: auto;
}

@media only screen and (max-width: 767px) {
  .modularity-mod-textpuff p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .wedding-wrapper p,
  .modularity-mod-textpuffextra p,
  .wedding-wrapper ul li,
  .modularity-mod-textpuff ul,
  .modularity-mod-textpuffextra ul,
  .modularity-mod-textpuff ol,
  .modularity-mod-textpuffextra ol {
    font-size: 1rem;
    line-height: 1.625;
  }

  .wedding-wrapper blockquote p {
    font-size: 1rem;
    line-height: 1.75rem;
  }

  .wedding-wrapper ul li,
  .wedding-wrapper ol li {
    margin-top: 0.75rem;
    font-size: 1rem;
  }
}

.error-info ul {
  list-style: disc;
  margin-top: 2rem;
  line-height: 32px;
}

.error-page {
  margin-top: 7.5rem;
  margin-bottom: 15.5rem;
}

@media only screen and (max-width: 1023px) {
  .error-page {
    margin-top: 2rem;
    margin-bottom: 5rem;
  }
}

#mc_embed_signup form {
  padding: 0 !important;
}

.error-page ul li {
  line-height: 2rem;
}

.error-page ul li::before {
  display: none;
}

.page-footer {
  display: none;
}

#cookie-consent {
  display: none !important;
}

.fab {
  display: none !important;
}

@media only screen and (max-width: 375px) {
  .textwidget {
    max-width: 100% !important;
  }
}

@media only screen and (min-width: 350px) {
  .container {
    max-width: 100%;
  }
}

div[class^="widget_"]:not(.widget_calendar) {
  width: auto;
}

@media only screen and (max-width: 1023px) {
  .wedding-wrapper blockquote {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .wedding-wrapper p strong {
    font-size: 1.125rem;
  }

  .single-event .wedding-wrapper .wedding-content div:nth-of-type(1) {
    width: 100% !important;
    padding: 2rem 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .single-event .wedding-wrapper .wedding-content {
    display: inline-grid !important;
  }

  .single-event .wedding-wrapper .wedding-content div:nth-of-type(1) {
    width: 100% !important;
    padding: 2rem 0.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .border {
    border: 0;
  }

  .grid-scroll {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 1023px) {
  .grid-lg-4 {
    margin-bottom: 2rem;
  }

  .footer-area {
    display: none;
  }

  .footer-area-md {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }

  .footer-area-md {
    display: block;
  }

  .footer-area-md {
    width: auto;
  }

  .footer-area-md {
    border-bottom-width: 1px;
  }

  .footer-area-md {
    border-style: solid;
  }

  .footer-area-md {
    --tw-border-opacity: 1;
    border-color: rgb(153 179 187 / var(--tw-border-opacity));
  }

  .single-event .modularity-mod-accordion {
    display: block;
  }
}

@media only screen and (max-width: 1280px) {
  .single-event .modularity-mod-accordion {
    display: block;
  }

  .single-event .modularity-mod-accordion h2 {
    padding-left: 2rem;
  }
}

@media only screen and (min-width: 1025px) {
  .grid-lg-4 {
    margin-bottom: 2rem;
  }

  .footer-area-md {
    display: none;
  }

  .footer-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 4rem;
  }

  .footer-area {
    border-bottom-width: 1px;
  }

  .footer-area {
    border-style: solid;
  }

  .footer-area {
    --tw-border-opacity: 1;
    border-color: rgb(153 179 187 / var(--tw-border-opacity));
  }

  .container {
    max-width: 1536px;
  }
}

.grid-auto,
.grid-fit-content,
.grid-lg-1,
.grid-lg-10,
.grid-lg-11,
.grid-lg-12,
.grid-lg-2,
.grid-lg-3,
.grid-lg-4,
.grid-lg-5,
.grid-lg-6,
.grid-lg-7,
.grid-lg-8,
.grid-lg-9,
.grid-lg-auto,
.grid-lg-fit-content,
.grid-md-1,
.grid-md-10,
.grid-md-11,
.grid-md-12,
.grid-md-2,
.grid-md-3,
.grid-md-4,
.grid-md-5,
.grid-md-6,
.grid-md-7,
.grid-md-8,
.grid-md-9,
.grid-md-auto,
.grid-md-fit-content,
.grid-print-1,
.grid-print-10,
.grid-print-11,
.grid-print-12,
.grid-print-2,
.grid-print-3,
.grid-print-4,
.grid-print-5,
.grid-print-6,
.grid-print-7,
.grid-print-8,
.grid-print-9,
.grid-print-auto,
.grid-print-fit-content,
.grid-sm-1,
.grid-sm-10,
.grid-sm-11,
.grid-sm-12,
.grid-sm-2,
.grid-sm-3,
.grid-sm-4,
.grid-sm-5,
.grid-sm-6,
.grid-sm-7,
.grid-sm-8,
.grid-sm-9,
.grid-sm-auto,
.grid-sm-fit-content,
.grid-xl-1,
.grid-xl-10,
.grid-xl-11,
.grid-xl-12,
.grid-xl-2,
.grid-xl-3,
.grid-xl-4,
.grid-xl-5,
.grid-xl-6,
.grid-xl-7,
.grid-xl-8,
.grid-xl-9,
.grid-xl-auto,
.grid-xl-fit-content,
.grid-xs-1,
.grid-xs-10,
.grid-xs-11,
.grid-xs-12,
.grid-xs-2,
.grid-xs-3,
.grid-xs-4,
.grid-xs-5,
.grid-xs-6,
.grid-xs-7,
.grid-xs-8,
.grid-xs-9,
.grid-xs-auto,
.grid-xs-fit-content,
.grid > * {
  padding-right: 0;
  padding-left: 0;
}

.grid {
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
  #menu-footer-menu-links {
    margin-top: 2rem;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  #menu-footer-menu-links li {
    margin-left: 0rem;
  }

  .wedding-wrapper h2,
  .modularity-mod-textpuffextra h2 {
    font-size: 1.5rem;
    font-family: "Poppins";
    line-height: 28px;
  }

  .wedding-wrapper h3,
  .modularity-mod-textpuff h3,
  .modularity-mod-textpuffextra h3 {
    font-size: 1.375rem;
    font-family: "Poppins";
    line-height: 24px;
    margin-bottom: 0.3rem;
  }

  .wedding-wrapper h4,
  .modularity-mod-textpuff h4,
  .modularity-mod-textpuffextra h4 {
    font-size: 1.25rem;
    font-family: "Poppins";
    line-height: 24px;
    margin-bottom: 0.3rem;
  }

  .wedding-wrapper h5,
  .modularity-mod-textpuff h5,
  .modularity-mod-textpuffextra h5 {
    font-size: 1rem;
    font-family: "Poppins";
    line-height: 16px;
    margin-bottom: 0.3rem;
  }

  .wedding-wrapper h6,
  .modularity-mod-textpuff h6,
  .modularity-mod-textpuffextra h6 {
    font-size: 1rem;
    font-family: "Poppins";
    line-height: 16px;
    margin-bottom: 0.3rem;
  }
}

.breadcrumbs {
  font-family: "Poppins Normal";
}

.breadcrumbs li:not(:last-child)::after {
  content: "\e90a";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --tw-text-opacity: 1;
  color: rgb(153 179 187 / var(--tw-text-opacity));
}

.breadcrumbs li:nth-last-child(2) a::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .logotype svg {
    width: 75%;
    height: 75%;
  }
}

.mc-field-group label {
  margin-top: 2rem;
  font-family: Bitter;
  line-height: 1.5rem;
}

@media (min-width: 768px) {
  .mc-field-group label {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .mc-field-group label {
    line-height: 2rem;
  }
}

#mc-embedded-subscribe {
  margin-right: 1rem;
  margin-left: 0px !important;
  margin-top: 2rem !important;
  height: 3.5rem;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 85 / var(--tw-bg-opacity));
  padding: 0.75rem;
  font-family: Bitter !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.first\:border-t-1:first-child {
  border-top-width: 1px;
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:bg-sofiero-green-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 52 68 / var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-sofiero-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 85 / var(--tw-bg-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:\!underline:hover {
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:transition:hover {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:no-underline:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mb-20 {
    margin-bottom: 5rem;
  }

  .sm\:ml-\[-50vw\] {
    margin-left: -50vw;
  }

  .sm\:mr-\[-50vw\] {
    margin-right: -50vw;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-\[100vw\] {
    max-width: 100vw;
  }

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

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-4\.5xl {
    font-size: 2.875rem;
  }

  .sm\:text-2\.5xl {
    font-size: 1.75rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:leading-8 {
    line-height: 2rem;
  }

  .sm\:\!leading-18 {
    line-height: 5rem !important;
  }

  .sm\:leading-16 {
    line-height: 4rem;
  }

  .sm\:\!leading-13 {
    line-height: 3.125rem !important;
  }

  .sm\:leading-11 {
    line-height: 2.625rem;
  }

  .sm\:no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }
}

@media (min-width: 768px) {
  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:bottom-8 {
    bottom: 2rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:\!my-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:ml-24 {
    margin-left: 6rem;
  }

  .md\:ml-\[-50vw\] {
    margin-left: -50vw;
  }

  .md\:mr-\[-50vw\] {
    margin-right: -50vw;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:\!mt-1 {
    margin-top: 0.25rem !important;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:w-172 {
    width: 42.75rem;
  }

  .md\:\!w-172 {
    width: 42.75rem !important;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:\!pl-16 {
    padding-left: 4rem !important;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:font-bitterLight {
    font-family: Bitter Light;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-4\.5xl {
    font-size: 2.875rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:\!text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }

  .md\:text-2\.5xl {
    font-size: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:\!text-4\.5xl {
    font-size: 2.875rem !important;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:leading-13 {
    line-height: 3.125rem;
  }

  .md\:leading-11 {
    line-height: 2.625rem;
  }

  .md\:leading-8 {
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .lg\:not-sr-only {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:bottom-16 {
    bottom: 4rem;
  }

  .lg\:bottom-12 {
    bottom: 3rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-\[-50vw\] {
    margin-left: -50vw;
  }

  .lg\:mr-\[-50vw\] {
    margin-right: -50vw;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:\!mt-0 {
    margin-top: 0px !important;
  }

  .lg\:\!block {
    display: block !important;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:\!h-16 {
    height: 4rem !important;
  }

  .lg\:h-\[48px\] {
    height: 48px;
  }

  .lg\:h-60 {
    height: 15rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-116 {
    height: 30rem;
  }

  .lg\:h-3\/5 {
    height: 60%;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:\!h-6 {
    height: 1.5rem !important;
  }

  .lg\:h-5\/6 {
    height: 83.333333%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-60 {
    width: 15rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-\[235px\] {
    width: 235px;
  }

  .lg\:w-172 {
    width: 42.75rem;
  }

  .lg\:w-88 {
    width: 22.875rem;
  }

  .lg\:\!w-88 {
    width: 22.875rem !important;
  }

  .lg\:\!w-6 {
    width: 1.5rem !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-160 {
    max-width: 39rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-\[100vw\] {
    max-width: 100vw;
  }

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

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-baseline {
    align-items: baseline;
  }

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:break-words {
    overflow-wrap: break-word;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:\!px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:\!pl-8 {
    padding-left: 2rem !important;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:\!text-left {
    text-align: left !important;
  }

  .lg\:font-bitterLight {
    font-family: Bitter Light;
  }

  .lg\:font-bitter {
    font-family: Bitter;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-4\.5xl {
    font-size: 2.875rem;
  }

  .lg\:text-2\.5xl {
    font-size: 1.75rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:leading-11 {
    line-height: 2.625rem;
  }

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-13 {
    line-height: 3.125rem;
  }

  .lg\:no-underline {
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
  }

  .lg\:before\:content-\[\'\D6ppet_idag_kl\.\'\]::before {
    --tw-content: 'Öppet idag kl.';
    content: var(--tw-content);
  }

  .lg\:hover\:border-b-5:hover {
    border-bottom-width: 5px;
  }

  .lg\:hover\:border-sofiero-light-blue:hover {
    --tw-border-opacity: 1;
    border-color: rgb(199 226 240 / var(--tw-border-opacity));
  }
}

@media (min-width: 1280px) {
  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:left-40 {
    left: 10rem;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:h-\[40vw\] {
    height: 40vw;
  }

  .xl\:h-\[1027px\] {
    height: 1027px;
  }

  .xl\:min-h-116 {
    min-height: 30rem;
  }

  .xl\:w-140 {
    width: 35rem;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-160 {
    width: 39rem;
  }

  .xl\:w-108 {
    width: 28rem;
  }

  .xl\:w-256 {
    width: 72rem;
  }

  .xl\:w-104 {
    width: 27rem;
  }

  .xl\:w-132 {
    width: 33rem;
  }

  .xl\:max-w-348 {
    max-width: 87rem;
  }

  .xl\:snap-none {
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-13 {
    line-height: 3.125rem;
  }

  .xl\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }

  .\32xl\:ml-40 {
    margin-left: 10rem;
  }

  .\32xl\:px-\[16\%\] {
    padding-left: 16%;
    padding-right: 16%;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 320px) {
  .xsm\:bottom-3 {
    bottom: 0.75rem;
  }

  .xsm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xsm\:justify-between {
    justify-content: space-between;
  }

  .xsm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 425px) {
  .xs\:relative {
    position: relative;
  }
}

@media (min-width: 520px) {
  .s\:\!max-w-full {
    max-width: 100% !important;
  }

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

@media (min-width: 768px) {
  .m\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .m\:ml-\[-50vw\] {
    margin-left: -50vw;
  }

  .m\:mr-12 {
    margin-right: 3rem;
  }

  .m\:mr-8 {
    margin-right: 2rem;
  }

  .m\:mr-\[-50vw\] {
    margin-right: -50vw;
  }

  .m\:mb-4 {
    margin-bottom: 1rem;
  }

  .m\:h-116 {
    height: 30rem;
  }

  .m\:h-60 {
    height: 15rem;
  }

  .m\:h-48 {
    height: 12rem;
  }

  .m\:w-6\/12 {
    width: 50%;
  }

  .m\:w-72 {
    width: 18rem;
  }

  .m\:w-48 {
    width: 12rem;
  }

  .m\:w-screen {
    width: 100vw;
  }

  .m\:max-w-\[100vw\] {
    max-width: 100vw;
  }

  .m\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .m\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .m\:text-2\.5xl {
    font-size: 1.75rem;
  }

  .m\:text-4\.5xl {
    font-size: 2.875rem;
  }

  .m\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .m\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .m\:leading-8 {
    line-height: 2rem;
  }

  @media (min-width: 640px) {
    .m\:sm\:text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
}
