:root {
  --bg: #f4f5f7;
  --font: #333;
  --text-link: #325e89;
  --gray-text: #69707b;
  --twitter: #1da1f2;
  --linkedin: #01669e;
  --unsplash: #ea4c89;
  --insta: #e71e4c;
  --insta-2: #fb774e;
  --fb: #067aeb;
  --pinterest: #e60023;
  --lines: #a4aebe;
  --black-bg: #101920;
  --bg-2: #e8eaec;
  --darker-gray-bg: #dde0e3;
  --input-hover: #178bf4;
  --gray-bg: #e8eaec;
  --dot: #b4bcc9;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

body {
  background-color: white;
  color: #333;
  letter-spacing: -.5px;
  font-family: Karla, sans-serif;
  font-size: 17px;
  line-height: 27px;
}

h1 {
  color: var(--font);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-weight: 500;
  line-height: 38px;
}

h2 {
  color: var(--font);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  color: var(--font);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h4 {
  color: var(--font);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
}

h5 {
  color: var(--font);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  color: var(--font);
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

p {
  color: var(--font);
  margin-bottom: 10px;
}

a {
  color: var(--text-link);
  cursor: pointer;
  line-height: 24px;
  text-decoration: none;
}

blockquote {
  color: var(--gray-text);
  text-align: center;
  border-left: 5px #e2e2e2;
  width: 50%;
  margin: 40px auto;
  padding: 10px 20px;
  font-size: 30px;
  font-style: italic;
  line-height: 45px;
}

figure {
  text-align: right;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 23px;
}

figcaption {
  text-align: right;
  margin-top: 5px;
}

.social-icon-up {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-up.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.dribbble {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 35px;
  height: 35px;
}

.social-icon-up.pinterest {
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-up.unsplash {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.content-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper.cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.content-wrapper.center-flex {
  justify-content: center;
  align-items: center;
  min-height: 490px;
  display: flex;
}

.content-wrapper.blog {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 490px;
  display: flex;
}

.social-icons-container {
  width: 35px;
  height: 35px;
  position: relative;
}

.set {
  margin-top: 40px;
}

.content-section {
  background-color: var(--bg);
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.content-section.double {
  background-color: var(--bg);
  padding-bottom: 90px;
  display: block;
}

.content-section.blog {
  padding-bottom: 30px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #101920;
  border: 2px solid #101920;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .2s;
}

.button:hover {
  color: var(--font);
  background-color: rgba(0, 0, 0, 0);
  border-width: 1px;
}

.flex {
  flex-wrap: wrap;
  height: auto;
  display: flex;
  position: relative;
}

.flex.not-included {
  cursor: not-allowed;
}

.social-icon {
  background-color: #d0d7e4;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  margin-right: 8px;
  transition: border .2s, background-color .2s;
  position: relative;
  overflow: hidden;
}

.social-icon.twitter {
  background-color: var(--twitter);
}

.social-icon.linkedin {
  background-color: var(--linkedin);
}

.social-icon.dribbble {
  background-color: var(--unsplash);
}

.social-icon.pinterest {
  background-color: var(--pinterest);
}

.social-icon.instagram {
  background-image: linear-gradient(131deg, #e71e4c, #fb774e);
}

.social-icon.facebook {
  background-color: #067aeb;
}

.margins {
  margin-bottom: 15px;
  margin-right: 15px;
  display: inline-block;
}

.top-line {
  border-top: 1px solid var(--lines);
  margin-top: 5px;
  padding-top: 7px;
}

.black {
  background-color: #101920;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.text-gray {
  color: var(--gray-text);
  margin-bottom: 0;
}

.color-box {
  margin-right: 20px;
}

.text-small {
  color: var(--bg);
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.text-small.gray {
  background-color: rgba(0, 0, 0, 0);
}

.text-small.white {
  color: #fff;
}

.text-small.italized {
  margin-bottom: 0;
  font-style: italic;
}

.top-margin {
  position: relative;
}

.top-margin._40-pixels {
  border-radius: 5px;
  margin-top: 40px;
}

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

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._8-pixels {
  margin-top: 8px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._25-pixels {
  margin-top: 25px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin.number-title {
  margin-top: 10px;
}

.top-margin._30-pixels-mobile {
  margin-top: 30px;
}

.top-margin._60-pixels {
  margin-top: 60px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.boxed-button {
  border: 1px solid var(--black-bg);
  color: var(--font);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  min-width: 170px;
  min-height: 40px;
  padding: 13px 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .2s;
}

.boxed-button:hover {
  background-color: var(--black-bg);
  color: #fff;
}

.social-icon-down {
  width: 35px;
  height: 35px;
  margin-top: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.social-icon-down.instagram {
  background-image: url('../images/instagram-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.dribbble {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.facebook {
  background-image: url('../images/logo-de-facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 35px;
  height: 35px;
}

.social-icon-down.twitter {
  background-image: url('../images/gorjeo-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.pinterest {
  background-image: url('../images/pinterest-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.linkedin {
  background-image: url('../images/linkedin-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.social-icon-down.unsplash {
  background-image: url('../images/Unsplash_1Unsplash.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
}

.font {
  background-color: var(--font);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.button-boxed {
  color: #fff;
  text-align: center;
  background-color: #101920;
  border: 1px solid #000;
  min-width: 120px;
  min-height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.button-boxed:hover {
  opacity: .85;
  color: #101920;
  background-color: rgba(0, 0, 0, 0);
}

.paragraph.medium {
  font-size: 16px;
  line-height: 26px;
}

.bg-colored {
  background-color: #000;
  padding: 8px;
}

.link {
  background-color: var(--text-link);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.masonry-3-columns {
  column-count: 3;
  flex-direction: column;
  column-gap: 15px;
}

.hover-overlay {
  background-color: rgba(255, 255, 255, .75);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.insta-pic {
  width: 49%;
  position: relative;
  overflow: hidden;
}

.absolute-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-1.insta-3 {
  background-image: url('../images/Jaspreet---49.jpg');
}

.absolute-1.insta-2 {
  background-image: url('../images/DSC07907_1.jpg');
}

.absolute-1.insta-4 {
  background-image: url('../images/DSC09061.jpg');
}

.absolute-1.insta-1 {
  background-image: url('../images/DSC04748.jpg');
}

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

.absolute-1.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.absolute-1.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.absolute-1.studio {
  background-image: url('../images/kal-visuals-jA7iWRaJruA-unsplash.jpg');
}

.absolute-1.grass {
  background-image: url('../images/kal-visuals-0AZbffFRZDY-unsplash.jpg');
}

.absolute-1.recording {
  background-image: url('../images/kal-visuals-FJK2EY52jTw-unsplash-1.jpg');
}

.absolute-1.model {
  background-image: url('../images/kal-visuals-xFVrEOqC01E-unsplash.jpg');
}

.absolute-1.dark {
  background-image: url('../images/DSC07556.jpg');
}

.absolute-1.front {
  background-image: url('../images/DSC02151.jpg');
}

.absolute-1.profile-pic {
  background-image: url('../images/kal-visuals-tn9tmUmQA4A-unsplash.jpg');
}

.absolute-1.video {
  background-image: url('../images/kal-visuals-M8SHcO8KXAI-unsplash.jpg');
  display: flex;
}

.absolute-1.camera {
  background-image: url('../images/kal-visuals-2-0T511oEDs-unsplash.jpg');
}

.absolute-1.dark {
  background-image: url('../images/DSC02909.jpg');
  background-position: 47%;
}

.heading-box {
  text-align: center;
  max-width: 524px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box.short {
  max-width: 300px;
}

.heading-box.medium {
  max-width: 350px;
}

.heading-box.short-margin, .heading-box.medium-margin, .heading-box.cta {
  max-width: 300px;
  margin-bottom: 10px;
}

.sub-heading-box {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.gray-color {
  background-color: var(--lines);
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.lightbox-link {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.h2-big {
  font-size: 28px;
  line-height: 40px;
}

.h2-big.less-top-margin {
  margin-top: 10px;
}

.h2-big.white-margin {
  color: #fff;
  text-align: left;
  margin-top: 10px;
}

.title {
  color: var(--gray-text);
}

.title.white {
  color: #fff;
}

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

.intro-feature {
  text-align: center;
  flex: 1;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-section {
  background-color: var(--black-bg);
  justify-content: center;
  align-items: center;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-section.about-me {
  background-image: url('../images/kal-visuals-JXF2-bRKqC4-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.services {
  background-image: url('../images/kal-visuals-_ssqsH5BjcQ-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.contact-me {
  background-image: url('../images/kal-visuals-aoKPwDyB6hA-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
}

.hero-section.post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.utility {
  background-image: url('../images/kal-visuals-_ssqsH5BjcQ-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
}

.hero-section.portfolio {
  background-image: url('../images/kal-visuals-H9cLrc35G6s-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section.faq {
  background-image: url('../images/kal-visuals-FJK2EY52jTw-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
}

.hero-section.utility {
  background-image: none;
}

.hero-grid {
  flex-wrap: wrap;
  width: 3020px;
  height: 100%;
  margin-top: -220px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-column {
  width: 295px;
  margin-right: 15px;
}

.hero-image {
  margin-bottom: 18px;
}

.hero-title {
  color: #fff;
  text-shadow: 0 0 10px #000;
  margin-top: 0;
  font-size: 80px;
  line-height: 95px;
}

.hero-title.small {
  margin-top: 0;
  font-size: 50px;
  line-height: 70px;
}

.hero-text-box {
  z-index: 5;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  padding: 40px;
  position: relative;
}

.hero-text-box.contact-me {
  margin-top: 0;
}

.hero-subtitle {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 20px #000;
  font-size: 24px;
}

.hero-overlay {
  z-index: 3;
  background-color: #101920;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.center-content.borders {
  margin-top: 10px;
  margin-bottom: 30px;
}

.button-outline {
  border: 1px solid var(--bg);
  background-color: var(--black-bg);
  text-align: center;
  border-radius: 0;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
  position: absolute;
}

.button-outline:hover {
  background-color: var(--text-link);
  color: #101920;
}

.button-outline-black {
  color: #101920;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-black:hover {
  color: var(--bg);
  background-color: #101920;
}

.button-outline-gray {
  border: 1px solid var(--gray-text);
  color: var(--gray-text);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 25px;
  width: auto;
  min-width: 120px;
  padding: 12px 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-gray:hover {
  background-color: var(--gray-text);
  color: var(--bg);
}

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

.text-link {
  color: var(--gray-text);
  font-size: 15px;
  text-decoration: none;
  transition: opacity .2s;
}

.text-link:hover {
  opacity: .85;
}

.right-margin {
  margin-right: 7px;
}

.right-margin._25-pixels {
  margin-right: 25px;
}

.right-margin._10-pixels {
  margin-right: 10px;
}

.right-margin._16-pixels {
  margin-right: 18px;
  padding-top: 6px;
}

.absolute-bg {
  background-color: var(--black-bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg.gray {
  background-color: var(--bg-2);
}

.absolute-bg.darker-gray {
  background-color: var(--darker-gray-bg);
}

.max-width-555 {
  width: 100%;
  max-width: 555px;
  margin-right: 50px;
  padding-right: 20px;
  overflow: hidden;
}

.bg-section {
  background-color: var(--black-bg);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  position: relative;
  overflow: hidden;
}

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

.background-image.violin {
  background-image: url('../images/kal-visuals-70VAr3CHugs-unsplash.jpg');
}

.text-box {
  justify-content: flex-end;
  width: 50%;
  max-width: 618px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
}

.text-box.left {
  justify-content: flex-start;
  padding-left: 60px;
}

.text-box.center-flex {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.text-box.less-padding {
  width: 70%;
  max-width: none;
  padding-left: 40px;
}

.max-width-444 {
  width: 100%;
  max-width: 444px;
}

.text-white {
  color: #fff;
  text-align: left;
}

.width-max-365 {
  max-width: 365px;
  margin-left: 18%;
}

.width-max-365.left-margin {
  margin-left: 40px;
}

.center-column {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.center-column.padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.relative {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.relative.visible {
  overflow: visible;
}

.absolute-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-image.daylight {
  background-image: url('../images/kal-visuals-3NgD_3O2arU-unsplash.jpg');
}

.absolute-image.filming {
  background-image: url('../images/kal-visuals--JG-lXPaa1Y-unsplash-1.jpg');
}

.absolute-image.camera-man {
  background-image: url('../images/kal-visuals--JG-lXPaa1Y-unsplash.jpg');
}

.max-width-554 {
  width: 100%;
  max-width: 554px;
  margin-left: 35px;
  margin-right: 35px;
  overflow: hidden;
}

.max-width-554.bottom-margin {
  background-color: var(--darker-gray-bg);
  padding: 20px;
}

.heading-box-left {
  text-align: left;
  max-width: 524px;
  margin-bottom: 30px;
}

.heading-box-left.short {
  max-width: 275px;
}

.heading-box-left.medium {
  max-width: 330px;
}

.expand {
  flex: 1;
}

.text-title {
  direction: ltr;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 24px;
}

.text-title.white {
  color: #fff;
}

.max-width-474 {
  width: 100%;
  max-width: 534px;
}

.inline-block {
  flex-direction: column;
  display: inline-block;
}

.inline-block.right-margin {
  color: var(--bg);
}

.inline-block.left-margin {
  margin-left: 60px;
}

.flex-justify-right {
  direction: ltr;
  text-align: center;
  justify-content: flex-end;
  display: flex;
}

.service-column {
  cursor: pointer;
  justify-content: flex-end;
  width: 24%;
  height: 600px;
  display: flex;
  position: relative;
}

.service-image {
  background-image: url('../images/parliament-hill-shutterstock_372304684-2016-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-image._2 {
  background-image: url('../images/17-1.jpeg');
  background-size: cover;
}

.service-image._3 {
  background-image: url('../images/screen-capture89.jpeg');
}

.service-text-box {
  margin-bottom: 40px;
  margin-left: 25px;
  margin-right: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.link-block {
  color: #69707b;
  font-size: 15px;
  text-decoration: none;
}

.link-block.white {
  color: #fff;
}

.link-block-arrow {
  position: relative;
}

.text-rotated {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 20px #000;
  background-color: rgba(16, 25, 32, .3);
  padding: 0 20px 20px 0;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 38px;
  right: auto;
  box-shadow: 0 0 #000;
}

.plus-button {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  margin-bottom: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.numbers {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  background-color: var(--bg);
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.numbers-flex {
  flex-wrap: wrap;
  width: 97%;
  display: flex;
}

.numbers-item {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.number {
  color: var(--bg);
  margin-right: 5px;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 55px;
  display: inline-block;
}

.number.small {
  font-size: 38.5px;
  line-height: 38px;
}

.text-sign {
  color: var(--bg);
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
}

.text-sign.small {
  font-size: 29px;
  position: relative;
}

.numbers-title-box {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 3%;
  display: flex;
  position: relative;
  left: 12px;
}

.numbers-title {
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  transform: rotate(-90deg);
}

.left-column {
  justify-content: flex-end;
  width: 50%;
  max-width: 618px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-column.music {
  background-image: url('../images/kal-visuals-ZZ-OhZeJScY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-column.center {
  justify-content: center;
}

.left-column.visible {
  overflow: visible;
}

.left-image-box {
  width: 100%;
  max-width: 620px;
  position: relative;
}

.full-section {
  position: relative;
  overflow: hidden;
}

.absolute-parallax {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-parallax.full {
  background-image: url('../images/DSC08176.jpg');
}

.absolute-parallax.cta {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/kal-visuals-_ssqsH5BjcQ-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute-parallax.filming {
  background-image: linear-gradient(rgba(16, 25, 32, .95), rgba(16, 25, 32, .95)), url('../images/kal-visuals--JG-lXPaa1Y-unsplash-1-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute-parallax.visor {
  background-image: url('../images/kal-visuals-5MUw_NHo5i4-unsplash.jpg');
}

.absolute-parallax.bg {
  opacity: .05;
  filter: grayscale();
  background-image: url('../images/kal-visuals-2-0T511oEDs-unsplash-1.jpg');
}

.absolute-parallax.visual {
  background-image: linear-gradient(rgba(16, 25, 32, .75), rgba(16, 25, 32, .75)), url('../images/DSC07486.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.absolute-parallax.grass {
  background-image: linear-gradient(rgba(16, 25, 32, .94), rgba(16, 25, 32, .94)), url('../images/kal-visuals-0AZbffFRZDY-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.left-padding {
  padding-left: 8px;
}

.left-padding._20-pixels {
  padding-left: 20px;
}

.left-padding._11-pixels {
  padding-left: 11px;
}

.left-padding._15-pixels {
  padding-left: 15px;
}

.team-member {
  width: 31%;
  margin-right: 3%;
}

.team-member.last {
  margin-right: 0;
}

.team-left {
  width: 19%;
  padding-right: 20px;
  position: relative;
}

.arrow {
  margin-bottom: 130px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hover-bg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--bg-2);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon-rounded {
  background-color: #101920;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  overflow: hidden;
}

.social-icon-rounded.facebook {
  background-color: var(--fb);
}

.social-icon-rounded.twittter {
  background-color: var(--twitter);
}

.social-icon-rounded.instagram {
  background-image: linear-gradient(130deg, var(--insta), var(--insta-2));
}

.social-icon-rounded.unsplash {
  background-color: var(--unsplash);
}

.social-icon-rounded.pinterest {
  background-color: var(--pinterest);
}

.social-icon-rounded.linkedin {
  background-color: var(--linkedin);
}

.social-icon-rounded.instagram-no-margin {
  background-image: linear-gradient(to bottom, var(--insta), var(--insta-2));
  margin-right: 0;
}

.move-up, .move-up-2, .move-up-3 {
  display: inline-block;
}

.empty-state {
  background-color: rgba(0, 0, 0, 0);
}

.work-preview {
  width: 47%;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.work-preview.margin {
  margin-bottom: 0;
}

.preview-title {
  color: var(--font);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.preview-title:hover {
  color: var(--gray-text);
}

.preview-title.white {
  color: #fff;
  transition: opacity .2s;
}

.preview-title.white:hover {
  opacity: .85;
}

.image-preview {
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-link {
  color: var(--gray-text);
  text-decoration: none;
  transition: opacity .2s;
  position: relative;
}

.title-link:hover {
  opacity: .85;
}

.title-link.white {
  color: #fff;
}

.text-section {
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.right-text-column {
  column-count: 2;
  column-gap: 80px;
  max-width: 1040px;
  margin-left: 14%;
  margin-right: 20px;
}

.pricing {
  border: 1px solid var(--lines);
  border-radius: 5px;
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
}

.pricing-title-box {
  border-bottom: 1px solid var(--lines);
  text-align: center;
  padding: 30px 30px 20px;
}

.pricing-description {
  padding-top: 30px;
}

.pricing-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-button-box {
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.pricing-button {
  float: none;
  clear: none;
  color: #101920;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  width: 100%;
  padding: 13px 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  transition: color .2s, background-color .2s;
}

.pricing-button:hover {
  background-color: var(--black-bg);
  color: #fff;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.open-close-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 28px;
  margin-left: 10px;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-item-content {
  margin-top: 10px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.accordion-wrapper {
  border-bottom: 1px solid var(--lines);
  margin-top: 30px;
}

.accordion-item-trigger {
  color: var(--font);
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.accordion-item-trigger:hover {
  text-decoration: none;
}

.full-width {
  flex: 1;
}

.question {
  color: var(--font);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.flex-no-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.answer, .close {
  color: var(--gray-text);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.background-image-big {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.background-image-big.set-up {
  background-image: url('../images/Noemie---23.jpg');
  background-position: 50%;
}

.text-field {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  transition: border .2s;
}

.text-field:hover {
  border-style: solid;
  border-color: var(--input-hover);
}

.text-field:active {
  color: #fff;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--input-hover);
  color: #fff;
}

.text-field::placeholder {
  color: #fff;
}

.text-field.last {
  border-top-style: none;
  border-right-style: solid;
}

.text-field.last-copy {
  border-right-style: solid;
  width: 70%;
}

.text-field.last-copy.date {
  width: 100%;
}

.text-field.last-copy.datetime {
  border-top-style: none;
  width: 100%;
  margin-bottom: 20px;
}

.form {
  flex-wrap: wrap;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  width: 100%;
  height: 44px;
  padding-top: 7px;
  font-size: 14px;
  transition: color .2s, background-color .2s, border .2s;
}

.submit-button:hover {
  color: #101920;
  background-color: #fff;
}

.submit-button.black {
  color: #fff;
  background-color: #101920;
  margin-right: 0;
}

.submit-button.black:hover {
  border: 1px solid var(--black-bg);
  color: #101920;
  background-color: rgba(0, 0, 0, 0);
}

.submit-button.white {
  border-top-style: solid;
  border-radius: 0;
  padding-top: 9px;
}

.submit-button.fill {
  color: #101920;
  background-color: #fff;
  border-radius: 0;
}

.submit-button.fill:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.max-width-440 {
  width: 100%;
  max-width: 440px;
  margin-right: 40px;
  padding-right: 20px;
}

.max-width-440.center-flex {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-left: 20px;
  display: flex;
}

.max-width-440.center-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.max-width-440.flex {
  text-align: center;
  flex-direction: column;
  margin-right: 0;
  padding-right: 0;
}

.max-width-440.left {
  margin-left: 40px;
}

.max-width-440.center-mobile {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.max-width-300 {
  max-width: 300px;
}

.max-width-358 {
  max-width: 358px;
}

.testimonial-picture {
  border: 3px solid var(--lines);
  background-image: url('../images/review1_1review1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-picture._3 {
  background-image: url('../images/review3_1review3.png');
}

.testimonial-picture._2 {
  background-image: url('../images/review2_1review2.png');
}

.testimonial-picture._4 {
  background-image: url('../images/review4_1review4.png');
}

.testimonial-picture._5 {
  background-image: url('../images/Screen-Shot-2021-03-24-at-9.09.49-AM_1Screen Shot 2021-03-24 at 9.09.49 AM.png');
}

.testimonial-picture._6 {
  background-image: url('../images/review5_1review5.png');
}

.testimonial-picture._7 {
  background-image: url('../images/Screen-Shot-2021-03-24-at-9.09.07-AM_1Screen Shot 2021-03-24 at 9.09.07 AM.png');
}

.testimonial-text-box {
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-text {
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-style: italic;
  font-weight: 400;
  line-height: 45px;
}

.testimonial-arrow {
  color: #aeb2b9;
  font-size: 39px;
  transition: opacity .2s;
}

.testimonial-arrow:hover {
  opacity: .8;
}

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

.display-none {
  display: none;
}

.testimonials {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.star {
  margin-right: 5px;
}

.gray-section {
  background-color: var(--gray-bg);
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

.gray-section.bottom-margin {
  margin-bottom: 90px;
}

.post-preview {
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
}

.absolute-hover {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-hover.services {
  background-image: url('../images/maksym-kaharlytskyi-GwAYapqJKoM-unsplash.jpg');
}

.absolute-hover.experience {
  background-image: url('../images/keagan-henman-jlP_ln8e_r4-unsplash.jpg');
}

.absolute-hover.desk {
  background-image: url('../images/alexandru-acea--WBYxmW4yuw-unsplash.jpg');
}

.overlay-bg {
  background-image: url('../images/overlay.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: 10px 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.overlay-bg.services {
  background-size: auto 70%;
}

.overlay-bg.blog {
  background-size: auto 100%;
}

.overlay-bg.hero {
  background-image: url('../images/overlay.png');
  background-repeat: repeat-x;
  background-size: 10px 40%;
}

.preview-box {
  padding-bottom: 25px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  background-color: var(--black-bg);
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.medium {
  font-size: 16px;
  line-height: 26px;
}

.footer-contact-link {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
}

.footer-contact-link:hover {
  opacity: .8;
}

.footer-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.notice-text {
  color: #fff;
  font-size: 13px;
  line-height: 21px;
}

.footer-expand {
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  padding-top: 55px;
  display: flex;
}

.menu {
  width: 25%;
}

.menu.no-margin {
  flex: 0 auto;
  display: block;
}

.menu-link {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--lines);
}

.footer-column {
  align-items: flex-start;
  width: 27%;
  margin-right: 20px;
  padding-top: 60px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.underline-hover {
  background-color: #a4aebe;
  height: 1px;
  margin-top: -18px;
  position: absolute;
  top: 73px;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-hover.white {
  background-color: #fff;
  height: 1px;
  margin-top: 0;
  position: relative;
  top: 0;
}

.contact-footer-text {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

.footer-link {
  color: var(--lines);
  text-decoration: underline;
  transition: opacity .2s;
}

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

.footer-left {
  max-width: 270px;
}

.notice {
  border-top: 1px solid #d1d5dc;
  margin-top: 40px;
  padding-top: 14px;
}

.footer-text-field {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 0;
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  transition: border-color .2s;
}

.footer-text-field:hover {
  border-color: var(--input-hover);
}

.footer-text-field:active {
  color: #fff;
}

.footer-text-field:focus {
  border-color: var(--input-hover);
  color: #fff;
}

.footer-text-field::placeholder {
  color: #fff;
}

.footer-text-field.black {
  border-color: #101920;
  margin-right: 0;
  transition: border .2s;
}

.footer-text-field.black:hover {
  border-color: var(--input-hover);
}

.footer-text-field.black:focus {
  border-color: var(--input-hover);
  color: var(--font);
}

.footer-text-field.black::placeholder {
  color: var(--font);
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.success-message.white {
  color: #fff;
  line-height: 24px;
}

.success-message.pink {
  color: #f8faff;
}

.error-message {
  font-size: 15px;
  line-height: 20px;
}

.footer-logo {
  transition: transform .2s, opacity .2s;
}

.footer-logo:hover {
  opacity: .85;
  transform: scale(1.03);
}

.bottom-flex {
  flex-wrap: wrap;
  margin-bottom: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-left {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 80%;
  padding-left: 25px;
  display: flex;
}

.bottom-item {
  width: 30%;
}

.intro-about {
  text-align: center;
  width: 28%;
}

.max-width-400 {
  width: 100%;
  max-width: 400px;
  margin-left: 40px;
}

.max-width-465 {
  width: 100%;
  max-width: 465px;
  margin-left: 40px;
  overflow: hidden;
}

.max-width-465.right {
  margin-bottom: 20px;
  margin-right: 20px;
}

.max-width-465.bottom-margin {
  margin-bottom: 20px;
}

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

.center-column-right.padding-left {
  padding-left: 35px;
}

.center-column-right.center {
  justify-content: center;
  overflow: hidden;
}

.white {
  color: #fff;
}

.profile-picture {
  border: 3px solid var(--lines);
  background-image: url('../images/Pic_2Pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 10px;
}

.bold {
  color: #101920;
  font-weight: 700;
}

.bold.white {
  color: #fff;
}

.expand-center {
  flex: 1;
  align-items: center;
  display: flex;
}

.video {
  height: 100%;
}

.play-button {
  background-color: rgba(232, 234, 236, .85);
  background-image: url('../images/boton-de-play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
}

.bottom-line {
  border-bottom: 1px solid var(--lines);
  padding-left: 55px;
}

.feature {
  width: 30%;
  margin-bottom: 40px;
  display: flex;
}

.feature.no-margin, .feature.last {
  margin-bottom: 0;
}

._50-percent-column {
  width: 50%;
}

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

.left-image-center {
  justify-content: center;
  width: 100%;
  max-width: 620px;
  display: flex;
  position: relative;
}

.mini-feature {
  width: 33.333%;
}

.clients {
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-logo {
  text-align: center;
  width: 25%;
  margin-bottom: 60px;
  padding: 0 20px;
}

.client-logo.no-margin, .client-logo.last {
  margin-bottom: 0;
}

.signature {
  position: absolute;
  top: auto;
  bottom: 15px;
  left: -60px;
  right: auto;
}

.side-text {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 19px;
  position: relative;
  top: -40%;
  left: -59%;
  transform: rotate(-90deg);
}

.play {
  background-color: #101920;
  background-image: url('../images/boton-de-play-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 11.5px;
  border-top-left-radius: 3px;
  width: 33px;
  height: 33px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.max-width-415 {
  max-width: 415px;
  margin-left: 40px;
}

.hero-logo {
  text-align: center;
  flex: 1;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-services {
  text-align: center;
  width: 32%;
}

.intro-service-box {
  text-align: left;
  padding-left: 12px;
}

.text-title-link {
  color: #101920;
  margin-bottom: 0;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.text-title-link:hover {
  opacity: .85;
}

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

.side-tab-black {
  color: #fff;
  background-color: #101920;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 35px;
  padding-top: 5px;
  padding-left: 18px;
  padding-right: 18px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: -209px;
  left: -70px;
  transform: rotate(-90deg);
}

.quote {
  color: #fff;
  font-style: italic;
  line-height: 45px;
}

.quotation-mark {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -9%;
  right: auto;
}

.service-feature {
  border: 1px solid var(--lines);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  width: 31%;
  margin-bottom: 40px;
  padding: 30px 35px 20px;
  display: flex;
}

.service-feature.no-margin, .service-feature.last {
  margin-bottom: 0;
}

.service-icon {
  background-color: var(--bg-2);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.service-icon._1 {
  background-image: url('../images/fotografia-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon._2 {
  background-image: url('../images/diverso.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon._3 {
  background-image: url('../images/flash-de-la-camara.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon._4 {
  background-image: url('../images/herramientas-y-utensilios-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon._5 {
  background-image: url('../images/camara-de-video-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon._6 {
  background-image: url('../images/cable.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.numbers-small-2 {
  border-right: 1px solid var(--lines);
  text-align: left;
  justify-content: center;
  width: 33.3333%;
  padding: 15px 10px;
  display: flex;
}

.numbers-small-3 {
  border-right: 1px none var(--lines);
  text-align: left;
  flex: 1;
  justify-content: center;
  width: 33.3333%;
  padding: 15px 10px;
  display: flex;
}

.left-column-grid {
  flex: 1;
  justify-content: flex-end;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.grid-column {
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 269px;
  margin-right: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.grid-image {
  margin-bottom: 15px;
  position: relative;
}

.half-grid {
  width: 870px;
  display: flex;
}

.max-width-535 {
  background-color: rgba(221, 224, 227, .8);
  width: 100%;
  max-width: 560px;
  padding: 40px;
  display: block;
}

.text-box-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  display: flex;
}

.checkmark-box-2 {
  border-bottom: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding: 30px 20px 25px;
  display: flex;
}

.checkmark-box-2.not-included {
  cursor: not-allowed;
}

.pricing-plan-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 13%;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.pricing-description-2 {
  border-bottom: 1px solid var(--lines);
  flex: 1;
  width: 29%;
  padding: 33px 20px 20px;
}

.pricing-plan-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 13%;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.checkmark-box {
  border-bottom: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding: 30px 20px 25px;
  display: flex;
}

.checkmark-box.not-included {
  cursor: not-allowed;
}

.checkmark-box-3 {
  border-bottom: 1px solid var(--lines);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 13%;
  padding: 30px 19px 25px;
  display: flex;
}

.small {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 23px;
}

.pricing-row {
  flex-wrap: wrap;
  transition: background-color .2s;
  display: flex;
}

.pricing-row:hover {
  background-color: var(--bg-2);
}

.less-line-height {
  line-height: 22px;
}

.pricing-plans {
  flex-wrap: wrap;
  display: flex;
}

.pricing-title-empty {
  flex: 1;
  width: 29%;
  padding-top: 33px;
  padding-left: 20px;
  padding-right: 20px;
}

.pricing-plan {
  color: var(--gray-text);
  font-size: 21px;
  line-height: 29px;
}

.radial {
  background-color: var(--dot);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.checked {
  background-color: #fff;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.cta-bottom {
  background-color: var(--bg);
  color: #101920;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 37px;
  margin-left: auto;
  margin-right: auto;
  padding: 7px 20px 5px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.bottom-absolute-box {
  text-align: center;
  width: 100%;
  height: 35px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flex-center {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.flex-center.center {
  align-items: center;
}

.image-box-margin {
  margin-bottom: 70px;
  display: inline-block;
  position: relative;
  overflow: visible;
}

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

.max-width-280 {
  max-width: 280px;
}

.pricing-plan-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  width: 13%;
  padding-top: 25px;
  display: flex;
}

.service {
  width: 31.3%;
  margin-bottom: 30px;
  margin-left: 1%;
  margin-right: 1%;
}

.price-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}

.price-link:hover {
  opacity: .85;
}

.no-margins {
  flex-wrap: nowrap;
  flex: 0 auto;
  width: 45%;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  color: var(--gray-text);
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/flecha-hacia-abajo.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid #101920;
  border-radius: 0;
  width: 100%;
  height: 45px;
  margin-bottom: 30px;
  padding-left: 12px;
  transition: border-color .2s;
  display: inline-block;
}

.select-field:hover {
  border-color: var(--input-hover);
}

.form-field {
  clear: both;
  border: 1px solid var(--black-bg);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 98%;
  height: 45px;
  margin-bottom: 30px;
  margin-right: 0%;
  transition: border-color .2s;
  display: inline-block;
}

.form-field:hover {
  border-color: var(--input-hover);
}

.form-field:active {
  color: var(--gray-text);
}

.form-field:focus {
  border-color: var(--input-hover);
  color: var(--gray-text);
}

.form-field::placeholder {
  color: var(--gray-text);
}

.form-field.no-margin {
  margin-right: 0;
}

.contact-form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.textarea {
  border: 1px solid var(--black-bg);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  width: 98%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 60px;
  transition: border-color .2s;
}

.textarea:hover {
  border-color: var(--input-hover);
}

.textarea:focus {
  border-color: var(--input-hover);
  color: #81848a;
}

.textarea.white {
  border-color: #fff;
  margin-bottom: 20px;
  transition: border .2s;
}

.textarea.white:hover {
  border-color: var(--input-hover);
}

.textarea.white:focus {
  color: #fff;
}

.textarea.white::placeholder {
  color: #fff;
}

.contact-detail {
  border-bottom: 1px solid var(--lines);
  max-width: 333px;
  padding: 10px 15px;
}

.flex-justify-left {
  justify-content: flex-start;
  display: flex;
}

.contact-link {
  color: #101920;
  text-decoration: none;
  transition: opacity .2s;
}

.contact-link:hover {
  opacity: .85;
}

.map {
  height: 400px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.map-box {
  width: 100%;
  min-height: 400px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.preview-hero-blog {
  width: 50%;
  margin-bottom: 60px;
}

.blog-left-column {
  width: 74%;
}

.preview-post {
  flex: 1;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.preview-post.featured {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

.preview-link {
  color: var(--font);
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-decoration: none;
  transition: opacity .2s;
}

.preview-link:hover {
  opacity: .85;
}

.preview-link.hero {
  color: #fff;
  font-size: 32px;
  line-height: 46px;
}

.preview-link.featured {
  font-size: 20px;
  line-height: 30px;
}

.preview-item {
  flex-wrap: wrap;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.preview-item.featured {
  width: 100%;
}

.numbers-small {
  border-right: 1px solid var(--lines);
  text-align: left;
  justify-content: flex-start;
  width: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 12px;
  display: flex;
}

.blog-right {
  flex: 1;
  width: 28%;
  padding-top: 27px;
  padding-left: 3%;
}

.less-top-margin {
  margin-top: 10px;
  font-size: 50px;
  line-height: 50px;
}

.category-item {
  margin-bottom: 10px;
}

.tag {
  border: 1px solid var(--gray-text);
  color: var(--gray-text);
  text-align: center;
  border-radius: 75px;
  margin-bottom: 15px;
  margin-right: 5px;
  padding: 2px 16px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: block;
}

.tag:hover {
  background-color: var(--gray-text);
  color: #fff;
}

.pagination {
  justify-content: flex-end;
}

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

.heading-post-title {
  text-align: center;
  max-width: 600px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.post-title {
  margin-top: 10px;
  font-size: 30px;
  line-height: 42px;
}

.post-preview-margin {
  width: 31.3%;
  margin-bottom: 45px;
  margin-left: 1%;
  margin-right: 1%;
}

.go-up-button {
  z-index: 20;
  background-color: var(--dot);
  color: #fff;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 100%;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 13px;
  margin-right: 15px;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;
}

.go-up-button.w--current {
  z-index: 100;
}

.utility-left {
  width: 27%;
  padding-right: 30px;
}

.utility-left.top-padding {
  padding-top: 1px;
}

.utility-right {
  flex: 1;
  width: 22%;
}

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

.gallery-item {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.button-boxed-outline {
  color: #101920;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-boxed-outline:hover {
  color: #fff;
  background-color: #101920;
}

.sample-gallery-item {
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sample-gallery {
  width: 33%;
}

.hero-column-2 {
  width: 295px;
  margin-right: 15px;
  position: static;
  top: -26px;
}

.hero-column-3, .hero-column-4, .hero-column-5 {
  width: 295px;
  margin-right: 15px;
}

.hero-column-6 {
  width: 295px;
  margin-right: 15px;
  display: none;
}

.relative-full-height {
  height: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.hero-column-7 {
  width: 295px;
  margin-right: 15px;
  display: none;
}

.flex-mobile-vertical {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.numbers-item-2, .numbers-item-3 {
  border-right: 1px solid var(--lines);
  text-align: center;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.numbers-item-4 {
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.team-right {
  flex-wrap: wrap;
  width: 81%;
  display: flex;
}

.bottom-right {
  justify-content: flex-end;
  width: 20%;
  padding-right: 25px;
  display: flex;
}

.features-container {
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.full-half-left {
  border: 1px solid var(--black-bg);
  justify-content: flex-end;
  width: 50%;
  display: flex;
}

.full-text-box {
  width: 100%;
  max-width: 618px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 50px;
  overflow: hidden;
}

.bottom-item-2, .bottom-item-3 {
  width: 30%;
}

.service-preview {
  min-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-logo-2, .hero-logo-3, .hero-logo-4 {
  text-align: center;
  flex: 1;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.numbers-flex-left {
  flex-wrap: wrap;
  width: 97%;
  margin-top: 30px;
  display: flex;
}

.background-video {
  z-index: 1;
  justify-content: center;
  align-items: center;
  height: 490px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.blog-preview {
  flex: 1;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.service-no-margin {
  width: 31.3%;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.work-preview-margin {
  width: 47%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.absolute-bg-2 {
  background-color: #101920;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg-2.gray {
  background-color: var(--bg-2);
}

.absolute-bg-3 {
  background-color: #101920;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg-3.gray {
  background-color: var(--bg-2);
  background-color: #e8eaec;
}

.absolute-bg-4 {
  background-color: #101920;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.absolute-bg-4.gray {
  background-color: var(--bg-2);
}

.link-box {
  text-decoration: none;
  transition: opacity .2s;
}

.link-box:hover {
  opacity: .85;
}

.on-load {
  display: inline-block;
}

.on-load-4 {
  width: 0;
  height: 0;
}

.on-load-7 {
  width: auto;
  margin-top: 20px;
  display: flex;
}

.newsletter {
  z-index: 100000;
  background-image: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9));
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.modal-left {
  background-image: url('../images/vitor-pinto-doEesnJofn0-unsplash-1.jpg');
  background-position: 31%;
  background-repeat: no-repeat;
  background-size: cover;
}

.newsletter-column.modal-right {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 60px 50px;
  display: flex;
  position: relative;
}

.form-block-newsletter {
  width: 100%;
  height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.input-field {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 0;
  height: 44px;
  transition: border .2s;
}

.input-field:hover {
  border-color: #3898ec;
}

.input-field::placeholder {
  color: #000;
}

.input-field.white {
  color: #fff;
  border-color: #fff;
}

.input-field.white:hover {
  border-color: var(--input-hover);
}

.input-field.white:active {
  background-color: rgba(0, 0, 0, 0);
}

.input-field.white:focus {
  border-color: var(--input-hover);
  background-color: rgba(0, 0, 0, 0);
}

.input-field.white::placeholder {
  color: #fff;
}

.input-field.dropdown {
  color: #fff;
  background-image: url('../images/flecha-hacia-abajo-1.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-color: #fff;
}

.input-field.dropdown:hover {
  border-color: var(--input-hover);
}

.input-field.dropdown:active {
  background-color: rgba(0, 0, 0, 0);
}

.input-field.dropdown:focus {
  border-color: var(--input-hover);
  background-color: rgba(0, 0, 0, 0);
}

.input-field.dropdown::placeholder {
  color: #fff;
}

.newsletter-box {
  flex-wrap: wrap;
  align-items: stretch;
  max-width: 870px;
  display: flex;
}

.newsletter-container {
  background-image: linear-gradient(rgba(16, 25, 32, .9), rgba(16, 25, 32, .9));
  height: 100vh;
  display: none;
}

.close-contact-form {
  background-color: #101920;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.close-contact {
  background-color: var(--darker-gray-bg);
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.side-contact-tab {
  z-index: 100;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #101920;
  background-image: url('../images/sobre-de-papel-blanco.svg');
  background-position: 86% 48%;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 0 0 5px 5px;
  min-width: 126px;
  height: 45px;
  margin-top: 400px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 44px;
  font-family: Rubik, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -54px;
  transform: rotate(-90deg);
}

.side-contact-box {
  z-index: 10000;
  background-color: var(--black-bg);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 310px;
  margin-top: 200px;
  padding: 27px 40px 30px;
  display: block;
  position: fixed;
}

.row {
  margin-bottom: 3%;
}

.row.top-margin {
  margin-top: 10px;
}

.license-images {
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
}

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

.badge-update {
  z-index: 10;
  color: #000;
  text-align: center;
  background-color: #fffb00;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  margin-top: 100px;
  margin-bottom: 17px;
  margin-right: 40px;
  padding: 5px 11px 11px;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.nav-button {
  border: 1px solid var(--bg);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  margin-left: auto;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  overflow: hidden;
}

.nav-button.w--open {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
}

.menu-text {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 2px;
  font-size: 10px;
  line-height: 10px;
  display: flex;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-container {
  width: 45px;
  height: 45px;
}

.nav-menu {
  background-color: var(--black-bg);
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu:active {
  display: block;
}

.nav-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.nav-menu-text {
  padding: 0;
}

.nav-social-container {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.nav-social-container.wrapper-link-text {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 26px;
  transition: opacity .2s;
}

.nav-social-container.wrapper-link-text:hover {
  opacity: .85;
}

.nav-menu-item {
  color: #fff;
  height: 78px;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 78px;
  text-decoration: none;
}

.nav-menu-item.w--current {
  color: var(--lines);
}

.nav-item-bg {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-bg {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu-container {
  background-color: rgba(0, 0, 0, .3);
  flex-direction: column;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-social-icons {
  z-index: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.nav-social-text {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 31px;
}

.nav-social-link {
  height: 30px;
  margin-right: 40px;
  font-size: 27px;
  text-decoration: none;
  overflow: hidden;
}

.nav-social-link.last {
  margin-right: 0;
}

.flex-align-center {
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

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

.flex-start-center {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.hero-wrapper {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1265px;
  min-height: 620px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.hero-wrapper.home {
  min-height: 940px;
}

.hero-wrapper.inner-pages {
  min-height: 400px;
}

.full-box {
  width: 100%;
  max-width: 618px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 25px;
  padding-right: 50px;
  overflow: hidden;
}

.author-picture {
  border: 2px solid var(--lines);
  background-image: url('../images/Pic_1Pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  position: relative;
}

.bottom-margin-image {
  border-bottom: 1px solid #a4aebe;
  margin-bottom: 20px;
}

.bottom-margin-image._20-pixels {
  margin-bottom: 20px;
}

.checkmark {
  margin-top: -4px;
}

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

.block-text-overlay {
  background-color: rgba(16, 25, 32, .4);
  background-image: linear-gradient(to top, rgba(0, 0, 0, .78) 18%, rgba(0, 0, 0, 0) 70%);
  height: 60%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.brand {
  transition: transform .2s, opacity .2s;
}

.brand:hover {
  opacity: .85;
  transform: scale(1.03);
}

.brand.w--current {
  z-index: 1;
}

.wrapper-nav-link-text {
  transition: color .2s;
}

.wrapper-nav-link-text:hover {
  color: var(--lines);
}

.navbar-bg {
  background-color: var(--black-bg);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.full-section-bg {
  background-color: var(--bg);
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.content-video {
  padding-top: 90px;
  position: relative;
}

.content-video.double {
  padding-bottom: 90px;
}

.content-video.blog {
  padding-bottom: 30px;
}

.html-embed {
  height: 100vh;
}

.image-2 {
  text-shadow: 1px 1px #000;
}

.content-section-2 {
  background-color: var(--bg);
  width: auto;
  height: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #000;
}

.content-section-2.double {
  background-color: var(--bg);
  padding-bottom: 90px;
}

.content-section-2.blog {
  padding-bottom: 30px;
}

.image-3 {
  margin: 400px 300px -400px -300px;
  position: static;
  left: 133px;
  right: auto;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-4 {
  margin-left: 200px;
  margin-right: -200px;
  position: static;
  top: 220px;
  left: 500px;
  box-shadow: 3px 3px 20px 20px rgba(0, 0, 0, .3);
}

.image-5 {
  margin: 900px 200px -900px -51px;
  padding-left: 0;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.heading-box-2 {
  z-index: 5;
  text-align: center;
  background-color: rgba(244, 245, 247, .8);
  max-width: 524px;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  top: 29%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.heading-box-2.short {
  max-width: 300px;
}

.heading-box-2.medium {
  max-width: 350px;
}

.heading-box-2.short-margin, .heading-box-2.medium-margin, .heading-box-2.cta {
  max-width: 300px;
  margin-bottom: 10px;
}

.image-6 {
  margin: -200px 100px 0 -100px;
  box-shadow: 14px 14px 20px 4px rgba(0, 0, 0, .3);
}

.image-7 {
  margin-top: 0;
  margin-left: 300px;
  margin-right: -300px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-8 {
  margin: 1200px -700px -1200px 700px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-9 {
  margin: 1100px -600px -1100px 600px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.content-wrapper-2 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-2.cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.content-wrapper-2.center-flex {
  justify-content: center;
  align-items: center;
  min-height: 490px;
  display: flex;
}

.content-wrapper-2.blog {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 490px;
  display: flex;
}

.image-10 {
  margin-top: 800px;
  margin-bottom: -800px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-11 {
  margin-top: -200px;
  margin-left: -200px;
  margin-right: 200px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-12 {
  margin-top: 0;
  margin-left: 200px;
  margin-right: -100px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-13 {
  margin-left: -130px;
  margin-right: -100px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-14 {
  margin-top: -300px;
  margin-bottom: 300px;
  margin-left: -200px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-15 {
  margin: -200px -400px 0 400px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.content-section-3 {
  background-color: var(--bg);
  width: auto;
  height: auto;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #000;
}

.content-section-3.double {
  background-color: var(--bg);
  padding-bottom: 90px;
}

.content-section-3.blog {
  padding-bottom: 30px;
}

.content-section-4 {
  background-color: var(--bg);
  width: auto;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #000;
}

.content-section-4.double {
  background-color: var(--bg);
  padding-bottom: 90px;
}

.content-section-4.blog {
  padding-bottom: 30px;
}

.image-16 {
  margin-top: 800px;
  margin-bottom: -800px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-17 {
  margin-top: -200px;
  margin-left: -200px;
  margin-right: 200px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-18 {
  margin: 400px 0 -400px 130px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-19 {
  margin-left: -500px;
  margin-right: -600px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-20 {
  margin: -300px 400px 300px -149px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-21 {
  margin: -300px -500px 0 500px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.content-section-5 {
  background-color: var(--bg);
  padding-top: 90px;
  position: relative;
}

.content-section-5.double {
  background-color: var(--bg);
  background-image: url('../images/DSC07233.jpg');
  background-position: 100%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 220px;
}

.content-section-5.blog {
  padding-bottom: 30px;
}

.content-section-6 {
  background-color: var(--bg);
  padding-top: 90px;
  position: relative;
}

.content-section-6.double {
  background-color: var(--bg);
  background-image: url('../images/DSC07556.jpg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 90px;
}

.content-section-6.blog {
  padding-bottom: 30px;
}

.content-section-hide {
  background-color: var(--bg);
  padding-top: 90px;
  position: relative;
}

.content-section-hide.double {
  background-color: var(--bg);
  padding-bottom: 90px;
  display: block;
}

.content-section-hide.blog {
  padding-bottom: 30px;
}

.content-section-7 {
  background-color: var(--bg);
  padding-top: 90px;
  position: relative;
}

.content-section-7.double {
  background-color: var(--bg);
  background-image: url('../images/DSC07233.jpg');
  background-position: 100%;
  background-size: auto;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 220px;
}

.content-section-7.blog {
  padding-bottom: 30px;
}

.heading-box-2-copy.short-margin, .heading-box-2-copy.medium-margin, .heading-box-2-copy.cta {
  max-width: 300px;
  margin-bottom: 10px;
}

.heading-box-2-copy {
  z-index: 5;
  text-align: center;
  background-color: rgba(244, 245, 247, .8);
  max-width: 524px;
  margin: 0 auto;
  padding: 20px;
  position: absolute;
  top: 13%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.heading-box-2-copy.short {
  max-width: 300px;
}

.heading-box-2-copy.medium {
  max-width: 350px;
}

.heading-box-2-copy.short-margin, .heading-box-2-copy.medium-margin, .heading-box-2-copy.cta {
  max-width: 300px;
  margin-bottom: 10px;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.demo {
  background-color: #f4f4f4;
  margin-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
}

.contact-form-wrap {
  width: 70%;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

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

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field-2 {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field-2:hover {
  border-color: #e3e6eb;
}

.text-field-2:active, .text-field-2:focus {
  border-color: #43464d;
}

.text-field-2::placeholder {
  color: rgba(50, 52, 58, .4);
}

.date {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.date:hover {
  border-color: #e3e6eb;
}

.date:active, .date:focus {
  border-color: #43464d;
}

.date::placeholder {
  color: rgba(50, 52, 58, .4);
}

.paragraph-light {
  opacity: .6;
}

.button-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-2:active {
  background-color: #43464d;
}

.bg-section-2 {
  background-color: #101920;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.service-image-2 {
  background-image: url('../images/parliament-hill-shutterstock_372304684-2016-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.service-image-2._4 {
  background-image: url('../images/Screenshot-2024-02-17-at-7.42.19-PM.png');
}

.service-image-2._2 {
  background-image: url('../images/17-1.jpeg');
  background-size: cover;
}

.service-image-2._3 {
  background-image: url('../images/screen-capture89.jpeg');
}

.bold-text {
  font-weight: 700;
}

.lottie-animation {
  width: 100vw;
}

.lottie-animation-2 {
  height: 100%;
}

.lottie-animation-3 {
  width: 300px;
}

.slide-1 {
  text-align: center;
  background-image: url('../images/DSC09816.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-2 {
  text-align: center;
  background-image: url('../images/DSC00123.jpeg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  text-align: center;
  background-image: url('../images/DSC07486.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-section-8 {
  padding-top: 90px;
  position: relative;
}

.content-section-8.double {
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 90px;
}

.content-wrapper-3 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.boxed-button-2 {
  color: #333;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  min-width: 170px;
  min-height: 40px;
  padding: 13px 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .2s;
}

.boxed-button-2:hover {
  color: #fff;
  background-color: #101920;
}

.flex-justify-right-2 {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
}

.flex-2 {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  position: relative;
}

.number-2 {
  margin-right: 5px;
  font-family: Rubik, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 55px;
  display: inline-block;
}

.number-2.small {
  font-size: 38.5px;
  line-height: 38px;
}

.numbers-item-5 {
  text-align: center;
  border-right: 1px solid #a4aebe;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.text-sign-2 {
  color: #69707b;
  font-family: Rubik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  display: inline-block;
}

.text-sign-2.small {
  font-size: 29px;
  position: relative;
}

.text-small-2 {
  color: #69707b;
  font-family: Karla, sans-serif;
  font-size: 15px;
  line-height: 21px;
}

.numbers-item-6 {
  text-align: center;
  border-right: 1px solid #a4aebe;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-outline-black-2 {
  color: #101920;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  border-radius: 25px;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-black-2:hover {
  color: #f4f5f7;
  background-color: #101920;
}

.numbers-item-7 {
  text-align: center;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.numbers-2 {
  border-top: 1px solid #a4aebe;
  border-bottom: 1px solid #a4aebe;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.numbers-item-8 {
  text-align: center;
  border-right: 1px solid #a4aebe;
  width: 25%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-section-9 {
  padding-top: 90px;
  position: relative;
}

.content-section-9.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 90px;
}

.content-section-10 {
  padding-top: 90px;
  position: relative;
}

.content-section-10.double {
  background-color: var(--darker-gray-bg);
  background-image: url('../images/DSC02909.jpg');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 90px;
}

.absolute-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.absolute-2.insta-3 {
  background-image: url('../images/DSC03851.jpg');
}

.absolute-2.insta-2 {
  background-image: url('../images/DSC07907.jpg');
}

.absolute-2.insta-4 {
  background-image: url('../images/DSC09061.jpeg');
}

.absolute-2.insta-1 {
  background-image: url('../images/DSC09606.jpg');
}

.absolute-2.team {
  background-image: url('../images/Team-1.jpg');
}

.absolute-2.team-2 {
  background-image: url('../images/Team-2.jpg');
}

.absolute-2.team-3 {
  background-image: url('../images/Team-3.jpg');
}

.absolute-2.studio {
  background-image: url('../images/SigLayflat_Feature-Hero.jpeg');
}

.absolute-2.grass {
  background-image: url('../images/kal-visuals-0AZbffFRZDY-unsplash.jpg');
}

.absolute-2.recording {
  background-image: url('../images/kal-visuals-FJK2EY52jTw-unsplash-1.jpg');
}

.absolute-2.model {
  background-image: url('../images/kal-visuals-xFVrEOqC01E-unsplash.jpg');
}

.absolute-2.front {
  background-image: url('../images/DSC07572.jpg');
}

.absolute-2.profile-pic {
  background-image: url('../images/kal-visuals-tn9tmUmQA4A-unsplash.jpg');
}

.absolute-2.video {
  background-image: url('../images/pexels-photo-134469.jpeg');
  display: flex;
}

.absolute-2.camera {
  background-image: url('../images/kal-visuals-2-0T511oEDs-unsplash.jpg');
}

.absolute-2.dark {
  background-image: none;
}

.content-section-11 {
  padding-top: 90px;
  position: relative;
}

.content-section-11.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 90px;
}

.max-width-3 {
  width: 100%;
  max-width: 554px;
  margin-left: 35px;
  margin-right: 35px;
  overflow: hidden;
}

.max-width-3.bottom-margin {
  background-color: var(--darker-gray-bg);
  max-width: none;
  padding: 20px 40px;
}

.title-2 {
  color: #69707b;
}

.numbers-small-4 {
  text-align: left;
  border-right: 1px solid #a4aebe;
  justify-content: flex-start;
  width: 30%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 12px;
  display: flex;
}

.numbers-small-5 {
  text-align: left;
  border-right: 1px #a4aebe;
  flex: 1;
  justify-content: center;
  width: 33.3333%;
  padding: 15px 10px;
  display: flex;
}

.numbers-small-6 {
  text-align: left;
  border-right: 1px solid #a4aebe;
  justify-content: center;
  width: 33.3333%;
  padding: 15px 10px;
  display: flex;
}

.content-section-12 {
  background-color: var(--darker-gray-bg);
  padding-top: 90px;
  position: relative;
  overflow: visible;
}

.content-section-12.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 90px;
}

.profile-picture-2 {
  background-image: url('../images/Pic_2Pic.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px solid #a4aebe;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  margin-right: 10px;
}

.center-column-2 {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-title-2 {
  margin-bottom: 0;
  font-weight: 700;
  line-height: 24px;
}

.content-section-13 {
  padding-top: 90px;
  position: relative;
}

.content-section-13.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 90px;
}

.div-block {
  min-width: 120px;
  min-height: 40px;
  display: inline-block;
}

.image-22 {
  width: auto;
  min-width: 120px;
  max-width: 120px;
  height: auto;
  min-height: 40px;
  max-height: 40px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  overflow: visible;
}

.image-23 {
  max-width: 120px;
  max-height: 40px;
  position: absolute;
}

.lightbox-link-2 {
  position: static;
}

.div-block-2 {
  background-color: var(--bg);
}

.lightbox-link-3 {
  max-width: none;
  max-height: none;
  position: static;
}

.image-24 {
  max-width: 120px;
  max-height: 40px;
  position: absolute;
}

.content-section-14 {
  background-color: var(--darker-gray-bg);
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.content-section-14.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 90px;
}

.left-column-grid-2 {
  flex: 1;
  justify-content: flex-start;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block {
  border: 1px solid var(--darker-gray-bg);
  background-color: var(--black-bg);
  color: var(--bg);
  text-align: center;
  min-width: 120px;
  min-height: 40px;
  padding: 10px 20px;
  font-weight: 700;
  display: inline-block;
}

.text-block:hover {
  background-color: var(--text-link);
  color: var(--black-bg);
  display: block;
}

.div-block-3 {
  min-width: 120px;
  min-height: 40px;
}

.text-box-right-2 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  display: flex;
}

.div-block-4, .div-block-5 {
  min-width: 120px;
  min-height: 40px;
}

.image-25 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -21%;
}

.image-26 {
  position: absolute;
  top: 87%;
  bottom: 0%;
  left: auto;
  right: -24%;
}

.image-27 {
  display: none;
  position: absolute;
  top: 14%;
  bottom: 0%;
  left: auto;
  right: 33%;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-28 {
  position: absolute;
  top: 92%;
  bottom: 0%;
  left: auto;
  right: 17%;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-29 {
  position: absolute;
  top: 84%;
  bottom: 0%;
  left: auto;
  right: -24%;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.grid-column-1, .grid-column-2, .grid-column-3 {
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 269px;
  margin-right: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-30 {
  position: absolute;
  top: 800px;
  left: -200px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-31 {
  position: absolute;
  top: 220px;
  left: 399px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.image-32 {
  position: absolute;
  top: 100px;
  left: 10px;
  box-shadow: 14px 14px 20px rgba(0, 0, 0, .3);
}

.service-icon-2 {
  background-color: #e8eaec;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.service-icon-2._3 {
  background-image: url('../images/photobookIcon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon-2._4 {
  background-image: url('../images/herramientas-y-utensilios-4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon-2._1 {
  background-image: url('../images/fotografia-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon-2._6 {
  background-image: url('../images/cable.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon-2._2 {
  background-image: url('../images/diverso.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-icon-2._5 {
  background-image: url('../images/camara-de-video-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 31px;
}

.service-feature-2 {
  text-align: center;
  border: 1px solid #a4aebe;
  border-radius: 5px;
  flex-direction: column;
  width: 31%;
  margin-bottom: 40px;
  padding: 30px 35px 20px;
  display: flex;
}

.service-feature-2.no-margin, .service-feature-2.last {
  margin-bottom: 0;
}

.button-outline-2 {
  background-color: var(--black-bg);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

.button-outline-2:hover {
  color: #101920;
  background-color: #fff;
}

.text-title-3 {
  direction: ltr;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-title-3.white {
  color: #fff;
}

.book-now {
  float: right;
  background-color: var(--black-bg);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: 120px;
  min-height: 40px;
  margin-top: 10px;
  margin-right: 20px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
  display: block;
  position: static;
}

.book-now:hover {
  color: #101920;
  background-color: #fff;
}

.book-now.w--current {
  display: none;
}

.nav-social-link-hide {
  height: 30px;
  margin-right: 40px;
  font-size: 27px;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.nav-social-link-hide.last {
  margin-right: 0;
}

.nav-social-link-hide2 {
  height: 30px;
  margin-right: 40px;
  font-size: 27px;
  text-decoration: none;
  overflow: hidden;
}

.nav-social-link-hide2.last {
  margin-right: 0;
  display: none;
}

.section-2 {
  background-color: var(--bg);
  height: 100vh;
  display: block;
}

.less-top-margin-2 {
  color: var(--darker-gray-bg);
  margin-top: 10px;
}

.heading-box-3 {
  text-align: center;
  max-width: 524px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading-box-3.short {
  max-width: 300px;
}

.heading-box-3.medium {
  max-width: 350px;
}

.heading-box-3.short-margin, .heading-box-3.medium-margin, .heading-box-3.cta {
  max-width: 300px;
  margin-bottom: 10px;
}

.section-3 {
  min-height: 80vh;
  padding-top: 140px;
}

.container-2 {
  padding-left: 100px;
  padding-right: 100px;
}

.html-embed-2 {
  position: absolute;
}

.select-field-2 {
  color: var(--bg);
  background-color: rgba(0, 0, 0, 0);
  border: 0 #fff;
  width: 100%;
  height: 100%;
}

.div-block-6 {
  border: 1px solid #fff;
  width: 30%;
  height: 40px;
  display: block;
}

.html-embed-3 {
  display: none;
}

.html-embed-4 {
  flex: 0 auto;
  display: flex;
}

.button-outline-3 {
  border: 1px solid var(--bg);
  background-color: var(--black-bg);
  text-align: center;
  border-radius: 0;
  min-width: 120px;
  min-height: 40px;
  padding: 20px 25px;
  font-size: 26px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
}

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

.html-embed-5 {
  display: none;
}

.flex-3 {
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.flex-justify-right-3 {
  justify-content: flex-end;
  display: flex;
}

.content-section-15 {
  padding-top: 90px;
  position: relative;
}

.content-section-15.double {
  background-color: var(--darker-gray-bg);
  background-image: url('../images/DSC07233.jpg');
  background-position: 100%;
  background-size: auto;
  background-attachment: fixed;
  height: 100vh;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 90px;
}

.center-column-2-copy {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.button-outline-4 {
  float: right;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  min-width: 120px;
  min-height: 40px;
  padding: 13px 25px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: color .2s, background-color .2s;
  position: relative;
}

.button-outline-4:hover {
  color: #101920;
  background-color: #fff;
}

.center-column-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

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

.content-section-16 {
  border: 1px solid var(--black-bg);
  background-color: var(--bg);
  height: 800px;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.content-section-16.double {
  background-color: var(--bg);
  padding-bottom: 90px;
  display: block;
}

.content-section-16.blog {
  padding-bottom: 30px;
}

.content-section-17 {
  padding-top: 90px;
  position: relative;
}

.content-section-17.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 90px;
  display: none;
}

.content-section-18 {
  padding-top: 90px;
  position: relative;
}

.content-section-18.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 90px;
  display: none;
}

.content-section-19 {
  padding-top: 90px;
  position: relative;
}

.content-section-19.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 90px;
}

.content-section-20 {
  padding-top: 90px;
  position: relative;
}

.content-section-20.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 90px;
}

.content-section-21 {
  padding-top: 90px;
  position: relative;
}

.content-section-21.double {
  background-color: var(--darker-gray-bg);
  height: auto;
  min-height: 0;
  padding-top: 100px;
  padding-bottom: 90px;
  display: none;
}

.container-3 {
  margin-top: 220px;
}

.content-wrapper-4 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-top: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.image-33 {
  float: right;
  position: relative;
}

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

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

.contact-detail-2 {
  border-bottom: 1px solid #a4aebe;
  max-width: 333px;
  padding: 10px 15px;
}

.flex-4 {
  flex-wrap: wrap;
  height: auto;
  display: flex;
  position: relative;
}

.boxed-button-3 {
  color: #333;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  flex: 0 auto;
  min-width: 170px;
  min-height: 40px;
  padding: 13px 20px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  transition: background-color .2s;
}

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

.content-wrapper-5 {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.form-field-2 {
  clear: both;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  border-radius: 0;
  width: 98%;
  height: 45px;
  margin-bottom: 30px;
  margin-right: 0%;
  transition: border-color .2s;
  display: inline-block;
}

.form-field-2:hover {
  border-color: #178bf4;
}

.form-field-2:active {
  color: #69707b;
}

.form-field-2:focus {
  color: #69707b;
  border-color: #178bf4;
}

.form-field-2::placeholder {
  color: #69707b;
}

.form-field-2.no-margin {
  margin-right: 0;
}

.text-title-4 {
  direction: ltr;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 700;
  line-height: 24px;
}

.content-section-22 {
  background-color: #f4f5f7;
  border: 1px solid #101920;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.textarea-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #101920;
  border-radius: 0;
  width: 98%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 60px;
  transition: border-color .2s;
}

.textarea-2:hover {
  border-color: #178bf4;
}

.textarea-2:focus {
  color: #81848a;
  border-color: #178bf4;
}

@media screen and (min-width: 1280px) {
  .badge-update {
    transition: opacity .2s;
  }

  .badge-update:hover {
    opacity: .8;
  }

  .nav-social-container.wrapper-link-text {
    z-index: 2;
  }
}

@media screen and (min-width: 1440px) {
  .content-wrapper {
    max-width: 1325px;
  }

  .max-width-940 {
    max-width: 1040px;
  }

  .hero-column-6, .hero-column-7 {
    display: block;
  }

  .hero-wrapper, .content-wrapper-2, .content-wrapper-3 {
    max-width: 1325px;
  }

  .image-29 {
    right: -13%;
  }

  .image-31 {
    left: 400px;
  }

  .image-32 {
    top: 100px;
    left: 20px;
  }

  .content-wrapper-4, .content-wrapper-5 {
    max-width: 1325px;
  }
}

@media screen and (min-width: 1920px) {
  .content-wrapper {
    max-width: 1390px;
  }

  .max-width-940 {
    max-width: 1140px;
  }

  .hero-section {
    height: auto;
  }

  .service-column {
    width: 24%;
  }

  .hero-wrapper, .content-wrapper-2 {
    max-width: 1390px;
  }

  .service-image-2._4 {
    background-image: url('../images/Screenshot-2024-02-17-at-7.42.19-PM.png');
  }

  .content-wrapper-3 {
    max-width: 1390px;
  }

  .image-25 {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .image-27 {
    right: 10%;
  }

  .image-28 {
    right: 30%;
  }

  .image-29 {
    right: -8%;
  }

  .image-30 {
    left: 40px;
  }

  .image-31 {
    top: 220px;
    left: 600px;
  }

  .image-32 {
    top: 140px;
    left: 220px;
  }

  .content-wrapper-4, .content-wrapper-5 {
    max-width: 1390px;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  .content-wrapper.cta {
    min-height: 380px;
  }

  .content-wrapper.center-flex {
    min-height: 450px;
  }

  .content-section {
    padding-top: 70px;
  }

  .content-section.double {
    padding-bottom: 70px;
  }

  .top-margin.number-title {
    margin-top: 5px;
  }

  .h3-big {
    font-size: 26px;
    line-height: 36px;
  }

  .h2-big {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-column {
    width: 270px;
  }

  .hero-title {
    font-size: 75px;
    line-height: 90px;
  }

  .hero-title.small {
    font-size: 48px;
    line-height: 60px;
  }

  .hero-subtitle {
    font-size: 22px;
    line-height: 25px;
  }

  .text-box.left {
    padding-left: 40px;
  }

  .text-box.left-mobile {
    padding-left: 20px;
  }

  .center-column {
    width: 100%;
  }

  .text-rotated {
    margin-left: 10px;
    left: 0;
  }

  .number {
    font-size: 42px;
  }

  .number.small {
    font-size: 32px;
  }

  .text-sign {
    font-size: 40px;
  }

  .text-sign.small {
    font-size: 24px;
  }

  .numbers-title {
    font-size: 20px;
    line-height: 25px;
  }

  .full-section {
    min-height: 380px;
  }

  .right-text-column {
    column-gap: 50px;
  }

  .open-close-box {
    padding-top: 20px;
  }

  .max-width-440.left {
    margin-right: 0;
  }

  .testimonials {
    height: auto;
  }

  .overlay-bg {
    background-size: auto 80%;
  }

  .overlay-bg.services {
    background-size: auto 90%;
  }

  .footer {
    padding-bottom: 10px;
  }

  .menu {
    width: 33.33%;
  }

  .underline-hover.white {
    display: none;
  }

  .notice {
    padding-bottom: 20px;
  }

  .max-width-465.mobile-left {
    margin-left: 0;
  }

  .play-button {
    position: relative;
  }

  .service-feature {
    padding: 20px 20px 10px;
  }

  .max-width-535 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-plan-3 {
    padding-left: 20px;
  }

  .pricing-plan {
    font-size: 20px;
  }

  .map {
    height: 375px;
  }

  .map-box {
    min-height: 375px;
  }

  .preview-hero-blog {
    width: 80%;
  }

  .preview-link {
    font-size: 22px;
    line-height: 32px;
  }

  .preview-link.hero {
    font-size: 30px;
    line-height: 44px;
  }

  .preview-link.featured {
    font-size: 18px;
    line-height: 28px;
  }

  .numbers-small {
    width: 33.333%;
    padding-right: 5px;
  }

  .post-title {
    font-size: 28px;
    line-height: 40px;
  }

  .hero-column-2, .hero-column-3, .hero-column-4 {
    width: 270px;
  }

  .hero-column-5, .hero-column-6, .hero-column-7 {
    width: 270px;
    display: none;
  }

  .background-video {
    height: 450px;
  }

  .blog-preview {
    flex: 1;
  }

  .newsletter-box {
    width: 85%;
  }

  .badge-update {
    margin-right: 20px;
  }

  .nav-menu-item {
    font-size: 48px;
    line-height: 76px;
  }

  .hero-wrapper {
    min-height: 500px;
  }

  .hero-wrapper.home {
    min-height: 650px;
  }

  .hero-wrapper.inner-pages {
    min-height: 350px;
  }

  .block-text-overlay {
    height: 75%;
  }

  .full-section-bg {
    min-height: 350px;
  }

  .content-video {
    padding-top: 70px;
  }

  .content-video.double {
    padding-bottom: 70px;
  }

  .content-section-2 {
    padding-top: 70px;
  }

  .content-section-2.double {
    padding-bottom: 70px;
  }

  .content-wrapper-2.cta {
    min-height: 380px;
  }

  .content-wrapper-2.center-flex {
    min-height: 450px;
  }

  .content-section-3 {
    padding-top: 70px;
  }

  .content-section-3.double {
    padding-bottom: 70px;
  }

  .content-section-4 {
    padding-top: 70px;
  }

  .content-section-4.double {
    padding-bottom: 70px;
  }

  .content-section-5 {
    padding-top: 70px;
  }

  .content-section-5.double {
    padding-bottom: 70px;
  }

  .content-section-6 {
    padding-top: 70px;
  }

  .content-section-6.double {
    padding-bottom: 70px;
  }

  .content-section-hide {
    padding-top: 70px;
  }

  .content-section-hide.double {
    padding-bottom: 70px;
  }

  .content-section-7 {
    padding-top: 70px;
  }

  .content-section-7.double {
    padding-bottom: 70px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .section.demo {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-wrap, .contact-headline {
    width: 100%;
  }

  .button-2 {
    justify-content: center;
  }

  .content-section-8 {
    padding-top: 70px;
  }

  .content-section-8.double {
    padding-top: 0;
    padding-bottom: 70px;
    display: none;
  }

  .number-2 {
    font-size: 42px;
  }

  .number-2.small {
    font-size: 32px;
  }

  .text-sign-2 {
    font-size: 40px;
  }

  .text-sign-2.small {
    font-size: 24px;
  }

  .content-section-9 {
    padding-top: 70px;
  }

  .content-section-9.double {
    padding-bottom: 70px;
  }

  .content-section-10 {
    padding-top: 70px;
  }

  .content-section-10.double {
    padding-bottom: 70px;
  }

  .content-section-11 {
    padding-top: 70px;
  }

  .content-section-11.double {
    padding-bottom: 70px;
  }

  .numbers-small-4 {
    width: 33.333%;
    padding-right: 5px;
  }

  .content-section-12 {
    padding-top: 0;
  }

  .content-section-12.double {
    padding-bottom: 70px;
  }

  .center-column-2 {
    width: 100%;
  }

  .content-section-13 {
    padding-top: 70px;
  }

  .content-section-13.double {
    padding-bottom: 70px;
  }

  .content-section-14 {
    padding-top: 0;
  }

  .content-section-14.double {
    padding-bottom: 70px;
  }

  .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
    display: none;
  }

  .service-feature-2 {
    padding: 20px 20px 10px;
  }

  .html-embed-2 {
    display: none;
  }

  .html-embed-5 {
    width: auto;
  }

  .content-section-15 {
    padding-top: 70px;
  }

  .content-section-15.double {
    background-position: 50%;
    padding-bottom: 70px;
  }

  .center-column-2-copy, .button-outline-4, .center-column-3 {
    display: none;
  }

  .content-section-16 {
    padding-top: 70px;
  }

  .content-section-16.double {
    padding-bottom: 70px;
  }

  .content-section-17 {
    padding-top: 70px;
  }

  .content-section-17.double {
    padding-bottom: 70px;
    display: none;
  }

  .content-section-18 {
    padding-top: 70px;
  }

  .content-section-18.double {
    padding-bottom: 70px;
    display: none;
  }

  .content-section-19 {
    padding-top: 70px;
  }

  .content-section-19.double {
    padding-bottom: 70px;
  }

  .html-embed-6 {
    display: block;
  }

  .content-section-20 {
    padding-top: 70px;
  }

  .content-section-20.double {
    padding-bottom: 70px;
    display: block;
  }

  .content-section-21 {
    padding-top: 70px;
  }

  .content-section-21.double {
    padding-bottom: 70px;
    display: block;
  }

  .image-34 {
    top: 1%;
    bottom: auto;
    left: 1%;
    right: auto;
  }

  .content-section-22 {
    padding-top: 70px;
  }
}

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

  h2 {
    font-size: 23px;
    line-height: 34px;
  }

  h3 {
    font-size: 22px;
    line-height: 32px;
  }

  h4 {
    font-size: 20px;
    line-height: 29px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  h6 {
    font-size: 16px;
    line-height: 23px;
  }

  p {
    font-size: 15px;
    line-height: 25px;
  }

  blockquote {
    width: 80%;
  }

  .content-wrapper {
    z-index: 5;
  }

  .content-wrapper.center-flex {
    min-height: 400px;
  }

  .content-section {
    padding-top: 70px;
  }

  .social-icon {
    width: 35px;
    height: 35px;
  }

  .masonry-3-columns {
    column-count: 2;
  }

  .hover-icon {
    width: 30px;
  }

  .heading-box {
    margin-bottom: 30px;
  }

  .h3-big {
    font-size: 24px;
    line-height: 33px;
  }

  .lightbox-link {
    margin-bottom: 15px;
  }

  .h2-big {
    font-size: 26px;
    line-height: 38px;
  }

  .hero-column {
    width: 220px;
  }

  .hero-title {
    font-size: 70px;
    line-height: 85px;
  }

  .hero-title.small {
    font-size: 46px;
    line-height: 58px;
  }

  .max-width-555 {
    margin-right: 20px;
    padding-right: 0;
  }

  .text-box, .text-box.left {
    padding-left: 40px;
  }

  .text-box.left-mobile {
    padding-left: 0;
  }

  .text-white.hide-on-landscape {
    display: none;
  }

  .width-max-365.left-margin {
    margin-left: 20px;
  }

  .heading-box-left {
    margin-bottom: 20px;
  }

  .inline-block.left-margin {
    margin-left: 40px;
  }

  .service-column {
    width: 100%;
    height: 300px;
  }

  .text-rotated {
    top: 50%;
    transform: translate(0, -50%)rotate(-90deg);
  }

  .numbers-flex {
    width: 92%;
  }

  .numbers-item {
    border-bottom: 1px solid var(--lines);
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .number.small {
    font-size: 30px;
    line-height: 36px;
  }

  .text-sign.small {
    font-size: 23px;
  }

  .numbers-title-box {
    left: -11px;
  }

  .full-section {
    min-height: 300px;
  }

  .left-padding._15-pixels {
    padding-left: 10px;
  }

  .team-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .arrow {
    margin-bottom: 15px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .social-icon-rounded.facebook, .social-icon-rounded.twittter, .social-icon-rounded.unsplash {
    background-size: 12px;
  }

  .work-preview {
    margin-bottom: 30px;
  }

  .preview-title {
    font-size: 18px;
    line-height: 26px;
  }

  .image-preview {
    min-height: 300px;
  }

  .title-link {
    font-size: 15px;
    line-height: 22px;
  }

  .pricing {
    width: 100%;
  }

  .pricing-title-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accordion-item-content {
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item-trigger {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .question, .answer, .close {
    font-size: 18px;
  }

  .background-image-big.set-up {
    width: 100%;
    height: 350px;
  }

  .max-width-440.left {
    margin-left: 20px;
    padding-right: 0;
  }

  .testimonial-text {
    font-size: 25px;
    line-height: 43px;
  }

  .testimonials {
    height: auto;
  }

  .gray-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .gray-section.bottom-margin {
    margin-bottom: 70px;
  }

  .preview-box {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .medium {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-expand {
    flex-direction: row;
    justify-content: flex-start;
  }

  .menu {
    width: 50%;
    margin-bottom: 30px;
  }

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

  .footer-column {
    width: 39%;
  }

  .footer-text-field {
    margin-bottom: 10px;
  }

  .max-width-400 {
    margin-left: 20px;
  }

  .max-width-465.right {
    margin-left: 0;
  }

  .center-column-right.center {
    width: 40%;
    padding-right: 0;
  }

  .clients {
    width: 100%;
  }

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

  .side-text {
    top: -50%;
    left: -65%;
  }

  .max-width-415 {
    margin-left: 20px;
  }

  .service-feature {
    margin-bottom: 30px;
  }

  .numbers-small-2 {
    border-bottom: 1px solid var(--lines);
    text-align: center;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .numbers-small-3 {
    text-align: center;
    border-right-style: solid;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .left-column-grid {
    min-height: 600px;
    margin-left: 0;
  }

  .max-width-535 {
    padding-left: 0;
    padding-right: 10px;
  }

  .text-box-right {
    padding-top: 40px;
    padding-left: 0;
  }

  .pricing-description-2 {
    padding-top: 28px;
    padding-bottom: 15px;
  }

  .pricing-plan-1 {
    padding-left: 0;
  }

  .pricing-plan {
    font-size: 16px;
    line-height: 36px;
  }

  .no-margins {
    width: 50%;
  }

  .select-field, .form-field, .textarea {
    margin-bottom: 20px;
  }

  .map {
    height: 275px;
  }

  .map-box {
    min-height: 275px;
  }

  .preview-hero-blog {
    width: 100%;
  }

  .preview-link {
    font-size: 20px;
    line-height: 30px;
  }

  .preview-link.hero {
    font-size: 28px;
    line-height: 42px;
  }

  .preview-link.featured {
    font-size: 16px;
    line-height: 26px;
  }

  .numbers-small {
    border-bottom: 1px solid var(--lines);
    text-align: center;
    border-right-style: solid;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .tag {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 19px;
  }

  .heading-post-title {
    margin-bottom: 30px;
  }

  .post-title {
    font-size: 26px;
    line-height: 38px;
  }

  .post-preview-margin {
    margin-bottom: 30px;
  }

  .utility-left {
    width: 25%;
  }

  .gallery-item {
    margin-bottom: 10px;
  }

  .hero-column-2, .hero-column-3, .hero-column-4, .hero-column-5, .hero-column-6, .hero-column-7 {
    width: 220px;
  }

  .flex-mobile-vertical {
    flex-direction: column;
  }

  .mobile-top-margin._15-pixels {
    margin-top: 15px;
  }

  .numbers-item-2 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .numbers-item-3 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .numbers-item-4 {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-right {
    width: 100%;
  }

  .full-text-box {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 40px;
  }

  .service-preview {
    min-height: 300px;
  }

  .hero-logo-4 {
    display: none;
  }

  .numbers-flex-left {
    width: 100%;
  }

  .newsletter-pop {
    overflow: auto;
  }

  .newsletter-column.modal-right {
    width: 100%;
    padding: 40px 40px 50px;
    overflow: auto;
  }

  .newsletter-container {
    overflow: auto;
  }

  .close-contact-form, .close-contact {
    right: -1px;
  }

  .badge-update {
    margin-right: 10px;
  }

  .nav-links {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 220px;
  }

  .nav-social-container.wrapper-link-text {
    font-size: 24px;
  }

  .nav-menu-item {
    height: 60px;
    font-size: 40px;
    line-height: 68px;
  }

  .nav-menu-container {
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 220px;
    overflow: auto;
  }

  .nav-social-icons {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .nav-social-link {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .hero-wrapper {
    z-index: 5;
    min-height: 400px;
  }

  .hero-wrapper.inner-pages {
    min-height: 300px;
  }

  .full-box {
    padding-right: 40px;
  }

  .wrapper-nav-link-text {
    font-size: 35px;
  }

  .full-section-bg {
    min-height: 300px;
  }

  .content-video, .content-section-2 {
    padding-top: 70px;
  }

  .heading-box-2 {
    margin-bottom: 30px;
  }

  .content-wrapper-2 {
    z-index: 5;
  }

  .content-wrapper-2.center-flex {
    min-height: 400px;
  }

  .content-section-3, .content-section-4, .content-section-5, .content-section-6, .content-section-hide, .content-section-7 {
    padding-top: 70px;
  }

  .heading-box-2-copy {
    margin-bottom: 30px;
  }

  .contact-form-2 {
    flex-direction: column;
    display: flex;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.demo {
    padding: 15px;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .container {
    text-align: center;
  }

  .content-section-8 {
    padding-top: 70px;
  }

  .content-section-8.double {
    display: none;
  }

  .content-wrapper-3 {
    z-index: 5;
  }

  .number-2.small {
    font-size: 30px;
    line-height: 36px;
  }

  .numbers-item-5 {
    border-bottom: 1px solid #a4aebe;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-sign-2.small {
    font-size: 23px;
  }

  .numbers-item-6 {
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .numbers-item-7, .numbers-item-8 {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-section-9, .content-section-10, .content-section-11 {
    padding-top: 70px;
  }

  .numbers-small-4 {
    text-align: center;
    border-bottom: 1px solid #a4aebe;
    border-right-style: solid;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .numbers-small-5 {
    text-align: center;
    border-right-style: solid;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .numbers-small-6 {
    text-align: center;
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .content-section-12 {
    padding-top: 0;
  }

  .content-section-13, .content-section-14 {
    padding-top: 70px;
  }

  .left-column-grid-2 {
    min-height: 600px;
  }

  .text-box-right-2 {
    padding-top: 40px;
  }

  .image-27 {
    display: none;
    overflow: visible;
  }

  .image-28 {
    display: none;
  }

  .service-feature-2 {
    margin-bottom: 30px;
  }

  .nav-social-link-hide, .nav-social-link-hide2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .heading-box-3 {
    margin-bottom: 30px;
  }

  .content-section-15, .content-section-16, .content-section-17 {
    padding-top: 70px;
  }

  .content-section-17.double {
    display: none;
  }

  .content-section-18 {
    padding-top: 70px;
  }

  .content-section-18.double {
    display: block;
  }

  .content-section-19 {
    padding-top: 70px;
  }

  .html-embed-6 {
    display: block;
  }

  .content-section-20, .content-section-21 {
    padding-top: 70px;
  }

  .content-section-21.double {
    display: none;
  }

  .content-wrapper-4, .content-wrapper-5 {
    z-index: 5;
  }

  .form-field-2 {
    margin-bottom: 20px;
  }

  .content-section-22 {
    padding-top: 70px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 23px;
    line-height: 34px;
  }

  h2 {
    font-size: 21px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 27px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  blockquote {
    width: 90%;
  }

  .content-wrapper {
    max-width: none;
    height: auto;
    padding-left: 10px;
  }

  .content-wrapper.cta {
    min-height: 340px;
  }

  .content-section {
    padding-top: 50px;
  }

  .content-section.double {
    padding-bottom: 50px;
  }

  .flex.mobile-center {
    justify-content: center;
  }

  .top-margin._30-pixels-mobile {
    margin-top: 0;
  }

  .masonry-3-columns {
    column-gap: 10px;
  }

  .insta-pic {
    width: 50%;
  }

  .h3-big {
    font-size: 21px;
    line-height: 31px;
  }

  .sub-heading-box {
    width: 90%;
  }

  .lightbox-link {
    margin-bottom: 10px;
  }

  .h2-big {
    font-size: 24px;
    line-height: 36px;
  }

  .intro-feature {
    width: 50%;
    margin-bottom: 30px;
  }

  .intro-feature.last {
    margin-bottom: 0;
  }

  .hero-column {
    width: 170px;
  }

  .hero-title {
    font-size: 62px;
    line-height: 65px;
  }

  .hero-title.small {
    font-size: 40px;
    line-height: 52px;
  }

  .hero-subtitle {
    font-size: 20px;
  }

  .max-width-555 {
    margin-right: 20px;
  }

  .background-image {
    width: 100%;
    height: 300px;
  }

  .text-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-box.left {
    padding-left: 40px;
  }

  .text-box.mobile-padding {
    padding-bottom: 0;
  }

  .text-white.hide-on-landscape {
    display: block;
  }

  .center-column {
    width: 100%;
  }

  .max-width-554 {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-554.bottom-margin {
    margin-bottom: 20px;
  }

  .service-column {
    width: 100%;
  }

  .numbers {
    padding-top: 0;
    padding-bottom: 0;
  }

  .numbers-flex {
    width: 86%;
  }

  .numbers-item {
    border-right-style: none;
    width: 100%;
  }

  .numbers-title-box {
    left: -10px;
  }

  .left-column {
    width: 100%;
    height: 300px;
  }

  .team-member {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0%;
  }

  .team-member.last {
    margin-bottom: 0;
  }

  .work-preview {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-preview.margin {
    margin-bottom: 30px;
  }

  .right-text-column {
    column-count: 1;
  }

  .pricing {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .flex-space.mobile-center {
    text-align: left;
    justify-content: center;
  }

  .open-close-box {
    padding-top: 6px;
  }

  .answer {
    margin-top: 14px;
  }

  .background-image-big {
    width: 100%;
    height: 300px;
  }

  .background-image-big.set-up {
    height: 300px;
  }

  .max-width-440.center-flex {
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-440.center-left {
    padding-right: 0;
  }

  .max-width-440.center-mobile {
    margin-right: 0;
  }

  .testimonial-text {
    font-size: 23px;
    line-height: 42px;
  }

  .testimonial-arrow {
    width: 40px;
  }

  .testimonials {
    height: auto;
  }

  .gray-section {
    padding-top: 50px;
  }

  .post-preview {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .overlay-bg.services {
    background-size: auto 85%;
  }

  .footer-expand {
    padding-top: 35px;
  }

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

  .footer-column {
    width: 100%;
    margin-right: 0%;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .bottom-left {
    width: 60%;
  }

  .bottom-item {
    width: 100%;
    display: none;
  }

  .intro-about {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }

  .max-width-465 {
    margin-left: 0;
  }

  .center-column-right {
    width: 100%;
  }

  .center-column-right.padding-left {
    margin-bottom: 20px;
    padding-left: 0;
  }

  .center-column-right.center {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
    padding-right: 0;
  }

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

  .feature.no-margin {
    margin-bottom: 20px;
  }

  ._50-percent-column, .client-logo {
    width: 100%;
  }

  .client-logo.no-margin {
    margin-bottom: 60px;
  }

  .signature {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .side-text {
    left: -57%;
  }

  .intro-services {
    width: 100%;
    max-width: 350px;
    margin-bottom: 40px;
  }

  .service-feature {
    width: 100%;
    max-width: 350px;
  }

  .service-feature.no-margin {
    margin-bottom: 30px;
  }

  .numbers-small-2 {
    width: 50%;
    padding-left: 20px;
  }

  .numbers-small-3 {
    border-right-style: solid;
    flex: 0 auto;
    width: 50%;
  }

  .left-column-grid {
    flex: 0 auto;
    width: 100%;
    height: 270px;
    min-height: 290px;
    margin-top: 40px;
  }

  .grid-column {
    width: 84%;
    margin-right: 10px;
  }

  .grid-column.last {
    margin-right: 0;
  }

  .grid-image {
    margin-bottom: 10px;
  }

  .half-grid {
    width: 100%;
  }

  .max-width-535 {
    padding-right: 10px;
  }

  .text-box-right {
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .checkmark-box-2 {
    text-align: center;
    width: 33.333%;
    padding-left: 20px;
  }

  .pricing-plan-3 {
    border: 1px solid var(--lines);
    width: 100%;
    margin-bottom: 20px;
    padding-top: 5px;
  }

  .pricing-description-2 {
    border-top: 1px solid var(--lines);
    border-right: 1px solid var(--lines);
    border-left: 1px solid var(--lines);
    text-align: center;
    flex: 0 auto;
    width: 100%;
  }

  .pricing-plan-1 {
    border-style: solid solid none;
    border-width: 1px;
    border-color: var(--lines);
    width: 100%;
    padding-top: 5px;
    padding-left: 20px;
  }

  .checkmark-box {
    border-left: 1px solid var(--lines);
    text-align: center;
    width: 33.333%;
  }

  .checkmark-box-3 {
    border-right: 1px solid var(--lines);
    text-align: center;
    width: 33.3334%;
    padding-left: 20px;
  }

  .pricing-row {
    margin-bottom: 20px;
  }

  .pricing-title-empty {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .flex-center {
    height: 100%;
  }

  .image-box-margin {
    height: 100%;
    margin-bottom: 0;
  }

  .signature-bottom {
    bottom: 0%;
  }

  .pricing-plan-2 {
    border-style: solid solid none;
    border-width: 1px;
    border-color: var(--lines);
    width: 100%;
    padding-top: 5px;
  }

  .service {
    width: 100%;
    max-width: 350px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .no-margins, .blog-left-column {
    width: 100%;
  }

  .preview-post {
    margin-top: 10px;
    padding-left: 0%;
  }

  .numbers-small {
    border-right-style: solid;
    width: 50%;
  }

  .blog-right {
    padding-top: 20px;
    padding-left: 0%;
  }

  .post-preview-margin {
    width: 100%;
    max-width: 350px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .utility-left {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .sample-gallery-item {
    margin-right: 0;
  }

  .sample-gallery {
    width: 100%;
  }

  .hero-column-2, .hero-column-3 {
    width: 170px;
  }

  .hero-column-4 {
    display: none;
  }

  .relative-full-height.mobile-margin {
    margin-top: 40px;
  }

  .numbers-item-2 {
    width: 100%;
  }

  .numbers-item-3 {
    border-bottom: 1px solid var(--lines);
    border-right-style: none;
    width: 100%;
  }

  .numbers-item-4 {
    width: 100%;
  }

  .bottom-right {
    flex: 1;
  }

  .full-half-left, .bottom-item-2 {
    width: 100%;
  }

  .bottom-item-3 {
    width: 100%;
    display: none;
  }

  .service-preview {
    text-align: left;
  }

  .hero-logo-3 {
    display: none;
  }

  .numbers-flex-left {
    width: 100%;
  }

  .background-video {
    height: 400px;
  }

  .blog-preview {
    flex: 0 auto;
    width: 100%;
  }

  .service-no-margin {
    width: 100%;
    max-width: 350px;
    margin-bottom: 30px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .work-preview-margin {
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .newsletter-column {
    width: 100%;
  }

  .newsletter-column.modal-left {
    height: 300px;
  }

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

  .nav-links {
    padding-top: 220px;
  }

  .nav-social-container.wrapper-link-text {
    font-size: 20px;
    line-height: 20px;
  }

  .nav-menu-item {
    height: 60px;
  }

  .nav-social-icons {
    margin-top: 0;
    padding-bottom: 20px;
  }

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

  .wrapper-nav-link-text {
    font-size: 30px;
    line-height: 60px;
  }

  .full-section-bg {
    min-height: 250px;
  }

  .content-video {
    padding-top: 50px;
  }

  .content-video.double {
    padding-bottom: 50px;
  }

  .content-section-2 {
    padding-top: 50px;
  }

  .content-section-2.double {
    padding-bottom: 50px;
  }

  .content-wrapper-2.cta {
    min-height: 340px;
  }

  .content-section-3 {
    padding-top: 50px;
  }

  .content-section-3.double {
    padding-bottom: 50px;
  }

  .content-section-4 {
    padding-top: 50px;
  }

  .content-section-4.double {
    padding-bottom: 50px;
  }

  .content-section-5 {
    padding-top: 50px;
  }

  .content-section-5.double {
    padding-bottom: 50px;
  }

  .content-section-6 {
    padding-top: 50px;
  }

  .content-section-6.double {
    padding-bottom: 50px;
  }

  .content-section-hide {
    padding-top: 50px;
  }

  .content-section-hide.double {
    padding-bottom: 50px;
  }

  .content-section-7 {
    padding-top: 50px;
  }

  .content-section-7.double {
    padding-bottom: 50px;
  }

  .contact-form-2 {
    flex-direction: column;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form-wrap {
    flex-direction: column;
  }

  .content-section-8 {
    padding-top: 50px;
  }

  .content-section-8.double {
    padding-bottom: 50px;
    display: none;
  }

  .numbers-item-5 {
    border-right-style: none;
    width: 100%;
  }

  .numbers-item-6, .numbers-item-7 {
    width: 100%;
  }

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

  .numbers-item-8 {
    border-bottom: 1px solid #a4aebe;
    border-right-style: none;
    width: 100%;
  }

  .content-section-9 {
    padding-top: 50px;
  }

  .content-section-9.double {
    padding-bottom: 50px;
  }

  .content-section-10 {
    padding-top: 50px;
  }

  .content-section-10.double {
    padding-bottom: 50px;
  }

  .content-section-11 {
    padding-top: 50px;
  }

  .content-section-11.double {
    padding-bottom: 50px;
  }

  .max-width-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-3.bottom-margin {
    margin-bottom: 20px;
  }

  .numbers-small-4 {
    border-right-style: solid;
    width: 50%;
  }

  .numbers-small-5 {
    border-right-style: solid;
    flex: 0 auto;
    width: 50%;
  }

  .numbers-small-6 {
    width: 50%;
    padding-left: 20px;
  }

  .content-section-12 {
    padding-top: 20px;
  }

  .content-section-12.double {
    padding-bottom: 50px;
  }

  .center-column-2 {
    width: 100%;
  }

  .content-section-13 {
    padding-top: 50px;
  }

  .content-section-13.double {
    padding-bottom: 50px;
  }

  .content-section-14 {
    padding-top: 50px;
  }

  .content-section-14.double {
    padding-bottom: 50px;
  }

  .left-column-grid-2 {
    flex: 0 auto;
    width: 100%;
    height: 270px;
    min-height: 290px;
    margin-top: 40px;
  }

  .text-box-right-2 {
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .image-27 {
    display: none;
  }

  .grid-column-1 {
    width: 84%;
    margin-right: 10px;
  }

  .grid-column-1.last {
    margin-right: 0;
  }

  .grid-column-2 {
    width: 84%;
    margin-right: 10px;
  }

  .grid-column-2.last {
    margin-right: 0;
  }

  .grid-column-3 {
    width: 84%;
    margin-right: 10px;
  }

  .grid-column-3.last {
    margin-right: 0;
  }

  .service-feature-2 {
    width: 100%;
    max-width: 350px;
  }

  .service-feature-2.no-margin {
    margin-bottom: 30px;
  }

  .content-section-15 {
    padding-top: 50px;
  }

  .content-section-15.double {
    height: auto;
    min-height: 100vh;
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .center-column-2-copy, .center-column-3 {
    width: 100%;
  }

  .content-section-16 {
    padding-top: 50px;
    overflow: hidden;
  }

  .content-section-16.double {
    padding-bottom: 50px;
  }

  .content-section-17 {
    padding-top: 50px;
  }

  .content-section-17.double {
    padding-bottom: 50px;
    display: block;
  }

  .content-section-18 {
    padding-top: 50px;
  }

  .content-section-18.double {
    padding-bottom: 50px;
    display: none;
  }

  .content-section-19 {
    padding-top: 50px;
  }

  .content-section-19.double {
    padding-bottom: 50px;
    display: none;
  }

  .content-section-20 {
    padding-top: 50px;
  }

  .content-section-20.double {
    padding-bottom: 50px;
    display: none;
  }

  .content-section-21 {
    padding-top: 50px;
  }

  .content-section-21.double {
    padding-bottom: 50px;
    display: none;
  }

  .image-34 {
    display: inline;
    position: relative;
    left: 0%;
    right: 55%;
  }

  .html-embed-7 {
    margin-bottom: 20px;
  }

  .content-wrapper-5 {
    max-width: none;
    height: auto;
    padding-left: 10px;
  }

  .content-section-22 {
    padding-top: 50px;
    overflow: hidden;
  }
}


