.section {
  display: block;
  overflow: hidden;
  height: 100vh;
  -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: hsla(231.42857142857144, 63.64%, 97.84%, 1.00);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7fd), to(#e9edfa));
  background-image: linear-gradient(180deg, #f6f7fd, #e9edfa);
}

.image {
  position: absolute;
  display: none;
  width: 50vw;
  height: 100vh;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 87%, 0);
}

.image-2 {
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.body {
  margin-top: 0px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
}

.nav-links {
  padding: 40px 30px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Raleway, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
}

.nav-links:hover {
  color: rgba(92, 92, 92, .7);
}

.button {
  height: 40px;
  margin-top: 31px;
  padding-top: 9px;
  border-radius: 20px;
  background-color: #ff981d;
  background-image: url('../images/arrow_cta_button.svg');
  background-position: 85% 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Raleway, sans-serif;
}

.button:hover {
  background-color: hsla(32.654867256637175, 100.00%, 55.69%, 0.80);
}

.button.modal-button {
  margin-bottom: 25px;
  padding-right: 80px;
  padding-left: 80px;
  background-image: none;
}

.button.modal-buttton-2 {
  width: 300px;
  margin-top: 23px;
  background-image: none;
}

.bold-text {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 18px;
  padding-left: 0px;
  font-weight: 400;
}

.div-block {
  position: relative;
  z-index: 1;
  display: block;
  overflow: visible;
  width: 1110px;
  height: auto;
  margin-right: auto;
  margin-left: 15px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  -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;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 77px;
  font-weight: 200;
  text-align: left;
}

.heading.terms {
  margin-top: 170px;
}

.image-3 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-3.download-section {
  display: block;
  margin-top: 37px;
}

.image-4 {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  width: 50vw;
  height: 100vh;
  max-width: auto;
}

.background_pattern {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50%;
  height: 100%;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-2 {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}

.background_pattern_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.image-5 {
  position: static;
}

.section-3 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#f7f7f7));
  background-image: linear-gradient(180deg, #f7f7f7, #f7f7f7);
}

.background_pattern_3 {
  position: absolute;
  top: 0%;
  right: 0%;
  width: 50%;
  height: 100%;
  background-image: url('../images/pattern_1.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section-4 {
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 30px;
}

.section-5 {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 109px;
}

.section-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 986px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.section-testimonails {
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url('../images/pattern_2.png');
  background-position: 0px 0px;
  background-size: cover;
}

.section-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 420px;
  padding-top: 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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
}

.section-get-in-touch {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: hsla(176.66666666666666, 45.00%, 76.47%, 1.00);
}

.image-6 {
  width: 254px;
  border-radius: 50%;
}

.heading-2 {
  font-family: Gilroy, sans-serif;
  color: #5d5d5d;
}

.features-text {
  width: 220px;
  font-family: Raleway, sans-serif;
  color: #5d5d5d;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.features-div {
  display: block;
  width: 254px;
  margin-right: auto;
  margin-left: auto;
}

.features-div.feature-1 {
  margin-left: 0px;
  float: none;
  text-align: left;
}

.features-div.feature-3 {
  margin-right: 0px;
}

.column {
  position: relative;
}

.column-2 {
  position: relative;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.heading-3 {
  margin-top: 80px;
  margin-bottom: 67px;
  font-family: Gilroy, sans-serif;
  color: #372e4a;
  font-size: 64px;
  line-height: 74px;
  text-align: center;
}

.heading-3.get-in-touch {
  margin-top: 0px;
  color: hsla(259.2857142857143, 0.00%, 100.00%, 1.00);
}

.heading-3._04 {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #88d4d0;
  font-size: 50px;
  line-height: 52px;
  text-align: left;
}

.heading-3._05 {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff981d;
  font-size: 50px;
  line-height: 52px;
  text-align: left;
}

.heading-3._02 {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #372e4a;
  font-size: 50px;
  line-height: 52px;
  text-align: left;
}

.heading-3.terms {
  margin-top: 140px;
  text-align: left;
}

.slider {
  display: block;
  width: 768px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.slide {
  position: relative;
  display: block;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.icon {
  color: #372e4a;
}

.icon-2 {
  color: #372e4a;
}

.right-arrow {
  right: -80px;
}

.left-arrow {
  left: -80px;
}

.text-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.paragraph {
  width: 400px;
  color: #5d5d5d;
  font-size: 23px;
  line-height: 41px;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  box-shadow: 0 22px 37px 0 #000;
}

.slide-nav {
  left: 0px;
  right: 0px;
  bottom: -95px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 89%, .5)), to(hsla(0, 0%, 89%, .5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 89%, .5), hsla(0, 0%, 89%, .5));
}

.slider-2 {
  display: block;
  width: 768px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 22px 37px 0 hsla(205.0909090909091, 40.74%, 26.47%, 0.07);
}

.slide-1 {
  padding-top: 130px;
  padding-bottom: 77px;
  background-color: #fff;
}

.right-arrow-2 {
  left: auto;
  top: 0%;
  right: -80px;
  bottom: 0%;
}

.testiomonial-text {
  width: 400px;
  margin: 0px auto 27px;
  padding-top: 0px;
  font-size: 23px;
  line-height: 41px;
  text-align: center;
}

.image-7 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
}

.left-arrow-2 {
  left: -80px;
}

.icon-3 {
  color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.text-block-2 {
  margin-top: 21px;
  margin-right: auto;
  margin-left: auto;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

.quotation-mark {
  position: absolute;
  left: 16%;
  top: 15%;
  right: auto;
  bottom: auto;
  display: inline-block;
  overflow: visible;
  color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  font-size: 168px;
  line-height: 168px;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.paragraph-2 {
  display: block;
  overflow: visible;
  width: 466px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.paragraph-3 {
  display: block;
  overflow: visible;
  width: 2500px;
  margin-bottom: 50px;
  font-family: Gilroy, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 800;
}

.form-block {
  width: 355px;
  margin-right: auto;
  margin-left: auto;
}

.text-field {
  height: 47px;
  margin-top: 21px;
  margin-bottom: 21px;
  padding-left: 17px;
  border: 1px none #000;
  border-radius: 23.5px;
  color: hsla(175.71428571428567, 0.00%, 0.00%, 1.00);
  font-size: 14px;
}

.text-field::-webkit-input-placeholder {
  color: #739d9a;
}

.text-field:-ms-input-placeholder {
  color: #739d9a;
}

.text-field::-ms-input-placeholder {
  color: #739d9a;
}

.text-field::placeholder {
  color: #739d9a;
}

.textarea {
  height: auto;
  max-height: 200px;
  max-width: 355px;
  min-height: 100px;
  margin-bottom: 0px;
  padding-left: 17px;
  border: 1px none #000;
  border-radius: 23.5px;
  background-color: #fff;
}

.textarea::-webkit-input-placeholder {
  color: #739d9a;
}

.textarea:-ms-input-placeholder {
  color: #739d9a;
}

.textarea::-ms-input-placeholder {
  color: #739d9a;
}

.textarea::placeholder {
  color: #739d9a;
}

.text-field-2 {
  border: 1px none #000;
  border-radius: 23.5px;
}

.submit-button {
  width: 355px;
  height: 47px;
  margin-top: 25px;
  border-radius: 23.5px;
  background-color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 16px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: hsla(259.2857142857143, 23.33%, 23.53%, 0.88);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  margin-left: 20px;
  padding-left: 0px;
  -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-transition: all 200ms ease;
  transition: all 200ms ease;
}

.div-block-3:hover {
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -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;
}

.image-8 {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  margin-left: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link-block:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

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

.link-block.twitter {
  display: none;
}

.textarea-2 {
  height: 100px;
  max-height: 200px;
  max-width: 355px;
  min-height: 100px;
  padding-left: 17px;
  border: 1px none #000;
  border-radius: 23.5px;
}

.textarea-2::-webkit-input-placeholder {
  color: #739d9a;
}

.textarea-2:-ms-input-placeholder {
  color: #739d9a;
}

.textarea-2::-ms-input-placeholder {
  color: #739d9a;
}

.textarea-2::placeholder {
  color: #739d9a;
}

.image-9 {
  display: block;
  margin-right: auto;
  margin-bottom: 54px;
  margin-left: auto;
}

.div-block-5 {
  width: 1110px;
  height: 986px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  opacity: 1;
}

.div-block-6 {
  width: 1110px;
  height: 500px;
}

.image-10 {
  position: absolute;
  left: 22%;
  top: 60px;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 1188px;
  height: 600px;
  max-width: none;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 986px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.paragraph-4 {
  width: auto;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.paragraph-4.white {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #fff;
}

.column-4 {
  height: 986px;
}

.text-block-3 {
  position: absolute;
  left: -20%;
  top: 27%;
  right: auto;
  bottom: auto;
  z-index: 0;
  font-family: Anton, sans-serif;
  color: #eeedef;
  font-size: 140px;
  line-height: 150px;
}

.link-block-2 {
  position: relative;
  padding: 15px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #000;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-block-2:hover {
  color: #fff;
}

.button-text {
  overflow: visible;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #000;
  font-style: normal;
  letter-spacing: 3px;
  text-decoration: none;
  text-indent: 1px;
  text-transform: none;
}

.button-text:hover {
  color: #fff;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  background-color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
}

.text-block-4 {
  position: relative;
  z-index: 2;
}

.section-7 {
  overflow: hidden;
  height: 986px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}

.div-block-8 {
  position: relative;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  max-height: 100%;
  max-width: 200%;
  margin-left: 117px;
}

.columns {
  display: block;
  height: 986px;
  max-height: none;
  -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;
}

.image-12 {
  position: absolute;
  left: -13px;
  top: 301px;
  right: 0%;
  bottom: auto;
  z-index: 3;
  padding-top: 0px;
}

.image-12.blizzz.features {
  position: static;
}

.background-video {
  position: absolute;
  left: 6px;
  top: 318px;
  z-index: 1;
  width: 251px;
  height: 545px;
}

.column-5 {
  height: auto;
}

.div-block-9 {
  max-height: 100%;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 864px;
  padding-left: 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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-wrapper {
  position: static;
  left: 2px;
  right: 1px;
  display: block;
  height: 100vh;
  max-height: none;
  max-width: 1264px;
  margin-right: auto;
  margin-left: auto;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-13 {
  position: relative;
  z-index: 1;
  display: block;
}

.div-block-11 {
  position: absolute;
}

.columns-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  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;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 0px;
  -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;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-14 {
  margin-right: 0px;
  margin-bottom: 30px;
  padding-right: 0px;
  border-radius: 15px;
}

.image-15 {
  border-radius: 15px;
}

.kiddo {
  display: block;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  margin-left: 0px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 100%, 99%, 0)), to(hsla(0, 0%, 100%, .8)));
  background-image: linear-gradient(180deg, hsla(0, 100%, 99%, 0), hsla(0, 0%, 100%, .8));
  opacity: 0.74;
}

.columns-3 {
  position: relative;
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.column-9 {
  display: block;
  padding-right: auto;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-12 {
  display: inline-block;
  width: 174px;
  height: 280px;
  max-height: 80%;
  max-width: 100%;
  min-height: 220px;
}

.div-block-12.main {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 179px;
  height: 387px;
  margin-right: 82px;
  margin-bottom: 173px;
}

.column-10 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-16 {
  margin-bottom: 30px;
  border-radius: 15px;
}

.image-17 {
  border-radius: 15px;
}

.background-video-3 {
  overflow: hidden;
  width: 174px;
  height: 280px;
  max-height: none;
  max-width: 100%;
  min-height: auto;
  min-width: auto;
  border-radius: 15px;
  opacity: 0.8;
}

.wrap-colors {
  width: 170px;
  margin-right: 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  max-width: 100%;
  min-width: 1px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-11 {
  padding-left: 60px;
}

.big-number {
  position: absolute;
  left: 2px;
  top: -94px;
  z-index: 1;
  font-family: Anton, sans-serif;
  color: #4c415d;
  font-size: 140px;
  line-height: 140px;
}

.big-number.number-2 {
  color: #ddeeed;
}

.big-number.number-3 {
  color: #f5f5f5;
}

.image-18 {
  position: relative;
  left: -79px;
  top: -62px;
  max-width: none;
}

.image-18.colors {
  position: absolute;
  left: 275px;
  top: -21px;
  right: 0%;
  bottom: 0%;
}

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

.column-12 {
  padding-left: 50px;
}

.div-block-16 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1240px;
  max-width: 1240px;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.image-19 {
  position: static;
  left: auto;
  right: auto;
  max-width: none;
  margin-left: 0px;
  padding-left: 0px;
  text-align: center;
}

.div-block-17 {
  position: absolute;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 13%;
  z-index: 2;
}

.image-20 {
  max-width: none;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.div-block-18 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.div-block-19 {
  height: auto;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.brand {
  margin-left: 15px;
}

.image-21 {
  position: absolute;
  left: auto;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: 3;
}

.image-22 {
  position: absolute;
  left: auto;
  top: auto;
  right: -9%;
  bottom: 124px;
  z-index: 2;
}

.image-23 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  margin-right: -83px;
  margin-bottom: -89px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.background-video-4 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: none;
  overflow: visible;
  width: 181px;
  height: 389px;
  margin-right: 93px;
  margin-bottom: 162px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.background-video-5 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: block;
  overflow: visible;
  width: 181px;
  height: auto;
  max-height: none;
  max-width: 100%;
  margin: 11px 134px 235px -19px;
  float: none;
  clear: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-20 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 181px;
  height: 389px;
  max-height: 100%;
  max-width: 100%;
  margin-right: 84px;
  margin-bottom: 202px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.background-video-6 {
  z-index: 3;
  overflow: visible;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: auto;
  min-width: 0px;
}

.div-block-21 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  overflow: visible;
  width: 181px;
  height: 387px;
  margin-right: 97px;
  margin-bottom: 164px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
}

.main-video {
  left: auto;
  display: inline-block;
  overflow: visible;
}

.div-block-22 {
  height: 100vh;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-23 {
  width: 181px;
  height: 387px;
}

.background-video-7 {
  overflow: visible;
  max-width: 100%;
  margin-top: 71px;
  margin-left: 77px;
}

.background-video-8 {
  max-width: 100%;
}

.background-video-9 {
  display: block;
  width: 181px;
  height: 388px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.app-badge {
  margin-top: 33px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.app-badge:hover {
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.app-badge.download-section {
  display: block;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.social-hero {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.image-24 {
  height: 21px;
}

.image-25 {
  height: 21px;
}

.image-26 {
  height: 20px;
}

.nav-menu {
  margin-right: 15px;
}

.div-block-24 {
  position: relative;
}

.image-27.blizzz {
  display: none;
}

.heading-4 {
  display: none;
}

.image-29 {
  display: none;
}

.success-message {
  padding-top: 69px;
  padding-bottom: 69px;
  border-radius: 20px;
  background-color: #fff;
}

.modal-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100000;
  display: none;
  -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: rgba(0, 0, 0, .45);
}

.modal {
  position: fixed;
  z-index: 100001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 420px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 70px 70px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.text-block-5 {
  margin-bottom: 0px;
  font-family: Gilroy, sans-serif;
  color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  font-size: 39px;
  line-height: 51px;
  font-weight: 800;
  text-align: center;
}

.text-block-5.modal-2 {
  display: block;
  height: 420px;
  margin-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-30 {
  margin-bottom: 25px;
}

.link {
  color: #5d5d5d;
  font-weight: 500;
}

.close-1 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.text-field-3 {
  width: 300px;
  margin-bottom: -1px;
  border-radius: 20px;
}

.form-block-2 {
  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;
  -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-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.error-message {
  background-color: hsla(0, 100%, 94%, 0);
}

.modal-1 {
  position: fixed;
  z-index: 100001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 470px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 70px 70px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.link-block-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.modal-2 {
  position: fixed;
  z-index: 100001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  height: 420px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 70px 70px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.text-field-4 {
  width: 300px;
  margin-top: 30px;
  margin-bottom: 0px;
  border-radius: 20px;
}

.close-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  cursor: pointer;
}

.lite {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.premium {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
}

.playbook {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.image-31 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
}

.photo-book {
  position: relative;
  z-index: 3;
  display: block;
}

.green {
  position: absolute;
  display: block;
}

.photobook-text {
  position: absolute;
  left: 140px;
  top: 117px;
  z-index: 6;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Gilroy, sans-serif;
  color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  font-size: 20px;
  font-weight: 200;
}

.text-block-7 {
  position: absolute;
  left: 32%;
  top: 7%;
  right: auto;
  bottom: auto;
  z-index: 5;
  -webkit-transform: skew(0deg, 2deg);
  -ms-transform: skew(0deg, 2deg);
  transform: skew(0deg, 2deg);
  font-family: Gilroy, sans-serif;
  font-size: 20px;
}

.green-text {
  position: absolute;
  left: 53%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 6;
  font-family: Gilroy, sans-serif;
  font-size: 20px;
}

.image-34 {
  display: none;
}

.html-embed {
  position: absolute;
  z-index: 3;
  width: 180px;
  height: 388px;
}

.success-message-2 {
  margin-top: 25px;
  background-color: #ff981d;
}

.text-block-9 {
  color: #fff;
}

.background-video-10 {
  position: absolute;
  left: 19px;
  top: 17px;
  z-index: auto;
  width: 251px;
  height: 545px;
}

.background-video-10.f1 {
  left: auto;
}

.image-35 {
  width: 200px;
  margin-bottom: 39px;
  text-align: center;
}

.body-2 {
  font-family: Raleway, sans-serif;
  line-height: 24px;
}

.paragraph-5 {
  margin-bottom: 12px;
  color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  font-size: 15px;
  line-height: 25px;
}

.marker {
  margin-top: 20px;
  color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  font-size: 18px;
  font-weight: 700;
}

.list-item {
  margin-bottom: 7px;
  font-size: 15px;
}

.section-8 {
  padding-bottom: 100px;
}

.section-9 {
  height: 400px;
  padding-top: 20px;
  padding-bottom: 69px;
  background-color: hsla(176.66666666666666, 45.00%, 76.47%, 0.00);
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: 360px;
}

.container-2 {
  padding-top: 100px;
}

.container-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.image-36 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-2 {
  color: #ff981d;
}

.list {
  list-style-type: decimal;
}

.container-4 {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}

.link-3 {
  padding-right: 20px;
  padding-left: 20px;
  color: hsla(259.2857142857143, 23.33%, 23.53%, 1.00);
  font-size: 12px;
  text-decoration: none;
}

@media (max-width: 991px) {
  .section {
    height: 900px;
  }
  .heading {
    font-size: 50px;
    line-height: 57px;
  }
  .section-2 {
    height: 600px;
  }
  .section-3 {
    height: 600px;
  }
  .section-testimonails {
    padding-top: 59px;
    padding-bottom: 59px;
  }
  .image-6 {
    width: 200px;
  }
  .heading-2 {
    font-size: 20px;
  }
  .features-text {
    font-size: 13px;
    line-height: 20px;
  }
  .heading-3 {
    font-size: 50px;
    line-height: 57px;
  }
  .heading-3._04 {
    font-size: 29px;
    line-height: 33px;
  }
  .heading-3._05 {
    font-size: 29px;
    line-height: 33px;
  }
  .heading-3._02 {
    font-size: 29px;
    line-height: 33px;
  }
  .slider-2 {
    width: 630px;
  }
  .slide-1 {
    padding-top: 80px;
    padding-bottom: 39px;
  }
  .right-arrow-2 {
    right: -50px;
    width: 50px;
  }
  .testiomonial-text {
    width: 300px;
    font-size: 18px;
    line-height: 28px;
  }
  .image-7 {
    width: 100px;
  }
  .left-arrow-2 {
    left: -50px;
    width: 50px;
  }
  .icon-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 6px;
  }
  .text-block-2 {
    font-size: 16px;
  }
  .quotation-mark {
    top: 5%;
    font-size: 120px;
  }
  .paragraph-4 {
    font-size: 12px;
    line-height: 16px;
  }
  .paragraph-4.white {
    font-size: 12px;
    line-height: 16px;
  }
  .text-block-3 {
    font-size: 88px;
  }
  .section-7 {
    height: 650px;
  }
  .div-block-8 {
    max-width: 750px;
  }
  .columns {
    height: 600px;
  }
  .image-12 {
    top: 129px;
    width: 204px;
  }
  .background-video {
    left: 0px;
    top: 141px;
    z-index: 22;
    width: 178px;
    height: 385px;
    border-radius: 17px;
  }
  .column-6 {
    height: 500px;
  }
  .container-wrapper {
    height: 600px;
    max-width: 750px;
  }
  .columns-2 {
    height: 600px;
  }
  .kiddo {
    height: 170%;
  }
  .div-block-12 {
    width: 106px;
    height: 153px;
    min-height: auto;
  }
  .background-video-3 {
    height: 280px;
  }
  .wrap-colors {
    width: 100px;
  }
  .big-number {
    font-size: 88px;
  }
  .image-18.colors {
    left: 194px;
    top: -13px;
    width: 336px;
  }
  .div-block-15 {
    max-width: 750px;
  }
  .div-block-16 {
    width: auto;
    max-width: 750px;
  }
  .image-19 {
    width: 1000px;
    max-width: 1000px;
    min-width: 1000px;
  }
  .div-block-17 {
    right: 3%;
    bottom: 24%;
  }
  .image-20 {
    width: 400px;
  }
  .div-block-18 {
    overflow: visible;
    height: 900px;
    max-width: 762px;
  }
  .div-block-19 {
    max-width: 750px;
  }
  .image-21 {
    top: 3%;
    width: 205px;
  }
  .image-22 {
    right: -6%;
    bottom: 29%;
    width: 130px;
  }
  .image-23 {
    right: -19px;
    bottom: -23px;
    width: 272px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .div-block-21 {
    right: 105px;
    bottom: 150px;
    width: 122px;
    height: 264px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .background-video-9 {
    display: block;
    width: 123px;
    height: 264px;
  }
  .icon-4 {
    display: none;
  }
  .image-27 {
    width: 204px;
  }
  .image-28 {
    width: 204px;
  }
  .heading-4 {
    display: none;
  }
  .image-29 {
    display: none;
  }
  .green {
    max-width: 100%;
  }
  .photobook-text {
    left: 86px;
    top: 66px;
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
    font-size: 18px;
  }
  .text-block-7 {
    top: 6%;
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
    font-size: 18px;
  }
  .green-text {
    top: -1%;
    -webkit-transform: skew(0deg, 2deg);
    -ms-transform: skew(0deg, 2deg);
    transform: skew(0deg, 2deg);
    font-size: 18px;
  }
  .image-34 {
    display: none;
  }
  .background-video-10 {
    left: 12px;
    top: 12px;
    z-index: 22;
    width: 180px;
    height: 384px;
    border-radius: 17px;
  }
  .background-video-10.f1 {
    top: 12px;
    z-index: 22;
    width: 180px;
    height: 384px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .section {
    height: 850px;
  }
  .image-2 {
    display: none;
  }
  .heading {
    margin-top: 116px;
    color: #372e4a;
  }
  .background_pattern {
    display: none;
  }
  .section-2 {
    overflow: visible;
    height: 600px;
  }
  .background_pattern_2 {
    overflow: hidden;
    width: 100%;
  }
  .section-3 {
    overflow: hidden;
    height: 800px;
  }
  .background_pattern_3 {
    width: 100%;
  }
  .section-4 {
    padding-top: 35px;
  }
  .section-5 {
    padding: 0px 1px 44px 10px;
  }
  .section-download {
    height: 320px;
    padding-top: 0px;
  }
  .image-6 {
    width: 150px;
  }
  .features-text {
    width: auto;
    max-width: 100%;
  }
  .features-div {
    width: auto;
    max-width: 100%;
  }
  .features-div.feature-1 {
    width: auto;
    max-width: 100%;
  }
  .column-2 {
    padding-left: 0px;
  }
  .heading-3 {
    font-size: 38px;
    line-height: 42px;
  }
  .heading-3._05 {
    width: 200px;
  }
  .slider-2 {
    width: 400px;
  }
  .right-arrow-2 {
    right: -30px;
    width: 30px;
  }
  .testiomonial-text {
    font-size: 14px;
    line-height: 20px;
  }
  .image-7 {
    width: 50px;
  }
  .left-arrow-2 {
    left: -30px;
    width: 30px;
  }
  .icon-3 {
    margin-left: 3px;
    font-size: 27px;
  }
  .quotation-mark {
    left: 190px;
    top: -9px;
    font-size: 60px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 22px;
  }
  .paragraph-3 {
    display: none;
  }
  .paragraph-4 {
    width: 200px;
  }
  .paragraph-4.white {
    width: 200px;
  }
  .text-block-3 {
    left: 12%;
    top: -54%;
    right: auto;
    bottom: auto;
  }
  .section-7 {
    height: 850px;
    padding-top: 130px;
  }
  .div-block-8 {
    max-width: 480px;
  }
  .image-11 {
    max-width: 150%;
  }
  .image-12 {
    left: 9%;
    top: 31%;
    right: auto;
    bottom: auto;
  }
  .image-12.blizzz.features {
    margin-top: 17px;
  }
  .background-video {
    left: 56px;
    top: 134px;
  }
  .column-5 {
    padding-top: 42px;
  }
  .column-6 {
    height: auto;
    padding-left: 150px;
  }
  .container-wrapper {
    max-width: 480px;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-8 {
    display: none;
  }
  .kiddo {
    margin-left: 32px;
  }
  .column-11 {
    margin-top: 150px;
    padding-left: 145px;
  }
  .column-11.fea2 {
    margin-top: 239px;
  }
  .big-number {
    left: 58px;
  }
  .big-number.number-3 {
    left: 58px;
  }
  .image-18.colors {
    top: 15px;
  }
  .div-block-15 {
    max-width: 480px;
    margin-top: 100px;
  }
  .column-12.fea3 {
    padding-left: 150px;
  }
  .image-19 {
    width: auto;
    max-width: 120%;
    min-width: auto;
  }
  .div-block-17 {
    position: static;
    left: 50%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .div-block-18 {
    display: block;
    height: 700px;
    max-width: 480px;
  }
  .image-21 {
    display: none;
  }
  .image-22 {
    right: 3%;
    bottom: 23%;
  }
  .image-23 {
    left: auto;
    top: auto;
    right: -5%;
    bottom: -81px;
  }
  .div-block-21 {
    right: 100px;
    bottom: 92px;
  }
  .social-hero {
    margin-bottom: 0px;
  }
  .image-24 {
    background-color: transparent;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #000;
  }
  .div-block-24 {
    margin-top: 38px;
  }
  .image-27 {
    margin-top: 17px;
  }
  .image-28 {
    margin-top: 24px;
  }
  .columns-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-13 {
    display: none;
  }
  .column-14 {
    display: none;
  }
  .column-15 {
    display: none;
  }
  .heading-4 {
    display: block;
    font-family: Gilroy, sans-serif;
    color: #fff;
    text-align: center;
  }
  .image-29 {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-wrapper {
    display: none;
  }
  .text-block-5 {
    font-size: 28px;
    line-height: 32px;
  }
  .modal-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 460px;
  }
  .modal-2 {
    width: 460px;
    height: 320px;
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .image-31 {
    display: none;
  }
  .photo-book {
    display: none;
  }
  .green {
    display: none;
  }
  .photobook-text {
    display: none;
  }
  .text-block-7 {
    display: none;
  }
  .green-text {
    display: none;
  }
  .image-34 {
    display: block;
  }
  .background-video-10 {
    left: 12px;
    top: 29px;
    z-index: 1;
    border-radius: 18px;
  }
  .background-video-10.f1 {
    top: 29px;
  }
  .image-35 {
    width: 150px;
  }
}

@media (max-width: 479px) {
  .section {
    height: 750px;
  }
  .button.modal-buttton-2 {
    width: 280px;
  }
  .div-block {
    width: auto;
    margin-bottom: 12px;
  }
  .heading {
    margin-top: 86px;
    font-size: 40px;
    line-height: 45px;
  }
  .section-2 {
    overflow: visible;
    height: 600px;
  }
  .section-4 {
    padding-top: 3px;
    padding-bottom: 37px;
  }
  .section-download {
    height: 320px;
    padding-top: 0px;
  }
  .section-get-in-touch {
    padding-bottom: 0px;
  }
  .image-6 {
    text-align: center;
  }
  .heading-2 {
    text-align: center;
  }
  .features-text {
    width: 280px;
    font-size: 15px;
    text-align: center;
  }
  .features-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 39px;
    -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;
    text-align: center;
  }
  .features-div.feature-1 {
    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;
    -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;
    text-align: center;
  }
  .heading-3 {
    margin-bottom: 22px;
  }
  .heading-3.get-in-touch {
    margin-bottom: 36px;
  }
  .heading-3._05 {
    position: static;
    text-align: left;
  }
  .heading-3._02 {
    width: 200px;
  }
  .slider-2 {
    width: 300px;
  }
  .right-arrow-2 {
    display: none;
  }
  .testiomonial-text {
    width: 280px;
  }
  .left-arrow-2 {
    display: none;
  }
  .icon-3 {
    display: none;
  }
  .slide-nav-2 {
    top: 341px;
    z-index: 6;
    display: block;
    background-color: rgba(136, 78, 78, 0);
    color: #892929;
  }
  .quotation-mark {
    left: 140px;
  }
  .paragraph-2 {
    width: 300px;
    font-size: 14px;
  }
  .paragraph-3 {
    display: none;
  }
  .form-block {
    width: 300px;
  }
  .submit-button {
    width: 300px;
  }
  .div-block-4 {
    margin-top: 45px;
  }
  .image-9 {
    margin-bottom: 27px;
  }
  .paragraph-4 {
    font-size: 14px;
    line-height: 18px;
  }
  .paragraph-4.white {
    position: static;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 14px;
    line-height: 18px;
  }
  .text-block-3 {
    left: 5%;
    top: -66%;
  }
  .image-11 {
    max-width: 170%;
    margin-left: 53px;
  }
  .image-12 {
    left: 83px;
    top: 196px;
    right: 0%;
    bottom: 0%;
    width: 180px;
  }
  .image-12.blizzz.features {
    width: 204px;
  }
  .background-video {
    left: 94px;
    top: 206px;
    width: 158px;
    height: 340px;
  }
  .column-6 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .big-number {
    left: 25px;
    top: -116px;
  }
  .big-number.number-2 {
    top: -130px;
  }
  .big-number.number-3 {
    left: 19px;
    top: -89px;
  }
  .image-18.colors {
    top: 8px;
    display: none;
    overflow: visible;
  }
  .column-12.fea3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 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;
  }
  .image-19 {
    max-width: 151%;
    margin-top: 13px;
    margin-left: 6px;
  }
  .image-20 {
    width: 290px;
  }
  .div-block-18 {
    height: 600px;
    max-width: 360px;
  }
  .brand {
    padding-left: 0px;
  }
  .image-22 {
    right: -16px;
    bottom: 26%;
    width: 90px;
  }
  .image-23 {
    right: -26px;
    width: 220px;
  }
  .div-block-21 {
    right: 74px;
    bottom: 58px;
    width: 99px;
    height: 214px;
  }
  .background-video-9 {
    display: block;
    width: 99px;
    height: 214px;
  }
  .div-block-24 {
    margin-top: -1px;
  }
  .columns-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .column-15 {
    display: none;
  }
  .heading-4 {
    display: block;
    font-family: Gilroy, sans-serif;
    color: #fff;
    text-align: center;
  }
  .image-29 {
    max-width: 80%;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .modal-wrapper {
    display: none;
  }
  .image-30 {
    min-width: 60px;
  }
  .modal-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 420px;
    padding: 30px 25px;
  }
  .modal-2 {
    width: 300px;
    height: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-field-4 {
    width: 280px;
  }
  .html-embed {
    display: none;
  }
  .background-video-10 {
    z-index: 22;
  }
  .background-video-10.f1 {
    top: 30px;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/GilroyExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-light-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}