:root {
  --white: white;
  --black-2: #383535;
  --black: black;
}

body {
  height: 100%;
  color: #111;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

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

h3 {
  color: #515151;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.button {
  color: #a8a8a8;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: inline-block;
}

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

.button.button-white {
  color: #fff;
  border-color: #fff;
  display: none;
}

.button.button-white:hover {
  background-color: rgba(255, 255, 255, .09);
}

.button.button-margin {
  margin-left: 12px;
}

.navigation {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: absolute;
}

.navigation-menu {
  float: right;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo {
  float: left;
  text-align: center;
  display: block;
}

.navigation-link {
  color: rgba(255, 255, 255, .61);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  margin-left: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
}

.navigation-link:hover, .navigation-link.w--current {
  color: #fff;
  border-bottom-color: #fff;
}

.navigation-link.navigation-scroll {
  color: rgba(61, 61, 61, .6);
}

.navigation-link.navigation-scroll:hover {
  color: rgba(61, 61, 61, .9);
  border-bottom-color: #000;
}

.navigation-link.navigation-scroll.w--current {
  color: rgba(61, 61, 61, .9);
  border-bottom-color: #000;
  display: none;
}

.container-welcome {
  clear: left;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  position: static;
}

.portfolio {
  margin-left: 120px;
  margin-right: 120px;
  display: block;
}

.about-me {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/background_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 100px;
  padding-bottom: 140px;
  font-size: 16px;
}

.about-me.gray {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 100px;
}

.about-me.fun-facts {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/background_1.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.slider-nav {
  text-align: right;
  margin-right: 160px;
  padding-top: 16px;
  font-size: 10px;
  display: none;
  position: fixed;
  top: 719px;
}

.arrow {
  width: 50px;
  height: 50px;
  opacity: .8;
  border: 2px solid #fff;
  border-radius: 100%;
  margin-bottom: 35px;
  margin-left: 0;
  padding-top: 12px;
  font-size: 22px;
  transition: all .5s;
  position: absolute;
}

.arrow:hover {
  opacity: 1;
}

.arrow.left {
  margin-left: 30px;
}

.slide {
  background-image: url('../images/background_1.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -60px;
}

.slide.slide-2 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/slide2.jpg');
}

.slide.slide-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)), url('../images/slide1.jpg');
}

.title-wrapper {
  width: 100%;
  float: left;
  clear: left;
  text-align: left;
  margin-bottom: 80px;
  margin-left: 141px;
  margin-right: auto;
  padding-left: 0;
  position: static;
  left: auto;
}

.line {
  width: 7%;
  height: 2px;
  background-color: #d6d6d6;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line.line-left {
  width: 15%;
  margin-left: 0;
  margin-right: 0;
}

.sub {
  width: 80%;
  float: left;
  clear: left;
  color: var(--white);
  text-align: left;
  object-fit: scale-down;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding-top: 60px;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px;
  display: block;
  overflow: visible;
}

.row-portfolio {
  margin-bottom: 10px;
}

.project-wrapper {
  overflow: hidden;
}

.project-column {
  padding-left: 5px;
  padding-right: 5px;
}

.portfolio-overlay {
  background-color: rgba(0, 0, 0, .29);
  text-decoration: none;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 5px;
}

.portfolio-overlay:hover {
  background-color: rgba(0, 0, 0, 0);
}

.title-portfolio {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}

