@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&amp;family=Arima:wght@100..700&amp;family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;display=swap");

:root {
  /* 	Layout  */
  --col-padding: 3rem;
  --menu-height: 8rem;
  --menu-height-scrolled: 8rem;
  --section-width: 130rem;

  /* 	Colors */
  --primary-color: 50, 34, 22;
  --primary-medium-color: 146, 137, 129;
  --primary-light-color: 242, 239, 235;

  --black-color: 17, 17, 17;
  --gray-dark-color: 58, 58, 58;
  --gray-color: 130, 130, 130;
  --gray-light-color: 240, 240, 240;
  --white-color: 255, 255, 255;

  /* 	Typography */
  --base-size: 1.6rem;

  /* 	Mobile nav */
  --activate-mobile-menu: 1300;
  --mobile-menu-height: 6rem;
  --mobile-menu-bg: var(--primary-light-color);
  --menu-color: rgb(var(--black-color));
}

.section-block {
  padding: 5rem 5rem;
}

.mw-none .section-block-wrapper {
  max-width: none;
}

.mw-1500 .section-block-wrapper {
  max-width: 150rem;
}

.section-block-wrapper {
  max-width: var(--section-width);
}

.mh-70 {
  max-height: 70rem;
}

/* Paddings */
.p-3 .section-block,
.p-3:not(.section-wrapper) {
  padding: 3rem;
}

.pt-3 .section-block,
.pt-3:not(.section-wrapper) {
  padding-top: 3rem;
}

.py-0 .section-block,
.py-0:not(.section-wrapper) {
  padding-top: 0;
  padding-bottom: 0;
}

.py-5 .section-block,
.py-5:not(.section-wrapper) {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
  padding-bottom: 0;
}

.pb-2 .section-block,
.pb-2:not(.section-wrapper) {
  padding-bottom: 2rem;
}

.pb-10 .section-block,
.pb-10:not(.section-wrapper) {
  padding-bottom: 10rem !important;
}

.pr-05 .section-block,
.pr-05:not(.section-wrapper) {
  padding-right: 0.5rem;
}

/* Margins */
.mt-05 {
  margin-top: 0.5rem;
}

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

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

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

.ml-auto {
  margin-left: auto;
}

/* Ovriga klasser */
.justify-center {
  justify-content: center;
}

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

.flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

.overflow-hidden {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .section-block {
    padding: 8rem 3rem;
  }
}

