:root {
  --1: #f1f9ff;
  --2: #e0f2ff;
  --dark-slate-grey: #36383b;
  --royal-blue: #446af6;
  --light-coral: #ff7072;
  --midnight-blue: #171f58;
  --gold: #ffb700;
  --dark-slate-blue: #3f56a3;
  --blue-violet: #6f47ff;
  --deep-sky-blue: #0bf;
  --lavender: #d8ddff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  background-color: #fff4dd;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.hero {
  background-image: radial-gradient(circle at 80%, #f4d7ff9c, #fff0 30%), linear-gradient(136deg, #d0ebff80, #f7fcff);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.hero._80px-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.blue-bg {
  background-color: var(--1);
  position: relative;
}

.section.yellow {
  background-color: #ffeecd;
}

.section.extra-margin {
  padding-bottom: 140px;
}

.section.radial-bg {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--2) 8%, #fff0);
}

.section.radial-bg.small-margin {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.radial-bg.small-mg {
  padding-top: 20px;
}

.section.slanted-section {
  background-color: var(--1);
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.section.slanted {
  background-color: var(--1);
  padding-top: 180px;
  padding-bottom: 180px;
  overflow: hidden;
}

.section.hero-heading {
  background-image: linear-gradient(#00000078, #00000078), url('../images/sverig.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 220px;
  padding-bottom: 180px;
}

.section.hero-heading.rum {
  background-image: linear-gradient(#00000078, #00000078), url('../images/pexels-pixabay-210604.jpg');
  background-position: 0 0, 50% 100%;
}

.section.hero-heading.mat {
  background-image: linear-gradient(#00000078, #00000078), url('../images/pexels-ella-olsson-572949-1640773.jpg');
  background-size: auto, cover;
}

.section.hero-heading.conference {
  background-image: linear-gradient(#00000078, #00000078), url('../images/Gallivare.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.section.hero-heading.moten {
  background-image: linear-gradient(#00000078, #00000078), url('../images/roses-3072698_1920.jpg');
  background-size: auto, cover;
}

.section.hero-heading.omoss {
  background-image: linear-gradient(#00000078, #00000078), url('../images/sweden-916799_1920.jpg');
  background-size: auto, cover;
}

.section.flower {
  background-image: url('../images/biennial-2022582_1920.png');
  background-position: 98% 100%;
  background-repeat: no-repeat;
  background-size: 150px;
}

.container {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.small {
  max-width: 900px;
}

.home-hero-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
}

.link {
  color: var(--dark-slate-grey);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .5s;
}

.link:hover {
  color: var(--royal-blue);
}

.link.w--current {
  color: var(--light-coral);
}

.link.contact-us {
  display: none;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu {
  background-image: url('../images/logo-secondary.png');
  background-position: 0 0;
  background-size: auto;
}

.links {
  align-items: center;
  display: flex;
}

.navigation-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  background-color: #ddd0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.logo {
  transform: scale3d(1none, 1none, 1none);
  vertical-align: middle;
  transform-style: preserve-3d;
  width: 130px;
  transition: transform .5s;
}

.logo:hover {
  transform: scale(1.1);
}

.nav-button {
  color: #fff;
  text-transform: capitalize;
  transform-style: preserve-3d;
  background-color: #ecb01800;
  border: 3px solid #f8b409;
  border-radius: 0;
  padding: 15px 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: transform .5s, background-color .5s;
  transform: scale3d(1, 1, 1.01);
}

.nav-button:hover {
  background-color: var(--gold);
  border-color: #fff;
  transform: scale3d(.95, .95, 1.01);
}

.title {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 45px;
}

.title.hero {
  color: var(--1);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.title.cta {
  color: #fff;
}

.title.center-aligned {
  text-align: center;
  -webkit-text-stroke-color: var(--dark-slate-grey);
}

.title.secondary-hero {
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}

.title.featured-post-title {
  font-size: 38px;
}

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

.title.instagram {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(66deg, #f9ce34, #ee2a7b 49%, #6228d7);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 60px;
}

.paragraph {
  color: var(--dark-slate-grey);
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph.hero-subtitle {
  color: var(--1);
  text-align: center;
  margin-bottom: 40px;
  font-family: Asap, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.paragraph.hero-subtitle.nobutton {
  margin-bottom: 0;
}

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

.paragraph.center {
  color: var(--dark-slate-grey);
  margin-bottom: 40px;
  font-family: Asap, sans-serif;
}

.paragraph.center.small-spacing {
  margin-bottom: 0;
}

.paragraph.featured-white {
  color: #fff;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
}

.paragraph.white {
  color: #fff;
}

.paragraph.footer-credit {
  color: #36383b;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph.secondary-hero {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 30px;
}

.paragraph.secondary-hero.no-margin {
  margin-bottom: 0;
}

.paragraph.contact, .paragraph.assets {
  text-align: left;
}

.paragraph.form-text {
  color: #fff;
  margin-bottom: 0;
}

.paragraph.about-content, .paragraph.list {
  margin-bottom: 0;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.blog-info {
  flex-direction: row;
  margin-bottom: 10px;
  display: flex;
}

.wrapper.cta {
  max-width: 750px;
}

.wrapper.cta-yellow {
  background-color: #ffeecd;
  max-width: 750px;
  padding: 40px;
}

.primary-button {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  transform-style: preserve-3d;
  border: 3px solid #fff;
  border-radius: 0;
  padding: 20px 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: transform .5s;
  transform: scale3d(1, 1, 1.01);
}

.primary-button:hover {
  transform: scale3d(.95, .95, 1.01);
}

.primary-button.centered {
  margin-right: 0;
}

.primary-button.contact {
  background-color: var(--gold);
  margin-right: 0;
}

.primary-button.instagram {
  background-image: linear-gradient(65deg, #f9ce34, #ee2a7b 50%, #6228d7);
  border-style: none;
  border-color: #000;
}

.image-wrapper {
  position: relative;
}

.image-wrapper.hero {
  align-self: center;
}

.image-wrapper.featured-image {
  max-width: 500px;
  margin-right: 40px;
}

.image-wrapper.blog-image {
  margin-bottom: 40px;
}

.image-wrapper.author {
  align-items: stretch;
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrapper.about-image {
  margin-bottom: 20px;
}

.image-wrapper.post-author {
  width: 200px;
  min-width: 200px;
  min-height: 200px;
  max-height: 200px;
  margin-right: 40px;
  display: flex;
  overflow: hidden;
}

.image-wrapper.blog-post-image {
  margin-bottom: 20px;
}

.image-wrapper.card-yellow {
  width: 50%;
  height: 700px;
  margin-right: 60px;
}

.image-wrapper.card-yellow.right {
  margin-right: 0;
}

.milestone {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.number {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.value-title {
  color: var(--dark-slate-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

.bold-text {
  color: var(--dark-slate-blue);
}

.bold-text.red {
  color: var(--light-coral);
}

.bold-text.purple {
  color: var(--blue-violet);
}

.bold-text.gold {
  color: var(--gold);
}

.bold-text.blue {
  color: var(--deep-sky-blue);
}

.divider {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.divider.blue {
  background-color: var(--royal-blue);
}

.secondary-button {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: capitalize;
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px 30px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: transform .5s;
  transform: scale3d(1, 1, 1.01);
  box-shadow: 0 2px 5px 1px #ececec;
}

.secondary-button:hover {
  transform: scale3d(.95, .95, 1.01);
}

.secondary-button.cta {
  box-shadow: none;
}

.image {
  object-fit: cover;
  border: 30px solid #f8b409;
  max-height: 650px;
  position: relative;
}

.image.post-image {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  height: 350px;
  position: static;
}

.image.team-member {
  border-radius: 30px;
  height: 250px;
  max-height: 250px;
  margin-bottom: 20px;
}

.image.contact-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.image.featured-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 380px;
}

.image.blog-image {
  border-radius: 30px;
}

.image.author-image {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
}

.image.assets {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.image.feature-image {
  border-style: none;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}

.image.special {
  border-radius: 50px;
  width: 100%;
  margin-bottom: 20px;
}

.image.feature-image-2 {
  border-style: none;
  height: 350px;
  max-height: 450px;
  margin-bottom: 20px;
}

.image.card-image {
  border-style: none;
  height: 100%;
  max-height: none;
}

.image.large {
  max-height: none;
}

.image.large.spacing {
  margin-bottom: 20px;
}

.feature-grid {
  grid-column-gap: 29px;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-grid.services {
  grid-column-gap: 25px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.feature-grid.services.rooms {
  margin-bottom: 40px;
}

.feature-grid.pricing {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
}

.feature-grid.faq-grid {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.feature {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature.blue-card {
  background-color: var(--1);
  border-radius: 30px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.feature.featured-card {
  background-color: var(--2);
  border-radius: 30px;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}

.small-title {
  color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

.small-title.author-name {
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .5s;
  display: inline-block;
}

.small-title.author-name:hover {
  color: var(--light-coral);
}

.small-title.contact {
  text-align: left;
}

.small-title.center-aligned {
  color: var(--gold);
  text-align: center;
}

.small-title.post-title {
  margin-bottom: 20px;
}

.small-title.extra-small {
  font-size: 20px;
  line-height: 30px;
}

.small-title.years {
  margin-bottom: 0;
}

.small-title.left-aligned, .small-title.hotell-card {
  text-align: left;
}

.featured-text {
  color: var(--gold);
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.featured-text.small {
  margin-bottom: 0;
  font-size: 18px;
}

.featured-text.contact-label {
  text-align: left;
  margin-bottom: 20px;
}

.featured-text.contact {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  line-height: 30px;
}

.featured-text.credit {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.featured-text.author {
  color: var(--royal-blue);
  margin-bottom: 0;
  font-size: 18px;
}

.featured-text.blue-small-title {
  color: var(--royal-blue);
  margin-bottom: 20px;
}

.featured-text.heading {
  margin-bottom: 10px;
}

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

.featured-text.black {
  color: var(--dark-slate-grey);
}

.slanted-bg {
  position: absolute;
  inset: 0% 0% auto;
}

.slanted-bg.top {
  border-bottom: 125px solid var(--1);
  border-left: 100vw solid #fff;
}

.slanted-bg.bottom {
  border-bottom: 125px solid #fff;
  border-left: 100vw solid var(--1);
  inset: auto 0% 0%;
}

.card {
  background-color: var(--1);
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
}

.card.card-2, .card.card-4, .card.card-6 {
  background-color: var(--2);
}

.testimonials-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.round-image {
  object-fit: cover;
  border-radius: 100px;
  width: 160px;
  height: 160px;
}

.call-to-action {
  background-color: var(--royal-blue);
  border-radius: 50px;
  justify-content: space-between;
  padding: 40px;
  display: flex;
}

.footer {
  background-color: var(--dark-slate-blue);
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-links {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer-main-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.nav-link {
  color: var(--2);
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  text-decoration: underline;
}

.social-icon {
  padding: 5px;
}

.brand-logo {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 90px;
  transition: transform .5s;
}

.brand-logo:hover {
  transform: scale(1.1);
}

.social-wrapper {
  box-shadow: none;
  transform-style: preserve-3d;
  width: 43px;
  height: 43px;
  margin-left: 0;
  margin-right: 0;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
}

.social-wrapper:hover {
  transform: translate3d(1px, -4px, 1.01px);
}

.social-wrapper.first-icon {
  margin-left: 0;
}

.footer-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.footer-navigation-links {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.footer-navigation {
  padding-left: 0;
}

.footer-link-item {
  margin-bottom: 10px;
  display: flex;
}

.footer-about {
  width: 35%;
  margin-right: 40px;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post {
  background-color: #fff;
  border-radius: 30px;
  min-height: 100%;
  text-decoration: none;
  transition: transform .5s;
  transform: translate(0);
}

.blog-post:hover {
  transform: translate(0, -10px);
}

.blog-post.list-article {
  border: 2px solid var(--2);
  box-shadow: 0 0 19px 2px var(--2);
}

.collection-list-wrapper {
  margin-bottom: 60px;
}

.page-wrapper {
  background-color: #fffbf3;
}

.badge {
  background-color: var(--royal-blue);
  color: #fff;
  border-radius: 50px;
  padding: 15px 20px;
  font-family: Asap, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .5s;
  position: absolute;
  inset: 5% 5% auto auto;
}

.badge:hover {
  background-color: var(--light-coral);
}

.badge.blog {
  text-decoration: none;
  position: relative;
  top: auto;
  right: auto;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrapper.left {
  justify-content: flex-start;
  align-items: center;
}

.contact-form {
  box-shadow: none;
  background-color: #ffeecd;
  min-height: 700px;
  padding: 40px 30px 20px;
  position: relative;
}

.contact-form.kontakt {
  width: 100%;
  display: block;
}

.contact-grid {
  grid-template-rows: auto auto;
  margin-bottom: 20px;
}

.msg-box {
  border: 1px none var(--gold);
  box-shadow: none;
  color: #36383b;
  background-color: #fff4dd;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 20px 40px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  transition: none;
}

.msg-box:hover {
  border-color: var(--light-coral);
}

.success-message {
  background-color: var(--light-coral);
  border-radius: 20px;
  margin-top: 20px;
}

.error-message {
  background-color: var(--light-coral);
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-input {
  border: 1px none var(--gold);
  box-shadow: none;
  color: var(--dark-slate-grey);
  background-color: #fff4dd;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  transition: border-color .5s;
}

.text-input:hover {
  border-color: var(--light-coral);
}

.contact-links {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.contact-link {
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.featured-post {
  border: 2px solid var(--2);
  box-shadow: 0 0 19px 5px var(--2);
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  text-decoration: none;
  transition: transform .5s;
  display: flex;
  transform: translate(0);
}

.featured-post:hover {
  transform: translate(0, -10px);
}

.utility-page-wrap {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--2), white 51%);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-field {
  border: 1px solid var(--lavender);
  color: var(--midnight-blue);
  border-radius: 50px;
  height: 50px;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.license-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-rich-text {
  color: var(--midnight-blue);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.author-card {
  border: 1px solid var(--2);
  box-shadow: 0 0 20px 0 var(--2);
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  padding: 40px 60px;
  display: flex;
}

.empty-state {
  text-align: center;
  background-color: #ddd0;
}

.faq-card {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 20px 30px;
  display: flex;
}

.credit-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.standard-link {
  color: var(--light-coral);
  text-decoration: none;
}

.values-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.team-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-worker {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.footer-branding {
  margin-bottom: 20px;
}

.home-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.centered-buttons-wrapper {
  justify-content: center;
  display: flex;
}

.centered-image-wrapper {
  justify-content: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-small-wrapper {
  max-width: 47%;
  margin-right: 60px;
}

.home-hero-image {
  max-width: 550px;
  max-height: 500px;
}

.content-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-wrapper.home-about-top {
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.content-wrapper.home-about-bottom, .content-wrapper.our-story-top {
  align-items: center;
  margin-bottom: 80px;
}

.content-wrapper.our-story-bottom {
  align-items: center;
}

.split-content {
  max-width: 500px;
}

.split-content.about-right {
  max-width: 43%;
  margin-left: 60px;
}

.split-content.about-left {
  max-width: 43%;
  margin-right: 60px;
}

.split-content.contact-left {
  max-width: 550px;
}

.split-content.contact-right {
  align-self: center;
  max-width: 43%;
  margin-left: 60px;
}

.split-content.kontakt {
  flex: 1;
}

.split-content.content-right {
  max-width: 39%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 60px;
}

.split-content.content-right.first {
  margin-left: 60px;
  margin-right: 0;
}

.blog-post-info {
  justify-content: space-between;
  display: flex;
}

.blog-post-wrapper {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-wrapper.blog-page {
  margin-bottom: 40px;
}

.contact-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.featured-article {
  align-self: center;
  max-width: 45%;
}

.assets-wrapper {
  margin-bottom: 60px;
}

.blog-content {
  margin-bottom: 40px;
}

.empty-state-featured-article {
  display: none;
}

.empty-state-articles {
  background-color: #ddd0;
}

.empty-state-text {
  color: var(--midnight-blue);
  text-align: center;
  font-family: Asap, sans-serif;
  font-size: 16px;
}

.footer-text {
  max-width: 600px;
}

.card-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-hero-content {
  max-width: 52%;
  margin-right: 40px;
}

.nav-button-wrapper {
  align-self: center;
  margin-left: 0;
  display: flex;
}

.white-link {
  color: #fff;
  text-decoration: underline;
}

.contact-info {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 40px 20px;
  box-shadow: -2px 0 15px #e0e4ff;
}

.navbar-logo-center {
  background-color: #ff1c1c;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-button-wrapper-2 {
  margin-left: 120px;
}

.nav-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation {
  background-color: #ddd0;
  position: absolute;
  inset: 0% 0% auto;
}

.hamburger {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  align-self: center;
  margin-right: 145px;
  padding-left: 0;
  padding-right: 0;
  transition: transform .5s;
}

.hamburger:hover {
  transform: scale(1.1);
}

.hamburger.w--open {
  background-color: #c8c8c800;
}

.nav-content {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  width: 45px;
  height: 45px;
}

.brand-2 {
  align-self: center;
}

.flag {
  transform-style: preserve-3d;
  align-self: center;
  margin-right: 20px;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
}

.flag:hover {
  transform: translate3d(1px, -4px, 1.01px);
}

.sweden {
  width: 45px;
  height: 45px;
}

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-overview {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.quick-stack {
  grid-row-gap: 22px;
}

.image-3 {
  object-fit: cover;
  height: 100%;
}

.cell {
  justify-content: center;
  align-items: stretch;
}

.lightbox-link {
  align-self: stretch;
  height: 100%;
  max-height: 450px;
}

.lightbox-link.secondary {
  max-height: 250px;
}

.lightbox-link.third {
  max-height: none;
}

.lightbox-link.forth {
  max-height: 150px;
}

.quick-stack-2 {
  grid-column-gap: 20px;
  margin-bottom: 20px;
  padding: 0;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.gradient-line {
  background-image: linear-gradient(90deg, #f9ce34, #ee2a7b 52%, #6228d7);
  border-radius: 0;
  width: 200px;
  height: 10px;
}

.link-block {
  background-image: linear-gradient(65deg, #f9ce34, #ee2a7b 50%, #6228d7);
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.link-block.insta {
  transform-style: preserve-3d;
  transition: transform .5s;
  transform: scale3d(1, 1, 1.01);
}

.link-block.insta:hover {
  transform: scale3d(1.1, 1.1, 1.1);
}

.kontakt-tekst {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.image-10 {
  width: 28px;
}

.testimonial-slider-large {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #f8b409;
  height: auto;
}

.testimonial-slide {
  background-color: #f8b409;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  justify-content: center;
  align-items: center;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.icon {
  background-color: #fff200;
  inset: auto 0% 0% auto;
}

.icon-2 {
  background-color: #578143;
  inset: auto auto 0% 0%;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: #f8b409;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-2 {
  color: #36383b;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.tagline-2 {
  color: #36383b;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto auto 1% -10%;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
  display: block;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
  inset: auto -10% 1% auto;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.quote {
  max-height: 50px;
}

.footer-section {
  background-color: #ffeecd;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  transform-style: preserve-3d;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
}

.footer-brand:hover {
  transform: translate3d(1px, -4px, 1.01px);
}

.footer-content {
  grid-column-gap: 81px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #36383b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
}

.title-small:hover {
  color: #f8b409;
}

.title-small.spacing {
  margin-bottom: 15px;
}

.title-small.featured {
  color: #f8b409;
  -webkit-text-stroke-color: #f8b409;
  border-bottom: 2px solid #f8b409;
  text-decoration: none;
}

.title-small.featured:hover {
  color: #36383b;
  border-bottom-color: #36383b;
}

.title-small.small-with-icon {
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link {
  color: #36383b;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Asap, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.flower12 {
  position: relative;
}

.nav-drop {
  background-color: #fff4dd;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100vh;
  padding: 20px 40px;
  position: fixed;
  inset: 0% auto 0% 0%;
  overflow: auto;
}

.nav-wrapper-down {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.nav-wrapper-down.button {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.flag-block {
  padding-top: 15px;
  padding-left: 20px;
  display: none;
}

.close {
  width: 20px;
}

.logos-quote-block {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-card {
  background-color: #ffb700;
  background-image: linear-gradient(#ffb700e0, #ffb700e0), url('../images/pexels-pixabay-210604.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding: 24px;
  display: flex;
}

.clients-quote {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.clients-image-two {
  max-height: 80px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  width: 50px;
  display: block;
  inset: auto 0% 0% auto;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.icon-small {
  height: 50px;
  margin-right: 20px;
}

.title-with-icon {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.yellow-card {
  background-color: #ffeecd;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.yellow-card.info {
  margin-bottom: 60px;
}

.team-slider-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-4 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.slider-wrapper-2 {
  background-color: #0000;
  height: auto;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
}

.slider-card {
  background-color: #ffb700;
  min-height: 420px;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  width: 50px;
  display: block;
  inset: auto auto 0% 0%;
}

.team-slider-nav-2 {
  color: #36383b;
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider-card-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

.icon-3 {
  inset: auto auto 0% 0%;
}

.icon-4 {
  inset: auto 0% 0% auto;
}

.gallery-overview-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-features-block-2 {
  margin-top: 16px;
  margin-bottom: 24px;
}

.gallery-feature-2 {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 8px;
  padding-left: 30px;
  font-size: 14px;
  line-height: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.gallery-grid-2 {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-2 {
  width: 100%;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.faq {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  place-items: start stretch;
  width: 100%;
  height: 100%;
  display: grid;
}

.question-part {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.answer-part {
  overflow: hidden;
}

.question-icon {
  width: 30px;
  height: 30px;
}

.faq-question {
  cursor: pointer;
  background-color: #ffb700;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 20px;
  display: flex;
  overflow: hidden;
}

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

.line-yellow {
  background-color: #ffb700;
  width: 5px;
  height: 500px;
}

.info-card {
  min-width: 350px;
  min-height: 450px;
  margin-bottom: 100px;
  position: relative;
}

.image-11 {
  z-index: 0;
  object-fit: cover;
  max-width: 100%;
  max-height: 500px;
  overflow: clip;
}

.yellow-small-card {
  z-index: 3;
  background-color: #ffb700;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  height: 400px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 50px -50px auto;
}

.yellow-small-card.secondary {
  inset: auto auto -50px 50px;
}

.left-column {
  flex-flow: column;
  order: -9999;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.year-yellow {
  background-color: #ffb700;
  border: 1px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-5 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-5 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.featured-paragraph {
  color: #626292;
  text-align: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7em;
}

.small-title-2 {
  color: #4b4343;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.card-for-contact {
  background-color: #ffb700;
  box-shadow: 2px 0 15px #e0e4ff;
}

.card-for-contact.contact-card {
  box-shadow: none;
  -webkit-text-fill-color: inherit;
  background-color: #ffb700;
  background-clip: border-box;
}

.send {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.send:hover {
  color: #6673ff;
}

.cards-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cards-grid.kontakt {
  margin-bottom: 0;
}

.icon-wrapper {
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.small-divider {
  background-image: linear-gradient(to right, #6673ff, #ff5fca 100%, #ff8400);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 4px;
  margin-bottom: 20px;
}

.icon-5 {
  object-fit: cover;
  width: 100px;
  height: auto;
  margin-top: 20px;
}

.card-content {
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-and-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    background-image: radial-gradient(circle at 80% 70%, #f4d7ff9c, #fff0 30%), linear-gradient(136deg, #d0ebff80, #f7fcff);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.slanted {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.hero-heading {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .home-hero-content {
    max-width: 580px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .menu-icon {
    color: #fff;
  }

  .link:hover {
    background-color: var(--2);
  }

  .link.contact-us {
    display: block;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu {
    background-color: var(--royal-blue);
    border-radius: 50px;
    transition: background-color .5s;
  }

  .menu:hover {
    background-color: var(--midnight-blue);
  }

  .menu.w--open {
    background-color: var(--light-coral);
    border-radius: 100px;
  }

  .nav-button {
    flex: 0 auto;
    align-items: center;
    display: block;
  }

  .title {
    text-align: center;
  }

  .title.hero {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
  }

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

  .title.secondary-hero {
    font-size: 50px;
    line-height: 60px;
  }

  .title.featured-post-title {
    font-size: 36px;
  }

  .paragraph.hero-subtitle, .paragraph.center {
    text-align: center;
  }

  .paragraph.center.insta {
    margin-bottom: 20px;
  }

  .paragraph.featured-white, .paragraph.about-content, .paragraph.kontakt {
    text-align: center;
  }

  .wrapper {
    width: 100%;
  }

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

  .image-wrapper.featured-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.cta {
    margin-bottom: 20px;
  }

  .image-wrapper.card-yellow {
    width: 100%;
    height: 400px;
    margin-right: 0;
  }

  .image-wrapper.card-yellow.right {
    order: -9999;
  }

  .grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .value-title {
    font-size: 34px;
  }

  .image.post-image, .image.featured-image {
    height: 300px;
  }

  .image.info {
    margin-bottom: 40px;
  }

  .feature-grid.services {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid.services.rooms {
    margin-bottom: 0;
  }

  .feature-grid.pricing {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid.faq-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .small-title {
    font-size: 28px;
  }

  .small-title.post-title, .small-title.kontakt, .featured-text {
    text-align: center;
  }

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

  .slanted-bg.top, .slanted-bg.bottom {
    border-bottom-width: 100px;
  }

  .card.card-3 {
    background-color: var(--2);
  }

  .card.card-4 {
    background-color: var(--1);
  }

  .testimonials-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .call-to-action {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-navigation-links {
    width: 52%;
  }

  .footer-about {
    margin-right: 0;
  }

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

  .featured-post {
    flex-direction: column;
    align-items: center;
  }

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

  .values-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .home-hero-wrapper {
    flex-direction: column;
  }

  .cta-small-wrapper {
    max-width: 540px;
    margin-right: 0;
  }

  .content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .content-wrapper.home-about-bottom, .content-wrapper.our-story-bottom {
    flex-direction: column-reverse;
  }

  .split-content.about-right {
    max-width: 500px;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .split-content.about-left {
    flex-flow: column;
    align-self: center;
    align-items: center;
    max-width: 500px;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .split-content.contact-left {
    margin-bottom: 60px;
  }

  .split-content.contact-right {
    max-width: 500px;
    margin-left: 0;
  }

  .split-content.kontakt {
    margin-bottom: 40px;
  }

  .split-content.insta {
    flex-flow: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .split-content.content-right {
    max-width: 80%;
    margin-right: 0;
  }

  .split-content.content-right.first {
    margin-left: 0;
  }

  .split-content.content-right.conference {
    flex-flow: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .contact-hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .featured-article {
    max-width: 500px;
  }

  .footer-text {
    max-width: 425px;
  }

  .contact-hero-content {
    max-width: 540px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav-button-wrapper {
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-button-wrapper-2 {
    width: 100%;
    margin-left: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .container-4 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .container-5 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .testimonial-slider-left-2 {
    display: none;
    left: -20px;
  }

  .arrow-wrapper-2 {
    display: none;
  }

  .testimonial-slider-right-2 {
    display: none;
    inset: auto 0% 0% auto;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .container-7 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .yellow-card {
    flex-flow: column;
  }

  .container-8 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container-9 {
    max-width: 728px;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr 1fr;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .yellow-small-card {
    width: 45%;
    height: 350px;
    padding: 20px;
  }

  .left-column {
    display: none;
  }

  .team-grid-2 {
    grid-column-gap: 40px;
    justify-content: center;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .card-for-contact {
    max-width: 550px;
  }

  .card-for-contact.contact-card {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .cards-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .branding {
    justify-content: center;
  }

  .title {
    font-size: 38px;
  }

  .title.hero, .title.secondary-hero {
    font-size: 42px;
    line-height: 50px;
  }

  .title.featured-post-title {
    font-size: 32px;
  }

  .paragraph.center.insta {
    margin-bottom: 20px;
  }

  .paragraph.footer-credit {
    text-align: center;
  }

  .image-wrapper.post-author {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .number {
    font-size: 42px;
  }

  .value-title {
    font-size: 28px;
    line-height: 30px;
  }

  .image.featured-image {
    height: 280px;
  }

  .feature-grid {
    grid-row-gap: 29px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .feature-grid.services {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-grid.services.rooms {
    grid-row-gap: 35px;
  }

  .feature-grid.pricing {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature {
    max-width: 550px;
  }

  .feature.blue-card, .feature.featured-card {
    align-items: center;
  }

  .small-title {
    text-align: center;
    font-size: 26px;
  }

  .small-title.author-name {
    text-align: center;
    margin-bottom: 10px;
  }

  .small-title.extra-small {
    text-align: left;
  }

  .card.card-3 {
    background-color: var(--1);
  }

  .card.card-4 {
    background-color: var(--2);
  }

  .testimonials-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .call-to-action {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-links.centre {
    justify-content: center;
  }

  .footer-main-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .social-wrapper.first-icon {
    margin-left: 5px;
  }

  .footer-navigation-links, .footer-about {
    width: 100%;
  }

  .collection-list {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .contact-form {
    flex: 1;
    align-self: stretch;
  }

  .contact-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .author-card {
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .author-card-content {
    flex-direction: column;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .credit-wrapper {
    flex-direction: column;
    justify-content: center;
  }

  .values-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-branding {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .content-wrapper.contact-us {
    align-items: stretch;
  }

  .split-content.contact-left {
    max-width: none;
  }

  .split-content.kontakt {
    align-self: center;
  }

  .split-content.insta {
    margin-bottom: 40px;
  }

  .footer-text {
    max-width: none;
    margin-bottom: 20px;
  }

  .nav-button-wrapper {
    display: none;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .hamburger {
    margin-right: 0;
  }

  .nav-content {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .image-2 {
    width: 38px;
  }

  .brand-2 {
    order: -9999;
  }

  .gallery-scroll, .gallery-overview {
    padding: 60px 15px;
  }

  .quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .link-block {
    margin-right: 0;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .footer-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .nav-drop {
    padding-left: 20px;
  }

  .flag-block {
    display: flex;
  }

  .logos-quote-block {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-card {
    width: 100%;
    margin-bottom: 30px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .team-slider, .team-slider-2 {
    padding: 60px 15px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
  }

  .gallery-overview-2, .features-list {
    padding: 60px 15px;
  }

  .faq {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .yellow-small-card {
    width: 60%;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .featured-paragraph {
    font-size: 18px;
  }

  .small-title-2 {
    font-size: 30px;
  }

  .cards-grid {
    grid-auto-flow: row;
    justify-content: stretch;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    background-image: radial-gradient(circle at 80% 80%, #f4d7ff9c, #fff0 30%), linear-gradient(136deg, #d0ebff80, #f7fcff);
  }

  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .title.hero, .title.secondary-hero {
    font-size: 38px;
    line-height: 45px;
  }

  .title.instagram {
    line-height: 40px;
  }

  .primary-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .primary-button.centered {
    margin-bottom: 0;
  }

  .primary-button.contact {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .milestone {
    padding: 0;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .number {
    font-size: 35px;
  }

  .value-title {
    font-size: 24px;
    line-height: 20px;
  }

  .image.post-image {
    height: 225px;
  }

  .image.team-member {
    height: 200px;
    max-height: 200px;
  }

  .image.featured-image {
    height: 230px;
  }

  .small-title {
    font-size: 24px;
    line-height: 30px;
  }

  .small-title.extra-small {
    text-align: left;
  }

  .featured-text.author {
    margin-right: 10px;
  }

  .social-wrapper {
    margin-bottom: 5px;
  }

  .footer-navigation-links {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .button-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-form {
    flex: 1;
    padding-left: 15px;
    padding-right: 15px;
  }

  .msg-box, .text-input {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .author-card {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .centered-buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three, .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper-2 {
    width: auto;
  }

  .container-3 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .container-5 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .container-6 {
    max-width: none;
  }

  .nav-drop {
    padding-left: 20px;
  }

  .container-7 {
    max-width: none;
  }

  .clients-quote {
    font-size: 20px;
    line-height: 28px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow {
    display: none;
  }

  .container-8 {
    max-width: none;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .team-slider-arrow-2 {
    display: none;
  }

  .container-9 {
    max-width: none;
  }

  .gallery-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .faq {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .info-card {
    min-width: 100%;
  }

  .yellow-small-card {
    width: 100%;
    height: auto;
    position: static;
  }

  .yellow-small-card.secondary {
    inset: auto 0% 0% auto;
  }

  .team-members {
    max-width: none;
  }

  .centered-heading-5 {
    margin-bottom: 24px;
  }

  .team-grid-2 {
    grid-template-columns: 1fr;
  }

  .small-title-2 {
    font-size: 28px;
  }

  .small-divider {
    width: 130px;
  }
}

#w-node-_271dcf76-8d9f-5216-91fc-507fef249267-fd423049, #w-node-_271dcf76-8d9f-5216-91fc-507fef24926f-fd423049, #w-node-_271dcf76-8d9f-5216-91fc-507fef249277-fd423049 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74b681d7-ccff-c970-cd69-b2f4ec822110-fd423049 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_74b681d7-ccff-c970-cd69-b2f4ec822111-fd423049, #w-node-_74b681d7-ccff-c970-cd69-b2f4ec82211a-fd423049 {
  grid-column: span 2 / span 2;
}

#w-node-a3c24717-0c59-a965-fbc4-a5802d01ffc6-fd423049 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a3c24717-0c59-a965-fbc4-a5802d01ffc7-fd423049 {
  grid-column: span 2 / span 2;
}

#w-node-b4beef35-541e-c611-5d6c-30aeb639e1fe-fd423049 {
  grid-column: span 3 / span 3;
}

#w-node-_03a1d268-4425-1932-66f1-2e68af5d1685-fd423049 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

#w-node-_03a1d268-4425-1932-66f1-2e68af5d1686-fd423049 {
  grid-column: span 2 / span 2;
}

#w-node-b8892084-8b5c-6fdf-5087-d87202774110-02774109, #w-node-b8892084-8b5c-6fdf-5087-d87202774119-02774109, #w-node-b8892084-8b5c-6fdf-5087-d87202774122-02774109, #w-node-ae9e698f-ea93-1ea8-754d-daaf7924930d-fd42304a, #w-node-bce837e3-c05b-349b-e1ff-ef0e827c1167-fd42304b, #w-node-e67751f9-899d-25ed-e06a-21213d321fdf-fd42304c, #w-node-e67751f9-899d-25ed-e06a-21213d321fe5-fd42304c, #w-node-e67751f9-899d-25ed-e06a-21213d321feb-fd42304c, #w-node-ea8c9d68-d0ce-3e94-8c21-e340935281b9-fd42304c, #w-node-bd18f1cb-e0b9-21e3-6bd7-05a2313bbf16-fd42304c, #w-node-_6defdae6-8b2c-1d66-4694-ab0241ff8abd-fd42304c, #w-node-fa0051d6-a327-349e-77d8-e68e4e9d98b3-fd42304d, #w-node-_098186a2-305d-5ca5-9160-1fad22624e7a-fd42304d, #w-node-_83f73ca8-bca0-4888-a533-4ca221332494-fd42304d, #w-node-_5ddd337e-75db-5cf6-20f5-50820b1977a0-fd42304d, #w-node-_5ddd337e-75db-5cf6-20f5-50820b1977a4-fd42304d, #w-node-_32bd609d-5225-647a-debb-fb4ac5f7af54-fd42304d, #w-node-_6984eb6b-4233-d0c0-6b28-308e0a68eb40-fd42304d, #w-node-fb6fb401-8eeb-ce54-9acd-8961d5a42167-fd42304d, #w-node-e7f3fb4b-4ddb-91c3-0de1-8c3cb1abe680-fd42304d, #w-node-_5b1cc7ae-c248-9a09-0ad7-6da7bc6da7b3-fd42304d, #w-node-b0a1441a-034b-eced-c73c-ee63136fa029-fd42304e, #w-node-_9491a149-a04f-ef3f-ff46-cdbf03f1cb17-fd42304e, #w-node-_9491a149-a04f-ef3f-ff46-cdbf03f1cb1b-fd42304e, #w-node-_8cd4aa7f-a5ce-5169-33df-c6edac8ebd88-fd42304e, #w-node-_8cd4aa7f-a5ce-5169-33df-c6edac8ebd8c-fd42304e, #w-node-_2b237f2f-3f46-6f6d-0dcf-84bccbdde2e3-fd42304e, #w-node-_2b237f2f-3f46-6f6d-0dcf-84bccbdde2e7-fd42304e, #w-node-_8998ef3a-5729-7cba-57d5-837f37daccbb-fd42304f, #w-node-_8998ef3a-5729-7cba-57d5-837f37daccbf-fd42304f, #w-node-_8998ef3a-5729-7cba-57d5-837f37daccc3-fd42304f, #w-node-_22c686f4-f830-3f2d-e9c8-129349a1be74-fd423050, #w-node-fd0ca958-0986-4c65-36a9-7d443dd2a20d-fd423051, #w-node-_1883556b-ad67-afbd-b9ea-ffebaa18090c-fd423054, #w-node-_2cfe273e-4d90-033a-2511-4fe9f3bec364-fd423054, #w-node-_266dce0d-099c-1f0d-3eaf-f0ad2dd959c1-fd423054, #w-node-_18ac41ac-a04c-65b3-fee4-08e2c0279427-fd423054, #w-node-_70953ac2-0ade-3eb6-6864-f1816e0798b3-fd423054, #w-node-a9e728a1-471a-100c-0a09-09f150a187bb-fd423054, #w-node-e7acd312-e320-36c0-5f4d-7ee9d1024def-fd423054, #w-node-_60f3eb14-33c9-d9e9-6b87-31794d7cb09f-fd423054, #w-node-aad0df35-0343-3102-0b13-d915fbbdfa08-fd423054, #w-node-_02efa5e2-82a6-8d7a-a744-8d78038e6ae0-fd423054, #w-node-e7ee3203-616b-bd58-0123-c4a65009fca5-fd423054, #w-node-f76db630-8630-436d-abec-e9ceb8ebff82-fd423054, #w-node-_5fdac079-5007-6054-8c3b-c66bfbb889ac-fd423054, #w-node-a883aa13-95aa-0df4-84aa-747f8f727cae-fd423054, #w-node-ea7ff8fb-418a-7696-9e6e-f85247bb0284-fd423054, #w-node-b1df10d7-fa23-bca8-0100-9b48b4d53d28-fd423054, #w-node-b1df10d7-fa23-bca8-0100-9b48b4d53d29-fd423054, #w-node-b1df10d7-fa23-bca8-0100-9b48b4d53d27-fd423054, #w-node-_94a213de-aa16-5c5d-738e-4ad2b7c1c8d5-fd423055, #w-node-_92f64394-f976-c2fd-ba8f-9b41cac9d0ba-fd423055, #w-node-_060bb3ed-2d01-3c99-88d9-cd4ebf09faac-fd423055, #w-node-f49144c3-afdd-4a8b-cc62-9b5f4620170e-fd423055, #w-node-f49144c3-afdd-4a8b-cc62-9b5f46201712-fd423055, #w-node-f49144c3-afdd-4a8b-cc62-9b5f46201716-fd423055, #w-node-_271dcf76-8d9f-5216-91fc-507fef249267-412a588e, #w-node-_271dcf76-8d9f-5216-91fc-507fef24926f-412a588e, #w-node-_271dcf76-8d9f-5216-91fc-507fef249277-412a588e, #w-node-bf766ee8-ff77-4657-0c11-fad4aa3d72f0-412a588e, #w-node-_1e659c06-bc33-828a-f25d-bf101b80adef-412a588e, #w-node-_1e659c06-bc33-828a-f25d-bf101b80adf0-412a588e, #w-node-_1e659c06-bc33-828a-f25d-bf101b80adf1-412a588e, #w-node-_1e659c06-bc33-828a-f25d-bf101b80adf2-412a588e, #w-node-_1e659c06-bc33-828a-f25d-bf101b80adf3-412a588e, #w-node-_1e659c06-bc33-828a-f25d-bf101b80adf4-412a588e, #w-node-bf5bb2dc-9572-2b10-ee94-0474d2b235fb-daa08490, #w-node-_91e69eab-23fe-c1d0-c157-585bd93d157c-daa08490, #w-node-a17a276e-1023-dd83-89b0-05b2deae5e4d-daa08490, #w-node-_2a301c48-2afb-8399-4144-647973922067-daa08490, #w-node-cf07c611-21b6-a3c5-c1d8-3f13e558dce5-daa08490, #w-node-_2257e57b-a65f-96e4-ad01-10d25e928d69-daa08490, #w-node-d79e2b86-46a8-4e6a-0782-51a235c89c72-497fc63a, #w-node-d79e2b86-46a8-4e6a-0782-51a235c89c7d-497fc63a, #w-node-d79e2b86-46a8-4e6a-0782-51a235c89c87-497fc63a, #w-node-d79e2b86-46a8-4e6a-0782-51a235c89c91-497fc63a, #w-node-d79e2b86-46a8-4e6a-0782-51a235c89c9b-497fc63a, #w-node-d79e2b86-46a8-4e6a-0782-51a235c89ca5-497fc63a, #w-node-_271dcf76-8d9f-5216-91fc-507fef249267-2356c66c, #w-node-_271dcf76-8d9f-5216-91fc-507fef24926f-2356c66c, #w-node-_271dcf76-8d9f-5216-91fc-507fef249277-2356c66c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74b681d7-ccff-c970-cd69-b2f4ec822110-2356c66c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_74b681d7-ccff-c970-cd69-b2f4ec822111-2356c66c, #w-node-_74b681d7-ccff-c970-cd69-b2f4ec82211a-2356c66c {
  grid-column: span 2 / span 2;
}

#w-node-a3c24717-0c59-a965-fbc4-a5802d01ffc6-2356c66c {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-a3c24717-0c59-a965-fbc4-a5802d01ffc7-2356c66c {
  grid-column: span 2 / span 2;
}

#w-node-b4beef35-541e-c611-5d6c-30aeb639e1fe-2356c66c {
  grid-column: span 3 / span 3;
}

#w-node-_03a1d268-4425-1932-66f1-2e68af5d1685-2356c66c {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr 1fr;
}

#w-node-_03a1d268-4425-1932-66f1-2e68af5d1686-2356c66c {
  grid-column: span 2 / span 2;
}

#w-node-_1bbff232-c746-9fa7-09d0-f90c78f329b3-2356c66c, #w-node-_1bbff232-c746-9fa7-09d0-f90c78f329be-2356c66c, #w-node-_1bbff232-c746-9fa7-09d0-f90c78f329c9-2356c66c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d79e2b86-46a8-4e6a-0782-51a235c89c7d-497fc63a, #w-node-d79e2b86-46a8-4e6a-0782-51a235c89c87-497fc63a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_271dcf76-8d9f-5216-91fc-507fef24926b-fd423049, #w-node-_271dcf76-8d9f-5216-91fc-507fef249273-fd423049 {
    align-self: start;
  }

  #w-node-bce837e3-c05b-349b-e1ff-ef0e827c1167-fd42304b {
    place-self: auto;
  }

  #w-node-_271dcf76-8d9f-5216-91fc-507fef24926b-412a588e {
    align-self: start;
  }

  #w-node-_1e659c06-bc33-828a-f25d-bf101b80adf2-412a588e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4277c308-6714-9f1e-8f8f-a19898b8cb1e-5294f5c5, #w-node-_4277c308-6714-9f1e-8f8f-a19898b8cb2b-5294f5c5, #w-node-_4277c308-6714-9f1e-8f8f-a19898b8cb38-5294f5c5 {
    place-self: center;
  }

  #w-node-_271dcf76-8d9f-5216-91fc-507fef24926b-2356c66c {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_271dcf76-8d9f-5216-91fc-507fef249263-fd423049 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ddd337e-75db-5cf6-20f5-50820b1977a0-fd42304d, #w-node-_9491a149-a04f-ef3f-ff46-cdbf03f1cb17-fd42304e, #w-node-_8cd4aa7f-a5ce-5169-33df-c6edac8ebd88-fd42304e, #w-node-_2b237f2f-3f46-6f6d-0dcf-84bccbdde2e3-fd42304e {
    place-self: auto;
  }

  #w-node-fd0ca958-0986-4c65-36a9-7d443dd2a20d-fd423051 {
    justify-self: auto;
  }

  #w-node-_271dcf76-8d9f-5216-91fc-507fef249263-412a588e, #w-node-_271dcf76-8d9f-5216-91fc-507fef249263-2356c66c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


