:root {
  --black: black;
  --white: white;
  --royal-blue: #2b6ff5;
  --deep-sky-blue: #4fafcc;
  --royal-blue-2: #0056ff;
}

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

body {
  color: #212127;
  padding-top: 100px;
  padding-bottom: 600px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 56px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  color: #0056ff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: #919197;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
}

img {
  max-width: 100%;
  display: inline-block;
}

em {
  color: var(--black);
  font-style: italic;
}

blockquote {
  color: #212127;
  text-align: center;
  background-color: #fff;
  border-left: 5px #e2e2e2;
  border-radius: 30px;
  margin-bottom: 10px;
  padding: 50px 110px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  box-shadow: 0 10px 70px -10px #0000000d;
}

figure {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.banner {
  background-color: #313137;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 900px;
  position: relative;
}

.banner.sub {
  background-image: url('../images/line.png'), linear-gradient(45deg, #4fafcc, #0056ff);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  height: 350px;
}

.banner.sub.no-background-color {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.banner.blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 800px;
}

.banner.two {
  background-image: url('../images/line.png'), linear-gradient(225deg, #0056ff, #4fafcc);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.banner.video {
  object-fit: scale-down;
  background-color: #0000;
  background-image: none;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: -225px;
  display: flex;
}

.content-wrapper {
  z-index: 10;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.content-wrapper.top {
  opacity: 1;
  object-fit: scale-down;
  background-color: #fff;
  flex: 0 auto;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.content-wrapper._1 {
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  display: flex;
}

.navigation {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-left: 60px;
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 20px 50px -20px #0000004d;
}

.container {
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: stretch;
  max-width: 1170px;
  display: flex;
  position: relative;
}

.container.top {
  z-index: 10;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: 10px;
}

.container.center {
  z-index: 1;
  position: relative;
  top: 45%;
  transform: translate(0, -50%);
}

.nav-link {
  color: #535e74;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-right: 25px;
  padding: 22px 0 15px;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s;
}

.nav-link:hover {
  color: #0056ff;
}

.nav-link.w--current {
  color: #0056ff;
  border-bottom-color: #0056ff;
}

.nav-link.no-margin {
  margin-right: 0;
}

.nav-link.drop {
  margin-right: 20px;
  padding-right: 20px;
}

.section {
  z-index: 30;
  background-color: #fff;
  padding: 26px 10px;
  position: relative;
}

.section.gray {
  background-color: #f3f3f7;
}

.section.gray.overflow {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 140px;
  display: flex;
  top: auto;
}

.section.gray.overflow.with-line.more-padding {
  object-fit: fill;
  flex-wrap: wrap;
  place-content: space-around center;
  width: auto;
  height: auto;
  padding: 20px 20px 180px;
  display: flex;
}

.section.top-section {
  background-color: #0000;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 50px;
  top: 75px;
  bottom: auto;
}

.section.overflow {
  overflow: hidden;
}

.section.gradient {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
}

.section.gradient.less-space {
  background-image: linear-gradient(45deg, #0e0d0d, #2b6ff5);
  padding: 40px 10px 20px;
}

.section.gradient.overflow {
  background-image: linear-gradient(45deg, #4c4e4b, #2b6ff5);
  margin-bottom: 40px;
}

.section.flex {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section.with-line {
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.less-space {
  padding-top: 70px;
  padding-bottom: 70px;
}

.top-wrapper {
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
  border-radius: 30px;
  flex-flow: column wrap;
  order: -1;
  place-content: stretch center;
  align-self: center;
  align-items: stretch;
  width: 79.3964%;
  height: 82%;
  margin-bottom: 0;
  padding: 60px 20px 40px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  box-shadow: 0 20px 100px #00000026;
}

.flex-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.top-margin {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}

.top-margin.less {
  margin-top: 20px;
}

.top-margin.big {
  margin-top: 120px;
}

.top-margin.medium {
  margin-top: 80px;
}

.small-services-wrapper {
  float: left;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  padding: 20px;
  display: flex;
}

.services-top-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.services-top-text {
  color: #fff;
  text-transform: capitalize;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  bottom: 0;
}

.services-top-text.big {
  color: #fff;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 26px;
  bottom: 40px;
}

.services-top-text._1 {
  bottom: 15px;
}

.big-image {
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 100px;
  max-width: none;
  max-height: 100%;
  margin-left: 0;
  margin-right: 40px;
  padding-right: 0;
  position: relative;
  left: 100px;
  right: 40px;
}

.big-image.in-div {
  background-image: url('../images/Feedback-2.jpg');
  background-position: 0 100%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
  width: 1080px;
  height: 615px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px #0003;
}

.content-wrapper-second {
  left: auto;
}

.sub-second-text {
  color: #919197;
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 17px;
  line-height: 28px;
  display: flex;
  position: relative;
}

.sub-second-text.white {
  color: #ffffffb3;
}

.sub-second-text.white.full {
  color: #fff;
}

.sub-second-text.testi {
  color: var(--black);
  justify-content: space-around;
  align-self: center;
  align-items: center;
  margin-left: 0;
}

.bookbutton {
  background-color: #f5a40f;
  border-radius: 3px;
  margin-top: 10px;
  padding: 14px 24px;
  font-weight: 500;
  transition: all .3s;
  position: relative;
  top: auto;
  box-shadow: 0 10px 50px -12px #0000004d;
}

.bookbutton:hover {
  transform: translate(0, -5px);
  box-shadow: 0 10px 50px -12px #00000080;
}

.bookbutton.normal {
  box-shadow: none;
  color: #9b9b9b;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
  padding: 0 0 3px;
  font-size: 13px;
  display: inline-block;
}

.bookbutton.normal:hover {
  color: #0056ff;
  border-bottom-color: #0056ff;
  transform: none;
}

.bookbutton.normal.white {
  color: #fff;
  border-bottom-color: #ffffff4a;
}

.bookbutton.submit {
  border-radius: 0 10px 10px 0;
  width: 30%;
  height: 60px;
}

.bookbutton.blue.full {
  text-align: center;
  width: 100%;
}

.bookbutton.blue {
  background-color: #0056ff;
  background-image: none;
}

.bookbutton.line {
  background-color: #0000;
  background-image: none;
  box-shadow: 0 10px 50px -12px #0000004d, inset 0 0 0 1px #ffffffb3;
}

.left-part {
  float: left;
  background-color: #2b6ff5;
  background-image: url('../images/Party.jpg');
  background-position: 45%;
  background-repeat: repeat-x;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 600px;
  display: block;
  position: relative;
}

.left-part.smaller {
  color: #fff;
  background-color: #212127;
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
  height: 600px;
  padding: 30px;
}

.left-part.smaller.school {
  background-image: linear-gradient(45deg, #4fafcc, #0056ff);
}

.left-part._1 {
  background-image: url('../images/Wedding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.left-part._2 {
  background-image: url('../images/School.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.left-part._3 {
  background-image: url('../images/toga4_auto_x1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
}

.number-features {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 40px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.features-center {
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 18px;
  display: block;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.image-services {
  margin-bottom: 15px;
  margin-left: 10px;
  position: relative;
  bottom: 60px;
}

.paragraph-gray {
  color: var(--black);
  margin-bottom: 80px;
  position: relative;
  bottom: 40px;
}

.paragraph-gray.in-footer {
  color: #fff;
}

.top-title {
  margin-bottom: 100px;
}

.top-title.half {
  margin-bottom: 50px;
}

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

.project-wrapper {
  z-index: 100;
  width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.align-right {
  text-align: right;
}

.align-right.left {
  text-align: left;
}

.project-content {
  z-index: 20;
  background-image: linear-gradient(to right, #ffffff1c 37%, #fff 68%, #fff);
  border-radius: 20px;
  padding: 50px 50px 50px 25px;
  position: relative;
  left: 100px;
}

.project-content.left {
  background-image: linear-gradient(270deg, #ffffff1c 37%, #fff 68%, #fff);
  padding-left: 50px;
  padding-right: 25px;
  left: -100px;
}

.project-title {
  color: #0056ff;
  margin-top: 0;
  font-size: 30px;
  font-weight: 500;
}

.project-photo {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 50px -20px #0000004d;
}

.circle {
  border: 30px solid #4fafcc38;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  top: -50px;
  left: -50px;
}

.circle.second {
  border-width: 15px;
  border-color: #ffffff12;
  border-radius: 30%;
  width: 300px;
  height: 300px;
  transform: rotate(70deg);
}

.square {
  background-color: #4fafcc;
  width: 150px;
  height: 150px;
  position: absolute;
  bottom: 50%;
  right: -50px;
  transform: translate(0, 50%);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.arrow-down {
  margin-top: -3px;
}

.slide-nav {
  display: none;
}

.testi-slider {
  background-color: #0000;
  height: auto;
  bottom: auto;
}

.testimonials-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.test-wrapper-photo {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: relative;
}

.testi-photo {
  z-index: 10;
  background-image: url('../images/Phi-Mu-Mud-Party-3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 230px;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.testi-photo._2 {
  background-image: url('../images/Midwest-City-Prom.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 1px #0000;
  left: auto;
}

.testi-photo._3 {
  background-image: url('../images/wedding-589.jpg');
  background-position: 0 45%;
  background-size: 260px;
}

.testi-overlay-1 {
  background-color: #f5a40f;
  border-radius: 100%;
  width: 240px;
  height: 240px;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0 0 0 -22px;
}

.testi-overlay-1.second {
  background-color: #0000;
  border: 10px solid #0056ff;
  width: 150px;
  height: 150px;
  inset: -29px 71px auto auto;
}

.testi-overlay-1.in-team {
  background-color: #fffc;
  width: 170px;
  height: 170px;
  inset: 30px auto auto -42px;
  box-shadow: 0 20px 50px #0000000d;
}

.testi-overlay-1.in-team.second._3 {
  border-color: #4fafcc61;
  width: 250px;
  height: 250px;
}

.testi-overlay-1.in-team._2 {
  width: 120px;
  height: 120px;
  inset: auto -42px 48px auto;
}

.testi-overlay-1.in-team._2.second {
  width: 100px;
  height: 100px;
}

.testi-overlay-1.in-team._2.in-top {
  top: -53px;
  bottom: auto;
  right: -42px;
}

.testi-overlay-1.in-team._2.bottom {
  bottom: -41px;
  right: 122px;
}

.testi-overlay-1.in-team.center {
  top: 111px;
}

.testi-overlay-1.in-team.frist {
  left: -132px;
}

.testi-content {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 300px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.sub-testi-text {
  color: var(--black);
  font-size: 14px;
}

.sub-testi-text.in-blog-post {
  color: #9d9da7;
  margin-bottom: 0;
}

.sub-testi-text.in-blog-post.white-post {
  color: #fff;
}

.heading {
  margin-bottom: 0;
}

.lightbox-link {
  float: left;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.lightbox-overlay {
  background-image: linear-gradient(225deg, #0056ffcc, #4fafcc99);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.zoom-icon {
  opacity: 1;
  justify-content: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.zoom-icon:hover {
  opacity: 1;
}

.team-wrapper {
  z-index: 20;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  position: relative;
  box-shadow: 0 20px 100px -20px #0000001a;
}

.team-wrapper.pricing {
  flex-flow: column wrap;
  flex: 1;
  place-content: center space-between;
  align-self: center;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 15px;
  display: flex;
  box-shadow: 0 20px 100px -20px #0003;
}

.relative-div {
  flex-wrap: wrap;
  place-content: center;
  align-self: center;
  display: flex;
  position: relative;
}

.team-photo {
  filter: grayscale();
  background-image: url('../images/team-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 20px 40px -10px #0000004d;
}

.team-photo._2 {
  background-image: url('../images/team-1.jpg');
}

.team-photo._3 {
  background-image: url('../images/team-4.jpg');
  background-position: 50% 0;
}

.team-photo._4 {
  background-image: url('../images/team-3.jpg');
  background-size: cover;
}

.team-title {
  color: #212127;
  margin-bottom: 5px;
}

.phone-number {
  color: #616167;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.social-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.social-wrapper.left {
  justify-content: flex-start;
}

.social-wrapper.in-navigation {
  margin-top: 0;
  margin-left: 5px;
  margin-right: 20px;
  position: relative;
}

.social-icon {
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  width: 35px;
  height: 35px;
  transition: opacity .3s;
  display: flex;
}

.social-icon:hover {
  opacity: .9;
}

.social-icon.smaller-icon {
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-right: 2px;
}

.newsletter-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 20px 100px -20px #0000004d;
}

.newsletter-content {
  flex: 20%;
}

.newsletter-content.second {
  flex-basis: 80%;
}

.newsletter-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
}

.text-field {
  float: left;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 70%;
  height: 60px;
  margin-bottom: 0;
  padding-left: 15px;
}

.text-field.normal {
  float: none;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 15px;
  box-shadow: 0 10px 30px -10px #0000000d;
}

.text-field.normal.area {
  height: auto;
  padding-top: 20px;
  padding-bottom: 60px;
}

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

.heading-white {
  color: #fff;
}

.heading-white.biger {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  line-height: 70px;
}

.map {
  filter: grayscale();
  width: 100%;
  height: 100%;
}

.column {
  z-index: 10;
}

.footer {
  background-color: #262631;
  align-items: center;
  height: 600px;
  margin-left: 120px;
  margin-right: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-column-wrapper {
  width: 90%;
}

.footer-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff0d;
  margin-bottom: 40px;
  padding-bottom: 10px;
  font-size: 13px;
}

.footer-title.dark {
  color: #727272;
  border-bottom-color: #e1e1e1;
  margin-bottom: 30px;
}

.link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.line-divider {
  background-color: #ffffff0d;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 25px;
}

.copyright {
  color: #dfdfdf;
  margin-bottom: 0;
  font-size: 14px;
}

.copyright-link {
  color: #bebebe;
  text-decoration: underline;
  display: inline-block;
}

.copyright-link.darker {
  color: #818181;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0;
}

.div-block {
  float: right;
}

.success-message {
  color: #fff;
  background-color: #00da83ba;
}

.error-message {
  color: #9e0000;
  text-align: center;
}

.icon-2 {
  margin-top: 25.5px;
  margin-right: 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 14px 14px 50px -10px #0003;
}

.dropdown-link {
  color: #818187;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
}

.dropdown-link:hover {
  background-color: #f7f7f7;
}

.dropdown-link.w--current {
  color: #fff;
  background-color: #0056ff;
}

.circle-price {
  background-color: var(--white);
  border: 15px solid #f5a40f;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  left: auto;
  right: auto;
}

.price-title {
  color: #2b6ff5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 70px;
}

.from-text {
  color: #6aa7fa;
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: 10px;
}

.pricing-top {
  flex-flow: row;
  place-content: flex-start space-around;
  align-items: flex-start;
  width: 155px;
  max-width: none;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.blog-post-wrapper {
  flex-flow: row;
  place-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.blog-post-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  box-shadow: 7px 7px 30px -5px #0000001a;
}

.blog-post-photo.big-photo {
  z-index: 10;
  width: auto;
  height: auto;
  margin-right: 0;
  position: relative;
  box-shadow: 0 10px 50px -5px #0003;
}

.blog-post-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.blog-post-title.dark {
  color: #212;
  font-size: 15px;
}

.blog-post-title.dark:hover {
  color: #0056ff;
}

.sidebar {
  padding-left: 20px;
}

.blog-wrapper {
  color: #212127;
  align-items: center;
  margin-bottom: 80px;
  padding-right: 50px;
  text-decoration: none;
  position: relative;
}

.blog-title {
  border-bottom: 1px solid #c7c7c7;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  transition: all .2s;
  display: inline-block;
}

.blog-title:hover {
  color: #0056ff;
  border-bottom-color: #0056ff;
}

.blog-title.white-title {
  color: #fff;
  border-bottom-color: #ffffff45;
}

.meta-tag {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.meta-tag.in-sidebar {
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.meta-tag.in-big-banner {
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 7px 20px;
  display: inline-block;
}

.blog-content {
  padding-left: 40px;
}

.blog-content.in-page {
  margin-top: 15px;
  padding-left: 0;
}

.utility-page-wrap {
  background-color: #f3f3f7;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 400px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-normal {
  padding-top: 0;
  padding-bottom: 0;
}

.protected-title {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 45px;
}

.protected-title._404 {
  margin-bottom: 15px;
}

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

.blog-page-overlay {
  background-color: #14223d99;
  background-image: url('../images/line.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.blog-page-content {
  padding-right: 50px;
}

.published {
  margin-bottom: 0;
  margin-right: 10px;
  display: inline-block;
}

.brand {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brad-top {
  color: #b4b4b8;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 15px;
  position: relative;
  top: 6px;
}

.heading-smaller {
  color: #f5a40f;
  border-radius: 200px;
  font-size: 38px;
  line-height: 40px;
}

.slider-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.circle-banner {
  background-image: linear-gradient(45deg, #4fafcc, #2b6ff5);
  border-radius: 100%;
  width: 420px;
  height: 420px;
  position: absolute;
  bottom: -50px;
  left: -50px;
  box-shadow: 10px 0 60px -8px #0056ff4d;
}

.circle-banner.second {
  background-image: linear-gradient(225deg, #4fafcc, #2b6ff5);
  width: 500px;
  height: 500px;
  inset: -300px -50px auto auto;
}

.circle-banner.third {
  background-image: linear-gradient(183deg, #4fafcc, #2b6ff5);
  width: 370px;
  height: 370px;
  top: -200px;
  bottom: auto;
  left: 400px;
  box-shadow: 10px 0 60px -8px #0056ffb3;
}

.circle-banner.four {
  z-index: 1;
  background-image: linear-gradient(to top, #4fafcc, #2b6ff5);
  width: 280px;
  height: 280px;
  bottom: -6px;
  left: auto;
  right: 400px;
  box-shadow: 10px 0 60px -8px #0056ff80;
}

.circle-banner.five {
  z-index: 1;
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  width: 60px;
  height: 60px;
  top: 100px;
  bottom: auto;
  left: 100px;
}

.circle-banner.six {
  background-image: linear-gradient(135deg, #4fafcc, #2b6ff5);
  width: 100px;
  height: 100px;
  bottom: 400px;
  left: auto;
  right: 150px;
  box-shadow: 10px 0 60px -8px #0056ff80;
}

.background-video {
  object-fit: scale-down;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 2028px;
  height: 120%;
  margin: 100px auto 240px;
  display: flex;
  overflow: hidden;
}

.video-overlay {
  background-image: url('../images/line.png'), radial-gradient(circle closest-corner, #14223d, #14223db3);
  background-position: 50% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.image-full {
  width: 100%;
}

.buttons-wrapper {
  text-align: center;
  padding: 20px 20px 40px;
  position: relative;
  top: 20px;
  bottom: auto;
}

.buttons-wrapper.dark-wrapper {
  background-color: #212127;
}

.paragraph-wrapper {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rich-text-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column-none {
  display: block;
}

.center {
  text-align: center;
}

.big {
  color: var(--royal-blue);
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
}

.logo-client {
  opacity: .7;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  transition: all .2s;
  display: flex;
}

.logo-client:hover {
  opacity: 1;
}

.logo-client-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  filter: grayscale();
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.aller-logo {
  position: relative;
  top: 14px;
}

.body {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-3 {
  margin-bottom: 0;
  padding-bottom: 10px;
  position: relative;
  bottom: 10px;
  left: 20px;
}

.booknow {
  text-align: center;
  background-color: #f5a40f;
  width: auto;
  position: relative;
  inset: 190px auto 0%;
}

.heading-2 {
  text-align: center;
  display: flex;
  position: relative;
}

.paragraph {
  color: var(--black);
  font-weight: 800;
}

.paragraph-2 {
  color: var(--black);
  margin-left: 10px;
  font-weight: 800;
}

.paragraph-3 {
  color: var(--black);
  font-weight: 800;
}

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

.div-block-2 {
  color: var(--black);
  flex-direction: column;
  align-self: center;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.paragraph-4, .paragraph-5 {
  color: var(--black);
  margin-right: 4px;
}

.paragraph-6 {
  color: var(--black);
}

.div-block-3 {
  color: var(--black);
  flex-flow: column;
  place-content: stretch center;
  align-self: center;
  align-items: center;
  font-weight: 800;
  display: flex;
}

.para6 {
  color: var(--black);
  margin-left: 0;
}

.para6._1 {
  text-decoration: underline;
}

.paragraph-8 {
  color: var(--black);
  text-align: center;
  margin-right: 3px;
}

.paragraph-9 {
  color: var(--black);
  text-align: center;
  margin-right: 20px;
}

.column-5 {
  text-align: center;
  padding-left: 10px;
  display: block;
  left: 40px;
}

.image-6 {
  position: relative;
  top: auto;
  bottom: auto;
}

.booktainer {
  position: relative;
  top: 190px;
}

.button-3 {
  float: none;
  text-align: left;
  background-color: #f5a40f;
  position: relative;
  inset: 100px 40% 60px;
}

.footer-3 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.div-block-4 {
  width: 400px;
  position: relative;
}

.div-block-5 {
  flex-flow: column wrap;
  flex: 1;
  order: 0;
  place-content: stretch center;
  align-self: center;
  align-items: stretch;
  width: auto;
  margin: 10px;
  padding: 10px;
  display: flex;
  position: relative;
}

.sb {
  float: none;
  text-align: center;
  position: relative;
  bottom: 50px;
}

.gl-button {
  text-align: center;
  margin-top: 0;
  position: relative;
  top: 20px;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 400px;
}

.icon-horizontal-heading {
  margin-bottom: 0;
  margin-left: 18px;
}

.icon-horizontal-heading.reduced-margin {
  color: #0404f9;
  margin-left: 12px;
}

.social-link {
  margin-left: 9px;
  margin-right: 9px;
}

.footer-2-top-row {
  align-items: flex-start;
  display: flex;
}

.footer-bottom-links {
  display: flex;
}

.footer-2-logo {
  margin-bottom: 24px;
}

.hover-link {
  opacity: .5;
  color: #2c2d36;
  transition: opacity .2s;
}

.hover-link:hover {
  opacity: 1;
}

.icon-horizontal {
  align-items: center;
  margin-top: 0;
  display: flex;
}

.social-links {
  align-items: center;
  margin-left: -9px;
  margin-right: -9px;
  display: flex;
}

.footer-2-menus-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-menu-heading {
  margin-bottom: 18px;
}

.footer-div {
  width: 100%;
  max-width: 1296px;
  margin: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.footer-2-menus-container {
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}

.menu-grid-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
}

.social-link-image {
  max-height: 18px;
}

.footer-2-contact-details {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
}

.container-large {
  direction: ltr;
  width: 100%;
  max-width: 612px;
}

.container-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.contact-form {
  float: none;
  clear: none;
  opacity: .97;
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-color: #969191;
  background-image: url('../images/grey-bg.jpg');
  background-position: 0 0;
  background-clip: border-box;
  border: 2px solid #000;
  border-radius: 10px;
  flex-direction: row;
  align-self: center;
  align-items: stretch;
  width: 1000px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  left: auto;
  transform: scale3d(1, 1, 2);
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-3 {
  opacity: 1;
  text-align: center;
}

.labels {
  text-align: left;
}

.field-label-2, .field-label-3, .field-label-4, .field-label-5 {
  text-align: center;
}

.submit-button {
  text-align: left;
  background-color: #f5a40f;
  margin-right: 20px;
  display: block;
  position: relative;
  left: auto;
}

.submit-button._1 {
  padding-left: 22px;
  padding-right: 22px;
}

.body-2 {
  text-align: center;
  background-color: #0000;
  flex-wrap: nowrap;
  place-content: space-around;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.paragraph-10 {
  color: #f5a40f;
  text-align: center;
}

.container-3 {
  backface-visibility: visible;
  perspective: none;
  transform-style: preserve-3d;
  flex-flow: column wrap;
  place-content: stretch center;
  align-self: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
  transform: translate3d(0, 0, 290px);
}

.text-block {
  text-align: left;
}

.background-video-3 {
  text-align: center;
  object-fit: scale-down;
  object-position: 50% 0%;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-height: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  inset: auto;
  overflow: visible;
}

.section-3 {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 20%;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
  position: relative;
  left: auto;
}

.container-4 {
  max-width: none;
  height: auto;
  max-height: none;
  position: relative;
}

.body-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.heading-5 {
  justify-content: center;
  display: flex;
}

.image-7 {
  display: inline-block;
}

.background-video-4 {
  object-fit: scale-down;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 960px;
  max-height: none;
  display: block;
  bottom: auto;
  overflow: hidden;
}

.container-5 {
  flex-direction: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  max-width: 940vh;
  max-height: 763.188vw;
  display: block;
  position: relative;
}

.body-4 {
  padding-top: 0;
  padding-bottom: 0;
}

.column-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  display: block;
}

.columns {
  position: relative;
}

.heading-6 {
  text-align: center;
  position: static;
}

.div-block-7 {
  justify-content: center;
  margin-top: 0;
  padding-top: 20px;
  display: flex;
}

.div-bg-tran {
  z-index: 9999;
  border: 0px solid var(--black);
  opacity: 1;
  background-color: #0000;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 2px 15px 10px 5px;
  padding: 10px;
  display: block;
  position: fixed;
  inset: auto 90% auto auto;
}

.logo {
  z-index: 9999;
  filter: contrast(141%);
  border: 0 #0000;
  margin-right: 0;
  display: block;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
}

.div-block-9 {
  z-index: 9999;
  border: 1px solid var(--black);
  background-color: var(--black);
  border-radius: 222px;
  width: 9%;
  height: 14vh;
  position: relative;
  top: 139.7vh;
  left: 0;
  right: 10px;
}

.image-12 {
  margin-bottom: auto;
}

.html-embed {
  object-fit: cover;
  align-self: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: block;
  position: relative;
  bottom: 60px;
  overflow: hidden;
}

.container-6 {
  object-fit: scale-down;
  max-width: 2028px;
  height: auto;
  display: none;
  position: relative;
  bottom: 170px;
}

.html-embed-2 {
  width: auto;
  height: auto;
}

.section-4 {
  flex: 1;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  bottom: auto;
}

.bknwrapper {
  opacity: 1;
  object-fit: fill;
  background-image: url('../images/Event-BG.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-wrap: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-around space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.bkncontainer {
  opacity: .87;
  background-color: #969191;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  padding: 30px 40px;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  overflow: hidden;
  box-shadow: 0 3px 19px 12px #000;
}

.bkncontainer.contact-form {
  opacity: .93;
  background-image: none;
  border-width: 1px;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  max-width: none;
  padding: 50px 50px 30px;
  transform: none;
}

.bkndiv {
  flex-flow: wrap;
  place-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  color: var(--black);
  text-align: center;
  font-weight: 800;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  flex-flow: column wrap;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(301px, 1fr));
  grid-template-areas: ".";
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: flex-end center;
  align-self: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: grid;
  position: relative;
}

.field-label-6, .field-label-7 {
  position: relative;
  top: 10px;
}

.field-label-8 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: 10px;
}

.backbtn {
  background-color: #f5a40f;
  border-radius: 9px;
  margin-left: 280px;
  padding: 10px 40px;
}

.submit-button-2 {
  background-color: #f5a40f;
  border-radius: 9px;
  margin-right: 280px;
  padding: 10px 30px;
}

.text-field-4, .text-field-5 {
  position: relative;
  bottom: 10px;
}

.text-field-6 {
  text-align: left;
  position: relative;
  bottom: 10px;
}

.text-field-7 {
  padding-bottom: 0;
  position: relative;
  bottom: 10px;
}

.bold-text {
  color: var(--black);
  padding-top: 10px;
  display: block;
  position: relative;
}

.field-label-9 {
  position: relative;
  top: 10px;
}

.form-block-2 {
  flex-wrap: wrap;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-around;
  align-self: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
}

.textarea {
  position: relative;
  bottom: 10px;
}

.field-label-10 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.bold-text-2 {
  color: var(--black);
  justify-content: center;
  padding-top: 10px;
  display: block;
  position: relative;
}

.form-block-3 {
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: center;
  display: block;
  overflow: hidden;
}

.form-2 {
  flex-direction: column;
  grid-template-rows: minmax(auto, .25fr) auto auto auto;
  grid-template-columns: repeat(auto-fit, minmax(24px, 1fr));
  grid-auto-columns: minmax(301px, 1fr);
  grid-auto-flow: column dense;
  place-content: space-between center;
  place-items: center;
  padding: 20px;
  display: block;
  position: relative;
}

.paragraph-11a {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.body-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.body-6 {
  object-fit: fill;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.image-14 {
  align-self: center;
  display: block;
  position: relative;
  inset: 0%;
}

.container-10 {
  background-image: url('../images/Event-BG.jpg');
  background-position: 0 0;
  background-size: auto;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.image-15 {
  display: block;
}

.div-block-10 {
  background-color: #0000;
  background-image: url('../images/Event-BG.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-end;
  align-items: stretch;
  width: auto;
  height: auto;
  max-height: 100vh;
  display: block;
  position: relative;
}

.image-16 {
  align-self: center;
  width: auto;
  height: auto;
}

.div-block-11 {
  background-image: url('../images/Event-BG.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

.div-block-13 {
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: 50vh;
}

.form-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-18 {
  display: block;
  position: relative;
}

.hero-wrapper {
  object-fit: cover;
  object-position: 50% 50%;
  flex-flow: wrap;
  flex: 0 auto;
  place-content: center;
  align-self: center;
  align-items: flex-start;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-7 {
  background-image: url('../images/Event-BG.jpg');
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: relative;
  overflow: visible;
}

.image-19 {
  z-index: auto;
  object-fit: cover;
  display: block;
  position: relative;
  inset: auto;
}

.section-8 {
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  max-height: none;
  display: flex;
  position: relative;
}

.div-block-14 {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-20 {
  width: 0;
  height: 100px;
  margin-top: 50%;
  margin-left: 50%;
  position: absolute;
}

.image-21 {
  object-fit: cover;
  margin-left: 0%;
}

.mouse-icon {
  border: 2px solid #bbb;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 20px;
  height: 30px;
  display: flex;
}

.hero-intro {
  opacity: .87;
  color: #111;
  text-align: center;
  background-color: #969191;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 75%;
  max-width: 100vh;
  padding: 56px 48px;
  display: flex;
  position: relative;
}

.title {
  color: #a5c926;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.title.white {
  color: #fff;
}

.section-9 {
  background-color: #f8f8f8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 24px;
  display: flex;
}

.section-9.hero-section {
  background-image: url('../images/Event-BG.jpg');
  background-position: 50% 94%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
  position: relative;
}

.section-9.video-section {
  color: #fff;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/tim-gouw-165547-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 112px;
}

.section-9.color {
  background-color: #a5c926;
}

.section-9.hero-section {
  background-image: url('../images/Event-BG.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.scroll-mouse-link {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-bottom: -32px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px 2px #00000026;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #a5c926;
  border-radius: 24px;
  justify-content: center;
  height: 48px;
  padding: 12px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: transform .3s, box-shadow .3s;
}

.button:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 8px -4px #a5c92680;
}

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

.mouse-wheel-icon {
  background-color: #bbb;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-top: 6px;
}

.wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.wrapper.text-white {
  position: relative;
}

.wrapper.side-paddings {
  padding-left: 15px;
  padding-right: 15px;
}

.wrapper.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 72px;
  display: flex;
}

.wrapper.nav-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}

.nav-top-social {
  justify-content: flex-end;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.link-2 {
  color: #111;
  border-bottom: 2px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: border-color .3s;
  display: inline-block;
}

.link-2:hover {
  border-bottom-color: #a5c926;
}

.link-2.arrow-link {
  background-image: url('../images/arrow-right-mini-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-top: 4px;
  padding-right: 20px;
}

.navigation-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-error {
  color: #fb416b;
  background-color: #fb416b1a;
  border-radius: 16px;
  margin-top: 12px;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
}

.shop-header-line {
  background-color: #e5e5e5;
  width: 100%;
  height: 2px;
  margin-top: 32px;
}

.nav-menu-2 {
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.footer-social-link {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 6px;
  transition: background-color .3s;
  display: flex;
}

.footer-social-link:hover {
  background-color: #00000014;
}

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

.full-width {
  width: 100%;
}

.social-link-2 {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 5px;
  transition: background-color .3s;
  display: flex;
}

.social-link-2:hover {
  background-color: #00000014;
}

.footer-nav {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-brand {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.cart-icon {
  width: 32px;
  margin-left: 10px;
}

.cart-remove-link {
  color: #fb416b;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}

.nav-top {
  color: #fff;
  background-color: #a5c926;
  flex-direction: column;
  align-items: center;
  height: 32px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.intro {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.intro.wide {
  max-width: 800px;
}

.side-blocks {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid #ffffff40;
  justify-content: space-between;
  width: 100%;
  margin-top: 48px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.page-wrapper {
  flex-flow: column wrap;
  place-content: stretch center;
  align-items: stretch;
  padding-top: 104px;
  display: flex;
  overflow: hidden;
}

.cart-button {
  color: #111;
  background-color: #0000;
}

.cart-container {
  border-radius: 16px;
}

.home-category-card {
  color: #fff;
  background-color: #ffc12c;
  border-radius: 16px;
  flex: 1;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding: 48px 40px;
  display: flex;
  position: relative;
}

.home-category-card.red {
  background-color: #fb416b;
  justify-content: flex-end;
}

.shop-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.cart-header {
  padding: 24px 32px;
}

.home-category-info-2 {
  text-align: right;
  margin-right: 224px;
}

.instagram {
  width: 100%;
  margin-bottom: 72px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
}

.no-margin {
  margin: 0;
}

.side-image {
  border-radius: 16px;
  width: 100%;
}

.form-success {
  background-color: #0000;
}

.nav-main {
  flex-direction: column;
  align-items: center;
  height: 72px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.divider {
  background-color: #a5c926;
  width: 70px;
  height: 2px;
  margin-top: 8px;
  margin-bottom: 23px;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.footer-bottom-divider {
  background-color: #ffffff80;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  margin-left: 8px;
  margin-right: 8px;
}

.nav-bar {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 15px #0000001f;
}

.nav-top-info {
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.products {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.side-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 8.33%;
  padding-right: 8.33%;
  display: flex;
  position: relative;
}

.side-block.no-padding-left {
  padding-left: 0%;
}

.side-block.small-padding-side {
  padding-left: 15px;
  padding-right: 15px;
}

.product-card-wrapper {
  flex-direction: column;
  width: 25%;
  padding: 15px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  padding: 4px;
  text-decoration: none;
}

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

.home-category-info-1 {
  margin-left: 224px;
}

.footer-bottom-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.play-button {
  background-color: #a5c926;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  transition: transform .3s;
  display: flex;
}

.play-button:hover {
  transform: scale(1.1);
}

.shop-header-color {
  background-color: #a5c926;
  width: 136px;
  height: 100%;
}

.home-categories {
  justify-content: center;
  width: 100%;
  padding-top: 32px;
  display: flex;
}

.subscribe-info {
  flex: 1;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.subscribe-form-wrapper {
  width: 50%;
  margin-bottom: 0;
  padding-left: 15px;
}

.heading-8 {
  font-size: 36px;
  line-height: 44px;
}

.home-category-image-1 {
  width: 220px;
  position: absolute;
  bottom: 26px;
  left: 15px;
}

.input {
  background-color: #f8f8f8;
  border: 2px solid #e5e5e5;
  border-radius: 24px;
  height: 48px;
  margin-bottom: 24px;
  padding-left: 28px;
  padding-right: 28px;
  transition: border-color .3s, background-color .3s;
}

.input:hover {
  background-color: #fff;
}

.input:focus {
  background-color: #fff;
  border-color: #a5c926;
}

.input.subscribe-input {
  margin-bottom: 0;
  margin-right: 16px;
}

.input.subscribe-input:focus {
  background-color: #fff;
  border-color: #a5c926;
}

.input.quantity-input {
  width: 80px;
  margin-bottom: 12px;
  margin-right: 8px;
}

.subscribe-form {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-pay-button {
  border-radius: 24px;
  height: 45px;
  margin-bottom: 12px;
}

.text-grey {
  color: #999;
}

.instagram-link {
  border-radius: 16px;
  flex: 1;
  margin-left: 8px;
  margin-right: 8px;
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.instagram-link:hover {
  z-index: 1;
  transform: scale(1.05)translate(0);
  box-shadow: 0 8px 20px -4px #00000029;
}

.cart-footer {
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.footer-social {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.footer-bottom-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.text-green {
  color: #a5c926;
}

.footer-left {
  align-items: center;
  width: 200px;
  display: flex;
}

.footer-4 {
  flex-wrap: wrap;
  width: 100%;
  padding-top: 48px;
  display: flex;
  position: relative;
}

.side-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.subscribe {
  background-color: #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px;
  display: flex;
  box-shadow: 0 1px 2px #00000026;
}

.nav-top-text {
  margin-right: 16px;
}

.cart-list {
  padding: 16px 32px;
}

.nav-link-2 {
  color: #111;
  border-radius: 16px;
  padding: 12px 18px;
  transition: color .3s, background-color .3s, box-shadow .3s;
}

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

.nav-link-2.w--current {
  color: #111;
}

.subscribe-icon {
  background-color: #a5c926;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  padding: 18px 16px 16px;
  display: flex;
}

.item-count {
  color: #fff;
  background-color: #a5c926;
  border-radius: 10px;
  min-width: 20px;
  height: 20px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 12px;
  font-weight: 600;
}

.home-category-image-2 {
  width: 220px;
  position: absolute;
  bottom: 17px;
  right: 21px;
}

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

.field-label-11, .field-label-12, .field-label-13, .field-label-14 {
  margin-top: 10px;
  margin-bottom: 0;
}

.section-10 {
  background-image: url('../images/Event-BG.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.body-7 {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section-11 {
  background-image: url('../images/Event-BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

.container-11 {
  background-image: url('../images/Event-BG.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 75vh;
  display: flex;
  position: relative;
}

.section-12 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  display: flex;
  position: relative;
}

.body-9 {
  flex-flow: column;
  place-content: space-around;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-13 {
  text-align: left;
  background-image: url('../images/Event-BG.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
  position: relative;
  inset: auto;
}

.form-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.container-12 {
  opacity: .87;
  text-align: center;
  background-color: #969191;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 2px 2px 19px 12px #000;
}

.div-block-15 {
  text-align: center;
  flex-flow: column wrap;
  place-content: space-between center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-9 {
  margin-bottom: 0;
}

.form-block-6 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.text-field-8 {
  float: none;
  clear: none;
}

.form-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-start;
  align-items: flex-start;
  display: grid;
}

.section-14 {
  background-color: #3a3636;
  background-image: url('../images/Event-BG.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 25vh;
  padding-bottom: 75vh;
  position: relative;
}

.container-13 {
  background-color: #0000;
}

.body-10 {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-16 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(200px, 1.25fr) repeat(auto-fit, minmax(200px, 1.25fr));
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: center;
  place-items: center;
  display: grid;
}

.submit-button-3 {
  margin-top: 20px;
}

.hero-overlay {
  opacity: 1;
  background-image: linear-gradient(#00000059, #00000059), url('../images/Event-BG.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-14 {
  opacity: .68;
  background-color: #969191;
  border-radius: 13px;
  flex-flow: wrap;
  place-content: space-between center;
  align-self: center;
  align-items: center;
  padding: 27px;
  display: flex;
  position: relative;
}

.rich-text-block {
  color: var(--black);
  text-align: center;
  font-weight: 800;
}

.form-block-7 {
  flex-wrap: wrap;
  padding: 0 12px;
  display: flex;
}

.form-5 {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  justify-content: center;
  align-items: center;
  padding: 11px 10px;
  display: grid;
  overflow: hidden;
}

.submit-button-4 {
  background-color: #f5a40f;
  position: relative;
  top: 10px;
}

.all-labels {
  color: #000;
  text-align: center;
  background-color: #0000;
  font-weight: 900;
}

.div-block-17 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-3 {
  margin-bottom: 100px;
  display: block;
}

.slide {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mask {
  bottom: auto;
}

.div-block-18 {
  position: relative;
  bottom: 90px;
}

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

.slide-column-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 53px;
  padding-bottom: 53px;
  display: none;
}

.container-15 {
  padding-top: 51px;
  padding-bottom: 51px;
}

.slide-1 {
  background-image: url('../images/wedding-371.jpg');
  background-position: 50% 32%;
  background-size: cover;
  height: 100%;
}

.slider {
  height: 400%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mask-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.s1 {
  background-image: url('../images/wedding-371.jpg');
  background-position: 50% 37%;
  background-repeat: repeat;
  background-size: 725px;
}

.sl1 {
  background-image: url('../images/Vibe-Foam-Party-1.jpg');
  background-position: 25% 20%;
  background-size: 725px;
  overflow: visible;
}

.s3 {
  background-image: url('../images/Midwest-City-Prom.jpg');
  background-position: 45%;
  background-size: cover;
}

.sl2 {
  background-image: url('../images/Vibe-Foam-Party-2.jpg');
  background-position: 50% 25%;
  background-size: cover;
}

.s2 {
  background-image: url('../images/wedding-589.jpg');
  background-position: 10% 30%;
  background-size: 1504px;
}

.s4 {
  background-image: url('../images/MidwestCity-Prom.jpg');
  background-position: 50% -1%;
  background-size: cover;
}

.s5 {
  background-image: url('../images/Phi-Mu-Mud-Party-3.jpg');
  background-position: 50%;
  background-size: cover;
}

.s6 {
  background-image: url('../images/Phi-Mu-Mud-Party-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.sl3 {
  background-image: url('../images/Boom-Boom-Room-good-pic.jpg');
  background-position: 25%;
  background-size: cover;
}

.sl4 {
  background-image: url('../images/5Feb2007--065.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.sl5 {
  background-image: url('../images/5Feb2007--072.jpg');
  background-position: 35%;
  background-repeat: repeat-y;
  background-size: cover;
}

.sl6 {
  background-image: url('../images/Wonderbread-J-DJing.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-11 {
  text-align: center;
  margin-bottom: 40px;
}

.slider-popup {
  background-color: #000000c2;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.div-block-19 {
  background-color: #c02d2d;
  width: 600px;
  height: 400px;
  margin: auto;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

html.w-mod-js [data-ix="preloader"] {
  display: flex;
}

@media screen and (min-width: 1280px) {
  .section.top-section {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 0;
    top: auto;
    bottom: auto;
  }

  .body-2 {
    object-fit: fill;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    max-width: none;
    max-height: none;
    display: block;
    overflow: visible;
  }

  .html-embed {
    bottom: 130px;
  }

  .booknow-wrapper {
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    max-width: none;
    max-height: none;
    display: block;
  }

  .section-5 {
    max-width: none;
    height: 100%;
    max-height: none;
    display: block;
  }

  .section-6 {
    background-color: #d01c1c;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 140px;
    padding-right: 0;
  }

  .container-7 {
    flex: 0 auto;
    align-self: center;
    height: 1000px;
  }

  .container-8 {
    opacity: 1;
    background-image: url('../images/Event-BG.jpg');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: cover;
    background-attachment: scroll;
    max-width: none;
    height: 100vh;
    padding-bottom: 20px;
    padding-right: 20px;
    position: relative;
  }

  .bknwrapper {
    opacity: 1;
    background-image: url('../images/Event-BG.jpg');
    background-position: 50% 100%;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .bkncontainer {
    flex-wrap: nowrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px;
    display: flex;
  }

  .bkncontainer.contact-form {
    opacity: .89;
    background-image: none;
    border-width: 1px;
    border-radius: 20px;
    max-width: none;
    max-height: none;
    margin-top: 0;
    padding: 100px;
    position: relative;
    transform: none;
  }

  .bkndiv {
    opacity: 1;
    object-fit: fill;
    flex-flow: wrap;
    flex: 0 auto;
    place-content: space-around center;
    align-self: center;
    align-items: center;
    margin-right: 0;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .heading-7 {
    float: none;
    clear: none;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
  }

  .paragraph-11 {
    color: #f5a40f;
    text-align: center;
    white-space: nowrap;
    order: 0;
    align-self: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 800;
    text-decoration: none;
    position: relative;
    right: auto;
  }

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-around center;
    align-items: center;
    display: grid;
    position: relative;
  }

  .form.contact-form-grid {
    margin-top: 20px;
    padding-left: 0;
    display: block;
  }

  .bknfield {
    text-align: right;
    width: auto;
  }

  .field-label-6 {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 0;
    position: relative;
    top: 10px;
  }

  .field-label-7 {
    align-self: flex-end;
    display: block;
    position: relative;
    top: 10px;
  }

  .field-label-8 {
    margin-bottom: 0;
    position: relative;
    top: 10px;
  }

  .backbtn {
    background-color: #f5a40f;
    text-decoration: none;
  }

  .submit-button-2 {
    background-color: #f5a40f;
  }

  .text-field-4, .text-field-5, .text-field-6, .text-field-7 {
    position: relative;
    bottom: 10px;
  }

  .bold-text {
    white-space: normal;
    position: relative;
    left: auto;
  }

  .field-label-9 {
    position: relative;
    top: 10px;
  }

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

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

  .form-2 {
    max-width: 25vw;
  }

  .paragraph-11a {
    color: #f5a40f;
    text-align: center;
    white-space: nowrap;
    order: 0;
    align-self: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-weight: 800;
    text-decoration: none;
    position: relative;
    right: auto;
  }

  .body-5 {
    background-image: url('../images/Event-BG.jpg');
    background-position: 0%;
    background-size: cover;
  }

  .body-6 {
    object-fit: fill;
    flex-direction: row;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .image-19 {
    object-fit: fill;
    position: relative;
    inset: auto;
  }

  .section-9.hero-section {
    background-position: 50%;
    flex-direction: row;
    display: flex;
  }

  .page-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 70px;
    margin-bottom: 140px;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .container-11 {
    max-width: 100vw;
  }

  .body-8 {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    max-height: none;
    padding-bottom: 100px;
    display: flex;
  }

  .body-9 {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-13 {
    background-attachment: fixed;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding: 220px;
    display: flex;
    position: relative;
    inset: 0%;
  }

  .container-12 {
    flex: 0 auto;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-15 {
    width: auto;
    height: auto;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: minmax(200px, 1fr) repeat(auto-fit, minmax(200px, 1fr));
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
  }

  .field-label-16 {
    position: relative;
    overflow: hidden;
  }

  .container-14 {
    flex-flow: wrap;
    place-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .form-5 {
    grid-column-gap: 16px;
    grid-row-gap: 3px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .all-labels {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-bottom: 0;
  }

  blockquote {
    padding: 30px 90px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner.sub {
    height: 250px;
  }

  .banner.blog-page {
    height: 500px;
  }

  .banner.two {
    height: 700px;
  }

  .banner.video {
    flex-wrap: wrap;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 53px;
    display: flex;
  }

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

  .content-wrapper.top {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .navigation {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .container {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .container.top {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    top: auto;
    bottom: auto;
  }

  .nav-link, .nav-link.drop {
    margin-right: 0;
  }

  .section {
    object-fit: scale-down;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .section.gray.overflow {
    padding-top: 80px;
    padding-bottom: 80px;
    display: block;
  }

  .section.gray.overflow.with-line.more-padding {
    display: block;
  }

  .section.top-section {
    margin-top: 0;
    margin-bottom: -100px;
    padding-top: 20px;
    padding-bottom: 0;
    top: auto;
    bottom: 140px;
  }

  .section.flex {
    flex-flow: column;
    flex: 0 auto;
    order: -1;
    place-content: center space-between;
    align-self: center;
    align-items: stretch;
    display: flex;
  }

  .top-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    bottom: auto;
  }

  .flex-row {
    flex-flow: column wrap;
    place-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .flex-row.not-flex {
    display: block;
  }

  .flex-row.horizontal {
    flex-direction: row;
  }

  .small-services-wrapper {
    padding-left: 0;
    position: relative;
  }

  .services-top-wrapper {
    width: 95%;
  }

  .big-image {
    max-height: auto;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 60px;
    margin-left: 0;
    left: auto;
    right: auto;
  }

  .content-wrapper-second {
    flex-flow: column wrap;
    place-content: center space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .sub-second-text {
    text-align: center;
    flex-flow: row;
    place-content: center;
    align-items: center;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .left-part {
    width: 100%;
  }

  .left-part.smaller.round {
    order: 1;
  }

  .left-part.smaller.school {
    position: relative;
  }

  .left-part._3 {
    order: -1;
    align-self: stretch;
  }

  .align-right.left-mobile {
    text-align: left;
  }

  .project-content {
    margin-top: 20px;
    margin-bottom: 20px;
    left: 0;
  }

  .project-content.left {
    left: 0;
  }

  .circle, .square {
    display: none;
  }

  .right-arrow {
    object-fit: scale-down;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    position: absolute;
    overflow: visible;
  }

  .slide-nav {
    display: none;
  }

  .testi-photo {
    object-fit: scale-down;
    background-image: url('../images/MomSon.jpg');
    background-position: 25% 60%;
    background-size: 350px;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .testi-content {
    text-align: center;
    height: auto;
    padding-right: 0;
  }

  .team-wrapper {
    margin-bottom: 20px;
  }

  .team-wrapper.pricing {
    justify-content: center;
    width: 70%;
    padding-left: 40px;
    overflow: visible;
  }

  .relative-div {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .social-wrapper.in-navigation {
    justify-content: flex-start;
    margin-top: 15px;
    top: 0;
  }

  .newsletter-wrapper {
    display: block;
  }

  .newsletter-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .heading-white {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-white.biger {
    font-size: 50px;
    line-height: 60px;
  }

  .footer {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 30px;
    position: relative;
  }

  .div-block {
    float: none;
  }

  .sidebar {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .blog-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .blog-content {
    margin-top: 40px;
    padding-left: 0;
  }

  .utility-page-wrap {
    height: 800px;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-page-content {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .heading-smaller {
    font-size: 36px;
  }

  .slider-wrapper {
    width: 90%;
  }

  .circle-banner.four {
    right: -200px;
  }

  .background-video {
    object-fit: contain;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 768px;
    height: 68%;
    margin-top: auto;
    margin-bottom: 225px;
    display: flex;
    position: relative;
  }

  .nav-menu {
    background-color: #f1f1f7;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button {
    color: #0056ff;
    border-radius: 10px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0056ff;
  }

  .column-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .collection-item {
    width: 100%;
  }

  .logo-client {
    flex: 0 25%;
  }

  .logo-client-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .aller-logo {
    top: 10px;
  }

  .booknow {
    position: fixed;
    inset: 75% 44% auto auto;
  }

  .heading-2 {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    position: relative;
  }

  .para6 {
    padding-left: 10px;
    text-decoration: none;
  }

  .para6._1 {
    text-decoration: underline;
  }

  .paragraph-9 {
    margin-right: 0;
    padding-right: 10px;
  }

  .column-5 {
    flex-wrap: wrap;
    flex: 0 auto;
    place-content: center flex-end;
    align-self: flex-start;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-6 {
    bottom: 2px;
  }

  .button-3 {
    left: 43%;
  }

  .footer-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    text-align: center;
    flex-flow: column wrap;
    place-content: center space-between;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    right: 60px;
  }

  .div-block-5 {
    flex-flow: column wrap;
    align-content: space-between;
    align-items: stretch;
    position: relative;
  }

  .footer-2-top-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-2-menus-container {
    margin-top: 72px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-row {
    margin-top: 72px;
  }

  .background-video-3 {
    position: static;
  }

  .image-7 {
    margin-top: 20px;
    margin-right: 140px;
    padding-right: 0;
    display: block;
    position: relative;
  }

  .column-6 {
    flex-wrap: wrap;
    place-content: flex-end space-between;
    align-self: stretch;
    align-items: stretch;
    display: block;
  }

  .div-block-6 {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    display: block;
    position: relative;
  }

  .columns {
    flex-flow: wrap;
    place-content: stretch space-between;
    align-items: stretch;
    display: flex;
  }

  .image-8 {
    object-fit: scale-down;
    order: 1;
    align-self: stretch;
    display: block;
    position: relative;
  }

  .image-9 {
    object-fit: scale-down;
    align-self: stretch;
    position: relative;
  }

  .div-bg-tran {
    width: 11%;
    max-width: 25%;
    margin-left: 0;
    margin-right: -9px;
    display: block;
  }

  .logo {
    width: 100%;
  }

  .html-embed {
    width: auto;
    bottom: 40px;
  }

  .container-6 {
    bottom: 60px;
  }

  .section-4 {
    width: auto;
    bottom: auto;
  }

  .bknwrapper {
    object-fit: fill;
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .bkncontainer {
    display: block;
    position: relative;
    bottom: auto;
  }

  .bkndiv {
    position: relative;
  }

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: end space-around;
    align-self: center;
    justify-items: center;
    display: grid;
  }

  .backbtn {
    align-self: auto;
  }

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

  .form-block-2 {
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    align-content: stretch;
    align-self: center;
  }

  .textarea {
    flex-wrap: wrap;
    align-content: center;
    display: flex;
  }

  .bold-text-2 {
    top: 20px;
  }

  .form-2 {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .paragraph-11a {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    display: block;
    top: 20px;
  }

  .body-6 {
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    display: block;
  }

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

  .image-16 {
    height: auto;
  }

  .div-block-11 {
    background-image: url('../images/Event-BG.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .div-block-12 {
    justify-content: flex-end;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .hero-wrapper {
    flex: 0 auto;
    align-self: center;
    display: block;
  }

  .image-19 {
    z-index: auto;
    object-fit: fill;
    position: relative;
  }

  .section-8 {
    position: relative;
  }

  .hero-intro {
    max-width: 100vh;
    padding: 40px;
  }

  .section-9 {
    padding: 88px 8px;
  }

  .section-9.hero-section {
    height: auto;
    padding: 184px 16px;
  }

  .section-9.video-section {
    padding-bottom: 80px;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .section-9.hero-section {
    background-position: 45%;
    flex-direction: column;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    margin-top: 0;
    padding: 140px 16px;
    display: flex;
  }

  .scroll-mouse-link {
    padding-bottom: 24px;
    display: none;
  }

  .button:hover {
    transform: none;
  }

  .wrapper.text-white {
    display: flex;
  }

  .wrapper.side-paddings {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper.nav-bar-wrapper {
    height: auto;
  }

  .nav-top-social {
    padding-left: 8px;
    padding-right: 8px;
  }

  .navigation-2 {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }

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

  .nav-menu-2 {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    padding-left: 0;
    padding-right: 0;
  }

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

  .footer-nav {
    justify-content: flex-end;
    padding-left: 2px;
    padding-right: 2px;
  }

  .nav-top {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro {
    margin-bottom: 56px;
  }

  .side-blocks {
    flex-wrap: wrap;
    margin-bottom: -48px;
  }

  .side-blocks.mobile-reverse {
    flex-direction: column-reverse;
    align-items: stretch;
  }

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

  .page-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: stretch;
    padding-top: 100px;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .home-category-card {
    margin-left: 0;
    margin-right: 0;
    padding: 40px 32px;
  }

  .home-category-card.red {
    margin-top: 64px;
  }

  .shop-header {
    padding-left: 8px;
    padding-right: 8px;
  }

  .home-category-info-2 {
    margin-right: 182px;
  }

  .instagram {
    flex-wrap: wrap;
    width: 75%;
    margin-bottom: 48px;
    padding-left: 0;
    padding-right: 0;
  }

  .no-margin {
    margin: 0;
  }

  .side-image {
    width: 83.33%;
  }

  .nav-main {
    height: 64px;
    padding-left: 8px;
    padding-right: 0;
  }

  .brand-2 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .nav-bar {
    position: absolute;
  }

  .nav-top-info {
    padding-left: 8px;
    padding-right: 8px;
  }

  .products {
    padding-left: 12px;
    padding-right: 12px;
  }

  .side-block {
    width: 100%;
    margin-bottom: 48px;
  }

  .side-block.no-padding-left {
    padding-left: 8.33%;
  }

  .side-block.small-padding-side {
    padding-left: 8px;
    padding-right: 8px;
  }

  .product-card-wrapper {
    width: 50%;
    padding: 20px;
  }

  .home-category-info-1 {
    margin-left: 176px;
  }

  .menu-button-2 {
    border-left: 1px solid #e5e5e5;
    height: 100%;
    padding: 20px;
  }

  .menu-button-2.w--open {
    color: #111;
    background-color: #0000;
  }

  .home-categories {
    flex-direction: column;
    max-width: 480px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe-info {
    text-align: center;
    flex-direction: column;
    padding-right: 0;
  }

  .subscribe-form-wrapper {
    width: 100%;
    margin-top: 32px;
    padding-left: 0;
  }

  .home-category-image-1 {
    width: 176px;
    left: 10px;
  }

  .input.subscribe-input {
    text-align: center;
    margin-bottom: 20px;
  }

  .subscribe-form {
    flex-direction: column;
    align-items: stretch;
  }

  .instagram-link {
    flex: 25%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .instagram-link:hover {
    transform: none;
  }

  .footer-social {
    width: 100%;
    margin-top: 24px;
  }

  .footer-left {
    flex: none;
    width: auto;
  }

  .footer-4 {
    padding-top: 40px;
  }

  .side-info {
    text-align: center;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .subscribe {
    flex-direction: column;
    justify-content: flex-start;
    width: 66.66%;
    padding: 64px;
  }

  .nav-link-2 {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 16px 24px;
  }

  .subscribe-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .home-category-image-2 {
    width: 176px;
  }

  .container-12 {
    display: flex;
  }

  .hero-overlay {
    flex-wrap: nowrap;
  }

  .container-14 {
    border-radius: 15px;
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .submit-button-4 {
    position: relative;
    top: 10px;
  }

  .s1 {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  blockquote {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner.blog-page {
    height: 400px;
  }

  .banner.video {
    height: auto;
  }

  .container.top {
    margin-top: auto;
    display: flex;
    bottom: 50px;
  }

  .section {
    display: block;
  }

  .section.gray.overflow {
    z-index: auto;
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    top: 20px;
  }

  .section.top-section {
    margin-top: 0;
  }

  .top-wrapper {
    flex: 0 auto;
    align-self: center;
    padding: 40px 59px;
    top: 53px;
    bottom: auto;
  }

  .small-services-wrapper {
    width: 100%;
    display: flex;
  }

  .services-top-text._1 {
    right: 5px;
  }

  .services-top-text._2 {
    bottom: 30px;
    left: 10px;
  }

  .big-image {
    margin-right: auto;
    left: auto;
    right: auto;
  }

  .sub-second-text {
    text-align: center;
    flex-direction: row;
    margin-bottom: 85px;
    margin-left: 0;
    margin-right: 0;
    display: block;
    position: relative;
    right: auto;
  }

  .sub-second-text.testi {
    align-self: center;
    display: block;
    right: 0;
  }

  .bookbutton.submit {
    border-radius: 10px;
    width: 100%;
  }

  .left-part {
    height: 500px;
  }

  .features-center {
    flex-direction: column;
    width: 80%;
    display: flex;
  }

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

  .top-title {
    margin-bottom: 50px;
  }

  .right-arrow {
    float: none;
    clear: right;
    flex-flow: column wrap;
    place-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 0% auto 0% 0%;
    overflow: visible;
  }

  .slide-nav {
    flex-flow: wrap;
    place-content: center;
    align-items: flex-end;
    margin-top: 0;
    padding-top: 0;
    display: none;
  }

  .testi-content {
    align-items: stretch;
  }

  .team-wrapper.pricing {
    overflow: visible;
  }

  .text-field {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 15px;
  }

  .heading-white.biger {
    font-size: 30px;
    line-height: 50px;
  }

  .footer-column-wrapper {
    margin-top: 30px;
  }

  .copyright-link.darker {
    margin-top: 10px;
  }

  .blog-content {
    margin-top: 20px;
  }

  .background-video {
    text-align: left;
    object-fit: fill;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 568px;
    max-width: none;
    height: 60%;
    margin-top: 0;
    margin-bottom: 270px;
    display: flex;
  }

  .column-3 {
    flex: 1;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .buttons-wrapper._1 {
    top: auto;
    bottom: 60px;
  }

  .buttons-wrapper._2 {
    top: auto;
  }

  .paragraph-wrapper, .rich-text-wrapper, .figure {
    width: 100%;
  }

  .logo-client {
    flex-basis: 33.3333%;
  }

  .logo-client-wrapper-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }

  .image-3 {
    left: 15px;
  }

  .booknow {
    position: relative;
  }

  .heading-2 {
    flex-flow: row;
    flex: 1;
    place-content: stretch space-around;
    align-self: center;
    align-items: center;
    width: 90%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    right: auto;
  }

  .column-5 {
    flex-direction: row;
    flex: 1;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    left: auto;
  }

  .image-6 {
    top: 55px;
    bottom: auto;
  }

  .footer-3 {
    padding: 40px 20px;
  }

  .div-block-4 {
    flex-flow: column wrap;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: space-between center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-2-top-row {
    text-align: center;
    align-items: center;
  }

  .footer-2-menus-grid {
    grid-template-columns: 1fr;
  }

  .footer-2-menus-container {
    margin-top: 48px;
  }

  .footer-2-contact-details {
    justify-items: center;
  }

  .footer-bottom-row {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: flex-start center;
    display: grid;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .image-7 {
    display: block;
  }

  .image-8 {
    padding-left: 0;
    padding-right: 0;
    top: 450px;
    left: auto;
  }

  .image-9 {
    position: relative;
    inset: 445px auto auto 630px;
  }

  .image-10 {
    position: relative;
    bottom: 40px;
    left: 10px;
  }

  .div-bg-tran {
    opacity: 1;
    display: none;
  }

  .div-bg-tran.bg-tran {
    filter: blur(5px);
    position: fixed;
    inset: 0%;
  }

  .html-embed {
    bottom: auto;
  }

  .container-6 {
    bottom: 40px;
  }

  .html-embed-2 {
    width: auto;
    height: auto;
  }

  .section-4 {
    bottom: 40px;
  }

  .bknwrapper {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bkncontainer {
    min-height: auto;
  }

  .bkndiv {
    overflow: hidden;
  }

  .bold-text {
    align-self: flex-end;
    margin-top: 20px;
    padding-top: 20px;
  }

  .form-2 {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }

  .paragraph-11a {
    margin-bottom: 0;
    display: block;
  }

  .hero-intro {
    width: 90%;
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-9.video-section {
    padding-bottom: 72px;
  }

  .section-9.hero-section {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .scroll-mouse-link {
    display: none;
  }

  .nav-top-social {
    padding-left: 0;
    padding-right: 0;
  }

  .link-2.arrow-link {
    margin-top: 0;
  }

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

  .footer-nav {
    padding-left: 24px;
    padding-right: 0;
  }

  .footer-brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom {
    margin-top: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-wrapper {
    flex-direction: column;
    padding-top: 140px;
  }

  .instagram {
    width: 100%;
  }

  .no-margin {
    margin: 0;
  }

  .products {
    padding-left: 0;
    padding-right: 0;
  }

  .product-card-wrapper {
    padding: 8px;
  }

  .footer-link {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .subscribe-form-wrapper {
    margin-top: 16px;
  }

  .footer-social {
    margin-top: 16px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .footer-4 {
    padding-top: 32px;
  }

  .subscribe {
    width: 83.33%;
  }

  .nav-link-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 7px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) minmax(150px, 1fr);
    grid-auto-flow: row dense;
    place-content: center;
    place-items: center;
    overflow: hidden;
  }

  .hero-overlay {
    background-image: linear-gradient(to bottom, null, null);
    flex-wrap: wrap;
  }

  .container-14 {
    position: relative;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .form-block-7 {
    display: block;
  }

  .form-5 {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) minmax(150px, 1fr);
    grid-auto-flow: row dense;
    justify-items: center;
  }

  .div-block-17 {
    flex-flow: row;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner.sub {
    height: 150px;
  }

  .banner.blog-page {
    height: 300px;
  }

  .banner.two {
    height: 600px;
  }

  .banner.video {
    align-items: center;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .content-wrapper {
    padding-top: 0;
  }

  .content-wrapper.top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: block;
  }

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

  .container.top {
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    display: flex;
    bottom: auto;
  }

  .section.gray.overflow {
    width: 100%;
    top: auto;
  }

  .section.gray.overflow.with-line.more-padding {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    overflow: hidden;
  }

  .section.top-section {
    top: auto;
    bottom: 110px;
  }

  .top-wrapper {
    flex-wrap: nowrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    top: 65px;
  }

  .flex-row {
    margin-bottom: 0;
  }

  .top-margin.less {
    margin-top: auto;
  }

  .small-services-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .services-top-wrapper {
    width: 100%;
  }

  .services-top-text.big {
    margin-bottom: 10px;
    bottom: 10px;
  }

  .big-image.in-div {
    height: 300px;
  }

  .sub-second-text {
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
    margin-left: auto;
    right: auto;
  }

  .sub-second-text.testi {
    align-items: baseline;
    display: flex;
  }

  .bookbutton {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .left-part.smaller {
    flex-flow: wrap;
    display: flex;
  }

  .left-part.smaller.round {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-self: center;
    display: flex;
  }

  .features-center {
    flex-wrap: nowrap;
    align-content: center;
    margin-top: 220px;
    margin-bottom: auto;
    padding-bottom: 0;
    display: flex;
    top: auto;
  }

  .image-services {
    margin-top: 15px;
    bottom: 20px;
  }

  .paragraph-gray {
    text-align: center;
    margin-bottom: 0;
    font-weight: 700;
    bottom: auto;
  }

  .top-title {
    margin-bottom: 20px;
  }

  .top-title._1 {
    margin-bottom: 100px;
  }

  .project-wrapper {
    margin-bottom: 50px;
  }

  .project-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 15px;
  }

  .project-content.left {
    padding-left: 25px;
    padding-right: 15px;
  }

  .project-title {
    font-size: 20px;
    line-height: 30px;
  }

  .right-arrow {
    display: none;
    inset: 0% auto 0% 0%;
  }

  .arrow-down {
    position: relative;
  }

  .test-wrapper-photo {
    object-fit: fill;
    flex: 0 auto;
  }

  .team-wrapper.pricing {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
  }

  .newsletter-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-white {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-white.biger {
    font-size: 25px;
    line-height: 40px;
  }

  .sidebar, .blog-wrapper {
    width: 100%;
  }

  .blog-title {
    font-size: 19px;
    line-height: 26px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .protected-title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-page-content, .brand.mobile {
    width: 100%;
  }

  .heading-smaller {
    object-fit: scale-down;
    flex-direction: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 30px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .circle-banner.four {
    right: -178px;
  }

  .circle-banner.five {
    left: -26px;
  }

  .circle-banner.six {
    bottom: 553px;
  }

  .background-video {
    width: 320px;
    height: 51%;
  }

  .column-3 {
    flex: 0 auto;
  }

  .buttons-wrapper {
    flex-flow: wrap;
    place-content: center;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: auto;
    bottom: 160px;
  }

  .buttons-wrapper._1 {
    bottom: 140px;
  }

  .buttons-wrapper._2 {
    bottom: 220px;
  }

  .logo-client {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-2 {
    display: flex;
    right: 15px;
  }

  .image-6 {
    top: 67px;
  }

  .footer-3 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    overflow: hidden;
  }

  .footer-bottom-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-div {
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-bottom-row {
    margin-top: 48px;
  }

  .text-field-2, .text-field-3 {
    text-align: center;
  }

  .image-8 {
    display: none;
    top: 630px;
  }

  .image-9 {
    width: auto;
    margin-right: 220px;
    position: relative;
    inset: 0% 60px auto 0%;
    overflow: hidden;
  }

  .div-bg-tran {
    margin-left: 15px;
    margin-right: 0;
    display: none;
  }

  .div-bg-tran.bg-tran {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .logo {
    flex: 0 auto;
    align-self: center;
  }

  .image-13 {
    background-color: #0000;
  }

  .html-embed {
    bottom: 10px;
  }

  .container-6 {
    bottom: 20px;
  }

  .section-4 {
    bottom: 0;
  }

  .bknwrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bkncontainer {
    object-fit: scale-down;
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
  }

  .bold-text {
    flex-flow: column;
    place-content: center;
    align-items: center;
    margin-top: 0;
    font-size: 13px;
    display: block;
  }

  .bold-text-2 {
    flex-flow: column wrap-reverse;
    align-content: space-around;
    font-size: 20px;
    display: flex;
  }

  .form-2 {
    flex-flow: wrap;
    order: 0;
    grid-template-rows: minmax(auto, .25fr) auto auto auto;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    grid-auto-columns: minmax(301px, 1fr);
    grid-auto-flow: column dense;
    place-content: stretch space-between;
    place-items: stretch end;
    display: flex;
    overflow: hidden;
  }

  .paragraph-11a {
    align-self: center;
  }

  .section-7 {
    background-attachment: fixed;
  }

  .hero-intro {
    flex-flow: column;
    align-content: space-around;
    align-self: center;
    align-items: stretch;
    width: auto;
    max-width: none;
    overflow: hidden;
  }

  .section-9.hero-section {
    object-fit: scale-down;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    display: flex;
    overflow: hidden;
  }

  .wrapper.text-white {
    flex-flow: column wrap;
    align-content: stretch;
    align-self: center;
  }

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

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .page-wrapper {
    flex-flow: column;
    place-content: center space-between;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .cart-container {
    border-radius: 0;
  }

  .home-category-card {
    flex-direction: column;
    padding-top: 0;
  }

  .home-category-card.red {
    margin-top: 80px;
  }

  .home-category-info-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .no-margin {
    margin: 0;
  }

  .side-image {
    width: 100%;
  }

  .side-block {
    padding-left: 0%;
    padding-right: 0%;
  }

  .side-block.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .product-card-wrapper {
    width: 100%;
  }

  .home-category-info-1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .footer-bottom-right {
    justify-content: flex-start;
    width: 100%;
  }

  .home-category-image-1 {
    width: 80%;
    margin-top: -48px;
    margin-bottom: 16px;
    margin-left: -8px;
    position: relative;
    top: 0;
    bottom: auto;
    left: auto;
  }

  .instagram-link {
    margin: 4px;
  }

  .footer-social {
    justify-content: flex-start;
  }

  .footer-bottom-left {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-left {
    width: 100%;
    margin-bottom: 16px;
  }

  .subscribe {
    width: 100%;
    padding: 40px 32px;
  }

  .home-category-image-2 {
    margin-top: -48px;
    margin-bottom: 12px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .div-block-16 {
    grid-column-gap: 10px;
    grid-row-gap: 7px;
    object-fit: contain;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr)) minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: center stretch;
    place-items: center;
    height: auto;
    display: grid;
    overflow: hidden;
  }

  .field-label-15 {
    order: 0;
  }

  .text-field-9 {
    order: 0;
    align-self: auto;
    display: block;
    overflow: visible;
  }

  .hero-overlay {
    background-position: 75%;
  }

  .container-14 {
    object-fit: fill;
    flex-wrap: wrap;
    display: flex;
  }

  .rich-text-block {
    font-size: 10px;
  }

  .form-block-7 {
    flex-flow: column;
    place-content: center;
    align-items: center;
    max-width: none;
    display: flex;
    position: relative;
  }

  .form-5 {
    background-color: #0000;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) minmax(150px, 1fr);
    grid-template-areas: "."
                         ".";
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    align-self: center;
    justify-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .field:active {
    box-shadow: inset -6px 12px 12px 18px #af1717;
  }

  .bold-text-3 {
    margin-bottom: 0;
  }

  .bold-text-4 {
    position: static;
  }
}

#email-form.w-node-_68470972-b317-c5fe-5a19-cd749fe48ef7-8ad8734b {
  place-self: center;
}

#name.w-node-_68470972-b317-c5fe-5a19-cd749fe48efa-8ad8734b {
  place-self: auto;
}

#w-node-dfa6ac74-9aaf-c53a-35a8-71eb29941a4d-256f785f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dfa6ac74-9aaf-c53a-35a8-71eb29941a53-256f785f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: end center;
}

@media screen and (min-width: 1280px) {
  #w-node-dfa6ac74-9aaf-c53a-35a8-71eb29941a53-256f785f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


