﻿@charset "UTF-8";
/*!
Theme Name: bravissimo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bravissimo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

bravissimo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("../../../css2");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  color: #2B2B2B;
  font-weight: 400;
  height: 100%;
  background-color: #FFFFFF;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

/* Change the background color of highlighted text */
::-moz-selection {
  background-color: #FFD8FF;
  /* Replace with your desired color code */
  color: #2B2B2B;
}
::selection {
  background-color: #FFD8FF;
  /* Replace with your desired color code */
  color: #2B2B2B;
}

/* Change the background color of highlighted text for older browsers */
::-moz-selection {
  background-color: #FFD8FF;
  /* Replace with your desired color code */
  color: #2B2B2B;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.fadeIn.in-view {
  opacity: 1;
  animation: fadeIn 2s ease-in-out;
}

h1 {
  font-size: 42px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 130px;
  }
}

h2 {
  font-size: 38px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 100px;
  }
}

h3 {
  font-size: 32px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 74px;
  }
}

h4 {
  font-size: 28px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 34px;
  }
}

h5 {
  font-size: 26px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 28px;
  }
}

h6 {
  font-size: 22px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 22px;
  }
}

ul,
li {
  list-style: none;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #540657;
  letter-spacing: 0.1px;
}

p {
  padding-bottom: 15px;
  font-size: 16px;
  font-family: "Figtree", sans-serif;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 1.6;
  }
}

/* Skapa en klass för bilder med overlay */
.image-overlay {
  position: relative;
  display: inline-block;
}
.image-overlay img {
  display: block;
}
.image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #540657;
  opacity: 0.1;
  /* 10% opacity */
  pointer-events: none;
}

.wpcf7-spinner {
  margin: 0;
  width: 0;
  height: 0;
  display: none !important;
}

/* Media query för 125% inzoomning */
.site-header {
  position: sticky;
  top: 0;
  height: 100%;
  background: #FFD8FF;
  z-index: 9999;
  padding-left: 0;
  /* Smidig övergång för alla egenskaper */
}
@media (min-width: 1260px) {
  .site-header {
    height: 150px;
  }
}
.site-header .header-buttons .member-button {
  display: none;
}
.site-header.sticky {
  z-index: 700;
  height: 80px;
  opacity: 1;
}
@media (min-width: 1000px) {
  .site-header.sticky {
    height: 100px;
  }
}
.site-header.sticky .site-branding img {
  width: 140px;
  height: 25px;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  /* Lägg till övergångar för logotypens storlek */
}
@media (min-width: 1000px) {
  .site-header.sticky .site-branding img {
    width: 262px;
    height: 50px;
  }
}
@media (max-width: 1380px) {
  .site-header.sticky .main-navigation-container {
    display: none;
  }
}
.site-header.sticky .container .site-branding img {
  transform: scale(0.85);
}
.site-header.sticky .header-buttons {
  display: flex;
  flex-direction: row;
  gap: 45px;
  align-items: center;
  justify-content: center;
}
.site-header.sticky .header-buttons .member-button {
  display: none;
  border: 2px solid #540657;
  border-radius: 40px;
  height: 55px;
  width: 215px;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.6s;
}
@media (min-width: 1000px) {
  .site-header.sticky .header-buttons .member-button {
    display: flex;
  }
}
.site-header.sticky .header-buttons .member-button span {
  font-weight: 600;
  transition: ease-in-out 0.6s;
}
.site-header.sticky .header-buttons .member-button:hover {
  background-color: #540657;
}
.site-header.sticky .header-buttons .member-button:hover span {
  color: #fff;
}
.site-header.sticky .menuButton__line {
  height: 2px;
}
.site-header .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 20px;
  flex-direction: row;
  align-items: center;
  height: 100%;
  /* Lägg till övergång för containerhöjden */
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1380px) {
  .site-header .container {
    padding: 30px 60px 0;
    height: 100%;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1500px) {
  .site-header .container {
    padding: 30px 100px 0;
  }
}
.site-header .container .site-branding {
  position: relative;
  top: 0;
}
@media (min-width: 1500px) {
  .site-header .container .site-branding {
    top: 0;
  }
}
.site-header .container .site-branding img {
  width: 120px;
  height: 25px;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out;
  /* Lägg till övergångar för logotypens storlek */
}
@media (min-width: 1000px) {
  .site-header .container .site-branding img {
    width: 240px;
    height: 50px;
  }
}
.site-header .container nav {
  display: flex;
  align-items: center;
}
.site-header .container .main-navigation-container {
  width: 100%;
  order: 2;
  transition: opacity 0.6s ease, max-height 0.6s ease, margin-top 0.6s ease;
  position: relative;
  /* För att kunna positionera pseudo-element */
  overflow: visible;
  /* Viktigt för att begränsa fade-effekterna inom containern */
  max-height: 200px;
  transition: opacity 0.6s ease, max-height 0.6s ease;
  pointer-events: all;
}
@media (max-width: 1380px) {
  .site-header .container .main-navigation-container.is-hidden {
    margin-top: 0 !important;
  }
  .site-header .container .main-navigation-container:not(.is-hidden) {
    margin-top: 10px;
  }
}
@media (min-width: 1380px) {
  .site-header .container .main-navigation-container {
    width: auto;
    flex: 0 0 auto;
    order: initial;
    margin-top: 0;
    margin-left: auto;
    margin-right: 25px;
  }
}
.site-header .menuButton {
  gap: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: none;
  background-color: #FFD8FF;
  border: none;
  color: #540657;
}
.site-header .menuButton__label {
  font-weight: 700;
  padding-bottom: 0;
  font-family: "Figtree", sans-serif;
  display: none;
}
@media (min-width: 1000px) {
  .site-header .menuButton__label {
    display: block;
  }
}
.site-header .menuButton__hamburger {
  width: 25px;
  height: 20px;
  top: 5px;
  right: 0;
  display: block;
  position: relative;
}
.site-header .menuButton__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: width 0.6s ease-in-out;
  /* Lägg till övergångar för bredd */
}
.site-header .menuButton__line:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
.site-header .expandedMenu--isOpen .menuButton__line:nth-child(1) {
  top: 50%;
  transform: rotate(0.375turn);
}
.site-header .expandedMenu--isOpen .menuButton__line:nth-child(2) {
  opacity: 0;
}

.main-navigation {
  background-color: #540657;
  border-radius: 8px;
  position: relative;
  /* Behövs för pseudo-element */
  color: white;
  font-family: "Figtree", sans-serif;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  cursor: grab;
  /* Visar en "hand"-pekare som indikerar att man kan skrolla */
  scrollbar-width: none;
  margin-left: 0;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 50px 0 0 50px;
  /* När användaren klickar och drar */
  /* Container för fade-effekter för bättre kontroll */
  /* Klasser som läggs till via JavaScript */
  /* Dölj fade-effekten på skärmstorlekar över 735px */
}
.main-navigation::-webkit-scrollbar {
  display: none;
}
.main-navigation.scrolled-to-end {
  border-radius: 50px;
  margin-right: 0.2rem;
}
@media (min-width: 900px) {
  .main-navigation {
    border-radius: 50px;
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  .main-navigation {
    overflow-x: visible;
    white-space: normal;
    border-radius: 50px;
    cursor: auto;
  }
}
.main-navigation:active {
  cursor: grabbing;
  /* Ändrar pekaren när användaren aktivt drar */
}
.main-navigation .nav-fade-container {
  display: none;
  /* Börja med dold, visas av JavaScript */
}
.main-navigation.has-fade-right::after {
  content: "";
  position: fixed;
  top: 0;
  /* Korrekt position sätts av JavaScript */
  right: 0;
  width: 40px;
  height: 0;
  /* Höjd sätts av JavaScript */
  background: linear-gradient(to left, #540657, rgba(84, 6, 87, 0));
  z-index: 3;
  pointer-events: none;
}
@media screen and (min-width: 766px) {
  .main-navigation::before, .main-navigation::after {
    display: none;
  }
}

.nav-wrapper {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 1260px) {
  .nav-wrapper {
    width: auto;
  }
}

.who-are-you-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 25px;
}

.section-title {
  display: inline-flex;
  color: #ff8b26;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  animation: mediumPulse 1s ease-in-out infinite;
}
@media (min-width: 1000px) {
  .section-title {
    padding: 0 20px 0 0;
  }
}

@keyframes mediumPulse {
  0%, 100% {
    transform: scale(0.9);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.15);
    opacity: 1;
  }
}
.nav-items {
  display: flex;
  gap: 10px;
}

.nav-item {
  display: flex;
  align-items: center;
  padding-left: 25px;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
  transition: ease-in-out 0.4s;
}
.nav-item:hover::before {
  color: rgba(222, 162, 222, 0.7882352941);
}
.nav-item:hover {
  color: rgba(222, 162, 222, 0.7882352941);
}
.nav-item.active {
  color: rgba(222, 162, 222, 0.7882352941);
}
.nav-item.active::before {
  color: rgba(222, 162, 222, 0.7882352941);
}
.nav-item::before {
  content: "❯";
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
  color: white;
  position: absolute;
  left: 10px;
  top: 48%;
  transform: translateY(-50%);
  transition: ease-in-out 0.4s;
}
.nav-item.reset-choice::before {
  content: "↻";
  font-size: 16px;
  left: 5px;
}

.nav-text {
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes pulseText {
  0% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 139, 38, 0);
  }
  50% {
    transform: scale(1.05);
    text-shadow: 0 0 10px rgba(255, 139, 38, 0.5);
  }
  100% {
    transform: scale(1);
    text-shadow: 0 0 0 rgba(255, 139, 38, 0);
  }
}
.site-banner {
  background-color: #540657;
  color: white;
  padding: 30px 0;
  justify-content: center;
  align-items: center;
  /* position: sticky; */
  top: 0;
  z-index: 1000;
}
.site-banner .site-banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 20px;
}
@media (min-width: 1000px) {
  .site-banner .site-banner-content {
    margin: 0 60px;
  }
}
@media (min-width: 1500px) {
  .site-banner .site-banner-content {
    margin: 0 100px;
  }
}
.site-banner .site-banner-content a {
  color: #ff8b26;
  text-decoration: underline;
}
.site-banner .site-banner-content p {
  padding-bottom: 0;
}

