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

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  cursor: none;
}

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

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

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.ver_aboutus {
  height: 50vh;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.69)), to(rgba(0, 0, 0, 0.69))), url('../images/IMG_5614-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.69), rgba(0, 0, 0, 0.69)), url('../images/IMG_5614-3.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.section.ver_service {
  overflow: visible;
  height: auto;
  margin-top: 0px;
  padding-top: 70px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section.ver_gallery {
  height: auto;
  margin-top: 60px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #000;
}

.section.ver_team {
  height: auto;
  margin-top: 140px;
}

.section.ver_footer {
  overflow: hidden;
  height: 40vh;
  margin-top: 100px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section.ver_threecontent {
  height: auto;
  margin-top: 140px;
}

.section.ver_aboutsool_message {
  display: block;
}

.section.ver_aboutsool_member {
  display: block;
  height: auto;
  padding-top: 60px;
  border-top: 1px solid #000;
}

.section.ver_aboutsool_companydetail {
  display: block;
  height: auto;
  padding-top: 60px;
  border-top: 1px none #000;
}

.section.ver_gallery_photo {
  display: block;
  height: auto;
}

.section.ver_video {
  height: 70vh;
  margin-top: 140px;
}

.navbar {
  position: fixed;
  display: none;
  width: 100%;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.nav-menu {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  max-width: 80vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 30%;
  height: 100%;
  background-color: #000;
  background-image: url('../images/h1-slider1-img-2.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slide {
  width: 100%;
  background-image: url('../images/MIYADSC_2731-2.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  top: auto;
  bottom: -39px;
  margin-top: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #000;
  color: #000;
  font-size: 12px;
}

.slider {
  width: 85%;
  height: 100%;
}

.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  box-shadow: 8px 8px 19px 0 #000;
  color: #000;
  font-size: 6.5vw;
  line-height: 1;
  text-shadow: 1px 1px 6px #fff;
}

.button {
  margin-top: 20px;
  padding-right: 59px;
  padding-left: 21px;
  background-color: #000;
}

.scroll-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.super-text {
  font-size: 9em;
  white-space: nowrap;
}

.super-text.one {
  margin-left: 590px;
  background-color: #000;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 11em;
  line-height: 1;
}

.scroll-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 10px;
  height: 0px;
  padding-right: 84px;
  padding-left: 84px;
  text-align: right;
}

.container-2 {
  position: relative;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2.relative {
  position: relative;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.scroll-block {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  overflow: hidden;
  width: 46px;
  height: 105px;
}

.scroll-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 2px;
  height: 105px;
  background-color: #000;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.scroll-text {
  position: absolute;
  left: 46px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-weight: 700;
  text-transform: uppercase;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cursor-dot1 {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
}

.cursor-dot1:hover {
  background-color: #fff;
}

.cursor-dot2 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 52px;
  height: 53px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 50%;
  -webkit-transition: color 350ms ease, background-color 350ms ease, width 350ms ease, height 350ms ease;
  transition: color 350ms ease, background-color 350ms ease, width 350ms ease, height 350ms ease;
  color: transparent;
  font-size: 1vw;
  line-height: 1.6;
  font-weight: 600;
  text-transform: uppercase;
}

.cursor_text {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.body {
  overflow: visible;
  font-family: 'Noto Sans JP', sans-serif;
  cursor: none;
}

.div-block-5 {
  position: absolute;
  left: auto;
  top: -4%;
  right: 11%;
  bottom: 0%;
  width: 90vh;
  height: 90vh;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px solid #000;
  border-radius: 50%;
}

.div-block-5.ver_ourvision_small {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 40vh;
  height: 40vh;
}

.div-block-5.ver_ourvision_big {
  position: absolute;
  left: 25%;
  top: 10%;
  right: auto;
  bottom: 0%;
  width: 250vh;
  height: 250vh;
}

.div-block-5.ver_servicecircle {
  position: absolute;
  left: auto;
  top: -31%;
  right: -3%;
  bottom: auto;
  z-index: -1;
  width: 44vh;
  height: 44vh;
}

.div-block-5.ver_servicecircle.ver_black {
  top: -20%;
  right: -20%;
  z-index: -1;
  width: 49vh;
  height: 48vh;
  background-color: #000;
}

.div-block-5.ver_servicecircle_leftside {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 44vh;
  height: 44vh;
}

.div-block-5.ver_servicecircle_leftside.ver_black {
  top: -20%;
  right: -20%;
  background-color: #000;
}

.div-block-5.ver_servicecircle_leftside {
  position: absolute;
  left: auto;
  top: -31%;
  right: -3%;
  bottom: auto;
  z-index: -1;
  width: 44vh;
  height: 44vh;
}

.div-block-5.ver_servicecircle_leftside.ver_black {
  top: -26%;
  right: -20%;
  background-color: #000;
}

.div-block-5.ver_servicecircle_leftside.ver_black-copy {
  top: -26%;
  right: -20%;
  background-color: #000;
}

.div-block-5.ver_servicecircle_leftside {
  position: absolute;
  left: -18%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 48vh;
  height: 48vh;
}

.div-block-5.ver_servicecircle_leftside.ver_black {
  top: -20%;
  right: -20%;
  background-color: #000;
}

.div-block-5.ver_ourvision_big-copy {
  position: absolute;
  left: 25%;
  top: 10%;
  right: auto;
  bottom: 0%;
  width: 250vh;
  height: 250vh;
}

.div-block-5.ver_footer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100vw;
  height: 100vw;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40vh;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  width: 90%;
}

.div-block-8 {
  margin-right: 0%;
  padding-left: 25%;
}

.heading-2 {
  padding-left: 60px;
  font-size: 4.6vw;
  line-height: 1;
}

.sectiontitle {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  color: #fff;
  font-size: 4.2vw;
}

.sectiontitle.ver_aboutus {
  left: auto;
  top: 29%;
  right: 35%;
  bottom: auto;
  font-size: 6.2vw;
}

.sectiontitle.ver_service {
  left: 5%;
  top: 0%;
  right: auto;
  bottom: auto;
  color: #000;
}

.servicesection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  max-width: 1600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicesection.ver_rightside {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.button-wrapper {
  display: inline-block;
  margin-top: 30px;
  padding-right: 15px;
  padding-bottom: 15px;
}

.button-wrapper.ver_service {
  margin-top: 10px;
}

.button-border {
  display: inline-block;
  border-radius: 4px;
  background-color: transparent;
  box-shadow: 0 0 0 3px #000;
  -webkit-transform: translate(11px, 11px);
  -ms-transform: translate(11px, 11px);
  transform: translate(11px, 11px);
}

.button-2 {
  min-width: 200px;
  padding: 11px 32px 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #000;
  border-radius: 4px;
  background-color: #000;
  box-shadow: 0 0 0 3px #000;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  cursor: none;
}

.button-2.ver_service {
  padding: 1.1vw 3.2vw 1.2vw;
  font-size: 1.8vw;
}

.div-block-9 {
  position: relative;
  width: 75%;
  height: 65%;
  background-image: none;
  background-size: auto;
}

.div-block-10 {
  position: absolute;
  left: auto;
  top: auto;
  right: -19%;
  bottom: -27%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.div-block-10.ver_leftside {
  left: -19%;
  top: auto;
  right: auto;
  bottom: -38%;
}

.div-block-11 {
  width: 25%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #000;
}

.paragraph {
  display: inline-block;
  font-family: Lato, sans-serif;
  font-size: 1.4vw;
  line-height: 1.5;
}

.heading-3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.4vw;
}

.heading-4 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.4vw;
  line-height: 1;
}

.div-block-12 {
  display: inline-block;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  max-width: 1600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.teamlist {
  height: 26.4vw;
}

.teamlist.ver_paragragh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.teamlist.ver_image {
  width: 33.3%;
}

.teamlist.ver_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.heading-5 {
  font-size: 4.4vw;
}

.play-btn-parent {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.text-ring {
  display: block;
  width: 100%;
}

.play-btn {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: rgba(51, 51, 51, 0.27);
  border-radius: 100%;
  background-color: #fff;
}

.play-icon {
  width: 30px;
  padding-right: 0.5em;
}

.img-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-parent.hero-img {
  height: 100%;
  margin-top: 0em;
}

.card-whipe-r {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100%;
}

._wf-logo {
  position: absolute;
  left: 2em;
  top: auto;
  right: auto;
  bottom: 2em;
  z-index: 10;
  width: 12em;
}

.img-child {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-child.img-1 {
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.image-3 {
  width: 100%;
  height: 10px;
}

.slide-2 {
  background-image: url('../images/DSC03005-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-15 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  width: 80%;
  height: 100%;
}

.div-block-16 {
  width: 40vw;
  height: 3px;
  margin-bottom: 52px;
  background-color: #000;
}

.footerlink {
  margin-right: 10px;
  margin-left: 10px;
  color: #000;
  font-size: 1.8vw;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-18 {
  margin-bottom: 43px;
}

.text-block {
  position: relative;
  right: -52px;
  bottom: -66px;
  z-index: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 3.4vw;
  line-height: 1;
  font-weight: 700;
  text-align: left;
}

.text-block.ver_creative {
  right: 23%;
  bottom: -23%;
  display: inline-block;
}

.text-block.ver_snsmarketing {
  right: -14%;
  bottom: -22%;
}

.text-block.ver_webmarketing {
  right: -14%;
  bottom: -22%;
}

.image-4 {
  width: 100%;
  margin-top: -17px;
  margin-bottom: -25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.full-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.creator_block {
  display: block;
  min-width: 394px;
  margin-right: 24px;
  padding: 32px;
  border-radius: 12px;
  background-color: #fff;
}

.block-profile-img {
  width: 64px;
  height: 64px;
  margin-right: 24px;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
  line-height: 40px;
}

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

.h3.centre.contact-header {
  margin-bottom: 40px;
}

.block_followers {
  margin-top: 5px;
}

.creator_container {
  overflow: hidden;
  padding: 64px 24px 120px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_username {
  font-size: 24px;
  font-weight: 700;
}

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

.creators_wrap {
  position: relative;
  display: block;
  padding-top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block_top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block_text {
  max-width: 330px;
}

.section-2 {
  position: relative;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}

.section-2.off-white {
  background-color: #f5f3f2;
}

.section-2.backgroud-2 {
  background-color: #fff;
}

.section-2.gradient-180 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e6def0), color-stop(95%, #c1dedc));
  background-image: linear-gradient(180deg, #e6def0 5%, #c1dedc 95%);
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 56px;
  line-height: 64px;
}

.h2.how {
  margin-bottom: 32px;
}

.how_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.how_text {
  margin-top: 16px;
  text-align: center;
}

.container-3 {
  width: 100%;
  max-width: 1232px;
  margin-right: auto;
  margin-left: auto;
}

.how_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-image {
  display: block;
  width: 104px;
  margin-bottom: 40px;
}

.how_grid {
  width: 100%;
  margin-top: 88px;
  grid-column-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature_grid {
  height: 52vw;
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature_wrap {
  padding-top: 66px;
  padding-bottom: 106px;
}

.feature_wrap._2 {
  padding-bottom: 140px;
}

._480 {
  max-width: 480px;
}

._480.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}

.feature_image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
}

.feature_image-wrap {
  position: relative;
  width: 100%;
  max-width: 567px;
}

.brand_wrap {
  position: relative;
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brand_logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand_grid-text {
  padding-top: 120px;
  padding-bottom: 120px;
}

.brand_block {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  border-radius: 12px;
  background-color: #fff;
}

.brand_content {
  display: -ms-grid;
  display: grid;
  padding-top: 64px;
  padding-bottom: 80px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.brand_image {
  position: relative;
  display: block;
  width: 100%;
  min-height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand_container {
  overflow: visible;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand_logo {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.faq_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq_wrapper {
  width: 100%;
  margin-top: 72px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.faq_text {
  margin-top: 16px;
}

.faq_arrow {
  width: 24px;
}

.faq_bottom {
  overflow: hidden;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 76px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq_divider {
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: rgba(0, 0, 0, 0.15);
}

.faq_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 28px;
}

.button-3 {
  padding: 10px 24px;
  border: 2px solid #000;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #000;
}

.button-3:hover {
  background-color: #000;
  color: #fff;
}

.tab-switcher {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 4px;
  padding-left: 4px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #813efb;
}

.pricing-bottom-block {
  margin-bottom: 48px;
  padding-right: 15px;
  padding-left: 15px;
}

.content-h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #18183a;
}

.content-h2.content-h2-centre {
  color: #18183a;
  text-align: center;
}

.tick-icon {
  margin-right: 12px;
}

.container-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-grid {
  width: 100%;
  margin-top: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-circle {
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #fff;
}

.dollar-sign {
  padding-top: 12px;
  color: #99a1ba;
  font-size: 20px;
  line-height: 24px;
}

.title-wrap.flex-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-top-block-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  padding: 35px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #813efb;
}

.price-title {
  margin-bottom: 4px;
  color: #99a1ba;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.left-blur {
  position: absolute;
  left: 0%;
  top: 20%;
  right: auto;
  bottom: auto;
  opacity: 0.5;
}

.pricing-top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 48px;
  padding: 32px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #813efb;
}

.primary-cta {
  margin-top: 0px;
  padding: 16px 45px;
  border-radius: 100px;
  background-color: #813efb;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
}

.primary-cta.focus-button {
  background-color: #813efb;
  color: #fff;
}

.pricing-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(153, 161, 186, 0.06);
  opacity: 1;
}

.price-plan {
  color: #99a1ba;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.price-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  color: #fff;
  font-size: 70px;
  line-height: 90px;
  font-weight: 600;
  text-align: center;
}

.feature {
  color: #99a1ba;
  font-size: 15px;
  font-weight: 400;
}

.feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-block-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: rgba(153, 161, 186, 0.06);
  opacity: 1;
}

.paragraph-2 {
  max-width: 680px;
  margin-bottom: 48px;
  color: #99a1ba;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.h2-span {
  opacity: 0.6;
}

.pricing-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 3% 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  display: none;
  margin-top: 20px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-bottom-block-big {
  margin-bottom: 64px;
  padding-right: 15px;
  padding-left: 15px;
}

.text-light-grey {
  color: hsla(0, 0%, 100%, 0.65);
}

.white-line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.step-4-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.step-3-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.process-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  height: 240px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-image: url('../images/Process_step_background.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-2-small {
  font-size: 56px;
  line-height: 64px;
}

.step-1-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.timeline-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 40px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 120px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.step-3-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.process-wrapper {
  position: relative;
}

.step-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step-4-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-2-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-5-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.step-2-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.container-4 {
  position: relative;
  z-index: 2;
  display: block;
  width: 90%;
  max-width: 1360px;
  margin-right: auto;
  margin-left: auto;
}

.container-4.small {
  max-width: 920px;
}

.container-4.small.flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container-4.centred {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4.centred.full-width {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-m {
  font-size: 20px;
  letter-spacing: -0.4px;
}

.step-info {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.center-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-3 {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3.black {
  background-color: #0a0a0a;
}

.section-3.grain {
  background-image: url('../images/Grain_Latest.png');
  background-position: 0px 0px;
  background-size: 300px 300px;
}

.grey-line {
  position: relative;
  width: 2px;
  height: 82%;
  background-color: hsla(0, 0%, 100%, 0.15);
}

.step-5-number {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-style: none;
  border-width: 8px 1px;
  border-color: #161616 #000;
}

.black-line {
  position: absolute;
  left: 19px;
  right: 20px;
  width: 2px;
  height: 72px;
  background-color: #0a0a0a;
}

.step-heading {
  color: #fff;
}

.step-1-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

.circle-blur-top-left {
  position: absolute;
  left: -5%;
  top: -5%;
  right: auto;
  bottom: auto;
  z-index: -1;
  display: block;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 35%, #ff4848 54%, #6248ff 80%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-top-left.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.page-type-text {
  margin-top: 0px;
  color: #fff;
  text-align: center;
}

.circle-blur-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: -15%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  height: 440px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #ff7448 26%, #ff4848 51%, #6248ff 75%);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.circle-blur-bottom-right.safari {
  opacity: 0.97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}

.pricing-row-spacer {
  height: 24px;
}

.tick._0-opacity {
  opacity: 0;
}

.features-text {
  color: #fff;
}

.pricing-row {
  padding-top: 16px;
  padding-bottom: 16px;
  -ms-grid-columns: 0.5fr 1.25fr;
  grid-template-columns: 0.5fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-top: 1px solid hsla(0, 0%, 100%, 0.15);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.15);
}

.pricing-row.pricing-header {
  padding-top: 0px;
  padding-bottom: 40px;
  border-top-style: none;
}

.aud {
  font-size: 14px;
  line-height: 22px;
}

.pricing-thirds {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.table-caption {
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}

.pricing-table-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.price-text {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.pricing-table {
  padding: 40px;
  border-radius: 16px;
  background-color: #161616;
}

.wrapper {
  position: relative;
}

.play-btn-2 {
  z-index: 50;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(3px, 0px);
  -ms-transform: translate(3px, 0px);
  transform: translate(3px, 0px);
}

.sub-slider-nav-dots {
  display: none;
}

.c-slide-btn-loading {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  border-style: dashed;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1000px;
}

.main-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.c-funtext {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 15;
  padding: 40px 10px 60px;
}

.first-slider-container {
  position: relative;
  z-index: 10;
}

.main-slide-container {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.sub-slider-nav-arrow {
  display: none;
}

.slider-trigger-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

.c-slider-btn-circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 1000px;
}

.sub-slider-slide {
  width: 350px;
  padding: 1vh 1vw;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
}

.sub-slider-mask {
  overflow: visible;
}

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

.main-slider-nav-arrow {
  display: none;
}

.ci-main-slide-content {
  position: relative;
}

.funtext {
  position: relative;
  opacity: 0.03;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 10vw;
  line-height: 1em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.main-slide-title {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 20px;
  text-transform: uppercase;
}

.b-slider-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-trigger-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
}

.main-slide-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/1.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/1.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-slide-wrapper._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/2.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/2.jpg');
}

.main-slide-wrapper._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/3.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/3.jpg');
}

.main-slide-wrapper._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/4.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/4.jpg');
}

.main-slide-wrapper._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.35)), to(rgba(51, 51, 51, 0.35))), url('../images/5.jpg');
  background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.35), rgba(51, 51, 51, 0.35)), url('../images/5.jpg');
}

.sub-slider {
  width: 350px;
  height: 25vh;
  background-color: transparent;
}

.ci-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  opacity: 0.5;
}

.c-main-slide-description {
  width: 50vw;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
  font-weight: 400;
}

.second-slider-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-main-slide-title {
  margin-bottom: 20px;
}

.c-play-btn {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sub-slide-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 10px;
  background-color: #333;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  box-shadow: 1px 1px 10px 0 rgba(19, 19, 19, 0.5);
}

.sub-slide-wrapper._5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/5.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/5.jpg');
}

.sub-slide-wrapper._3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/3.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/3.jpg');
}

.sub-slide-wrapper._2 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/2.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/2.jpg');
}

.sub-slide-wrapper._4 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/4.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/4.jpg');
}

.sub-slide-wrapper._1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.5)), color-stop(30%, transparent)), url('../images/1.jpg');
  background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.5), transparent 30%), url('../images/1.jpg');
}