@media only screen and (max-width: 580px) {
  .section-block {
    padding: 4rem 2rem;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.text-label {
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 1em;
}

.section-title {
  font-family: "Newsreader", serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 0.9em;
  margin-top: 49px;
  text-align: center;
  margin-bottom: 30px;
}

.small-title {
  font-family: "Newsreader", serif;
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.4;
  padding-bottom: 0.7em;
}

.ingress {
  font-weight: 700;
}

p,
li {
  font-weight: 400;
  color: rgb(var(--gray-dark-color));
}

a {
  font-size: inherit;
  font-weight: 400;
  text-decoration: underline;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/* Listor */
.list-bg-primary {
  list-style: none;
}

.list-bg-primary li:nth-child(odd) {
  background: rgb(var(--primary-light-color));
}

.list-bg-primary a {
  display: flex;
  align-items: center;
  padding: 0.5rem 1.5rem;
  color: rgb(var(--primary-color));
}

.list-bg-primary i {
  padding-right: 1.5rem;
  font-size: 2.3rem;
}

.text-block {
  max-width: 83rem;
}

.text-block strong {
  color: #494855;
}

.text-block h3 {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: -36px;
}

.text-block-center {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
.text-block-center-80 {
  max-width: 60rem !important;
  margin-left: auto;
  margin-right: auto;
}

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

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

.font-sans {
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 1200px) {
  .section-title {
    font-size: 3.8rem;
  }

  .small-title {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 580px) {
  .section-title {
    font-size: 2.5rem;
  }

  .small-title {
    font-size: 2rem;
  }

  .text-label {
    font-size: 1.2rem;
  }
}

.content-header {
  margin-top: 211px;
}

.btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.btn-wrapper.center {
  justify-content: center;
}
.multiple a {
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.btn {
  min-width: 15rem;
  padding: 1.4rem 2rem;
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease;
}

.btn-small {
  min-width: unset;
  padding: 1rem 1.5rem;
}

.btn-primary-filled {
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--primary-color));
  background-color: rgb(var(--primary-color));
}

.btn-primary-filled:hover {
  border: 1px solid #774fc9;
  background-color: #774fc9;
}

.btn-primary-border {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--primary-color));
  background-color: transparent;
}

.btn-primary-border:hover {
  border: 1px solid rgb(var(--primary-medium-color));
  background-color: rgb(var(--primary-medium-color));
  color: rgb(var(--white-color));
}

.btn-white-border {
  color: rgb(var(--white-color));
  border: 1px solid rgb(var(--white-color));
  background-color: transparent;
}

.btn-white-border:hover {
  color: rgb(var(--black-color));
  border: 1px solid rgb(var(--white-color));
  background-color: rgb(var(--white-color));
}
/* Tillfallig knapp for en banner */
.btn-blue {
  color: rgb(var(--white-color));
  border: 1px solid rgb(85, 37, 190);
  background-color: rgb(85, 37, 190);
  border-radius: 1rem;
}

/* Arrow link */
.arrow-link {
  font-size: var(--base-size);
  padding-right: 1rem;
  color: rgb(var(--gray-dark-color));
}

.arrow-link::before {
  content: " \f061";
  display: inline-block;
  margin-right: 1rem;
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  transition: transform 0.4s ease;
}

.arrow-link:hover::before {
  transform: translateX(5px);
  transition: transform 0.4s ease;
}

/* Cirkelikon */
.circle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  padding: 0;
  margin: 0.5rem;
  font-size: 0;
  color: rgb(var(--white-color));
  text-decoration: none !important;
  border-radius: 50%;
  background-color: rgb(var(--black-color));
  transition: 0.3s ease;
}

.circle-icon:hover {
  color: rgb(var(--white-color));
  background-color: #774fc9;
}

.circle-icon em:before,
.circle-icon i:before {
  font-size: var(--base-size);
}

@media only screen and (max-width: 480px) {
  .btn {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-primary {
  background-color: rgb(var(--primary-color));
  margin-top: 20px;
  height: 231px;
}

.bg-primary-light {
  background-color: #e7c9fd;
  margin: 0 auto;
  width: 100%;
  height: 426px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.67);
}

.bg-primary-medium {
  background-color: rgb(var(--primary-medium-color));
}

.bg-white {
  background-color: rgb(var(--white-color));
}

/* Text */
.text-primary {
  color: #000;
  font-family: "Newsreader", serif;
  font-weight: 500;
  font-optical-sizing: auto;
}

.text-white {
  color: rgb(var(--white-color)) !important;
}
.text-brown {
  color: rgb(68, 47, 30);
}

/* Bakgrundsbilder och videos 
========================================================================== */
.bg-image,
.bg-video {
  position: relative;
  overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Video */
.bg-video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Grafiska element
========================================================================== */
/* Borders */
.border-b {
  border-bottom: 1px solid;
}

.border-primary {
  border-color: rgb(var(--primary-color));
}

.br-2 {
  border-radius: 2rem;
}

/* Line */
.line-before {
  display: flex;
  margin-top: 10px;
}

.line-before .line {
  margin-top: 1rem;
}

.lines {
  display: flex;
  margin-top: 5rem;
}

.line {
  display: inline-block;
  flex-shrink: 0;
  width: 5rem;
  height: 1rem;
  margin-right: 1.5rem;
  background: rgb(var(--black-color));
}

.outline-white {
  outline: 1px solid rgb(var(--white-color), 0.5);
  outline-offset: -1rem;
}

@media only screen and (max-width: 480px) {
  .line {
    width: 2rem;
    height: 5px;
    margin-right: 0.5rem;
  }
}

/* Video ratio */
.video-wrapper {
  width: 100%;
}

.video-ratio {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-ratio video,
.video-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Cards
========================================================================== */
.cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  /* Gap: mellanrum på mellan kort. Y-led X-led */
  gap: 10rem 0;
}

.card-item {
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Cards grow */
.cards-grow .card-item {
  display: flex !important;
  flex-direction: column !important;
}

.cards-grow .card-body {
  flex-grow: 1 !important;
}

/* Specifika bredder */
.cards-wrapper.w-16 .card-item {
  width: calc((100% / 6) - 2rem);
  margin: 0 1rem;
}

.cards-wrapper.w-20 .card-item {
  width: calc((100% / 5) - 2rem);
  margin: 0 1rem;
}

.cards-wrapper.w-25 .card-item {
  width: calc((100% / 4) - 2rem);
  margin: 0 1rem;
}

.cards-wrapper.w-33 .card-item {
  width: calc((100% / 3) - 2rem);
  margin: 0 1rem;
}

@media only screen and (max-width: 1250px) {
  .cards-wrapper.w-20 .card-item {
    width: calc((100% / 3) - 2rem);
  }
}

.cards-wrapper.w-50 .card-item {
  width: calc((100% / 2) - 2rem);
  margin: 0 1rem;
}

@media only screen and (max-width: 1050px) {
  .cards-wrapper.w-33 .card-item {
    width: calc((100% / 2));
  }

  .cards-wrapper.w-25 .card-item {
    width: calc((100% / 3) - 2rem);
    margin: 1rem;
  }
}

@media only screen and (max-width: 750px) {
  .cards-wrapper.w-16 .card-item {
    width: calc((100% / 4) - 2rem);
    margin: 0 1rem;
  }
}

@media only screen and (max-width: 750px) {
  .cards-wrapper.w-20 .card-item,
  .cards-wrapper.w-33 .card-item {
    width: 100%;
  }

  .cards-wrapper.w-25 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 1rem;
  }
}

@media only screen and (max-width: 580px) {
  /* Bredder */
  .cards-wrapper.w-25 .card-item {
    width: 100%;
    margin: 1rem 0;
  }
}

@media only screen and (max-width: 750px) {
  .cards-wrapper.w-16 .card-item {
    width: calc((100% / 2) - 2rem);
    margin: 0 1rem;
  }
}

/* Card 2-1 */
.card-2-1 {
  --base-size: 1.4rem;
}

.card-2-1 .card-body {
  margin-top: auto;
}

/* Card 3-1 */
.card-3-1 {
  --base-size: 1.4rem;
  margin-bottom: 10px;
}

.card-3-1 .date {
  color: rgb(var(--gray-dark-color), 0.7);
  text-transform: uppercase;
}

.card-3-1-2 .image-wrapper img {
  max-height: 100%;
  max-width: 102%;
}

.card-3-1 .video-wrapper {
  width: 85%;
}

.card-3-1 .hidden-text {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem;
  height: 100%;
  --base-size: 1.2rem;
  background: rgb(var(--black-color), 0.8);
  overflow: auto;
  transition: 0.2s ease;
}

.card-3-1 .image-wrapper:hover .hidden-text {
  opacity: 1;
}

/* Card 3-3 */
.card-3-3 .card-body {
  z-index: 1;
  position: relative;
  width: 92%;
  margin: -14rem auto 0;
  padding: 2rem;
}

.card-3-3 .smaller-text {
  font-size: 1.4rem;
}

@media only screen and (max-width: 480px) {
  .card-3-3 .card-body {
    z-index: 1;
    position: relative;
    width: 90%;
    margin: -3rem auto 0;
  }
}

/* Logos */
.logos-1 {
  gap: 7rem 0;
}

.logos-1 .card-item {
  width: calc(100% / 6);
  padding: 2rem;
}

.logos-1 img {
  max-height: 5rem;
  /* filter: grayscale() brightness(0); */
}

@media screen and (max-width: 1300px) {
  .logos-1 .card-item {
    width: calc(100% / 5);
  }
}

@media screen and (max-width: 1100px) {
  .logos-1 .card-item {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 850px) {
  .logos-1 .card-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 600px) {
  .logos-1 .card-item {
    width: calc(100% / 2);
  }

  .logos-1 {
    gap: 2rem 0;
  }
}

/* Split wrapper
========================================================================== */
.split-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.split-wrapper.reverse {
  flex-direction: row-reverse;
  margin-top: 0;
}

.split-content,
.split-image-content {
  padding: 5rem;
  width: 50%;
}

.split-image {
  width: 50%;
}

.split-image div {
  height: 100%;
}

.split-image-content img {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Centrera content */
.split-wrapper .align-center {
  align-self: center;
}

@media screen and (max-width: 1300px) {
  .split-content,
  .split-image-content {
    padding: 5rem;
  }
}

@media screen and (max-width: 1000px) {
  .split-content {
    width: 100%;
    padding: 0 0 3rem;
  }

  .split-image-content {
    width: 100%;
    padding: 3rem 2rem;
  }

  .split-image {
    width: 100%;
    min-height: 20rem;
  }
}

/* Header / Navigation
========================================================================== */
header {
  background-color: rgb(var(--primary-light-color));
  padding: 0 5rem;
}

.EditMode header {
  position: relative;
}

header.scrolled,
.SubPage header {
  background-color: rgb(var(--white-color));
  background-color: #e7c9fd;
  height: 100px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.67);
}

header .container {
  max-width: var(--section-width);
  padding: 0;
  margin: 0 auto;
}

.EditMode header .container {
  max-width: none;
}

/* Logo */
.header-logo {
  margin: 0 auto 0 0;
}

/* Ta bort klick */
body:not(.EditMode) .TemplateMenu a[href="/17/36/intervjuer/"] {
  pointer-events: none;
}

/* Nav */
.TemplateMenu a {
  font-family: "Newsreader", serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--black-color));
}

.TemplateMenu > li > a:hover {
  color: rgb(var(--primary-color));
}

.TemplateMenu ul a {
  line-height: 1.5;
  padding: 1rem 2rem;
}

/* CTA  */
.header-cta-wrapper {
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  margin: 0 0 0 2rem;
  list-style: none;
}

.header-cta-wrapper li {
  margin: 0 0.5rem;
}

.header-cta-wrapper .btn {
  min-width: unset;
  padding: 1rem 2rem;
  line-height: 1;
}

/* Mobilmeny */
.mobile-menu .container {
  height: var(--mobile-menu-height);
}

@media only screen and (max-width: 1024px) {
  header {
    padding: 0 2rem;
  }
}

@media only screen and (max-width: 580px) {
  header {
    padding: 0 2rem;
  }

  .header-cta-wrapper .btn {
    padding: 0.7rem 1.5rem;
    letter-spacing: 0;
    font-size: 0.9rem;
  }
}

/* Modal som öppnas automatiskt
========================================================================== */
body:not(.EditMode) .section-auto-modal {
  display: none;
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(var(--black-color), 0.7);
}

body:not(.EditMode) .section-auto-modal .section-block {
  position: fixed;
  top: 50%;
  left: 50%;
  width: calc(100% - 4rem);
  max-width: 100rem;
  max-height: 75vh;
  padding: 0rem;
  border-radius: 0;
  overflow: auto;
  background: rgb(var(--white-color), 0.9);
  transform: translate(-50%, -50%);
}

.section-auto-modal .close-modal {
  position: absolute;
  top: 0.3rem;
  right: 3rem;
  font-size: 3rem;
  cursor: pointer;
  color: rgb(var(--black-color));
}
.section-auto-modal p {
  font-size: 1.4rem;
}
/*@media only screen and (max-width: 450px) {
    body:not(.EditMode) .section-auto-modal .section-block {
      padding: 3rem 2rem;
    }
  }*/

/* ==========================================================================
Startsida
========================================================================== */

/* Top-section
========================================================================== */
.top-section {
  background-color: transparent;
}

.top-section .section-block {
  display: flex;
  align-items: center;
  min-height: 80vh;
  padding-bottom: 7.5rem;
}

.top-section .section-block-wrapper {
  width: 100%;
}

.top-section .text-block {
  max-width: 75rem;
}

.top-section .section-title {
  font-size: 4rem;
  color: #1a1a1a;
}

.top-section p {
  max-width: 55rem;
  margin-top: 262px;
}

@media only screen and (max-width: 1200px) {
  .top-section .section-title {
    font-size: 4.5rem;
  }
}

@media only screen and (max-width: 580px) {
  .top-section .section-title {
    font-size: 3rem;
  }
}

/* Sektion Om
========================================================================== */

.split-graphic {
  --expand: -3rem;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: 50%;
  overflow: hidden;
  padding: 8rem;
}

.split-graphic.one-row {
  grid-template-rows: 1fr;
}

.split-graphic .item {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: rgb(var(--primary-color));
  outline: 3px solid rgb(var(--white-color));
  transition: all 0.3s ease;
  text-decoration: none;
}

.split-graphic a.item:hover {
  color: rgb(var(--white-color));
  background-color: rgb(var(--primary-color));
}

.split-graphic .item-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3rem;
}

.split-graphic .item:nth-child(1) {
  grid-column: 1 / 2;
}

.split-graphic .item:nth-child(2) {
  grid-column: 2 / 3;
  margin-top: var(--expand);
  left: var(--expand);
}

.split-graphic .item:nth-child(3) {
  grid-row: 2;
  grid-column: 1 / 2;
  margin-top: var(--expand);
  right: var(--expand);
}

.split-graphic .item:nth-child(4) {
  grid-row: 2;
  grid-column: 2 / 3;
  margin-bottom: var(--expand);
}

.split-graphic .section-title {
  padding: 0;
  font-size: 2.2rem;
}

@media only screen and (max-width: 1200px) {
  .split-graphic {
    width: 100%;
    padding: 5rem;
    --expand: -1.5rem;
    padding: 3rem;
  }
}

@media only screen and (max-width: 580px) {
  .split-graphic {
    display: block;
  }
}

/* Sektion Nyheter
========================================================================== */
.section-news-index .slick-track {
  display: flex;
}

.section-news-index .card-item {
  height: auto;
}

.section-news-index .card-footer {
  padding-bottom: 2rem;
}

/* .section-news-index .card-item {
    display: none;
}

.section-news-index .card-item:nth-child(-n+4) {
    display: flex; 
}

.section-news-index .card-body {
    min-height: 29rem;
}

.news-btn .btn {
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 580px) {
    .news-btn {
        padding-left: 0;
        justify-content: center;
    }
} */

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero .section-block {
  padding: 15rem 10rem 0;
}

.hero.pb .section-block {
  padding-bottom: 8rem;
}

.hero .section-title {
  font-size: 5rem;
  text-align: center;
  margin-top: -28px;
}

.hero .split-content .text-block {
  max-width: 80rem;
  margin: 0 0 0 auto;
}

.hero .split-graphic {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 5rem 0 0;
}

.hero .split-graphic .item {
  background-color: rgb(var(--primary-light-color));
  outline-color: rgb(var(--white-color));
}

@media only screen and (max-width: 1000px) {
  .hero .section-block {
    padding: 0;
  }

  .hero .split-content {
    padding: 5rem 2rem;
  }
}

@media only screen and (max-width: 580px) {
  .hero .section-block {
    min-height: 2rem;
  }

  .hero .section-title {
    font-size: 3rem;
    margin: 0 auto;
    text-align: center;
  }
}

.cta-wrapper {
  position: relative;
  overflow: hidden;
  padding: 10rem;
}

.styled-link {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-underline-offset: 2px;
  color: rgb(var(--gray-dark-color), 0.7);
  margin: 0 1rem 0 0;
}

.hero-logo {
  max-width: 11rem;
  margin: 0 auto 2rem;
}

.hero-logo img {
  margin-top: -59px;
}

.interview .text-block-center {
  max-width: 100rem;
}

.interview p {
  padding: 0 0 2em;
  line-height: 1.9;
}

.interview-small-padding {
  padding: 0 0 1em !important;
}

.interview .text-bold {
  padding-bottom: 1em;
}

.interview .figure {
  margin: 0 3rem 3rem;
  padding: 0;
}

.interview .figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.interview .figure figcaption {
  font-size: 1.4rem;
  font-style: italic;
  padding: 1rem 0 0;
}

.article-footer {
  display: flex;
  align-items: center;
  padding: 3rem;
  gap: 3rem;
}

.article-footer p {
  flex: 1 1 0%;
}

.article-footer .footer-figure {
  margin: 0 auto;
  padding: 0;
  width: 20rem;
}

.article-footer .footer-figure figcaption {
  font-size: 1.4rem;
  padding: 1rem 0 0;
  text-align: center;
}

.disclaimer {
  font-size: 1.3rem;
}

.section-scroll {
  overflow: hidden;
}

/* Slider */
.scroll-wrapper.cards-wrapper {
  margin: 3rem 0 5rem 0;
}

.scroll-wrapper.cards-wrapper .slick-list {
  width: 100%;
  overflow: visible;
}

.scroll-wrapper.cards-wrapper .slick-track {
  display: flex;
  margin: 0;
}

/* Card item */
.scroll-wrapper.cards-wrapper .card-item {
  display: flex;
  height: auto;
  flex-direction: column;
  margin: 0 2rem 0 0;
}

.scroll-wrapper .slick-arrow {
  position: absolute;
  top: auto;
  bottom: -5rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgb(var(--primary-color));
}

.scroll-wrapper .slick-arrow::after {
  font-weight: 300;
  color: rgb(var(--white-color));
}

.scroll-wrapper .slick-next {
  right: 2rem;
}

.scroll-wrapper .slick-prev {
  left: auto;
  right: 6rem;
}

.coworkers .image-wrapper {
  position: relative;
  overflow: hidden;
}

.coworkers .expanding-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  overflow: auto;
}