footer {
  background-color: #540657;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  color: #FFD8FF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1500px) {
  footer {
    height: 465px;
  }
}
footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(84, 6, 87, 0.7);
  z-index: 1;
}
@media (min-width: 1500px) {
  footer .overlay {
    height: 385px;
  }
}
footer .container {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin: 0 20px;
}
@media (min-width: 1000px) {
  footer .container {
    flex-direction: row;
    margin: 0 60px;
    gap: 50px;
  }
}
@media (min-width: 1500px) {
  footer .container {
    align-items: flex-start;
    height: 385px;
    margin: 0 100px;
    gap: 0;
  }
}
footer .footer-left {
  display: flex;
  flex-direction: column;
  padding-top: 119px;
  gap: 50px;
  align-items: center;
}
@media (min-width: 1000px) {
  footer .footer-left {
    align-items: flex-start;
  }
}
footer .footer-left .information {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}
@media (min-width: 1000px) {
  footer .footer-left .information {
    flex-direction: row;
    padding-bottom: 60px;
    text-align: left;
    gap: 60px;
  }
}
@media (min-width: 1500px) {
  footer .footer-left .information {
    padding-bottom: 0;
  }
}
footer .footer-left .information h6 {
  color: #ff8b26;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1000px) {
  footer .footer-left .information h6 {
    text-align: left;
  }
}
footer .footer-left .logo img {
  width: 265px;
  height: 50px;
}
footer .footer-left .contact p,
footer .footer-left .visitus p {
  padding-bottom: 2px;
  color: #FFD8FF;
  font-weight: 200;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 1500px) {
  footer .footer-left .contact p,
  footer .footer-left .visitus p {
    font-size: 18px;
  }
}
footer .footer-left .contact address,
footer .footer-left .visitus address {
  font-style: normal;
}
footer .footer-left .contact a,
footer .footer-left .visitus a {
  color: #FFD8FF;
  transition: ease-in-out 0.5s;
  font-weight: 200;
  line-height: 1.5;
}
footer .footer-left .contact a:hover,
footer .footer-left .visitus a:hover {
  color: #ff8b26;
}
footer .getsocial {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1000px) {
  footer .getsocial {
    justify-content: initial;
    align-items: flex-start;
  }
}
@media (min-width: 1500px) {
  footer .getsocial {
    justify-content: space-between;
  }
}
footer .getsocial .icons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}
footer .getsocial a {
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
}
footer .getsocial a svg {
  width: 100%;
  height: 100%;
  fill: #FFD8FF;
  transition: fill 0.5s;
}
footer .getsocial a svg:hover {
  fill: #ff8b26;
}
footer .footer-right {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 75px 0;
  width: 100%;
  align-items: center;
}
@media (min-width: 1000px) {
  footer .footer-right {
    align-items: flex-end;
    padding: 75px 0 0;
  }
}
@media (min-width: 1500px) {
  footer .footer-right {
    padding: 190px 0 0 0;
    width: initial;
  }
}
footer .footer-right .newsletter {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1500px) {
  footer .footer-right .newsletter {
    width: initial;
  }
}
footer .footer-right .newsletter .subscribe {
  margin: 0 20px;
  max-width: 100%;
}
@media (min-width: 1500px) {
  footer .footer-right .newsletter .subscribe {
    width: 550px;
  }
}
footer .footer-right .newsletter .subscribe input::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  color: #2B2B2B;
  padding-left: 20px;
}
footer .footer-right .newsletter .subscribe input::placeholder {
  font-family: "Figtree", sans-serif;
  color: #2B2B2B;
  padding-left: 20px;
}
footer .footer-right .newsletter h6 {
  color: #FFD8FF;
  margin-bottom: 20px;
  padding: 0 40px;
}
@media (min-width: 1500px) {
  footer .footer-right .newsletter h6 {
    padding: 0 0 10px;
    font-size: 24px;
  }
}
footer .footer-right form {
  display: flex;
  flex-direction: row;
  background-color: #FFD8FF;
  justify-content: space-between;
  border-radius: 50px;
  max-width: 542px;
}
footer .footer-right form ::-moz-placeholder {
  display: flex;
  align-items: center;
  color: #2B2B2B;
  padding-left: 20px;
  padding-bottom: 0;
}
footer .footer-right form ::placeholder {
  display: flex;
  align-items: center;
  color: #2B2B2B;
  padding-left: 20px;
  padding-bottom: 0;
}
footer .footer-right form input[type=text] {
  flex-grow: 1;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  color: #2B2B2B;
  background-color: #FFD8FF;
  padding-left: 10px;
  /* Hantera autofyllning för Webkit-baserade webbläsare som Chrome, Safari */
  /* Hantera autofyllning för Mozilla Firefox */
  /* Hantera autofyllning för Edge */
}
footer .footer-right form input[type=text]:focus {
  outline: none;
  padding-left: 20px;
}
footer .footer-right form input[type=text]:focus::-moz-placeholder {
  color: transparent;
}
footer .footer-right form input[type=text]:focus::placeholder {
  color: transparent;
}
footer .footer-right form input[type=text]:-webkit-autofill, footer .footer-right form input[type=text]:-webkit-autofill:hover, footer .footer-right form input[type=text]:-webkit-autofill:focus, footer .footer-right form input[type=text]:-webkit-autofill:active {
  /* Byt ut mot din bakgrundsfärg */
  -webkit-box-shadow: 0 0 0 1000px #FFD8FF inset; /* Bakgrundsfärg för autofyllning */
  -webkit-text-fill-color: #2B2B2B !important;
  /* Byt ut mot din textfärg */
}
footer .footer-right form input[type=text]:-moz-autofill {
  box-shadow: 0 0 0 30px #FFD8FF inset !important;
  /* Byt ut mot din bakgrundsfärg */
  -moz-text-fill-color: #2B2B2B !important;
  /* Byt ut mot din textfärg */
}
footer .footer-right form input[type=text]:-ms-autofill {
  box-shadow: 0 0 0 30px #FFD8FF inset !important;
  /* Byt ut mot din bakgrundsfärg */
  -ms-text-fill-color: #2B2B2B !important;
  /* Byt ut mot din textfärg */
}
footer .footer-right form input[type=submit] {
  display: flex;
  background-color: #ff8b26;
  color: #FFFFFF;
  width: 167px;
  height: 65px;
  align-items: center;
  justify-content: center;
  border-radius: 0 50px 50px 0;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 16px;
  transition: ease-in-out 0.3s;
}
@media (min-width: 1000px) {
  footer .footer-right form input[type=submit] {
    font-size: 18px;
  }
}
footer .footer-right form input[type=submit]:hover {
  background-color: #f27100;
}
footer .bottom {
  background-color: #89348c;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: left;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  footer .bottom {
    padding-left: 60px;
  }
}
@media (min-width: 1500px) {
  footer .bottom {
    padding-left: 100px;
  }
}
footer .bottom a {
  color: #d494d6;
  text-decoration: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

/* Stil för expanded menu */
.expanded-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  overflow: hidden;
  background-color: #540657;
  color: #FFD8FF;
  z-index: 999;
  transition: width 0.6s ease;
}
.expanded-menu.open {
  width: 100vw;
  overflow: auto;
  -ms-overflow-style: none;
  /* För Internet Explorer och Edge */
  scrollbar-width: none;
  /* För Firefox */
}
.expanded-menu.open .open::-webkit-scrollbar {
  display: none;
  /* För Chrome, Safari och Opera */
}
@media (min-width: 600px) {
  .expanded-menu.open {
    width: 85vw;
  }
}
@media (min-width: 1500px) {
  .expanded-menu.open {
    width: 90vw;
  }
}
@media (min-width: 1800px) {
  .expanded-menu.open {
    width: 75vw;
  }
}
.expanded-menu.open .expanded-menu-content {
  animation: fadeIn 0.8s ease-in-out 0.6s forwards;
}
.expanded-menu:not(.open) .expanded-menu-content {
  animation: fadeOut 0.5s ease-out forwards;
}
.expanded-menu .site-branding {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .expanded-menu .site-branding {
    height: 140px;
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu .site-branding {
    padding: 0 100px;
  }
}
.expanded-menu .site-branding svg {
  width: 120px;
  height: 25px;
  fill: #FFD8FF;
}
@media (min-width: 1500px) {
  .expanded-menu .site-branding svg {
    width: 240px;
    height: 50px;
  }
}
.expanded-menu .social-media {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
  gap: 10px;
}
@media (min-width: 600px) {
  .expanded-menu .social-media {
    right: 40px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu .social-media {
    bottom: 50px;
    right: 100px;
  }
}
.expanded-menu .social-media .social-text {
  color: #FFD8FF;
}
.expanded-menu .social-media .social-text p {
  font-weight: 300;
  font-size: 16px;
  padding-bottom: 0;
}
@media (min-width: 1500px) {
  .expanded-menu .social-media .social-text p {
    font-weight: 400;
    font-size: 18px;
  }
}
.expanded-menu .social-media .social-icons a svg {
  fill: #FFD8FF;
}

.expanded-menu-content {
  display: flex;
  height: 100%;
  opacity: 0;
  /* Initialt osynlig */
  transition: opacity 0.6s ease;
}
.expanded-menu-content .expanded-menu-right {
  padding: 20px;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
}
@media (min-width: 600px) {
  .expanded-menu-content .expanded-menu-right {
    padding: 50px 64px;
  }
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right {
    padding: 50px 104px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right {
    padding: 20px;
  }
}
.expanded-menu-content .expanded-menu-right .become-member {
  height: 20%;
  margin: 50px 0;
}
@media (min-width: 600px) {
  .expanded-menu-content .expanded-menu-right .become-member {
    width: 250px;
    margin: 100px 0;
    width: initial;
  }
}
.expanded-menu-content .expanded-menu-right .become-member a {
  position: relative;
  font-size: 16px;
  font-family: "Brockmann", Arial, sans-serif;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 50px;
  padding: 15px 20px;
  background-color: #ff8b26;
  align-items: center;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .become-member a {
    font-size: 22px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .become-member a {
    font-size: 28px;
    padding: 20px 40px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-wrapper {
  overflow: auto;
  -ms-overflow-style: none;
  /* För Internet Explorer och Edge */
  scrollbar-width: none;
  /* För Firefox */
  padding: 50px 0;
}
.expanded-menu-content .expanded-menu-right .menu-wrapper::-webkit-scrollbar {
  display: none;
  /* För Chrome, Safari och Opera */
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-wrapper {
    padding: 100px 150px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-wrapper .menu-title {
  color: white;
  margin-bottom: 50px;
}
.expanded-menu-content .expanded-menu-right .menu-wrapper .menu-title h2 {
  font-size: 28px;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-wrapper .menu-title h2 {
    font-size: 38px;
  }
}
@media (min-width: 1260px) {
  .expanded-menu-content .expanded-menu-right .menu-wrapper .menu-title h2 {
    font-size: 60px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  min-width: 80%;
  padding: 0;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container {
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
    gap: 50px;
    margin-left: 5px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container {
    gap: 80px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-column {
  display: flex;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu {
  width: 100%;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu a {
  border-bottom: 1px solid #89348c;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  min-width: 280px;
  align-items: center;
  transition: max-height 0.8s ease, opacity 0.8s ease, transform 0.8s ease;
}
@media (min-width: 1050px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu a {
    min-width: 300px;
  }
}
@media (min-width: 1230px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu a {
    min-width: 380px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu a {
    min-width: 450px;
    border-bottom: 2px solid #89348c;
    padding-bottom: 20px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children {
  position: relative;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children ul li:last-child a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children ul li:last-child a {
  margin-bottom: 0;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu {
  display: block;
  max-height: 0;
  overflow: hidden;
  flex-direction: column;
  opacity: 0;
  border-bottom: 1px solid #89348c;
  transition: max-height 0.8s ease, opacity 0.8s ease, transform 0.8s ease;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu li,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu li {
  margin-bottom: 5px;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu li a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu li a {
  transform: translateY(10px);
  opacity: 0;
  color: #FFD8FF;
  border-bottom: none;
  padding-bottom: 10px;
  gap: 0;
  font-weight: 200;
  transition: opacity 0.4s ease, transform 0.4s ease, color 0.3s ease;
  font-size: 16px;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu li a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu li a {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu li a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu li a {
    font-size: 22px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu li a:hover,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu li a:hover {
  color: #ff8b26;
  font-weight: 400;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children.open .sub-menu,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children.open .sub-menu {
  display: flex;
  max-height: 1000px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children.open .sub-menu li a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children.open .sub-menu li a {
  font-weight: 200;
  font-size: 16px;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
  letter-spacing: 1px;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children.open .sub-menu li a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children.open .sub-menu li a {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children.open .sub-menu li a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children.open .sub-menu li a {
    font-size: 22px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children > a::after,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children > a::after {
  content: "";
  background-image: url("images/icon-arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children > a::after,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children > a::after {
    width: 20px;
    height: 20px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children.open > a::after,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children.open > a::after {
  content: "";
  background-image: url("images/icon-arrow-purple.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
  width: 15px;
  height: 15px;
  margin-left: 5px;
  transform-origin: 50% 50%;
  transition: transform 0.3s ease;
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children.open > a::after,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children.open > a::after {
    width: 20px;
    height: 20px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .menu-item > a::after,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .menu-item > a::after {
  margin-left: 10px;
  content: "";
  background-image: url("images/icon-arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(-90deg);
  width: 10px;
  height: 10px;
  transform-origin: 50% 50%;
  transition: none;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu .menu-item > a::before,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu .menu-item > a::before {
  content: "—";
  margin-right: 5px;
  color: #89348c;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu .menu-item > a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu .menu-item > a {
  color: #ef88f2;
  font-size: 16px;
  font-weight: 200;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu .menu-item > a:hover,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu .menu-item > a:hover {
  color: #ff8b26;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu {
  border-bottom: none;
  font-size: 14px;
  margin-top: 15px;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu {
    font-size: 16px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu {
    font-size: 18px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu li,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu li {
  font-size: 14px !important;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu li,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu li {
    font-size: 16px !important;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu li,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu li {
    font-size: 18px !important;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu li a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu li a {
  font-size: 14px !important;
  transition: none;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu li a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu li a {
    font-size: 16px !important;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .sub-menu .sub-menu li a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .sub-menu .sub-menu li a {
    font-size: 18px !important;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children.open a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children.open a {
  border-bottom: none;
  display: flex;
}
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu li a,
.expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu li a {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-1-container .menu-item-has-children .sub-menu li a,
  .expanded-menu-content .expanded-menu-right .menu-container .menu-menu-2-container .menu-item-has-children .sub-menu li a {
    font-size: 22px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container ul li {
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container ul li {
    margin-bottom: 15px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container ul li {
    margin-bottom: 25px;
  }
}
@media (min-width: 2000px) {
  .expanded-menu-content .expanded-menu-right .menu-container ul li {
    margin-bottom: 30px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container ul li a {
  font-family: "Brockmann", Arial, sans-serif;
  font-size: 22px;
  color: #FFD8FF;
  letter-spacing: 1.5px;
  gap: 10px;
  font-weight: 600;
  transition: ease-in-out 0.4s;
}
@media (min-width: 1000px) {
  .expanded-menu-content .expanded-menu-right .menu-container ul li a {
    font-size: 28px;
    gap: 20px;
  }
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .menu-container ul li a {
    font-size: 32px;
  }
}
.expanded-menu-content .expanded-menu-right .menu-container ul li:hover {
  color: #ff8b26;
}
.expanded-menu-content .expanded-menu-right .expanded-menu-info {
  position: absolute;
  bottom: 10%;
  right: 10%;
  height: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  padding-right: 20px;
  justify-content: end;
}
@media (min-width: 1500px) {
  .expanded-menu-content .expanded-menu-right .expanded-menu-info {
    width: 50%;
  }
}
.expanded-menu-content .expanded-menu-right .expanded-menu-info a {
  font-size: 14px;
}
@media (min-width: 600px) {
  .expanded-menu-content .expanded-menu-right .expanded-menu-info a {
    font-size: 16px;
  }
}
.expanded-menu-content .expanded-menu-right .expanded-menu-info a:hover {
  color: #ff8b26;
  font-weight: bold;
}
.expanded-menu-content .expanded-menu-right .expanded-menu-info p {
  font-size: 14px;
}
@media (min-width: 600px) {
  .expanded-menu-content .expanded-menu-right .expanded-menu-info p {
    font-size: 16px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(20px);
  }
}
.close-button-expanded {
  position: absolute;
  top: 26px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media (min-width: 1000px) {
  .close-button-expanded {
    top: 50px;
    right: 45px;
  }
}
@media (min-width: 1500px) {
  .close-button-expanded {
    right: 95px;
  }
}
.close-button-expanded span.menuButton__label {
  color: #FFD8FF;
  transition: color 0.3s ease-in-out;
}
.close-button-expanded .close-button {
  position: relative;
  width: 30px;
  /* Justera storleken efter behov */
  height: 30px;
  /* Justera storleken efter behov */
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease-in-out;
  background-color: #540657;
  color: #FFD8FF;
  font-weight: 100;
}
@media (min-width: 1500px) {
  .close-button-expanded .close-button {
    width: 40px;
    /* Justera storleken efter behov */
    height: 40px;
    /* Justera storleken efter behov */
  }
}
.close-button-expanded .close-button::before, .close-button-expanded .close-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  /* Justera storleken på krysslinjerna efter behov */
  height: 2px;
  /* Tjocklek på krysslinjerna */
  background-color: #FFD8FF;
  /* Färg på krysslinjerna */
  transform-origin: center;
}
.close-button-expanded .close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-button-expanded .close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.close-button-expanded:hover .close-button {
  transform: rotate(180deg);
}
.close-button-expanded:hover .close-button::before,
.close-button-expanded:hover .close-button::after {
  background-color: #FFD8FF;
  /* Färg på krysslinjerna vid hover */
}
.close-button-expanded:hover span.menuButton__label {
  color: #FFD8FF;
  /* Ändra färgen på texten vid hover */
}

@media screen and (-webkit-min-device-pixel-ratio: 1.25), screen and (min-resolution: 1.25dppx) {
  .menu-title {
    margin-left: 0;
  }
}
.topsection-wrapper-page {
  background-color: #FFD8FF;
  padding: 0 22px 20px;
  position: relative;
}
@media (min-width: 1000px) {
  .topsection-wrapper-page {
    padding: 0 6.25rem 3.125rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .topsection-wrapper-page {
    padding: 0 10rem 6.25rem 6.25rem;
  }
}
@media (min-width: 1500px) {
  .topsection-wrapper-page {
    padding: 0 12.5rem 6.25rem 6.25rem;
  }
}
.topsection-wrapper-page .icon {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 10;
}
@media (min-width: 600px) {
  .topsection-wrapper-page .icon {
    bottom: -25px;
    right: -25px;
  }
}
.topsection-wrapper-page .icon-image {
  width: 150px;
  height: auto;
  opacity: 30%;
}
@media (min-width: 600px) {
  .topsection-wrapper-page .icon-image {
    width: 250px;
  }
}
@media (min-width: 1000px) {
  .topsection-wrapper-page .icon-image {
    opacity: 100%;
  }
}
@media (min-width: 1500px) {
  .topsection-wrapper-page .icon-image {
    width: 350px;
  }
}
.topsection-wrapper-page .topsection-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .topsection-wrapper-page .topsection-content {
    bottom: 90px;
    left: 0;
  }
}
@media (min-width: 1500px) {
  .topsection-wrapper-page .topsection-content {
    gap: 20px;
  }
}
@media (min-width: 1000px) {
  .topsection-wrapper-page .topsection-content .special-heading {
    max-width: 80%;
  }
}
.topsection-wrapper-page .topsection-content .topsection-h1 {
  justify-content: flex-start;
  word-break: break-word;
  overflow-wrap: break-word;
}
.topsection-wrapper-page .topsection-content .topsection-h1 h1 {
  font-size: 38px;
  color: #ff8b26;
  line-height: 1;
}
@media (min-width: 1000px) {
  .topsection-wrapper-page .topsection-content .topsection-h1 h1 {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .topsection-wrapper-page .topsection-content .topsection-h1 h1 {
    font-size: 85px;
  }
}
.topsection-wrapper-page .topsection-content .content {
  max-width: 300px;
  padding-left: 1rem;
}
@media (min-width: 600px) {
  .topsection-wrapper-page .topsection-content .content {
    max-width: 600px;
    padding-left: 1.875rem;
  }
}
@media (min-width: 1500px) {
  .topsection-wrapper-page .topsection-content .content {
    padding-left: 0;
    max-width: 800px;
  }
}
.topsection-wrapper-page .topsection-content .content p {
  font-size: 16px;
}
@media (min-width: 1000px) {
  .topsection-wrapper-page .topsection-content .content p {
    font-size: 20px;
    line-height: 1.5;
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .topsection-wrapper-page .topsection-content .content p {
    font-size: 22px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.topsection-wrapper {
  background-color: #FFD8FF;
  padding: 0 22px 20px;
  position: relative;
}
@media (min-width: 1000px) {
  .topsection-wrapper {
    padding: 0 6.25rem 3.125rem 3.125rem;
  }
}
@media (min-width: 1440px) {
  .topsection-wrapper {
    padding: 0 10rem 6.25rem 6.25rem;
  }
}
@media (min-width: 1500px) {
  .topsection-wrapper {
    padding: 0 12.5rem 6.25rem 6.25rem;
  }
}

.topsection-container {
  position: relative;
  height: 60vh;
  border-radius: 30px;
  -webkit-mask-image: radial-gradient(circle, white, black);
          mask-image: radial-gradient(circle, white, black);
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1000px) {
  .topsection-container {
    border-radius: 1.875rem;
  }
}
@media (min-width: 1000px) {
  .topsection-container {
    height: 80vh;
    background-attachment: fixed;
  }
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  z-index: 0;
}
@media (min-width: 1000px) {
  .background-video {
    background-attachment: fixed;
  }
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(84, 6, 87, 0.7);
  z-index: 1;
}

.top-content {
  position: absolute;
  top: 1.875rem;
  left: 2.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  /* Ta bort ::after pseudo-elementet helt */
}
@media (min-width: 1000px) {
  .top-content {
    gap: 1rem;
  }
}
@media (min-width: 1500px) {
  .top-content {
    left: 6.5625rem;
  }
}
.top-content .circle-arrow {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 0.5rem;
}
@media (min-width: 1000px) {
  .top-content .circle-arrow {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}
.top-content p {
  color: white;
  font-size: 1rem;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 500;
  padding-bottom: 0;
}
@media (min-width: 600px) {
  .top-content p {
    font-size: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .top-content p {
    font-size: 1.75rem;
  }
}
@media (min-width: 1500px) {
  .top-content p {
    font-size: 2rem;
  }
}

.topsection-content {
  position: relative;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 1500px) {
  .topsection-content {
    padding: 0 6.25rem;
  }
}
.topsection-content h1, .topsection-content h5 {
  margin: 0;
}
.topsection-content .topsection-h1 {
  padding: 0 3.4375rem 0.625rem 1rem;
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}
@media (min-width: 600px) {
  .topsection-content .topsection-h1 {
    width: 80%;
    padding: 0 1.875rem;
  }
}
@media (min-width: 1000px) {
  .topsection-content .topsection-h1 {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .topsection-content .topsection-h1 {
    padding: 0;
    display: flex;
    width: 80%;
  }
}
@media (min-width: 2000px) {
  .topsection-content .topsection-h1 {
    padding: 0;
  }
}
.topsection-content .topsection-h1 h1 {
  font-size: 2.625rem;
  color: white;
  line-height: 1;
}
@media (min-width: 600px) {
  .topsection-content .topsection-h1 h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1000px) {
  .topsection-content .topsection-h1 h1 {
    font-size: 5.75rem;
  }
}
@media (min-width: 1520px) {
  .topsection-content .topsection-h1 h1 {
    font-size: 7.5rem;
  }
}
.topsection-content .topsection-h1 span.last-words {
  color: #ff8b26;
}
.topsection-content .topsection-h5 {
  display: flex;
  padding: 0 1rem;
  justify-content: flex-start;
  opacity: 0;
  animation: fadeIn 2.5s ease-in-out 1s forwards;
}
@media (min-width: 615px) {
  .topsection-content .topsection-h5 {
    padding: 0 2.25rem;
  }
}
@media (min-width: 1000px) {
  .topsection-content .topsection-h5 {
    padding: 1.25rem 1.875rem;
  }
}
@media (min-width: 1500px) {
  .topsection-content .topsection-h5 {
    padding: 1.25rem 0 1.25rem 0.625rem;
  }
}
.topsection-content .topsection-h5 h5 {
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 600px) {
  .topsection-content .topsection-h5 h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .topsection-content .topsection-h5 h5 {
    font-size: 1.75rem;
  }
}
@media (min-width: 1500px) {
  .topsection-content .topsection-h5 h5 {
    font-size: 2.625rem;
  }
}

.round-button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  bottom: 1rem; /* Matchar vänster-padding på topsection-h1 för mobil (1rem) */
  right: 1rem; /* Matchar vänster-padding på topsection-h1 för mobil (1rem) */
  padding: 0.75rem 1.8rem; /* 10px 20px */
  border: 0.125rem solid #ff8b26; /* 2px */
  border-radius: 3.125rem; /* 50px */
  background-color: #ff8b26;
  overflow: hidden;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 615px) {
  .round-button {
    bottom: 1.875rem; /* Matchar vänster-padding för tablet-portrait */
    right: 1.875rem; /* Matchar vänster-padding för tablet-portrait */
  }
}
@media (min-width: 1000px) {
  .round-button {
    bottom: 1.875rem; /* Matchar vänster-padding för tablet-landscape */
    right: 1.875rem; /* Matchar vänster-padding för tablet-landscape */
    padding: 1.25rem 2.5rem; /* 20px 40px */
  }
}
@media (min-width: 1380px) {
  .round-button {
    bottom: 4rem; /* Ökad för att få mer avstånd från botten på större skärmar */
    right: 4rem; /* Matchar högerpadding på topsection-content för desktop (100px) */
  }
}
@media (min-width: 1500px) {
  .round-button {
    bottom: 6.25rem; /* Större avstånd för riktig desktop */
    right: 6.25rem; /* Matchar högerpadding på topsection-content (100px) */
  }
}
.round-button span {
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  .round-button span {
    font-size: 1.375rem;
  }
}
@media (min-width: 1500px) {
  .round-button span {
    font-size: 1.625rem;
  }
}

.round-button.no-padding {
  right: 1.25rem;
  left: initial;
  bottom: initial;
  top: 1.25rem;
  padding: 0.625rem 3.125rem;
}
@media (min-width: 1000px) {
  .round-button.no-padding {
    bottom: 5rem;
    right: 3.125rem;
    padding: 1.25rem 4.125rem;
    top: initial;
  }
}
.round-button.no-padding span {
  font-size: 1.125rem;
}
@media (min-width: 1000px) {
  .round-button.no-padding span {
    font-size: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .round-button.no-padding span {
    font-size: 1.625rem;
  }
}

/* 1. Fixa ingress som inte påverkar round-button */
.ingress {
  line-height: 1.5;
  text-align: center; /* Ändrad till center */
  color: #2B2B2B;
  padding: 3.125rem 1.375rem 2.6rem;
  display: flex;
  flex-direction: column;
  align-items: center; /* Centrera innehåll */
  justify-content: center;
  position: relative;
  gap: 20px;
}
@media (min-width: 1000px) {
  .ingress {
    padding: 3.125rem 0; /* 50px 0 0 0 */
    margin-bottom: 0; /* Ingen extra marginal på större skärmar */
  }
}
@media (min-width: 1500px) {
  .ingress {
    padding: 4.3125rem 0 0 0; /* 85px 0 0 0 */
  }
}
.ingress p {
  font-size: 1rem; /* 16px */
  padding-bottom: 0;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .ingress p {
    font-size: 1.125rem; /* 18px */
    border: 0.125rem solid #540657; /* 2px */
    padding: 1.25rem 3.75rem; /* 20px 60px */
    border-radius: 3.125rem; /* 50px */
    transition: ease-in-out 0.6s;
    text-decoration: none;
  }
}
@media (min-width: 1500px) {
  .ingress p {
    font-size: 1.375rem; /* 22px */
  }
  .ingress p:hover {
    background-color: #540657;
    color: white;
  }
  .ingress p:hover a {
    color: white;
  }
}
.ingress a {
  color: #540657;
  transition: ease-in-out 0.5s;
}

/* Read more knapp styling som matchar round-button */
.read-more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  font-size: 0.875rem;
  font-weight: bold; /* Samma som i round-button */
  color: #fff; /* Vit text som i round-button */
  text-decoration: none;
  padding: 0.75rem 1.8rem; /* Samma padding som round-button */
  border: 0.125rem solid #540657; /* Samma border-färg och width som round-button */
  border-radius: 3.125rem; /* Samma border-radius som round-button */
  background-color: none; /* Samma orange färg som round-button */
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 2; /* Samma z-index som round-button */
}
@media (min-width: 1000px) {
  .read-more-btn {
    display: none; /* Dölj på större skärmar */
  }
}

.social-media {
  display: none;
  position: absolute;
  bottom: 3.75rem;
  flex-direction: column;
  align-items: center;
  margin-top: 6.25rem;
}
@media (min-width: 1000px) {
  .social-media {
    display: flex;
    right: 1.25rem;
  }
}
@media (min-width: 1500px) {
  .social-media {
    right: 6.25rem;
    bottom: 6.25rem;
  }
}
.social-media .social-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1rem;
  color: #540657;
  margin-bottom: 0.625rem;
}
.social-media .social-text p {
  font-weight: bold;
}
.social-media .social-line {
  width: 0.125rem;
  height: 4.375rem;
  background-color: #ff8b26;
  margin-bottom: 0.625rem;
}
.social-media .social-icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}
.social-media .social-icons a {
  margin-bottom: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
}
.social-media .social-icons a svg {
  width: 100%;
  height: 100%;
  fill: #540657;
  transition: fill 0.5s;
}
.social-media .social-icons a svg:hover {
  fill: #ff8b26;
}

/* Hantera zoominställningar för skärmar */
@media screen and (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25), screen and (min-width: 1024px) and (min-resolution: 1.25dppx) {
  html {
    /* Justera basfontstorlek för att kompensera för inzoomning */
    font-size: 80%; /* Justera detta värde efter behov */
  }
  /* Specifika justeringar för element som behöver extra uppmärksamhet */
  .top-content {
    transform-origin: left top;
    transform: scale(0.95);
  }
  .round-button {
    transform-origin: center;
    transform: scale(0.95);
  }
  .topsection-h1 h1 {
    transform-origin: left;
    transform: scale(0.95);
  }
}
.frontpage_scale {
  width: 100%;
  height: 350px;
  background-color: #98CDC4;
  display: flex;
  flex-direction: row;
  margin: 50px 0;
  color: black;
}
@media (min-width: 600px) {
  .frontpage_scale {
    height: auto;
    padding: 20px 0;
  }
}
@media (min-width: 1000px) {
  .frontpage_scale {
    margin: 100px 0;
    height: 300px;
  }
}
.frontpage_scale .counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
  gap: 20px;
}
@media (min-width: 600px) {
  .frontpage_scale .counter {
    gap: 30px;
  }
}
@media (min-width: 1000px) {
  .frontpage_scale .counter {
    gap: 150px;
    flex-direction: row;
  }
}
.frontpage_scale .counter .counter-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 600px) {
  .frontpage_scale .counter .counter-item {
    gap: 10px;
  }
}
@media (min-width: 1500px) {
  .frontpage_scale .counter .counter-item {
    gap: 20px;
  }
}
.frontpage_scale .counter .counter-item h4 {
  font-size: 16px;
  color: black;
}
@media (min-width: 600px) {
  .frontpage_scale .counter .counter-item h4 {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .frontpage_scale .counter .counter-item h4 {
    font-size: 24px;
  }
}
.frontpage_scale .counter .counter-item .count-value {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 600px) {
  .frontpage_scale .counter .counter-item .count-value {
    font-size: 32px;
  }
}
@media (min-width: 1500px) {
  .frontpage_scale .counter .counter-item .count-value {
    font-size: 50px;
  }
}

.tre-kolumns {
  margin: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1000px) {
  .tre-kolumns {
    margin: 100px 60px;
  }
}
@media (min-width: 1500px) {
  .tre-kolumns {
    margin: 100px;
  }
}
.tre-kolumns .grid-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1260px) {
  .tre-kolumns .grid-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tre-kolumns .grid-container .grid-item {
  display: flex;
  flex-direction: column;
  background-color: #540657;
  border-radius: 20px;
  min-height: 550px;
  color: #FFD8FF;
  align-items: center;
  gap: 30px;
  padding: 50px 20px;
  text-align: center;
}
@media (min-width: 1000px) {
  .tre-kolumns .grid-container .grid-item {
    padding: 100px 20px;
  }
}
.tre-kolumns .grid-container .grid-item h4 {
  color: #ef88f2;
}
.tre-kolumns .grid-container .grid-item .grid-description {
  font-size: 18px;
  font-weight: 600;
  font-family: "Brockmann", Arial, sans-serif;
  text-align: center;
}
@media (min-width: 1000px) {
  .tre-kolumns .grid-container .grid-item .grid-description {
    font-size: 22px;
    width: 80%;
  }
}
.tre-kolumns .grid-container .grid-item .learn-more-about {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  color: #FFD8FF;
  font-family: "Brockmann", Arial, sans-serif;
  font-size: 16px;
  padding: 20px 50px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1000px) {
  .tre-kolumns .grid-container .grid-item .learn-more-about {
    font-size: 18px;
  }
}
.tre-kolumns .grid-container .grid-item .learn-more-about:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}

.form_container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
  margin: 50px auto;
}
@media (min-width: 1500px) {
  .form_container {
    flex-direction: row;
    width: 60%;
    gap: 100px;
    margin: 100px auto;
  }
}
.form_container .form_content {
  width: 100%;
}
@media (min-width: 1500px) {
  .form_container .form_content {
    width: 50%;
  }
}
.form_container .form_content h2 {
  margin-bottom: 15px;
  color: #FFD083;
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 24px;
}
@media (min-width: 1500px) {
  .form_container .form_content h2 {
    padding: 0;
    font-size: 38px;
  }
}
.form_container .form_content p {
  padding: 0 20px;
  font-size: 14px;
}
@media (min-width: 1500px) {
  .form_container .form_content p {
    padding: 0 200px 0 0;
    font-size: 16px;
  }
}
.form_container .form_input {
  width: 100%;
  padding: 0 20px;
}
@media (min-width: 1500px) {
  .form_container .form_input {
    width: 50%;
    padding: 0;
  }
}
.form_container .form_input .wpcf7-form .wpcf7-form-control-wrap input {
  background: none;
  border: none;
  border-bottom: 1px solid #FFD083;
  text-decoration: none;
  width: 100%;
  color: #fafafa;
  font-family: "Roboto Mono", monospace;
}
.form_container .form_input .wpcf7-form .wpcf7-form-control-wrap input::-moz-placeholder, .form_container .form_input .wpcf7-form .wpcf7-form-control-wrap textarea::-moz-placeholder {
  color: #fafafa;
  font-family: "Roboto Mono", monospace;
}
.form_container .form_input .wpcf7-form .wpcf7-form-control-wrap input::placeholder,
.form_container .form_input .wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
  color: #fafafa;
  font-family: "Roboto Mono", monospace;
}
.form_container .form_input .wpcf7-form textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #FFD083;
  color: #fafafa;
  font-family: "Roboto Mono", monospace;
}
.form_container .form_input .wpcf7-form input:focus, .form_container .form_input .wpcf7-form textarea:focus {
  outline: none;
  background: none;
}
.form_container .form_input .wpcf7-form .wpcf7-submit {
  border: none;
  text-transform: uppercase;
  border: 1px solid #FFD083;
  background: none;
  color: #FFD083;
  width: 100%;
  height: 30px;
  font-family: "Roboto Mono", monospace;
  margin-top: 30px;
  transition: background-color 0.3s, color 0.3s; /* Lägg till övergångseffekt här */
}
@media (min-width: 1500px) {
  .form_container .form_input .wpcf7-form .wpcf7-submit {
    width: 200px;
  }
}
.form_container .form_input .wpcf7-form .wpcf7-submit:hover {
  background-color: #FFD083;
  color: #1a1a1a;
}
.form_container .wpcf7-not-valid-tip {
  color: #98CDC4;
}
.form_container .wpcf7-response-output {
  border-color: #98CDC4;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.community-section {
  display: flex;
  flex-direction: column-reverse;
  margin: 0 0 0 20px;
  gap: 20px;
  align-items: center;
  position: relative;
  max-width: 100%;
  min-height: 635px;
}
@media (min-width: 1000px) {
  .community-section {
    flex-direction: row;
    gap: 50px;
    height: 810px;
    margin: 0 50px;
  }
}
@media (min-width: 1500px) {
  .community-section {
    gap: 166px;
    margin: 0 100px;
  }
}
.community-section .content-wrapper {
  display: flex;
  flex-direction: column;
  line-height: 1.6;
  width: 100%;
  padding: 30px 20px 50px 0;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.community-section .content-wrapper.in-view {
  opacity: 1;
  animation: fadeIn 2s ease-in-out;
}
@media (min-width: 1000px) {
  .community-section .content-wrapper {
    width: 50%;
    padding: 0;
  }
}
.community-section .content-wrapper .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
@media (min-width: 1000px) {
  .community-section .content-wrapper .heading {
    gap: 30px;
    margin-bottom: 15px;
  }
}
.community-section .content-wrapper .heading h2 {
  font-size: 38px;
}
@media (min-width: 1000px) {
  .community-section .content-wrapper .heading h2 {
    font-size: 48px;
  }
}
@media (min-width: 1500px) {
  .community-section .content-wrapper .heading h2 {
    font-size: 100px;
  }
}
.community-section .content-wrapper .heading img {
  width: 30px;
  height: 30px;
}
@media (min-width: 1000px) {
  .community-section .content-wrapper .heading img {
    width: 37px;
    height: 37px;
  }
}
@media (min-width: 1500px) {
  .community-section .content-wrapper .heading img {
    width: 77px;
    height: 77px;
  }
}
.community-section .content-wrapper .content {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .community-section .content-wrapper .content {
    margin-bottom: 50px;
  }
}
.community-section .content-wrapper .content p {
  padding-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1500px) {
  .community-section .content-wrapper .content p {
    font-size: 18px;
    line-height: 1.6;
  }
}
.community-section .content-wrapper .button {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1500px) {
  .community-section .content-wrapper .button {
    font-size: 18px;
    width: 215px;
  }
}
.community-section .content-wrapper .button:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}
.community-section .image-overlay::after {
  border-radius: 20px;
}
.community-section .image {
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  width: 100%;
}
@media (min-width: 600px) {
  .community-section .image {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .community-section .image {
    height: auto;
    width: 50%;
    padding-top: 0;
  }
}
.community-section .image .color-blocks {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  height: 49%;
  width: 100%;
  justify-content: flex-end;
}
@media (min-width: 600px) {
  .community-section .image .color-blocks {
    height: 60%;
  }
}
@media (min-width: 1000px) {
  .community-section .image .color-blocks {
    width: 40%;
    height: 890px;
    right: -50px;
  }
}
@media (min-width: 1500px) {
  .community-section .image .color-blocks {
    width: 45%;
    right: -100px;
  }
}
@media (min-width: 2000px) {
  .community-section .image .color-blocks {
    width: auto;
  }
}
.community-section .image .color-blocks .orange {
  background-color: #ffbc85;
  width: 20%;
  height: 100%;
}
@media (min-width: 1000px) {
  .community-section .image .color-blocks .orange {
    width: 220px;
  }
}
.community-section .image .color-blocks .pale-orange {
  background-color: #ffe1c4;
  width: 70%;
  height: 100%;
}
@media (min-width: 600px) {
  .community-section .image .color-blocks .pale-orange {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  .community-section .image .color-blocks .pale-orange {
    width: 590px;
  }
}
.community-section .image img {
  width: 100%;
  border-radius: 20px;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (min-width: 1000px) {
  .community-section .image img {
    height: 500px;
  }
}
@media (min-width: 1500px) {
  .community-section .image img {
    height: 100%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.collaboration-section {
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: center;
  background-color: #540657;
  border-radius: 20px 20px 0 0;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 1000px) {
  .collaboration-section {
    border-radius: 20px 0 0 20px;
    flex-direction: row;
    height: 777px;
  }
}
@media (min-width: 1500px) {
  .collaboration-section {
    margin: 0 0 0 100px;
  }
}
.collaboration-section .image-overlay::after {
  border-radius: 20px 20px 0 0;
}
@media (min-width: 1000px) {
  .collaboration-section .image-overlay::after {
    border-radius: 20px 0 0 20px;
  }
}
.collaboration-section .image {
  width: 100vw;
  height: 50%;
}
@media (min-width: 1000px) {
  .collaboration-section .image {
    height: 777px;
    width: 100%;
  }
}
@media (min-width: 1500px) and (max-width: 1876px) {
  .collaboration-section .image {
    width: 100%;
  }
}
@media (min-width: 1876px) {
  .collaboration-section .image {
    width: 810px;
  }
}
.collaboration-section .image img {
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1000px) {
  .collaboration-section .image img {
    border-radius: 20px 0 0 20px;
  }
}
.collaboration-section .content-wrapper {
  display: flex;
  flex-direction: column;
  height: 50%;
  width: 100%;
  justify-content: center;
  padding: 50px 20px;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.collaboration-section .content-wrapper.in-view {
  opacity: 1;
  animation: fadeIn 2s ease-in-out;
}
@media (min-width: 1000px) {
  .collaboration-section .content-wrapper {
    height: 777px;
    padding: 0 50px;
    width: 50%;
  }
}
@media (min-width: 1500px) {
  .collaboration-section .content-wrapper {
    padding: 0 100px;
  }
}
@media (min-width: 1500px) and (max-width: 1876px) {
  .collaboration-section .content-wrapper {
    width: 80%;
  }
}
@media (min-width: 1876px) {
  .collaboration-section .content-wrapper {
    width: 100%;
  }
}
.collaboration-section .content-wrapper .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
}
@media (min-width: 1000px) {
  .collaboration-section .content-wrapper .heading {
    gap: 30px;
    margin-bottom: 15px;
  }
}
.collaboration-section .content-wrapper .heading h2 {
  color: #FFD8FF;
  font-size: 38px;
}
@media (min-width: 1000px) {
  .collaboration-section .content-wrapper .heading h2 {
    font-size: 48px;
  }
}
@media (min-width: 1500px) {
  .collaboration-section .content-wrapper .heading h2 {
    font-size: 100px;
  }
}
.collaboration-section .content-wrapper .heading img {
  width: 30px;
  height: 30px;
}
@media (min-width: 1000px) {
  .collaboration-section .content-wrapper .heading img {
    width: 37px;
    height: 37px;
  }
}
@media (min-width: 1500px) {
  .collaboration-section .content-wrapper .heading img {
    width: 77px;
    height: 77px;
  }
}
.collaboration-section .content-wrapper .content {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .collaboration-section .content-wrapper .content {
    margin-bottom: 50px;
  }
}
.collaboration-section .content-wrapper .content p {
  padding-bottom: 0;
  color: #FFD8FF;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1000px) {
  .collaboration-section .content-wrapper .content p {
    padding-right: 70px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.collaboration-section .content-wrapper .button {
  border: 2px solid #ef88f2;
  border-radius: 50px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1500px) {
  .collaboration-section .content-wrapper .button {
    width: 215px;
    font-size: 18px;
  }
}
.collaboration-section .content-wrapper .button:hover {
  background-color: #ef88f2;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.coaching-section {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  gap: 50px;
  position: relative;
  max-width: 100%;
}
@media (min-width: 1000px) {
  .coaching-section {
    flex-direction: row;
  }
}
@media (min-width: 1260px) {
  .coaching-section {
    height: 700px;
  }
}
@media (min-width: 1500px) {
  .coaching-section {
    gap: 166px;
    margin: 0 0 0 100px;
  }
}
@media (min-width: 2000px) {
  .coaching-section {
    margin: 0 0 150px 100px;
    height: 750px;
  }
}
.coaching-section .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px 50px 20px;
  opacity: 0;
  opacity: 0;
  transition: opacity 2s ease-in-out;
}
.coaching-section .content-wrapper.in-view {
  opacity: 1;
  animation: fadeIn 2s ease-in-out;
}
@media (min-width: 1000px) {
  .coaching-section .content-wrapper {
    padding: 0 0 0 50px;
    width: 40%;
  }
}
@media (min-width: 1500px) {
  .coaching-section .content-wrapper {
    width: 100%;
    padding: 0;
  }
}
.coaching-section .content-wrapper .heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  padding-bottom: 5px;
}
@media (min-width: 1000px) {
  .coaching-section .content-wrapper .heading {
    gap: 30px;
    margin-bottom: 15px;
  }
}
.coaching-section .content-wrapper .heading h2 {
  font-size: 38px;
}
@media (min-width: 1000px) {
  .coaching-section .content-wrapper .heading h2 {
    font-size: 48px;
  }
}
@media (min-width: 1500px) {
  .coaching-section .content-wrapper .heading h2 {
    font-size: 100px;
  }
}
.coaching-section .content-wrapper .heading img {
  width: 30px;
  height: 30px;
}
@media (min-width: 1000px) {
  .coaching-section .content-wrapper .heading img {
    width: 37px;
    height: 37px;
  }
}
@media (min-width: 1500px) {
  .coaching-section .content-wrapper .heading img {
    width: 77px;
    height: 77px;
  }
}
.coaching-section .content-wrapper .content {
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .coaching-section .content-wrapper .content {
    margin-bottom: 50px;
  }
}
.coaching-section .content-wrapper .content p {
  padding-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1500px) {
  .coaching-section .content-wrapper .content p {
    padding-right: 70px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.coaching-section .content-wrapper .button {
  border: 2px solid #540657;
  border-radius: 50px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
}
@media (min-width: 1500px) {
  .coaching-section .content-wrapper .button {
    width: 215px;
    font-size: 18px;
  }
}
.coaching-section .content-wrapper .button:hover {
  background-color: #540657;
  color: #FFFFFF;
}
.coaching-section .image-overlay::after {
  border-radius: 20px 0 0 20px;
}
.coaching-section .image {
  z-index: 2;
  width: 100vw;
  padding-left: 20px;
}
@media (min-width: 1000px) {
  .coaching-section .image {
    width: 60%;
    padding-left: 0;
  }
}
@media (min-width: 1500px) {
  .coaching-section .image {
    width: 100vw;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    position: relative;
  }
}
.coaching-section .image img {
  width: 100%;
  height: auto;
}

.cta-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #FFD8FF;
  align-items: center;
  justify-content: center;
  padding: 70px 20px;
}
@media (min-width: 1000px) {
  .cta-section {
    flex-direction: row;
    height: 457px;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .cta-section {
    gap: 20px;
  }
}
.cta-section .cta-item {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1000px) {
  .cta-section .cta-item {
    padding: 50px;
  }
}
.cta-section .cta-item .button_cta {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 1500px) {
  .cta-section .cta-item .button_cta {
    font-size: 18px;
  }
}
.cta-section .cta-item h5 {
  font-size: 28px;
  color: #540657;
}
@media (min-width: 1000px) {
  .cta-section .cta-item h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .cta-section .cta-item h5 {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .cta-section .cta-item h5 {
    font-size: 28px;
  }
}
@media (min-width: 1785px) {
  .cta-section .cta-item h5 {
    font-size: 38px;
  }
}

.border-cta {
  border-bottom: 3px solid #ecc0ed;
  width: 115px;
}
@media (min-width: 1000px) {
  .border-cta {
    border-bottom: none;
    border-right: 3px solid #ecc0ed;
    width: 0;
    height: 115px;
  }
}

.border-cta:last-child {
  border: none;
}

.columns-toggle {
  max-width: 100%;
  margin: 60px 20px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .columns-toggle {
    margin: 50px 60px;
  }
}
@media (min-width: 1500px) {
  .columns-toggle {
    margin: 100px 100px 50px 100px;
  }
}
.columns-toggle .toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border-bottom: 2px solid #ff8b26;
  padding-bottom: 20px;
  margin: 30px 0;
  position: relative;
}
.columns-toggle .toggle-header h4 {
  font-size: 22px;
  color: #ff8b26;
  font-weight: 500;
  max-width: 80%;
}
@media (min-width: 1000px) {
  .columns-toggle .toggle-header h4 {
    font-size: 24px;
    font-weight: 600;
  }
}
.columns-toggle .toggle-header .icon-container {
  position: relative;
  width: 16px; /* Samma storlek för både bredd och höjd för containern */
  height: 16px;
}
.columns-toggle .toggle-header .icon-container::before, .columns-toggle .toggle-header .icon-container::after {
  content: "";
  position: absolute;
  background-color: #ff8b26;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.columns-toggle .toggle-header .icon-container::before {
  width: 100%; /* Horisontell linje täcker hela bredden av containern */
  height: 2px; /* Tjockleken på horisontella linjen */
  top: 50%; /* Placeras precis i mitten vertikalt */
  left: 0; /* Startar från vänsterkant */
  transform: translateY(-50%); /* För att centera den horisontellt */
}
.columns-toggle .toggle-header .icon-container::after {
  width: 2px; /* Tjockleken på vertikala linjen */
  height: 100%; /* Vertikal linje täcker hela höjden av containern */
  top: 0; /* Startar från toppen */
  left: 50%; /* Placeras precis i mitten horisontellt */
  transform: translateX(-50%); /* För att centera den vertikalt */
}
.columns-toggle .toggle-header.active {
  border-bottom: 2px solid #ff8b26;
}
.columns-toggle .toggle-header.active .icon-container::before {
  transform: translateY(-50%) rotate(0deg);
  background-color: #2B2B2B;
}
.columns-toggle .toggle-header.active .icon-container::after {
  transform: translateX(-50%) rotate(90deg);
  background-color: #2B2B2B;
}
.columns-toggle .toggle-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  position: relative;
}
.columns-toggle .toggle-content h2, .columns-toggle .toggle-content h3, .columns-toggle .toggle-content h4, .columns-toggle .toggle-content h5, .columns-toggle .toggle-content h6 {
  color: #ff8b26;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (min-width: 1500px) {
  .columns-toggle .toggle-content h2, .columns-toggle .toggle-content h3, .columns-toggle .toggle-content h4, .columns-toggle .toggle-content h5, .columns-toggle .toggle-content h6 {
    font-size: 24px;
  }
}
.columns-toggle .toggle-content a {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
  margin-top: 10px;
  background: none;
  cursor: pointer;
}
.columns-toggle .toggle-content a:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}
.columns-toggle .toggle-content .border-toggle {
  border: 1px solid #dedede;
  width: 100%;
  margin: 40px 0;
}
.columns-toggle .toggle-content.open {
  max-height: 1000px; /* Justera detta värde efter behov */
  opacity: 1;
  overflow: visible;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
.columns-toggle ul,
.columns-toggle ol {
  list-style: none;
}
.columns-toggle ul li,
.columns-toggle ol li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 15px;
}
.columns-toggle ul li::before,
.columns-toggle ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background-color: #ff8b26;
  border-radius: 50%;
}
@media (min-width: 1000px) {
  .columns-toggle ul li::before,
  .columns-toggle ol li::before {
    left: 0;
    top: 12px;
  }
}
.columns-toggle .wrapper-left-and-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1000px) {
  .columns-toggle .wrapper-left-and-right {
    flex-direction: row;
    gap: 50px;
  }
}
@media (min-width: 1500px) {
  .columns-toggle .wrapper-left-and-right {
    gap: 100px;
  }
}
.columns-toggle .wrapper-left-and-right .wrapper-left, .columns-toggle .wrapper-left-and-right .wrapper-right {
  width: 100%;
}
@media (min-width: 1000px) {
  .columns-toggle .wrapper-left-and-right .wrapper-left, .columns-toggle .wrapper-left-and-right .wrapper-right {
    width: 50%;
  }
}
.columns-toggle .wrapper-left-and-right .wrapper-left .textinnehall, .columns-toggle .wrapper-left-and-right .wrapper-right .textinnehall {
  font-size: 16px;
}
@media (min-width: 1000px) {
  .columns-toggle .wrapper-left-and-right .wrapper-left .textinnehall, .columns-toggle .wrapper-left-and-right .wrapper-right .textinnehall {
    font-size: 18px;
  }
}
.columns-toggle .wrapper-left-and-right .wrapper-left .textinnehall a, .columns-toggle .wrapper-left-and-right .wrapper-right .textinnehall a {
  text-decoration: underline;
  color: #2B2B2B;
}
.columns-toggle .wrapper-left-and-right .wrapper-left p, .columns-toggle .wrapper-left-and-right .wrapper-right p {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .columns-toggle .wrapper-left-and-right .wrapper-left p, .columns-toggle .wrapper-left-and-right .wrapper-right p {
    font-size: 18px;
  }
}
.columns-toggle .wrapper-left-and-right .wrapper-left h4, .columns-toggle .wrapper-left-and-right .wrapper-right h4 {
  color: #ff8b26;
  margin-bottom: 20px;
  font-size: 22px;
}
@media (min-width: 1000px) {
  .columns-toggle .wrapper-left-and-right .wrapper-left h4, .columns-toggle .wrapper-left-and-right .wrapper-right h4 {
    font-size: 28px;
  }
}
.columns-toggle .wrapper-left-and-right .wrapper-left .image-column, .columns-toggle .wrapper-left-and-right .wrapper-right .image-column {
  margin-bottom: 50px;
}
@media (min-width: 1000px) {
  .columns-toggle .wrapper-left-and-right .wrapper-left .image-column, .columns-toggle .wrapper-left-and-right .wrapper-right .image-column {
    margin-bottom: 0;
  }
}
.columns-toggle .wrapper-left-and-right .wrapper-left .image-column img, .columns-toggle .wrapper-left-and-right .wrapper-right .image-column img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}
.columns-toggle .toggles-row {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .columns-toggle .toggles-row {
    flex-direction: row;
    gap: 100px;
    margin-bottom: 50px;
  }
}
.columns-toggle .toggles-row .vanster-toggles, .columns-toggle .toggles-row .hoger-toggles {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1000px) {
  .columns-toggle .toggles-row .vanster-toggles, .columns-toggle .toggles-row .hoger-toggles {
    width: 50%;
  }
}
.columns-toggle .toggles-row .vanster-toggles .toggle, .columns-toggle .toggles-row .hoger-toggles .toggle {
  max-width: 50%;
}

.button-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #ff8b26;
  padding-bottom: 10px;
  margin: 30px 0 10px;
  font-size: 22px;
  color: #2B2B2B;
  transition: ease-in-out 0.3s;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1000px) {
  .button-content {
    font-size: 28px;
    margin: 50px 0;
  }
}
.button-content::after {
  content: url("images/arrow-right.png");
  margin-left: 10px; /* Justera avståndet mellan text och pilen efter behov */
  transform-origin: none; /* Inget behov av transform-origin */
  transition: none; /* Ingen övergång behövs */
}
.button-content:hover {
  color: #ff8b26;
}

.hidden {
  display: none;
}

.scale-up {
  max-width: 100%;
  margin: 50px 20px;
  background-color: #ffe1c4;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  padding: 100px 0;
}
@media (min-width: 1000px) {
  .scale-up {
    flex-direction: row;
    height: 450px;
    margin: 50px 60px;
    padding: 0px;
  }
}
@media (min-width: 1500px) {
  .scale-up {
    margin: 100px;
  }
}
.scale-up .scale-up-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 20px 0;
  align-items: center;
}
@media (min-width: 1000px) {
  .scale-up .scale-up-item {
    margin: 50px 0;
  }
}
.scale-up .scale-up-item h4 {
  font-size: 26px;
  color: #540657;
  font-weight: 600;
  line-height: 1.2; /* Justera linjehöjd för bättre vertikal centering */
}
@media (min-width: 1000px) {
  .scale-up .scale-up-item h4 {
    font-size: 34px;
  }
}
@media (min-width: 1500px) {
  .scale-up .scale-up-item h4 {
    font-size: 50px;
  }
}
.scale-up .scale-up-item .count-value {
  font-size: 60px;
  color: #ff8b26;
  font-weight: bold;
  line-height: 1.2; /* Justera linjehöjd för bättre vertikal centering */
  width: 225px; /* Fixera bredden */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 1000px) {
  .scale-up .scale-up-item .count-value {
    font-size: 80px;
  }
}
@media (min-width: 1500px) {
  .scale-up .scale-up-item .count-value {
    font-size: 115px;
  }
}
.scale-up .scale-up-item:first-of-type {
  display: flex;
  align-items: center;
}
.scale-up .scale-up-item:last-of-type {
  display: flex;
  align-items: center;
}
.wrapper-fullbredd {
  display: flex;
  flex-direction: column;
  background-color: #FFD8FF;
  align-items: center;
  justify-content: center;
  color: #540657;
  text-align: center;
  height: 100%;
  margin: 50px 0;
}
@media (min-width: 1500px) {
  .wrapper-fullbredd {
    margin: 100px 0;
    min-height: 500px;
  }
}
.wrapper-fullbredd .full-bredd {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 50px 20px;
}
@media (min-width: 1000px) {
  .wrapper-fullbredd .full-bredd {
    padding: 50px 60px;
  }
}
@media (min-width: 1500px) {
  .wrapper-fullbredd .full-bredd {
    padding: 50px 0;
  }
}
.wrapper-fullbredd .full-bredd h4 {
  font-size: 22px;
}
@media (min-width: 1000px) {
  .wrapper-fullbredd .full-bredd h4 {
    font-size: 34px;
  }
}
.wrapper-fullbredd .full-bredd h2 {
  font-size: 38px;
}
@media (min-width: 600px) {
  .wrapper-fullbredd .full-bredd h2 {
    font-size: 46px;
  }
}
@media (min-width: 1000px) {
  .wrapper-fullbredd .full-bredd h2 {
    font-size: 56px;
  }
}
@media (min-width: 1500px) {
  .wrapper-fullbredd .full-bredd h2 {
    font-size: 100px;
  }
}
.wrapper-fullbredd .full-bredd h5 {
  font-size: 22px;
}
@media (min-width: 1500px) {
  .wrapper-fullbredd .full-bredd h5 {
    font-size: 28px;
  }
}

.wrapper-text-media {
  position: relative;
  text-align: center;
  color: #FFFFFF;
  height: 500px;
  margin: 50px 20px;
}
@media (min-width: 1000px) {
  .wrapper-text-media {
    margin: 60px;
  }
}
@media (min-width: 1500px) {
  .wrapper-text-media {
    margin: 100px;
  }
}
.wrapper-text-media .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}
.wrapper-text-media .background-image .overlay {
  background-color: #540657;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.wrapper-text-media .background-image img {
  width: 100%;
  height: auto;
}
.wrapper-text-media .content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wrapper-text-media .content .textinnehall {
  color: #FFFFFF;
  width: 100%;
  line-height: 1;
}
@media (min-width: 1500px) {
  .wrapper-text-media .content .textinnehall {
    width: 80%;
  }
}
.wrapper-text-media .content h1 {
  color: #ff8b26;
  font-size: 38px;
}
@media (min-width: 1000px) {
  .wrapper-text-media .content h1 {
    font-size: 90px;
  }
}
@media (min-width: 1500px) {
  .wrapper-text-media .content h1 {
    font-size: 130px;
  }
}
.wrapper-text-media .content h4, .wrapper-text-media .content h2 {
  color: #ff8b26;
  font-size: 36px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .wrapper-text-media .content h4, .wrapper-text-media .content h2 {
    font-size: 48px;
  }
}
.wrapper-text-media .content a {
  color: #FFFFFF;
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ff8b26;
  line-height: 2.1;
}
@media (min-width: 1000px) {
  .wrapper-text-media .content a {
    font-size: 28px;
  }
}
.wrapper-text-media .content a::after {
  content: url("images/arrow-right.png");
  margin-left: 10px; /* Justera avståndet mellan text och pilen efter behov */
  transform-origin: none; /* Inget behov av transform-origin */
  transition: none; /* Ingen övergång behövs */
}

.columns_background {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  margin: 50px 20px;
  gap: 50px;
}
@media (min-width: 1000px) {
  .columns_background {
    flex-direction: row;
    margin: 60px;
    gap: 100px;
  }
}
@media (min-width: 1500px) {
  .columns_background {
    margin: 100px;
  }
}
.columns_background .vanster-kolumn, .columns_background .hoger-kolumn {
  width: 100%;
}
@media (min-width: 1000px) {
  .columns_background .vanster-kolumn, .columns_background .hoger-kolumn {
    width: 50%;
  }
}
.columns_background .vanster-kolumn .button {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .columns_background .vanster-kolumn .button {
    font-size: 18px;
  }
}
.columns_background .vanster-kolumn .button:hover {
  background-color: #ff8b26;
}
.columns_background .vanster-kolumn .textinnehall .button-content {
  text-decoration: none;
}
.columns_background .vanster-kolumn .textinnehall a {
  text-decoration: underline;
  color: #2B2B2B;
}
.columns_background .vanster-kolumn h3 {
  color: #ff8b26;
  font-size: 32px;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .columns_background .vanster-kolumn h3 {
    font-size: 36px;
  }
}
.columns_background .vanster-kolumn .border {
  display: none;
  width: 100px;
  border: 1px solid #FFD8FF;
}
.columns_background .vanster-kolumn strong {
  color: #ff8b26;
  font-size: 22px;
}
.columns_background .vanster-kolumn ul {
  padding: 30px 0 45px 0;
}
.columns_background .vanster-kolumn ul li {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 18px;
}
.columns_background .vanster-kolumn ul li::before {
  content: ">";
  color: #ff8b26;
  font-weight: 600;
  padding-right: 10px;
}
.columns_background .vanster-kolumn p {
  font-size: 18px;
  line-height: 1.5;
}
.columns_background .hoger-kolumn {
  background-color: #ffe1c4;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  padding: 50px 20px 50px 20px;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1000px) {
  .columns_background .hoger-kolumn {
    padding: 100px 50px 50px 50px;
  }
}
.columns_background .hoger-kolumn .image-container {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
.columns_background .hoger-kolumn .text-border {
  border-bottom: 2px solid #FFFFFF;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.columns_background .hoger-kolumn .text-border:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.columns_background .hoger-kolumn h6 {
  margin-bottom: 5px;
  font-size: 18px;
}
@media (min-width: 1000px) {
  .columns_background .hoger-kolumn h6 {
    font-size: 22px;
  }
}
.columns_background .hoger-kolumn h3 {
  font-size: 42px;
}
@media (min-width: 1000px) {
  .columns_background .hoger-kolumn h3 {
    font-size: 74px;
  }
}
.columns_background .hoger-kolumn p {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .columns_background .hoger-kolumn p {
    font-size: 18px;
  }
}

#svelte-members-app {
  width: 100%;
  max-width: 100%;
  margin: 50px 0;
  padding: 50px 20px;
  background-color: #ffe1c4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* Spinner loading styles */
}
@media (min-width: 1000px) {
  #svelte-members-app {
    padding: 50px;
  }
}
@media (min-width: 1500px) {
  #svelte-members-app {
    padding: 100px;
    margin: 100px 0;
  }
}
#svelte-members-app h2 {
  color: #ff8b26;
  margin-bottom: 50px;
  font-size: 38px;
}
@media (min-width: 1000px) {
  #svelte-members-app h2 {
    font-size: 70px;
  }
}
#svelte-members-app .main-member-wrapper {
  width: 100%;
}
#svelte-members-app .filter-icon {
  width: 20px;
  margin-right: 20px;
}
#svelte-members-app .filter-icon svg {
  width: 15px;
}
#svelte-members-app .grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 1000px) {
  #svelte-members-app .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}
@media (min-width: 1200px) {
  #svelte-members-app .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1600px) {
  #svelte-members-app .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
#svelte-members-app .card {
  padding: 16px;
  text-align: center;
  animation: shuffle 0.5s ease-in-out;
  background-color: #FFFFFF;
  border-radius: 20px;
  height: 345px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
#svelte-members-app .card button {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
  margin-top: 20px;
  background: none;
  cursor: pointer;
}
@media (min-width: 1000px) {
  #svelte-members-app .card button {
    font-size: 18px;
  }
}
#svelte-members-app .card button:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}
#svelte-members-app .card a {
  max-width: 290px;
  max-height: 150px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 80%;
}
#svelte-members-app .card img {
  max-width: 290px;
  max-height: 150px;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 80%;
}
#svelte-members-app .member-filter-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}
#svelte-members-app .member-filter-wrapper .filter-icon.svelte-1kfacdy {
  padding-right: 30px;
  display: flex;
}
#svelte-members-app .member-filter-wrapper .filter-icon.svelte-1kfacdy svg {
  width: 15px;
  height: 15px;
  font-weight: 400;
  fill: #ff8b26;
}
#svelte-members-app .member-filter-wrapper .filter-button {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #FFFFFF;
  color: #2B2B2B;
  border-radius: 50px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 65px;
  border: none;
  height: 60px;
  text-align: left;
  padding-left: 30px;
  font-family: "Figtree", sans-serif;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 1000px) {
  #svelte-members-app .member-filter-wrapper .filter-button {
    width: 540px;
  }
}
#svelte-members-app .member-filter-wrapper .filter-button.open {
  border-radius: 30px 30px 0 0;
  border: 1px solid #ff8b26;
}
#svelte-members-app .member-filter-wrapper .filter-button.open svg {
  fill: #ff8b26;
}
#svelte-members-app .member-filter-wrapper .filter-dropdown {
  background-color: white;
  border-radius: 0 0 30px 30px;
  border-right: 1px solid #ff8b26;
  border-left: 1px solid #ff8b26;
  border-bottom: 1px solid #ff8b26;
  position: absolute;
  width: 100%;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1fr);
  padding: 20px 30px 30px 30px;
}
@media (min-width: 1000px) {
  #svelte-members-app .member-filter-wrapper .filter-dropdown {
    width: 540px;
  }
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
@media (min-width: 1000px) {
  #svelte-members-app .member-filter-wrapper .filter-dropdown .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-item {
  display: flex;
  align-items: center;
  width: 100%;
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-item input[type=checkbox] {
  display: none;
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-item input[type=checkbox] + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  justify-content: flex-start;
  gap: 10px;
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-item input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffe1c4;
  margin-right: 5px;
  position: relative;
  transition: background-color 0.3s ease;
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-item input[type=checkbox] + label::after {
  content: "✓";
  color: white;
  font-size: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(-50%, -50%);
  background-color: #ff8b26;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
@media (min-width: 1000px) {
  #svelte-members-app .member-filter-wrapper .filter-dropdown .category-item input[type=checkbox] + label::after {
    top: 50%;
  }
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-item input[type=checkbox]:checked + label::before {
  background-color: #ff8b26;
}
#svelte-members-app .member-filter-wrapper .filter-dropdown .category-item input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@keyframes shuffle {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
#svelte-members-app .spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 200px;
}
#svelte-members-app .spinner-container p {
  font-family: "Brockmann", Arial, sans-serif;
  font-size: 18px;
  padding-top: 20px;
  color: #540657;
  font-weight: 500;
}
@media (min-width: 1000px) {
  #svelte-members-app .spinner-container p {
    font-size: 28px;
  }
}
#svelte-members-app .spinner-container .spinner {
  border: 4px solid #FFFFFF;
  border-top: 4px solid #ff8b26;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.container-boardmembers {
  max-width: 100%;
  margin: 50px 20px;
}
@media (min-width: 1000px) {
  .container-boardmembers {
    margin: 50px;
  }
}
@media (min-width: 1500px) {
  .container-boardmembers {
    margin: 100px;
  }
}
.container-boardmembers .grid-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 900px) {
  .container-boardmembers .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1500px) {
  .container-boardmembers .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 2000px) {
  .container-boardmembers .grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.container-boardmembers .grid-wrapper .grid-item {
  position: relative;
  background-color: #ffe1c4;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
@media (min-width: 600px) {
  .container-boardmembers .grid-wrapper .grid-item {
    height: 230px;
    padding: 0;
  }
}
@media (min-width: 1500px) {
  .container-boardmembers .grid-wrapper .grid-item {
    max-width: 550px;
  }
}
.container-boardmembers .grid-wrapper .grid-item .board-member {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-left: 30px;
}
@media (min-width: 600px) {
  .container-boardmembers .grid-wrapper .grid-item .board-member {
    flex-direction: row;
  }
}
.container-boardmembers .grid-wrapper .grid-item .board-member .member-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.container-boardmembers .grid-wrapper .grid-item .board-member .member-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-boardmembers .grid-wrapper .grid-item .board-member .border {
  width: 70px;
  border: 1px solid #ff8b26;
  margin: 15px 0 20px 0;
}
.container-boardmembers .grid-wrapper .grid-item .board-member .board-info .roll {
  font-size: 18px;
}
.container-boardmembers .grid-wrapper .grid-item .board-member .board-info p {
  padding-bottom: 5px;
}
.container-boardmembers .grid-wrapper .grid-item .board-member .board-info h6 {
  margin-bottom: 5px;
}
@media (min-width: 600px) {
  .container-boardmembers .grid-wrapper .grid-item .board-member .board-info h6 {
    max-width: 80%;
  }
}
@media (min-width: 1500px) {
  .container-boardmembers .grid-wrapper .grid-item .board-member .board-info h6 {
    max-width: 90%;
  }
}
@media screen and (min-width: 1700px) {
  .container-boardmembers .grid-wrapper .grid-item .board-member .board-info h6 {
    max-width: 100%;
  }
}
.container-boardmembers .grid-wrapper .grid-item .board-member .board-info .dotted {
  font-size: 16px;
}
.container-boardmembers .grid-wrapper .grid-item .board-member .linkedin {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ff8b26;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.container-boardmembers .grid-wrapper .grid-item .board-member .linkedin svg {
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
}

.container-teammembers {
  max-width: 100%;
  margin: 20px 0;
  background-color: #FFD8FF;
}
@media (min-width: 1000px) {
  .container-teammembers {
    margin: 50px 0;
  }
}
.container-teammembers h2 {
  margin: 0 20px;
  padding: 50px 0 0 0;
  color: #540657;
  font-size: 36px;
}
@media (min-width: 1000px) {
  .container-teammembers h2 {
    margin: 0 60px;
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .container-teammembers h2 {
    margin: 0 100px;
    font-size: 100px;
    padding: 100px 0 0 0;
  }
}
.container-teammembers .grid-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  padding: 50px 20px;
}
@media (min-width: 600px) {
  .container-teammembers .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1000px) {
  .container-teammembers .grid-wrapper {
    padding: 50px 60px;
  }
}
@media (min-width: 1500px) {
  .container-teammembers .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding: 50px 100px 100px;
  }
}
@media (min-width: 2000px) {
  .container-teammembers .grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.container-teammembers .grid-wrapper .grid-item {
  background-color: #FFFFFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  transition: all 0.3s ease-in-out;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1260px) {
  .container-teammembers .grid-wrapper .grid-item {
    max-width: 550px;
  }
}
.container-teammembers .grid-wrapper .grid-item .team-member {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.container-teammembers .grid-wrapper .grid-item .team-member .member-image {
  width: 100%;
  height: auto;
}
.container-teammembers .grid-wrapper .grid-item .team-member .member-image img {
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info {
  width: 100%;
  padding: 40px 40px 10px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #2B2B2B;
  gap: 20px;
}
@media (min-width: 1000px) {
  .container-teammembers .grid-wrapper .grid-item .team-member .members-info {
    padding: 40px;
  }
}
@media (min-width: 1500px) {
  .container-teammembers .grid-wrapper .grid-item .team-member .members-info {
    min-height: 480px;
  }
}
@media (min-width: 1500px) {
  .container-teammembers .grid-wrapper .grid-item .team-member .members-info .contact-info {
    min-height: 100px;
  }
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info h6 {
  margin-bottom: -10px;
  color: #2B2B2B;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info p {
  padding-bottom: 5px;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info a {
  text-decoration: underline;
  color: #2B2B2B;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .border {
  width: 70px;
  border: 1px solid #ff8b26;
  margin: 15px 0 20px 0;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .linkedin {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #ff8b26;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .linkedin svg {
  width: 15px;
  height: 15px;
  fill: #FFFFFF;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header {
  cursor: pointer;
  border-bottom: 2px solid #ff8b26;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header .icon-container {
  position: relative;
  width: 16px; /* Justera för att ge linjerna lite mer plats */
  height: 16px;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header .icon-container::before, .container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header .icon-container::after {
  content: "";
  position: absolute;
  background-color: #ff8b26;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header .icon-container::before {
  width: 100%; /* Gör den horisontella linjen lika bred som containern */
  height: 2px; /* Tjockleken på linjen */
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header .icon-container::after {
  width: 2px; /* Tjockleken på linjen */
  height: 100%; /* Gör den vertikala linjen lika hög som containern */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header.active {
  border-bottom: none;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header.active .icon-container::before {
  transform: translateY(-50%) rotate(0deg);
  background-color: #2B2B2B;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header.active .icon-container::after {
  transform: translateX(-50%) rotate(90deg);
  background-color: #2B2B2B;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-header .toggle-heading {
  color: #ff8b26;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  position: relative;
  color: #2B2B2B;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-content .border-toggle {
  border: 1px solid #dedede;
  width: 100%;
  margin: 40px 0;
}
.container-teammembers .grid-wrapper .grid-item .team-member .members-info .toggle-item .toggle-content.open {
  max-height: 1500px; /* Justera detta värde efter behov */
  opacity: 1;
  overflow: visible;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.toggle-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border-bottom: 1px solid #ff8b26;
  padding-bottom: 10px;
  margin: 30px 0;
  position: relative;
}
.toggle-header h4 {
  font-size: 28px;
  color: #2B2B2B;
  font-weight: 600;
}
.toggle-header .icon-container {
  position: relative;
  width: 16px; /* Samma storlek för både bredd och höjd för containern */
  height: 16px;
}
.toggle-header .icon-container::before, .toggle-header .icon-container::after {
  content: "";
  position: absolute;
  background-color: #ff8b26;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.toggle-header .icon-container::before {
  width: 100%; /* Horisontell linje täcker hela bredden av containern */
  height: 2px; /* Tjockleken på horisontella linjen */
  top: 50%; /* Placeras precis i mitten vertikalt */
  left: 0; /* Startar från vänsterkant */
  transform: translateY(-50%); /* För att centera den horisontellt */
}
.toggle-header .icon-container::after {
  width: 2px; /* Tjockleken på vertikala linjen */
  height: 100%; /* Vertikal linje täcker hela höjden av containern */
  top: 0; /* Startar från toppen */
  left: 50%; /* Placeras precis i mitten horisontellt */
  transform: translateX(-50%); /* För att centera den vertikalt */
}
.toggle-header.active {
  border-bottom: none;
}
.toggle-header.active .icon-container::before {
  transform: translateY(-50%) rotate(0deg);
  background-color: #2B2B2B;
}
.toggle-header.active .icon-container::after {
  transform: translateX(-50%) rotate(90deg);
  background-color: #2B2B2B;
}

.toggle-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  position: relative;
}

.toggle-content.open {
  max-height: 1000px; /* Justera detta värde efter behov */
  opacity: 1;
  overflow: visible;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.wrapper-fullbredd-second {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  margin: 50px 20px;
  max-width: 100%;
  height: 100%;
}
@media (min-width: 1000px) {
  .wrapper-fullbredd-second {
    margin: 60px;
  }
}
@media (min-width: 1500px) {
  .wrapper-fullbredd-second {
    margin: 50px 100px;
  }
}
.wrapper-fullbredd-second h2 {
  margin-bottom: 10px;
  color: #ff8b26;
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 1000px) {
  .wrapper-fullbredd-second h2 {
    font-size: 64px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1500px) {
  .wrapper-fullbredd-second h2 {
    font-size: 100px;
  }
}
.wrapper-fullbredd-second .full-bredd-content-second {
  line-height: 1.5;
}
@media (min-width: 1000px) {
  .wrapper-fullbredd-second .full-bredd-content-second {
    padding-right: 50px;
  }
}

.events-list {
  max-width: 100%;
  height: 100%;
  margin: 50px 20px;
}
@media (min-width: 1000px) {
  .events-list {
    margin: 60px;
  }
}
@media (min-width: 1500px) {
  .events-list {
    margin: 100px;
  }
}
.events-list .events-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.events-list .events-wrapper .event-item {
  background-color: #FFD8FF;
  border-radius: 20px;
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  min-height: 500px;
}
@media (min-width: 1000px) {
  .events-list .events-wrapper .event-item {
    flex-direction: row-reverse;
  }
}
.events-list .events-wrapper .event-item .event-image {
  width: 100%;
  height: auto; /* Ändra från 100% till auto */
  padding: 20px;
}
@media (min-width: 1000px) {
  .events-list .events-wrapper .event-item .event-image {
    width: 50%;
    padding: 40px;
  }
}
.events-list .events-wrapper .event-item .event-image img {
  border-radius: 20px;
  width: 100%;
  height: 100%; /* Ändra från 100% till auto */
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -webkit-optimize-contrast; /* För bättre rendering */
  image-rendering: crisp-edges; /* Förhindra suddighet */
}
.events-list .events-wrapper .event-item .event-content {
  width: 100%;
  min-height: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #540657;
  gap: 20px;
}
@media (min-width: 1000px) {
  .events-list .events-wrapper .event-item .event-content {
    width: 50%;
    padding: 40px;
  }
}
.events-list .events-wrapper .event-item .event-content .bottom-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.events-list .events-wrapper .event-item .event-content .bottom-info h3 {
  font-size: 32px;
  color: #540657;
}
@media (min-width: 1000px) {
  .events-list .events-wrapper .event-item .event-content .bottom-info h3 {
    font-size: 42px;
  }
}
@media (min-width: 1500px) {
  .events-list .events-wrapper .event-item .event-content .bottom-info h3 {
    font-size: 56px;
  }
}
.events-list .events-wrapper .event-item .event-content .bottom-info .short-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 600px) {
  .events-list .events-wrapper .event-item .event-content .bottom-info .short-description {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .events-list .events-wrapper .event-item .event-content .bottom-info .short-description {
    flex-direction: column;
  }
}
@media (min-width: 1500px) {
  .events-list .events-wrapper .event-item .event-content .bottom-info .short-description {
    flex-direction: row;
  }
}
.events-list .events-wrapper .event-item .event-content .bottom-info .short-description .permalink {
  font-weight: 600;
}
.events-list .events-wrapper .event-item .event-content .top-info {
  display: flex;
  flex-direction: column;
  font-family: "Brockmann", Arial, sans-serif;
}
.events-list .events-wrapper .event-item .event-content .top-info p {
  padding-bottom: 5px;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 1000px) {
  .events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded {
    align-items: center;
    flex-direction: row;
  }
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .date-rounded {
  display: flex;
  background-color: #ff8b26;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .date-rounded .date-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  color: #FFFFFF;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .date-rounded .date-part .month {
  font-size: 14px;
  text-transform: capitalize;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .date-rounded .date-part .day {
  font-size: 32px;
  font-weight: 500;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .wrapper-date-location {
  display: flex;
  flex-direction: column;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .wrapper-date-location .date-time {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .wrapper-date-location .date-time .date {
  text-transform: capitalize;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .wrapper-date-location .location-address {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .wrapper-date-location .location-address .location {
  font-weight: 600;
}
.events-list .events-wrapper .event-item .event-content .top-info .wrapper-date-rounded .wrapper-date-location .location-address .address::before {
  content: "•";
  margin-right: 5px;
}

.events-list.other-events .others-intro {
  position: relative;
  padding: 0 0 50px 0;
}
@media (min-width: 1000px) {
  .events-list.other-events .others-intro {
    padding: 0 0 100px 0;
  }
}
.events-list.other-events .others-intro h2 {
  font-size: 34px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
}
.events-list.other-events .others-intro .textinnehall {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
@media (min-width: 1000px) {
  .events-list.other-events .others-intro .textinnehall {
    gap: 100px;
    flex-direction: row;
  }
}
@media (min-width: 1500px) {
  .events-list.other-events .others-intro .textinnehall {
    gap: 200px;
  }
}
.events-list.other-events .others-intro .textinnehall p {
  line-height: 1.5;
  padding-bottom: 0;
}
.events-list.other-events .others-intro .button-others .button {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
  background: none;
}
@media (min-width: 1000px) {
  .events-list.other-events .others-intro .button-others .button {
    font-size: 18px;
  }
}
.events-list.other-events .others-intro .button-others .button:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}
.events-list.other-events .others-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
@media (min-width: 600px) {
  .events-list.other-events .others-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1500px) {
  .events-list.other-events .others-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 2000px) {
  .events-list.other-events .others-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.events-list.other-events .others-wrapper .event-item {
  background-color: #ffe1c4;
  border-radius: 20px;
  padding: 20px;
}
@media (min-width: 1000px) {
  .events-list.other-events .others-wrapper .event-item {
    padding: 40px;
  }
}
.events-list.other-events .others-wrapper .event-item .event-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.events-list.other-events .others-wrapper .event-item .event-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}
.events-list.other-events .others-wrapper .event-item .event-top .date-rounded {
  display: flex;
  background-color: #ff8b26;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.events-list.other-events .others-wrapper .event-item .event-top .date-rounded .date-part {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}
.events-list.other-events .others-wrapper .event-item .event-top .date-rounded .date-part .month {
  font-size: 14px;
  text-transform: capitalize;
}
.events-list.other-events .others-wrapper .event-item .event-top .date-rounded .date-part .day {
  font-size: 32px;
  font-weight: 500;
}
.events-list.other-events .others-wrapper .event-item .event-bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.events-list.other-events .others-wrapper .event-item .event-bottom .event-detail {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.events-list.other-events .others-wrapper .event-item .event-bottom .event-detail p {
  margin: 0;
  padding-bottom: 0;
}
.events-list.other-events .others-wrapper .event-item .event-bottom .event-detail .content {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 10px;
}
@media (min-width: 1000px) {
  .events-list.other-events .others-wrapper .event-item .event-bottom .event-detail .content {
    padding-left: 20px;
  }
}
.events-list.other-events .others-wrapper .event-item .event-bottom .event-detail .content p {
  font-size: 14px;
}
@media (min-width: 1500px) {
  .events-list.other-events .others-wrapper .event-item .event-bottom .event-detail .content p {
    font-size: 16px;
  }
}
.events-list.other-events .others-wrapper .event-item .event-bottom .event-detail .content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #ffbc85;
}
.events-list.other-events .others-wrapper .event-item .event-bottom .event-detail .content p {
  margin: 0;
  background: #ffe1c4;
  padding-bottom: 0;
  padding-left: 10px;
  z-index: 1;
}
@media (min-width: 1000px) {
  .events-list.other-events .others-wrapper .event-item .event-bottom .event-detail .content p {
    padding-left: 20px;
  }
}
.events-list.other-events .others-wrapper .event-item .event-bottom .wrapper-button {
  display: flex;
  justify-content: center;
}
.events-list.other-events .others-wrapper .event-item .event-bottom .wrapper-button .button {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
  margin-top: 30px;
}
@media (min-width: 1000px) {
  .events-list.other-events .others-wrapper .event-item .event-bottom .wrapper-button .button {
    font-size: 18px;
  }
}
.events-list.other-events .others-wrapper .event-item .event-bottom .wrapper-button .button:hover {
  background-color: #ff8b26;
}
.events-list.other-events h4 {
  font-size: 28px;
  text-align: center;
}
@media (min-width: 1000px) {
  .events-list.other-events h4 {
    font-size: 34px;
  }
}
.events-list.other-events h5 {
  font-size: 24px;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
  color: #ff8b26;
}
@media (min-width: 1000px) {
  .events-list.other-events h5 {
    font-size: 32px;
  }
}

.tva-kolumns {
  display: flex;
  flex-direction: column;
  margin: 30px 20px;
  gap: 20px;
}
.tva-kolumns h2 {
  font-size: 36px;
}
@media (min-width: 1000px) {
  .tva-kolumns h2 {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .tva-kolumns h2 {
    font-size: 100px;
  }
}
@media (min-width: 1000px) {
  .tva-kolumns {
    margin: 60px;
    gap: 100px;
  }
}
@media (min-width: 1500px) {
  .tva-kolumns {
    margin: 100px;
  }
}
.tva-kolumns .vanster-kolumn, .tva-kolumns .hoger-kolumn {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
@media (min-width: 1000px) {
  .tva-kolumns .vanster-kolumn, .tva-kolumns .hoger-kolumn {
    flex-direction: row;
    gap: 100px;
  }
}
.tva-kolumns .vanster-kolumn .image-overlay, .tva-kolumns .hoger-kolumn .image-overlay {
  position: relative;
  display: inline-block;
}
.tva-kolumns .vanster-kolumn .image-overlay img, .tva-kolumns .hoger-kolumn .image-overlay img {
  display: block;
}
.tva-kolumns .vanster-kolumn .image-overlay::after, .tva-kolumns .hoger-kolumn .image-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #540657;
  opacity: 0.1;
  /* 10% opacity */
  pointer-events: none;
  border-radius: 20px;
}
.tva-kolumns .vanster-kolumn .img-column, .tva-kolumns .hoger-kolumn .img-column {
  width: 100%;
}
@media (min-width: 1000px) {
  .tva-kolumns .vanster-kolumn .img-column, .tva-kolumns .hoger-kolumn .img-column {
    width: 50%;
  }
}
.tva-kolumns .vanster-kolumn .img-column img, .tva-kolumns .hoger-kolumn .img-column img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tva-kolumns .vanster-kolumn .text-column, .tva-kolumns .hoger-kolumn .text-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1000px) {
  .tva-kolumns .vanster-kolumn .text-column, .tva-kolumns .hoger-kolumn .text-column {
    width: 50%;
  }
}
.tva-kolumns .vanster-kolumn .text-column h1, .tva-kolumns .vanster-kolumn .text-column h2, .tva-kolumns .vanster-kolumn .text-column h3, .tva-kolumns .vanster-kolumn .text-column h4, .tva-kolumns .vanster-kolumn .text-column h5, .tva-kolumns .vanster-kolumn .text-column h6, .tva-kolumns .hoger-kolumn .text-column h1, .tva-kolumns .hoger-kolumn .text-column h2, .tva-kolumns .hoger-kolumn .text-column h3, .tva-kolumns .hoger-kolumn .text-column h4, .tva-kolumns .hoger-kolumn .text-column h5, .tva-kolumns .hoger-kolumn .text-column h6 {
  margin-bottom: 20px;
  color: #ff8b26;
}
.tva-kolumns .vanster-kolumn .text-column p, .tva-kolumns .hoger-kolumn .text-column p {
  line-height: 1.5;
  padding-bottom: 20px;
}
.tva-kolumns .vanster-kolumn .text-column .button, .tva-kolumns .hoger-kolumn .text-column .button {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2B2B2B;
  font-size: 16px;
  transition: ease-in-out 0.5s;
  margin-top: 20px;
  background: none;
}
@media (min-width: 1500px) {
  .tva-kolumns .vanster-kolumn .text-column .button, .tva-kolumns .hoger-kolumn .text-column .button {
    font-size: 18px;
    width: 215px;
  }
}
.tva-kolumns .vanster-kolumn .text-column .button:hover, .tva-kolumns .hoger-kolumn .text-column .button:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}
.tva-kolumns .hoger-kolumn {
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .tva-kolumns .hoger-kolumn {
    flex-direction: row;
    margin-top: 50px;
  }
}

.tva-kolumns-second {
  width: 100%;
  max-width: 100%;
}
.tva-kolumns-second h2 {
  font-size: 36px;
}
@media (min-width: 1000px) {
  .tva-kolumns-second h2 {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .tva-kolumns-second h2 {
    font-size: 100px;
  }
}
.tva-kolumns-second .vanster-kolumn, .tva-kolumns-second .hoger-kolumn {
  gap: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1000px) {
  .tva-kolumns-second .vanster-kolumn, .tva-kolumns-second .hoger-kolumn {
    flex-direction: row;
  }
}
.tva-kolumns-second .wrapper-left, .tva-kolumns-second .wrapper-right {
  display: flex;
  background-color: #ffe1c4;
}
.tva-kolumns-second .img-column {
  width: 100%;
  height: 100%;
}
@media (min-width: 1000px) {
  .tva-kolumns-second .img-column {
    width: 50%;
  }
}
.tva-kolumns-second .img-column img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tva-kolumns-second .text-column {
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1000px) {
  .tva-kolumns-second .text-column {
    width: 50%;
    padding: 50px 60px;
  }
}
@media (min-width: 1500px) {
  .tva-kolumns-second .text-column {
    padding: 50px 100px;
  }
}
.tva-kolumns-second .text-column h1, .tva-kolumns-second .text-column h2, .tva-kolumns-second .text-column h3, .tva-kolumns-second .text-column h4, .tva-kolumns-second .text-column h5, .tva-kolumns-second .text-column h6 {
  margin-bottom: 20px;
  color: #ff8b26;
}
.tva-kolumns-second .text-column p {
  line-height: 1.5;
  padding-bottom: 20px;
}
.tva-kolumns-second .text-column .galleri {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 30px;
}
@media (min-width: 1000px) {
  .tva-kolumns-second .text-column .galleri {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1500px) {
  .tva-kolumns-second .text-column .galleri {
    grid-template-columns: repeat(6, 1fr);
  }
}
.tva-kolumns-second .text-column .galleri img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
  max-height: 50px;
}
.tva-kolumns-second .hoger-kolumn {
  flex-direction: column-reverse;
}
@media (min-width: 1000px) {
  .tva-kolumns-second .hoger-kolumn {
    flex-direction: row;
  }
}

.popup-form-general {
  max-width: 1180px;
  margin: 50px 20px 0;
}
@media (min-width: 1000px) {
  .popup-form-general {
    margin: 140px 50px 0;
    text-align: center;
  }
}
@media (min-width: 1500px) {
  .popup-form-general {
    margin: 140px auto 0;
  }
}
.popup-form-general h4 {
  font-size: 18px;
  color: #540657;
}
@media (min-width: 1000px) {
  .popup-form-general h4 {
    font-size: 34px;
  }
}
.popup-form-general .contact-info input[type=text],
.popup-form-general .contact-info input[type=email],
.popup-form-general .contact-info textarea {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  background-color: #FFD8FF;
  border: none;
  font-size: 16px;
  padding: 30px;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
}
.popup-form-general .contact-info input[type=text]::-moz-placeholder, .popup-form-general .contact-info input[type=email]::-moz-placeholder, .popup-form-general .contact-info textarea::-moz-placeholder {
  color: #2B2B2B;
  font-weight: 300;
}
.popup-form-general .contact-info input[type=text]::placeholder,
.popup-form-general .contact-info input[type=email]::placeholder,
.popup-form-general .contact-info textarea::placeholder {
  color: #2B2B2B;
  font-weight: 300;
}
.popup-form-general .contact-info input[type=text]:focus,
.popup-form-general .contact-info input[type=email]:focus,
.popup-form-general .contact-info textarea:focus,
.popup-form-general input[type=checkbox]:focus,
.popup-form-general input[type=radio]:focus,
.popup-form-general select:focus {
  outline: none;
}
.popup-form-general .contact-info input[type=text]:-webkit-autofill,
.popup-form-general .contact-info input[type=email]:-webkit-autofill,
.popup-form-general .contact-info textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFD8FF inset;
  -webkit-text-fill-color: #2B2B2B; /* Använd samma textfärg här */
}
.popup-form-general .contact-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .popup-form-general .contact-details {
    padding-bottom: 100px;
  }
}
.popup-form-general .contact-details h4 {
  padding-bottom: 40px;
}
.popup-form-general .contact-details .contact-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1000px) {
  .popup-form-general .contact-details .contact-info {
    flex-direction: row;
    gap: 100px;
  }
}
.popup-form-general .contact-details .contact-info .col-1, .popup-form-general .contact-details .contact-info .col-2 {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1000px) {
  .popup-form-general .contact-details .contact-info .col-1, .popup-form-general .contact-details .contact-info .col-2 {
    width: 50%;
  }
}
.popup-form-general .contact-details .contact-info .col-1 .input-wrapper, .popup-form-general .contact-details .contact-info .col-1 .radio-wrapper, .popup-form-general .contact-details .contact-info .col-1 .select-wrapper, .popup-form-general .contact-details .contact-info .col-1 .textarea-wrapper, .popup-form-general .contact-details .contact-info .col-2 .input-wrapper, .popup-form-general .contact-details .contact-info .col-2 .radio-wrapper, .popup-form-general .contact-details .contact-info .col-2 .select-wrapper, .popup-form-general .contact-details .contact-info .col-2 .textarea-wrapper {
  width: 100%;
}
.popup-form-general .contact-details .contact-info .member {
  display: flex;
  flex-direction: row;
  width: 100%;
  text-align: left;
  align-items: center;
}
.popup-form-general .contact-details .contact-info .member .radio-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.popup-form-general .contact-details .contact-info .member .radio-wrapper .wpcf7-radio {
  display: flex;
  gap: 10px;
  font-weight: bold;
}
.popup-form-general .contact-details .contact-info .member .radio-wrapper .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center; /* Center align items vertically */
}
.popup-form-general .contact-details .contact-info .member .radio-wrapper .wpcf7-radio .wpcf7-list-item input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background-color: #FFD8FF;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  margin-top: 0;
}
@media (min-width: 1000px) {
  .popup-form-general .contact-details .contact-info .member .radio-wrapper .wpcf7-radio .wpcf7-list-item input[type=radio] {
    width: 40px;
    height: 40px;
  }
}
.popup-form-general .contact-details .contact-info .member .radio-wrapper .wpcf7-radio .wpcf7-list-item input[type=radio]:checked {
  background-color: #ff8b26;
}
.popup-form-general .contact-details .contact-info .member .radio-wrapper .wpcf7-radio .wpcf7-list-item input[type=radio]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
}
.popup-form-general .contact-details .contact-info .member label {
  width: 100%;
}
.popup-form-general .main-reason h4 {
  margin-bottom: 10px;
}
.popup-form-general .main-reason p {
  margin-bottom: 20px;
}
.popup-form-general .main-reason .main-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}
@media (min-width: 1000px) {
  .popup-form-general .main-reason .main-info {
    flex-direction: row;
    padding-bottom: 150px;
    gap: 50px;
  }
}
.popup-form-general .main-reason .main-info p {
  margin-bottom: 0;
  padding-bottom: 0;
}
.popup-form-general .main-reason .main-info .select-wrapper {
  flex: 1;
  position: relative;
}
.popup-form-general .main-reason .main-info .select-wrapper select {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  background-color: #FFD8FF;
  border: none;
  font-size: 16px;
  padding: 0 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #2B2B2B;
}
.popup-form-general .main-reason .main-info .select-wrapper select::after {
  content: attr(data-placeholder);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}
.popup-form-general .main-reason .main-info .select-wrapper select:focus::after {
  content: "";
}
.popup-form-general .main-reason .main-info .select-wrapper select option {
  background-color: #FFFFFF;
  color: #2B2B2B;
  border: none;
  font-size: 16px;
}
.popup-form-general .main-reason .main-info .select-wrapper select option::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  margin-left: 10px;
  vertical-align: middle;
}
.popup-form-general .main-reason .main-info .select-wrapper select option:checked::after {
  content: "✓";
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
}
.popup-form-general .help-us {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1000px) {
  .popup-form-general .help-us {
    text-align: center;
  }
}
.popup-form-general .help-us h4 {
  margin-bottom: 10px;
  width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1000px) {
  .popup-form-general .help-us h4 {
    width: 60%;
    margin: 0 auto 30px;
  }
}
.popup-form-general .help-us .help-info .textarea-wrapper {
  width: 100%;
}
.popup-form-general .help-us .help-info .textarea-wrapper textarea {
  width: 100%;
  background-color: #FFD8FF;
  border-radius: 30px;
  border: none;
  resize: none; /* Förhindrar att användare ändrar storleken */
  padding: 30px; /* Lägg till padding här */
  outline: none; /* Tar bort outline när textarea är i fokus */
  font-size: 16px;
  font-family: "Figtree", sans-serif; /* Se till att fonten är korrekt */
  font-weight: 300;
}
.popup-form-general .help-us .help-info .textarea-wrapper textarea::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  color: #2B2B2B;
  font-weight: 300;
}
.popup-form-general .help-us .help-info .textarea-wrapper textarea::placeholder {
  font-family: "Figtree", sans-serif;
  color: #2B2B2B;
  font-weight: 300;
}
.popup-form-general .form-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.popup-form-general .form-btn input[type=submit] {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #2B2B2B;
  font-size: 18px;
  transition: ease-in-out 0.5s;
  background: none;
  cursor: pointer;
}
.popup-form-general .form-btn input[type=submit]:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}

/* Custom select styles */
.custom-select {
  position: relative;
}

.custom-select .select-header p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 60px;
  background-color: #FFD8FF;
  border-radius: 30px;
  cursor: pointer;
  color: #2B2B2B;
}

.custom-select .select-header p.chosen {
  background-color: #ff8b26;
  color: #FFFFFF;
  font-weight: 500;
}
.custom-select .select-header p.chosen svg {
  fill: #FFFFFF;
}

.custom-select .select-header p .open {
  background-color: wheat;
}

.custom-select .select-header span {
  font-size: 16px;
  text-align: left;
  max-width: 80%;
}

.custom-select .arrow {
  width: 12px;
  height: 12px;
  transition: transform 0.2s;
  fill: #2B2B2B;
  margin-right: 13px;
}

.custom-select .select-options {
  display: none;
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  border: 1px solid #FFD8FF;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  z-index: 10;
  padding-bottom: 20px;
}
.custom-select .select-options p {
  font-size: 16px;
  max-width: 75%;
  line-height: 1.3;
}

.custom-select .option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  cursor: pointer;
  color: #2B2B2B;
}

.custom-select .option:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.custom-select .checkbox {
  width: 20px;
  height: 20px;
  background-color: #FFD8FF;
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-select .checkbox.checked {
  background-color: #ff8b26;
  border-color: #ff8b26;
}

.custom-select .checkbox.checked::after {
  content: "✓";
  color: #FFFFFF;
  font-size: 14px;
}

.select-wrapper .custom-select .open .select-header p {
  background-color: #ef88f2;
}

.custom-select.open .select-header p {
  font-weight: 700;
  background-color: #FFFFFF;
  border-radius: 30px 30px 0 0;
  border: 1px solid #FFD8FF;
  border-bottom: 0;
}

.checkbox-label {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
  font-size: 14px;
  color: #2B2B2B;
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 30px;
}
@media (min-width: 1000px) {
  .checkbox-label {
    padding: 30px 100px 0;
  }
}
.checkbox-label .wpcf7-list-item {
  margin: 0 10px 0 0;
  display: flex;
  align-items: start; /* Center align items vertically */
}
.checkbox-label .wpcf7-list-item-label {
  text-align: left;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: 14px;
}
.checkbox-label p {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-family: "Roboto";
  font-weight: 300;
}
.checkbox-label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 30px;
  height: 30px;
  background-color: #FFD8FF;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  margin-top: 0; /* Remove margin top */
}
@media (min-width: 1000px) {
  .checkbox-label input[type=checkbox] {
    min-width: 40px;
    height: 40px;
  }
}
.checkbox-label input[type=checkbox]:checked {
  background-color: #ff8b26;
}
.checkbox-label input[type=checkbox]:checked::before {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
}

.wpcf7-not-valid-tip {
  font-family: "Brockmann", Arial, sans-serif;
  color: #ff8b26;
  padding-top: 5px;
}

.fem-kolumner {
  max-width: 100%;
  margin: 20px;
}
@media (min-width: 1000px) {
  .fem-kolumner {
    margin: 60px;
  }
}
@media (min-width: 1500px) {
  .fem-kolumner {
    margin: 100px;
  }
}
.fem-kolumner h3 {
  color: #ff8b26;
  width: 100%;
  margin-bottom: 50px;
  font-size: 34px;
}
@media (min-width: 1000px) {
  .fem-kolumner h3 {
    width: 80%;
    font-size: 74px;
  }
}
.fem-kolumner .kolumner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  width: 80%;
}
@media (min-width: 1000px) {
  .fem-kolumner .kolumner {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .fem-kolumner .kolumner {
    gap: 100px;
    grid-template-columns: repeat(5, 1fr);
  }
}
.fem-kolumner .kolumner .kolumn h6 {
  color: #ff8b26;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px; /* Skapar utrymme för ikonen */
}
.fem-kolumner .kolumner .kolumn h6::before {
  content: "";
  position: absolute;
  background-image: url("images/icon-arrow-orange.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 0; /* Placera ikonen precis i början av rubriken */
  width: 15px;
  height: 15px;
  transform: translateY(-50%) rotate(-90deg); /* Endast vertikal justering och rotation */
  transform-origin: center;
  transition: transform 0.3s ease;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #540657;
  z-index: 9999;
  overflow-y: auto;
  -ms-overflow-style: none; /* För Internet Explorer och Edge */
  scrollbar-width: none; /* För Firefox */
}
.popup::-webkit-scrollbar {
  display: none; /* För Chrome, Safari och Opera */
}

.popup-content {
  color: #FFD8FF;
  max-width: 100%;
  margin: 0 20px;
  padding: 100px 0 50px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 1000px) {
  .popup-content {
    margin: 0 auto;
    gap: 0;
    padding: 100px 0;
  }
}
@media (min-width: 1500px) {
  .popup-content {
    margin: 0 auto;
  }
}
.popup-content .close-button-expanded {
  position: fixed;
  top: 26px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1000px) {
  .popup-content .close-button-expanded {
    top: 50px;
    right: 95px;
  }
}
.popup-content .close-button-expanded span.menuButton__label {
  color: #FFD8FF;
  transition: color 0.3s ease-in-out;
}
.popup-content .close-button-expanded .close-popup {
  position: relative;
  width: 30px; /* Justera storleken efter behov */
  height: 30px; /* Justera storleken efter behov */
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease-in-out;
  color: #FFD8FF;
  font-weight: 100;
}
@media (min-width: 1500px) {
  .popup-content .close-button-expanded .close-popup {
    width: 40px; /* Justera storleken efter behov */
    height: 40px; /* Justera storleken efter behov */
  }
}
.popup-content .close-button-expanded .close-popup::before, .popup-content .close-button-expanded .close-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px; /* Justera storleken på krysslinjerna efter behov */
  height: 2px; /* Tjocklek på krysslinjerna */
  background-color: #FFD8FF; /* Färg på krysslinjerna */
  transform-origin: center;
}
.popup-content .close-button-expanded .close-popup::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-content .close-button-expanded .close-popup::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-content .close-button-expanded:hover .close-popup {
  transform: rotate(180deg);
}
.popup-content .close-button-expanded:hover .close-popup::before,
.popup-content .close-button-expanded:hover .close-popup::after {
  background-color: #FFD8FF; /* Färg på krysslinjerna vid hover */
}
.popup-content .close-button-expanded:hover span.menuButton__label {
  color: #FFD8FF; /* Ändra färgen på texten vid hover */
}

.intro-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}
@media (min-width: 1000px) {
  .intro-wrapper {
    gap: 50px;
    flex-direction: row;
    max-width: 1220px;
    margin: auto;
  }
}
@media (min-width: 1500px) {
  .intro-wrapper {
    gap: 100px;
  }
}
.intro-wrapper .popup-header {
  width: 100%;
}
@media (min-width: 1000px) {
  .intro-wrapper .popup-header {
    width: 50%;
    padding: 20px;
  }
}
.intro-wrapper .popup-header h2 {
  color: #ff8b26;
  margin-bottom: 30px;
  font-size: 36px;
}
@media (min-width: 1000px) {
  .intro-wrapper .popup-header h2 {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .intro-wrapper .popup-header h2 {
    font-size: 100px;
  }
}
.intro-wrapper .popup-header p {
  font-size: 18px;
  font-family: "Brockmann", Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (min-width: 1000px) {
  .intro-wrapper .popup-header p {
    font-size: 22px;
    font-family: "Brockmann", Arial, sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.intro-wrapper .popup-guidelines {
  width: 100%;
}
@media (min-width: 1000px) {
  .intro-wrapper .popup-guidelines {
    width: 50%;
    margin: 50px 0;
  }
}
.intro-wrapper .popup-guidelines h3 {
  color: #ef88f2;
  font-size: 24px;
  margin-bottom: 20px;
}
@media (min-width: 1500px) {
  .intro-wrapper .popup-guidelines h3 {
    font-size: 32px;
  }
}
.intro-wrapper .popup-guidelines ul {
  list-style-type: none;
  padding: 0 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.intro-wrapper .popup-guidelines ul li {
  margin-bottom: 10px;
}
.intro-wrapper .popup-guidelines ul .title {
  color: #ff8b26;
  font-weight: 600;
  font-size: 18px;
  font-family: "Brockmann", Arial, sans-serif;
  margin-bottom: 10px;
}
@media (min-width: 1500px) {
  .intro-wrapper .popup-guidelines ul .title {
    font-size: 24px;
  }
}

.border-fullwidth {
  border-bottom: 1px solid #89348c;
  width: 100%;
  max-width: 100%;
  margin: 30px 0;
}
@media (min-width: 1000px) {
  .border-fullwidth {
    margin: 50px 0;
  }
}

.popup-form {
  width: 100%;
  margin: 0;
  text-align: left;
}
@media (min-width: 1000px) {
  .popup-form {
    max-width: 1220px;
    margin: 0 auto;
  }
}
.popup-form h3 {
  color: #ff8b26;
  margin-bottom: 20px;
  font-size: 32px;
}
@media (min-width: 1000px) {
  .popup-form h3 {
    padding: 20px;
    font-size: 54px;
  }
}
@media (min-width: 1500px) {
  .popup-form h3 {
    font-size: 74px;
  }
}
.popup-form .form-container {
  color: #FFD8FF;
  border-radius: 10px;
  max-width: 1220px;
  margin: 0 auto;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  .popup-form .form-container {
    padding: 20px;
  }
}
.popup-form .form-container .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  align-items: start;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
}
.popup-form .form-container .form-left, .popup-form .form-container .form-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.popup-form .form-container .form-left .cf7-form-element, .popup-form .form-container .form-right .cf7-form-element {
  width: 100%;
}
.popup-form .form-container .form-left p, .popup-form .form-container .form-right p {
  width: 100%;
  text-align: left;
}
.popup-form .form-container .form-left input[type=text], .popup-form .form-container .form-left input[type=email], .popup-form .form-container .form-left input[type=url], .popup-form .form-container .form-left input[type=date], .popup-form .form-container .form-left input[type=time], .popup-form .form-container .form-left textarea, .popup-form .form-container .form-right input[type=text], .popup-form .form-container .form-right input[type=email], .popup-form .form-container .form-right input[type=url], .popup-form .form-container .form-right input[type=date], .popup-form .form-container .form-right input[type=time], .popup-form .form-container .form-right textarea {
  width: 100%;
  padding: 18px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  background-color: #89348c;
  text-align: left;
  max-height: 60px;
  color: #FFD8FF;
}
.popup-form .form-container .form-left input[type=text]::-moz-placeholder, .popup-form .form-container .form-left input[type=email]::-moz-placeholder, .popup-form .form-container .form-left input[type=url]::-moz-placeholder, .popup-form .form-container .form-left input[type=date]::-moz-placeholder, .popup-form .form-container .form-left input[type=time]::-moz-placeholder, .popup-form .form-container .form-left textarea::-moz-placeholder, .popup-form .form-container .form-right input[type=text]::-moz-placeholder, .popup-form .form-container .form-right input[type=email]::-moz-placeholder, .popup-form .form-container .form-right input[type=url]::-moz-placeholder, .popup-form .form-container .form-right input[type=date]::-moz-placeholder, .popup-form .form-container .form-right input[type=time]::-moz-placeholder, .popup-form .form-container .form-right textarea::-moz-placeholder {
  color: #FFD8FF;
  font-family: "Figtree", sans-serif;
  font-weight: 200;
}
.popup-form .form-container .form-left input[type=text]::placeholder, .popup-form .form-container .form-left input[type=email]::placeholder, .popup-form .form-container .form-left input[type=url]::placeholder, .popup-form .form-container .form-left input[type=date]::placeholder, .popup-form .form-container .form-left input[type=time]::placeholder, .popup-form .form-container .form-left textarea::placeholder, .popup-form .form-container .form-right input[type=text]::placeholder, .popup-form .form-container .form-right input[type=email]::placeholder, .popup-form .form-container .form-right input[type=url]::placeholder, .popup-form .form-container .form-right input[type=date]::placeholder, .popup-form .form-container .form-right input[type=time]::placeholder, .popup-form .form-container .form-right textarea::placeholder {
  color: #FFD8FF;
  font-family: "Figtree", sans-serif;
  font-weight: 200;
}
.popup-form .form-container .form-left input[type=text]:focus, .popup-form .form-container .form-left input[type=email]:focus, .popup-form .form-container .form-left input[type=url]:focus, .popup-form .form-container .form-left input[type=date]:focus, .popup-form .form-container .form-left input[type=time]:focus, .popup-form .form-container .form-left textarea:focus, .popup-form .form-container .form-right input[type=text]:focus, .popup-form .form-container .form-right input[type=email]:focus, .popup-form .form-container .form-right input[type=url]:focus, .popup-form .form-container .form-right input[type=date]:focus, .popup-form .form-container .form-right input[type=time]:focus, .popup-form .form-container .form-right textarea:focus {
  outline: 1px solid #ff8b26;
}
.popup-form .form-container .form-left .checkbox-group p, .popup-form .form-container .form-right .checkbox-group p {
  font-size: 16px;
}
.popup-form .form-container .form-left .checkbox-group .wpcf7-list-item.last, .popup-form .form-container .form-right .checkbox-group .wpcf7-list-item.last {
  align-items: start;
}
.popup-form .form-container .form-left .language, .popup-form .form-container .form-right .language {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
  gap: 20px;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .language, .popup-form .form-container .form-right .language {
    flex-direction: row;
    height: 60px;
    align-items: center;
  }
}
.popup-form .form-container .form-left .language .small-width p, .popup-form .form-container .form-right .language .small-width p {
  font-size: 16px;
  line-height: 1.4;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .language .small-width, .popup-form .form-container .form-right .language .small-width {
    width: 30%;
    text-align: center;
  }
}
.popup-form .form-container .form-left .language .big-width, .popup-form .form-container .form-right .language .big-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .language .big-width, .popup-form .form-container .form-right .language .big-width {
    width: 70%;
  }
}
.popup-form .form-container .form-left .language .big-width p, .popup-form .form-container .form-right .language .big-width p {
  display: flex;
  justify-content: flex-end;
}
.popup-form .form-container .form-left .language .big-width .wpcf7-list-item, .popup-form .form-container .form-right .language .big-width .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.popup-form .form-container .form-left .language .big-width .wpcf7-list-item.last, .popup-form .form-container .form-right .language .big-width .wpcf7-list-item.last {
  align-items: center;
}
.popup-form .form-container .form-left .currently, .popup-form .form-container .form-right .currently {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .currently, .popup-form .form-container .form-right .currently {
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .currently .small-width, .popup-form .form-container .form-right .currently .small-width {
    width: 50%;
  }
}
.popup-form .form-container .form-left .currently .small-width p, .popup-form .form-container .form-right .currently .small-width p {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}
.popup-form .form-container .form-left .currently .big-width, .popup-form .form-container .form-right .currently .big-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .currently .big-width, .popup-form .form-container .form-right .currently .big-width {
    width: 50%;
  }
}
.popup-form .form-container .form-left .currently .big-width p, .popup-form .form-container .form-right .currently .big-width p {
  display: flex;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .currently .big-width p, .popup-form .form-container .form-right .currently .big-width p {
    justify-content: flex-end;
  }
}
.popup-form .form-container .form-left .currently .big-width .wpcf7-list-item, .popup-form .form-container .form-right .currently .big-width .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-form .form-container .form-left .currently .big-width .wpcf7-list-item.last, .popup-form .form-container .form-right .currently .big-width .wpcf7-list-item.last {
  align-items: center;
}
.popup-form .form-container .form-left .start-end, .popup-form .form-container .form-left .cost-free, .popup-form .form-container .form-right .start-end, .popup-form .form-container .form-right .cost-free {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .start-end, .popup-form .form-container .form-left .cost-free, .popup-form .form-container .form-right .start-end, .popup-form .form-container .form-right .cost-free {
    flex-direction: row;
    align-items: center;
  }
}
.popup-form .form-container .form-left .start-end .wpcf7-list-item, .popup-form .form-container .form-left .cost-free .wpcf7-list-item, .popup-form .form-container .form-right .start-end .wpcf7-list-item, .popup-form .form-container .form-right .cost-free .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-form .form-container .form-left .start-end .wpcf7-list-item.last, .popup-form .form-container .form-left .cost-free .wpcf7-list-item.last, .popup-form .form-container .form-right .start-end .wpcf7-list-item.last, .popup-form .form-container .form-right .cost-free .wpcf7-list-item.last {
  align-items: center;
}
.popup-form .form-container .form-left .start-end .half-width, .popup-form .form-container .form-left .cost-free .half-width, .popup-form .form-container .form-right .start-end .half-width, .popup-form .form-container .form-right .cost-free .half-width {
  text-align: left;
  width: 100%;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left .start-end .half-width, .popup-form .form-container .form-left .cost-free .half-width, .popup-form .form-container .form-right .start-end .half-width, .popup-form .form-container .form-right .cost-free .half-width {
    width: 50%;
  }
}
.popup-form .form-container .form-left .start-end .half-width input[type=text], .popup-form .form-container .form-left .start-end .half-width input[type=time], .popup-form .form-container .form-left .cost-free .half-width input[type=text], .popup-form .form-container .form-left .cost-free .half-width input[type=time], .popup-form .form-container .form-right .start-end .half-width input[type=text], .popup-form .form-container .form-right .start-end .half-width input[type=time], .popup-form .form-container .form-right .cost-free .half-width input[type=text], .popup-form .form-container .form-right .cost-free .half-width input[type=time] {
  width: 100%;
  padding: 18px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  background-color: #89348c;
  text-align: left;
  color: #FFD8FF;
}
.popup-form .form-container .form-left .start-end .half-width input[type=text]::-moz-placeholder, .popup-form .form-container .form-left .start-end .half-width input[type=time]::-moz-placeholder, .popup-form .form-container .form-left .cost-free .half-width input[type=text]::-moz-placeholder, .popup-form .form-container .form-left .cost-free .half-width input[type=time]::-moz-placeholder, .popup-form .form-container .form-right .start-end .half-width input[type=text]::-moz-placeholder, .popup-form .form-container .form-right .start-end .half-width input[type=time]::-moz-placeholder, .popup-form .form-container .form-right .cost-free .half-width input[type=text]::-moz-placeholder, .popup-form .form-container .form-right .cost-free .half-width input[type=time]::-moz-placeholder {
  color: #FFD8FF;
}
.popup-form .form-container .form-left .start-end .half-width input[type=text]::placeholder, .popup-form .form-container .form-left .start-end .half-width input[type=time]::placeholder, .popup-form .form-container .form-left .cost-free .half-width input[type=text]::placeholder, .popup-form .form-container .form-left .cost-free .half-width input[type=time]::placeholder, .popup-form .form-container .form-right .start-end .half-width input[type=text]::placeholder, .popup-form .form-container .form-right .start-end .half-width input[type=time]::placeholder, .popup-form .form-container .form-right .cost-free .half-width input[type=text]::placeholder, .popup-form .form-container .form-right .cost-free .half-width input[type=time]::placeholder {
  color: #FFD8FF;
}
.popup-form .form-container .form-left .wpcf7-list-item, .popup-form .form-container .form-right .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.popup-form .form-container .form-left .wpcf7-list-item.last, .popup-form .form-container .form-right .wpcf7-list-item.last {
  align-items: center;
}
.popup-form .form-container .form-left .wpcf7-form-control, .popup-form .form-container .form-left .wpcf7-radio, .popup-form .form-container .form-right .wpcf7-form-control, .popup-form .form-container .form-right .wpcf7-radio {
  display: flex;
}
.popup-form .form-container .form-left input[type=radio], .popup-form .form-container .form-left input[type=checkbox], .popup-form .form-container .form-right input[type=radio], .popup-form .form-container .form-right input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  height: 40px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #89348c;
  transition: background-color 0.3s ease;
}
@media (min-width: 1000px) {
  .popup-form .form-container .form-left input[type=radio], .popup-form .form-container .form-left input[type=checkbox], .popup-form .form-container .form-right input[type=radio], .popup-form .form-container .form-right input[type=checkbox] {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
  }
}
.popup-form .form-container .form-left input[type=radio]:checked, .popup-form .form-container .form-left input[type=checkbox]:checked, .popup-form .form-container .form-right input[type=radio]:checked, .popup-form .form-container .form-right input[type=checkbox]:checked {
  background-color: #ff8b26;
}
.popup-form .form-container .form-left input[type=radio]:checked::before, .popup-form .form-container .form-left input[type=checkbox]:checked::before, .popup-form .form-container .form-right input[type=radio]:checked::before, .popup-form .form-container .form-right input[type=checkbox]:checked::before {
  content: "✓";
  color: #FFFFFF;
  font-size: 24px;
}
.popup-form .form-container .form-left label, .popup-form .form-container .form-right label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 50px;
  width: 100%;
  height: 50px;
}
.popup-form .form-container input[type=submit] {
  width: 210px;
  height: 60px;
  border: 2px solid #ff8b26;
  background-color: #540657;
  color: #FFD8FF;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  font-family: "Brockmann", Arial, sans-serif;
  transition: background-color 0.4s ease;
  margin: 50px 0 0 0;
}
.popup-form .form-container input[type=submit]:hover {
  background-color: #ff8b26;
}

.approval-message {
  font-size: 20px;
  text-align: center;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 500;
}
@media (min-width: 1000px) {
  .approval-message {
    font-size: 24px;
  }
}

.wpcf7-spinner {
  margin: 0;
  width: 0;
  height: 0;
  display: none;
}

/* Anpassa autofyllningsbakgrund och textfärg för alla inmatningsfält */
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=url]:-webkit-autofill,
input[type=date]:-webkit-autofill,
input[type=time]:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #89348c inset; /* Bakgrundsfärg för autofyllning */
  -webkit-text-fill-color: #FFFFFF; /* Textfärg för autofyllning */
}

input[type=text]:-moz-autofill,
input[type=email]:-moz-autofill,
input[type=url]:-moz-autofill,
input[type=date]:-moz-autofill,
input[type=time]:-moz-autofill,
textarea:-moz-autofill {
  background-color: #89348c !important; /* Bakgrundsfärg för autofyllning i Firefox */
  color: #FFFFFF !important; /* Textfärg för autofyllning i Firefox */
}

input[type=text]:-ms-autofill,
input[type=email]:-ms-autofill,
input[type=url]:-ms-autofill,
input[type=date]:-ms-autofill,
input[type=time]:-ms-autofill,
textarea:-ms-autofill {
  background-color: #89348c !important; /* Bakgrundsfärg för autofyllning i Internet Explorer och Edge */
  color: #FFFFFF !important; /* Textfärg för autofyllning i Internet Explorer och Edge */
}

input[type=text]::autofill,
input[type=email]::autofill,
input[type=url]::autofill,
input[type=date]::autofill,
input[type=time]::autofill,
textarea::autofill {
  background-color: #89348c !important; /* Bakgrundsfärg för autofyllning */
  color: #FFFFFF !important; /* Textfärg för autofyllning */
}

.current-projects {
  margin: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1000px) {
  .current-projects {
    margin: 100px 60px;
  }
}
@media (min-width: 1500px) {
  .current-projects {
    margin: 100px;
  }
}
.current-projects .section-title {
  margin-bottom: 10px;
  color: #ff8b26;
  font-size: 36px;
  line-height: 1;
}
@media (min-width: 1000px) {
  .current-projects .section-title {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .current-projects .section-title {
    font-size: 100px;
  }
}
.current-projects .project-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1000px) {
  .current-projects .project-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.current-projects .project-grid .project-card {
  display: flex;
  flex-direction: column;
  background-color: #540657;
  border-radius: 20px;
  min-height: 550px;
  color: #FFD8FF;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  text-align: center;
}
@media (min-width: 1000px) {
  .current-projects .project-grid .project-card {
    padding: 50px 0;
  }
}
.current-projects .project-grid .project-card h4 {
  color: #ef88f2;
}
.current-projects .project-grid .project-card .project-description {
  font-size: 18px;
  font-weight: 600;
  font-family: "Brockmann", Arial, sans-serif;
  text-align: center;
}
@media (min-width: 1000px) {
  .current-projects .project-grid .project-card .project-description {
    font-size: 22px;
    width: 80%;
  }
}
.current-projects .project-grid .project-card .open-to {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid #89348c;
  border-bottom: 2px solid #89348c;
  color: #ff8b26;
  padding: 20px;
  gap: 10px;
}
@media (min-width: 1000px) {
  .current-projects .project-grid .project-card .open-to {
    width: 80%;
  }
}
.current-projects .project-grid .project-card .open-to p {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  font-family: "Brockmann", Arial, sans-serif;
}
@media (min-width: 1000px) {
  .current-projects .project-grid .project-card .open-to p {
    font-size: 22px;
  }
}
.current-projects .project-grid .project-card .open-to .project-open-to {
  font-size: 18px;
  font-weight: 600;
  font-family: "Brockmann", Arial, sans-serif;
  color: #FFD8FF;
}
@media (min-width: 1000px) {
  .current-projects .project-grid .project-card .open-to .project-open-to {
    font-size: 22px;
  }
}
@media (min-width: 1000px) {
  .current-projects .project-grid .project-card .learn-more-about {
    width: 80%;
  }
}
.current-projects .project-grid .project-card .learn-more-btn {
  border: 2px solid #ff8b26;
  border-radius: 50px;
  color: #FFD8FF;
  font-family: "Brockmann", Arial, sans-serif;
  font-size: 16px;
  padding: 20px 50px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
}
@media (min-width: 1000px) {
  .current-projects .project-grid .project-card .learn-more-btn {
    font-size: 18px;
  }
}
.current-projects .project-grid .project-card .learn-more-btn:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}
.current-projects .view-past-projects {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
}
@media (min-width: 1000px) {
  .current-projects .view-past-projects {
    width: 30%;
    padding-top: 20px;
  }
}
.current-projects .view-past-projects:hover {
  color: #ff8b26;
}

.popover-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: #540657;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000;
  padding: 100px 0;
}
.popover-overlay h1 {
  font-size: 62px;
}
@media (min-width: 1000px) {
  .popover-overlay h1 {
    font-size: 100px;
  }
}
@media (min-width: 1500px) {
  .popover-overlay h1 {
    font-size: 115px;
  }
}
.popover-overlay h2 {
  color: #ff8b26;
  margin-bottom: 20px;
  font-size: 36px;
}
@media (min-width: 1000px) {
  .popover-overlay h2 {
    font-size: 64px;
  }
}
@media (min-width: 1500px) {
  .popover-overlay h2 {
    font-size: 100px;
  }
}
.popover-overlay h3, .popover-overlay h4, .popover-overlay h5 {
  color: #ff8b26;
  margin-bottom: 10px;
}
.popover-overlay h4 {
  font-size: 22px;
}

.popover-content {
  color: #FFD8FF;
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow-y: auto;
  max-height: 100vh;
  padding: 0 20px;
}
@media (min-width: 1000px) {
  .popover-content {
    padding: 0 50px;
  }
}
@media (min-width: 1500px) {
  .popover-content {
    padding: 0;
  }
}
.popover-content .top-section-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
  gap: 50px;
  height: 100%;
  text-align: left;
  padding-bottom: 20px;
  margin: 100px 0 50px;
}
@media (min-width: 1000px) {
  .popover-content .top-section-container {
    gap: 50px;
    flex-direction: row;
    max-width: 1220px;
    margin: 100px 0;
    padding: 100px 0 0;
  }
}
@media (min-width: 1500px) {
  .popover-content .top-section-container {
    gap: 100px;
    margin: 100px auto 0;
  }
}
.popover-content .top-section-container h1 {
  color: #ff8b26;
  margin-bottom: 10px;
}
.popover-content .top-section-container .left-section, .popover-content .top-section-container .right-section {
  width: 100%;
}
@media (min-width: 1000px) {
  .popover-content .top-section-container .left-section, .popover-content .top-section-container .right-section {
    max-width: 50%;
    padding: 0 20px;
  }
}
.popover-content .top-section-container .left-section a, .popover-content .top-section-container .right-section a {
  color: #ff8b26;
}
.popover-content .top-section-container .left-section h3, .popover-content .top-section-container .right-section h3 {
  color: #ef88f2;
  font-size: 24px;
  margin-bottom: 20px;
}
.popover-content .top-section-container .left-section ul, .popover-content .top-section-container .right-section ul {
  list-style-type: none;
  padding: 0 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.popover-content .top-section-container .left-section ul li, .popover-content .top-section-container .right-section ul li {
  margin-bottom: 10px;
}
.popover-content .top-section-container .left-section ul .title, .popover-content .top-section-container .right-section ul .title {
  color: #ff8b26;
  font-weight: 600;
  font-size: 18px;
  font-family: "Brockmann", Arial, sans-serif;
  margin-bottom: 10px;
}
.popover-content .top-section-container .left-section h4 {
  color: #FFFFFF;
  font-weight: 300;
}
.popover-content .form-container {
  color: #FFD8FF;
  padding-top: 20px;
  border-radius: 10px;
  max-width: 1220px;
  margin: 0 auto;
  text-align: left;
}
.popover-content .form-container h2 {
  font-size: 70px;
}
.popover-content .form-container .currently {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  gap: 20px;
  margin: 20px auto;
}
@media (min-width: 1000px) {
  .popover-content .form-container .currently {
    height: 60px;
    flex-direction: row;
    width: 50%;
    margin: 50px 0;
  }
}
@media (min-width: 1500px) {
  .popover-content .form-container .currently {
    margin: 0;
  }
}
@media (min-width: 1000px) {
  .popover-content .form-container .currently .small-width {
    width: 50%;
  }
}
.popover-content .form-container .currently .small-width p {
  text-align: left;
}
.popover-content .form-container .currently .big-width {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .popover-content .form-container .currently .big-width {
    width: 50%;
  }
}
.popover-content .form-container .currently .big-width p {
  display: flex;
  font-weight: 600;
}
@media (min-width: 1000px) {
  .popover-content .form-container .currently .big-width p {
    justify-content: flex-end;
  }
}
.popover-content .form-container .currently .big-width .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popover-content .form-container .currently .big-width .wpcf7-list-item.last {
  align-items: center;
}
.popover-content .form-container .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: start; /* Justerar elementen i början av varje kolumn */
}
@media (min-width: 1000px) {
  .popover-content .form-container .form-grid {
    grid-template-columns: 1fr 1fr;
    padding: 20px 0;
    gap: 100px;
    margin: 0;
    gap: 50px;
  }
}
@media (min-width: 1500px) {
  .popover-content .form-container .form-grid {
    margin: 0;
  }
}
.popover-content .form-container .form-left, .popover-content .form-container .form-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.popover-content .form-container .form-left .cf7-form-element, .popover-content .form-container .form-right .cf7-form-element {
  width: 100%;
}
.popover-content .form-container .form-left p, .popover-content .form-container .form-right p {
  width: 100%;
  text-align: center;
}
.popover-content .form-container .form-left input[type=text], .popover-content .form-container .form-left input[type=email], .popover-content .form-container .form-left input[type=url], .popover-content .form-container .form-left input[type=date], .popover-content .form-container .form-left input[type=time], .popover-content .form-container .form-left input[type=tel], .popover-content .form-container .form-left textarea, .popover-content .form-container .form-right input[type=text], .popover-content .form-container .form-right input[type=email], .popover-content .form-container .form-right input[type=url], .popover-content .form-container .form-right input[type=date], .popover-content .form-container .form-right input[type=time], .popover-content .form-container .form-right input[type=tel], .popover-content .form-container .form-right textarea {
  width: 100%;
  padding: 18px;
  border-radius: 50px;
  border: none;
  font-size: 16px;
  background-color: #89348c;
  text-align: left;
  max-height: 60px;
  color: #FFFFFF; /* Set text color */
  -webkit-appearance: none; /* Remove autofill styles */
  -moz-appearance: none; /* Remove autofill styles */
  appearance: none; /* Remove autofill styles */
}
.popover-content .form-container .form-left input[type=text]::-moz-placeholder, .popover-content .form-container .form-left input[type=email]::-moz-placeholder, .popover-content .form-container .form-left input[type=url]::-moz-placeholder, .popover-content .form-container .form-left input[type=date]::-moz-placeholder, .popover-content .form-container .form-left input[type=time]::-moz-placeholder, .popover-content .form-container .form-left input[type=tel]::-moz-placeholder, .popover-content .form-container .form-left textarea::-moz-placeholder, .popover-content .form-container .form-right input[type=text]::-moz-placeholder, .popover-content .form-container .form-right input[type=email]::-moz-placeholder, .popover-content .form-container .form-right input[type=url]::-moz-placeholder, .popover-content .form-container .form-right input[type=date]::-moz-placeholder, .popover-content .form-container .form-right input[type=time]::-moz-placeholder, .popover-content .form-container .form-right input[type=tel]::-moz-placeholder, .popover-content .form-container .form-right textarea::-moz-placeholder {
  color: #FFD8FF;
  font-family: "Figtree", sans-serif;
  font-weight: 200;
}
.popover-content .form-container .form-left input[type=text]::placeholder, .popover-content .form-container .form-left input[type=email]::placeholder, .popover-content .form-container .form-left input[type=url]::placeholder, .popover-content .form-container .form-left input[type=date]::placeholder, .popover-content .form-container .form-left input[type=time]::placeholder, .popover-content .form-container .form-left input[type=tel]::placeholder, .popover-content .form-container .form-left textarea::placeholder, .popover-content .form-container .form-right input[type=text]::placeholder, .popover-content .form-container .form-right input[type=email]::placeholder, .popover-content .form-container .form-right input[type=url]::placeholder, .popover-content .form-container .form-right input[type=date]::placeholder, .popover-content .form-container .form-right input[type=time]::placeholder, .popover-content .form-container .form-right input[type=tel]::placeholder, .popover-content .form-container .form-right textarea::placeholder {
  color: #FFD8FF;
  font-family: "Figtree", sans-serif;
  font-weight: 200;
}
.popover-content .form-container .form-left input[type=text]:-webkit-autofill, .popover-content .form-container .form-left input[type=text]:-webkit-autofill:hover, .popover-content .form-container .form-left input[type=text]:-webkit-autofill:focus, .popover-content .form-container .form-left input[type=text]:-webkit-autofill:active, .popover-content .form-container .form-left input[type=email]:-webkit-autofill, .popover-content .form-container .form-left input[type=email]:-webkit-autofill:hover, .popover-content .form-container .form-left input[type=email]:-webkit-autofill:focus, .popover-content .form-container .form-left input[type=email]:-webkit-autofill:active, .popover-content .form-container .form-left input[type=url]:-webkit-autofill, .popover-content .form-container .form-left input[type=url]:-webkit-autofill:hover, .popover-content .form-container .form-left input[type=url]:-webkit-autofill:focus, .popover-content .form-container .form-left input[type=url]:-webkit-autofill:active, .popover-content .form-container .form-left input[type=date]:-webkit-autofill, .popover-content .form-container .form-left input[type=date]:-webkit-autofill:hover, .popover-content .form-container .form-left input[type=date]:-webkit-autofill:focus, .popover-content .form-container .form-left input[type=date]:-webkit-autofill:active, .popover-content .form-container .form-left input[type=time]:-webkit-autofill, .popover-content .form-container .form-left input[type=time]:-webkit-autofill:hover, .popover-content .form-container .form-left input[type=time]:-webkit-autofill:focus, .popover-content .form-container .form-left input[type=time]:-webkit-autofill:active, .popover-content .form-container .form-left input[type=tel]:-webkit-autofill, .popover-content .form-container .form-left input[type=tel]:-webkit-autofill:hover, .popover-content .form-container .form-left input[type=tel]:-webkit-autofill:focus, .popover-content .form-container .form-left input[type=tel]:-webkit-autofill:active, .popover-content .form-container .form-left textarea:-webkit-autofill, .popover-content .form-container .form-left textarea:-webkit-autofill:hover, .popover-content .form-container .form-left textarea:-webkit-autofill:focus, .popover-content .form-container .form-left textarea:-webkit-autofill:active, .popover-content .form-container .form-right input[type=text]:-webkit-autofill, .popover-content .form-container .form-right input[type=text]:-webkit-autofill:hover, .popover-content .form-container .form-right input[type=text]:-webkit-autofill:focus, .popover-content .form-container .form-right input[type=text]:-webkit-autofill:active, .popover-content .form-container .form-right input[type=email]:-webkit-autofill, .popover-content .form-container .form-right input[type=email]:-webkit-autofill:hover, .popover-content .form-container .form-right input[type=email]:-webkit-autofill:focus, .popover-content .form-container .form-right input[type=email]:-webkit-autofill:active, .popover-content .form-container .form-right input[type=url]:-webkit-autofill, .popover-content .form-container .form-right input[type=url]:-webkit-autofill:hover, .popover-content .form-container .form-right input[type=url]:-webkit-autofill:focus, .popover-content .form-container .form-right input[type=url]:-webkit-autofill:active, .popover-content .form-container .form-right input[type=date]:-webkit-autofill, .popover-content .form-container .form-right input[type=date]:-webkit-autofill:hover, .popover-content .form-container .form-right input[type=date]:-webkit-autofill:focus, .popover-content .form-container .form-right input[type=date]:-webkit-autofill:active, .popover-content .form-container .form-right input[type=time]:-webkit-autofill, .popover-content .form-container .form-right input[type=time]:-webkit-autofill:hover, .popover-content .form-container .form-right input[type=time]:-webkit-autofill:focus, .popover-content .form-container .form-right input[type=time]:-webkit-autofill:active, .popover-content .form-container .form-right input[type=tel]:-webkit-autofill, .popover-content .form-container .form-right input[type=tel]:-webkit-autofill:hover, .popover-content .form-container .form-right input[type=tel]:-webkit-autofill:focus, .popover-content .form-container .form-right input[type=tel]:-webkit-autofill:active, .popover-content .form-container .form-right textarea:-webkit-autofill, .popover-content .form-container .form-right textarea:-webkit-autofill:hover, .popover-content .form-container .form-right textarea:-webkit-autofill:focus, .popover-content .form-container .form-right textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #89348c inset !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
.popover-content .form-container .cf7-form-element {
  align-items: center;
  display: flex;
  justify-content: center;
}
.popover-content .form-container input[type=submit] {
  width: 210px;
  height: 60px;
  border: 2px solid #ff8b26;
  background-color: #540657;
  color: #FFD8FF;
  border-radius: 50px;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  font-family: "Brockmann", Arial, sans-serif;
  transition: background-color 0.3s ease;
  margin: 50px 0;
}
.popover-content .form-container input[type=submit]:hover {
  background-color: #ff8b26;
}
.popover-content .wpcf7-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popover-content .wpcf7-list-item.last {
  align-items: start;
}
.popover-content .wpcf7-form-control, .popover-content .wpcf7-radio {
  display: flex;
}
.popover-content input[type=radio], .popover-content input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  height: 30px;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #89348c;
  transition: background-color 0.3s ease;
}
@media (min-width: 1000px) {
  .popover-content input[type=radio], .popover-content input[type=checkbox] {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    height: 50px;
  }
}
.popover-content input[type=radio]:checked, .popover-content input[type=checkbox]:checked {
  background-color: #ff8b26;
}
.popover-content input[type=radio]:checked::before, .popover-content input[type=checkbox]:checked::before {
  content: "✓";
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}
.popover-content label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
@media (min-width: 1000px) {
  .popover-content .textarea-wrapper {
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .popover-content .textarea-wrapper {
    margin: 0;
    width: 1220px;
  }
}
.popover-content .textarea-wrapper p {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
}
.popover-content .textarea-wrapper textarea {
  width: 100%;
  max-width: 100%;
  border-radius: 30px;
  border: none;
  font-size: 16px;
  background-color: #89348c;
  text-align: left;
  max-height: 60px;
  min-height: 280px;
  padding: 18px;
  color: #FFFFFF; /* Set text color */
  -webkit-appearance: none; /* Remove autofill styles */
  -moz-appearance: none; /* Remove autofill styles */
  appearance: none; /* Remove autofill styles */
  font-family: "Figtree", sans-serif; /* Se till att fonten är korrekt */
}
.popover-content .textarea-wrapper textarea::-moz-placeholder {
  font-family: "Figtree", sans-serif;
  color: #2B2B2B;
}
.popover-content .textarea-wrapper textarea::placeholder {
  font-family: "Figtree", sans-serif;
  color: #2B2B2B;
}
.popover-content .textarea-wrapper textarea::-moz-placeholder {
  color: #FFD8FF;
  font-family: "Figtree", sans-serif;
  font-weight: 200;
}
.popover-content .textarea-wrapper textarea::placeholder {
  color: #FFD8FF;
  font-family: "Figtree", sans-serif;
  font-weight: 200;
}
.popover-content .textarea-wrapper textarea:-webkit-autofill, .popover-content .textarea-wrapper textarea:-webkit-autofill:hover, .popover-content .textarea-wrapper textarea:-webkit-autofill:focus, .popover-content .textarea-wrapper textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #89348c inset !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
.popover-content .checkbox-group {
  width: 100%;
  margin: auto;
}
@media (min-width: 1000px) {
  .popover-content .checkbox-group {
    width: 90%;
  }
}
.popover-content .checkbox-group p {
  margin: 0;
  padding: 0;
}
.popover-content .checkbox-group label {
  margin-bottom: 0;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
}
.popover-content .checkbox-group .checkbox-label-text {
  font-size: 16px;
}
@media (min-width: 1000px) {
  .popover-content .checkbox-group .checkbox-label-text {
    margin: 50px auto 0;
  }
}
.popover-content .checkbox-group input[type=checkbox] {
  margin-right: 10px;
}
.popover-content input[type=submit] {
  margin-top: 20px;
  display: block;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.popover-content .close-button-expanded {
  position: fixed;
  top: 26px;
  right: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 1000px) {
  .popover-content .close-button-expanded {
    top: 50px;
    right: 95px;
  }
}
.popover-content .close-button-expanded span.menuButton__label {
  color: #FFD8FF;
  transition: color 0.3s ease-in-out;
}
.popover-content .close-button-expanded .close-popup {
  position: relative;
  width: 30px; /* Justera storleken efter behov */
  height: 30px; /* Justera storleken efter behov */
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: transform 0.3s ease-in-out;
  color: #FFD8FF;
  font-weight: 100;
}
@media (min-width: 1500px) {
  .popover-content .close-button-expanded .close-popup {
    width: 40px; /* Justera storleken efter behov */
    height: 40px; /* Justera storleken efter behov */
  }
}
.popover-content .close-button-expanded .close-popup::before, .popover-content .close-button-expanded .close-popup::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px; /* Justera storleken på krysslinjerna efter behov */
  height: 2px; /* Tjocklek på krysslinjerna */
  background-color: #FFD8FF; /* Färg på krysslinjerna */
  transform-origin: center;
}
.popover-content .close-button-expanded .close-popup::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popover-content .close-button-expanded .close-popup::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popover-content .close-button-expanded:hover .close-popup {
  transform: rotate(180deg);
}
.popover-content .close-button-expanded:hover .close-popup::before,
.popover-content .close-button-expanded:hover .close-popup::after {
  background-color: #FFD8FF; /* Färg på krysslinjerna vid hover */
}
.popover-content .close-button-expanded:hover span.menuButton__label {
  color: #FFD8FF; /* Ändra färgen på texten vid hover */
}

.timeline-section.past-projects {
  margin: 100px 0;
  position: relative;
  overflow: hidden;
}
.timeline-section.past-projects .timeline-years-wrapper {
  flex-direction: column;
}
.timeline-section.past-projects .timeline-years-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px;
  position: relative;
  z-index: 10;
}
@media (min-width: 1500px) {
  .timeline-section.past-projects .timeline-years-wrapper {
    margin: 0 0 40px;
  }
}
.timeline-section.past-projects .year-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
  gap: 2px;
}
.timeline-section.past-projects .year-text {
  font-size: 20px;
  color: #ff8b26;
  transition: color 0.3s ease;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 1500px) {
  .timeline-section.past-projects .year-text {
    font-size: 24px;
  }
}
.timeline-section.past-projects .year-arrow {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  fill: #ff8b26;
  transform: rotate(180deg);
}
.timeline-section.past-projects .year-marker.active .year-arrow {
  opacity: 1;
}
.timeline-section.past-projects .year-notice-container {
  text-align: center;
  line-height: 1.9;
  max-width: 480px;
  align-items: center;
  justify-content: center;
  margin: auto;
  font-size: 18px;
}
.timeline-section.past-projects .timeline-slider {
  margin-bottom: 20px;
  position: relative;
}
.timeline-section.past-projects .timeline-item {
  transition: opacity 0.3s ease;
}
.timeline-section.past-projects .year-line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #FFD8FF;
}
.timeline-section.past-projects .year-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: 1px solid #FFD8FF;
  border: 6px solid #FFFFFF;
  background-color: #FFD8FF;
}
.timeline-section.past-projects .slick-slide.slick-active .year-dot {
  outline: 1px solid #540657;
  background-color: #540657;
}
.timeline-section.past-projects .timeline-content {
  text-align: center;
  position: relative;
  padding-top: 50px;
}
.timeline-section.past-projects .timeline-year {
  font-size: 60px;
  margin: 0;
  color: #540657;
  opacity: 0.3;
  padding: 30px 0;
}
@media (min-width: 1500px) {
  .timeline-section.past-projects .timeline-year {
    font-size: 115px;
  }
}
.timeline-section.past-projects .slick-slide.slick-active .timeline-year {
  opacity: 1;
}
.timeline-section.past-projects .timeline-heading {
  margin-bottom: 50px;
}
.timeline-section.past-projects .timeline-title {
  font-size: 24px;
  color: #ff8b26;
  font-weight: 500;
  margin: 15px 0;
  opacity: 0.3;
}
@media (min-width: 1500px) {
  .timeline-section.past-projects .timeline-title {
    font-size: 28px;
  }
}
.timeline-section.past-projects .slick-slide.slick-active .timeline-title {
  opacity: 1;
}
.timeline-section.past-projects .timeline-description {
  margin: 20px 50px;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.3;
}
.timeline-section.past-projects .slick-slide.slick-active .timeline-description {
  opacity: 1;
}
.timeline-section.past-projects .timeline-link {
  display: inline-block;
  color: #540657;
  text-decoration: none;
  border: none;
  opacity: 0.3;
  margin-top: 5px;
  font-size: 18px;
  font-weight: 500;
  padding: 0;
  gap: 10px;
  transition: ease-in-out 0.3s;
}
.timeline-section.past-projects .timeline-link::after {
  content: ">";
  margin-left: 5px;
}
@media (min-width: 1500px) {
  .timeline-section.past-projects .timeline-link {
    font-size: 16px;
  }
}
.timeline-section.past-projects .slick-slide.slick-active .timeline-link {
  opacity: 1;
}
.timeline-section.past-projects .timeline-link:hover {
  color: #ff8b26;
  background-color: none;
}
.timeline-section.past-projects .slick-slide {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.timeline-section.past-projects .slick-slide .year-line {
  opacity: 1;
}
.timeline-section.past-projects .slick-current {
  opacity: 1;
}
.timeline-section.past-projects .slick-slide.slick-active {
  opacity: 1;
}
.timeline-section.past-projects .slick-slide.slick-active + .slick-active {
  opacity: 1;
}
.timeline-section.past-projects .slick-slide.slick-active + .slick-active + .slick-active {
  opacity: 0.7;
}

.timeline-section {
  margin: 100px 0;
  position: relative;
  overflow: hidden;
}
.timeline-section .timeline-link-wrapper {
  display: flex;
  justify-content: center;
  margin: 20px 20px 0;
  text-align: center;
}
@media (min-width: 1000px) {
  .timeline-section .timeline-link-wrapper {
    margin-top: 50px;
  }
}
.timeline-section .timeline-link-wrapper .timeline-link {
  display: inline-block;
  background-color: transparent;
  color: #2B2B2B;
  text-decoration: none;
  border: 2px solid #ff8b26;
  border-radius: 40px;
  padding: 20px 30px;
  font-weight: bold;
  transition: ease-in-out 0.6s;
  font-family: "Brockmann", Arial, sans-serif;
  font-size: 16px;
}
@media (min-width: 1000px) {
  .timeline-section .timeline-link-wrapper .timeline-link {
    font-size: 18px;
  }
}
.timeline-section .timeline-link-wrapper .timeline-link::after {
  content: none;
}
.timeline-section .timeline-link-wrapper .timeline-link:hover {
  background-color: #ff8b26;
  color: #FFFFFF;
}

.timeline-years {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 10px;
  justify-content: center;
  margin: 0 auto 40px;
  position: relative;
  z-index: 10;
  max-width: 300px;
  width: 100%;
}
@media (min-width: 769px) {
  .timeline-years {
    max-width: 480px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
}
@media (min-width: 1025px) {
  .timeline-years {
    max-width: 800px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .timeline-years {
    max-width: 1000px;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
    gap: 20px;
  }
}

.year-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
  gap: 2px;
  width: 100%;
}
@media (max-width: 1200px) {
  .year-marker {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .year-marker {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .year-marker {
    width: 100%;
  }
}

.year-text {
  font-size: 20px;
  color: #ff8b26;
  transition: color 0.3s ease;
  font-family: "Brockmann", Arial, sans-serif;
  font-weight: 600;
}
@media (min-width: 1500px) {
  .year-text {
    font-size: 24px;
  }
}

.year-arrow {
  width: 15px;
  height: 15px;
  margin-top: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  fill: #ff8b26;
  transform: rotate(180deg);
}

.year-marker.active .year-arrow {
  opacity: 1;
}

.timeline-slider {
  margin-bottom: 20px;
  position: relative;
}

.timeline-item {
  transition: opacity 0.3s ease;
}

.year-line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #FFD8FF;
}

.year-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  outline: 1px solid #FFD8FF;
  border: 6px solid #FFFFFF;
  background-color: #FFD8FF;
}

.slick-slide.slick-active .year-dot {
  outline: 1px solid #540657;
  background-color: #540657;
}

.timeline-content {
  text-align: center;
  position: relative;
  padding: 50px 20px 0;
}
@media (min-width: 600px) {
  .timeline-content {
    padding: 50px;
  }
}

.timeline-year {
  font-size: 60px;
  margin: 0;
  color: #540657;
  opacity: 0.3;
  padding-top: 30px;
}
@media (min-width: 1500px) {
  .timeline-year {
    font-size: 115px;
  }
}

.slick-slide.slick-active .timeline-year {
  opacity: 1;
}

.timeline-title {
  font-size: 28px;
  color: #ff8b26;
  font-weight: 500;
  margin: 30px 0;
  opacity: 0.3;
}

.slick-slide.slick-active .timeline-title {
  opacity: 1;
}

.timeline-description {
  margin: 10px 50px;
  opacity: 0.3;
  max-width: 800px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: auto;
}

.slick-slide.slick-active .timeline-description {
  opacity: 1;
}

.slick-slide {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.slick-slide .year-line {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.slick-slide.slick-active {
  opacity: 1;
}

.slick-slide.slick-active + .slick-active {
  opacity: 1;
}

.slick-slide.slick-active + .slick-active + .slick-active {
  opacity: 0.7;
}

.container-posts .entry-header .content-posts .overlay {
  display: none;
}
.container-posts .entry-header .content-posts .columns_background {
  gap: 50px;
}
@media (min-width: 1000px) {
  .container-posts .entry-header .content-posts .columns_background {
    gap: 100px;
  }
}
.container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column h3 {
  line-height: 1;
  font-size: 32px;
}
@media (min-width: 1000px) {
  .container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column h3 {
    font-size: 60px;
  }
}
@media (min-width: 1500px) {
  .container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column h3 {
    font-size: 115px;
  }
}
.container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column h5 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}
@media (min-width: 1000px) {
  .container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column h5 {
    font-size: 24px;
    line-height: 1.6;
  }
}
.container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column .border {
  display: flex;
  width: 75px;
  margin: 40px 0 30px;
}
.container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column h6 {
  color: #ff8b26;
  font-size: 22px;
  font-weight: 700;
}
.container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column a {
  text-decoration: underline;
}
.container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column .button {
  text-decoration: none;
}
.container-posts .entry-header .content-posts .columns_background .vanster-kolumn .text-column .button:hover {
  color: #FFFFFF;
}

/* purgecss start ignore */
:root {
  --cc-font-family: Figtree, sans-serif;
  --cc-font-size: 18px;
  --cc-bg: #fff;
  --cc-z-index: 2147483647;
  --cc-text: #2b2b2b;
  --cc-border-radius: 0;
  --cc-btn-primary-bg: #FFD8FF;
  --cc-btn-primary-text: #fff;
  --cc-btn-primary-hover-bg: #2B2B2B;
  --cc-btn-primary-hover-text: #fff;
  --cc-btn-secondary-bg: #cfcfcf;
  --cc-btn-secondary-text: #fff;
  --cc-btn-secondary-hover-bg: #FFD8FF;
  --cc-btn-secondary-hover-text: #fff;
  --cc-btn-border-radius: 0;
  --cc-toggle-bg-off: #2B2B2B;
  --cc-toggle-bg-on: #FFD8FF;
  --cc-toggle-bg-readonly: #FFD8FF;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-bg-hover: #e9eff4;
  --cc-section-border: #f1f3f5;
  --cc-cookie-table-border: #e9edf2;
  --cc-overlay-bg: #040608;
  --cc-overlay-opacity: 0.85;
  --cc-consent-modal-box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  --cc-webkit-scrollbar-bg: #cfd5db;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}
@media screen and (max-width: 1400px) {
  :root {
    --cc-font-size: 17px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --cc-font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  :root {
    --cc-font-size: 15px;
  }
}

#cc--main {
  z-index: 2147483647;
  z-index: var(--cc-z-index);
}

.cc_div *,
.cc_div :after,
.cc_div :before,
.cc_div :hover {
  animation: none;
  background: none;
  border: none;
  border-radius: unset;
  box-shadow: none;
  box-sizing: border-box;
  color: inherit;
  float: none;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  height: auto;
  letter-spacing: unset;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  transition: none;
  vertical-align: baseline;
  visibility: unset;
}

.cc_div {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #540657;
  color: var(--cc-text);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-family: var(--cc-font-family);
  font-size: 16px;
  font-size: var(--cc-font-size);
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

#c-ttl,
#s-bl td:before,
#s-ttl,
.cc_div .b-tl,
.cc_div .c-bn {
  font-weight: 500;
  color: #2B2B2B;
}

#cm,
#s-bl .act .b-acc,
#s-inr,
.cc_div .b-tl,
.cc_div .c-bl {
  border-radius: 0.45rem;
  border-radius: var(--cc-border-radius);
}

#s-bl .act .b-acc {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.cc_div a,
.cc_div button,
.cc_div input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: hidden;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  border-color: transparent;
  text-decoration: none;
}

.cc_div .c-bn > span {
  pointer-events: none;
  text-transform: uppercase;
}

#cm-ov,
#cs-ov,
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

.c--anim .c-bn {
  transition: background-color 0.25s ease !important;
}

.c--anim #cm.bar.slide,
.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide #s-inr,
.c--anim .bar.slide + #cs-ov {
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  opacity: 1;
  transform: translateX(100%);
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  opacity: 1;
  transform: translateX(-100%);
}

#cm.slide,
.cc_div .slide #s-inr {
  transform: translateY(1.6em);
}

#cm.top.slide {
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  transform: translateY(100%);
}

#cm.bar.top.slide {
  transform: translateY(-100%);
}

.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  opacity: 1;
  transform: scale(1);
  visibility: visible !important;
}

.show--consent .c--anim #cm.box.middle,
.show--consent .c--anim #cm.cloud.middle {
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  opacity: 0.85 !important;
  opacity: var(--cc-overlay-opacity) !important;
  visibility: visible !important;
}

#cm {
  background: #fff;
  background: var(--cc-bg);
  bottom: 1.25em;
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625rem 1.875rem rgba(2, 2, 3, 0.28);
  box-shadow: var(--cc-consent-modal-box-shadow);
  font-family: inherit;
  line-height: normal;
  max-width: 24.2em;
  opacity: 0;
  padding: 1em 1.4em 1.3em;
  position: fixed;
  right: 1.25em;
  transform: scale(0.95);
  visibility: hidden;
  width: 100%;
  z-index: 1;
}

#cc_div #cm {
  display: block !important;
}

#c-ttl {
  font-size: 1.05em;
  margin-bottom: 0.7em;
  text-transform: uppercase;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div #c-bns {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4em;
}

.cc_div .c-bn {
  background: #FFD8FF;
  border-radius: 0.375rem;
  border-radius: var(--cc-btn-border-radius);
  color: #540657;
  cursor: pointer;
  display: inline-block;
  flex: 1;
  font-size: 0.75em;
  padding: 1em 1.75em;
  text-align: center;
  text-transform: uppercase;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#c-bns button + button,
#s-c-bn,
#s-cnt button + button {
  float: right;
  margin-left: 0.5rem;
}

#s-cnt #s-rall-bn {
  float: none;
}

#cm .c_link:active,
#cm .c_link:hover,
#s-c-bn:active,
#s-c-bn:hover,
#s-cnt button + button:active,
#s-cnt button + button:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
  color: #540657;
  color: var(--cc-btn-secondary-hover-text);
}

#s-cnt {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 101;
}

#s-bl {
  outline: none;
  scrollbar-width: thin;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .b-bn,
#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  background: none;
  display: block;
  font-family: inherit;
  font-size: 0.95em;
  padding: 1.3em 6.4em 1.3em 2.7em;
  position: relative;
  transition: background-color 0.25s ease;
  width: 100%;
}

#s-cnt .b-bn .b-tl.exp {
  cursor: pointer;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  opacity: 0.6;
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  border: 1px solid #f1f3f5;
  border: 1px solid var(--cc-section-border);
  margin-bottom: 0.4rem;
  padding: 1em;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
  color: #2b2b2b;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  background: #FFD8FF;
  border: none;
  padding: 0;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  margin-bottom: 0;
  max-height: 0;
  overflow: hidden;
  padding-top: 0;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  color: #2B2B2B;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-top: 0.85em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#cs {
  bottom: 0;
  left: 0;
  padding: 0 1.7em;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
}

#cs,
#s-inr {
  height: 100%;
}

#s-inr {
  box-shadow: 0 13px 27px -5px rgba(3, 6, 9, 0.26);
  margin: 0 auto;
  max-width: 45em;
  opacity: 0;
  overflow: hidden;
  padding-bottom: 4.75em;
  padding-top: 4.75em;
  position: relative;
  transform: scale(0.96);
  visibility: hidden;
}

#s-bns,
#s-hdr,
#s-inr {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
  padding: 1.3em 1.6em;
  width: 100%;
}

#s-bns {
  border-top: 1px solid #f1f3f5;
  border-top: 1px solid var(--cc-section-border);
  bottom: 0;
  height: 4.75em;
  left: 0;
  padding: 1em 1.8em;
  position: absolute;
  right: 0;
}

.cc_div .cc-link {
  border-bottom: 1px solid #540657;
  color: #540657;
  cursor: pointer;
  display: inline;
  font-weight: 600;
  padding-bottom: 0;
  text-decoration: none;
}

.cc_div .cc-link:active,
.cc_div .cc-link:hover {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  background: #540657;
  color: #FFD8FF;
}

#c-bns.swap button:first-child {
  background: #eaeff2;
  background: var(--cc-btn-secondary-bg);
  color: #540657;
  color: var(--cc-btn-secondary-text);
}

#c-bns.swap button:last-child {
  background: #540657;
  background: var(--cc-btn-primary-bg);
  color: #fff;
  color: var(--cc-btn-primary-text);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #89348c;
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#c-bns.swap button:last-child:active,
#c-bns.swap button:last-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  color: #fff;
}

#c-bns.swap button:first-child:active,
#c-bns.swap button:first-child:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
  color: #540657;
  color: var(--cc-btn-secondary-hover-text);
}

#s-hdr {
  border-bottom: 1px solid #f1f3f5;
  border-bottom: 1px solid var(--cc-section-border);
  display: table;
  height: 4.75em;
  padding: 0 1.8em;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#s-hdr,
#s-ttl {
  vertical-align: middle;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
  text-transform: uppercase;
}

#s-c-bn {
  font-size: 1.45em;
  font-weight: 400;
  height: 1.7em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 1.7em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  #s-bl::-webkit-scrollbar {
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
    height: 100%;
    width: 0.8em;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid #fff;
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    height: 5px;
    width: 10px;
  }
}
.cc_div .b-tg {
  bottom: 0;
  display: inline-block;
  margin: auto;
  right: 0;
  right: 1.2em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tgl {
  cursor: pointer;
  position: absolute;
  top: 0;
}

.cc_div .b-tg .c-tgl {
  border: 0;
  display: block;
  left: 0;
  margin: 0;
}

.cc_div .b-tg .c-tg {
  background: #540657;
  pointer-events: none;
  position: absolute;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl,
.cc_div span.t-lb {
  border-radius: 4em;
  height: 1.5em;
  width: 3.4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #540657;
  opacity: 0.5;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  box-shadow: none;
}

.cc_div .b-tg .c-tg:after {
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-sizing: content-box;
  content: "";
  display: block;
  height: 1.25em;
  left: 0.125em;
  position: relative;
  top: 0.125em;
  transition: transform 0.25s ease;
  width: 1.25em;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl td,
#s-bl th {
  border: none;
}

#s-bl tbody tr {
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#s-bl caption {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

#s-bl td,
#s-bl th {
  font-size: 0.8em;
  padding: 0.8em 0.625em 0.8em 1.2em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  font-family: inherit;
  font-weight: 600;
  padding: 1em 1rem;
}

#s-bl thead tr:first-child {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
}

.force--consent #cs,
.force--consent #s-cnt {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  background: #070707;
  background: #040608;
  background: var(--cc-overlay-bg);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: none;
  visibility: hidden;
}

.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov,
.show--settings #cs-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  bottom: 0;
  left: 0;
  position: fixed;
  top: 0;
  transition: visibility 0.25s linear;
  visibility: hidden;
  width: 100%;
  width: 100vw;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  max-width: 100vw;
  width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

.cc_div .act .b-bn .exp:before,
.cc_div .b-bn .exp:before {
  border: solid #540657;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  left: 1.2em;
  margin-right: 15px;
  padding: 0.2em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.cc_div .act .b-bn .b-tl:before {
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i:before {
  border: solid #ecf2fa;
  border: solid var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  display: inline-block;
  left: 0.75em;
  padding: 0.1em 0.1em 0.45em;
  top: 0.37em;
}

#s-c-bn:after,
#s-c-bn:before,
.cc_div .on-i:before {
  content: "";
  margin: 0 auto;
  position: absolute;
  transform: rotate(45deg);
}

#s-c-bn:after,
#s-c-bn:before {
  background: #540657;
  border-radius: 1em;
  height: 0.6em;
  left: 0.82em;
  top: 0.58em;
  width: 1.5px;
}

#s-c-bn:after {
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 50%;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i:after,
.cc_div .off-i:before {
  background: #ecf2fa;
  background: var(--cc-toggle-knob-icon-color);
  content: " ";
  display: block;
  height: 0.7em;
  margin: 0 auto;
  position: absolute;
  right: 0.8em;
  top: 0.42em;
  transform-origin: center;
  width: 0.09375em;
}

.cc_div .off-i:before {
  transform: rotate(45deg);
}

.cc_div .off-i:after {
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

#cm.box.middle,
#cm.cloud.middle {
  bottom: auto;
  top: 50%;
  transform: translateY(-37%);
}

#cm.box.middle.zoom,
#cm.cloud.middle.zoom {
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center,
#cm.cloud {
  left: 1em;
  margin: 0 auto;
  right: 1em;
}

#cm.cloud {
  max-width: 50em;
  overflow: hidden;
  padding: 1.6em 2em;
  text-align: center;
  width: unset;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  padding-right: 2.4em;
  vertical-align: top;
  width: 70%;
}

.cc_div .cloud #c-txt {
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  margin: 0.75rem 0 0;
  width: 100%;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

#cm.bar {
  border-radius: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 2em;
  position: fixed;
  right: 0;
  width: 100%;
}

#cm.bar #c-inr {
  margin: 0 auto;
  max-width: 32em;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  height: 100%;
  max-height: 100%;
  top: 0;
  transform: none;
}

.cc_div .bar #s-bl,
.cc_div .bar #s-bns,
.cc_div .bar #s-hdr {
  padding-left: 1.4em;
  padding-right: 1.4em;
}

.cc_div .bar #cs {
  padding: 0;
}

.cc_div .bar #s-inr {
  border-radius: 0;
  margin: 0 0 0 auto;
  max-width: 32em;
}

.cc_div .bar.left #s-inr {
  margin-left: 0;
  margin-right: auto;
}

.cc_div .bar #s-bl table,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

.cc_div .bar #s-bl caption {
  border-bottom: 1px solid #e9edf2;
  border-bottom: 1px solid var(--cc-cookie-table-border);
  border-top: 0;
  display: block;
}

.cc_div .bar #s-bl thead tr {
  left: -9999px;
  position: absolute;
  top: -9999px;
}