.sub-slider-container {
  position: relative;
  overflow: hidden;
  padding-right: 20vw;
}

._w-slider-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
}

.c-slider-btn-loading {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border: 1px dashed #aaa;
  border-radius: 1000px;
}

.c-main-slide-content {
  text-align: center;
}

.sub-slide-container {
  width: 100%;
  height: 100%;
}

.sub-slide-title {
  padding: 10px;
  color: #fff;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: 700;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.main-slider-nav-dots {
  display: none;
}

._w-slider-control {
  padding-right: 20px;
  padding-left: 20px;
}

.main-slider {
  height: 85vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #222;
}

.main-slider.mobile {
  display: none;
}

.c-slider-btn {
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.c-slider-btn-icon {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-slide-btn-frame {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 1000px;
}

._w-slide-btn {
  position: relative;
}

.c-slide-btn-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75px;
  height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-family: 'Changa One', Impact, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.c-main-nav {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  padding: 40px;
}

.logo-link {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.menu-stripe {
  position: relative;
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #fff;
}

.menu-stripe.short {
  width: 15px;
}

.logo-icon {
  height: 25px;
}

.c-logo-text {
  padding-right: 10px;
  padding-left: 10px;
}

.c-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-logo-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-menu-btn {
  cursor: pointer;
}

._w-main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-curtain {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: none;
  overflow: hidden;
  background-color: #333;
}

.curtain {
  width: 100%;
  height: 100%;
  background-color: #131313;
}

.ci-overlay-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._w-overlay-menu {
  position: relative;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding: 40px 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #131313;
  box-shadow: -5px 0 15px 0 rgba(19, 19, 19, 0.5);
}

.close-stripe {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.close-stripe._2 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

.b-overlay-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-menu-item {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.c-menu-close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
}

.bi-close-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

._w-menu-close {
  cursor: pointer;
}

.c-overlay-menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1001;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-copyright {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-menu-item {
  width: 100%;
  padding: 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}

._w-overlay-menu-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1099;
  background-color: rgba(19, 19, 19, 0.5);
}

.link-menu {
  padding: 10px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: Exo, sans-serif;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 600;
  letter-spacing: 2px;
}

.link-menu:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  text-shadow: 0 7px 3px #333;
}

.copyright {
  position: relative;
  padding: 10px;
  opacity: 0.25;
  color: #aaa;
  font-size: 0.8em;
  line-height: 1em;
  white-space: nowrap;
}

.icon_wrap {
  overflow: hidden;
}

.card_col_2 {
  position: relative;
  top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container_p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.h1_features {
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.3px;
}

.col_60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col_40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.paragraph-3 {
  color: #44465f;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.3px;
}

.card_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1_example {
  margin-bottom: 25px;
  color: #000;
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.5px;
}

.button-4 {
  margin-top: 25px;
  padding: 17px 35px;
  border-radius: 8px;
  background-color: #5b3acc;
  font-size: 15px;
  font-weight: 500;
}

.content_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 60px 5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/rev-h1-circle.png'), url('../images/rev-h1-circle.png');
  background-position: -18% 125%, 120% -35%;
  background-size: 300px, 300px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: fixed, fixed;
}

.card_base {
  position: relative;
  width: 100%;
  min-height: 270px;
  margin-bottom: 35px;
  padding: 55px 25px 25px;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 7px 7px 55px 0 #f2f3f6;
  color: #44465f;
  text-decoration: none;
  cursor: none;
}

.text_features {
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -0.3px;
}

.brand-attribute-list-wrapper.margin-bottom-xxl {
  margin-bottom: 80px;
}

.margin-bottom-xl {
  margin-bottom: 64px;
}

.moodboard-intro-text {
  width: 80%;
  min-width: 640px;
}

.client-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.colour-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.client-logo-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #000;
}

.header.margin-bottom-xxl {
  margin-bottom: 80px;
}

.header-title {
  font-size: 24px;
  letter-spacing: -0.48px;
}

.header-title.margin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.references-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 16px;
  padding: 8px 12px 8px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #161616;
  border-radius: 12px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #161616;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.references-link:hover {
  background-color: #d8d5d1;
}

.brand-attribute-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-col {
  grid-column-gap: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-col.margin-bottom-xxl {
  margin-bottom: 80px;
}

.link {
  color: #161616;
}

.moodboard {
  padding-top: 80px;
  padding-bottom: 80px;
}

.client-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondary-button {
  padding: 15px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #161616;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #161616;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.secondary-button:hover {
  background-color: #d8d5d1;
}

.moodboard-intro {
  padding-top: 80px;
  padding-bottom: 80px;
}

.logo-placeholder-text {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 14px;
  color: #161616;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 10px;
}

.client-name {
  margin-bottom: 0px;
  font-weight: 500;
}

.brand-attributes {
  padding-top: 0px;
  padding-bottom: 80px;
}

.footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-container {
  padding-right: 5%;
  padding-bottom: 40px;
  padding-left: 5%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.reference-link-text {
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #d8d5d1;
}

.margin-bottom-l {
  margin-bottom: 40px;
}

.margin-bottom-l.margin-top-0 {
  margin-top: 0px;
}

.references-wrapper {
  padding-right: 12px;
}

.margin-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

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

.lightbox-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5));
}

