.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.coup-wrap {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 3%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.coup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.body {
  background-color: #f3f5f9;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.coupon-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #3f4d66;
  line-height: 40px;
  text-align: center;
}

.coupon-body-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 306px;
  height: 349px;
  max-width: 306px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 1px 1px 6px -3px #6c6c6c;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.coupon-body-wrap:hover {
  border-color: #f8c60e;
  background-image: radial-gradient(circle farthest-corner at 0% 0%, rgba(248, 198, 14, 0.33), rgba(236, 70, 10, 0.38) 32%, #fff 82%);
  box-shadow: 1px 1px 6px -3px #6c6c6c;
}

.coupon-body-wrap.hide-coupon {
  display: none;
}

.coupon-img-wrap {
  padding-bottom: 100%;
  background-image: url('../images/fogg-coffee-break.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.coupon-card-subtext {
  font-family: Montserrat, sans-serif;
  color: #000;
  text-align: center;
}

.coupon-field-1 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  color: #9ccd65;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.coupon-field-1::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-1:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-1::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-1::placeholder {
  color: #9ccd65;
}

.form-block {
  margin-top: 20px;
  margin-bottom: 0px;
}

.copy-btn-1 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ec4609;
  text-align: center;
}

.you-can-delete-me {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 74px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.tut-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  height: 37px;
  min-width: 280px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  color: #4d342e;
  font-size: 14px;
  text-decoration: none;
}

.icon-wrap {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ec4609;
  background-image: url('../images/play-button.svg');
  background-position: 50% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.heading {
  margin-top: 2px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-2 {
  background-color: #f3f3f3;
}

.coupon-field-2 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  color: #9ccd65;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.coupon-field-2::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-2:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-2::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-2::placeholder {
  color: #9ccd65;
}

.copy-btn-2 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ec4609;
  text-align: center;
}

.div-block {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 979px;
  margin-right: auto;
  margin-left: auto;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 433px;
  max-width: 979px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  display: none;
  padding: 40px 20px 60px;
}

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

.footer {
  background-color: #3f4d66;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 370px;
  max-width: 979px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-4 {
  height: 75px;
}

.navbar {
  height: auto;
  background-color: #3f4d66;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container-5 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.slider {
  height: 90vh;
}

.slide-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-section {
  display: none;
}

.right-arrow {
  display: none;
  margin-right: 40px;
}

.left-arrow {
  display: none;
  margin-left: 40px;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #f8c60e;
  font-size: 16px;
  letter-spacing: 1px;
}

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

.nav-link-2 {
  color: #ffb300;
}

.nav-link-3 {
  color: #ffb300;
}

.brand {
  width: 138px;
  height: 49px;
}

.image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-6 {
  max-width: 979px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 30px 100px;
}

.heading-3 {
  width: 75%;
  margin: 0px auto 20px;
  font-family: Averta, sans-serif;
  color: #ec4609;
  line-height: 50px;
  text-align: center;
}

.bold-text {
  color: #ec4609;
}

.bold-text-2 {
  color: #ec4609;
}

.bold-text-3 {
  color: #ec4609;
}

.tutorial-wrapper {
  border-style: solid;
  border-width: 8px;
  border-color: #f8c60e;
  border-radius: 6px;
  box-shadow: 1px 1px 20px 5px #b2b2b2;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 18px;
  font-weight: 600;
}

.paragraph {
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

.columns {
  width: auto;
  height: 200px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.column-3 {
  height: 100%;
}

.fotter-section-text {
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.footer-link-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nav-link-footer {
  margin-bottom: 0.5em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Montserrat, sans-serif;
  color: #f3f3f3;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.nav-link-footer:hover {
  text-decoration: underline;
}

.social-media-wrapper {
  padding-bottom: 20px;
  border-bottom: 0.5px solid #f3f3f3;
}

.link-block-media-social {
  width: 28px;
  height: 28px;
  margin-right: 1em;
  background-image: url('../images/instagram-logo.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-block-media-social.instagram {
  background-image: none;
}

.link-block-media-social.linkedin {
  background-image: none;
}

.link-block-media-social.email {
  background-image: none;
}

.text-block-2 {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.4px;
}

.coupon-field-3 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  color: #9ccd65;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.coupon-field-3::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-3:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-3::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-3::placeholder {
  color: #9ccd65;
}

.coupon-field-4 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  color: #9ccd65;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.coupon-field-4::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-4:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-4::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-4::placeholder {
  color: #9ccd65;
}

.coupon-field-5 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  color: #9ccd65;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.coupon-field-5::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-5:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-5::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-5::placeholder {
  color: #9ccd65;
}

.coupon-field-6 {
  position: relative;
  height: 64px;
  margin-bottom: 0px;
  padding-top: 12px;
  border: 0px solid #000;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #d2dfe8;
  color: #9ccd65;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.coupon-field-6::-webkit-input-placeholder {
  color: #9ccd65;
}

.coupon-field-6:-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-6::-ms-input-placeholder {
  color: #9ccd65;
}

.coupon-field-6::placeholder {
  color: #9ccd65;
}

.copy-btn-3 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ec4609;
  text-align: center;
}

.copy-btn-4 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ec4609;
  text-align: center;
}