.cc_div .bar #s-bl tr {
  border-top: 1px solid #e9edf2;
  border-top: 1px solid var(--cc-cookie-table-border);
}

.cc_div .bar #s-bl td {
  border: none;
  padding-left: 35%;
  position: relative;
}

.cc_div .bar #s-bl td:before {
  color: #540657;
  color: var(--cc-text);
  content: attr(data-column);
  left: 1rem;
  overflow: hidden;
  padding-right: 0.625em;
  position: absolute;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cm.top {
  bottom: auto;
  top: 1.25em;
}

#cm.left {
  left: 1.25em;
  right: auto;
}

#cm.right {
  left: auto;
  right: 1.25em;
}

#cm.bar.left,
#cm.bar.right {
  left: 0;
  right: 0;
}

#cm.bar.top {
  top: 0;
}

@media (prefers-reduced-motion) {
  #cc--main #cm,
  #cc--main #s-cnt,
  #cc--main #s-inr {
    transition: none !important;
  }
}
@media screen and (max-width: 720px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    bottom: 1em;
    display: block;
    left: 1em;
    margin: 0;
    max-width: 100%;
    padding: 1.6em !important;
    right: 1em;
    width: auto;
  }
  .force--consent #cm,
  .force--consent #cm.cloud {
    max-width: 100vw;
    width: auto;
  }
  #cm.top {
    bottom: auto;
    top: 1em;
  }
  #cm.bottom {
    bottom: 1em;
    top: auto;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
  .cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    max-width: 100%;
    width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    border-radius: 0;
    padding: 0;
  }
  #c-s-in {
    height: 100%;
    max-height: 100%;
    top: 0;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }
  #s-inr {
    border-radius: 0;
    margin: 0;
    padding-bottom: 7.9em;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
  .cc_div .bar #s-bl {
    padding: 1.2em;
  }
  #s-hdr,
  .cc_div .bar #s-hdr {
    padding: 0 1.2em;
  }
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    font-size: 0.83em;
    padding: 0.9em 1.6em;
  }
  #s-cnt .b-bn .b-tl {
    padding-bottom: 1.2em;
    padding-top: 1.2em;
  }
  #s-bl table,
  #s-bl tbody,
  #s-bl td,
  #s-bl th,
  #s-bl thead,
  #s-bl tr,
  #s-cnt {
    display: block;
  }
  #s-bl caption {
    border-bottom: 0;
    display: block;
  }
  #s-bl thead tr {
    left: -9999px;
    position: absolute;
    top: -9999px;
  }
  #s-bl tr {
    border-top: 1px solid #e9edf2;
    border-top: 1px solid var(--cc-cookie-table-border);
  }
  #s-bl td {
    border: none;
    padding-left: 35%;
    position: relative;
  }
  #s-bl td:before {
    color: #540657;
    color: var(--cc-text);
    content: attr(data-column);
    left: 1rem;
    overflow: hidden;
    padding-right: 0.625em;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #cm .c-bn,
  .cc_div .c-bn {
    margin-right: 0;
    width: 100%;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  .cc_div #c-bns {
    flex-direction: column;
  }
  #c-bns button + button,
  #s-cnt button + button {
    float: unset;
    margin-left: 0;
    margin-top: 0.625em;
  }
  #cm.box,
  #cm.cloud {
    left: 1em;
    right: 1em;
    width: auto;
  }
  #cm.cloud.left,
  #cm.cloud.right {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
  .cc_div .cloud #c-inr,
  .cc_div .cloud #c-inr-i {
    display: block;
    min-width: unset;
    width: auto;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  .cc_div .cloud #c-bns {
    margin-top: 1.625em;
  }
}
/* purgecss end ignore */
.error-404, .not-found {
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 100px;
}
.error-404 .page-title, .not-found .page-title {
  color: #540657;
}