.overlay-portfolio {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

.portfolio-sub {
  color: rgba(255, 255, 255, .9);
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.left-arrow {
  margin-left: auto;
  margin-right: 95px;
  display: none;
  position: absolute;
  right: 0;
}

.service-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 140px;
}

.text-number {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

.name-number {
  color: rgba(255, 255, 255, .72);
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
}

.service-icon {
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, .8);
  border: 1px solid #c7c7c7;
  border-radius: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  display: block;
  overflow: hidden;
}

.service-icon.icon-2 {
  padding-top: 33px;
}

.service-icon.icon-3 {
  padding-top: 30px;
}

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

.row-service {
  margin-top: -1px;
  margin-left: -1px;
}

.service-title {
  color: var(--white);
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-family: Classico, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  position: static;
}

.service-title.in-footer {
  float: left;
  color: var(--black-2);
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 28px;
}

.service-name {
  color: var(--black-2);
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

.heart {
  max-width: 88%;
  color: var(--white);
}

.sun {
  color: var(--black-2);
  transform: rotate(360deg);
}

.testimonials {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  padding-top: 140px;
  padding-bottom: 140px;
}

.button-wrapper {
  text-align: center;
  margin-top: 70px;
}

.button-wrapper.solid {
  margin-top: 50px;
}

.staff {
  color: var(--white);
  cursor: pointer;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  overflow: hidden;
}

.staff-column {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}

.staff-overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, .7);
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.social-icon {
  width: 30px;
  height: 30px;
  opacity: .72;
  margin-right: 18px;
  padding-top: 4px;
  transition: all .5s;
}

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

.client-section {
  background-image: url('../images/background_1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 220px;
}

.features-section {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.icon-features {
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 100%;
  margin-right: 17px;
  padding-top: 19px;
}

.features-text {
  overflow: hidden;
}

.list {
  margin-bottom: 50px;
}

.ul {
  margin-top: 50px;
}

.contact-section {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 100px;
  padding-bottom: 100px;
}

.begin-wrapper {
  z-index: 20;
  width: 100%;
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
}

.begin {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 0;
  font-family: Classico, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.arrow-scroll {
  opacity: .6;
}

.text-field {
  background-color: #fafafa;
  border: 1px solid #dbdbdb;
  margin-bottom: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Classico, sans-serif;
  font-size: 15px;
  font-style: italic;
}

.text-field.text-area {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 90px;
}

.column-footer {
  padding-top: 50px;
}

.open {
  width: 100%;
  color: #b8b8b8;
  text-align: center;
  letter-spacing: 3px;
  background-color: #3d3d3d;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 18px;
  text-decoration: none;
  transition: all .5s;
}

.open:hover {
  color: #fff;
  background-color: #2b2b2b;
}

.open-text {
  text-transform: uppercase;
  margin-right: 17px;
  font-weight: 700;
  display: inline-block;
}

.map {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.arrow-map {
  margin-bottom: 6px;
  padding-top: 0;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  font-family: Classico, sans-serif;
  font-size: 22px;
}

.copyright {
  color: var(--white);
  font-family: Droid Sans, sans-serif;
  font-size: 22px;
  font-style: italic;
  text-decoration: none;
}

.column-footer-2 {
  text-align: right;
}

.big-text {
  width: 100%;
  height: auto;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  object-fit: fill;
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
  border-bottom: 0 solid rgba(255, 255, 255, .2);
  padding-top: 220px;
  padding-bottom: 220px;
  font-size: 66px;
  font-weight: 700;
  display: inline-block;
  position: static;
  overflow: visible;
}

.container-slider {
  text-align: center;
  position: relative;
  top: 36%;
}

.medium-text {
  color: rgba(255, 255, 255, .9);
  margin-top: 0;
  font-family: Classico, sans-serif;
  font-size: 28px;
  font-style: italic;
  line-height: 40px;
  display: block;
}

.navbar-scroll {
  z-index: 1001;
  width: 100%;
  background-color: rgba(255, 255, 255, .97);
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
}

.email {
  color: #b5b5b5;
  padding-right: 0;
  text-decoration: none;
}

.banner {
  height: 600px;
  background-image: url('../images/02.jpg');
  background-position: 50% -272px;
  background-repeat: no-repeat;
  background-size: cover;
}

.buttons-section {
  padding-top: 30px;
  padding-bottom: 30px;
}

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

.project-detail {
  padding-top: 100px;
  padding-bottom: 100px;
}

.project {
  color: #b8b8b8;
  font-family: Sorts Mill Goudy, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.list-project {
  margin-top: 30px;
}

.column-space.space-2 {
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.success-message {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.error-message {
  text-align: center;
  margin-top: 24px;
}

.form-paragraph {
  color: #b84949;
}

.image-full {
  width: 100%;
}

.left-copyright-flex {
  display: flex;
}

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

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

.link.left {
  margin-left: 15px;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  margin-top: 0;
  margin-left: 10px;
}

.webflow-logo-tiny {
  width: 18px;
  opacity: .9;
  margin-right: 4px;
}

.paragraph-tiny {
  color: #515157;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.sub-banner {
  height: 300px;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-3 {
  text-align: center;
  flex: 1;
}

.white {
  color: #fff;
  letter-spacing: 2px;
  font-weight: 500;
}

.sub-text {
  color: rgba(255, 255, 255, .61);
  font-size: 18px;
  font-weight: 200;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.center.color {
  color: #919197;
  letter-spacing: 0;
}

.big {
  color: var(--black);
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 600;
}

.section-3 {
  background-color: #f2f2f2;
  border-top: 1px solid #fff;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

.section-3.make-white {
  background-color: #fff;
}

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

.top-margin.more {
  margin-top: 35px;
}

.licens-image {
  width: 100%;
}

.column-2 {
  padding-left: 47px;
}

.heading {
  color: #121217;
}

.right-arrow {
  display: none;
}

.heading-2 {
  width: 100%;
  float: left;
  clear: left;
  color: var(--white);
  text-align: justify;
  letter-spacing: 3px;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 60px;
  font-family: Classico, sans-serif;
  font-size: 110px;
  display: flex;
  position: relative;
}

.heading-3 {
  color: var(--black-2);
  text-align: left;
  letter-spacing: 5px;
  margin-top: 10px;
}

.heading-4 {
  color: var(--black-2);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.image {
  max-width: 50%;
  float: left;
  clear: left;
  object-fit: cover;
  margin-top: auto;
  margin-left: 162px;
  padding-top: 0;
  padding-left: 0;
  text-decoration: none;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: auto;
}

.body {
  background-image: url('../images/background.jpg');
  background-position: 0 0;
  background-size: auto;
}

.paragraph {
  text-align: left;
}

.image-2 {
  float: right;
  margin-left: -144px;
  padding-left: 0;
}

.heading-5 {
  color: var(--white);
  text-align: right;
  object-fit: fill;
  font-family: Classico, sans-serif;
  display: inline-block;
  position: relative;
}

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

.text-block-2 {
  color: var(--black-2);
  padding-bottom: 20px;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
}

.about-me-copy {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/box.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}

.about-me-copy.gray {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 100px;
}

.about-me-copy.fun-facts {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/background_1.jpg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 200px;
  padding-bottom: 200px;
}

.heading-6 {
  width: 100%;
  float: left;
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  object-fit: fill;
  padding-bottom: 100px;
  padding-left: 0;
  font-family: Classico, sans-serif;
  font-size: 110px;
  overflow: visible;
}

.heading-7 {
  color: var(--black-2);
  text-align: center;
  letter-spacing: 3px;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 100px;
  font-family: Classico, sans-serif;
  font-size: 110px;
}

.paragraph-2 {
  float: left;
  color: var(--black);
  padding-right: 0;
  font-family: Open Sans, sans-serif;
}

.blog {
  background-color: #fbfbfb;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 140px;
}

.heading-7-copy {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 100px;
  font-family: Classico, sans-serif;
  font-size: 110px;
}

.image-3 {
  max-width: 80%;
  float: right;
  margin-left: -62px;
  margin-right: 50px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-8 {
  width: 80%;
  color: var(--black-2);
  object-fit: scale-down;
  margin-top: 160px;
  padding-top: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
}

.hello {
  margin-top: 120px;
}

.image-4 {
  float: none;
  padding-left: 0;
  display: inline;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 17px;
  right: auto;
}

.image-5 {
  max-width: 50%;
  float: right;
}

.html-embed {
  margin-bottom: auto;
  padding-bottom: 100px;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  font-family: Classico, sans-serif;
  font-style: italic;
  display: block;
}

.link-2, .italic-text-3 {
  color: var(--white);
}

.text-span, .italic-text-4 {
  color: var(--white);
  text-decoration: underline;
}

.text-span-2 {
  color: var(--white);
}

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

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

.text-block-3 {
  color: #fff;
  font-weight: 700;
  line-height: 28px;
}

@media screen and (max-width: 991px) {
  body {
    height: auto;
  }

  h3 {
    text-align: center;
  }

  .navigation-menu {
    background-color: rgba(0, 0, 0, .83);
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-link {
    margin-right: 30px;
  }

  .portfolio {
    margin-left: 0;
    margin-right: 0;
  }

  .slider {
    height: auto;
  }

  .title-wrapper {
    margin-left: 100px;
    display: inline-block;
  }

  .line.line-left {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .title-portfolio {
    font-size: 13px;
  }

  .portfolio-sub {
    font-size: 14px;
  }

  .text-number {
    font-size: 60px;
  }

  .big-text {
    width: 80%;
    margin-top: 220px;
  }

  .container-slider {
    margin-top: auto;
    margin-bottom: 220px;
    top: 0%;
  }

  .medium-text {
    margin-top: 0;
    line-height: 50px;
  }

  .banner {
    height: 400px;
    background-position: 50%;
  }

  .menu {
    color: #fff;
  }

  .menu.w--open {
    background-color: rgba(0, 0, 0, .56);
  }

  .left-copyright-flex {
    flex-direction: column;
    padding-left: 10px;
  }

  .copyright-2 {
    margin-bottom: 7px;
  }

  .link.left, .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .licens-image {
    margin-bottom: 15px;
  }

  .heading-2 {
    height: 100px;
    direction: ltr;
    color: var(--white);
    object-fit: fill;
    justify-content: flex-start;
    margin-bottom: 150px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 100px;
    display: block;
  }

  .heading-3 {
    margin-bottom: auto;
  }

  .heading-4 {
    padding-bottom: 0;
  }

  .image-3 {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .title-wrapper {
    float: none;
    clear: none;
    margin-left: auto;
    position: static;
  }

  .sub {
    width: 80%;
    float: none;
    clear: none;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
    display: block;
  }

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

  .project-column {
    margin-bottom: 10px;
  }

  .service-column {
    margin-bottom: 30px;
  }

  .staff-overlay {
    width: 98.5%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright {
    text-align: center;
    margin-bottom: 15px;
  }

  .column-footer-2 {
    text-align: center;
  }

  .big-text {
    width: 80%;
    background-position: 50%;
    margin-top: 166px;
    margin-left: auto;
    margin-right: auto;
    padding: 140px 0;
    font-size: 20px;
    line-height: 66px;
    display: block;
  }

  .medium-text {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 50px;
    display: inline;
  }

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

  .menu {
    margin-top: 6px;
    margin-right: 14px;
  }

  .column-space {
    margin-bottom: 50px;
  }

  .column-space.space-2 {
    margin-top: 50px;
    margin-bottom: 0;
  }

  .column-1 {
    text-align: center;
    margin-bottom: 22px;
  }

  .column-space-2 {
    margin-top: 30px;
  }

  .left-copyright-flex {
    align-items: center;
    padding-left: 0;
  }

  .heading-2 {
    text-align: center;
    letter-spacing: 0;
    margin: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 70px;
    line-height: 66px;
  }

  .heading-3 {
    text-align: center;
    margin-top: -3px;
    padding-bottom: 22px;
  }

  .heading-4 {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
    line-height: 33px;
  }

  .image {
    max-width: 100%;
    margin-left: auto;
  }

  .heading-6 {
    padding-bottom: 20px;
    font-size: 55px;
  }

  .heading-7 {
    color: var(--black-2);
    padding-bottom: 60px;
    font-size: 55px;
  }

  .heading-7-copy {
    color: var(--white);
    padding-bottom: 60px;
    font-size: 55px;
  }

  .paragraph-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    max-width: 20%;
    object-fit: contain;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline-block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .columns {
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .slide {
    object-fit: scale-down;
    margin-top: auto;
  }

  .title-wrapper {
    margin-left: auto;
  }

  .sub {
    width: auto;
    color: var(--white);
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 500;
  }

  .service-title {
    font-family: Open Sans, sans-serif;
  }

  .service-name {
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .staff-overlay {
    width: 100%;
  }

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

  .big-text {
    width: 100%;
    background-size: 80%;
    margin-top: 220px;
    margin-left: auto;
    padding: 100px 0 140px;
    font-size: 10px;
    line-height: 0;
  }

  .container-slider {
    margin-bottom: 150px;
  }

  .medium-text {
    float: none;
    clear: left;
    letter-spacing: 0;
    object-fit: scale-down;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    position: -webkit-sticky;
    position: sticky;
    top: auto;
  }

  .menu {
    margin-right: 10px;
  }

  .heading-2 {
    color: var(--white);
    letter-spacing: 1px;
    margin-bottom: 22px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 55px;
    display: block;
    position: static;
  }

  .heading-3 {
    color: var(--black-2);
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 28px;
  }

  .heading-4 {
    float: none;
    clear: none;
    color: var(--black-2);
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 10px;
  }

  .image {
    max-width: 100%;
    object-fit: fill;
    margin-left: auto;
    position: static;
  }

  .heading-6 {
    line-height: 55px;
  }

  .paragraph-3 {
    font-size: 16px;
    font-weight: 400;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7 {
    font-size: 16px;
  }

  .image-3 {
    float: right;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .paragraph-8 {
    width: 100%;
    text-align: left;
    margin-top: 60px;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    max-width: 0%;
    display: inline-block;
    position: relative;
    bottom: 32px;
    left: auto;
    right: auto;
  }

  .italic-text {
    font-size: 0;
    line-height: 10px;
  }

  .italic-text-2 {
    padding-left: 0;
  }

  .link-2 {
    margin-right: 21px;
  }
}


@font-face {
  font-family: 'Lovelo';
  src: url('../fonts/Lovelo-Black.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Classico';
  src: url('../fonts/Classico.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Classico';
  src: url('../fonts/Classico-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}