#mc_embed_signup .button {
  width: 100% !important;
  margin: auto !important;
  text-align: center !important;
}

#mc_embed_signup img {
  display: none !important;
}

#mc_embed_signup .foot {
  display: grid;
  grid-template-columns: 2fr 0fr !important;
}

@media only screen and (max-width: 1290px) {
  .coworkers.w-20 .card-item {
    width: calc((100% / 4) - 2rem);
  }
}

@media only screen and (max-width: 1060px) {
  .coworkers.w-20 .card-item {
    width: calc((100% / 3) - 2rem);
  }
}

@media only screen and (max-width: 800px) {
  .coworkers.w-20 .card-item {
    width: calc((100% / 2) - 2rem);
  }
}

@media only screen and (max-width: 540px) {
  .coworkers.w-20 .card-item {
    width: 100%;
    margin: 1rem 0;
  }
}

.section-foretag.hero .section-block {
  padding: 8rem;
}

.company-logo-wrapper {
  max-width: 30rem;
  margin: auto;
}

.section-foretag a {
  text-decoration: none;
}

.section-foretag a:hover {
  text-decoration: underline;
}

.search-wrapper {
  position: relative;
  margin-bottom: 3rem;
}

.search-wrapper em {
  position: absolute;
  left: 2rem;
  top: 50%;
  font-size: 2rem;
  transform: translateY(-50%);
}

