@font-face {
  font-family: "Font Awesome 5 Free 400";
  src: url("Font-Awesome-5-Free-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Brands 400";
  src: url("Font-Awesome-5-Brands-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free Solid 900";
  src: url("Font-Awesome-5-Free-Solid-900.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Pro 400";
  src: url("Font-Awesome-5-Pro-Regular-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Pro Solid 900";
  src: url("Font-Awesome-5-Pro-Solid-900.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Pro 300";
  src: url("Font-Awesome-5-Pro-Light-300.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Duotone Solid 900";
  src: url("Font-Awesome-5-Duotone-Solid-900.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

body {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.25em;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375em;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 3em;
  margin-bottom: 1.1em;
  font-size: 1.2em;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  color: #8f8f8f;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  line-height: 1.4em;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.intro-title {
  color: #141414;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1em;
}

.intro-title.light {
  color: #f5f5f5;
  text-align: center;
  margin-bottom: 40px;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside.scheduling {
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.container-w3.gutter-outside.list {
  padding-left: 10em;
  padding-right: 10em;
}

.container-w3.gutter-outside.hero {
  padding-left: 0;
  padding-right: 0;
}

.gutter-outside {
  padding-left: 4em;
  padding-right: 4em;
}

.footer {
  padding-top: 0;
}

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

.text-center.hide {
  display: none;
}

.section-intro {
  color: #141414;
  background-color: #fff;
  border: 0 #141414;
  justify-content: center;
  align-items: center;
  padding-top: 5.5em;
  padding-bottom: 5.5em;
  display: flex;
}

.section-intro.scheduling {
  padding-top: 7.5em;
  padding-bottom: 2em;
}

.section-intro.scheduling.subscription {
  padding-top: 0;
}

.section-intro.hero {
  background-image: url("headshots-mirrormekonsept.webp");
  background-position: 50% 20%;
  background-size: cover;
  padding-bottom: 4.5em;
  line-height: 1em;
}

.section-intro.individuals {
  background-image: url("marlou13.webp");
  background-position: 50% 25%;
  background-size: cover;
}

.section-intro.business {
  background-image: url("nn.webp");
  background-position: 50% 20%;
  background-size: cover;
  padding-bottom: 4em;
}

.intro-description {
  margin-left: 0;
  padding: 2em 4em 1.7em;
  position: static;
  inset: auto 0% 0%;
}

.intro-description.grey {
  background-color: #f6f6f6;
  border-radius: 24px;
  margin-top: 2em;
  display: none;
}

.intro-description.list {
  padding-left: 9em;
  padding-right: 9em;
}

.intro-description.list.narrow {
  padding-left: 17em;
  padding-right: 17em;
}

.intro-description.list.wider {
  padding-left: 7em;
  padding-right: 7em;
}

.intro-description.list.middle {
  padding-left: 15em;
  padding-right: 15em;
}

.intro-description.list.middle.no {
  padding-left: 14em;
  padding-right: 14em;
}

.intro-description.list.middle.no.en {
  padding-left: 12em;
  padding-right: 12em;
}

.intro-description.hero {
  max-width: 55%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
}

.intro-description.hero.wider {
  max-width: 70%;
}

.intro-description.hero-2 {
  padding-top: 3em;
}

.intro-description.overlay {
  background-image: linear-gradient(0deg, #000, #000 0%, #000000eb 22%, #000000d6 34%, #000000a3 53%, #00000054 77%, #0000 99%);
  padding-top: 8em;
  padding-bottom: 1em;
  position: absolute;
}

.button-link {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #141414;
  background-clip: border-box;
  border: 2px solid #141414;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.button-link:hover {
  color: #000;
  background-color: #0000;
  border-style: dashed;
}

.button-link.secundary {
  color: #141414;
  background-color: #0000;
  border-color: #141414;
}

.button-link.secundary.select {
  border-radius: 24px;
  padding: 1em 1.5em;
}

.button-link.secundary.select:hover {
  background-color: #1414140d;
}

.button-link.secundary.center {
  width: auto;
}

.button-link.secundary.mai {
  color: #fff;
  background-color: #ba0c2f;
  border-color: #00205b;
  display: none;
}

.button-link.secundary.outline {
  color: #fff;
  border-style: none;
  border-color: #fff;
  text-decoration: underline;
}

.button-link.secundary.outline:hover {
  color: #8f8f8f;
}

.button-link.light {
  color: #141414;
  background-color: #f5f5f5;
  background-image: linear-gradient(-90deg, #79e2c3, #01c6d5);
  border-style: none;
  border-color: #f5f5f5;
  font-weight: 700;
}

.button-link.light:hover {
  background-image: linear-gradient(90deg, #01c6d5, #f5f5f5);
}

.button-link.light.auto {
  text-align: center;
  background-image: linear-gradient(-90deg, #53e2ff, #018ec5);
}

.button-link.light.auto:hover {
  background-image: linear-gradient(-90deg, #f5f5f5, #018ec5);
}

.button-link.center {
  text-align: center;
  align-self: auto;
  width: auto;
  max-width: none;
}

.button-link.white {
  color: #141414;
  background-color: #fff;
  border-color: #fff;
}

.button-link.white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.intro-subline {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.intro-subline.light {
  color: #141414;
  font-weight: 600;
  display: block;
}

.intro-subline.light.top {
  margin-top: 0;
  margin-bottom: 24px;
}

.intro-subline.light.top.white {
  color: #fff;
}

.intro-subline.top {
  margin-top: 0;
  margin-bottom: 24px;
}

.intro-subline.hero {
  margin-top: 0;
}

.tabs-nav-item-underline2 {
  grid-column-gap: .5em;
  color: #ffffff80;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: .9em 2em;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline2:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline2.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.header-logo---brix {
  max-width: 100px;
}

.header-nav-menu-wrapper---brix, .header-right-side {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-right-side.hidden-on-table {
  display: block;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.header-logo-link---brix {
  transform-style: preserve-3d;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link---brix:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-wrapper---brix {
  z-index: auto;
  background-color: #fff;
  border-bottom: .5px #141414;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-nav-list-item---brix {
  margin-bottom: 0;
  padding-left: 32px;
}

.header-nav-list-item---brix.left {
  padding-left: 0;
  padding-right: 32px;
}

.header-nav-list-item---brix.show-in-tablet {
  display: none;
}

.header-nav-list-item---brix.fix-width {
  width: 105px;
}

.header-nav-list-item---brix.fix-width2 {
  width: 120px;
}

.header-nav-list-item---brix.fix-width2.no {
  width: 95px;
}

.hamburger-menu-bar {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-nav-link---brix {
  color: #141414;
  padding: 0;
  font-weight: 700;
  overflow: visible;
}

.header-nav-link---brix:hover {
  color: #0074a2;
}

.header-nav-link---brix:focus, .header-nav-link---brix:visited, .header-nav-link---brix.w--current {
  color: #141414;
}

.header-nav-link---brix.hide {
  display: none;
}

.header-nav-menu-list---brix {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-middle {
  justify-content: center;
  align-items: center;
  width: auto;
  display: block;
}

.container-default {
  flex-flow: column;
  justify-content: center;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.header-content-wrapper---brix.center {
  justify-content: center;
  align-items: center;
}

.text-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #141414 30%, #14141461);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.1em;
}

.div-block {
  width: 20px;
  height: 20px;
}

.buttons {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: flex;
}

.buttons.hide {
  display: none;
}

.buttons.reviews {
  padding-top: 0;
}

.section-about {
  background-color: #141414;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 7.5em;
  padding-bottom: 5.5em;
}

.section-about.privacy {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-about.preparation {
  background-image: none;
  padding-bottom: 0;
}

.section-about.pricing {
  background-image: none;
  padding-top: 5.5em;
  padding-bottom: 6.5em;
}

.section-about.pricing.individuals {
  padding-top: 7.5em;
}

.section-about.turn-off-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.section-about.white {
  background-color: #fff;
}

.section-about.business {
  padding-top: 7.5em;
  padding-bottom: 4em;
}

.section-about.business.examples {
  padding-bottom: 2em;
  position: relative;
  bottom: 0;
}

.section-about.business.no {
  padding-bottom: 6em;
}

.section-about.cards {
  padding-top: 5.5em;
  padding-bottom: 0;
}

.section-about.home {
  padding-top: 5.5em;
}

.body {
  background-color: #fff;
}

.hero-heading {
  color: #141414;
  letter-spacing: -.01em;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(156deg, #fff 30%, #ffffff61);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 24px;
  padding-bottom: .13em;
  padding-left: .13em;
  padding-right: .13em;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1;
}

.hero-heading.light {
  text-transform: none;
  background-image: linear-gradient(156deg, #141414 30%, #14141461);
  display: block;
}

.hero-heading.light.padding {
  padding-top: 10px;
}

.hero-heading.light.no {
  line-height: 1.1;
}

.hero-heading.coming-soon {
  font-size: 2.6em;
}

.hero-heading.coming-soon.no {
  font-size: 2.45em;
}

.hero-heading.remove-some-space {
  text-transform: none;
  margin-bottom: 24px;
}

.hero-heading.remove-some-space.height {
  line-height: 1.1;
}

.paragraph {
  color: #8f8f8f;
  text-align: center;
  padding-bottom: 1.5em;
  padding-left: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  display: block;
}

.paragraph.light {
  color: #141414;
  text-align: left;
}

.paragraph.light.center {
  text-align: center;
  margin-bottom: 10px;
  font-style: normal;
}

.paragraph.light.center.contact {
  margin-bottom: 24px;
}

.paragraph.left {
  text-align: left;
  flex-flow: row;
  display: block;
}

.paragraph.left._10 {
  margin-bottom: 0;
}

.paragraph.left.smaller {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.left.smaller.center {
  text-align: center;
}

.paragraph.left.smaller.bedrift {
  width: 25%;
}

.paragraph.left.smaller.bedrift.en {
  width: 30%;
}

.paragraph.sized {
  text-align: left;
  max-width: 47%;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.sized.mobile {
  max-width: 40%;
}

.paragraph.sized.smaller {
  max-width: 36%;
}

.paragraph.padding {
  padding-top: 10px;
}

.paragraph.undertitle {
  font-size: 1rem;
}

.paragraph.center.margin {
  margin-bottom: 3.5em;
}

.paragraph.center.white {
  color: #fff;
  text-align: left;
}

.paragraph.center.white.middle {
  text-align: center;
  text-transform: uppercase;
}

.paragraph.mva {
  margin-bottom: 60px;
}

.paragraph.under-text {
  padding-top: 1.5em;
  padding-bottom: 0;
}

.paragraph-2 {
  color: #141414;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: none;
}

.paragraph-2.hero {
  margin-top: 0;
  font-size: 1.7rem;
}

.paragraph-2.hero.no {
  font-size: 1.88rem;
}

.paragraph-2.hero.no.bold {
  font-weight: 700;
}

.paragraph-2.white {
  color: #f5f5f5;
}

.paragraph-2.white.testimonials {
  font-family: Manrope, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
}

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

.paragraph-2.left.small {
  margin-left: 10em;
  margin-right: 10em;
}

.top-bar {
  background-color: #292929;
  height: 34px;
}

.top-bar-content-wrapper {
  justify-content: space-between;
  align-items: center;
  height: 34px;
  display: flex;
}

.bar-right-side {
  align-self: auto;
  display: flex;
}

.bar-text {
  color: #8f8f8f;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.gradient-line {
  background-image: linear-gradient(90deg, #14141400, #141414 50%, #14141400);
  height: 1px;
}

.gradient-line.white {
  background-image: linear-gradient(90deg, #14141400, #fff 50%, #14141400);
  height: 2px;
}

.gradient-line.blue {
  background-image: linear-gradient(90deg, #14141400, #00205b 50%, #14141400);
  height: 2px;
}

.gradient-line.bedrift {
  background-image: linear-gradient(90deg, #14141400, #14141433 50%, #14141400);
  margin-top: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.section-how-it-works {
  padding-top: 7.5em;
  padding-bottom: 1.9em;
}

.section-how-it-works.hide {
  display: none;
  overflow: visible;
}

.section-how-it-works.grey {
  background-color: #f6f6f6;
}

.section-how-it-works.padding {
  padding-bottom: 5.5em;
  position: relative;
}

.section-how-it-works.padding.bedrift {
  padding-top: 2em;
}

.section-how-it-works.add-space {
  background-image: url("MirrorMe-05319-2025-10-11-17.49.58a.png");
  background-position: 0 45%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  padding-bottom: 5em;
}

.how-it-works-overview {
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

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

.pricing-grid {
  grid-column-gap: 74px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 74px;
  height: 100px;
  max-height: 100%;
  margin-bottom: 16px;
}

.pricing-image._1 {
  width: 78px;
}

.pricing-image._2 {
  width: 100px;
}

.pricing-image._3 {
  width: 85px;
}

.pricing-image._4, .pricing-image._5, .pricing-image._6, .pricing-image._7, .pricing-image._8, .pricing-image._9 {
  width: 100px;
}

.small-title {
  color: #141414;
  text-align: left;
  margin-bottom: 10px;
  font-size: 1.3em;
}

.small-title.center {
  color: #02a6b2;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  font-family: Oooh Baby, sans-serif;
  font-size: 1.8em;
}

.small-title.center.light {
  color: #01c6d5;
  text-align: center;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  font-size: 1.4em;
  display: block;
}

.small-title.center.light.bigger {
  color: #0074a2;
  font-size: 1.8em;
}

.small-title.center.light.bigger.dark {
  color: #018ec5;
  font-size: 1.8em;
}

.small-title.center.light.bigger.smaller {
  font-size: 1em;
  line-height: 1.4;
}

.text-span-2, .text-span-3, .bold-text {
  color: #fff;
}

.bold-text.black {
  color: #141414;
}

.gallery-overview {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px 0;
  position: relative;
}

.gallery-overview.margin.bedrift {
  padding-top: 0;
  padding-bottom: 7.5em;
}

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

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

.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;
}

.button-primary.price {
  box-sizing: border-box;
  aspect-ratio: auto;
  text-align: center;
  letter-spacing: .08em;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #2a2a2d;
  border: 1px solid #414141;
  border-radius: 999em;
  padding: .8em 4em .7em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  line-height: 1.2em;
  transition-property: none;
  display: inline;
}

.button-primary.price:hover {
  border-color: #747474;
}

.button-primary.price.inactive {
  background-color: #2a2a2d00;
}

.gallery-image {
  width: 100%;
}

.gallery-image.shadow-two {
  vertical-align: baseline;
  height: auto;
}

.tip {
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tip.small {
  padding-left: 15em;
  padding-right: 15px;
}

.icon {
  flex: none;
  align-self: auto;
  width: 70px;
  max-width: none;
  margin-right: 20px;
  padding-top: 5px;
}

.icon.number {
  margin-right: 5px;
  padding-top: 0;
}

.icon.number.small {
  width: 60px;
  margin-right: 24px;
}

.icon.number.smaller {
  align-self: center;
  width: 40px;
  margin-right: 20px;
}

.image {
  max-width: 70px;
}

.image._2 {
  max-width: 55px;
}

.image._1 {
  max-width: 65px;
}

.image._3 {
  max-width: 60px;
}

.image._4, .image._5 {
  max-width: 65px;
}

.section-session-types {
  color: #f6f6f6;
  background-color: #f6f6f6;
  padding-top: 7.5em;
  padding-bottom: 1.5em;
}

.section-session-types.white {
  background-color: #fff;
}

.section-session-types.no {
  background-color: #fff;
  padding-bottom: 6.5em;
}

.pricing-overview {
  color: #fff;
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 4em;
  position: relative;
}

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

.container-3.smaller {
  max-width: 740px;
}

.container-3.smaller.no {
  max-width: 780px;
}

.pricing-grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image-2 {
  object-fit: fill;
  width: 80px;
  height: 100%;
  margin-bottom: 16px;
}

.pricing-image-2._1 {
  width: 100px;
}

.pricing-image-2._2 {
  object-fit: fill;
  width: 100px;
  height: 100%;
}

.pricing-image-2._3 {
  object-fit: fill;
  width: 85px;
}

.pricing-image-2._4 {
  object-fit: fill;
}

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

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

.text-size-xlarge {
  font-size: 3rem;
}

.text-size-xlarge.text-weight-normal.text-align-center {
  font-size: 1.7rem;
}

.hero_tabs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-size-regular.text-weight-light.text-color-gray {
  text-align: left;
  font-family: Lato, sans-serif;
  font-weight: 400;
}

.text-size-regular.text-weight-light.text-color-gray.icon {
  color: #018ec5;
  width: auto;
  margin-right: 0;
  font-family: "Font Awesome 5 Pro 400", Arial, sans-serif;
}

.text-size-regular.text-weight-light.text-color-gray.icon.grey {
  color: #8f8f8f;
}

.features_line {
  background-color: #a1a1a1;
  width: 20%;
  max-width: 150px;
  height: 2px;
}

.features_block-wrap {
  justify-content: center;
  align-items: flex-start;
}

.hero_pricing-professinal-text {
  text-align: center;
  background-image: linear-gradient(63deg, #99999980, #000000f2);
  border: 1px solid #ffffff4d;
  border-radius: 32px;
  align-self: flex-start;
  padding: 2px 10px;
  font-size: .8rem;
}

.text-color-gray {
  color: #89898b;
  font-family: Lato, sans-serif;
}

.hero_free-gradient {
  opacity: .25;
  filter: blur(45px);
  background-color: #fff;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 200px;
  display: flex;
  position: absolute;
  inset: -26% -29% auto auto;
}

.hero_free-gradient.is-enterprise {
  inset: -26% auto auto -29%;
}

.hero_tab-pane-monthly {
  overflow: hidden;
}

.hero_pricing-wrap {
  background-color: #1f1f1f80;
  border-radius: 10px;
  padding: 2px;
  position: relative;
  overflow: hidden;
}

.hero_pricing-wrap.is-enterprise {
  padding-bottom: 2px;
}

.hero_pricing-wrap.is-professional {
  background-color: #1f1f1f80;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 2px;
  display: block;
}

.features_dot {
  background-color: #a1a1a1;
  border-radius: 100%;
  width: 1%;
  max-width: 4px;
  height: 4px;
}

.gradient_line-two {
  z-index: -1;
  filter: blur(10px);
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
  width: 25%;
  height: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.hero_pricing-features-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.checkbox_image {
  color: #32dba8;
  width: 12px;
  display: none;
}

.features {
  letter-spacing: 2px;
}

.features.text-color-darkgray {
  color: #a1a1a1;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
}

.hero_professional-gradient {
  opacity: .25;
  filter: blur(45px);
  background-color: #fff;
  border-top: 1px solid silver;
  border-right: 1px solid silver;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 200px;
  display: flex;
  position: absolute;
  inset: -26% -26% auto auto;
}

.hero_tab-link-yearly {
  background-color: #0000;
  border-radius: 50px;
}

.hero_tab-link-yearly:hover {
  background-color: #363636;
}

.hero_tab-link-yearly.w--current {
  background-color: #fff;
}

.hero_tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #2a2a2d;
  border: 1px solid #fff3;
  border-radius: 50px;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.hero_pricing-detail-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.hero_tab-link-monthly {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.hero_tab-link-monthly:hover {
  background-color: #363636;
  border-radius: 50px;
}

.hero_tab-link-monthly.w--current {
  background-color: #fff;
  border: 1px solid #414141;
  border-radius: 50px;
}

.text-size-medium.text-weight-light {
  font-family: Lato, sans-serif;
  line-height: 1.2em;
}

.text-size-medium.text-weight-light.text-color-gray {
  font-family: Lato, sans-serif;
  font-size: 1.2rem;
}

.hero_tab-pane-yearly {
  overflow: hidden;
}

.hero_pricing-professinal {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  font-size: 1.2rem;
  display: flex;
}

.hero_pricing-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.hero_pricing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.hero_pricing-grid.individuals {
  grid-template-columns: 1fr 1fr 1fr;
}

.hero_pricing-grid.business {
  margin-bottom: 20px;
}

.hero_pricing-table {
  z-index: 2;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: #0e0e0e;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero_pricing-table.is-enterprise {
  grid-template-rows: auto;
  padding-bottom: 30px;
}

.hero_pricing-table.is-professional {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero_pricing-table.fixed-up {
  align-content: start;
}

.section-giftcard {
  padding-top: 0;
  padding-bottom: 5.5em;
}

.section-giftcard.hide-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 7.5em;
}

.section-giftcard.no {
  padding-bottom: 0;
}

.section-giftcard.no.black {
  background-color: #141414;
  background-image: linear-gradient(#000, #0000 85%), linear-gradient(#001d29, #0000);
  padding-top: 7.5em;
}

.faq {
  background-color: #141414;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.faq_grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: start stretch;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.image-2 {
  color: #f5f5f5;
  width: 30px;
}

.faq_item {
  background-color: #0e0e0e00;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  flex-flow: column;
  transition: border-color .3s;
  display: flex;
}

.faq_item:hover {
  border-color: #ffffff4d;
}

.faq_item.white {
  background-color: #fff;
  border-color: #1414141a;
  margin-bottom: 20px;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-white.text-weight-medium {
  color: #f5f5f5;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

.text-size-medium-2.text-color-white.text-weight-medium.black {
  color: #141414;
  font-weight: 700;
}

.faq_answer-wrap {
  padding-bottom: 24px;
}

.faq_answer {
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.text-size-regular-2 {
  font-size: 1rem;
}

.text-size-regular-2.text-color-lightgray {
  color: #8f8f8f;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
}

.text-size-regular-2.text-color-lightgray.black {
  color: #141414;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.divider {
  width: 20px;
  height: 40px;
}

.section-contact {
  padding-top: 7.5em;
  padding-bottom: 0;
}

.section-contact.dark {
  background-color: #141414;
  padding-bottom: 0;
}

.map-wrapper {
  margin-bottom: -4px;
  padding-bottom: 0;
}

.contact-wrapper {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  position: relative;
}

.grid-contact {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-content: stretch;
  padding-top: 3em;
}

.columns {
  max-width: 940px;
  padding-bottom: 3em;
  display: none;
}

.column {
  padding-right: 40px;
}

.text-span-4, .text-span-5 {
  font-family: "Font Awesome 5 Pro 300", Arial, sans-serif;
}

.divider-big {
  height: 4em;
}

.text-span-7 {
  font-family: "Font Awesome 5 Brands 400", Arial, sans-serif;
}

.text-weight-medium {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.text-color-secondary-2 {
  color: #222;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: .9rem;
}

.text-color-secondary-2.bottom {
  color: #8f8f8f;
  margin-top: 0;
  font-size: .7rem;
}

.footer_social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.footer_logo {
  width: 100px;
  margin-left: -14px;
}

.padding-large {
  padding: 3rem 3rem 1rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.brand {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #2aa8ff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
}

.section_footer {
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 100px;
}

.footer_social {
  color: #141414;
  font-family: Lato, sans-serif;
  transition: all .5s;
}

.footer_social:hover {
  color: #02a6b2;
  transform: scale(1.1);
}

.footer_right-wrap {
  flex-flow: column;
  display: flex;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.text-size-medium-3.text-color-grey {
  color: #aaa;
}

.text-size-medium-3.text-color-grey.text-weight-light {
  color: #141414;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.footer_left-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_wrap {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3em;
  display: flex;
}

.text-color-primary-2 {
  color: #000;
  text-decoration: none;
}

.text-color-primary-2.underline-none {
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  transition: opacity .5s;
}

.text-color-primary-2.underline-none:hover {
  opacity: .51;
}

.footer_link-wrap {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  display: flex;
}

.text-span-10 {
  text-transform: uppercase;
}

.mail-icon {
  font-family: "Font Awesome 5 Free 400", Arial, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
}

.instagram-icon {
  font-family: "Font Awesome 5 Brands 400", Arial, sans-serif;
  font-size: 1.4rem;
}

.testimonial-slider-small {
  border-bottom: 1px #e4ebf3;
  padding: 0 30px 20px;
  display: block;
  position: relative;
}

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

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

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

.testimonial-card {
  background-color: #f6f6f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.testimonial-card.black {
  background-color: #0e0e0e;
  border: 1px solid #ffffff1a;
}

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

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

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

.tagline {
  color: #8f8f8f;
  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;
}

.subtitle-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5.5em;
  padding-right: 5.5em;
}

.language {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.language:hover {
  color: #f5f5f5;
}

.language-link {
  color: #8f8f8f;
  margin-bottom: 0;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.1em;
}

.language-link:hover {
  color: #f5f5f5;
}

.language-link.active {
  color: #01a1e0;
}

.language-link.active:hover {
  color: #f5f5f5;
}

.divider-topmenu {
  width: 14px;
}

.text-span-11 {
  text-align: left;
  font-family: "Font Awesome 5 Pro 300", Arial, sans-serif;
  font-size: 1.6em;
}

.explanation-text {
  color: #7a7a7a;
  text-align: left;
  background-color: #f6f6f6;
  border-radius: 24px;
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 30px 40px;
  font-size: .9rem;
  line-height: 1.2em;
}

.explanation-text.clean {
  text-align: center;
  background-color: #f6f6f600;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 10px;
  font-size: .8rem;
  font-weight: 400;
}

.text-span-12 {
  font-weight: 700;
}

.bold-text-2 {
  font-weight: 400;
}

.price-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.action {
  color: #fff;
  text-align: left;
  background-color: #ee4646;
  border-radius: 5px;
  align-items: center;
  padding: 0 10px;
  font-size: 1em;
  line-height: 1em;
  display: flex;
}

.text-span-13 {
  -webkit-text-stroke-width: .5px;
  font-family: Oooh Baby, sans-serif;
  font-size: 1.4em;
  line-height: 1em;
}

.text-span-15 {
  font-size: 2em;
  line-height: 1.2em;
}

.title-part-edit {
  font-size: .8em;
}

.bold-text-3 {
  font-weight: 400;
}

.link {
  color: #141414;
}

.link:hover {
  color: #02a6b2;
}

.link.light {
  color: #8f8f8f;
  text-decoration: underline;
}

.link.light:hover {
  color: #fff;
  -webkit-text-stroke-color: #fff;
}

.section-video {
  background-color: #141414;
  background-image: url("patern-mirrorme_1patern-mirrorme.webp");
  background-position: -2px 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.section-party {
  background-image: url("Party-me-4_1Party-me-4.webp");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.div-block-3 {
  background-color: #fff;
  height: 130px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-3.bottom {
  height: 85px;
  left: 80%;
}

.section-cv {
  background-color: #141414;
  background-image: url("IMG_4729-V2_1IMG_4729-V2.webp");
  background-size: cover;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
}

.section-cv.turn-off-image {
  background-image: none;
  background-size: auto;
}

.section-cv.white {
  background-color: #0000;
}

.section-pets {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 7.5em;
  padding-bottom: 6.5em;
  display: block;
}

.section-pets.turn-off-image {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-bottom: 5.5em;
}

.section-pets.turn-off-image.grey {
  background-color: #f6f6f6;
  padding-top: 0;
}

.link-2 {
  color: #141414;
  font-weight: 700;
  display: inline;
}

.link-2:hover {
  color: #02a6b2;
}

.link-2.bedrift {
  text-decoration: underline;
}

.link-2.bedrift:hover {
  color: #0074a2;
}

.text-span-17 {
  font-family: "Font Awesome 5 Free Solid 900", Arial, sans-serif;
}

.link-white {
  color: #8f8f8f;
}

.link-white:hover {
  color: #01c6d5;
}

.code-embed, .code-embed-2, .code-embed-3, .code-embed-4, .code-embed-5, .code-embed-6, .code-embed-7, .code-embed-8, .code-embed-9, .code-embed-10 {
  margin-bottom: -4px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-8 {
  font-weight: 600;
}

.cw-cookies {
  color: #141414;
  background-color: #141414;
  position: static;
  inset: 0%;
}

.cw-cookie_checkbox {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.cw-button_secondary {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #141414;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 2px solid #141414;
  border-radius: 999px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: .8rem 2rem .7rem;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s, color .3s, background-color .3s;
  display: block;
}

.cw-button_secondary:hover {
  color: #141414;
  border-style: dashed;
  border-color: #141414;
  transform: translate(0, -2px);
}

.cw-cookie_options {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.cw-cookie_script {
  display: none;
}

.cw-cookie_banner {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 20px 20px;
  box-shadow: 0 -2px 5px #0003;
}

.cw-cookie_icon {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: block;
  position: fixed;
  inset: auto 20px 20px auto;
}

.cw-cookie_selection {
  overflow: hidden;
}

.cw-cookie_buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  margin-top: 2rem;
  display: flex;
}

.cw-button_primary {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #141414;
  border: 2px solid #000;
  border-radius: 999px;
  padding: .8em 2rem .7em;
  font-family: Lato, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.2em;
  transition: transform .3s, background-color .3s;
}

.cw-button_primary:hover {
  color: #141414;
  background-color: #fff;
  border-style: dashed;
  transform: translate(0, -2px);
}

.cw-cookie_checkbox-check-2 {
  background-color: #141414;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  margin-top: 0;
}

.cw-cookie_checkbox-check-2.w--redirected-checked {
  background-color: #000;
  background-size: 14px 14px;
}

.text-span-19 {
  font-weight: 700;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12 {
  font-weight: 600;
}

.bold-text-13, .bold-text-14 {
  font-weight: 400;
}

.text-span-20 {
  font-size: 1em;
}

.numbers {
  line-height: .9em;
}

.numbers.black {
  color: #141414;
  text-align: center;
}

.numbers.smaller {
  text-align: center;
  font-size: 1.8em;
}

.star-wrapper {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-3 {
  width: auto;
  height: 20px;
  display: inline-block;
}

.line {
  color: #1f1f1f80;
  background-color: #2b2b2b;
  max-width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.line.transparent {
  color: #1f1f1f33;
  background-color: #2b2b2b33;
  margin-bottom: 20px;
}

.line.transparent.separator {
  background-color: #2b2b2b00;
  background-image: linear-gradient(90deg, #0000, #0000002e 24%, #0003 50%, #00000026 82%, #0000);
  max-width: 100%;
  margin-bottom: 7.5em;
}

.line.transparent.separator.bottom {
  margin-top: 20px;
  margin-bottom: 0;
}

.line.transparent.separator.no {
  margin-top: 5.5em;
  margin-bottom: 0;
}

.line.white {
  color: #fff;
  background-color: #fff;
}

.line.separator, .line.mobile.space {
  margin-bottom: 5.5em;
}

.container-5 {
  justify-content: space-around;
  display: flex;
}

.image-4 {
  max-width: 90%;
}

.image-4.smaller {
  max-width: 70%;
}

.image-5, .image-6, .image-7, .image-8 {
  max-width: 90%;
}

.bold-text-15 {
  font-weight: 400;
}

.bold-text-16 {
  text-transform: uppercase;
  line-height: 1.3;
}

.bold-text-17 {
  font-weight: 600;
}

.bold-text-18, .bold-text-19, .bold-text-20 {
  font-weight: 400;
}

.bold-text-21 {
  line-height: 1.3;
}

.details {
  background-color: #f6f6f6;
  border-radius: 24px;
  padding-top: 10px;
  padding-bottom: 34px;
}

.code-embed-11 {
  padding-bottom: 0;
}

.text-span-21 {
  font-size: .7em;
}

.grey-box {
  background-color: #f6f6f6;
  border-radius: 24px;
  max-width: 65%;
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-text-22 {
  text-transform: none;
}

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

.image-9, .image-10, .image-11 {
  margin-bottom: 10px;
}

.columns-2 {
  margin-top: 50px;
}

.bold-text-23 {
  text-transform: none;
}

.bold-text-24 {
  font-weight: 400;
}

.bold-text-25 {
  text-transform: uppercase;
}

.text-span-22 {
  color: #8f8f8f;
}

.text-span-23 {
  white-space: pre;
  word-break: normal;
}

.price-table_cell-last-accent-bg {
  background-color: #0074a21a;
  border-bottom: 1px solid #0074a2;
  border-left: 1px solid #0074a2;
  border-right: 1px solid #0074a2;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  height: 48px;
  margin-left: -1px;
  margin-right: -1px;
  position: absolute;
  inset: auto 0% -49px;
}

.swiper-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.swiper-wrapper.cc-price-table {
  flex-direction: column;
  align-items: stretch;
}

.pricing-table_mobile-nav-icon {
  color: #faf7f2;
  width: 16px;
  line-height: .9;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.pricing-table_mobile-nav-btn {
  color: #fff;
  background-color: #5950f1;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.price-table {
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.price-table_row {
  display: flex;
}

.u-text-semibold {
  text-align: center;
  font-weight: 600;
}

.price-table_cell {
  text-align: center;
  border-bottom: 1px solid #49484a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 30px;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
}

.price-table_cell.cc-title {
  text-align: left;
  border-bottom-style: solid;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 60px;
}

.price-table_cell.cc-header {
  border-bottom-style: solid;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 50%;
  padding-top: 48px;
}

.price-table_cell.cc-header.left {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
}

.price-table_cell.cc-callout {
  background-color: #0074a21a;
  border-left: 1px solid #0074a2;
  border-right: 1px solid #0074a2;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 60px;
  position: relative;
}

.price-table_cell.cc-callout.cc-last {
  background-color: #0074a21a;
  border-bottom-style: solid;
}

.price-table_cell.cc-callout.cc-header {
  background-color: #0074a21a;
  border-top: 1px solid #0074a2;
  border-bottom-style: solid;
  border-left-color: #0074a2;
  border-right-color: #0074a2;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
}

.swiper-slide {
  flex: none;
  width: 500px;
  margin-right: 20px;
}

.swiper-slide.cc-price-table {
  width: 100%;
  margin-right: 0;
}

.button {
  color: #fff;
  background-color: #5950f1;
  border-radius: 50px;
  font-size: 14px;
}

.button.secondary {
  background-color: #302f2c;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section.chart {
  padding-top: 40px;
  padding-bottom: 0;
}

.pricing-table_mobile-nav {
  z-index: 1;
  justify-content: space-between;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.price-table_options {
  position: relative;
}

.swiper {
  width: 100%;
}

.text-span-24 {
  white-space: nowrap;
}

.text-span-25 {
  font-size: 1.2rem;
  font-weight: 400;
}

.text-span-26, .text-span-27, .text-span-28, .text-span-29 {
  color: #0074a2;
}

.text-span-30 {
  text-transform: none;
}

.text-span-31 {
  font-size: 1.2rem;
}

.nr-grey {
  color: #8f8f8f;
  font-size: 1.5rem;
}

.text-span-32 {
  font-size: 1.2rem;
}

.text-span-33 {
  color: #89898b;
  font-size: 1rem;
}

.text-span-34, .text-span-35, .text-span-36 {
  font-size: 1rem;
}

.text-span-37 {
  color: #89898b;
  font-size: 1rem;
}

.text-span-38 {
  font-size: 1rem;
}

.text-span-39 {
  color: #89898b;
  font-size: 1rem;
}

.text-span-40 {
  font-size: 1rem;
  display: block;
}

.text-span-41 {
  color: #89898b;
  font-size: 1rem;
}

.text-span-42 {
  font-size: 1rem;
}

.video {
  background-image: url("background-image.svg");
  background-position: 0 0;
  background-size: auto;
}

.background-video {
  z-index: 0;
  margin-top: 3em;
  margin-left: 20%;
  margin-right: 20%;
  padding-left: 0;
}

.spacing_4 {
  height: 4px;
}

.event_card {
  color: #fff;
  background-image: linear-gradient(#0000, #0a1b1a), url("mirrorme.webp");
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  height: 350px;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.event_card._2 {
  background-image: linear-gradient(0deg, #000, #0000 60%), linear-gradient(#0000, #001d29), url("mirrorme-2.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 550px;
}

.event_card._3 {
  background-image: linear-gradient(0deg, #000, #0000 60%), linear-gradient(#0000, #001d29), url("MirrorMe-1a.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 550px;
}

.event_card._1 {
  background-image: linear-gradient(0deg, #000, #0000 60%), linear-gradient(#0000, #001d27), url("mirrorme.webp");
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  height: 550px;
}

.button_icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #070707;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.button_icon:hover {
  box-shadow: 0 6px 20px #0000000d;
}

.button_icon.accent_button {
  color: #fff;
  background-color: #783ff3;
}

.button_icon.accent_button:hover {
  box-shadow: 0 6px 20px #783ff31a;
}

.icon_16x16 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text_color_muted {
  opacity: 1;
}

.text_color_muted.white {
  opacity: .7;
  color: #f5f5f5;
}

.date_card {
  text-align: center;
  background-color: #0e0e0e;
  border: 1px solid #ffffff1a;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  height: 38px;
  padding: 0 16px;
  display: flex;
}

.spacing_20 {
  height: 20px;
}

.text_wrapper.wrapper_medium {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.flex_wrapper {
  display: flex;
}

.flex_wrapper.flex_right {
  justify-content: flex-end;
}

.columns-3 {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
}

.paragraph-5, .paragraph-6, .paragraph-7 {
  margin-bottom: 0;
}

.heading, .heading-2, .heading-3 {
  font-size: 2em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .intro-description {
    padding-left: 2em;
    padding-right: 2em;
  }

  .intro-description.list {
    padding-left: 6em;
    padding-right: 6em;
  }

  .intro-description.list.middle {
    padding-left: 12em;
    padding-right: 12em;
  }

  .header-nav-menu-wrapper---brix {
    background-color: #fff;
    border-top: 1px solid #eff0f6;
    border-bottom: 1px solid #eff0f6;
    padding: 24px;
  }

  .header-right-side.hidden-on-table {
    display: none;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .header-wrapper---brix {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .header-nav-list-item---brix {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item---brix.show-in-tablet {
    display: block;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .header-nav-menu-list---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-about, .section-about.preparation {
    padding-top: 6em;
  }

  .section-about.pricing.individuals {
    padding-bottom: 5em;
  }

  .hero-heading {
    font-size: 68px;
  }

  .paragraph.left.smaller {
    width: 62%;
  }

  .section-how-it-works {
    padding-top: 6em;
  }

  .container {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .gallery-overview {
    padding-top: 0;
  }

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

  .gallery-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .section-session-types {
    padding-top: 6em;
  }

  .pricing-overview {
    padding-bottom: 2em;
  }

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

  .pricing-grid-2 {
    grid-column-gap: 30px;
  }

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

  .features_line {
    width: 50px;
  }

  .hero_pricing-wrap.is-enterprise {
    width: 50%;
  }

  .hero_pricing-wrap.is-professional {
    max-width: none;
  }

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

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

  .hero_pricing-grid.individuals {
    grid-template-columns: 1fr;
  }

  .hero_pricing-grid.business {
    place-items: start;
  }

  .hero_pricing-table {
    max-width: 450px;
  }

  .hero_pricing-table.is-enterprise {
    width: auto;
  }

  .section-giftcard {
    background-position: -100% 45%;
  }

  .faq {
    padding-top: 6em;
  }

  .faq_grid {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-contact {
    padding-top: 6em;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_footer {
    padding-top: 1rem;
  }

  .footer_left-wrap {
    margin-bottom: 40px;
  }

  .footer_wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

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

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

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

  .cw-cookie_banner {
    max-width: 80%;
  }

  .line.transparent.separator {
    margin-bottom: 6em;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .75rem;
  }

  h1 {
    font-size: 3.2em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .intro-title {
    font-size: 3.2em;
  }

  .intro-description {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-description.list {
    padding-left: 2em;
    padding-right: 2em;
  }

  .intro-description.list.wider {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-description.list.middle {
    padding-left: 4em;
    padding-right: 4em;
  }

  .intro-description.hero {
    max-width: 65%;
  }

  .intro-description.hero-2 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-subline {
    font-size: .9em;
  }

  .header-logo---brix {
    max-width: 15%;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-about {
    padding-top: 6em;
  }

  .section-about.pricing.individuals {
    padding-top: 6em;
    padding-bottom: 3em;
  }

  .section-about.turn-off-image {
    padding-bottom: 5em;
  }

  .hero-heading {
    font-size: 56px;
  }

  .paragraph.undertitle {
    font-size: .9rem;
    line-height: 1.2em;
  }

  .section-how-it-works {
    padding-top: 6em;
  }

  .section-how-it-works.padding {
    padding-bottom: 4em;
  }

  .how-it-works-overview {
    padding: 60px 15px;
  }

  .gallery-overview {
    padding: 0 15px;
  }

  .gallery-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .tip.small {
    padding-left: 12em;
    padding-right: 12em;
  }

  .icon.number {
    width: 70px;
  }

  .section-session-types {
    padding-top: 6em;
  }

  .pricing-overview {
    padding: 0 15px 20px;
  }

  .hero_pricing-wrap.is-enterprise, .hero_pricing-wrap.is-professional {
    width: auto;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

  .hero_pricing-grid.individuals {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .hero_pricing-grid.business {
    grid-template-rows: auto auto;
  }

  .section-giftcard {
    background-position: 220% 45%;
  }

  .section-giftcard.hide-image {
    padding-top: 6em;
  }

  .faq_answer-wrap {
    padding-bottom: 1rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
  }

  .section-contact {
    padding-top: 6em;
    padding-bottom: 0;
  }

  .grid-contact {
    padding-top: 2em;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_footer {
    margin-top: 0;
    margin-bottom: 60px;
    padding-top: 0;
  }

  .footer_left-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    width: 100%;
    display: grid;
  }

  .footer_wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-slider-small {
    padding: 20px 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;
  }

  .section-pets.turn-off-image.grey {
    padding-bottom: 4em;
  }

  .cw-button_secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cw-cookie_options {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .cw-cookie_banner {
    max-width: 100%;
    padding: 1rem;
    right: 20px;
  }

  .cw-cookie_buttons {
    flex-direction: column;
  }

  .cw-button_primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .line.transparent.separator {
    margin-bottom: 6em;
  }

  .grey-box {
    max-width: 70%;
  }

  .image-title {
    margin-bottom: 5px;
  }

  .columns-2 {
    margin-top: 20px;
  }

  .price-table_cell-last-accent-bg {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 0;
    width: 20px;
    height: 100.5%;
    display: none;
    inset: 0% -20px 0% auto;
  }

  .swiper-wrapper.cc-price-table {
    flex-direction: row;
  }

  .price-table {
    flex-direction: row;
    margin-bottom: 0;
  }

  .price-table_row {
    flex-direction: column;
  }

  .price-table_row.cc-header {
    width: 50%;
  }

  .price-table_cell {
    width: 100%;
    min-height: 100px;
    font-size: 1.3rem;
  }

  .price-table_cell.cc-title {
    text-align: center;
    border-bottom-style: none;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .price-table_cell.cc-header {
    border-bottom-style: solid;
    border-right: 1px solid #49484a1a;
    border-top-left-radius: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    align-items: flex-start;
    padding-top: 30px;
  }

  .price-table_cell.cc-callout {
    border-top: 1px solid #5950f1;
    border-bottom-color: #5950f1;
    border-left-style: none;
    border-right-style: none;
  }

  .price-table_cell.cc-callout.cc-last {
    border-right-style: solid;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .price-table_cell.cc-callout.cc-header {
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-left-radius: 12px;
  }

  .section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .pricing-table_mobile-nav {
    z-index: 2;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    width: 110%;
    margin-left: -5%;
    display: flex;
    top: 30px;
  }

  .price-table_options {
    flex: 1;
    width: 50%;
  }

  .swiper.cc-price-table {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  .intro-title {
    margin-bottom: 5px;
    font-size: 1.8em;
    line-height: .8em;
  }

  .intro-title.light {
    margin-bottom: 24px;
    font-size: 1.9em;
  }

  .container-w3.gutter-outside {
    padding-bottom: 2em;
  }

  .container-w3.gutter-outside.result {
    padding-bottom: 4em;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-intro {
    background-position: 50% 20%;
    background-size: cover;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .section-intro.scheduling {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .section-intro.hero {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 2em;
  }

  .section-intro.individuals {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 0;
  }

  .section-intro.business {
    background-position: 50% 105%;
    background-repeat: no-repeat;
    background-size: 110%;
    padding-bottom: 2em;
  }

  .intro-description {
    margin-left: 0;
    padding-top: .5em;
    padding-left: 0;
  }

  .intro-description.grey {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .intro-description.list, .intro-description.list.wider {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-description.list.middle {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .intro-description.list.middle.no {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-description.hero {
    max-width: 90%;
    padding-top: 2em;
  }

  .intro-description.hero.wider {
    max-width: 100%;
  }

  .intro-description.hero-2 {
    max-width: 100%;
    padding-top: 2em;
  }

  .intro-description.overlay {
    left: 0%;
    right: 0%;
  }

  .button-link {
    text-align: center;
    padding-left: 2em;
    padding-right: 2em;
    font-size: 1em;
  }

  .button-link.secundary.select {
    align-self: stretch;
  }

  .button-link.light.auto {
    line-height: 1.3em;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .intro-subline {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1.4em;
  }

  .intro-subline.hero {
    margin-bottom: 0;
  }

  .tabs-nav-item-underline2 {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .header-logo---brix {
    max-width: 25%;
  }

  .header-nav-menu-wrapper---brix {
    z-index: 1;
  }

  .header-right-side.hidden-on-table {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .header-logo-link---brix.mobile-policy {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-wrapper---brix {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-nav-list-item---brix {
    text-align: left;
    width: 100%;
    font-size: 1rem;
    line-height: 1.9em;
  }

  .header-nav-list-item---brix.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    font-size: 1rem;
    line-height: 1.9em;
    display: block;
  }

  .hamburger-menu-bar.top {
    width: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .hamburger-menu-bar.bottom {
    width: 34px;
  }

  .header-nav-link---brix.w--current {
    display: inline-block;
  }

  .header-nav-menu-list---brix {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-span {
    font-size: 1.25em;
  }

  .buttons {
    flex-flow: column;
    padding-top: 1rem;
  }

  .section-about {
    background-position: 75% 0;
    background-size: cover;
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .section-about.privacy {
    background-image: url("IMG_4729-milica_1IMG_4729-milica.webp");
    background-position: 25% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .section-about.preparation {
    padding-top: 4em;
  }

  .section-about.pricing {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .section-about.pricing.individuals {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-about.turn-off-image.individuals {
    padding-bottom: 2em;
  }

  .section-about.business {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .section-about.business.no {
    padding-bottom: 2em;
  }

  .hero-heading {
    font-size: 34px;
  }

  .hero-heading.coming-soon.no {
    font-size: 1.55em;
  }

  .paragraph {
    text-align: left;
    font-size: 1rem;
  }

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

  .paragraph.light.center {
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3em;
  }

  .paragraph.light.center.list {
    text-align: center;
  }

  .paragraph.light.left {
    text-align: left;
    margin-bottom: 0;
  }

  .paragraph.left.smaller {
    width: 100%;
  }

  .paragraph.left.smaller.bedrift {
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .paragraph.left.smaller.bedrift.en {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .paragraph.sized.mobile {
    max-width: 80%;
  }

  .paragraph.undertitle {
    text-align: center;
    font-size: .9rem;
    line-height: 1.2em;
  }

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

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

  .paragraph.center.white.middle {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .paragraph-2, .paragraph-2.hero {
    text-align: center;
    font-size: 1rem;
  }

  .paragraph-2.hero.no {
    font-size: 1rem;
  }

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

  .paragraph-2.left.small {
    margin-left: .5em;
    margin-right: .5em;
  }

  .section-how-it-works {
    padding-top: 4em;
    padding-bottom: 1em;
  }

  .section-how-it-works.padding, .section-how-it-works.padding.grey {
    padding-bottom: 0;
  }

  .how-it-works-overview {
    padding: 10px 8% 40px;
  }

  .container {
    max-width: none;
  }

  .pricing-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .pricing-card-three {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-image._2, .pricing-image._4, .pricing-image._5 {
    width: 70px;
    height: 80px;
  }

  .pricing-image._6 {
    width: 70px;
    max-width: 50%;
    height: 80px;
    max-height: 50%;
  }

  .pricing-image._7 {
    width: 80px;
    height: 80px;
  }

  .pricing-image._8 {
    width: 70px;
    height: 80px;
  }

  .small-title.center.light.bigger.smaller {
    font-size: 1.2em;
  }

  .gallery-overview {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .gallery-overview.margin {
    padding-bottom: 10px;
  }

  .gallery-overview.margin.bedrift {
    padding-bottom: 4em;
  }

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

  .gallery-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    place-items: stretch center;
    margin-bottom: 5px;
  }

  .gallery-wrapper.normal {
    margin-bottom: 0;
  }

  .button-primary.price {
    font-size: 1em;
    line-height: 1.3em;
    display: inline;
  }

  .tip {
    text-align: left;
    flex-flow: row;
  }

  .tip.mobile {
    flex-flow: column;
  }

  .tip.small {
    padding-left: 4em;
    padding-right: 4em;
  }

  .icon.number {
    width: 40px;
  }

  .icon.number.small {
    width: 50px;
    margin-right: 10px;
  }

  .icon.number.mobile {
    width: 20%;
  }

  .section-session-types {
    padding-top: 4em;
  }

  .section-session-types.no {
    padding-bottom: 4em;
  }

  .pricing-overview {
    padding: 10px 8% 20px;
  }

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

  .pricing-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .pricing-image-2 {
    width: 65px;
  }

  .pricing-image-2._2 {
    width: 60px;
  }

  .pricing-image-2._3 {
    width: 65px;
  }

  .pricing-image-2._4 {
    width: 60px;
  }

  .text-size-xlarge.text-weight-normal.text-align-center {
    font-size: 2rem;
  }

  .hero_tabs {
    padding-left: 6%;
    padding-right: 6%;
  }

  .text-size-regular.text-weight-light.text-color-gray {
    font-size: .9rem;
    line-height: 1.3em;
  }

  .features_line {
    width: 30%;
    max-width: 70px;
  }

  .text-color-gray {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .text-size-medium.text-weight-light.text-color-gray {
    text-align: left;
    font-size: 1rem;
  }

  .hero_pricing-professinal {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .hero_pricing-grid {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .hero_pricing-grid.individuals {
    grid-template-columns: 1fr;
  }

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

  .hero_pricing-table {
    max-width: none;
    padding: 10px 20px;
  }

  .hero_pricing-table.is-enterprise, .hero_pricing-table.is-professional {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-giftcard {
    background-position: 0 700%;
    background-size: contain;
    padding-top: 0;
    padding-bottom: 6em;
  }

  .section-giftcard.hide-image, .faq {
    padding-top: 4em;
    padding-bottom: 3em;
  }

  .faq.mobile {
    padding-bottom: 5em;
  }

  .faq_grid {
    padding-left: 5%;
    padding-right: 5%;
  }

  .faq_item.white {
    border-color: #8d82821a;
  }

  .text-size-medium-2.text-color-white.text-weight-medium, .text-size-regular-2.text-color-lightgray {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .divider.mobile {
    display: block;
  }

  .divider.small {
    height: 20px;
  }

  .section-contact {
    padding-top: 4em;
  }

  .grid-contact {
    padding-top: 0;
  }

  .text-color-secondary-2.bottom {
    margin-top: 5px;
  }

  .footer_social-wrap {
    margin-top: 10px;
  }

  .footer_logo {
    width: 60px;
    margin-left: -6px;
    display: block;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    padding-left: 0;
  }

  .section_footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
  }

  .text-size-medium-3.text-color-grey.text-weight-light {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .footer_left-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
    margin-bottom: 20px;
  }

  .footer_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }

  .text-color-primary-2.underline-none {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .testimonial-slider-small {
    padding: 0 0% 20px 0;
  }

  .container-4 {
    max-width: none;
    margin-top: 0;
  }

  .container-4.bedrift {
    padding-left: 1em;
    padding-right: 1em;
  }

  .testimonial-slider {
    margin-top: 20px;
  }

  .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;
  }

  .subtitle-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-4 {
    font-size: 1rem;
    line-height: 1.3em;
  }

  .explanation-text.clean {
    margin-bottom: 10px;
  }

  .section-video {
    background-size: 180%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-party {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .text-span-16 {
    white-space: nowrap;
  }

  .div-block-3 {
    z-index: 0;
    height: 135px;
  }

  .section-cv {
    background-position: 50% 0;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .section-pets {
    background-position: 0 0;
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .section-pets.turn-off-image.grey {
    padding-bottom: 2em;
  }

  .cw-button_secondary {
    width: 100%;
    padding: .8em 2em .7em;
    font-size: 1em;
  }

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

  .cw-cookie_script {
    display: block;
  }

  .cw-cookie_banner {
    z-index: 100;
    display: none;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .cw-button_primary {
    width: 100%;
    padding: .7em 2em;
    font-size: 1em;
  }

  .numbers {
    text-align: center;
  }

  .line, .line.transparent.separator, .line.separator {
    margin-bottom: 4em;
  }

  .line.mobile {
    margin-bottom: 40px;
  }

  .mask {
    height: auto;
  }

  .grey-box {
    max-width: 90%;
    margin-top: 2em;
    padding: 15px 20px;
  }

  .image-title {
    padding-bottom: 5px;
  }

  .columns-2 {
    margin-top: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 5px;
  }

  .column-3 {
    padding-left: 5px;
    padding-right: 0;
  }

  .column-4 {
    padding-left: 2.5px;
    padding-right: 2.5px;
  }

  .swiper-wrapper.cc-price-table {
    flex-flow: column;
    display: flex;
  }

  .price-table {
    flex-flow: column;
  }

  .price-table_row {
    flex-flow: row;
  }

  .price-table_row.cc-header {
    flex-flow: row;
    width: auto;
  }

  .price-table_cell {
    padding: 20px;
    font-size: 16px;
  }

  .price-table_cell.cc-title {
    border-bottom-style: solid;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-height: 0;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-table_cell.cc-header {
    text-align: left;
    padding-top: 20px;
  }

  .price-table_cell.cc-header.left {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-table_cell.cc-callout {
    border-style: none solid solid;
    border-bottom-color: #49484a1a;
    width: 100%;
    min-height: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .price-table_cell.cc-callout.cc-last {
    border-bottom-color: #0074a2;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
  }

  .price-table_cell.cc-callout.cc-header {
    border-bottom-style: solid;
    border-bottom-color: #49484a1a;
    border-right-style: solid;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-left: 15px;
  }

  .swiper-slide.cc-price-table {
    flex: none;
    align-self: auto;
  }

  .section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section.chart {
    padding-top: 20px;
  }

  .pricing-table_mobile-nav {
    width: 120%;
    margin-left: -10%;
  }

  .price-table_options {
    flex: none;
    width: auto;
  }

  .background-video {
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
  }

  .event_card {
    border-radius: 24px;
  }
}

#w-node-_88fc75aa-1a59-3696-9fe1-77930578613f-dd70b82d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_88fc75aa-1a59-3696-9fe1-779305786140-dd70b82d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_88fc75aa-1a59-3696-9fe1-779305786141-dd70b82d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_88fc75aa-1a59-3696-9fe1-779305786142-dd70b82d {
  order: 1;
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_88fc75aa-1a59-3696-9fe1-779305786143-dd70b82d {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-ebe06fb3-79fa-3c24-18a7-b62dcd701dd2-dd70b82d, #w-node-ebe06fb3-79fa-3c24-18a7-b62dcd701ddd-dd70b82d, #w-node-ebe06fb3-79fa-3c24-18a7-b62dcd701de9-dd70b82d, #w-node-ebe06fb3-79fa-3c24-18a7-b62dcd701df4-dd70b82d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7815a1c-5d80-769b-9da4-d71133c9fa30-dd70b836 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-edb086d9-61ee-c3ec-1dab-42d84e9b08fd-dd70b836 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_98930be4-ab09-1428-5f16-bf42d2f5cc05-dd70b836 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4819992b-e6cf-657b-5e6f-663f140c60f5-dd70b836 {
  order: 1;
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-bf1f65c2-bf03-25f1-8d47-d97b49ad4320-dd70b836 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-edb82b78-401f-53f8-ccca-94275b589651-dd70b836, #w-node-edb82b78-401f-53f8-ccca-94275b589647-dd70b836, #w-node-a42f6ec2-25e7-0913-e0b0-61fcb7279d28-dd70b836, #w-node-a42f6ec2-25e7-0913-e0b0-61fcb7279d1d-dd70b836, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b837 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b837, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b838 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b838, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b839, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b83a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b83a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b83a, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b842 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b842, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b843, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b844 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b844, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b845 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b845, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b846 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b846, #w-node-_65372451-de6a-7a90-3587-84c36f282f47-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f4d-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f53-dd70b847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f59-dd70b847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_65372451-de6a-7a90-3587-84c36f282f5f-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f65-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f6b-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f71-dd70b847, #w-node-_65372451-de6a-7a90-3587-84c36f282f77-dd70b847, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-b452de94, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-b452de94, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-b452de94, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-b452de94 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-b452de94 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-b452de94 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-b452de94 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-b452de94, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-b452de94 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-b452de94 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-b452de94 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-b452de94 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-b452de94 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-b452de94 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-b452de94 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-b452de94 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-b452de94 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-b452de94 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-b452de94 {
  justify-self: stretch;
}

#w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d998948-be9b9901 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d998949-be9b9901 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d99894a-be9b9901 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d99894b-be9b9901 {
  order: 1;
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d99894c-be9b9901 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-be9b9901, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-be9b9901, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-be9b9901, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f366799d-6911-344a-2595-13a7ec9a92d1-be9b9901 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-f366799d-6911-344a-2595-13a7ec9a92d2-be9b9901 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f366799d-6911-344a-2595-13a7ec9a92d3-be9b9901 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-f366799d-6911-344a-2595-13a7ec9a92d4-be9b9901 {
  order: 1;
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-f366799d-6911-344a-2595-13a7ec9a92d5-be9b9901 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-be9b9901 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-be9b9901 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-be9b9901 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-be9b9901 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-be9b9901 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-be9b9901 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-be9b9901 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-be9b9901 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-be9b9901 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-be9b9901 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-be9b9901 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-be9b9901 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-be9b9901 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-be9b9901 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-be9b9901 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-bdff8c71, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-bdff8c71, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-bdff8c71, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-bdff8c71 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-bdff8c71 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-bdff8c71 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-bdff8c71 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-bdff8c71, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-bdff8c71 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-bdff8c71 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-bdff8c71 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-bdff8c71 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-bdff8c71 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-bdff8c71 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-bdff8c71 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-bdff8c71 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-bdff8c71 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-bdff8c71 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-bdff8c71 {
  justify-self: stretch;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-6e8f9368, #w-node-_0bf797df-1af7-89af-ddd6-581ba3c8da26-6e8f9368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8977-6e8f9368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8983-6e8f9368, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c898f-6e8f9368, #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8989-6e8f9368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-6e8f9368 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-6e8f9368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-6e8f9368 {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-6e8f9368 {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-6e8f9368, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d6b-6e8f9368 {
  place-self: center stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbeccfde-6e8f9368 {
  justify-self: stretch;
}

#w-node-a832b3c8-2bb4-ed6a-361b-e0459c717fe9-6e8f9368 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd00e-6e8f9368, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd03d-6e8f9368 {
  justify-self: stretch;
}

#w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-6e8f9368 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-c539f9e8-fdba-ff00-3ac6-7218c48aa2e4-6e8f9368 {
  place-self: auto stretch;
}

#w-node-_865b3a20-d3f4-d13e-967b-ef043f21c285-6e8f9368, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd06c-6e8f9368 {
  justify-self: stretch;
}

#w-node-_1a1c8914-5ff7-41aa-74c8-fbc4e00d4570-6e8f9368 {
  place-self: auto stretch;
}

#w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd09a-6e8f9368, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0c7-6e8f9368 {
  justify-self: stretch;
}

#w-node-_8087e61a-4c5d-1211-7e47-0306d65f9379-6e8f9368 {
  place-self: auto stretch;
}

#w-node-_292f0f9f-79e4-cfaa-a054-320db437e240-6e8f9368 {
  justify-self: stretch;
}

#w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be0-0212274c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be1-0212274c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be2-0212274c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be3-0212274c {
  order: 1;
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be4-0212274c {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9e8-0212274c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9e9-0212274c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9ea-0212274c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9eb-0212274c {
  order: 1;
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9ec-0212274c {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d25-0212274c {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d35-0212274c {
  place-self: center stretch;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf1-0212274c {
  align-self: center;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf6-0212274c, #w-node-_0a3b1deb-a904-9ba6-ea7d-f607e01285a9-0212274c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cf8-0212274c {
  place-self: center stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_88fc75aa-1a59-3696-9fe1-77930578613f-dd70b82d {
    grid-column: 2 / 3;
  }

  #w-node-_88fc75aa-1a59-3696-9fe1-779305786140-dd70b82d {
    grid-column-end: 2;
  }

  #w-node-b7815a1c-5d80-769b-9da4-d71133c9fa30-dd70b836 {
    grid-column: 2 / 3;
  }

  #w-node-edb086d9-61ee-c3ec-1dab-42d84e9b08fd-dd70b836 {
    grid-column-end: 2;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-b452de94, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-b452de94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-b452de94, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-b452de94 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d998948-be9b9901 {
    grid-column: 2 / 3;
  }

  #w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d998949-be9b9901 {
    grid-column-end: 2;
  }

  #w-node-f366799d-6911-344a-2595-13a7ec9a92d1-be9b9901 {
    grid-column: 2 / 3;
  }

  #w-node-f366799d-6911-344a-2595-13a7ec9a92d2-be9b9901 {
    grid-column-end: 2;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-be9b9901, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-be9b9901 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-be9b9901, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-be9b9901 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-bdff8c71, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-bdff8c71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-bdff8c71, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-bdff8c71 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-6e8f9368, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-6e8f9368, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-6e8f9368 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto center;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-6e8f9368, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-6e8f9368 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be0-0212274c {
    grid-column: 2 / 3;
  }

  #w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be1-0212274c {
    grid-column-end: 2;
  }

  #w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9e8-0212274c {
    grid-column: 2 / 3;
  }

  #w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9e9-0212274c {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cef-b452de94, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d23-b452de94 {
    justify-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-b452de94, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-b452de94, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-b452de94, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-be9b9901, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-be9b9901, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-be9b9901, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-be9b9901, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-bdff8c71, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-bdff8c71, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-bdff8c71, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-bdff8c71 {
    grid-column: span 1 / span 1;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30cef-6e8f9368, #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d23-6e8f9368 {
    justify-self: center;
  }

  #w-node-d2f86599-9aa7-2ce8-927f-54d1f3b30d61-6e8f9368, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd031-6e8f9368, #w-node-f0e1dbbe-bd4b-1ecc-fab2-304db2989ffe-6e8f9368, #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-6e8f9368, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-6e8f9368 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88fc75aa-1a59-3696-9fe1-77930578613f-dd70b82d {
    grid-column: 2 / 3;
  }

  #w-node-_88fc75aa-1a59-3696-9fe1-779305786140-dd70b82d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_88fc75aa-1a59-3696-9fe1-779305786141-dd70b82d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_88fc75aa-1a59-3696-9fe1-779305786142-dd70b82d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_88fc75aa-1a59-3696-9fe1-779305786143-dd70b82d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-b7815a1c-5d80-769b-9da4-d71133c9fa30-dd70b836 {
    grid-column: 2 / 3;
  }

  #w-node-edb086d9-61ee-c3ec-1dab-42d84e9b08fd-dd70b836 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_98930be4-ab09-1428-5f16-bf42d2f5cc05-dd70b836 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4819992b-e6cf-657b-5e6f-663f140c60f5-dd70b836 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-bf1f65c2-bf03-25f1-8d47-d97b49ad4320-dd70b836 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-b452de94 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-b452de94, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-b452de94 {
    grid-column: span 1 / span 1;
  }

  #w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d99894a-be9b9901 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d99894b-be9b9901 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-de5a77ad-4ed1-8d4a-81d4-fd2f9d99894c-be9b9901 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-be9b9901 {
    place-self: auto;
  }

  #w-node-f366799d-6911-344a-2595-13a7ec9a92d3-be9b9901 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f366799d-6911-344a-2595-13a7ec9a92d4-be9b9901 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f366799d-6911-344a-2595-13a7ec9a92d5-be9b9901 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-be9b9901, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-be9b9901 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-bdff8c71 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-bdff8c71, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-bdff8c71 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5746bfe9-1f13-dc4a-9b17-7fdac21c8971-6e8f9368 {
    place-self: auto;
  }

  #w-node-f8ed6e29-d744-a2b7-6854-19b6fbecd0bb-6e8f9368, #w-node-_292f0f9f-79e4-cfaa-a054-320db437e234-6e8f9368 {
    grid-column: span 1 / span 1;
  }

  #w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be2-0212274c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be3-0212274c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_11dfd460-49aa-a761-576a-e6b8d3dc3be4-0212274c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9ea-0212274c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9eb-0212274c {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_22e5a9f6-2f14-10ba-ffa0-805479bde9ec-0212274c {
    grid-area: 3 / 1 / 4 / 3;
  }
}


@font-face {
  font-family: 'Font Awesome 5 Free 400';
  src: url("Font-Awesome-5-Free-Regular-400.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Brands 400';
  src: url("Font-Awesome-5-Brands-Regular-400.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Free Solid 900';
  src: url("Font-Awesome-5-Free-Solid-900.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro 400';
  src: url("Font-Awesome-5-Pro-Regular-400.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro Solid 900';
  src: url("Font-Awesome-5-Pro-Solid-900.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Pro 300';
  src: url("Font-Awesome-5-Pro-Light-300.otf") format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 5 Duotone Solid 900';
  src: url("Font-Awesome-5-Duotone-Solid-900.otf") format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}