.copy-btn-5 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ec4609;
  text-align: center;
}

.copy-btn-6 {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ec4609;
  text-align: center;
}

.slide-nav {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: auto;
  margin-top: 10px;
  margin-right: 100px;
  margin-bottom: 10px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-voucher-bundling {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #fff;
}

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

.bundling-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 310px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.paket-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  background-image: none;
  background-size: auto;
  box-shadow: 0 0 12px 0 rgba(63, 63, 63, 0.45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
}

.paket-1:hover {
  box-shadow: 0 0 12px 0 rgba(63, 63, 63, 0.45);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.paket-1.paket-b {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.paket-1.paket-b:hover {
  box-shadow: 0 0 12px 0 rgba(63, 63, 63, 0.45);
}

.paket-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  height: 100%;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  text-decoration: none;
}

.bundling-image {
  width: 100.00005847948434%;
  height: 85%;
  -o-object-fit: contain;
  object-fit: contain;
}

.text-hoover-on {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.pay-hyperlink-wrapper {
  display: none;
  height: 10%;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 19px;
  background-color: #f40;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Averta, sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.pay-hyperlink-wrapper:hover {
  background-color: #eca409;
  box-shadow: 1px 1px 15px 4px #cbcbcb;
}

.navbar-2 {
  height: auto;
  background-color: #3f4d66;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.container-8 {
  max-width: 979px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-link-4 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Averta, sans-serif;
  color: #f8c60e;
  font-size: 16px;
  letter-spacing: 1px;
}

.nav-link-4:hover {
  color: #fff;
}

.instagram-icon {
  width: 100%;
  height: 100%;
}

.img-store {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  max-width: 979px;
}

.step-1-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-text {
  margin-top: 40px;
  font-family: Averta, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
}

.image-3 {
  width: 70%;
  height: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-3 {
  padding-top: 40px;
}

.image-4 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
}

.image-5 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 10px;
}

.disclaimer {
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: Averta, sans-serif;
  color: #ec4609;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.wbd-poster-wrapper {
  width: 70%;
  height: auto;
  border-radius: 10px;
  box-shadow: 1px 1px 3px 0 rgba(63, 63, 63, 0.45);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.wbd-poster-wrapper:hover {
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.34);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.wb-poster-section {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #e3e3e3;
}

.container-7-copy {
  max-width: 979px;
}

.wb-poster-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 979px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-6 {
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .you-can-delete-me {
    display: none;
  }

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

  .nav-link-4 {
    text-align: center;
  }

  .menu-button {
    color: #f8c60e;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .nav-menu {
    background-color: #3f4d66;
    box-shadow: 0 5px 7px -2px #adadad;
  }
}

@media screen and (max-width: 479px) {
  .coup-container {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .coupon-body-wrap {
    width: auto;
    margin-bottom: 20px;
  }

  .coupon-card-subtext {
    font-size: 12px;
  }

  .section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container-3 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .heading-3 {
    width: auto;
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.5em;
  }

  .tutorial-wrapper {
    border-width: 5px;
  }

  .paragraph {
    text-align: center;
  }

  .columns {
    height: auto;
    padding-top: 40px;
  }

  .column {
    margin-bottom: 20px;
  }

  .column-2 {
    margin-bottom: 20px;
  }

  .column-3 {
    margin-bottom: 20px;
  }

  .fotter-section-text {
    margin-bottom: 20px;
    text-align: center;
  }

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

  .social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-style: none;
  }

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

  .section-voucher-bundling {
    padding-bottom: 20px;
  }

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

  .bundling-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paket-1 {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .paket-2 {
    width: 100%;
  }

  .bundling-image {
    height: auto;
  }

  .pay-hyperlink-wrapper {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 0px;
  }

  .container-9 {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-1-div {
    width: 100%;
    padding-bottom: 20px;
  }

  .disclaimer {
    line-height: 1.5em;
  }

  .wbd-poster-wrapper {
    width: 90%;
  }

  .wb-poster-section {
    padding-bottom: 40px;
  }

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

@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Averta';
  src: url('../fonts/Averta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}