.search-wrapper input {
  width: 20rem;
  height: 4rem;
  padding: 0 2rem 0 5rem;
  margin: 0 0.6rem;
  border: none;
  border-radius: 5rem;
  box-shadow: 1px 1px 5px rgb(var(--black-color), 0.2);
  transition: 0.5s ease;
}

.search-wrapper input:focus {
  width: calc(100% - 1.2rem);
  outline: unset;
}

.card-item.hidden-search-item {
  display: none;
}

.tags-heading {
  display: none;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.tag {
  padding: 0.3rem 1.5rem;
  margin: 0.6rem 0.5rem;
  font-size: 1.5rem;
  border: 1px solid rgb(var(--primary-color));
  border-radius: 2rem;
  cursor: pointer;
  transition: 0.5s ease;
}

.tag:hover,
.tag.tag-picked {
  color: rgb(var(--white-color));
  background: rgb(var(--primary-color));
}

@media only screen and (max-width: 580px) {
  /* Sok */
  .search-wrapper input {
    width: 100%;
  }

  /* Taggar */
  .tags-wrapper {
    position: relative;
    max-width: 25rem;
    background: rgb(var(--primary-color));
    cursor: pointer;
  }

  .tags-heading {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
  }

  .tags-heading p {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    color: rgb(var(--white-color));
  }

  .tags-heading i {
    margin-left: 2rem;
  }

  .tags-list {
    display: none;
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    background: rgb(var(--white-color));
    box-shadow: 1px 1px 10px rgba(var(--black-color), 0.1);
  }

  .tags-wrapper.opened .tags-list {
    display: block;
  }

  .tags-wrapper .tag {
    display: block;
    padding: 1rem 2rem;
    margin: 0;
    letter-spacing: normal;
    text-transform: initial;
    box-shadow: none;
    border-radius: 0;
  }
}

.foretag-img-cards {
  height: 30rem;
  display: flex;
}

.foretag-img-cards img {
  margin: auto;
}

@media only screen and (max-width: 1200px) {
  .julkalender .section-block-wrapper {
    flex-direction: column;
  }

  .julkalender .col-0,
  .julkalender .col-1 {
    width: 100%;
    padding: 0;
  }

  .julkalender .viewport {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .flip-card {
    width: calc((100% / 6) - 2rem);
  }
}

@media only screen and (max-width: 980px) {
  .flip-card {
    width: calc((100% / 4) - 2rem);
  }
}

@media only screen and (max-width: 750px) {
  .julkalender .bg-video-wrapper video {
    object-position: 0% 0%;
  }

  .julkalender .section-title {
    font-size: 3.5rem;
  }

  .flip-card {
    width: calc((100% / 3) - 2rem);
  }
}

@media only screen and (max-width: 580px) {
  .advent-heading {
    font-size: 1.1rem;
  }

  .tomte::after {
    right: -3.4rem;
    width: 4rem;
  }

  .julkrans::after {
    top: -0.6rem;
  }

  .tomte-skorsten::after {
    left: 0.5rem;
    width: 3.5rem;
  }
}

/* Modal
========================================================================== */
.modal {
  width: 100%;
  max-height: 75vh;
  padding: 4rem;
  border-radius: 0;
  box-shadow: none;
  overflow: auto;
  background: #efeeeb63;
}

.blocker {
  z-index: 100;
}

.modal a.close-modal {
  display: none;
}

.modal .custom-close-modal {
  position: absolute;
  top: 0.4rem;
  right: 1rem;
  font-size: 2.5rem;
}

.number-intro {
  float: left;
  width: fit-content;
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 8rem;
  line-height: 80%;
  color: rgb(146, 16, 23);
  margin-right: 1rem;
}

@media only screen and (max-width: 450px) {
  .modal {
    padding: 8rem 1rem;
  }

  .blocker {
    padding: 1rem;
  }
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
  background-color: rgb(var(--primary-light-color));
  padding: 0 5rem;
  --base-size: 1.4rem;
}

.footer-container {
  max-width: var(--section-width);
  margin: 0 auto;
}

/* Footer top */
.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8rem 0 5rem;
}

.footer-menu {
  width: 20%;
  margin: 0 0 3rem;
}

.footer-menu-large {
  width: 30%;
}

.footer .text-label {
  color: rgb(var(--black-color));
  padding: 0 0 1rem;
  line-height: 1;
  font-size: 14px;
}

.footer-submenu {
  padding: 0;
  margin: 0 0 3rem;
  list-style: none;
}

.footer-top li {
  padding: 0 0 1rem;
}

.footer-top p,
.footer-top a {
  color: rgb(var(--black-color), 0.6);
  text-decoration: none;
}

.footer a:hover {
  text-decoration: none;
  color: rgb(var(--black-color));
}

/* Sociala medier */
.footer-socials {
  display: flex;
  align-items: center;
}

.footer-socials::before,
.footer-socials::after {
  position: relative;
  display: inline-block;
  content: "";
  flex: 1 1 0%;
  border-top: 1px solid rgb(var(--black-color));
}

.footer-socials::before {
  margin-right: 2rem;
}

.footer-socials::after {
  margin-left: 2rem;
}

/* Footer bottom */
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
}

