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

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

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

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

.container {
  width: 100%;
  max-width: 1400px;
  grid-row-gap: 24px;
  background-color: #dcefff;
  border: 0 #c60000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 40px;
  display: flex;
}

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

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

.hero-wrapper {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split-left {
  max-width: 55%;
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.text-32px {
  color: #1e1e1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 150%;
}

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

.hero-image {
  max-width: 300px;
  border-radius: 400px;
}

.hero-heading-left {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 64px 30px;
  position: relative;
}

.heading {
  color: #1e1e1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.text-span {
  color: #c60000;
}

.text-span.finnish_adj {
  font-size: 75px;
  line-height: 130%;
}

.hero-split-right {
  max-width: 35%;
}

.big-text-italic {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.div-block {
  background-color: #c60000;
}

.left-green-spacer {
  width: 5px;
  background-image: linear-gradient(#15bb12, #15bb12);
}

.big-text-green {
  max-width: 1120px;
  grid-column-gap: 0px;
  border: 1px #000;
  margin-bottom: 40px;
  padding-top: 0;
  display: flex;
}

.section-big-text-italic {
  grid-column-gap: 40px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.paragraf {
  max-width: 1120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}

.text-green-left {
  max-width: 1120px;
  grid-column-gap: 0px;
  border: 1px #000;
  align-items: center;
  margin-bottom: 56px;
  padding-top: 0;
  display: flex;
}

.text-18px {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: block;
}

.text-18px-bold {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.section {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-left: 96px;
  margin-right: 56px;
  display: flex;
}

.form-container {
  max-width: 1120px;
  grid-row-gap: 0px;
  background-color: #e2f4ec;
  flex-direction: column;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.header-form {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.heading-2 {
  color: #1e1e1e;
  text-align: center;
}

.heading-center {
  color: #1e1e1e;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
}

.text-32px-center {
  color: #1e1e1e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 150%;
}

.columns {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.left-column-text {
  padding-left: 48px;
  padding-right: 64px;
}

.right-column-image {
  align-self: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.text-22px {
  color: #1e1e1e;
  border: 0 #1e1e1e;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.list-text {
  color: #1e1e1e;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.section-2 {
  display: flex;
}

.list-2-columns {
  flex-direction: row;
  margin-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.list {
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 24px;
}

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

.text-22px-center {
  max-width: 100%;
  color: #1e1e1e;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  line-height: 150%;
}

.text-span-2 {
  color: #c60000;
}

.heading-3 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 130%;
}

.text-span-3 {
  color: #979797;
  font-weight: 400;
  text-decoration: line-through;
}

.button {
  max-width: 600px;
  text-align: center;
  background-color: #ff833e;
  border: 4px solid #f17028;
  border-radius: 12px;
  padding: 24px 80px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.container-2 {
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.header-center {
  max-width: 770px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.list-big-text {
  margin-bottom: 0;
  padding-left: 20px;
}

.list-paragraph {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 150%;
}

.container-list-and-foto {
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.container-text-and-list {
  max-width: 100%;
  background-color: #fbf5ed;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

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

.right-column-image-2 {
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
}

.columns-2 {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 24px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.columns-3 {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.left-column-text-3 {
  grid-row-gap: 32px;
  flex-direction: column;
  padding-left: 0;
  padding-right: 56px;
  display: flex;
}

.right-column-list {
  background-color: #f5ebdc;
  align-self: stretch;
  padding: 40px 32px 24px;
  display: block;
}

.section-3 {
  max-width: 1120px;
}

.button-green {
  text-align: center;
  text-transform: uppercase;
  background-color: #15bb12;
  border: 0 solid #04aa01;
  border-radius: 0;
  margin-bottom: 16px;
  padding: 24px 64px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.text-22px-bold {
  color: #1e1e1e;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.div-text {
  font-style: normal;
}

.div-number {
  margin-right: 16px;
}

.list-number {
  color: #d1a96c;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.div-list {
  margin-bottom: 24px;
  display: flex;
}

.container-list-and-foto-2 {
  max-width: 1120px;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  display: flex;
}

.header-center-2 {
  max-width: 1120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.left-column-text-4 {
  padding-left: 0;
  padding-right: 56px;
}

.list-marked-text {
  margin-bottom: 0;
  padding-left: 20px;
}

.marked-list-paragraph {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 150%;
  display: flex;
}

.div-block-2 {
  display: flex;
}

.image {
  max-height: 16px;
  padding-top: 12px;
  padding-right: 16px;
}

.container-text-gray {
  max-width: 1120px;
  background-color: #eee;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 40px;
  display: flex;
}

.text-and-button {
  max-width: 1120px;
  padding-top: 64px;
  padding-bottom: 0;
}

.heading-4 {
  color: #c60000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 130%;
}

.columns-4 {
  max-width: 1120px;
  align-self: auto;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-32px-bold {
  color: #1e1e1e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

.form-container-2 {
  max-width: 1120px;
  grid-row-gap: 0px;
  background-color: #fbf5ed;
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 64px;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
}

.link.small_link {
  color: silver;
  font-weight: 400;
}

.div-block-3 {
  border-left: 5px solid #15bb12;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.div-block-4 {
  grid-row-gap: 32px;
  background-color: #e2f4ec;
  border: 1px #000;
  border-radius: 12px;
  flex-direction: column;
  padding: 24px 40px;
  display: flex;
}

.image-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.border {
  width: 80%;
  border-top: 2px solid #000;
  padding-bottom: 56px;
}

.bold-text, .bold-text-2 {
  font-size: 46px;
}

.text-span-4 {
  color: #b25a09;
}

.div-block-5 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.image-5 {
  max-width: 24px;
}

.div-text-second {
  grid-row-gap: 0px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.citata {
  max-width: 1120px;
  grid-column-gap: 24px;
  background-color: #e2f4ec;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 64px;
  padding: 32px 24px;
  display: flex;
}

.icon-text {
  max-width: 1120px;
  grid-column-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.paragraph-bold {
  color: #1e1e1e;
  margin-top: 22px;
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.ingredients-block {
  max-width: 1120px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 40px 0 0;
  display: flex;
}

.text-button {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.maritt-last-block {
  max-width: 1120px;
}

.image-6 {
  width: 90px;
  height: 90px;
  max-height: 120px;
  max-width: 120px;
  border-radius: 300px;
}

.div-block-6 {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.italic-text {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-with-foto {
  grid-column-gap: 24px;
  margin-top: 16px;
  margin-bottom: 24px;
  display: flex;
}

.paragraph-italic {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
}

.image-7 {
  width: 40%;
  border-radius: 12px;
}

.div-block-7 {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.image-text-citata {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
}

.bacopa {
  max-height: 200px;
  max-width: 200px;
}

.paragraf-image-citata {
  max-width: 1120px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.paragraph-citata {
  color: #1e1e1e;
  margin-bottom: 16px;
  font-size: 22px;
  font-style: italic;
  line-height: 150%;
}

.image-8 {
  max-width: 40px;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 16px;
}

.text-with-foto-2 {
  grid-column-gap: 24px;
  margin-top: 32px;
  margin-bottom: 0;
  display: flex;
}

.sarah {
  width: 200px;
  height: 200px;
  max-height: 200px;
  border-radius: 300px;
}

.slide-2 {
  max-width: 100%;
  background-image: url('../images/Group-515022.jpg');
  background-position: 50%;
  background-size: 100% 100%;
}

.column-21 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-62 {
  color: #1c190f;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.guarantee-point-row {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  margin-bottom: 64px;
  display: grid;
}

.mask {
  max-width: 100%;
  border-radius: 24px;
}

.frame-514970 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-63 {
  width: 1000px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.text-block {
  font-size: 16px;
}

.list-button {
  width: 100%;
  max-width: 1120px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.list-dots {
  grid-column-gap: 12px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guarantee-point {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.list-product {
  width: 60%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-65 {
  color: #1c190f;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.text-64 {
  color: #1c190f;
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.vectors-wrapper-8 {
  width: 8px;
  height: 8px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.frame-515632 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-61 {
  color: #1c190f;
  font-size: 28px;
  font-weight: 700;
}

.icon-guarantees {
  width: 64px;
  height: 64px;
}

.content-9 {
  height: 640px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-22 {
  width: 100%;
  max-width: 50%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-4 {
  background-image: url('../images/Group-515024.jpg');
  background-position: 50%;
  background-size: 100% 100%;
}

.btn {
  width: 100%;
  height: 64px;
  max-width: 449px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ed7432;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 20px 20px 18px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 5px 20px 1px rgba(137, 137, 137, .4);
}

._2-columns {
  width: 100%;
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.slide-3 {
  background-image: url('../images/Group-515023.jpg');
  background-position: 50%;
  background-size: 100% 100%;
}

.button-block {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.slide {
  max-width: 100%;
  background-image: url('../images/Vectors-Wrapper.svg');
  background-position: 50%;
  background-size: contain;
  border-radius: 0;
}

.slider {
  width: 100%;
  height: 564px;
  max-width: 100%;
  border-radius: 24px;
}

.container-16 {
  width: 100%;
  max-width: 1120px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-block {
  max-width: 1120px;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.image-9 {
  max-width: 50%;
}

.image-brainy {
  max-height: 50%;
  max-width: 50%;
}

.brainy-box {
  width: 30%;
  max-width: none;
  margin-right: 32px;
}

.column-32 {
  width: 100%;
  max-width: 11px;
  grid-column-gap: 48px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1234837 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-1235049 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #d6cdb5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-96 {
  color: #1c190f;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.vectors-wrapper-21 {
  height: 2px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-ingredient {
  grid-column-gap: 32px;
  flex-direction: row;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.text-97 {
  color: #1c190f;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.img-ingredient {
  border-radius: 300px;
}

.ingredients {
  max-width: 1120px;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.subheader {
  max-width: 1120px;
}

.link-22px {
  color: #bcbcbc;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
}

.bold-text-4 {
  font-family: Montserrat, sans-serif;
  line-height: 120%;
}

.ingredient-text {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-22px-header, .text-22px-header-regular {
  color: #1e1e1e;
  border: 0 #1e1e1e;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 150%;
}

.link-2 {
  color: #b4b4b4;
  border: 1px #1e1e1e;
}

.div-block-10, .div-block-11 {
  grid-column-gap: 80px;
  display: flex;
}

.italic-text-2 {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-block-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.italic-text-3 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  line-height: 14%;
}

.italic-text-3.mid {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-5 {
  color: #0d0b1b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
}

.heading-6 {
  text-align: center;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 130%;
}

.text-32px-2 {
  color: #0d0b1b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

.text-span-5 {
  color: #979797;
  font-weight: 400;
  text-decoration: line-through;
}

.text-22px-bold-2 {
  color: #0d0b1b;
  margin-bottom: 4px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.text-span-6 {
  color: #c60000;
}

.text-18px-2 {
  color: #1e1e1e;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
  display: block;
}

.text-22px-center-2 {
  max-width: 100%;
  color: #0d0b1b;
  text-align: center;
  padding-top: 8px;
  font-size: 22px;
  line-height: 150%;
}

.italic-text-4 {
  font-style: normal;
}

.div-block-12 {
  border-left: 5px solid #15bb12;
  padding-left: 32px;
}

.section-big-text-italic-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-left: 40px;
  display: flex;
}

.big-text-italic-2 {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 150%;
}

.list-of-stages {
  max-width: 1120px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.bold-text-7 {
  font-style: normal;
}

.italic-text-5 {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}

.italic-text-6, .italic-text-7 {
  font-style: normal;
}

.italic-text-8 {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.text-span-7 {
  color: #d1a96c;
  text-decoration: underline;
}

.bold-text-8 {
  color: #1e1e1e;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 110%;
}

.buttoncont {
  max-width: 1120px;
  border: 1px #000;
  border-top: 1px solid #bdbdbd;
  border-bottom-color: #daca86;
  padding-top: 24px;
}

.no-coffee {
  width: 56px;
  height: 56px;
  align-self: center;
  margin-bottom: 0;
  margin-right: 16px;
}

.nocoffee-text {
  margin-bottom: 16px;
  display: flex;
}

.price {
  grid-column-gap: 8px;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 24px;
  display: flex;
}

.fullpris {
  color: #707070;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: line-through;
}

.specialpris {
  color: #120d28;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.gratis {
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

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

.text-span-8 {
  color: #c60000;
}

.italic-text-9 {
  font-size: 20px;
}

.italic-text-10 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
}

.italic-text-11, .italic-text-12, .italic-text-13 {
  color: #1e1e1e;
}

.text-imagine {
  margin-bottom: 16px;
}

.heading-8 {
  color: #0d0b1b;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.hero-split-left-2 {
  max-width: 50%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  display: flex;
}

.hero-image-2 {
  height: 100%;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.hero-wrapper-2 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-right-2 {
  height: 100%;
  max-width: 40%;
}

.container-17 {
  width: 100%;
  max-width: 1120px;
  border: 8px solid #d6cdb5;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
}

.hero-heading-left-2 {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 64px 30px;
  position: relative;
}

.text-span-9 {
  color: #c60000;
}

.image-10 {
  margin-top: 16px;
}

.spacer {
  width: 100%;
  height: 2px;
  background-color: #292929;
  margin-top: 16px;
}

.image-11 {
  width: 100%;
}

.heading-9 {
  font-size: 40px;
  font-weight: 900;
}

.heading-9.mid {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-42 {
  margin-top: 32px;
}

.container-21 {
  margin-top: 32px;
  margin-left: 0;
}

.container-20-tab {
  width: 100%;
  max-width: 100%;
  align-items: center;
  display: none;
}

.div-block-16 {
  margin-top: 32px;
}

.subheading {
  color: #1e1e1e;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.subheading.mid {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-2 {
  padding-left: 0;
  font-size: 18px;
  line-height: 25px;
}

.paragraph-2.mid {
  text-align: center;
  line-height: 25px;
}

.submit-button {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #15bb12;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.img-guarantee {
  width: 20%;
  height: 370px;
  margin-right: 56px;
}

.div-block-47 {
  align-items: center;
  display: flex;
}

.satisfaction100text {
  text-transform: uppercase;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  margin-left: 8px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.header {
  z-index: 1;
  color: #120d28;
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
  position: relative;
}

.header.s {
  color: #1e1e1e;
  -webkit-text-stroke-color: #1e1e1e;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
}

.div-block-38 {
  width: 24px;
  height: 24px;
  flex: 0 auto;
}

.guarantee {
  max-width: 1120px;
  grid-column-gap: 24px;
  border: 2px #dfdfdf;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 72px 0;
  display: flex;
}

.container-20 {
  width: 100%;
  max-width: 100%;
  align-items: center;
  display: flex;
}

.div-block-41 {
  width: 65%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-48 {
  align-items: center;
  display: flex;
}

.div-block-36 {
  width: 453px;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-17._463 {
  width: 453px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.buttondiv {
  margin-top: 32px;
}

.guarantee-text {
  margin-top: 24px;
}

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

.italic-text-14 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 300;
}

.bold-text-10 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-13 {
  width: 30%;
}

.div-block-49 {
  align-items: flex-start;
  display: flex;
}

.header-subheader {
  max-width: 1120px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.div-block-51 {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.image-14 {
  z-index: 0;
  max-width: 24px;
  clear: none;
  display: inline-block;
  position: relative;
  left: 16px;
}

.personnummer {
  width: 224px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
}

.telefon {
  width: 50%;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
}

.text-block-2 {
  color: #707070;
  font-size: 12px;
  line-height: 90%;
}

.footer-text {
  color: #120d28;
  font-weight: 700;
}

.gratis-2 {
  color: #ff6c0e;
  text-align: center;
  text-transform: uppercase;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

.specialpris-2 {
  color: #120d28;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.form-container-2 {
  width: 1240px;
  max-width: 100%;
  grid-row-gap: 32px;
  background-color: #f6f5f6;
  border: 8px solid #15bb12;
  border-radius: 24px;
  flex-direction: column;
  margin-top: 0;
  padding: 48px 100px;
  display: block;
  position: relative;
}

.form-row-1 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gatuadress {
  width: 454px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
}

.efternamn, .fornamn {
  width: 340px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
}

.coupon-text {
  color: #120d28;
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 90%;
}

.text-span-10 {
  color: #707070;
  border: 1px #707070;
  font-weight: 300;
}

.subheader-form {
  color: #120d28;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 120%;
}

.form {
  max-width: 100%;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.form-row-2 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  justify-content: flex-start;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  width: 50%;
  grid-column-gap: 8px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 16px;
  display: flex;
}

.form-footer {
  width: 70%;
  grid-column-gap: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.button-block-form {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fullpris-2 {
  color: #707070;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: line-through;
}

.form-block {
  flex-direction: row;
  display: flex;
}

.gatuadress-copy {
  width: 454px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
}

.price-2 {
  grid-column-gap: 8px;
  justify-content: center;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.text-field {
  width: 100%;
  height: 48px;
  clear: none;
  object-fit: fill;
  object-position: 50% 50%;
  border: 1px #dedede;
  border-radius: 4px;
  margin-bottom: 0;
  padding-left: 24px;
  position: static;
  overflow: visible;
}

.form-row-3 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  justify-content: flex-start;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-3 {
  color: #707070;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.form-row-4 {
  width: 100%;
  max-width: 100%;
  grid-column-gap: 8px;
  justify-content: flex-start;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.e-post {
  width: 50%;
  height: 48px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  margin-bottom: 0;
  display: flex;
}

.container-22 {
  max-width: 1120px;
}

.text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  background-color: #caff74;
}

.stad {
  background-color: #fff;
  display: flex;
}

.input {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 4px;
  flex: 1;
  order: 0;
  align-self: stretch;
  display: flex;
}

.disclamer {
  color: #707070;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 24px 32px;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-left {
    max-width: 45%;
    align-self: center;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .text-32px {
    font-size: 24px;
  }

  .hero-image {
    height: 100%;
    max-height: 100%;
  }

  .hero-heading-left {
    padding: 24px 16px 32px;
  }

  .heading {
    font-size: 28px;
  }

  .heading.mid.head-space {
    margin-bottom: 4px;
  }

  .hero-split-right {
    max-width: 55%;
    align-self: center;
  }

  .big-text-italic {
    margin-bottom: 0;
    font-size: 18px;
  }

  .big-text-green {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-big-text-italic {
    grid-row-gap: 16px;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
  }

  .paragraf {
    grid-row-gap: 0px;
    padding: 0 16px;
  }

  .paragraph {
    margin-bottom: 16px;
    font-size: 18px;
  }

  .text-green-left {
    max-width: 768px;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-18px {
    font-size: 14px;
  }

  .section {
    max-width: 60%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .form-container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .header-form {
    grid-row-gap: 0px;
    margin-bottom: 24px;
  }

  .heading-center {
    max-width: 700px;
    font-size: 32px;
  }

  .text-32px-center {
    font-size: 24px;
  }

  .columns {
    max-width: 768px;
  }

  .left-column-text {
    padding-left: 24px;
    padding-right: 16px;
  }

  .text-22px {
    font-size: 18px;
  }

  .list-text {
    font-size: 16px;
  }

  .list-2-columns {
    margin-top: 16px;
    padding-bottom: 16px;
  }

  .list {
    padding-right: 0;
  }

  .text-22px-center {
    max-width: 100%;
    padding-top: 0;
    font-size: 18px;
  }

  .heading-3, .text-span-3 {
    font-size: 24px;
  }

  .button {
    max-width: 400px;
    padding: 18px 56px;
    font-size: 18px;
  }

  .header-center {
    margin-bottom: 24px;
  }

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

  .container-list-and-foto {
    margin-top: 48px;
    margin-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-text-and-list {
    max-width: 100%;
    flex-direction: row;
    padding: 48px 24px;
  }

  .left-column-text-2 {
    padding-right: 24px;
  }

  .right-column-image-2 {
    padding-right: 16px;
  }

  .columns-2 {
    margin-bottom: 16px;
  }

  .columns-3 {
    max-width: 768px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .left-column-text-3 {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-self: stretch;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .right-column-list {
    background-color: rgba(245, 235, 220, 0);
    align-self: stretch;
    padding: 0;
  }

  .button-green {
    padding: 18px 56px;
    font-size: 18px;
  }

  .text-22px-bold {
    margin-top: 0;
    font-size: 18px;
  }

  .div-number {
    margin-right: 12px;
  }

  .div-list {
    margin-bottom: 8px;
  }

  .container-list-and-foto-2 {
    margin-top: 48px;
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .left-column-text-4 {
    padding-left: 16px;
    padding-right: 24px;
  }

  .container-text-gray {
    margin-top: 32px;
    margin-bottom: 0;
    padding: 32px 16px;
  }

  .text-and-button {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .heading-4 {
    margin-bottom: 16px;
    font-size: 32px;
  }

  .columns-4 {
    max-width: 768px;
  }

  .text-32px-bold {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .form-container-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .link {
    font-size: 16px;
  }

  .div-block-4 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .border {
    padding-bottom: 40px;
  }

  .citata {
    grid-column-gap: 16px;
    align-items: center;
    margin-top: 0;
    margin-bottom: 24px;
    padding: 24px 16px;
  }

  .icon-text {
    margin-top: 16px;
  }

  .two-texts {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .paragraph-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .ingredients-block {
    max-width: 1120px;
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .maritt-last-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .italic-text {
    color: #1e1e1e;
  }

  .paragraph-italic {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .image-7 {
    max-height: 100%;
    max-width: 100%;
  }

  .div-block-7 {
    margin-bottom: 0;
  }

  .paragraf-image-citata {
    grid-row-gap: 8px;
    padding: 0 16px;
  }

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

  .image-8 {
    max-width: 24px;
    margin-right: 8px;
  }

  .text-with-foto-2 {
    margin-top: 16px;
  }

  .column-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
  }

  .guarantee-point-row {
    grid-column-gap: 32px;
    grid-template-columns: .4fr .4fr;
    margin-bottom: 32px;
  }

  .content-9 {
    display: flex;
  }

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

  ._2-columns {
    flex-direction: column;
  }

  .button-block {
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .slide {
    background-size: contain;
  }

  .slider {
    width: 600px;
    height: 600px;
  }

  .container-16 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .product-block {
    max-width: 1120px;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brainy-box {
    width: 40%;
    max-height: 60%;
    max-width: 50%;
    align-self: flex-start;
    margin-right: 0;
  }

  .column-32, .frame-1234837 {
    grid-row-gap: 16px;
  }

  .frame-1235049 {
    grid-row-gap: 0px;
  }

  .text-96 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-ingredient {
    width: 140px;
    height: 140px;
  }

  .ingredients {
    margin-top: 8px;
  }

  .subheader {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-8 {
    max-width: 65%;
  }

  .link-22px {
    font-size: 16px;
  }

  .text-22px-header, .text-22px-header-regular {
    font-size: 18px;
  }

  .div-block-10, .div-block-11 {
    grid-column-gap: 32px;
  }

  .button-block-bottom {
    grid-row-gap: 10px;
    padding-bottom: 64px;
  }

  .heading-5 {
    font-size: 32px;
  }

  .heading-6 {
    font-size: 24px;
  }

  .text-32px-2 {
    font-size: 22px;
  }

  .text-span-5 {
    font-size: 24px;
  }

  .text-22px-bold-2 {
    font-size: 18px;
  }

  .text-18px-2 {
    font-size: 14px;
  }

  .text-22px-center-2 {
    max-width: 100%;
    padding-top: 0;
    font-size: 18px;
  }

  .section-big-text-italic-2 {
    grid-row-gap: 16px;
    margin-left: 24px;
  }

  .big-text-italic-2 {
    font-size: 24px;
  }

  .list-of-stages, .buttoncont {
    max-width: 1120px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .no-coffee {
    margin-bottom: 0;
  }

  .nocoffee-text {
    margin-bottom: 8px;
  }

  .italic-text-9 {
    font-size: 18px;
  }

  .heading-8 {
    font-size: 32px;
  }

  .hero-split-left-2 {
    max-width: 100%;
    grid-row-gap: 12px;
    align-self: center;
    margin-bottom: 0;
    margin-left: 24px;
  }

  .hero-image-2 {
    height: 100%;
    max-height: 100%;
  }

  .hero-wrapper-2 {
    grid-column-gap: 24px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-right-2 {
    max-width: 45%;
    align-self: center;
  }

  .container-17 {
    max-width: 100%;
  }

  .hero-heading-left-2 {
    max-width: 1120px;
    padding: 48px 16px;
  }

  .spacer {
    margin-top: 12px;
  }

  .bold-text-9 {
    font-size: 22px;
  }

  .heading-9 {
    margin-top: 0;
    font-size: 36px;
  }

  .heading-9.mid {
    font-size: 36px;
  }

  .heading-9.mid.s {
    font-size: 32px;
    line-height: 36px;
  }

  .div-block-42 {
    margin-top: 0;
  }

  .container-21 {
    margin-top: 0;
    margin-left: auto;
  }

  .container-20-tab {
    max-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .div-block-46 {
    width: 650px;
    align-self: center;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-16 {
    margin-top: 0;
    display: flex;
  }

  .subheading {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .subheading.mid {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .paragraph-2 {
    flex: 1;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .submit-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .img-guarantee {
    width: 200px;
    height: 200px;
    align-self: center;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .guarantee {
    width: 768px;
    flex-direction: column;
    margin-top: 16px;
    padding: 32px 16px;
  }

  .container-20 {
    display: none;
  }

  .div-block-41 {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .image-12 {
    display: block;
  }

  .div-block-17 {
    width: 500px;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }

  .buttondiv {
    margin-top: 0;
  }

  .guarantee-text {
    margin-top: 8px;
  }

  .div-block-49 {
    margin-bottom: 16px;
  }

  .header-subheader {
    grid-row-gap: 0px;
    padding: 0 16px;
  }

  .form-container-2 {
    width: 768px;
    margin-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-center {
    padding: 60px 15px;
  }

  .container {
    border-width: 6px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 0;
  }

  .hero-split-left {
    max-width: 100%;
    grid-row-gap: 16px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-image {
    box-shadow: none;
    outline-offset: 0px;
    outline: 0 #333;
  }

  .hero-heading-left {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
  }

  .heading {
    text-align: left;
    align-self: center;
  }

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

  .hero-split-right {
    max-width: 60%;
  }

  .big-text-green {
    max-width: 568px;
    margin-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-big-text-italic {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraf {
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph {
    margin-bottom: 8px;
  }

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

  .text-green-left {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .section {
    width: 100%;
    max-width: 100%;
    grid-row-gap: 8px;
    align-items: flex-start;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .form-container {
    padding: 32px 16px;
  }

  .columns {
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .left-column-text {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-column-image {
    align-self: stretch;
  }

  .text-22px {
    align-self: center;
  }

  .list-paragraph {
    margin-bottom: 12px;
  }

  .container-list-and-foto {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .container-text-and-list {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .left-column-text-2 {
    margin-bottom: 16px;
    padding-right: 0;
  }

  .right-column-image-2 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .columns-2 {
    flex-direction: column;
  }

  .text-22px-bold {
    align-self: center;
  }

  .text-22px-bold.mid {
    text-align: center;
  }

  .container-list-and-foto-2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .header-center-2 {
    margin-bottom: 24px;
  }

  .left-column-text-4 {
    margin-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-text-gray {
    margin-top: 32px;
    margin-bottom: 0;
    padding: 32px 16px;
  }

  .text-and-button {
    padding-top: 32px;
    padding-bottom: 40px;
  }

  .heading-4 {
    margin-bottom: 16px;
  }

  .columns-4 {
    flex-direction: column;
  }

  .text-32px-bold {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .div-block-3 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
  }

  .div-block-4 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-4 {
    align-self: auto;
  }

  .image-2 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-3 {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-4 {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-text-second {
    margin-top: 8px;
  }

  .citata {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .icon-text {
    margin-top: 0;
  }

  .paragraph-bold {
    margin-top: 0;
    margin-bottom: 0;
  }

  .ingredients-block {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 32px;
    padding-bottom: 0;
  }

  .image-6 {
    align-self: center;
  }

  .text-with-foto {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .paragraph-italic {
    margin-bottom: 8px;
  }

  .image-7 {
    width: 100%;
    margin-top: 16px;
  }

  .image-text-citata {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 16px;
  }

  .bacopa {
    align-self: center;
  }

  .paragraf-image-citata {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 0;
  }

  .text-with-foto-2 {
    grid-row-gap: 16px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .sarah {
    align-self: center;
  }

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

  .guarantee-point-row {
    grid-column-gap: 26px;
    grid-row-gap: 24px;
    grid-template-columns: .45fr .45fr;
    margin-top: 24px;
    margin-bottom: 40px;
  }

  .list-button {
    max-width: 100%;
    align-self: center;
    align-items: center;
  }

  .list-dots {
    align-self: center;
  }

  .guarantee-point {
    grid-row-gap: 16px;
    flex-direction: row;
  }

  .list-product {
    width: 90%;
    grid-row-gap: 16px;
    align-self: center;
    align-items: center;
  }

  .vectors-wrapper-8 {
    margin-top: 2px;
  }

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

  .text-61 {
    font-size: 24px;
  }

  ._2-columns {
    grid-row-gap: 40px;
  }

  .button-block {
    grid-row-gap: 0px;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .slider {
    width: 500px;
    height: 500px;
  }

  .container-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .product-block {
    flex-direction: column;
    margin-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .brainy-box {
    max-width: 60%;
    align-self: center;
  }

  .column-32 {
    grid-row-gap: 24px;
  }

  .text-96 {
    font-size: 20px;
  }

  .div-block-8 {
    max-width: 100%;
  }

  .link-22px {
    font-size: 14px;
  }

  .bold-text-3 {
    justify-content: flex-start;
    display: flex;
  }

  .bold-text-4 {
    justify-content: center;
    display: flex;
  }

  .bold-text-5 {
    display: block;
  }

  .bold-text-6 {
    justify-content: flex-start;
    display: flex;
  }

  .ingredient-text {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .text-22px-header, .text-22px-header-regular {
    text-align: center;
    align-self: center;
  }

  .div-block-10, .div-block-11 {
    grid-column-gap: 56px;
  }

  .button-block-bottom {
    grid-row-gap: 16px;
    background-color: #dcefff;
    margin-bottom: 0;
    padding-bottom: 64px;
  }

  .italic-text-3 {
    line-height: 140%;
  }

  .italic-text-3.mid, .text-18px-2.mid {
    text-align: center;
  }

  .list-of-stages {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .nocoffee-text {
    margin-bottom: 4px;
  }

  .hero-split-left-2 {
    grid-row-gap: 8px;
    margin-bottom: 24px;
    margin-left: 16px;
    padding-right: 16px;
  }

  .hero-image-2 {
    box-shadow: none;
    outline-offset: 0px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    outline: 0 #333;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    padding-top: 32px;
  }

  .hero-split-right-2 {
    max-width: 100%;
  }

  .container-17 {
    border-width: 6px;
  }

  .hero-heading-left-2 {
    padding: 48px 16px 40px;
  }

  .heading-9 {
    font-size: 26px;
    line-height: 32px;
  }

  .heading-9.mid {
    font-size: 26px;
    line-height: 30px;
  }

  .heading-9.mid.s {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-46 {
    width: 100%;
  }

  .subheading, .subheading.mid {
    font-size: 18px;
    line-height: 22px;
  }

  .paragraph-2 {
    flex: 0 auto;
    line-height: 22px;
  }

  .paragraph-2.mid {
    line-height: 22px;
  }

  .img-guarantee {
    margin-bottom: 24px;
  }

  .satisfaction100text {
    font-size: 10px;
  }

  .header {
    font-size: 32px;
  }

  .guarantee {
    width: auto;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    overflow: visible;
  }

  .div-block-17 {
    width: 90%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-17._463 {
    width: 100%;
  }

  .image-13 {
    width: 60%;
  }

  .div-block-49 {
    flex-direction: column;
    align-items: center;
  }

  .header-subheader {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-14 {
    left: 8px;
  }

  .form-container-2 {
    border-width: 4px;
    border-radius: 24px;
    margin-top: 20px;
    padding: 24px 16px;
  }

  .coupon-text {
    font-size: 14px;
  }

  .subheader-form {
    font-size: 16px;
  }

  .form {
    margin-top: 16px;
  }

  .section-5 {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .form-footer {
    grid-column-gap: 48px;
  }

  .form-block {
    margin-bottom: 0;
  }

  .text-field {
    padding-left: 12px;
  }

  .disclamer {
    font-size: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
    border-width: 5px;
    padding: 0 8px 16px;
  }

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

  .hero-wrapper {
    padding-top: 24px;
  }

  .hero-split-left {
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-32px {
    font-size: 18px;
  }

  .hero-image {
    max-width: 200px;
  }

  .hero-heading-left {
    padding: 0;
  }

  .heading {
    font-size: 28px;
  }

  .heading.mid.space {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .text-span.finnish_adj {
    font-size: 32px;
  }

  .hero-split-right {
    max-width: 80%;
  }

  .big-text-italic {
    font-size: 18px;
  }

  .big-text-green {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-big-text-italic {
    grid-row-gap: 8px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .paragraf {
    padding: 16px 8px;
  }

  .paragraph {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-green-left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section {
    width: 100%;
    align-items: stretch;
    margin-right: 0;
  }

  .form-container {
    padding-left: 8px;
    padding-right: 8px;
  }

  .heading-center {
    font-size: 28px;
  }

  .text-32px-center {
    font-size: 18px;
  }

  .text-22px {
    font-size: 16px;
  }

  .list-2-columns {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .list {
    width: 100%;
  }

  .button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .list-big-text {
    padding-left: 12px;
  }

  .container-list-and-foto, .container-text-and-list {
    padding-left: 8px;
    padding-right: 8px;
  }

  .button-green {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .text-22px-bold {
    margin-top: 0;
    font-size: 14px;
  }

  .container-list-and-foto-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .container-text-gray {
    margin-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-and-button {
    padding-bottom: 24px;
  }

  .heading-4 {
    font-size: 28px;
  }

  .text-32px-bold {
    margin-bottom: 0;
    font-size: 20px;
  }

  .form-container-2 {
    padding: 32px 8px;
  }

  .div-block-3 {
    width: 100%;
    align-items: stretch;
    padding-left: 16px;
  }

  .div-block-4 {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-4 {
    width: 100%;
  }

  .image-2 {
    max-width: 50%;
  }

  .image-3 {
    max-width: 100%;
  }

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

  .list-2 {
    width: 100%;
    padding-left: 16px;
  }

  .list-3 {
    padding-left: 16px;
  }

  .border {
    padding-bottom: 32px;
  }

  .bold-text {
    font-size: 28px;
  }

  .citata {
    padding-left: 8px;
    padding-right: 8px;
  }

  .paragraph-bold {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .ingredients-block {
    padding: 32px 8px 0;
  }

  .text-button {
    grid-row-gap: 16px;
  }

  .maritt-last-block {
    grid-row-gap: 8px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .text-with-foto {
    margin-bottom: 0;
  }

  .paragraph-italic {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .paragraf-image-citata {
    padding: 16px 8px 0;
  }

  .paragraph-citata {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .text-with-foto-2 {
    flex-direction: column;
  }

  .sarah {
    max-width: 200px;
  }

  .text-62 {
    font-size: 16px;
  }

  .guarantee-point-row {
    max-width: 100%;
    grid-column-gap: 6px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: minmax(auto, .4fr) auto;
    grid-template-columns: 43% 25%;
    grid-auto-flow: row;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
  }

  .frame-514970 {
    grid-row-gap: 2px;
  }

  .text-63 {
    width: 250px;
    font-size: 16px;
  }

  .text-block {
    text-align: left;
    font-size: 14px;
  }

  .list-button {
    grid-row-gap: 16px;
  }

  .list-dots {
    grid-row-gap: 0px;
  }

  .guarantee-point {
    max-width: 70%;
    grid-column-gap: 8px;
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    display: flex;
  }

  .list-product {
    width: 100%;
    grid-row-gap: 8px;
    margin-bottom: 0;
  }

  .text-65 {
    font-size: 18px;
  }

  .text-64 {
    font-size: 14px;
  }

  .vectors-wrapper-8 {
    margin-top: 8px;
  }

  .frame-515632 {
    grid-column-gap: 8px;
    align-items: flex-start;
    margin-bottom: 4px;
  }

  .text-61 {
    font-size: 20px;
  }

  .icon-guarantees {
    width: 56px;
    height: 56px;
  }

  .content-9 {
    height: 100%;
    grid-row-gap: 24px;
    display: flex;
  }

  .column-22 {
    grid-row-gap: 0px;
    display: flex;
  }

  .btn {
    height: 56px;
  }

  .button-block {
    width: 100%;
    grid-row-gap: 0px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    display: flex;
  }

  .slider {
    width: 300px;
    height: 300px;
  }

  .product-block {
    margin-top: 24px;
  }

  .brainy-box {
    width: 70%;
    max-width: 100%;
    margin-bottom: 8px;
  }

  .frame-1234837 {
    grid-row-gap: 12px;
    align-self: center;
    align-items: center;
  }

  .text-96 {
    font-size: 16px;
  }

  .card-ingredient {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    display: flex;
  }

  .text-97 {
    margin-bottom: 0;
  }

  .img-ingredient {
    width: 180px;
    height: 180px;
  }

  .ingredients {
    grid-row-gap: 0px;
    margin-top: 16px;
  }

  .subheader {
    grid-row-gap: 8px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .link-22px {
    font-size: 14px;
  }

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

  .text-22px-header, .text-22px-header-regular {
    font-size: 16px;
  }

  .div-block-9 {
    grid-row-gap: 8px;
    flex-direction: column;
    display: flex;
  }

  .div-block-10 {
    grid-column-gap: 84px;
    padding-left: 16px;
  }

  .div-block-11 {
    grid-column-gap: 40px;
    padding-left: 16px;
  }

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

  .button-block-bottom {
    width: 100%;
    grid-row-gap: 4px;
    background-color: #dcefff;
    padding-bottom: 64px;
    display: flex;
  }

  .italic-text-3 {
    align-self: center;
  }

  .heading-5 {
    font-size: 28px;
  }

  .text-32px-2 {
    font-size: 18px;
  }

  .text-32px-2.mid {
    text-align: center;
  }

  .text-18px-2.mid {
    font-size: 16px;
    line-height: 150%;
  }

  .div-block-12 {
    padding-left: 16px;
  }

  .section-big-text-italic-2 {
    grid-row-gap: 8px;
    margin-left: 16px;
  }

  .big-text-italic-2 {
    font-size: 18px;
  }

  .list-of-stages {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .buttoncont {
    padding-left: 8px;
    padding-right: 8px;
  }

  .no-coffee {
    align-self: flex-start;
  }

  .nocoffee-text {
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .price {
    grid-column-gap: 4px;
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .fullpris {
    font-size: 14px;
  }

  .specialpris {
    font-size: 16px;
  }

  .gratis {
    margin-bottom: 4px;
    font-size: 12px;
  }

  .heading-8 {
    font-size: 28px;
  }

  .heading-8.mid {
    text-align: center;
  }

  .hero-split-left-2 {
    align-items: center;
    margin-left: 12px;
    margin-right: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-2 {
    padding-top: 24px;
  }

  .container-17 {
    max-width: none;
    border-width: 5px;
  }

  .hero-heading-left-2 {
    padding: 32px 8px;
  }

  .heading-9.mid, .heading-9.mid.s {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .paragraph-2.mid {
    line-height: 18px;
  }

  .submit-button {
    font-size: 16px;
  }

  .img-guarantee {
    width: 160px;
    height: 160px;
  }

  .satisfaction100text {
    line-height: 14px;
  }

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

  .guarantee {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    padding: 40px 8px 16px;
    display: flex;
  }

  .div-block-17 {
    width: 100%;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  .guarantee-text {
    margin-top: 0;
  }

  .div-block-50 {
    grid-row-gap: 8px;
    flex-direction: column;
    margin-bottom: 8px;
    display: flex;
  }

  .header-subheader {
    padding: 16px 8px;
  }

  .personnummer, .telefon {
    width: 100%;
  }

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

  .gratis-2 {
    font-size: 14px;
  }

  .specialpris-2 {
    font-size: 18px;
  }

  .form-container-2 {
    border-radius: 16px;
    margin-top: 0;
    padding: 16px 12px;
  }

  .form-row-1 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .gatuadress, .efternamn, .fornamn {
    width: 100%;
  }

  .form-row-2 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .section-5 {
    width: 100%;
  }

  .form-footer {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .fullpris-2 {
    font-size: 14px;
  }

  .gatuadress-copy {
    width: 100%;
  }

  .form-row-3 {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .paragraph-3 {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
  }

  .e-post {
    width: 100%;
  }

  .disclamer {
    text-align: center;
    font-size: 12px;
    line-height: 120%;
  }
}


