body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: bold;
}

a {
  color: #00a3ff;
  text-decoration: none;
}

.stage {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  background-color: #bdc3c7;
  text-align: center;
}

.scene {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: auto;
  padding-top: 234px;
  -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-bottom: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 8px;
  background-color: #ecf0f1;
}

.div-block {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 28px;
  background-color: #3b3b3b;
}

.text-block {
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 28px;
}

.linktop {
  color: #00adff;
  text-decoration: none;
}

.style-guide {
  display: block;
  width: 780px;
  height: auto;
  padding: 20px;
  -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;
  background-color: #eee;
  text-align: left;
}

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

.heading {
  font-size: 16px;
}

.heading-2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.paragraph {
  width: 620px;
  margin-top: 20px;
}

.caption {
  width: 620px;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
}

.link {
  color: #007aff;
  text-decoration: none;
}

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

.author-badge {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 60px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  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;
  border-radius: 40px;
  background-color: #494949;
}

.id {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  border: 2px none #3b3b3b;
  border-radius: 30px;
}

.badge-content-flex-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.badge-content {
  font-family: 'Open Sans', sans-serif;
  color: #e6e6e6;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

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

.vmenu-dropdown-sublink {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #07c7ed;
  text-align: center;
}

.vmenu-dropdown-sublink:hover {
  color: #fc3d99;
  text-decoration: none;
}

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

.vmenu-dropdown-toggle {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  letter-spacing: 12px;
}

.vmenu-dropdown-toggle:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fc3d99;
}

.nav-menu-vertical {
  width: 100%;
}

.vmenu-dropdown-icon {
  color: #fff;
}

.vertical-navbar {
  position: fixed;
  z-index: 1000;
  width: 150px;
  height: 100%;
  background-color: #07c7ed;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.26), inset -1px 0 0 0 hsla(0, 0%, 100%, 0.3);
}

.vertical-navbar-link-item {
  width: 100%;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.my-dumy-navbar {
  overflow: hidden;
  height: 1px;
}

.the-hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  margin-left: 0px;
  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;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #404040;
}

.the-hero-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-hero-section._9th-sec {
  background-color: #5d396c;
}

.the-hero-section._7th-sec {
  background-color: #34495e;
}

.the-hero-section._5th-sec {
  background-color: #27ae60;
}

.the-hero-section._8th-sec {
  background-color: #1c5e84;
}

.the-hero-section._3rd-sec {
  background-color: #e74c3c;
}

.the-hero-section._10th-sec {
  background-color: #ff007b;
}

.the-hero-section._4rth-sec {
  background-color: #2980b9;
}

.the-hero-section._6th-sec {
  background-color: #e74c3c;
}

.the-hero-section._2nd-sec {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400vh;
  min-height: 100vh;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #07c7ed;
}

.the-hero-section.nnn {
  height: 400vh;
  -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;
}

.the-hero-section.upper {
  height: 50vh;
  background-color: #f39c12;
}

.the-hero-section.downer {
  background-color: #d35400;
}

.the-hero-section.limited {
  margin-top: 85px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: none;
}

.brand-logo-text {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
}

.vmenu-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-2 {
  position: relative;
  overflow: visible;
}

.image {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border: 4px solid #fff;
  border-radius: 89px;
}

.the-sticky-div-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 300;
  width: 100%;
  margin-top: 187px;
  margin-bottom: 0px;
  background-color: rgba(52, 152, 219, 0);
  -webkit-transform: perspective(2000px);
  transform: perspective(2000px);
  font-family: Poppins, sans-serif;
  color: #185261;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.affiliate-embed {
  width: 100%;
  margin-bottom: 20px;
}

.navbar {
  position: fixed;
  width: 150px;
  height: 100vh;
  background-color: #292d30;
}

.nav-menu {
  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;
}

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

.link-item {
  color: #fff;
}

.link-item.w--current {
  color: #2dcb70;
  font-weight: 400;
}

.brand {
  padding: 30px;
}

.the-sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  margin: 0px 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: hsla(0, 0%, 100%, 0.51);
}

.text-block-2 {
  margin-bottom: 10px;
  color: rgba(51, 51, 51, 0.63);
  font-size: 10px;
}

.card {
  position: -webkit-sticky;
  position: sticky;
  top: 128px;
  bottom: auto;
  width: 400px;
  height: 200px;
  margin-bottom: 50px;
  border-radius: 12px;
  background-color: #fff;
}

.card._2 {
  background-color: #f1c40f;
}

.card._3 {
  background-color: #f39c12;
}

.card._4 {
  background-color: #e67e22;
}

.section-content {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.22);
}