.footer-bottom p,
.footer-bottom a,
.footer-disclaimer p {
  font-size: 1.2rem;
  line-height: 1.6;
  color: rgb(var(--black-color), 0.6);
}

.footer-disclaimer {
  padding: 2rem 0;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.webbess-stamp img {
  width: 2.5rem;
  margin-left: 1rem;
  opacity: 0.6;
}

@media only screen and (max-width: 1200px) {
  .footer {
    padding: 0 3rem;
  }

  /* Footer top */
  .footer-menu {
    width: 48%;
  }

  .footer-menu-large {
    width: 100%;
  }

  .footer-menu-large p {
    max-width: 55rem;
  }
}

@media only screen and (max-width: 750px) {
  /* Footer top */
  .footer-menu,
  .footer-menu-large {
    width: 100%;
  }
}

@media only screen and (max-width: 580px) {
  .footer {
    padding: 0 2rem;
  }

  .footer-top {
    padding: 5rem 0;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    text-align: center;
  }

  .webbess-stamp {
    margin: 0 auto 2rem;
  }
}

/*.cards-wrapper p span{
    display: none;
}*/

.text-mar {
  margin-top: 148px;
}

@media screen and (max-width: 768px) {
  .text-mar {
    margin-top: 0;
  }
  .text-desk {
    top: 0;
  }
  .form-container {
    width: 90% !important;
  }
  .text-ind {
    margin-top: 100xp;
    text-align: center;
    margin: 0 auto;
    margin-top: 9px;
    margin-bottom: 77px;
  }
  .section-title {
    position: relative;
    /* Curso de Formação */
    font-size: 30px;
  }
  .content-header {
    margin-top: 0 !important;
  }
  .content-header h1 {
    top: 12px;
    font-size: 50px !important;
  }

  .section-ed501128 {
    display: none;
  }
}

.content-header h1 {
  font-size: 40px !important;
}

.content-header {
  margin-top: 189px;
}

.text-footer p {
  text-align: center;
  margin: 0 auto;
  margin-left: 180px;
}
.text-footer h2 {
  font-size: 37px;
  margin-right: -135px;
  padding: 0;
}

.text-footer {
  position: relative;
  top: -19px;
  margin-left: -73px;
  margin-right: -61px;
}
.text-block-center {
  margin-top: 0;
}

.text-head a {
  text-decoration: none;
  color: #000;
  font-weight: 400;
}
.text-head {
  padding: 0;
}
.text-head strong {
  position: relative;
}

.split-image .of-wrapper img {
  opacity: 1;
}

.container-map {
  display: flex;
  flex: 1;
  flex-direction: row;
  height: 100vh;
  margin-bottom: -354px;
}

.map-container {
  flex: 2;
  min-height: 300px;
}

.map-container iframe {
  width: 100%;
  height: 650px;
  border: none;
  margin-left: 0;
  position: relative;
}

.address-list {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  margin-right: 161px;
}

.address {
  padding: 15px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.address:hover {
  background-color: #e0e0e0;
}

.address.active {
  background-color: #d0d0ff;
}

@media (max-width: 768px) {
  .text-head strong {
    top: 136px;
  }
  .container-map {
    flex-direction: column;
  }

  .map-container,
  .address-list {
    flex: unset;
    height: auto;
    width: 100%;
  }

  .map-container iframe {
    width: 100%;
    min-height: 20rem;
  }
}

/* Tablets */
@media (max-width: 992px) {
  .container-map {
    flex-direction: column;
  }

  .map-container,
  .address-list {
    flex: 1 1 100%;
  }

  .map-container iframe {
    height: 400px;
  }
}

/* Celulares */
@media (max-width: 576px) {
  .address h3 {
    font-size: 2rem;
  }

  .address-details {
    font-size: 0.9rem;
  }

  .map-container iframe {
    height: 100%;
    margin: 0 auto;
    width: 100%;
  }
}

.form-container {
  margin: 0 auto;
  background: #e7c9fd;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.67);
  margin-bottom: 40px;
  margin-top: 51px;
  width: 40%;
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 26px;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  resize: vertical;
}

textarea {
  min-height: 120px;
}

button {
  width: 100%;
  padding: 12px;
  background-color: #111111;
  color: white;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

button:hover {
  background-color: #7a53ce;
}

@media (max-width: 600px) {
  .form-container {
    padding: 20px;
    background: unset;
    border-radius: unset;
    box-shadow: unset;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    padding: 17px;
    font-size: 13px;
  }
}

.newsletter-box {
  flex: 1 1 300px;
  max-width: 250px;
  padding: 12px;
  border-radius: 10px;
  color: #333;
  margin-top: -14px;
}

.newsletter-box h3 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 10px;
}

.newsletter-box form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-box input[type="email"] {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}

.newsletter-box button {
  padding: 10px;
  background-color: #111;
  color: white;
  font-size: 1rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter-box button:hover {
  background-color: #774fc9;
}

@media (max-width: 768px) {
  footer {
    flex-direction: column;
    gap: 20px;
  }

  .newsletter-box {
    width: 100%;
  }

  .figure {
    width: 100%;
    margin: 0 auto !important;
  }

  .article-footer {
    display: grid;
  }

  .article-footer {
    width: 100%;
  }

  .article-footer p {
    width: 100%;
  }
}
.text-font {
  font-size: 28px;
  font-weight: 500;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal-img {
  max-width: 150%;
  max-height: 150vh;
  border-radius: 8px;
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 80vh;
}

.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #000;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 700px) {
  .modal-content {
    width: 100%;
    margin-top: 200px;
  }
}

.popup-image {
  cursor: pointer;
  transition: 0.3s;
}

.popup-image:hover {
  opacity: 0.8;
}

.bg-image-wrapper-movel {
  display: none;
}

.section-movel {
  display: none;
}

@media (max-width: 768px) {
  .form-index h2 {
    font-size: 30px;
  }
  .form-index {
    margin-top: -331px;
  }
  .hero-logo img {
    margin-top: 50px;
  }
  .text-block h3 {
    font-size: 23px;
    margin-top: -13px;
    margin-bottom: 14px;
  }

  .section-desk {
    display: none;
  }

  .section-movel {
    display: inline;
  }

  .section-movel img {
    background-size: cover;
    filter: brightness(69%) opacity(100%);
  }
}

@media (max-width: 360px) and (max-height: 800px) {
  .text-block {
    margin-top: -175px;
  }

  .text-block-movel h1 {
    display: none;
  }

  .header-logo img {
    width: 177px;
    margin-right: 277px;
    margin-left: -19px;
    max-height: 163px !important;
  }
}

---------------------------------------------
  section
  best-deal
  ---------------------------------------------
  */
  section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

section {
  display: block;
}

.best-deal {
  padding-top: 53px;
}

.best-deal .tab-content img {
  padding: 0px 45px;
}

.best-deal .tabs-content .nav-link {
  font-size: 16px;
  font-weight: 500;
  background-color: #764dcc !important;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  padding: 0px 25px;
  color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

.best-deal .tabs-content .nav-tabs .nav-link.active {
  background-color: #000 !important;
  color: #fff;
}

.best-deal .tabs-content ul.nav-tabs {
  border-bottom: none !important;
  margin-bottom: 80px;
  align-items: end;
  justify-content: end;
  margin-top: -130px;
}

.best-deal .tabs-content ul.nav-tabs li {
  padding-right: 0px;
  border-right: none;
  margin-left: 20px;
}

.best-deal .info-table {
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  padding: 35px 30px;
}

.best-deal .info-table ul li {
  display: block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-size: 15px;
  color: #aaa;
  font-weight: 400;
}

.best-deal .info-table ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.best-deal .info-table ul li span {
  font-size: 20px;
  color: #1e1e1e;
  font-weight: 700;
  display: inline-block;
}

.best-deal .tabs-content {
  padding: 0px;
  background-color: transparent;
}

.best-deal .tabs-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 30px;
  width: 100%;
}

.best-deal .icon-button {
  margin-top: 30px;
}

.content-sec {
  margin-top: 141px;
}

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

@media (max-width: 767px) {
  .backolor {
    width: 100% !important;
  }
  .content-sec {
    margin-top: 400px;
  }
  header.scrolled .header-logo img {
    position: relative;
    top: 28px;
  }

  .header-logo img {
    max-height: 109px !important;
    width: 66px;
    margin-left: -24px;
  }

  .best-deal h2 {
    margin: 0 auto;
    text-align: center;
  }
  .best-deal h1 {
    margin: 0 auto;
    text-align: center;
  }

  .best-deal .tabs-content .nav-link {
    font-size: 14px;
    padding: 0px 15px;
    height: 44px;
    line-height: 44px;
    margin-bottom: 5px;
  }
  .best-deal .tabs-content ul.nav-tabs li {
    margin: 0px 5px;
  }
}

@media (max-width: 992px) {
  .best-deal .section-heading {
    text-align: center;
  }
  .best-deal .tabs-content ul.nav-tabs {
    margin-top: 0px;
    justify-content: center;
    display: block;
  }
  .best-deal .info-table {
    margin-bottom: 45px;
  }
  .best-deal .tab-content img {
    padding: 0px;
  }
  .best-deal .tabs-content h4 {
    margin-top: 45px;
  }
  .best-deal .info-table ul li span {
    float: right !important;
    width: auto !important;
  }
}

@media (max-width: 1200px) {
  .best-deal .info-table ul li span {
    float: none;
    width: 100%;
  }
}

.section-about h1 {
  margin-top: 100px;
}

.section-img img {
  width: 177% !important;
  margin-left: -146px;
  margin-top: 47px;
}

.backolor {
  background-color: #f2efeb;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 43px;
  box-shadow: 4px 0 10px rgba(0, 0, 0, 0.67);
}
.backolor p {
  color: #000 !important;
  text-align: center;
}

/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #gallery-1446 {
    padding: var(--sectionPadding);
  }
  #gallery-1446 .cs-container {
    width: 55%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #gallery-1446 .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
  }
  #gallery-1446 .cs-title {
    margin: 0;
  }
  #gallery-1446 .cs-gallery {
    width: 158%;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(19.0625rem, 1fr));
    /* 16px - 20px */
    gap: clamp(2rem, 1.5vw, 1.25rem);
    position: relative;
    margin-bottom: 50px;
  }
  #gallery-1446 .cs-image {
    /* 260px - 360px */
    min-height: clamp(16.25rem, 60vw, 20rem);
    border-radius: 1rem;
    /* clips the image corners */
    overflow: hidden;
    display: block;
    position: relative;
  }
  #gallery-1446 .cs-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes it act like a background image */
    object-fit: cover;
  }
}

.text-indent h1 {
  margin-bottom: 50px !important;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2c2c2c;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  z-index: 9999;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
}

.cookie-banner p {
  margin: 0;
  flex: 1 1 70%;
  color: rgb(255, 255, 255);
}

.cookie-banner a {
  color: #ffd700;
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  gap: 7px;
  flex: 0 0 5%;
  justify-content: flex-end;
}

.cookie-banner button {
  padding: 8px 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

#accept-cookies {
  background: #ffd700ba;
  color: #000;
}

.close-btn {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

@media (max-width: 1280px) and (max-height: 800px) {
  .TemplateMenu {
    margin-right: -58px !important;
  }
}

/* Estilo do popup Forms */

#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  animation: fadeIn 0.4s ease-in-out;
}

#popup-content img {
  width: 60px;
  margin-bottom: 15px;
}

#popup-content h2 {
  font-size: 24px;
  color: #333;
}

/* Animação suave */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