.four-columns-section {
  width: 100%;
  padding: 0 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 1000px) {
  .four-columns-section {
    padding: 0 50px 200px;
    margin-top: -20px;
    min-height: 500px;
  }
}
@media (min-width: 1500px) {
  .four-columns-section {
    padding: 0 100px 200px;
  }
}

.columns-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
  z-index: 2;
  padding-bottom: 60px;
}
@media (min-width: 600px) {
  .columns-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1260px) {
  .columns-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

.column {
  background-color: transparent;
  border-radius: 0;
  transition: transform 0.3s ease;
  box-shadow: none;
  position: relative;
  height: 100%;
}
.column:hover {
  transform: translateY(-5px);
}
.column .column-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.column .column-image {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1000px) {
  .column .column-image {
    height: 300px;
    aspect-ratio: initial;
  }
}
@media (min-width: 1260px) {
  .column .column-image {
    height: 350px;
  }
}
@media (min-width: 1500px) {
  .column .column-image {
    height: 380px;
  }
}
.column .column-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 1500px) {
  .column .column-image img {
    min-height: 300px;
  }
}
.column .column-content {
  padding: 0;
  margin-top: 20px;
  position: relative;
}
.column .column-text-content {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 30px;
}
.column .column-text-wrapper {
  flex: 1;
}
.column .column-category {
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 5px 0;
}
@media (min-width: 1000px) {
  .column .column-category {
    font-size: 22px;
  }
}
.column .column-category:after {
  content: ":";
}
.column .column-text {
  font-size: 20px;
  line-height: 1.5;
  color: #FFFFFF;
  font-weight: bold;
}
@media (min-width: 1000px) {
  .column .column-text {
    font-size: 24px;
  }
}
.column .column-title-overlay {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: rgba(60, 0, 60, 0.8);
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.column .column-chevron {
  position: absolute;
  left: 0;
  top: 5%;
}
.column .column-chevron:before {
  content: "❯";
  display: inline-block;
  font-size: 30px;
  font-weight: 200;
  color: white;
  transition: ease-in-out 0.4s;
}

@font-face {
  font-family: "Brockmann";
  src: url("fonts/Brockmann-SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Brockmann";
  src: url("fonts/Brockmann-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Brockmann";
  src: url("fonts/Brockmann-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brockmann";
  src: url("fonts/Brockmann-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}/*# sourceMappingURL=style.css.map */