.trigger-element {
  width: 100%;
  height: 300vh;
  background-image: url('../images/shield-check-2_1shield-check 2.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: repeat-y;
}

.the-overflow-hidden-mask {
  position: relative;
  z-index: 200;
  overflow: hidden;
  width: 100%;
  height: 90%;
}

.the-width-400vh-scrollable-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3000vh;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a-block {
  overflow: hidden;
  width: 400px;
  height: 490px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(41, 128, 185, 0.33);
}

.a-block.limited {
  display: none;
}

.a-block.text {
  width: 400px;
  margin-left: 287px;
  background-color: transparent;
  box-shadow: none;
}

.a-block.text.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.a-block.image {
  width: 550px;
  border: 4px solid #fff;
  background-color: transparent;
  background-image: url('../images/IMG_6448_resized2.jpg');
  background-position: 100% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
  box-shadow: 0 0 50px 0 rgba(41, 128, 185, 0.43);
}

.a-block.image.group-2 {
  width: 950px;
  background-image: url('../images/IMG_3116_LG.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.a-block.image._3 {
  width: 470px;
  background-image: url('../images/IMG_6446.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.a-block.image._4 {
  width: 550px;
  background-image: url('../images/20191005_091920.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.a-block.image._5 {
  width: 370px;
  background-image: url('../images/20191005_091929.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.a-block.image._5.orn-end {
  overflow: visible;
  width: 360px;
  margin-top: 0px;
  margin-left: -95px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  background-image: url('../images/ornament_grinch.png');
  background-position: 50% 50%;
  background-size: contain;
  box-shadow: none;
}

.a-block.image._6 {
  width: 370px;
  background-image: url('../images/IMG_5009_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.a-block.image._6._7 {
  background-image: url('../images/20191028_194525.jpg');
}

.a-block.image._6._8 {
  width: 490px;
  background-image: url('../images/IMG_6076.jpg');
  background-position: 70% 50%;
}

.a-block.image._6._9 {
  width: 390px;
  background-image: url('../images/IMG_8822_Facetune_24-11-2018-16-33-38-2.jpg');
  background-position: 50% 100%;
}

.a-block.image._6._10 {
  width: 620px;
  background-image: url('../images/RMC_IMG_0922.jpg');
  background-position: 50% 50%;
}

.a-block.image.a {
  width: 330px;
  background-image: url('../images/margo_IMG_6468.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.a-block.image.b {
  width: 730px;
  background-image: url('../images/event_IMG_6466.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.a-block.image.c {
  width: 350px;
  background-image: url('../images/event_IMG_6463.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.a-block.image.d {
  width: 520px;
  background-image: url('../images/event_IMG_6464.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.a-block.image.e {
  width: 680px;
  background-image: url('../images/event_IMG_6470.jpg');
  background-size: cover;
}

.a-block.image.f {
  background-image: url('../images/event_group_IMG_6469.jpg');
  background-size: cover;
}

.the-height-400vh-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2000vh;
  margin-top: -198px;
  margin-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;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #fff;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-height-400vh-section._9th-sec {
  background-color: #5d396c;
}

.the-height-400vh-section._7th-sec {
  background-color: #34495e;
}

.the-height-400vh-section._5th-sec {
  background-color: #27ae60;
}

.the-height-400vh-section._8th-sec {
  background-color: #1c5e84;
}

.the-height-400vh-section._3rd-sec {
  background-color: #e74c3c;
}

.the-height-400vh-section._10th-sec {
  background-color: #ff007b;
}

.the-height-400vh-section._4rth-sec {
  background-color: #2980b9;
}

.the-height-400vh-section._6th-sec {
  background-color: #e74c3c;
}

.the-height-400vh-section._2nd-sec {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400vh;
  min-height: 100vh;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #07c7ed;
}

.the-height-400vh-section.nnn {
  height: 400vh;
  -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;
}

.the-height-400vh-section.upper {
  height: 50vh;
  background-color: #f39c12;
}

.the-height-400vh-section.downer {
  background-color: #d35400;
}

.the-height-400vh-section.my {
  width: auto;
  height: 390vh;
  margin-top: -56px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #e0e0e0;
}

.page-scene {
  overflow: scroll;
  width: 660px;
  height: 80vh;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  border-radius: 12px;
  background-color: #fff;
}

.the-footer-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  margin-left: 0px;
  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;
  border-top: 60px none rgba(36, 36, 36, 0.09);
  background-color: #161a25;
}

.the-footer-section:focus {
  box-shadow: inset 0 0 0 85px rgba(255, 0, 0, 0.29);
}

.the-footer-section._9th-sec {
  background-color: #5d396c;
}

.the-footer-section._7th-sec {
  background-color: #34495e;
}

.the-footer-section._5th-sec {
  background-color: #27ae60;
}

.the-footer-section._8th-sec {
  background-color: #1c5e84;
}

.the-footer-section._3rd-sec {
  background-color: #e74c3c;
}

.the-footer-section._10th-sec {
  background-color: #ff007b;
}

.the-footer-section._4rth-sec {
  background-color: #2980b9;
}

.the-footer-section._6th-sec {
  background-color: #e74c3c;
}

.the-footer-section._2nd-sec {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 400vh;
  min-height: 100vh;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #07c7ed;
}

.the-footer-section.nnn {
  height: 400vh;
  -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;
}

.the-footer-section.upper {
  height: 50vh;
  background-color: #f39c12;
}

.the-footer-section.downer {
  background-color: #d35400;
}

.the-footer-section.colored-bg {
  margin-top: -144px;
  padding-top: 0px;
  background-color: #e10000;
  background-image: url('../images/polkadot-bg-pattern-smaller.png');
  background-position: 0px 0px;
  background-size: 40px;
}

.the-footer-section.dark {
  min-height: 0vh;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #141414;
}

.the-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50%;
  margin-top: 46px;
  padding-bottom: 10vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-4 {
  width: 940px;
  min-height: 100px;
}

.sites-title {
  margin-bottom: 40px;
  color: #fff;
  font-size: 56px;
  line-height: 67px;
  text-align: center;
}

.subtitle {
  padding-right: 80px;
  padding-left: 80px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.subtitle.footer-subtitle {
  margin-bottom: 40px;
}

.subtitle.action {
  margin-top: 30px;
}

.affiliate-embed-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  margin-bottom: 20px;
}

.night-sky-fixed-background {
  position: absolute;
  z-index: 100;
  width: 4000vh;
  height: 90%;
  background-color: #fff;
  background-image: url('../images/icy-bg-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
}

.text-span-2 {
  display: inline;
  font-family: Pompiere, sans-serif;
  color: #27a4c4;
  font-size: 31px;
  line-height: 37px;
  font-weight: 500;
}

.gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  -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-radius: 0px;
  text-align: center;
}

.gradient._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f39c12), to(#e67e22));
  background-image: linear-gradient(180deg, #f39c12, #e67e22);
}

.gradient._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e67e22), to(#d35400));
  background-image: linear-gradient(180deg, #e67e22, #d35400);
}

.gradient._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d35400), to(#e74c3c));
  background-image: linear-gradient(180deg, #d35400, #e74c3c);
}

.gradient._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e74c3c), to(#c0392b));
  background-image: linear-gradient(180deg, #e74c3c, #c0392b);
}

.gradient._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c0392b), to(#9b59b6));
  background-image: linear-gradient(180deg, #c0392b, #9b59b6);
}

.gradient._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#9b59b6), to(#8e44ad));
  background-image: linear-gradient(180deg, #9b59b6, #8e44ad);
}

.gradient._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8e44ad), to(#67168a));
  background-image: linear-gradient(180deg, #8e44ad, #67168a);
}

.gradient._9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#67168a), to(#3498db));
  background-image: linear-gradient(180deg, #67168a, #3498db);
}

.gradient._10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3498db), color-stop(99%, #2980b9));
  background-image: linear-gradient(180deg, #3498db, #2980b9 99%);
}

.gradient._11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2980b9), to(#2ecc71));
  background-image: linear-gradient(180deg, #2980b9, #2ecc71);
}

.gradient._12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2ecc71), to(#27ae60));
  background-image: linear-gradient(180deg, #2ecc71, #27ae60);
}

.gradient._13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#27ae60), to(#1abc9c));
  background-image: linear-gradient(180deg, #27ae60, #1abc9c);
}

.image-2 {
  height: 500px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-3 {
  position: relative;
  top: 1px;
  font-size: 54px;
}

.button {
  margin-top: 20px;
  border-radius: 3px;
  font-family: Montserrat, sans-serif;
}

.text-span-4 {
  position: relative;
  top: 2px;
  margin-right: 10px;
  font-size: 30px;
}

.text-block-3 {
  position: relative;
  z-index: 1000;
  color: #fff;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

.navbar-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 85px;
  background-color: #fff;
}

.navbar-3.top {
  margin-top: 640px;
}

.nav-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: none;
  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;
  background-color: #279e43;
  background-image: url('../images/pattern-snow-on-nav2x-700x99.png');
  background-position: 50% 0%;
  background-size: auto 50px;
  background-repeat: repeat-x;
}

.nav-contain.top {
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #7bd6f1;
  background-image: url('../images/snow-transparent-fix.gif'), url('../images/snow-drift2x1134x168.png'), -webkit-gradient(linear, left top, left bottom, from(#c7f2ff), to(#7bd6f1));
  background-image: url('../images/snow-transparent-fix.gif'), url('../images/snow-drift2x1134x168.png'), linear-gradient(180deg, #c7f2ff, #7bd6f1);
  background-position: 0px 0px, 50% 100%, 0px 0px;
  background-size: auto, auto 50px, auto;
  background-repeat: repeat-x, repeat-x, repeat;
}

.nav-link-5 {
  height: 100%;
  min-height: 85px;
  padding: 34px 29px 30px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #20193a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-5:hover {
  background-color: #5748c5;
  color: #fff;
}

.nav-link-5.w--current {
  color: #31414e;
  font-weight: 700;
}

.logo-mid {
  margin-right: 35px;
  margin-left: 35px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Varela Round', sans-serif;
}

.heading-5 {
  display: none;
  margin-top: 10px;
  color: #5748c5;
  font-size: 30px;
  line-height: 25px;
}

.div-block-6 {
  width: 100%;
  height: 3px;
  background-color: #5748c5;
}

.snow-buddy {
  position: relative;
  left: -377px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.mini-heading {
  margin-bottom: 16px;
  color: #7c8499;
  font-size: 11px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mini-heading.big {
  margin-bottom: 20px;
  color: #161a25;
  font-size: 14px;
  font-weight: 700;
}

.mini-heading.big.border-text {
  padding: 5px 12px;
  border-radius: 20px;
  background-color: #161a25;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
}

.mini-heading.big.border-text.circle-kana {
  display: block;
  margin-right: 4px;
  padding: 7px;
  -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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

.mini-heading.big.border-text.circle-kana.smol {
  font-size: 12px;
  line-height: 12px;
}

.page-wrapper {
  overflow: hidden;
}

.link-2 {
  color: #ffe10a;
  text-decoration: underline;
}

.button-huge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 27px;
  padding: 48px 4%;
  -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: #10141d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}

.button-huge:hover {
  background-color: #f22c98;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.div-block-7.new {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footer-v1-nav {
  width: 16.66%;
  padding-right: 15px;
  padding-bottom: 32px;
  padding-left: 15px;
}

.subscribe {
  width: 800px;
  max-width: 100%;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.link-3 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 0px 3px;
  box-shadow: 0 2px 0 0 #cbd0df;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #161a25;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.link-3:hover {
  box-shadow: 0 2px 0 0 #161a25;
}

.link-3.small {
  font-size: 10px;
  line-height: 12px;
}

.link-3.white {
  box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, 0.4);
  color: #fff;
}

.link-3.white:hover {
  box-shadow: 0 2px 0 0 #fff;
}

.review-v2-avatar {
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.review-v2-author {
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.pricing-v1 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: -40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.heading-6 {
  font-family: 'Grand Hotel', sans-serif;
  font-size: 40px;
  line-height: 53px;
  font-weight: 400;
}

.heading-6.bottom-h2 {
  margin-top: 30px;
  margin-bottom: 81px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 53px;
  font-weight: 500;
}

.heading-6.script {
  margin-top: 0px;
  margin-left: 0px;
  font-family: Pompiere, sans-serif;
  font-size: 80px;
}

.button-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 28px;
  -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-radius: 24px;
  background-color: #161a25;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  box-shadow: 0 4px 12px 0 rgba(75, 107, 245, 0.5);
}

.button-2.big {
  height: 56px;
  padding: 15px 32px;
  border-radius: 28px;
  font-size: 17px;
  line-height: 28px;
}

.button-2.small {
  height: 40px;
  padding: 10px 24px;
  border-radius: 20px;
  font-size: 13px;
  line-height: 20px;
}

.button-2.side-margins {
  margin-right: 8px;
  margin-left: 8px;
}

.button-2.subscribe-button {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  background-color: #f437a8;
}

.button-2.subscribe-button:hover {
  box-shadow: 0 4px 12px 0 rgba(22, 26, 37, 0.3);
}

.button-2.ghost {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #e6e8ef;
  color: #161a25;
}

.button-2.ghost:hover {
  box-shadow: inset 0 0 0 2px #cbd0df;
}

.button-2.rose {
  background-color: #fa2599;
}

.button-2.rose:hover {
  box-shadow: 0 4px 12px 0 rgba(244, 55, 168, 0.5);
}

.testimonials-v2-icon {
  position: absolute;
  bottom: -44px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 88px;
  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;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(82, 91, 115, 0.12);
}

.section-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 780px;
  margin-top: 56px;
  margin-bottom: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
  text-align: center;
}

.section-intro.no-margin {
  margin: 0px;
}

.section-intro.big-text {
  max-width: none;
  margin-bottom: -24px;
}

.section-intro.left {
  width: 50%;
  max-width: none;
  margin-right: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.button-icon {
  width: 20px;
  margin-right: 12px;
}

.team-member {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.footer-v1-blog {
  width: 25%;
  padding-right: 15px;
  padding-bottom: 32px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-border {
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.7;
}

.icon-border.second {
  left: -16px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  opacity: 0.3;
}

.pricing-v1-feature {
  margin-bottom: -1px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #e6e8ef;
  border-bottom: 1px solid #e6e8ef;
  color: #525b73;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 136px 24px;
  -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;
  background-color: #fff;
}

.section.hero-v3-section {
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #161a25;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.77)), to(rgba(0, 0, 0, 0.77))), url('../images/up-close-tree-1-FIX.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url('../images/up-close-tree-1-FIX.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.section.dark {
  color: #fff;
}

.section.dark.no-padding-vertical {
  background-color: #161a25;
}

.section.dark.mask {
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.big-padding-top {
  padding-top: 200px;
}

.section.color {
  background-color: #4b6bf5;
  color: #fff;
}

.section.grade {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f5f9));
  background-image: linear-gradient(180deg, #fff, #f4f5f9);
}

.section.my-width {
  display: block;
  margin-top: -50px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: transparent;
}

.team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-v3-services {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-right: -78px;
  margin-bottom: -72px;
  margin-left: -78px;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
  color: #161a25;
}

.hero-v3-services.grinch {
  overflow: visible;
  margin-top: -75px;
  margin-right: 0px;
  margin-left: 0px;
}

.pricing-v1-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding: 8px 25px 40px 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pricing-table-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 40px;
  margin-left: 15px;
  padding: 64px 5%;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 10px 24px 0 rgba(82, 91, 115, 0.12);
  text-align: center;
}

.works-v4-item {
  width: 33.33%;
}

.social-icon-small {
  width: 12px;
}

.float-element-2 {
  position: absolute;
  left: 0px;
  bottom: 20%;
  width: 20%;
  height: 144px;
  background-image: url('../images/pattern-dot-white.svg');
  background-position: 100% 0px;
  background-size: 8px;
  opacity: 0.16;
}

.float-elements {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}

.review-v2 {
  width: 100%;
  margin: 15px;
  padding: 56px;
  background-color: #161a25;
  color: #fff;
  text-align: center;
}

.review-v2.grade-1 {
  box-shadow: 0 10px 24px 0 rgba(75, 107, 245, 0.5);
}

.review-v2.grade-4 {
  box-shadow: 0 10px 24px 0 rgba(255, 156, 45, 0.4);
}

.review-v2.grade-3 {
  box-shadow: 0 10px 24px 0 rgba(0, 176, 220, 0.4);
}

.review-v2.grade-2 {
  box-shadow: 0 10px 24px 0 rgba(244, 55, 168, 0.4);
}

.paragraph-small {
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 20px;
}

.paragraph-small.subheader {
  margin-bottom: 21px;
  color: #a7adc0;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: none;
}

.heart-icon {
  display: inline-block;
  width: 12px;
  margin-right: 1px;
  background-image: url('../images/heart-icon-color.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: transparent;
}

.testimonials-v2 {
  position: relative;
  z-index: 1;
  width: 83.33%;
  margin-top: -15px;
}

.full-width {
  width: 100%;
}

.team-member-position {
  margin-top: 4px;
  color: #7c8499;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}

.subscribe-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-right: 7px;
  padding-left: 7px;
  -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;
}

.float-element-1 {
  position: absolute;
  top: -88px;
  right: 12%;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  background-image: url('../images/pattern-dot-white.svg');
  background-position: 50% 50%;
  opacity: 0.16;
}

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

.link-white:hover {
  text-decoration: underline;
}

.form-success {
  background-color: transparent;
}

.no-margin {
  margin: 0px;
}

.hero-v3-service-info {
  margin-left: 24px;
  padding-bottom: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-v2-info {
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-logo-2 {
  margin-bottom: 55px;
  margin-left: -20px;
}

.line-elements {
  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;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  -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;
  background-color: transparent;
}

.wrapper.side-paddings {
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.wrapper.side-paddings {
  z-index: 9999;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wrapper.top-wrap {
  margin-top: 40px;
}

.team-member-photo {
  position: relative;
  margin-bottom: 20px;
}

.review-v2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.review-v2-wrapper.top-left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.review-v2-wrapper.bottom-left {
  padding-left: 12%;
  -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;
}

.review-v2-wrapper.bottom-right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-v2-wrapper.top-right {
  padding-right: 12%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-color {
  color: #4b6bf5;
}

.footer-v1-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 40px;
}

.footer-text-left {
  margin-right: 16px;
}

.hero-v3-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 3%;
  -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;
  background-color: #fff;
  box-shadow: 0 0 0 1px #e6e8ef;
}

.hero-v3-service.cta {
  min-width: 280px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-v1-subscribe {
  width: 25%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-icons.left {
  margin-left: -3px;
}

.social-icons.footer-v3-icons {
  padding-right: 12px;
}

.features-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works-v4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  margin: 3px;
  -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;
  border-radius: 3px;
  background-color: #a7adc0;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.social-link.transparent-dark {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.4);
  background-color: transparent;
  -webkit-transition: background-color 300ms ease, border-color 300ms ease;
  transition: background-color 300ms ease, border-color 300ms ease;
}

.social-link.transparent-dark:hover {
  border-color: #fff;
}

.social-link.dark-bg {
  background-color: hsla(0, 0%, 100%, 0.15);
}

.link-4 {
  color: #3eb459;
}

.footer-v1-about {
  width: 33.33%;
  padding-right: 6%;
  padding-bottom: 32px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-color: rgba(22, 26, 37, 0.6);
  color: #fff;
}

.link-5 {
  color: #e10000;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: 15px;
  margin-left: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e6e8ef;
  color: #7c8499;
  font-size: 12px;
  line-height: 16px;
}

.footer-bottom.dark-bg {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  border: 1px none #000;
  color: hsla(0, 0%, 100%, 0.6);
}

.paragraph-big {
  font-size: 17px;
  line-height: 28px;
}

.footer-v1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  text-align: center;
}

.hero-v3 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 60vh;
  padding-top: 0px;
  padding-right: 50%;
  padding-bottom: 80px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  text-align: right;
}

.subscribe-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  -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: 3px solid #fff;
  border-radius: 50%;
  background-color: #ff9c2d;
}

.subscribe-icon.grade-4 {
  width: 70px;
  height: 70px;
}

.input {
  height: 48px;
  margin-bottom: 24px;
  padding: 15px 24px 14px;
  border: 1px solid #e6e8ef;
  border-radius: 24px;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}

.input:hover {
  border-color: #cbd0df;
}

.input:focus {
  border-color: #4b6bf5;
}

.input.subscribe-email {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 56px;
  border-color: transparent;
  background-image: url('../images/input-mail-con.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.input.footer-email {
  height: 40px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 48px;
  background-image: url('../images/input-mail-con.svg');
  background-position: 0px 50%;
  background-size: auto 40px;
  background-repeat: no-repeat;
  font-size: 13px;
  line-height: 20px;
}

.input.footer-email.dark-bg {
  border-style: none;
  background-color: hsla(0, 0%, 100%, 0.15);
  -webkit-transition: border-color 200ms ease, background-color 400ms ease;
  transition: border-color 200ms ease, background-color 400ms ease;
}

.input.footer-email.dark-bg:hover {
  background-color: hsla(0, 0%, 100%, 0.2);
}

.input.footer-email.dark-bg:focus {
  background-color: #fff;
}

.input.subscribe-name {
  width: 33.33%;
  margin-right: 8px;
  margin-left: 8px;
  padding-left: 56px;
  border-color: transparent;
  background-image: url('../images/input-user-icon.svg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.text-white-tranparent {
  color: hsla(0, 0%, 100%, 0.6);
}

.intro-big-text {
  display: block;
  margin-top: 8px;
  color: rgba(230, 232, 239, 0.5);
  font-size: 128px;
  line-height: 96px;
  font-weight: 600;
}

.hero-v3-services-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 14px;
  padding-left: 14px;
  -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;
}

.divider {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 4px;
  margin-top: 20px;
  margin-bottom: 24px;
  background-color: #cbd0df;
}

.divider.dark-bg {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.testimonials-v2-row {
  position: relative;
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-error {
  background-color: transparent;
  color: #ff2f5b;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

.form-error.subscribe-error {
  color: #fff;
}

.form-error.text-left {
  text-align: left;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  -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-radius: 50%;
  background-color: #4b6bf5;
}

.icon.border {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e6e8ef;
  background-color: transparent;
}

.icon.border.no-margin {
  margin: 0px;
}

.icon.grade-2.mine {
  background-color: #8de54a;
  background-image: none;
}

.big-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 72px;
  height: 72px;
  margin-bottom: 24px;
  -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-radius: 50%;
  background-color: #4268ff;
}

.big-icon.grade-2 {
  background-image: linear-gradient(135deg, #ffe10a, #f723c4);
}

.pricing-text {
  margin-top: -8px;
  color: #525b73;
}

.hero-v3-2 {
  position: relative;
  z-index: 97;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 740px;
  min-height: 740px;
  padding-top: 0px;
  padding-right: 50%;
  padding-bottom: 0px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.work-v6-card {
  position: absolute;
  right: 5%;
  bottom: -48px;
  z-index: 10;
  overflow: hidden;
  width: 570px;
  margin-right: 15px;
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 16px 36px 0 rgba(82, 91, 115, 0.16);
}

.work-v6-card.broly {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 10;
  width: 550px;
  height: 620px;
  background-color: transparent;
  background-image: url('../images/broly-test.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: none;
}

.work-v6-card.broly.right {
  position: absolute;
  left: auto;
  top: -34px;
  right: 13%;
  bottom: 0%;
  width: 640px;
  height: 660px;
}

.work-v6-card.broly.right.yummy {
  left: auto;
  top: 13%;
  right: 23%;
  bottom: 0%;
  display: none;
  width: 350px;
  height: 790px;
  background-image: url('../images/yummy-pinkfix.png');
  background-position: 50% 50%;
  background-size: contain;
}

.work-v6-card.broly.right.yummy.collage {
  left: auto;
  top: 34%;
  right: 5%;
  bottom: 0%;
  z-index: 99;
  display: block;
  overflow: visible;
  width: 550px;
  height: 446px;
  margin-right: -3px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/ornament_Holidayparade.png');
  background-size: contain;
}

.work-v6-card.broly.right.yummy.collage.santa {
  top: 18%;
  right: 25%;
  z-index: 98;
  width: 300px;
  height: 440px;
  background-image: url('../images/ornament_santa.png');
}

.work-v6-card.broly.goku {
  left: 5%;
  top: 23px;
  z-index: 99;
  overflow: hidden;
  width: 240px;
  height: 500px;
  background-image: url('../images/ornament_jack_hook.png');
  background-size: contain;
}

.work-v6-card.broly.goku.ribbon {
  left: 0%;
  top: 583px;
  right: 0%;
  bottom: 0%;
  width: 300px;
  height: 200px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/ribbon-on-garland.png');
}

.work-v6-card.broly.right-2 {
  left: auto;
  top: 2%;
  right: -8%;
  bottom: 0%;
  width: 583px;
  height: 650px;
  background-image: url('../images/broly-web_CB.png');
  background-size: contain;
}

.work-v6-card.broly.right-2.wrath {
  top: -90px;
  right: -3%;
  width: 470px;
  height: 800px;
  background-image: url('../images/Broly-wrath-mask.png');
  background-size: contain;
}

.work-v6-card.broly.right-2.wrath.cta {
  left: 0px;
  top: 42%;
  right: 0%;
  bottom: 0%;
  width: 220px;
  height: 350px;
  background-image: url('../images/ornament_treerex.png');
}

.work-v6-card.broly.right-2.wrath.cta.rex {
  left: 3105px;
  top: 47%;
  height: 340px;
}

.work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer {
  left: 6330px;
  top: 40%;
  z-index: 301;
  height: 310px;
  background-image: url('../images/ornament_TreeTrimmer.png');
}

.work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn {
  left: 9185px;
  top: 52%;
  height: 340px;
  background-image: url('../images/charliebrown.png');
}

.work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new {
  left: auto;
  top: -1%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 560px;
  height: 690px;
  margin-right: 0px;
  background-image: url('../images/lights_diagonal-min.png');
}

.work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new.left {
  left: -7%;
  top: auto;
  right: 0%;
  bottom: -7%;
  width: 670px;
  height: 800px;
}

.work-v6-card.left-side {
  left: 5%;
  right: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.div-block-8 {
  position: relative;
  top: -121px;
  z-index: 9;
  display: block;
  overflow: visible;
  height: 150px;
  background-image: url('../images/garland.png');
  background-position: 0px 0px;
  background-size: auto 120px;
  background-repeat: repeat-x;
}

.div-block-8.test {
  top: -105px;
  z-index: 0;
  overflow: hidden;
  height: 121px;
  background-image: url('../images/garland.png');
  background-position: 50% 0%;
  background-size: auto 120px;
  background-repeat: repeat-x;
}

.div-block-8.test.wide {
  position: absolute;
  left: 0%;
  top: -59px;
  right: 0%;
  bottom: auto;
  width: 100%;
}

.div-block-8.test.wide.bottom {
  left: 0%;
  top: -3%;
  right: 0%;
  bottom: auto;
  height: 80px;
  background-image: url('../images/lights-try3.png');
  background-position: 50% 50%;
  background-size: auto 70px;
}

.div-block-9 {
  position: -webkit-sticky;
  position: sticky;
  top: -28px;
  bottom: 0px;
  z-index: 909;
  width: 100%;
  height: 130px;
  margin-top: -46px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-image: url('../images/lights-try3.png'), url('../images/garland.png');
  background-position: 50% 50%, 50% 0%;
  background-size: auto 69px, auto 120px;
  background-repeat: repeat-x, repeat-x;
}

.work-v2-info {
  position: relative;
  z-index: 1;
  display: block;
  max-width: 770px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.work-v2-info.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.badge {
  display: inline-block;
  height: 20px;
  padding: 5px 8px;
  border-radius: 4px;
  background-color: #525b73;
  color: #fff;
  font-size: 8px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.badge.work-v2-badge {
  margin-bottom: 0px;
  background-color: #0083ff;
}

.badge.work-v2-badge {
  margin-bottom: 24px;
  background-color: #0083ff;
}

.badge.work-v2-badge.color {
  background-color: #f22c98;
  font-size: 8.5px;
  line-height: 11.5px;
  font-weight: 700;
}

.badge.footer-v3-quote {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: #f22c98;
}

.text-grey {
  font-family: 'Open Sans', sans-serif;
  color: #185261;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.text-grey.answers {
  font-size: 14px;
  line-height: 25px;
}

.heading-7 {
  margin-top: 22px;
  margin-bottom: 20px;
  font-family: Pompiere, sans-serif;
  color: #27a4c4;
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
}

.tiny-h2 {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #27a4c4;
  font-family: Pompiere, sans-serif;
  color: #185261;
  font-size: 25px;
  line-height: 33px;
}

.mobile-div {
  display: none;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize.product-head {
  margin-bottom: 0px;
  font-size: 23px;
  font-weight: 500;
}

.text-grey-2 {
  font-family: Pompiere, sans-serif;
  color: #ff8c8c;
  font-size: 38px;
  line-height: 42px;
}

.text-grey-2.mobile.white {
  color: #e6e8ef;
}

.mask-logo {
  width: auto;
  height: 77px;
  margin-bottom: 15px;
  background-image: url('../images/bah-mask_Logo.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.product-float-left {
  width: 20%;
  float: left;
}

.bg-image {
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-image.work-v8-image {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 116%;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url('../images/full-bg-min.jpg');
  background-size: 1280px;
}

.bg-image.work-v8-image.bg-1 {
  height: 116%;
  background-image: url('../images/vampa-2.jpg');
  background-position: 50% 100%;
  background-size: 1279px;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.bg-image.work-v8-image.bg-1._2 {
  background-image: url('../images/vampa-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bg-image._11 {
  width: 100%;
  height: 110%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0.53))), url('../images/up-close-tree-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0.53)), url('../images/up-close-tree-2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.work-v6-card-pattern {
  position: absolute;
  top: -29px;
  right: 40px;
  width: 128px;
  height: 88px;
  background-image: url('../images/pattern-dot-grey.svg');
  background-position: 50% 50%;
}

.work-v6-card-pattern.mask-1 {
  top: 11px;
  right: 27px;
  width: 180px;
  height: 160px;
  background-image: none;
}

.works-v6-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-bottom: 168px;
  margin-left: 15px;
  -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;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}

.product-header-mobile {
  width: 80%;
  float: right;
}

.image-4 {
  overflow: hidden;
}

.work-v6-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 620px;
  background-color: #e6e8ef;
}

.work-v6-preview.overflow {
  position: relative;
  overflow: visible;
  width: 100%;
  height: 710px;
  background-color: transparent;
}

.work-v6-preview.shorter {
  height: 560px;
}

.counters-v2-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-8 {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 38px;
  line-height: 48px;
}

.div-block-10 {
  width: 100%;
  height: 980px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/card-ending-min.png');
  background-position: 200px 0%;
  background-size: auto 950px;
  background-repeat: no-repeat;
  text-align: center;
}

.image-6 {
  margin-left: 285px;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -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-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
}

.brand-2:hover {
  color: #4b6bf5;
}

.image-7 {
  height: 40px;
}

.footer-v3-link {
  margin-right: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #161a25;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

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

.footer-v3-link.link-white {
  color: #fff;
}

.footer-v3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-v3-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -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;
}

.footer-v3-logo {
  padding-right: 56px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-span-5 {
  font-family: Poppins, sans-serif;
  color: #185261;
  line-height: 42px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .the-sticky-div-title {
    width: 68%;
    margin-top: 138px;
    margin-left: 26%;
    font-size: 36px;
    line-height: 43px;
    text-align: right;
  }
  .affiliate-embed {
    height: 70px;
    padding-right: 29px;
    padding-left: 29px;
  }
  .the-overflow-hidden-mask {
    height: 100%;
  }
  .a-block.text {
    margin-left: 0px;
  }
  .div-block-4 {
    width: 100%;
  }
  .text-span-2 {
    font-size: 26px;
    line-height: 31px;
  }
  .div-block-5 {
    width: 100%;
    -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;
  }
  .image-3 {
    margin-top: 40px;
  }
  .nav-contain {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .nav-menu-6 {
    background-color: #fff;
  }
  .nav-menu-5 {
    background-color: #f5f5f5;
  }
  .mini-heading.big.border-text.circle-kana.smol {
    font-size: 8px;
    line-height: 8px;
  }
  .button-huge {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-v1-nav {
    width: 50%;
    padding-right: 6%;
    padding-bottom: 64px;
    padding-left: 8px;
  }
  .heading-6.bottom-h2 {
    width: 79%;
    margin-bottom: 67px;
    font-size: 30px;
    line-height: 43px;
  }
  .section-intro {
    z-index: 5;
    max-width: 670px;
    margin-bottom: 64px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .section-intro.big-text {
    margin-bottom: -18px;
  }
  .section-intro.left {
    width: 66.66%;
    margin-right: 33.33%;
  }
  .team-member {
    width: 50%;
    padding-right: 6%;
    padding-bottom: 64px;
    padding-left: 6%;
  }
  .footer-v1-blog {
    width: 50%;
    padding-right: 6%;
    padding-left: 8px;
  }
  .section {
    padding: 104px 8px;
  }
  .section.hero-v3-section {
    padding-top: 0px;
  }
  .section.big-padding-top {
    padding-top: 264px;
  }
  .hero-v3-services {
    margin-bottom: -168px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .feature-v2 {
    width: 50%;
    padding-right: 24px;
    padding-bottom: 24px;
    padding-left: 8px;
  }
  .pricing-table-v1 {
    width: 58.33%;
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .works-v4-item {
    width: 50%;
  }
  .float-element-2 {
    height: 104px;
  }
  .review-v2 {
    margin: 8px;
  }
  .testimonials-v2 {
    width: 100%;
    margin-top: -8px;
  }
  .float-element-1 {
    right: 4%;
    width: 186px;
    height: 186px;
  }
  .no-margin {
    margin: 0px;
  }
  .hero-logo-2 {
    width: 180px;
    max-width: 100%;
    margin-left: 0px;
  }
  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .wrapper.side-paddings {
    padding-right: 8px;
    padding-left: 8px;
  }
  .review-v2-wrapper.bottom-left {
    padding-left: 0%;
  }
  .review-v2-wrapper.top-right {
    padding-right: 0%;
  }
  .hero-v3-service {
    width: 50%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-v3-service.cta {
    min-width: 0px;
  }
  .footer-v1-subscribe {
    width: 50%;
    padding-right: 12%;
    padding-left: 8px;
  }
  .footer-v1-about {
    width: 50%;
    padding-left: 8px;
  }
  .footer-bottom {
    margin-right: 8px;
    margin-left: 8px;
  }
  .hero-v3 {
    min-height: 480px;
    padding-right: 33.33%;
    padding-left: 15px;
  }
  .intro-big-text {
    font-size: 88px;
    line-height: 72px;
  }
  .icon.border.no-margin {
    margin: 0px;
  }
  .hero-v3-2 {
    min-height: 480px;
    padding-right: 33.33%;
    padding-left: 15px;
  }
  .work-v6-card {
    position: relative;
    right: 0%;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    padding: 45px 32px 32px;
    box-shadow: none;
  }
  .work-v6-card.broly {
    top: 1%;
    width: 440px;
    height: 430px;
  }
  .work-v6-card.broly.right.yummy.collage {
    top: 40%;
    right: -17%;
    width: 490px;
    height: 350px;
  }
  .work-v6-card.broly.right.yummy.collage.santa {
    top: 21%;
    right: 16%;
    width: 210px;
    height: 320px;
  }
  .work-v6-card.broly.goku {
    left: 3%;
    top: 0%;
    width: 310px;
    height: 440px;
  }
  .work-v6-card.broly.right-2 {
    top: -4%;
    right: -7%;
    width: 460px;
    height: 470px;
    background-image: url('../images/broly-web_CB.png');
    background-size: contain;
  }
  .work-v6-card.broly.right-2.wrath {
    top: -60px;
    right: 3%;
    width: 290px;
    height: 460px;
    background-position: 50% 0%;
    background-size: cover;
  }
  .work-v6-card.broly.right-2.wrath.cta {
    left: auto;
    top: -55px;
    right: -9%;
    bottom: 0%;
    width: 358px;
    height: 611px;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex {
    left: 3105px;
    top: 67%;
    width: 170px;
    height: 270px;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer {
    top: 64%;
    width: 130px;
    height: 230px;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn {
    top: 79%;
    width: 140px;
    height: 240px;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new {
    z-index: 1;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new.left {
    left: -35%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 660px;
    height: 720px;
  }
  .work-v6-card.left-side {
    left: 0%;
    padding-top: 30px;
  }
  .work-v2-info {
    max-width: none;
    margin-top: 20px;
    margin-right: 0%;
    margin-left: 0%;
    text-align: left;
  }
  .capitalize.product-head {
    font-size: 24px;
    font-weight: 500;
  }
  .text-grey-2 {
    font-size: 35px;
  }
  .text-grey-2.mobile {
    width: 100%;
  }
  .mask-logo {
    display: none;
  }
  .bg-image {
    height: 150%;
  }
  .bg-image.work-v8-image {
    display: none;
  }
  .work-v6-card-pattern {
    top: -38px;
  }
  .work-v6-card-pattern.mask-1 {
    overflow: hidden;
    width: 190px;
    height: 170px;
  }
  .works-v6-item {
    margin-right: 8px;
    margin-bottom: 64px;
    margin-left: 8px;
    box-shadow: 0 8px 24px 0 rgba(82, 91, 115, 0.16);
  }
  .work-v6-preview {
    height: 400px;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .work-v6-preview.overflow {
    height: 740px;
    background-image: none;
  }
  .work-v6-preview.shorter {
    height: 400px;
    background-image: url('../images/vampa-2.jpg');
    background-size: cover;
  }
  .work-v6-preview.shorter.wrath-short {
    background-image: url('../images/vampa-3.jpg');
    background-size: cover;
  }
  .div-block-10 {
    height: 730px;
    margin-bottom: 60px;
    background-image: url('../images/card-ending-min.png');
    background-position: 120px 10px;
    background-size: auto 710px;
    background-repeat: no-repeat;
  }
  .image-6 {
    margin-left: 0px;
  }
  .footer-v3-link {
    margin-right: 24px;
  }
  .footer-v3 {
    padding-top: 0px;
  }
  .footer-v3-nav {
    width: 22%;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-v3-logo {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }
}

@media (max-width: 767px) {
  .the-hero-section {
    height: auto;
    min-height: 50vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .the-sticky-div-title {
    width: 59%;
    margin-right: 30px;
    margin-left: 37%;
    font-size: 37px;
    line-height: 42px;
    text-align: right;
  }
  .affiliate-embed {
    height: 80px;
  }
  .sites-title {
    font-size: 36px;
    line-height: 42px;
  }
  .subtitle {
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 22px;
  }
  .subtitle.footer-subtitle {
    font-size: 16px;
    line-height: 22px;
  }
  .affiliate-embed-2 {
    height: 65px;
  }
  .mini-heading.big.border-text.circle-kana.smol {
    font-size: 7px;
    line-height: 7px;
  }
  .button-huge {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 28px;
  }
  .footer-v1-nav {
    width: 41.66%;
  }
  .subscribe {
    max-width: 66.66%;
  }
  .heading-6.bottom-h2 {
    width: 61%;
    font-size: 28px;
    line-height: 37px;
  }
  .button-2.side-margins {
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
  }
  .button-2.subscribe-button {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .testimonials-v2-icon {
    display: none;
  }
  .section-intro {
    max-width: 500px;
    margin-bottom: 48px;
  }
  .section-intro.left {
    width: 80%;
    margin-right: 20%;
  }
  .section-intro.left.no-margin {
    width: 61%;
  }
  .team-member {
    padding-right: 4%;
    padding-bottom: 48px;
    padding-left: 4%;
  }
  .footer-v1-blog {
    width: 58.33%;
    padding-bottom: 16px;
  }
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section.dark.mask {
    padding-top: 98px;
    padding-bottom: 98px;
  }
  .section.big-padding-top {
    padding-top: 208px;
  }
  .hero-v3-services {
    margin-bottom: -128px;
  }
  .feature-v2 {
    width: 100%;
    padding-right: 8px;
  }
  .pricing-table-v1 {
    width: 75%;
  }
  .float-element-2 {
    height: 80px;
  }
  .testimonials-v2 {
    width: 83.33%;
  }
  .subscribe-form {
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .float-element-1 {
    right: 4%;
    width: 149px;
    height: 148px;
  }
  .no-margin {
    margin: 0px;
  }
  .hero-v3-service-info {
    margin-left: 20px;
  }
  .hero-logo-2 {
    width: 40%;
  }
  .line-elements {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .review-v2-wrapper {
    width: 100%;
    margin-bottom: 16px;
  }
  .hero-v3-service {
    padding: 32px 24px;
  }
  .footer-v1-subscribe {
    width: 41.66%;
    padding-right: 8px;
    padding-bottom: 16px;
  }
  .social-icons.footer-v3-icons {
    width: 100%;
    padding-left: 5px;
  }
  .features-v2 {
    width: 75%;
  }
  .footer-v1-about {
    width: 58.33%;
  }
  .footer-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .paragraph-big {
    font-size: 16px;
  }
  .footer-v1 {
    padding-top: 64px;
  }
  .hero-v3 {
    padding-right: 0%;
  }
  .input.subscribe-email {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .input.subscribe-name {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .intro-big-text {
    font-size: 80px;
    line-height: 64px;
  }
  .testimonials-v2-row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon.border.no-margin {
    margin: 0px;
  }
  .hero-v3-2 {
    padding-right: 0%;
  }
  .work-v6-card {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .work-v6-card.broly {
    left: -2%;
    top: 4%;
    width: 380px;
    height: 400px;
  }
  .work-v6-card.broly.right.yummy.collage {
    top: 52%;
    right: -30%;
    width: 500px;
    height: 290px;
  }
  .work-v6-card.broly.right.yummy.collage.santa {
    top: 36%;
    right: 3%;
    height: 260px;
  }
  .work-v6-card.broly.right-2 {
    right: -17%;
    height: 450px;
  }
  .work-v6-card.broly.right-2.wrath.cta {
    left: 55%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 332px;
    height: 570px;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new {
    top: -3%;
    right: -39%;
    z-index: 0;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new.left {
    left: -51%;
  }
  .work-v2-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0%;
    margin-left: 0%;
    -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: left;
  }
  .heading-7 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .mobile-div {
    display: none;
  }
  .text-grey-2.mobile {
    width: 100%;
  }
  .work-v6-card-pattern.mask-1 {
    width: 170px;
  }
  .work-v6-preview {
    height: 280px;
  }
  .div-block-10 {
    margin-bottom: 0px;
  }
  .footer-v3-nav {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-v3-logo {
    padding-bottom: 24px;
  }
}

@media (max-width: 479px) {
  .the-hero-section {
    height: 100vh;
    margin-left: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .the-hero-section.nnn {
    margin-left: 90px;
  }
  .the-sticky-div-title {
    width: 69%;
    margin-top: 104px;
    margin-right: 25px;
    margin-left: 24%;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 5vw;
    line-height: 7vw;
  }
  .affiliate-embed {
    height: 120px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar {
    width: 90px;
  }
  .link-item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .brand {
    padding-right: 20px;
    padding-left: 20px;
  }
  .text-block-2 {
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }
  .the-overflow-hidden-mask {
    height: 100%;
  }
  .a-block {
    width: 95vw;
    height: 60vh;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
  }
  .a-block.limited {
    display: block;
  }
  .a-block.text {
    width: 320px;
    margin-left: 123px;
    padding: 0px;
  }
  .the-height-400vh-section {
    margin-left: 0px;
  }
  .the-height-400vh-section.nnn {
    margin-left: 90px;
  }
  .the-footer-section {
    margin-left: 0px;
  }
  .the-footer-section.nnn {
    margin-left: 90px;
  }
  .the-footer-section.colored-bg {
    padding-bottom: 0px;
  }
  .the-content {
    margin-top: 40px;
  }
  .sites-title {
    font-size: 20px;
    line-height: 29px;
  }
  .subtitle {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    line-height: 19px;
  }
  .subtitle.footer-subtitle {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
  .affiliate-embed-2 {
    padding-right: 19px;
    padding-left: 19px;
  }
  .night-sky-fixed-background {
    height: 100%;
  }
  .text-span-2 {
    font-size: 5vw;
    line-height: 24px;
  }
  .image-2 {
    height: auto;
    padding-right: 18px;
    padding-left: 18px;
  }
  .text-span-3 {
    font-size: 10vw;
  }
  .mini-heading.big.border-text.circle-kana.smol {
    padding: 5px;
    font-size: 9px;
    line-height: 9px;
  }
  .button-huge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-7.new {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .footer-v1-nav {
    width: 100%;
    padding-bottom: 48px;
  }
  .subscribe {
    max-width: 100%;
    padding-top: 8px;
  }
  .heading-6.bottom-h2 {
    width: 99%;
    margin-bottom: 40px;
    font-size: 29px;
    line-height: 35px;
  }
  .heading-6.script {
    margin-top: 8px;
  }
  .section-intro {
    max-width: 400px;
    margin-bottom: 22px;
  }
  .section-intro.left {
    width: 100%;
    margin-right: 0%;
  }
  .section-intro.left.no-margin {
    width: 57%;
  }
  .team-member {
    width: 100%;
    padding-right: 12%;
    padding-left: 12%;
  }
  .footer-v1-blog {
    width: 100%;
    padding-bottom: 40px;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .section.dark.mask {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section.big-padding-top {
    padding-top: 440px;
  }
  .hero-v3-services {
    margin-bottom: -368px;
  }
  .pricing-table-v1 {
    width: 100%;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .works-v4-item {
    width: 100%;
  }
  .paragraph-small.subheader {
    margin-top: 2px;
    line-height: 15px;
  }
  .testimonials-v2 {
    width: 100%;
  }
  .float-element-1 {
    right: -10%;
  }
  .no-margin {
    margin: 0px;
  }
  .hero-logo-2 {
    width: 63%;
    margin-bottom: 25px;
  }
  .hero-v3-service {
    width: 100%;
  }
  .footer-v1-subscribe {
    width: 100%;
  }
  .features-v2 {
    width: 100%;
  }
  .footer-v1-about {
    width: 100%;
    padding-bottom: 48px;
  }
  .hero-v3 {
    min-height: 400px;
    padding-top: 70px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .intro-big-text {
    font-size: 56px;
    line-height: 56px;
  }
  .icon.border.no-margin {
    margin: 0px;
  }
  .hero-v3-2 {
    height: 700px;
    min-height: 400px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .work-v6-card {
    padding-top: 32px;
  }
  .work-v6-card.broly {
    left: -5%;
    top: 2%;
    width: 310px;
    height: 300px;
  }
  .work-v6-card.broly.right.yummy.collage {
    top: 13%;
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .work-v6-card.broly.goku {
    left: -10%;
    top: 19%;
    width: 189px;
    height: 330px;
  }
  .work-v6-card.broly.right-2 {
    top: -4%;
    right: -21%;
    width: 311px;
    height: 342px;
  }
  .work-v6-card.broly.right-2.wrath {
    top: -70px;
    right: -3%;
    width: 220px;
    height: 360px;
  }
  .work-v6-card.broly.right-2.wrath.cta {
    left: 49%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 316px;
    height: 540px;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new {
    top: -23%;
    right: 0%;
    display: none;
    width: 190px;
  }
  .work-v6-card.broly.right-2.wrath.cta.rex.treetrimmer.orn.new.left {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -30%;
    display: none;
    width: 200px;
    padding-bottom: 0px;
    background-position: 50% 100%;
  }
  .work-v6-card.left-side {
    padding-top: 32px;
  }
  .work-v2-info {
    margin-right: 0%;
    margin-left: 0%;
  }
  .text-grey {
    font-size: 13px;
    line-height: 24px;
  }
  .text-grey.answers {
    font-size: 13px;
    line-height: 23px;
  }
  .heading-7 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 31px;
  }
  .tiny-h2 {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 21px;
    line-height: 27px;
  }
  .mobile-div {
    display: block;
  }
  .image-5 {
    position: absolute;
    left: 30px;
    top: 16px;
    width: 75px;
    margin-left: -5px;
    padding-right: 0px;
  }
  .text-grey-2 {
    font-size: 27px;
    line-height: 33px;
  }
  .text-grey-2.mobile {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
  }
  .text-grey-2.mobile.white {
    width: 90%;
  }
  .product-header-wide {
    display: none;
  }
  .product-float-left {
    overflow: hidden;
    width: 25%;
  }
  .work-v6-card-pattern {
    right: 16px;
  }
  .work-v6-card-pattern.mask-1 {
    position: absolute;
    display: none;
  }
  .product-header-mobile {
    width: 75%;
  }
  .work-v6-preview {
    height: 240px;
  }
  .work-v6-preview.overflow {
    height: 660px;
  }
  .work-v6-preview.shorter {
    height: 290px;
  }
  .work-v6-preview.shorter.wrath-short {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .heading-8 {
    margin-top: 0px;
    font-size: 30px;
    line-height: 40px;
  }
  .div-block-10 {
    height: 530px;
    background-position: 0% 0%;
    background-size: auto 570px;
  }
  .footer-v3-link {
    margin-right: 20px;
  }
  .footer-v3 {
    padding-top: 0px;
  }
}