.like-icon {
  height: 16px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.modal-container {
  width: 800px;
}

.moodboard-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: minmax(auto, auto) 1fr 1fr;
  grid-template-rows: minmax(auto, auto) 1fr 1fr;
}

.moodboard-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.saving-favorite {
  display: none;
}

.vote-counter.jetboost-item-total-favorites-5v79 {
  display: block;
}

.image-5 {
  position: static;
}

.lightbox-like-button {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 16px 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #161616;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #161616;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.lightbox-like-button:hover {
  background-color: #ecebea;
}

.lightbox-like-button.liked {
  border-color: #ff4848;
  background-color: #ffe6e6;
  color: #ff4848;
}

.lightbox-like-button.liked:hover {
  background-color: #ffd6d6;
}

.image-reference {
  position: absolute;
  left: 16px;
  top: auto;
  right: auto;
  bottom: 16px;
  z-index: 2;
  display: inline-block;
  padding: 6px 8px;
  border-radius: 8px;
  background-color: #fff;
  color: #161616;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.moodboard-wrapper {
  padding: 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #161616;
  border-radius: 16px;
  background-color: #fff;
}

.lightbox-image {
  border-radius: 12px;
}

.lightbox-modal {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 864px;
  height: auto;
  margin: 32px auto;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #fff;
  text-align: left;
}

.lightbox-like-container {
  border-radius: 8px;
}

.lottie-animation {
  width: 40px;
  height: 32px;
}

.like-button {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 8px 16px 8px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #161616;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.like-button:hover {
  background-color: #ecebea;
}

.like-button.liked {
  background-color: #ffe6e6;
  color: #ff4848;
}

.like-button.liked:hover {
  background-color: #ffdede;
}

.close-button {
  position: fixed;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100vw;
  height: 100vh;
  background-color: rgba(22, 22, 22, 0.5);
}

.like-container {
  position: absolute;
  left: auto;
  top: auto;
  right: 16px;
  bottom: 16px;
  z-index: 1;
}

.lightbox {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-top-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-top-wrap.margin-bottom-m {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item-is-favorite {
  display: none;
}

.navigation-button {
  width: 100%;
  padding: 13px 24px;
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #161616;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.navigation-button:hover {
  background-color: #d8d5d1;
}

.menu {
  height: 100%;
  background-color: #161616;
}

.nav-tab-space-on-mobile {
  display: none;
  width: 100%;
  height: 48px;
  padding-right: 24px;
  padding-left: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #161616;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-tab-space-on-mobile:hover {
  opacity: 1;
}

.nav-tab-space-on-mobile.w--current {
  border-left-color: #fff;
  opacity: 1;
}

.menu-icon {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

.nav-bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding: 24px;
}

.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-top {
  padding: 40px 24px 24px;
}

.logo.margin-bottom-l {
  margin-bottom: 40px;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 256px;
  height: 100vh;
  margin-top: 0px;
}

.clone-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 13px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.6px;
  text-decoration: none;
  text-transform: uppercase;
}

.clone-button:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.nav-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding-right: 24px;
  padding-left: 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 3px solid #161616;
  opacity: 0.5;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

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

.nav-menu-link.w--current {
  border-left-color: #fff;
  opacity: 1;
}

.section-4 {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-4.divider {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(9, 106, 208, 0.2);
}

.section-4.page-header {
  display: none;
  padding-top: 160px;
  padding-bottom: 80px;
}

.section-4.legowerk-footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-4.grid {
  z-index: -1;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paragraph-small {
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small.no-top-margins {
  margin-top: 0px;
}

.paragraph-small.footer {
  margin-bottom: 0px;
  font-size: 13px;
}

.paragraph-small.short-paragraph {
  width: 75%;
}

.paragraph-small.align-to-h1 {
  margin-bottom: 6px;
  margin-left: 5px;
}

.components-wrapper {
  overflow: hidden;
  border-style: solid none;
  border-width: 20px;
  border-color: rgba(9, 106, 208, 0.2);
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.row.flex-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.row.align-centre {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.wrapper-2 {
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-2.navbar-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: -4px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-2.grid-container {
  position: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
}

.social-link {
  display: inline;
  margin-right: 6px;
  margin-left: 6px;
  padding: 8px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  background-color: #096ad0;
}

.team-small-container-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-small-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-9 {
  margin-right: 20px;
}

.team-container {
  margin-bottom: 30px;
}

.portrait-container {
  position: relative;
  margin-bottom: 30px;
}

.hover.hover-on-image {
  position: absolute;
  display: block;
  width: auto;
  height: 100%;
  padding: 30px;
  background-color: #e4f1fd;
  opacity: 1;
}

.col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-6.centre-align {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.col.lg-1 {
  width: 8.33%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4 {
  width: 33.33%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.col.lg-4.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-3 {
  width: 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.col.lg-3.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.col.lg-5 {
  width: 41.66%;
}

.col.lg-5.align-vertically {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.col.lg-2 {
  width: 16.66%;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.centre-align {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.section-header {
  display: block;
  margin: 0px auto 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0.6;
  color: #000;
  font-size: 15px;
  cursor: none;
}

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

.dropdown-link.w--current {
  opacity: 1;
}

.dropdown-chevron {
  margin-right: -1px;
  cursor: none;
}

.nav-link-2 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #000;
  font-size: 15px;
  line-height: 24px;
  cursor: none;
}

.nav-link-2:hover {
  opacity: 1;
  color: #747474;
}

.nav-link-2.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-2.full-opacity {
  opacity: 1;
  cursor: none;
}

.nav-link-2.full-opacity:hover {
  color: #8f8f8f;
}

.nav-link-2.dropdown {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
}

.nav-link-2.dropdown.w--open {
  cursor: auto;
}

.nav-link-2.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-2.border:hover {
  background-color: #096ad0;
  color: #fff;
}

.nav-link-2.border.cta {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.dropdown-link-text {
  margin-right: 20px;
  color: #000;
  text-decoration: none;
  cursor: none;
}

.dropdown-link-text:hover {
  color: #8f8f8f;
}

.menu-button-2.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.nav-bar.sample-website {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: -4px;
  margin-left: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.nav-bar.sample-website.ver_garelly {
  padding-left: 250px;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-logo-2 {
  text-decoration: none;
  cursor: none;
}

.dropdown-list-2 {
  border: 1px solid #000;
}

.dropdown-list-2.w--open {
  margin-top: -20px;
  border-color: #000;
  border-radius: 6px;
  background-color: #fff;
  opacity: 1;
}

.dropdown {
  cursor: none;
}

.text-block-3 {
  cursor: none;
}

.text-block-4 {
  cursor: none;
}

.icon-2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
}

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

.margin-bottom.small {
  margin-bottom: 20px;
}

.border-to-edge-picture {
  position: relative;
  top: 0px;
  width: 100vw;
  height: 600px;
  float: left;
  background-image: url('../images/cinematic---big.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.answer {
  display: block;
  overflow: hidden;
  padding-right: 8px;
  padding-left: 64px;
  color: #9096a4;
}

.answer._2 {
  margin-left: 32px;
  padding-right: 0px;
  padding-left: 0px;
}

.form {
  width: 100%;
}

.price-table-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 6px;
}

.price-table-container.flex-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-logo {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.negative-margin {
  margin-left: -18px;
}

.page-wrapper-2 {
  overflow: hidden;
}

.flex-horizontal-justify-start-align-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.circle {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #096ad0;
  border-radius: 49px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(31, 44, 61, 0.1);
}

.column-image {
  margin-bottom: 20px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

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

.footer-heading {
  margin-bottom: 20px;
  text-decoration: none;
}

.block {
  position: relative;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: none;
  border-width: 1px;
}

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

.nav-link-3 {
  position: relative;
  padding: 16px 20px 18px;
  -webkit-transition: opacity 150ms ease;
  transition: opacity 150ms ease;
  color: #096ad0;
  font-size: 15px;
  line-height: 24px;
  cursor: pointer;
}

.nav-link-3:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-3.w--current {
  -webkit-transition-property: none;
  transition-property: none;
  color: #096ad0;
  font-weight: 700;
}

.nav-link-3.border {
  padding-top: 6px;
  padding-bottom: 6px;
  border: 1px solid #096ad0;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.nav-link-3.border:hover {
  background-color: #096ad0;
  color: #fff;
}

.how-it-works-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(9, 106, 208, 0.2);
  border-radius: 8px;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question-container.transparent {
  margin-bottom: 16px;
  padding: 10px 0px;
  border-style: none;
  background-color: transparent;
}

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-with-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.question-arrow-icon {
  margin-top: 26px;
  margin-right: 8px;
  margin-left: 24px;
}

.question-arrow-icon.left {
  margin-top: 11px;
  margin-right: 16px;
  margin-left: 0px;
}

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

.flex-horizontal.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bold {
  font-weight: 500;
}

.footer-link {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}

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

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.social-media-icon {
  padding: 8px;
}

.button-5 {
  padding: 10px 25px;
  border: 1px solid #096ad0;
  border-radius: 40px;
  background-color: #096ad0;
  box-shadow: 0 4px 11px 0 rgba(1, 58, 117, 0.33);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 300;
}

.button-5:hover {
  border: 1px solid #096ad0;
  background-color: #096ad0;
  box-shadow: 0 6px 20px 0 rgba(1, 58, 117, 0.33);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
  color: #fff;
}

.button-5.form-button {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 0px 3px 3px 0px;
  box-shadow: none;
  font-size: 14px;
}

.button-5.lg-wide {
  width: 100%;
  text-align: center;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-overlay {
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(9, 106, 208, 0.05);
  border-left: 1px solid rgba(9, 106, 208, 0.05);
}

.step-number {
  position: static;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.form-field {
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
  border-style: none;
  border-radius: 3px;
  background-color: rgba(9, 106, 208, 0.04);
  background-image: none;
  color: #096ad0;
}

.form-field::-webkit-input-placeholder {
  color: #096ad0;
}

.form-field:-ms-input-placeholder {
  color: #096ad0;
}

.form-field::-ms-input-placeholder {
  color: #096ad0;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.how-it-works-line {
  position: absolute;
  top: 315px;
  width: 100vw;
  height: 1px;
  background-color: rgba(9, 106, 208, 0.2);
}

.tick-icon-2 {
  margin-right: 8px;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
  background-color: #fff;
}

.horizontal-line.blue {
  background-color: #096ad0;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-bottom-wrap.education {
  color: #1a2337;
}

.slider-arrow-icon.left {
  margin-right: 19px;
}

.slider-arrow-icon.right {
  padding-left: 2px;
}

._3-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._3-col-grid.padding-top {
  padding-top: 40px;
}

.footer-middle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-border-top {
  position: absolute;
  left: 50px;
  top: 0px;
  max-height: 100px;
}

.line-border-top.right {
  left: auto;
  top: -20px;
  right: 50px;
  -webkit-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  transform: rotate(75deg);
}

.benefit-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-thumbnail {
  width: 100%;
  height: 220px;
  max-height: 220px;
  margin-bottom: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fafafa;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.blog-title {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.slide-nav-2 {
  position: absolute;
  bottom: -60px;
}

.section-subtitle {
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.section-subtitle.no-padding {
  padding-bottom: 0px;
}

.section-subtitle.light---personal {
  opacity: 0.6;
}

.section-img-border-wrap {
  position: relative;
  margin-top: 40px;
  padding: 40px 60px;
}

.curved-bg-bottom {
  height: 160px;
}

.curved-bg-bottom.light-half-bottom {
  height: 220px;
  margin-top: -160px;
  background-image: url('../images/Half-Curved-BG---Light.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.curved-bg-bottom.benefits-bottom {
  position: relative;
  z-index: 2;
  height: 240px;
  background-image: url('../images/Curved-BG-Main2x.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-position {
  padding-bottom: 20px;
  color: rgba(31, 24, 68, 0.7);
}

.section-img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-img.hero---main {
  max-height: none;
  margin-bottom: -60px;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.section-img.border-bg {
  position: relative;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.section-img.hero---personal {
  max-height: none;
  margin-bottom: -60px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.section-img.scale-up-desktop {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.section-img.cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.section-img.hero---education {
  max-height: none;
  margin-bottom: -60px;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.benefit-img {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.benefit-img.education {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.benefit-img.education.small {
  width: 60px;
  height: 60px;
}

.page-container {
  width: 100%;
  min-height: 100vh;
}

.page-container.main {
  position: relative;
  color: #1f1844;
}

.page-container.personal {
  position: relative;
  color: #1f1844;
  font-size: 16px;
  line-height: 24px;
}

.page-container.education {
  background-color: #f6ede4;
  color: #1f1844;
  font-size: 16px;
  line-height: 24px;
}

.section-p {
  margin-bottom: 40px;
  color: rgba(31, 24, 68, 0.7);
  font-weight: 400;
}

.company-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  padding-bottom: 80px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.benefit-title {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.nav-right-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-arrow---business {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #4444cf;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
  font-size: 24px;
  line-height: 24px;
}

._2-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

._2-col-grid.padding-top {
  padding-top: 40px;
}

.cms-items-grid {
  display: -ms-grid;
  display: grid;
  padding-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.curved-bg-wrap {
  position: relative;
}

.curved-bg-wrap.overlap-top {
  margin-top: -140px;
}

.footer-2 {
  position: relative;
  padding-bottom: 10px;
  background-color: #4444cf;
  color: #fff;
}

.footer-2.personal {
  padding-top: 60px;
  background-color: #1a2337;
}

.footer-2.education {
  padding-top: 40px;
  background-color: #d1bead;
  color: #1a2337;
}

.hero-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 220px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-link---light {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) contrast(200%);
  filter: invert(100%) contrast(200%);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link---light:hover {
  opacity: 0.6;
}

.social-link---light.fb {
  background-image: url('../images/FB.svg');
}

.social-link---light.ig {
  background-image: url('../images/IG.svg');
}

.social-link---light.tw {
  background-image: url('../images/TW.svg');
}

.social-link---light.tum {
  background-image: url('../images/TUM.svg');
}

.social-link---light.pin {
  background-image: url('../images/PIN.svg');
}

.bottom-left-border {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: -10px;
}

.content-title {
  padding-bottom: 20px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.footer-flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-flex-wrap.logo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-contact-info {
  line-height: 30px;
  font-weight: 500;
  text-align: right;
}

.testimonial-slider {
  height: auto;
  padding-top: 40px;
  background-color: transparent;
}

.footer-p {
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.footer-p.education {
  color: #1a2337;
}

.nav-menu-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav-link {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  text-decoration: none;
}

.footer-nav-link:hover {
  opacity: 0.8;
}

.footer-nav-link.education {
  color: #1a2337;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 16px;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #5454e7;
}

.nav-link.w--current {
  color: #4444cf;
  font-weight: 700;
}

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

.nav-link.personal:hover {
  color: #1a2337;
}

.nav-link.education {
  color: #1a2337;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.nav-link.education:hover {
  color: #bc7d08;
}

.nav-logo {
  width: 220px;
}

.nav-logo.alt {
  -webkit-filter: contrast(200%) invert(100%);
  filter: contrast(200%) invert(100%);
}

.curved-bg-top {
  position: relative;
  height: 140px;
}

.curved-bg-top.light-top-2 {
  height: 160px;
  background-image: url('../images/Customer-Section-BG---Main.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.curved-bg-top.footer-top {
  height: 120px;
  background-image: url('../images/Footer-BG.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.curved-bg-top.benefits-top {
  height: 160px;
  background-image: url('../images/Curved-BG-Main2x.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.curved-bg-top.light-half-top {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 220px;
  height: 68%;
  margin-top: 100px;
  background-image: url('../images/Half-Curved-BG---Light.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.curved-bg-top.light-top {
  height: 130px;
  background-image: url('../images/Customer-Section-BG---Main.svg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding: 90px 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}

.social-links-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1f1844;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.light-link:hover {
  color: #4444cf;
}

.section-title {
  padding-bottom: 30px;
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
}

.button-main {
  padding: 15px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #4444cf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-main:hover {
  background-color: #5454e7;
}

.section-5 {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-5.benefits {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4444cf;
  color: #fff;
}

.section-5.light {
  background-color: #faf9ff;
}

.section-5.light.overlap-bottom {
  padding-top: 0px;
  padding-bottom: 100px;
}

.section-5.no-padding-top {
  padding-top: 0px;
}

.section-5.personal---dark {
  background-color: #1a2337;
  color: #fff;
}

.section-5.personal---dark.with-border {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #1a2337;
}

.section-5.personal---dark.with-border-bottom {
  margin-bottom: 40px;
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-5.education---dark {
  background-color: #e9dbce;
}

.testimonial-name {
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.navbar-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.slide---business {
  padding-top: 60px;
  padding-bottom: 20px;
}

.company-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.bullet-list-item {
  padding-top: 8px;
  padding-bottom: 0px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.company-logo {
  max-width: 120px;
}

.blog-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1f1844;
  text-decoration: none;
}

.blog-item-wrap:hover {
  color: #4444cf;
}

.blog-item-wrap.personal {
  color: #fff;
}

.blog-item-wrap.personal:hover {
  color: #00b7c0;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.nav-cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  padding: 12px 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #4444cf;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-cta-button:hover {
  background-color: #5151e9;
}

.nav-cta-button.personal {
  background-color: #1a2337;
}

.nav-cta-button.personal:hover {
  background-color: #fff;
  color: #00b7c0;
}

.nav-cta-button.education {
  border: 1px solid #b6a698;
  background-color: #bc7d08;
}

.nav-cta-button.education:hover {
  background-color: #e9dbce;
  color: #1a2337;
}

.bullet-list {
  padding-top: 0px;
  padding-left: 20px;
}

.legal {
  font-size: 13px;
  letter-spacing: 1px;
}

.blog-link-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.footer-col-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-link-2 {
  margin-left: 40px;
  color: #000;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 0.7;
}

.footer-link-2.light {
  opacity: 0.8;
  color: #fff;
  text-transform: capitalize;
}

.footer-link-2.light:hover {
  opacity: 1;
}

.testimonial-thumbnail {
  position: absolute;
  left: auto;
  top: -60px;
  right: auto;
  bottom: auto;
  z-index: 99;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer-overlap-wrap {
  margin-top: -140px;
  padding-top: 40px;
}

.hero-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

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

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

.work-img---personal {
  width: 100%;
}

.blog-thumbnail---personal {
  width: 100%;
  height: 220px;
  max-height: 220px;
  margin-bottom: 30px;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-desc {
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.footer-p---personal {
  margin-bottom: 40px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.email-form {
  width: 80%;
  padding-top: 20px;
}

.pricing-term {
  padding-bottom: 20px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 20px;
}

.hero-title---personal {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.benefits-grid---personal {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.slider-arrow---personal {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #1a2337;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  font-size: 20px;
  line-height: 20px;
}

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

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

.email-submit-button---personal {
  height: 45px;
  margin-left: -34px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #00b7c0;
}

.email-submit-button---personal:hover {
  background-color: #00b7c0;
  color: #fff;
}

.slider-arrow-icon---personal.left {
  margin-right: 16px;
}

.card {
  position: relative;
  padding: 40px;
}

.card.pricing---personal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fafafa;
  border-radius: 8px;
  box-shadow: 6px 6px 15px -2px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.benefit-card {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.benefit-card.personal---alt {
  background-color: #00b7c0;
  color: #fff;
}

.pricing-title {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.blog-summary---personal {
  opacity: 0.8;
}

.field-wrap {
  padding-bottom: 15px;
}

.field-wrap.inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.price-span-text {
  padding-left: 6px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}

.textarea---personal {
  min-height: 120px;
  border: 1px none #000;
  border-radius: 8px;
  background-color: #e2e7f0;
}

.slide-nav---personal {
  position: absolute;
  bottom: -75px;
}

.price {
  padding-bottom: 20px;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.section-border---personal {
  position: absolute;
}

.section-border---personal.top {
  left: auto;
  top: -13px;
  right: 0%;
  bottom: auto;
}

.section-border---personal.bottom {
  left: 0%;
  top: auto;
  right: auto;
  bottom: -13px;
}

.section-border---personal.footer-short {
  left: 0px;
  top: -13px;
  right: auto;
  bottom: auto;
}

.hero-section---personal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Personal-Hero-BG.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.slider---personal {
  height: auto;
  background-color: transparent;
}

.form-block {
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
}

.text-field---personal {
  height: 45px;
  min-width: 250px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 30px;
  background-color: #e2e7f0;
}

.text-field---personal.inline-first {
  border-radius: 30px 0px 0px 30px;
}

.text-field---personal.inline-last {
  border-left-style: solid;
  border-left-color: silver;
  border-radius: 0px;
}

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

.button---personal {
  padding: 12px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  background-color: #1a2337;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.button---personal:hover {
  background-color: #00b7c0;
}

.button---personal.pricing {
  width: 100%;
  margin-bottom: 20px;
  background-color: #1a2337;
}

.button---personal.pricing:hover {
  background-color: #00b7c0;
}

.button---personal.submit {
  width: 100%;
}

.button---personal.alt {
  background-color: #fff;
  color: #00b7c0;
}

.button---personal.alt:hover {
  background-color: #fff;
  color: #00b7c0;
}

.work-example---personal {
  display: -ms-grid;
  display: grid;
  padding-top: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-title---personal {
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.play-icon-2 {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.play-icon-link {
  position: absolute;
  width: 80px;
  height: 80px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.play-icon-link:hover {
  opacity: 0.8;
  -webkit-filter: contrast(200%) invert(100%);
  filter: contrast(200%) invert(100%);
}

.section-p---personal {
  margin-bottom: 40px;
}

.hero-section---education {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 180px;
  padding-bottom: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #f6ede4;
}

.course-thumbnail---education {
  width: 100%;
  height: 220px;
  max-height: 220px;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.course-details-wrap {
  padding: 20px;
}

.flex-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

.social-link-2 {
  width: 22px;
  height: 22px;
  margin-right: 20px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link-2:hover {
  opacity: 0.6;
}

.social-link-2.fb {
  background-image: url('../images/FB.svg');
}

.social-link-2.tw {
  background-image: url('../images/TW.svg');
}

.social-link-2.tum {
  background-image: url('../images/TUM.svg');
}

.social-link-2.pin {
  background-image: url('../images/PIN.svg');
}

.social-link-2.ig {
  background-image: url('../images/IG.svg');
}

.hero-title---education {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}

.button---education {
  padding: 12px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b6a698;
  border-radius: 30px;
  background-color: #e9dbce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a2337;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button---education:hover {
  background-color: #b6a391;
  color: #fff;
}

.button---education.alt {
  background-color: #bc7d08;
  color: #fff;
}

.button---education.alt:hover {
  background-color: #e9dbce;
  color: #1a2337;
}

.button---education.margin-right {
  margin-right: 20px;
}

.section-p---education {
  margin-bottom: 40px;
}

.course-title---education {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.benefits-grid---education {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.course-item-wrap---education {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 10px;
  background-color: #e9dbce;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a2337;
  text-decoration: none;
}

.course-item-wrap---education:hover {
  background-color: #b4a291;
  color: #fff;
}

.div-block-31 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.top_section {
  height: 66vh;
  max-height: none;
  min-height: auto;
  margin-top: 81px;
  margin-right: 30px;
  margin-left: 30px;
  padding-left: 0px;
  background-color: #383333;
  background-image: url('../images/スクリーンショット-2021-09-10-11.46.28.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-32 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 51vh;
  margin-top: 80px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.aboutus_maintitle {
  margin-bottom: 40px;
  font-size: 52px;
}

.aboutus_subtitle {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #000;
  font-size: 2.7vw;
  font-weight: 700;
}

.div-block-33 {
  position: relative;
  width: 90vw;
  max-width: none;
  margin-bottom: 110px;
}

.div-block-34 {
  padding-left: 10%;
}

.div-block-35 {
  position: absolute;
  left: 3%;
  top: -3%;
  right: auto;
  bottom: auto;
  width: 220px;
  height: 220px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.35);
  border-radius: 50%;
}

.div-block-35.ver_mission {
  left: -9%;
  top: -12%;
}

.div-block-35.ver_value {
  left: -1%;
  top: 27%;
}

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

.paragraph-4 {
  font-size: 1.4vw;
  line-height: 3;
  font-weight: 700;
  letter-spacing: 0px;
  text-indent: 0px;
  -webkit-column-count: 0;
  column-count: 0;
  white-space: normal;
}

.heading-6 {
  margin-bottom: 70px;
  font-size: 3.8vw;
  text-align: center;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid none none;
  border-width: 1px;
  border-color: #000;
}

.div-block-37.ver_member {
  border-top-style: none;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-38.ver_companydetail {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.div-block-40 {
  width: 20vw;
  height: 20vw;
  border: 1px solid #000;
  border-radius: 50%;
  background-image: url('../images/DSC01647.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-40.ver_souma {
  overflow: hidden;
}

.title_memberrole {
  margin-top: 10px;
  font-size: 1.8vw;
}

.title_membername {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.2vw;
  text-align: left;
}

.div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  border-bottom: 1px solid #000;
}

.div-block-42 {
  width: 20%;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.div-block-43 {
  width: 80%;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.text-block-5 {
  padding-bottom: 44px;
  font-size: 1.4vw;
  line-height: 1;
}

.heading-7 {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-left: 30px;
  color: #000;
  font-size: 4.7vw;
}

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

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64vw;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-46 {
  width: 30%;
  margin-bottom: 20px;
  padding-top: 10px;
  border-style: solid none none;
  border-width: 4px 1px 1px;
  border-color: #000;
}

.text-block-6 {
  margin-top: 0px;
  font-size: 1.2vw;
  line-height: 1;
}

.text-block-7 {
  margin-top: 10px;
  font-size: 1.4vw;
  line-height: 1;
  font-weight: 700;
}

.text-block-8 {
  font-size: 1.2vw;
  line-height: 1;
}

.image-10 {
  width: 20vw;
  height: 20vw;
  margin-right: 0px;
  margin-bottom: 2vw;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.image-10.ver_7 {
  -o-object-position: 50% 83%;
  object-position: 50% 83%;
}

.image-10.ver_5 {
  -o-object-position: 43% 50%;
  object-position: 43% 50%;
}

.image-10.ver_8 {
  -o-object-position: 50% 70%;
  object-position: 50% 70%;
}

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

.div-block-47 {
  width: 33.333%;
  height: 16.6vw;
}

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

.div-block-48 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 60vw;
  height: auto;
}

.button-outline-circle {
  position: static;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-6 {
  display: inline-block;
  padding: 23px 21px 23px 23px;
  border-radius: 8px;
  background-color: #f1f1f1;
}

.button-6.cc-white {
  position: absolute;
  background-color: #fff;
}

.button-6.cc-white.circle {
  z-index: 1;
  padding: 20px 18px 20px 22px;
  border-radius: 50%;
}

.button-6.cc-gradient-pulm-copy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#667eea), color-stop(0%, #667eea), to(#764ba2));
  background-image: linear-gradient(180deg, #667eea, #667eea 0%, #764ba2);
  -webkit-transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 300ms ease;
  transition: transform 200ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
}

.button-6.cc-gradient-pulm-copy:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#667eea), to(#764ba2));
  background-image: linear-gradient(180deg, #667eea, #764ba2);
}

.button-6.cc-gradient-pulm-copy.radius {
  position: absolute;
  padding-left: 25px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-6.cc-gradient-pulm-copy.radius:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button-6.cc-gradient-pulm-copy.radius._2 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#647bdf), color-stop(0%, #667eea), to(#764ba2));
  background-image: linear-gradient(180deg, #647bdf, #667eea 0%, #764ba2);
}

.button-6.cc-gradient-pulm {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#667eea), color-stop(0%, #667eea), to(#764ba2));
  background-image: linear-gradient(180deg, #667eea, #667eea 0%, #764ba2);
  -webkit-transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: background-color 300ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 300ms ease;
  transition: transform 200ms ease, background-color 300ms ease, -webkit-transform 200ms ease;
}

.button-6.cc-gradient-pulm:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#667eea), to(#764ba2));
  background-image: linear-gradient(180deg, #667eea, #764ba2);
}

.button-6.cc-gradient-pulm.radius {
  position: absolute;
  padding-left: 25px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-6.cc-gradient-pulm.radius.outline {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 23px 21px 23px 25px;
}

.button-wrap {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.button-wrap:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.circle-parent {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vw;
  height: 13vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.circle-parent.ver_play {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.circle-parent.ver_team {
  width: 8vw;
  height: 8vw;
}

.tri {
  width: 2vw;
  margin-left: 0.4vw;
}

.outer-parent {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13vw;
  height: 13vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50%;
}

.outer-parent.ver_team {
  width: 8vw;
  height: 8vw;
  background-color: #000;
}

.circle-main {
  position: absolute;
  z-index: 0;
  width: 13vw;
  height: 13vw;
  border-radius: 50%;
  background-color: transparent;
}

.circle-main.ver_team {
  width: 8vw;
  height: 8vw;
  background-color: #000;
}

.outer-parent-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle-main-2 {
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: #000;
}

.tri--2 {
  margin-left: 2px;
}

.image-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-span {
  color: #c2c2c2;
}

.c-nav-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav-menu-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5000;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cloneable-area {
  position: relative;
}

.div-magnetico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 55px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu-btn-close-icon {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.nav-menu-btn-close-icon._2 {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-menu-btn-close-icon._1 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.text-block-12 {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.text-block-12.menu {
  color: #000;
}

.c-nav-logo-link {
  color: #fff;
  text-decoration: none;
}

.heading-8 {
  margin-bottom: 3px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.heading-8.menu {
  color: #000;
  font-size: 18px;
}

.c-nav-logo {
  position: relative;
  z-index: 5001;
}

._w-menu-item-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inicio-white {
  position: relative;
  left: auto;
  display: block;
  margin: 0px 0px 0px auto;
  padding-left: 0px;
  clear: none;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}

.inicio-white.menu {
  left: 0px;
  margin-left: 0px;
  color: #000;
  font-size: 18px;
}

.c-nav-social-media {
  padding-top: 50px;
}

.c-menu-item-link {
  color: #333;
  text-decoration: none;
}

._w-col-menu-links {
  display: inline-block;
}

.div-mascara {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 48px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-196 {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-hover {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95px;
  height: 50px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inicio-whit {
  position: relative;
  margin-top: 135px;
  font-family: 'Varela Round', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
}

.inicio-whit.menu {
  color: #000;
  font-size: 18px;
}

._w-col-menu-social {
  padding-bottom: 20px;
}

.col-menu-header-text {
  position: relative;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-menu-overlay-bg {
  position: absolute;
  width: 0vw;
  height: 0vw;
  border-radius: 100%;
  background-color: #fff;
}

.new-div {
  display: block;
  width: 254px;
  height: 0px;
  border-top: 1px solid #3e3e3e;
  opacity: 0.79;
}

.new-div.menu {
  width: 190px;
  border-top-color: #ededed;
}

.c-nav-menu-overlay-bg {
  position: absolute;
  left: auto;
  top: 40px;
  right: 2.5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-item-number {
  font-size: 0.8em;
  font-weight: 200;
  letter-spacing: 1px;
}

.grid-2 {
  display: none;
}

._w-nav-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-contact {
  text-decoration: none;
}

.caja-de-texto {
  position: absolute;
  color: #ff0389;
}

.b-nav-menu-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5000px;
  background-color: #fff;
}

.b-nav-menu-btn.default {
  position: relative;
  background-color: #fff;
  color: #000;
}

.b-nav-menu-btn.menu-opened {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #333;
}

.link-block-6 {
  text-decoration: none;
}

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

.link-block-10 {
  padding-right: 34px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-block-10.menu {
  padding-right: 10px;
  text-decoration: none;
}

.new-div-2 {
  width: 254px;
  height: 0px;
  border-top: 1px solid #939393;
}

.new-div-2.menu {
  width: 190px;
  border-top-color: #a4a4a4;
}

.menu-item-text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 45px;
  line-height: 1em;
  font-weight: 200;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.c-menu-item-text {
  position: relative;
}

._w-nav {
  padding: 40px 2.5%;
}

.c-col-menu-header {
  padding-right: 40px;
}

.c-nav-menu-btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-menu-item-number {
  position: absolute;
  display: none;
  margin-right: 20px;
}

.c-nav-menu-btn {
  position: relative;
  z-index: 5001;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.c-nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: none;
}

._w-nav-menu-btn {
  position: relative;
  width: 100%;
  height: 100%;
}

.c-col-menu-social {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-menu-2 {
  font-size: 20px;
  text-decoration: none;
}

._w-nav-menu-btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

._w-nav-menu-btn-icon.menu-opened {
  position: relative;
  height: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-nav-social-contact-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-menu-item-2 {
  margin-bottom: 20px;
}

.c-col-menu-links {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-btn-line {
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #666;
  -webkit-perspective-origin: 100% 50%;
  perspective-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.nav-menu-btn-line.short {
  width: 70%;
  background-color: #000;
}

.nav-menu-btn-line.long {
  background-color: #000;
}

.c-nav-social-address {
  margin-bottom: 10px;
}

.nav-social-address {
  color: #000;
  font-size: 12px;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: 1px;
}

.nav-social-address.head {
  padding-bottom: 0px;
  color: #c6c6c6;
  font-size: 18px;
}

.nav-social-address.head.menu {
  display: none;
}

.nav-social-address.head.r {
  display: none;
}

.c-nav-menu-content {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  margin-top: 0px;
}

.paragraph-5 {
  font-size: 1.4vw;
}

.db-link {
  color: #3cc47c;
  text-decoration: none;
}

.db-fixed-nav-headline {
  margin: 0px 20px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.shrink-box-button-2 {
  display: block;
  margin-right: 5px;
}

.modal-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  padding: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: default;
}

.shrink-box-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  cursor: pointer;
}

.shrink-box-wrapper-2:hover {
  opacity: 1;
}

.flex-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(315deg, #f0f0f0, #fff);
}

.db-mobile-fixed-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0f0f0f;
  color: #fff;
}

.bot-background {
  position: absolute;
  display: block;
  width: 1vw;
  height: 1vw;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  background-color: #272727;
}

.modal-closer {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99999;
  width: 30px;
  height: 30px;
  padding: 3px;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  cursor: pointer;
}

.modal-closer:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.db-logo-wrapper {
  padding: 10px 15px;
  background-color: #3cc47c;
}

.modal {
  position: relative;
  z-index: 10;
  width: auto;
  max-width: 100%;
  padding: 25px 40px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 7px 50px -9px rgba(0, 0, 0, 0.2);
  color: #383838;
  cursor: default;
}

.modal-title {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 25px;
  font-weight: 600;
  letter-spacing: 0px;
}

.db-fixed-nav-logo {
  width: 100px;
}

.button-7 {
  padding: 0px;
  border-radius: 50%;
  background-color: transparent;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.db-flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}

.div-block-223 {
  width: 100%;
  height: 100%;
}

.div-block-224 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.52);
}

.paragraph-6 {
  font-family: Lato, sans-serif;
  font-size: 1.4vw;
}

.text-block-13 {
  text-transform: capitalize;
}

.heading-9 {
  position: relative;
  color: #fff;
  font-size: 6vw;
}

.heading-10 {
  position: relative;
  color: #dbdbdb;
  font-size: 3vw;
}

.div-block-225 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.53);
}

.image-15 {
  display: none;
}

.text-block-14 {
  color: #000;
  font-size: 4vw;
  text-decoration: none;
}

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

.slide-3 {
  background-image: url('../images/DSC03140.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #fff;
}

.lottie {
  height: 150px;
}

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

.heading-11 {
  display: none;
}

.image-17 {
  padding-top: 10px;
}

@media screen and (min-width: 1280px) {
  .section.ver_gallery {
    height: auto;
    margin-top: 90px;
    padding-top: 100px;
  }

  .section.ver_team {
    margin-top: 150px;
  }

  .section.ver_video {
    margin-top: 150px;
  }

  .heading-2 {
    font-size: 3.2vw;
  }

  .button-2.ver_service {
    font-size: 1.2vw;
  }

  .div-block-10.ver_leftside {
    left: -16%;
    bottom: -26%;
  }

  .paragraph {
    font-size: 1vw;
  }

  .heading-3 {
    font-size: 1.68vw;
  }

  .heading-4 {
    font-size: 1.68vw;
  }

  .text-block.ver_snsmarketing {
    bottom: -23%;
  }

  .text-block.ver_webmarketing {
    bottom: -19%;
  }

  .div-block-48 {
    position: relative;
    width: 90%;
    height: 100%;
  }

  .video {
    width: 100%;
    height: 100%;
  }

  .button-wrap {
    position: absolute;
    left: 0%;
    top: 50%;
    right: 0%;
    bottom: auto;
  }

  .circle-parent {
    width: 8vw;
    height: 8vw;
  }

  .circle-parent:hover {
    background-color: #6a6a6a;
  }

  .tri {
    width: 2vw;
    margin-left: 0.4vw;
  }

  .outer-parent {
    position: static;
    left: auto;
    top: auto;
    right: 50%;
    bottom: 50%;
    width: 8vw;
    height: 8vw;
  }

  .circle-main {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .heading-8.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
    text-decoration: none;
  }

  .link-menu-2 {
    color: #fff;
    font-size: 20px;
  }

  .c-col-menu-links {
    display: block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-social-address {
    line-height: 2em;
  }

  .nav-social-address.head {
    padding-bottom: 0px;
  }

  .c-nav-menu-content {
    width: 65%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .button-7 {
    padding: 0px;
    border: 1px none #000;
    border-radius: 50%;
    background-color: transparent;
  }

  .background-video {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide {
    background-image: url('../images/MIYADSC_2731-2.jpg');
  }

  .slide-2 {
    background-image: url('../images/DSC03140.jpg');
  }

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

  .feature_grid {
    height: 640px;
  }

  .brand_content {
    grid-row-gap: 32px;
  }

  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-5 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .inicio-white {
    font-weight: 300;
  }

  .inicio-white.menu {
    color: #000;
  }

  .inicio-whit {
    font-weight: 300;
  }

  .inicio-whit.menu {
    color: #000;
  }

  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-10 {
    padding-right: 34px;
    font-size: 24px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .c-menu-item-number {
    display: none;
  }

  .link-menu-2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
  }

  .c-nav-social-address {
    margin-bottom: 10px;
  }

  .nav-social-address {
    font-size: 12px;
  }

  .c-nav-menu-content {
    width: 50%;
  }

  .slide-3 {
    background-image: url('../images/DSC03005-1.jpg');
  }
}

@media screen and (min-width: 1920px) {
  .sectiontitle.ver_aboutus {
    left: auto;
    top: 0%;
    right: 5%;
    bottom: auto;
  }

  .sectiontitle.ver_service {
    left: 5%;
    margin-left: 0px;
  }

  .div-block-10 {
    right: -12%;
    bottom: -18%;
  }

  .div-block-10.ver_leftside {
    left: -10%;
    bottom: -18%;
  }

  .text-block.ver_snsmarketing {
    right: -25%;
    bottom: -26%;
  }

  .text-block.ver_webmarketing {
    right: -25%;
    bottom: -25%;
  }

  .outer-parent {
    position: static;
  }

  .c-nav-menu-overlay {
    display: none;
    margin-right: auto;
    margin-left: auto;
  }

  .div-magnetico {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-8.menu {
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
  }

  .inicio-white {
    color: #fff;
  }

  .inicio-white.menu {
    color: #000;
    font-size: 18px;
  }

  .c-nav-social-media {
    padding-top: 50px;
  }

  .div-mascara {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-196 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-hover {
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .inicio-whit {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
  }

  .inicio-whit.menu {
    display: block;
    margin-top: 165px;
    color: #000;
    font-size: 18px;
  }

  ._w-col-menu-social {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .new-div.menu {
    width: 190px;
    border-top-color: #ededed;
  }

  .grid-2 {
    display: none;
  }

  ._w-nav-social-media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .link-block-6 {
    text-decoration: none;
  }

  .link-block-10 {
    padding-right: 34px;
    text-decoration: none;
  }

  .link-block-10.menu {
    padding-right: 10px;
  }

  .new-div-2.menu {
    width: 190px;
    border-top-color: #a4a4a4;
  }

  .c-nav-items {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-menu-2 {
    color: #fff;
    font-size: 20px;
  }

  .c-col-menu-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-social-address.head {
    margin-bottom: 10px;
    padding-bottom: 0px;
    color: #c6c6c6;
    font-size: 20px;
  }

  .c-nav-menu-content {
    width: 90%;
  }

  .text-block-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 991px) {
  body {
    cursor: auto;
  }

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

  .section.ver_footer {
    height: 30vh;
  }

  .slide {
    background-position: 50% 50%;
  }

  .heading {
    font-size: 10vw;
  }

  .scroll-section {
    padding-top: 140px;
  }

  .super-text {
    font-size: 12vw;
  }

  .scroll-block {
    display: none;
  }

  .cursor {
    display: none;
  }

  .div-block-5.ver_footer {
    width: 96vw;
    height: 96vw;
  }

  .sectiontitle.ver_aboutus {
    position: static;
  }

  .div-block-13 {
    width: 80%;
  }

  .teamlist.ver_paragragh {
    width: 100%;
  }

  .teamlist.ver_image {
    width: 50%;
    height: 40vw;
  }

  .teamlist.ver_button {
    width: 50%;
    height: 40vw;
  }

  .slide-2 {
    background-position: 50% 50%;
  }

  .text-block.ver_snsmarketing {
    right: -19%;
    bottom: -28%;
    font-size: 4vw;
  }

  .creator_block {
    display: block;
  }

  .h3 {
    font-size: 28px;
    line-height: 1.2;
  }

  .creator_container {
    padding-bottom: 80px;
  }

  .creators_wrap {
    padding-top: 80px;
  }

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

  .h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .how_text {
    margin-bottom: auto;
  }

  .container-3 {
    width: 90%;
  }

  .how_grid {
    grid-column-gap: 24px;
  }

  .feature_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature_wrap._2 {
    padding-bottom: 120px;
  }

  .brand_logo-wrap {
    padding: 15px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_image {
    min-height: 0px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact {
    padding-top: 64px;
  }

  .h4 {
    font-size: 22px;
    line-height: 1.3;
  }

  .content-h2 {
    font-size: 38px;
  }

  .left-blur {
    z-index: -1;
  }

  .feature {
    font-size: 15px;
  }

  .step-3-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-2-small {
    font-size: 56px;
    line-height: 64px;
  }

  .timeline-wrapper {
    display: none;
  }

  .step {
    position: absolute;
    left: 24px;
    top: -19px;
    right: auto;
    bottom: auto;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .step-4-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-2-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .step-5-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container-4.small.flex {
    width: 100%;
    max-width: none;
  }

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

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

  .black-line {
    display: none;
  }

  .step-1-info-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .circle-blur-top-left {
    top: -10%;
    right: -5%;
    display: block;
    width: 400px;
    height: 400px;
    background-image: linear-gradient(285deg, #ff7448 29%, #ff4848 58%, #6248ff 80%);
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .circle-blur-top-left.safari {
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .page-type-text {
    line-height: 28px;
  }

  .circle-blur-bottom-right {
    bottom: 0%;
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .circle-blur-bottom-right.safari {
    opacity: 0.7;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .c-slide-btn-loading {
    display: none;
  }

  .c-funtext {
    display: none;
  }

  .main-slide-title {
    font-size: 4.5em;
    letter-spacing: 15px;
  }

  .second-slider-container {
    display: none;
  }

  .c-main-slide-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-slider-nav-dots {
    display: block;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 19, 19, 0.75)), to(transparent));
    background-image: linear-gradient(0deg, rgba(19, 19, 19, 0.75), transparent);
  }

  .main-slider {
    height: 100vh;
  }

  .main-slider.desktop {
    display: none;
  }

  .main-slider.mobile {
    display: block;
  }

  .c-overlay-menu {
    display: none;
  }

  .card_col_2 {
    padding-right: 0px;
  }

  .container_p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_60 {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0px;
  }

  .col_40 {
    width: 100%;
  }

  .card_row {
    padding-left: 0px;
  }

  .moodboard-intro-text {
    width: 100%;
    min-width: auto;
  }

  .header {
    padding-top: 16px;
  }

  .header-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .brand-attribute-list {
    grid-column-gap: 24px;
  }

  .moodboard-intro {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .content-container {
    padding-bottom: 96px;
  }

  .lightbox-trigger {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 65%, rgba(0, 0, 0, 0.5));
  }

  .modal-container {
    width: auto;
  }

  .moodboard-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .lightbox-modal {
    width: auto;
    height: 100vh;
    padding-top: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
  }

  .close-button {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .navigation-button {
    z-index: 100;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #161616;
    color: #fff;
    font-size: 14px;
  }

  .navigation-button:hover {
    background-color: #3d3d3d;
  }

  .menu {
    height: auto;
  }

  .nav-tab-space-on-mobile {
    width: auto;
    height: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 2px solid #161616;
    border-left-style: none;
  }

  .nav-tab-space-on-mobile.w--current {
    border-top-style: solid;
    border-top-color: #fff;
  }

  .nav-middle {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
  }

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

  .nav-top {
    position: fixed;
    left: auto;
    top: auto;
    right: 5%;
    bottom: 24px;
    padding: 0px;
  }

  .logo.margin-bottom-l {
    display: none;
  }

  .navbar-2 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: auto;
  }

  .clone-button {
    z-index: 100;
    display: none;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #161616;
    color: #fff;
    font-size: 14px;
  }

  .clone-button:hover {
    background-color: #3d3d3d;
  }

  .nav-menu-link {
    width: auto;
    height: 56px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 2px solid #161616;
    border-left-style: none;
  }

  .nav-menu-link.w--current {
    border-bottom-color: #fff;
  }

  .section-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-4.grid {
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .components-wrapper {
    border-style: solid none;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.align-centre {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.no-bottom-margins {
    margin-bottom: 0px;
  }

  .wrapper-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .team-small-container-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }

  .portrait-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hover.hover-on-image {
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    padding-left: 0px;
    background-color: transparent;
    opacity: 1;
  }

  .col {
    width: 50%;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-6.md-4 {
    width: 100%;
  }

  .col.lg-1 {
    display: none;
  }

  .col.lg-4 {
    width: 50%;
  }

  .col.lg-3 {
    width: 33.33%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-5 {
    width: 50%;
  }

  .col.lg-2.md-2 {
    width: 50%;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .burger-icon {
    color: #096ad0;
  }

  .nav-menu-2 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .dropdown-chevron {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-link-2 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }

  .nav-link-2.dropdown {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
  }

  .nav-link-2.dropdown:hover {
    padding-bottom: 24px;
    border-bottom-style: none;
    border-bottom-width: 0px;
  }

  .nav-link-2.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dropdown-link-text {
    margin-right: 0px;
  }

  .nav-cta-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-2 {
    position: relative;
    display: block;
    color: #2e323c;
  }

  .menu-button-2.w--open {
    background-color: transparent;
    color: #096ad0;
  }

  .nav-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .nav-bar.sample-website {
    display: none;
  }

  .nav-logo-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .dropdown-list-2.w--open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .border-to-edge-picture {
    height: 500px;
  }

  .price-table-container {
    margin-bottom: 30px;
    text-align: center;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .nav-menu-3 {
    overflow: scroll;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    background-color: #fff;
  }

  .block {
    width: auto;
    min-height: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.mobile {
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

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

  .nav-link-3 {
    display: block;
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    text-align: center;
  }

  .nav-link-3.border {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .grid {
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-logo-3 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .how-it-works-line {
    top: 245px;
  }

  .nav-container {
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-bottom-wrap {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._3-col-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-middle-wrap {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .line-border-top {
    max-height: 60px;
  }

  .benefit-wrap {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-col {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .curved-bg-bottom.light-half-bottom {
    height: 180px;
  }

  .curved-bg-bottom.benefits-bottom {
    height: 100px;
  }

  .section-img {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .section-img.hero---main {
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-img.border-bg {
    width: auto;
  }

  .section-img.hero---personal {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-img.scale-up-desktop {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .section-img.hero---education {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .company-grid {
    padding-top: 60px;
    padding-bottom: 60px;
    grid-row-gap: 45px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._2-col-grid {
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cms-items-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .curved-bg-wrap.overlap-top {
    margin-top: -60px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 60px;
    background-image: none;
  }

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

  .bottom-left-border {
    left: 30px;
    bottom: 10px;
    max-width: 60px;
  }

  .content-title {
    font-size: 28px;
    line-height: 36px;
  }

  .footer-flex-wrap.first {
    padding-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-wrap.logo {
    padding-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .nav-menu-4 {
    padding: 20px 40px 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fafafa;
  }

  .nav-menu-4.personal {
    background-color: #202b42;
  }

  .nav-menu-4.education {
    background-color: #d5c7bb;
  }

  .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .nav-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .nav-link.personal:hover {
    color: #00b7c0;
  }

  .nav-logo {
    width: 140px;
    max-width: 200px;
  }

  .curved-bg-top.light-top-2 {
    height: 100px;
  }

  .curved-bg-top.footer-top {
    height: 50px;
  }

  .curved-bg-top.benefits-top {
    height: 100px;
  }

  .curved-bg-top.light-top {
    height: 100px;
  }

  .testimonial-item {
    max-width: 400px;
  }

  .menu-button {
    margin-left: 20px;
    padding: 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button.w--open {
    margin-left: 20px;
    background-color: transparent;
    color: #fff;
  }

  .menu-button.personal {
    color: #fff;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-5.personal---dark.with-border {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-5.personal---dark.with-border-bottom {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .navbar-3 {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  }

  .navbar-3.personal {
    background-color: #00b7c0;
  }

  .navbar-3.education {
    background-color: #e9dbce;
  }

  .align-center-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .align-center-mobile.narrow {
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }

  .blog-item-wrap {
    max-width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .nav-cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 280px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    font-size: 12px;
  }

  .bullet-list {
    text-align: left;
  }

  .legal {
    padding-bottom: 10px;
  }

  .footer-col-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-link-2 {
    margin-left: 20px;
  }

  .footer-link-2.light {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
  }

  .hero-title {
    font-size: 36px;
    line-height: 42px;
  }

  .nav-logo-wrap {
    padding-left: 0px;
  }

  .top-right-border {
    top: 29px;
    right: 30px;
    max-width: 60px;
  }

  .email-form {
    width: 70%;
  }

  .hero-title---personal {
    font-size: 36px;
    line-height: 42px;
  }

  .slider-arrow---personal.left {
    display: none;
  }

  .slider-arrow---personal.right {
    display: none;
  }

  .email-submit-button---personal {
    margin-top: 20px;
    margin-left: 0px;
  }

  .card.pricing---personal {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .field-wrap.inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-border---personal.top {
    top: -10px;
    max-width: 50%;
  }

  .section-border---personal.bottom {
    bottom: -10px;
    max-width: 50%;
  }

  .section-border---personal.footer-short {
    top: -10px;
    max-width: 10%;
  }

  .hero-section---personal {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .text-field---personal.inline-first {
    border-radius: 30px;
  }

  .text-field---personal.inline-last {
    border-radius: 30px;
  }

  .work-example---personal {
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-section---education {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .flex-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .hero-title---education {
    font-size: 36px;
    line-height: 42px;
  }

  .button---education.margin-right {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .course-item-wrap---education {
    max-width: 50%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .text-block-5 {
    padding-bottom: 16px;
  }

  .div-block-47 {
    width: 50%;
    height: 40vw;
  }

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

  .circle-parent {
    width: 13vw;
    height: 13vw;
    background-color: transparent;
  }

  .outer-parent {
    width: 13vw;
    height: 13vw;
    border: 1px solid #000;
    border-radius: 50%;
  }

  .circle-main {
    width: 13vw;
    height: 13vw;
    background-color: transparent;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .grid-2 {
    display: -ms-grid;
    display: grid;
    justify-items: end;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .b-nav-menu-btn.default {
    border-radius: 50%;
    background-color: #000;
  }

  .link-block-10.menu {
    background-color: transparent;
  }

  .menu-item-text {
    font-size: 3.5em;
  }

  .menu-item-text.contact {
    padding-top: 10px;
  }

  ._w-nav {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-col-menu-header {
    display: none;
  }

  .c-nav {
    display: block;
  }

  .c-col-menu-social {
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .link-menu-2 {
    color: #000;
  }

  .nav-menu-btn-line.short {
    background-color: #fff;
  }

  .nav-menu-btn-line.long {
    background-color: #fff;
    color: #000;
  }

  .db-fixed-nav-headline {
    text-align: left;
  }

  .shrink-box-button-2 {
    font-size: 12px;
  }

  .db-mobile-fixed-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .bot-background {
    background-color: #272727;
  }

  .db-show-tab {
    position: absolute;
    right: 20px;
    bottom: -25px;
    width: 25px;
    height: 25px;
    padding: 2px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #0f0f0f;
    cursor: pointer;
  }

  .slide-3 {
    background-position: 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .section.ver_footer {
    height: 40vh;
  }

  .scroll-section {
    padding-top: 80px;
  }

  .super-text {
    font-size: 14vw;
  }

  .scroll-wrapper {
    display: none;
  }

  .container-2 {
    overflow: visible;
  }

  .div-block-5.ver_servicecircle.ver_black {
    right: -32%;
  }

  .sectiontitle.ver_aboutus {
    font-size: 10vw;
  }

  .sectiontitle.ver_service {
    font-size: 10vw;
  }

  .button-2.ver_service {
    font-size: 3vw;
  }

  .div-block-11 {
    width: 40%;
  }

  .paragraph {
    font-size: 2.1vw;
  }

  .heading-3 {
    font-size: 4.8vw;
  }

  .heading-4 {
    font-size: 3.4vw;
  }

  .img-child.img-1 {
    background-image: url('../images/hero-mobile.jpg');
  }

  .div-block-16 {
    width: 250px;
  }

  .text-block.ver_creative {
    right: 36%;
    font-size: 7vw;
  }

  .text-block.ver_snsmarketing {
    right: -34%;
    bottom: -34%;
    font-size: 7vw;
  }

  .full-centre {
    padding-right: 20px;
    padding-left: 20px;
  }

  .creator_block {
    display: block;
  }

  .creator_container {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .creators_wrap {
    padding-top: 80px;
  }

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

  .how_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-3 {
    width: 90%;
  }

  .how_block {
    max-width: 300px;
  }

  .work-image {
    margin-bottom: 24px;
  }

  .how_grid {
    margin-top: 48px;
    justify-items: center;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature_grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .feature_grid.flip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .feature_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature_wrap._2 {
    padding-bottom: 80px;
  }

  ._480 {
    max-width: none;
    margin-bottom: 40px;
  }

  .feature_image._1 {
    position: relative;
  }

  .feature_image-wrap {
    height: auto;
    max-width: none;
  }

  .brand_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand_grid-text {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .brand_content {
    padding-top: 0px;
    padding-bottom: 0px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand_container {
    width: 100%;
    padding-bottom: 80px;
  }

  .faq_container {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .contact {
    padding-top: 64px;
  }

  .h4 {
    font-size: 22px;
    line-height: 34px;
  }

  .pricing-grid {
    max-width: 430px;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-block {
    margin-bottom: 40px;
  }

  .pricing-block-big {
    margin-bottom: 40px;
  }

  .step-3-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .process-image {
    width: 100%;
    margin-bottom: 24px;
    background-image: url('../images/Process-Image-Background-Mobile.png');
    background-size: cover;
  }

  .heading-2-small {
    font-size: 40px;
    line-height: 48px;
  }

  .step {
    left: 16px;
  }

  .step-4-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-2-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .step-5-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph-m.text-white.margin-m {
    margin-bottom: 16px;
  }

  .step-info {
    margin-left: 0px;
  }

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

  .step-heading.margin-xs {
    margin-bottom: 8px;
  }

  .step-1-info-wrapper {
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .circle-blur-top-left {
    width: 320px;
    height: 320px;
    opacity: 0.9;
    -webkit-filter: blur(68px);
    filter: blur(68px);
  }

  .page-type-text {
    font-size: 20px;
    line-height: 24px;
  }

  .circle-blur-bottom-right {
    width: 280px;
    height: 280px;
    -webkit-filter: blur(60px);
    filter: blur(60px);
  }

  .circle-blur-bottom-right.safari {
    opacity: 0.9;
    -webkit-filter: blur(64px);
    filter: blur(64px);
  }

  .pricing-row-spacer {
    display: none;
  }

  .features-text {
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-row {
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
  }

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

  .price-text {
    font-size: 22px;
    line-height: 28px;
  }

  .pricing-table {
    padding: 32px 24px;
  }

  .play-btn-2 {
    width: 20px;
    height: 20px;
  }

  .c-slide-btn {
    width: 30%;
    padding: 3vw;
  }

  .ci-main-slide-content {
    text-align: left;
  }

  .main-slide-title {
    font-size: 3em;
    letter-spacing: 5px;
  }

  .c-main-slide-description {
    margin-bottom: 10px;
    font-size: 1em;
  }

  .c-main-slide-content {
    width: 100%;
    padding-right: 7vw;
    padding-left: 7vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-slide-btn-block {
    width: 12vw;
    height: 12vw;
  }

  .c-main-nav {
    padding: 20px;
  }

  .card_col_2 {
    width: 100%;
    padding-left: 0px;
  }

  .col_60 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col_40 {
    padding-right: 0px;
  }

  .card_row {
    width: 100%;
    padding-right: 0px;
  }

  .header {
    padding-top: 16px;
  }

  .header.margin-bottom-xxl {
    margin-bottom: 64px;
  }

  .header-title {
    font-size: 20px;
  }

  .brand-attribute-list {
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid-2-col {
    grid-column-gap: 40px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .moodboard {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .moodboard-intro {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brand-attributes {
    padding-bottom: 64px;
  }

  .moodboard-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lightbox-modal {
    height: 100vh;
    padding: 104px 24px 24px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0px;
  }

  .close-button {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .lightbox {
    padding-right: 0%;
    padding-left: 0%;
  }

  .nav-tab-space-on-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .paragraph-small.short-paragraph {
    width: 100%;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.flex-horizontal {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-small-container-1 {
    margin-bottom: 30px;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.centre-align {
    width: 75%;
  }

  .col.lg-3.sm-1 {
    width: 50%;
  }

  .col.lg-3.sm-2 {
    width: 100%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .col.lg-5.sm-no-bottom-margin {
    margin-bottom: 0px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .border-to-edge-picture {
    height: 400px;
  }

  .price-table-container {
    padding: 40px;
  }

  .footer-logo {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-left: 0px;
  }

  .circle {
    margin-right: 40px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .block.mobile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .footer-logo-2 {
    padding-left: 0px;
  }

  .testimonial-image {
    margin-bottom: 40px;
  }

  .how-it-works-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .step-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .nav-container {
    height: 70px;
  }

  .footer-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .slider-arrow-icon.left {
    margin-right: 14px;
  }

  .footer-middle-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .blog-title {
    font-size: 18px;
    line-height: 24px;
  }

  .slider-arrow---business {
    display: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 18px;
  }

  .cms-items-grid {
    padding-top: 20px;
  }

  .hero-section {
    padding-top: 120px;
  }

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

  .content-title {
    font-size: 28px;
    line-height: 32px;
  }

  .footer-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-flex-wrap.first {
    padding-top: 20px;
    padding-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .testimonial-slider {
    margin-bottom: 60px;
  }

  .nav-logo {
    max-width: 140px;
  }

  .testimonial-item {
    max-width: 90%;
    padding-top: 60px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }

  .menu-button {
    padding: 10px;
    font-size: 18px;
  }

  .section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .button-main {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .section-5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-5.personal---dark.with-border {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .align-center-mobile.narrow {
    max-width: 80%;
  }

  .testimonial-p {
    font-size: 14px;
    line-height: 22px;
  }

  .company-logo {
    max-height: 30px;
  }

  .blog-item-wrap {
    max-width: 80%;
  }

  .legal {
    padding-bottom: 10px;
  }

  .blog-link-text {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-link-2 {
    margin: 10px;
  }

  .blog-summary {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-thumbnail {
    top: -40px;
    width: 80px;
    height: 80px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .email-form {
    width: 90%;
  }

  .hero-title---personal {
    font-size: 28px;
    line-height: 36px;
  }

  .slider-arrow---personal {
    display: none;
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 18px;
  }

  .slider-arrow-icon---personal.left {
    margin-right: 14px;
  }

  .card.pricing---personal {
    max-width: 70%;
  }

  .blog-summary---personal {
    font-size: 14px;
    line-height: 20px;
  }

  .hero-section---personal {
    padding-top: 120px;
  }

  .slider---personal {
    margin-bottom: 60px;
  }

  .button---personal {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .blog-title---personal {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-section---education {
    padding-top: 120px;
  }

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

  .hero-title---education {
    font-size: 28px;
    line-height: 36px;
  }

  .button---education {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .course-title---education {
    font-size: 18px;
    line-height: 24px;
  }

  .course-item-wrap---education {
    max-width: 80%;
  }

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

  .button-wrap {
    margin-left: 10%;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .menu-item-text {
    font-size: 3em;
    text-transform: capitalize;
  }

  .c-menu-item-2 {
    margin-bottom: 15px;
  }

  .c-col-menu-links {
    margin-bottom: 40px;
  }

  .c-nav-menu-content {
    display: block;
    width: 80%;
  }

  .db-fixed-nav-headline {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 479px) {
  .section.ver_service {
    overflow: hidden;
  }

  .section.ver_footer {
    height: 22vh;
  }

  .div-block-2 {
    display: block;
    padding-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

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

  .slider {
    width: 100%;
    height: 50%;
  }

  .div-block-4 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .heading {
    display: none;
    font-size: 10vw;
  }

  .scroll-section {
    padding-top: 0px;
  }

  .super-text {
    font-size: 16vw;
  }

  .super-text.one {
    font-size: 5em;
  }

  .div-block-5.ver_topview {
    width: 50vh;
    height: 50vh;
  }

  .div-block-5.ver_ourvision_small {
    left: -5%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .div-block-5.ver_servicecircle {
    right: -33%;
  }

  .div-block-5.ver_servicecircle.ver_black {
    top: -18%;
    right: -67%;
  }

  .div-block-5.ver_footer {
    height: 107vw;
  }

  .div-block-8 {
    padding-left: 0%;
  }

  .heading-2 {
    padding-left: 0px;
    font-size: 10vw;
  }

  .servicesection {
    margin-bottom: 100px;
  }

  .button-wrapper {
    padding-right: 0px;
  }

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

  .img-child.img-1 {
    background-position: 0% 50%;
  }

  .div-block-15 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 100%;
    height: 50%;
  }

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

  .footerlink {
    margin-right: 5px;
    margin-left: 5px;
  }

  .div-block-17 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .text-block.ver_creative {
    right: 49%;
    bottom: -33%;
    font-size: 10vw;
  }

  .text-block.ver_snsmarketing {
    right: -9%;
    font-size: 12vw;
  }

  .creator_block {
    display: block;
  }

  .h3.centre {
    font-size: 24px;
    text-align: center;
  }

  .h3.centre.contact-header {
    margin-bottom: 32px;
  }

  .creator_container {
    padding-bottom: 64px;
  }

  .block_username {
    font-size: 22px;
  }

  .creators_wrap {
    padding-top: 64px;
  }

  .h2 {
    font-size: 32px;
  }

  .how_wrap {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .work-image {
    width: 80px;
  }

  .feature_wrap._2 {
    padding-top: 64px;
  }

  ._480.sticky {
    margin-bottom: 0px;
  }

  .feature_image-wrap {
    margin-right: auto;
    margin-left: auto;
  }

  .brand_logo-wrap {
    height: 60px;
  }

  .brand_grid-text {
    padding-top: 64px;
  }

  .brand_content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand_container {
    padding-bottom: 64px;
  }

  .brand_logo {
    max-height: 60px;
  }

  .faq_container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .faq_arrow {
    width: 20px;
    margin-top: 10px;
  }

  .contact {
    padding-top: 40px;
  }

  .faq_top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h4 {
    margin-right: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .button-3 {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .circle-blur-top-left {
    right: -20%;
    width: 280px;
    height: 280px;
  }

  .pricing-table {
    padding: 24px 16px;
  }

  .client-logo-wrapper {
    margin-right: 0px;
  }

  .moodboard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .client-name {
    display: none;
  }

  .brand-attributes {
    padding-bottom: 40px;
  }

  .moodboard-grid {
    grid-row-gap: 16px;
  }

  .moodboard-wrapper {
    padding: 16px;
  }

  .lightbox-image {
    border-radius: 0px;
  }

  .lightbox-modal {
    padding-right: 0px;
    padding-left: 0px;
  }

  .modal-top-wrap {
    margin-right: 24px;
    margin-left: 24px;
  }

  .section-4.page-header {
    padding-top: 80px;
  }

  .row.flex-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .team-small-container {
    margin-bottom: 30px;
  }

  .team-container {
    margin-bottom: 0px;
  }

  .col {
    margin-bottom: 0px;
  }

  .col.lg-6 {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .col.lg-6.centre-align {
    width: 100%;
  }

  .col.lg-6.md-3.xs-2 {
    width: 100%;
  }

  .col.lg-4 {
    width: 100%;
  }

  .col.lg-4.centre-align.xs-margin-bottom {
    margin-bottom: 20px;
  }

  .col.lg-3 {
    width: 100%;
  }

  .col.lg-3.sm-1.flex-stretch.xs-2 {
    width: 100%;
  }

  .col.lg-5 {
    width: 100%;
  }

  .menu-button-2 {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .nav-bar {
    position: relative;
  }

  .answer {
    padding-left: 0px;
  }

  .price-table-container {
    padding: 35px;
  }

  .footer-logo {
    display: block;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .circle {
    margin-right: 20px;
  }

  .block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .how-it-works-step {
    width: 100%;
  }

  .form-with-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-with-button.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .question-arrow-icon {
    margin-left: 16px;
  }

  .social-media-icon {
    padding: 0px;
  }

  .button-5.form-button {
    padding-right: 12px;
    padding-left: 12px;
  }

  .grid {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .curved-bg-bottom.benefits-bottom {
    height: 50px;
  }

  .section-p {
    font-size: 14px;
    line-height: 22px;
  }

  .company-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-title {
    font-size: 24px;
    line-height: 32px;
  }

  .curved-bg-top.benefits-top {
    height: 50px;
  }

  .testimonial-item {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .section-5.benefits {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .align-center-mobile.narrow {
    max-width: none;
  }

  .blog-item-wrap {
    max-width: none;
  }

  .hero-title {
    font-size: 24px;
    line-height: 32px;
  }

  .email-form {
    width: 100%;
  }

  .hero-title---personal {
    font-size: 24px;
    line-height: 32px;
  }

  .benefits-grid---personal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .card.pricing---personal {
    max-width: 100%;
  }

  .section-border---personal.top {
    top: -5px;
  }

  .section-border---personal.bottom {
    bottom: -5px;
  }

  .section-border---personal.footer-short {
    top: -5px;
  }

  .section-p---personal {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-title---education {
    font-size: 24px;
    line-height: 32px;
  }

  .section-p---education {
    font-size: 14px;
    line-height: 22px;
  }

  .benefits-grid---education {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .course-item-wrap---education {
    max-width: none;
  }

  .heading-6 {
    font-size: 7.6vw;
  }

  .div-block-38.ver_member {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-39 {
    width: 70%;
  }

  .div-block-40.ver_souma {
    width: 40vw;
    height: 40vw;
  }

  .title_memberrole {
    font-size: 3.6vw;
  }

  .title_membername {
    font-size: 4.4vw;
  }

  .heading-7 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 7vw;
  }

  .image-10 {
    width: 30vw;
    height: 30vw;
  }

  .image-10.ver_last {
    display: none;
  }

  .button-wrap {
    margin-left: 0%;
  }

  .circle-parent.ver_play {
    width: 22vw;
    height: 22vw;
  }

  .outer-parent.ver_play {
    width: 22vw;
    height: 22vw;
  }

  .circle-main.ver_play {
    width: 22vw;
    height: 22vw;
  }

  .c-nav-menu-overlay {
    display: none;
  }

  .text-block-12.menu {
    color: #000;
  }

  .heading-8 {
    color: #fff;
  }

  .heading-8.menu {
    margin-bottom: 0px;
    color: #000;
    line-height: 20px;
  }

  .c-nav-logo {
    margin-right: 20px;
  }

  .c-nav-social-media {
    display: none;
  }

  .image-14 {
    font-size: 20px;
  }

  .div-block-196 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-196.t {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._w-col-menu-social {
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .grid-2 {
    width: 260px;
    height: 130px;
    margin-top: 30px;
    padding-top: 10px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    opacity: 0.3;
  }

  .grid-2.menu {
    width: 200px;
    height: 50px;
    margin-top: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    opacity: 1;
  }

  ._w-nav-social-media {
    display: none;
  }

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

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

  .menu-item-text {
    font-size: 1.8em;
    font-weight: 300;
  }

  .menu-item-text.contact {
    padding-top: 18px;
    border-bottom: 1px solid #000;
    line-height: 0.3em;
  }

  ._w-nav {
    padding-top: 10px;
  }

  .c-nav-items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-col-menu-social {
    display: none;
  }

  .c-nav-social-contact-item {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-menu-item-2 {
    margin-bottom: 10px;
    line-height: 1em;
  }

  .c-col-menu-links {
    margin-bottom: 50px;
  }

  .c-nav-social-address {
    margin-bottom: 0px;
  }

  .nav-social-address {
    display: none;
  }

  .nav-social-address.head.menu {
    display: none;
    padding-bottom: 40px;
    font-size: 15px;
    line-height: 1em;
  }

  .nav-social-address.head.r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 1em;
  }

  .c-nav-menu-content {
    width: 85%;
    margin-top: -35px;
    padding-left: 35px;
  }

  .db-fixed-nav-headline {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 19px;
  }

  .shrink-box-button-2 {
    display: none;
  }

  .modal-wrapper {
    padding: 70px 20px 20px;
  }

  .shrink-box-wrapper-2 {
    width: 50px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .db-mobile-fixed-nav {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .db-logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .modal {
    padding-right: 30px;
    padding-left: 30px;
  }

  .db-flex-row {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph-6 {
    font-size: 4vw;
  }

  .heading-9 {
    font-size: 9vw;
  }

  .bold-text {
    font-size: 3.2vw;
  }

  .heading-11 {
    display: block;
    color: #000;
    font-size: 32px;
    text-align: center;
    text-shadow: 0 1px 6px #fff;
  }

  .text-span-2 {
    display: block;
    box-shadow: 0 3px 3px 0 #000;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_212553ec-9f46-2298-e319-5dd389af305a-89af2fc7 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_212553ec-9f46-2298-e319-5dd389af305b-89af2fc7 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_212553ec-9f46-2298-e319-5dd389af305c-89af2fc7 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

