@font-face {
  font-family: Big font;
  src: url('../fonts/big-font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #c8ad5c;
  --white: white;
}

p {
  color: #fff;
  margin-bottom: 15px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.hero-section {
  clear: both;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-section.careers {
  height: 60vh;
}

.menu-btn {
  float: right;
  text-align: right;
  cursor: pointer;
  width: 45px;
  height: 30px;
  display: inline-block;
  position: fixed;
  top: 40px;
  right: 50px;
}

.menu-bar-1 {
  float: right;
  background-color: var(--gold);
  width: 30px;
  height: 2px;
  margin-top: 6px;
}

.menu-bar-2 {
  float: right;
  background-color: var(--gold);
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-right: 0;
}

.menu-bar-3 {
  float: right;
  background-color: var(--gold);
  width: 30px;
  height: 2px;
  margin-top: 6px;
}

.hero-heading {
  z-index: 3;
  color: #fff;
  text-align: left;
  width: 1000px;
  margin-top: -50px;
  font-family: Big font, sans-serif;
  font-size: 64px;
  line-height: 1.4em;
  position: absolute;
}

.hero-heading.careers-intro {
  text-align: center;
}

.menu {
  z-index: 99999999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0;
  left: 100%;
}

.body {
  background-color: #a3a09f;
}

.nav-bar {
  background-color: var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.link-block, .navbar-link-2, .navbar-link-3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.navbar-wrapper {
  flex-direction: column;
  flex: 0 auto;
  margin-bottom: 20px;
  display: flex;
}

.menu-image-1 {
  background-image: linear-gradient(#00002199, #00002199), url('../images/6img_menu_link_1.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-image-2 {
  background-image: linear-gradient(#00002199, #00002199), url('../images/7img_menu_link_2.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-image-3 {
  background-image: linear-gradient(#00002199, #00002199), url('../images/8img_menu_link_3.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.menu-bottom-line {
  background-color: #fff;
  width: 300px;
  height: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.menu-email-link {
  color: #fff;
  font-family: Big font, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.social-wrapper {
  margin-top: 15px;
}

.youtube {
  background-image: url('../images/facebook-black.png');
  background-position: 0 0;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 15px;
}

.twitter {
  background-image: url('../images/13ico_twitter_black.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.behance {
  background-image: url('../images/instagram-icon-blac.png');
  background-position: 0 0;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  margin-right: 15px;
}

.project-link-wrapper {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translate(0, -50%);
}

.project-line {
  background-color: #a3a09f;
  width: 2px;
  height: 55px;
  margin-right: 1.5px;
}

.link {
  color: #a3a09f;
  text-align: right;
  letter-spacing: 1px;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.div-block-2 {
  overflow: hidden;
}

.scroll-wrapper {
  background-color: #0000;
  width: 200px;
  height: auto;
  position: absolute;
  bottom: 8.1%;
  left: 50%;
  right: 0;
  overflow: hidden;
}

.line {
  background-color: #a3a09f4d;
  width: 2px;
  height: 55px;
  margin-left: 1.5px;
}

.text-block {
  color: #a3a09f80;
  letter-spacing: 1px;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.social-icon-container {
  height: 20px;
  position: absolute;
  bottom: 8.1%;
  right: 50px;
}

.youtube-hero {
  background-image: url('../images/9ico_youtube.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  display: inline-block;
}

.twitter-hero {
  background-image: url('../images/10ico_twitter.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.behance-hero {
  background-image: url('../images/11ico_behance.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  display: inline-block;
}

.bg-hero {
  background-color: #000;
  position: absolute;
  inset: 0;
}

.video-wrapper {
  box-shadow: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.cross {
  color: #fff;
  background-image: url('../images/15ico_menu_close.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  line-height: 14px;
  display: inline-block;
}

.close-menu-link {
  color: #000;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 100px;
  text-decoration: none;
  display: flex;
}

.text-block-2 {
  color: #fff;
  letter-spacing: 1px;
  margin-left: 12px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  display: inline-block;
}

.menu-video {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.logo {
  z-index: 4;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-image: url('../images/1logo_white.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 30px;
  height: 33px;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  top: 50px;
  left: 50px;
}

.logo.w--current {
  background-image: url('../images/1logo_white.svg');
  position: relative;
  top: 0;
  left: 0;
}

.logo-text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.logo-text.dark {
  color: #333;
  margin-left: 0;
}

.menu-logo {
  color: #000;
  letter-spacing: 2px;
  flex-direction: row;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 100px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.bg-video-overlay {
  z-index: 2;
  background-image: linear-gradient(#0009, #0009);
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.menu-video-overlay {
  z-index: 3;
  background-image: url('../images/profile-backround.jpg'), linear-gradient(#00002199, #00002199);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.content-section {
  background-color: #000021;
  padding-top: 100px;
  position: relative;
}

.content-section.fly-text {
  min-height: 100vh;
  max-height: 100vh;
}

.about-paragraph {
  color: #d8d8d8;
  text-align: center;
  width: 980px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
}

.hero-section-wrapper {
  overflow: hidden;
}

.projects-section {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.project-text {
  display: inline-block;
  position: absolute;
  top: 78px;
  left: 0;
}

.project-1-wrapper {
  color: #d8d8d8;
  justify-content: center;
  align-items: center;
  width: 533px;
  margin-bottom: 70px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.project-category {
  color: #fff9;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.project-name {
  color: #fff;
  letter-spacing: 1px;
  width: 350px;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 50px;
}

.project-2-wrapper {
  float: right;
  width: 533px;
  margin-bottom: 70px;
  font-family: Lato, sans-serif;
  text-decoration: none;
  position: relative;
}

.services-section {
  background-color: #000;
  background-image: url('../images/606b4deade014e1d5d7d2bda_stadium-background.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 100px;
  display: block;
}

.footer-section {
  background-color: #000021f2;
  background-image: url('../images/background-pattern-2.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  min-height: 60vh;
  display: flex;
  position: relative;
}

.email {
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 90px;
}

.contact-button {
  color: #4d4d4c;
  background-color: #1dd1a1;
  width: 210px;
  margin-top: 0;
  margin-bottom: 50px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-text {
  z-index: 3;
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 54px;
  position: relative;
}

.btn-text.popup-box-button {
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.hover-div {
  z-index: 2;
  background-color: #14143d;
  width: 400px;
  height: 120px;
  position: absolute;
  top: -9px;
  left: 216px;
  transform: rotate(13deg);
}

.email-link {
  color: #d8d8d8;
  text-align: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.email-link:hover {
  color: #fff9;
}

.footer-copyright {
  color: #fff3;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  bottom: 8.7%;
  left: 60px;
}

.footer-social-container {
  align-items: center;
  display: block;
  position: absolute;
  bottom: 8.1%;
  right: 50px;
}

.footer-youtube {
  opacity: .3;
  background-image: url('../images/9ico_youtube.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

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

.footer-twitter {
  opacity: .3;
  background-image: url('../images/10ico_twitter.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.footer-behance {
  opacity: .3;
  background-image: url('../images/11ico_behance.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

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

.projects-container {
  align-items: flex-start;
  width: 1066px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header {
  z-index: 4;
  height: 100px;
  padding-top: 0;
  padding-bottom: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-wrappper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  height: 33px;
  margin-top: 30px;
  margin-left: 50px;
  text-decoration: none;
  display: flex;
}

.logo-wrappper.w--current {
  width: 210px;
  height: 100px;
  margin-top: 20px;
  margin-left: 20px;
}

.logo-wrappper.two {
  height: 100px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 0;
}

.about-container {
  width: 1066px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.services-container {
  text-align: center;
  flex-flow: row;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 40px;
  display: flex;
}

.line-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 986px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.line-circle {
  background-color: #000021;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: -35px;
  left: 150px;
}

.line-border {
  background-color: #ffffff1a;
  flex: none;
  width: 800px;
  height: 1px;
}

.image {
  opacity: .3;
}

.text-block-3 {
  color: #ffffff80;
  letter-spacing: 2px;
  background-color: #000021;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: 0;
}

.line-circle-second {
  background-color: #000021;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  top: -35px;
  left: 150px;
}

.text-block-4 {
  color: #ffffff80;
  letter-spacing: 2px;
  background-color: #000021;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: -10px;
  left: 0;
}

.testimonials-section {
  background-color: #000021;
  padding-top: 80px;
  padding-bottom: 150px;
}

.testimonials-container {
  justify-content: space-between;
  width: 986px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.separator-section {
  background-color: #000021;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testimonial {
  color: #a3a09f80;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 30px;
  position: relative;
}

.testimonial-wrapper {
  width: 450px;
  display: inline-block;
}

.testimonial-bold {
  color: #a3a09f80;
  font-size: 20px;
  font-weight: 700;
}

.author-name {
  color: #a3a09f80;
  letter-spacing: 1px;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
}

.div-block-3 {
  background-color: #1dd1a1;
  width: 20px;
  height: 2px;
  margin-top: -13px;
}

.footer-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 986px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.address {
  color: #ffffffb3;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4em;
}

.contact-form-wrapper {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.contact-paragraph {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-area {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #9c9c9c;
  min-height: 100px;
  margin-top: 20px;
}

.contact-img {
  background-image: linear-gradient(#00002199, #00002199), url('../images/28img_contact.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.contact-email {
  color: #000;
  margin-right: 50px;
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
}

.contact-section {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0 0 0 100%;
}

.contact-heading {
  letter-spacing: 1px;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
}

.contact-form {
  background-color: var(--gold);
  color: var(--gold);
  border-radius: 5px;
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
}

.full-text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #9c9c9c;
  margin-top: 20px;
}

.contact-inner-wrapper {
  width: 550px;
  display: block;
}

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

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #9c9c9c;
  width: 250px;
  margin-top: 20px;
  display: inline-block;
}

.text-field:focus {
  border-right-style: none;
}

.text-field.right {
  float: right;
}

.form {
  text-align: left;
  width: 530px;
  font-family: Lato, sans-serif;
}

.submit-btn {
  z-index: 1;
  color: #000;
  letter-spacing: 2px;
  background-color: #0000;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  position: relative;
}

.contact-social-wrapper {
  width: auto;
  height: 20px;
  display: flex;
  position: absolute;
  bottom: 8.1%;
  right: 50px;
}

.submit-btn-line {
  background-color: #9c9c9c;
  width: 40px;
  height: 1px;
}

.contact-wrapper {
  background-color: #0000;
  background-image: url('../images/27bg_menu.png');
  background-position: 50%;
  background-size: 200px;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.contact-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.form-block {
  transform-origin: 100%;
  overflow: hidden;
}

.close-div {
  z-index: 99999;
  cursor: pointer;
  background-image: url('../images/15ico_menu_close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50px;
  right: 50px;
}

.about-heading {
  color: #b3b3b3;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 94px;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px;
  display: flex;
}

.heading {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Playfair Display, sans-serif;
  font-size: 144px;
  line-height: 125px;
}

.heading-2 {
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 76px;
  font-weight: 600;
  line-height: 94px;
}

.heading-3 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 50px;
}

.heading-4 {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
}

.heading-5 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.div-2 {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.div-1 {
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
  position: relative;
}

.text-block-5 {
  color: #3339;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  top: -10px;
}

.paragraph {
  color: #000;
  text-align: left;
  width: 750px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.div-3 {
  text-align: center;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 60px;
  position: relative;
}

.columns {
  color: #000;
  width: 100%;
}

.paragraph-2 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  line-height: 40px;
}

.column, .column-2, .column-3 {
  padding-left: 0;
  padding-right: 20px;
}

.paragraph-3 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-block-6 {
  color: #000;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}

.paragraph-5 {
  color: #000;
  width: 750px;
  margin-top: 35px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.text-span {
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.text-span-2 {
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 10px;
}

.link-2 {
  color: #3e62de;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}

.left-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.project-image {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tabs-menu {
  float: right;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.service-name {
  color: var(--gold);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
}

.circle-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.circle {
  border: 2px solid var(--gold);
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.service-details {
  color: var(--white);
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.service-heading {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Big font, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 58px;
}

.tab {
  background-color: #0000;
  justify-content: flex-start;
  padding: 10px 10px 10px 40px;
  display: flex;
}

.tab.w--current {
  background-color: #0000;
}

.webflow-branding {
  color: #fff3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 30px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  display: inline-block;
  position: absolute;
  bottom: 8.7%;
  right: 200px;
}

.webflow-link {
  color: #ffffff80;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

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

.footer-links {
  color: #ffffff80;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
  display: inline-block;
}

.footer-links:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-links.image-licenses {
  margin-left: 30px;
  left: 410px;
}

.footer-link-wrapper {
  position: absolute;
  bottom: 8.7%;
  left: 300px;
}

.nav-link {
  color: #000;
  margin-top: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
}

.nav-link:focus {
  font-family: Big font, sans-serif;
}

.link-text {
  color: #fff;
  font-family: Big font, sans-serif;
}

.menu-image {
  background-image: linear-gradient(#00002199, #00002199), url('../images/28img_contact.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  position: absolute;
  inset: 0 0 0 100%;
}

.menu-image.second {
  background-image: linear-gradient(#00002199, #00002199), url('../images/1717052cffbfbc15b43b17b153cd15c4.jpg');
}

.menu-image.third {
  background-image: linear-gradient(#00002199, #00002199), url('../images/Pittsburgh-Headshot-Photographer-1203-min.png');
}

.menu-image.fifth {
  background-image: linear-gradient(to bottom, null, null), url('../images/1717052cffbfbc15b43b17b153cd15c4.jpg');
}

.menu-image.sixth {
  background-image: linear-gradient(to bottom, null, null), url('../images/grid_2048.jpg');
}

.menu-image.seventh {
  background-image: linear-gradient(to bottom, null, null), url('../images/1717052cffbfbc15b43b17b153cd15c4.jpg');
}

.logo-img {
  width: 240px;
  margin-top: 0;
}

.heading-6 {
  border: 1px solid #fff;
}

.heading-1.fly-text {
  color: #fff;
  letter-spacing: .08em;
  white-space: normal;
  border: 1px #000;
  height: 35vh;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 40px;
  font-family: Big font, sans-serif;
  font-size: 100px;
  line-height: 1.2em;
}

.fly-text-section.content-section {
  background-color: #000;
  background-image: url('../images/background-pattern-2.png');
  background-position: 0 0;
  background-size: auto;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 60px;
}

.image-2 {
  max-width: 600px;
}

.our-team.content-section {
  background-color: #000;
  background-image: url('../images/team-bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.success-stories.content-section {
  background-color: #fff;
  background-image: url('../images/team-bg.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 40px;
  overflow: hidden;
}

.next-steps.content-section {
  background-color: #000;
  min-height: 100vh;
  padding-bottom: 100px;
}

.investment-tools.content-section {
  background-image: url('../images/background-pattern-2.png');
  background-position: 0 0;
  background-size: auto;
}

.instagram.content-section {
  background-image: url('../images/background-pattern-2.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 20px;
}

.get-started.content-section {
  background-image: url('../images/stadium-background.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 60px;
}

.tabs {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.team-member-left {
  min-width: 1200px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-photo {
  border-radius: 50%;
  flex: none;
  width: 50%;
  padding: 0 20px 20px;
  overflow: visible;
}

.team-content {
  border: 2px solid var(--gold);
  background-color: #000c;
  width: 48%;
  padding: 20px 40px;
}

.image-3 {
  width: 100%;
  display: block;
}

.heading-7 {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 72px;
}

.about-us {
  background-color: #000;
  margin-top: 60px;
  padding-top: 40px;
}

.heading-8 {
  text-align: center;
  font-size: 72px;
}

.heading-8.about-section-heading {
  color: var(--white);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-family: Big font, sans-serif;
  font-size: 34px;
  line-height: 1.4em;
}

.heading-8.about-section-heading.difference-header {
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 0;
}

.slider {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.mask {
  overflow: visible;
}

.slide {
  background-color: #c53838;
}

.slide-2 {
  background-color: #41d146;
}

.slide-3 {
  background-color: #5045ca;
  margin-left: 20px;
  margin-right: 20px;
}

.heading-9 {
  color: #fff;
  border: 1px solid #fff;
}

.heading-9.stories-header {
  text-align: center;
  border-style: none;
  font-size: 72px;
}

.slide-4 {
  background-color: #9e106a;
}

.slide-5 {
  background-color: #24dffc;
}

.slide-6 {
  background-color: #186d0b;
}

.stories-container {
  padding: 40px;
  overflow: hidden;
}

.story-block {
  background-color: #fff;
  border-radius: 5px;
  width: 75%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0 0 40px;
  overflow: hidden;
}

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

.heading-10.next-steps-header {
  color: #fff;
  padding-bottom: 40px;
  font-size: 72px;
}

.next-step {
  color: #fff;
  background-color: #ff0e0e;
  min-width: 600px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
}

.button {
  text-align: center;
  max-width: 310px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  display: block;
}

.tools-container {
  padding-bottom: 60px;
}

.tools-blocks {
  flex-wrap: wrap;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.tool-card {
  background-color: var(--gold);
  text-align: center;
  border-radius: 5px;
  width: 23%;
  height: auto;
  min-height: 25vh;
  max-height: 50vh;
  margin-bottom: 20px;
  margin-left: 1%;
  margin-right: 1%;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.image-4 {
  max-width: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.heading-11 {
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.heading-11.tools-title {
  letter-spacing: .025em;
  text-transform: uppercase;
  font-family: Big font, sans-serif;
  font-size: 21px;
}

.properties-header {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-size: 72px;
}

.instagram-container {
  flex-wrap: wrap;
  flex: none;
  display: flex;
  position: relative;
}

.div-block-5 {
  background-image: url('../images/1717052cffbfbc15b43b17b153cd15c4.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 25%;
  padding-top: 25%;
  position: relative;
}

.instagram-icon {
  opacity: 0;
  min-width: 0;
  max-width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instagram-icon:hover {
  opacity: 1;
  width: 33%;
}

.instagram-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('../images/1717052cffbfbc15b43b17b153cd15c4.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 33%;
  padding-top: 33%;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.instagram-block.block1 {
  background-image: url('../images/instagram-5.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: cover, auto;
}

.instagram-block.block2 {
  background-image: url('../images/instagram-3.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33%;
  padding-top: 33%;
}

.instagram-block.block3 {
  background-image: url('../images/instagram-4.jpg');
  background-position: 0 0;
  background-size: cover;
}

.instagram-block.block4 {
  background-image: url('../images/instagram-6.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 25%;
  padding-top: 25%;
}

.instagram-block.block5 {
  background-image: url('../images/instagram-1.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33%;
  padding-top: 25%;
}

.instagram-block.block6 {
  background-image: url('../images/instagram-2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 33%;
  padding-top: 25%;
}

.instagram-wrapper {
  display: flex;
}

.heading-12 {
  color: #fff;
  text-align: center;
  font-size: 72px;
}

.paragraph-6 {
  color: #fff;
  text-align: center;
  min-width: 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.top-icon {
  background-color: red;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 100px;
}

.top-icon.call-button {
  background-color: #0000;
  background-image: url('../images/phone-icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 40px;
}

.top-icon.instagram-icon-top {
  background-color: #0000;
  background-image: url('../images/instagram-icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 40px;
  left: auto;
  right: 140px;
}

.field-label {
  color: #fff;
  font-family: Big font, sans-serif;
  font-weight: 700;
}

.team-member.team-member-left {
  min-width: 0;
  max-width: 75%;
  padding-top: 60px;
  padding-bottom: 100px;
}

.team-member.team-member-right {
  flex-direction: row-reverse;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-13 {
  color: #fff;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  height: 30vh;
  margin-top: 0;
  font-family: Big font, sans-serif;
  font-weight: 400;
  line-height: 30vh;
}

.heading-13.section-heading {
  background-image: url('../images/header-services.jpg');
  background-position: 0 0;
  background-size: cover;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 42px;
}

.heading-13.section-heading.football-header {
  background-image: url('../images/football-header.jpg');
  background-position: 50%;
  background-size: cover;
}

.services-block {
  flex-wrap: wrap;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
}

.div-block-6 {
  background-color: #d1d1d1;
  width: 33%;
  min-height: 40vh;
}

.single-service {
  background-color: #0000;
  border-radius: 4px;
  width: 31%;
  min-height: 44vh;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  position: relative;
}

.image-5 {
  text-align: center;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.heading-14.service-card-title {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Big font, sans-serif;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-span-3 {
  border-bottom: 5px solid var(--gold);
  color: #f1d273;
}

.text-span-4 {
  border-bottom: 4px solid var(--gold);
  color: #ffdb6e;
}

.div-block-7 {
  background-image: url('../images/scroll-down-image.png');
  background-position: 0 0;
  background-size: cover;
  width: 60px;
  height: 70px;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.div-block-7.scroll-down-block {
  z-index: 9;
  background-image: url('../images/down-arrow-scroll.png');
  background-position: 0 0;
  background-size: cover;
  width: 70px;
}

.text-span-5, .text-span-6, .text-span-7 {
  color: var(--gold);
}

.div-block-8 {
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.div-block-8.fly-text-bottom {
  padding-top: 40px;
}

.heading-15 {
  text-align: center;
  flex: 1;
  padding-left: 10px;
  padding-right: 10%;
  font-family: Oswald, sans-serif;
}

.fly-text-small {
  color: var(--gold);
  flex: 1;
  align-self: center;
  padding-left: 5%;
  padding-right: 5%;
  font-family: Oswald, sans-serif;
}

.text-span-8 {
  background-image: url('../images/fly-text-icon.png');
  background-position: 0 0;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  padding-right: 0;
  display: inline-block;
}

.fly-text-block {
  width: 33%;
}

.image-6 {
  width: 33%;
  max-width: 40px;
}

.text-span-9, .text-span-10 {
  background-color: var(--gold);
}

.text-span-11 {
  background-color: var(--gold);
  padding-left: 20px;
  padding-right: 20px;
}

.text-span-12 {
  color: var(--gold);
  font-family: Big font, sans-serif;
}

.div-block-9 {
  background-color: var(--gold);
  width: 100%;
  max-width: 410px;
  height: 5px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-9.about-hr-gold {
  max-width: 210px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-9.about-spacer {
  margin-bottom: 60px;
}

.text-span-13, .text-span-14 {
  color: var(--gold);
}

.text-span-15 {
  color: var(--gold);
  background-color: #0000;
}

.div-block-10 {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.small-title {
  color: var(--gold);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.small-title.lets-go-font {
  font-family: Big font, sans-serif;
}

.heading-16 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
}

.heading-16.services-title {
  margin-top: 10px;
  padding-bottom: 40px;
}

.team-title {
  color: #fff;
  margin-bottom: 0;
  font-family: Big font, sans-serif;
}

.team-sub-title {
  color: var(--gold);
  font-family: Lato, sans-serif;
}

.text-span-16 {
  color: var(--gold);
}

.heading-17 {
  color: var(--gold);
  text-align: center;
  font-family: Lato, sans-serif;
}

.heading-17.small-title {
  font-size: 21px;
}

.columns-2 {
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.columns-2.stacked-blocked.reversed {
  flex-flow: row-reverse;
}

.columns-2.stacked-blocked.stacked-reveresed {
  flex-wrap: wrap-reverse;
}

.columns-3, .columns-4 {
  align-items: center;
  display: flex;
}

.column-4 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.column-header {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 0;
  font-family: Big font, sans-serif;
}

.paragraph-8 {
  font-size: 18px;
}

.paragraph-8.about-block-paragraph {
  text-align: center;
  line-height: 1.4em;
}

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

.story-content {
  padding-left: 10%;
  padding-right: 10%;
}

.image-7 {
  text-align: center;
  width: 33%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.review-text {
  color: #000;
  text-align: center;
}

.about-bottom-callout {
  display: none;
}

.the-difference-paragraph {
  text-align: center;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 1.4em;
}

.awards-block {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-span-17 {
  color: var(--gold);
}

.image-8 {
  max-width: 140px;
  margin: 100px auto 20px;
  display: block;
}

.award-image {
  width: 25%;
}

.text-span-18 {
  color: var(--gold);
  text-decoration: none;
}

.text-span-19 {
  color: var(--gold);
}

.tools-paragraph {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.field-label-2 {
  color: #fff;
  font-family: Big font, sans-serif;
}

.heading-19, .heading-20 {
  margin-top: 0;
}

.submit-button {
  color: #fff;
  background-color: #000;
  width: 100%;
  max-width: 210px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Big font, sans-serif;
  display: block;
}

.heading-21 {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  font-family: Big font, sans-serif;
}

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

.textarea {
  min-height: 180px;
  line-height: 1.5em;
}

.link-3, .da-link {
  color: var(--gold);
  font-family: Lato, sans-serif;
}

.moon-section {
  min-height: 100vh;
  position: relative;
}

.background-video-2 {
  height: 100%;
  min-height: 100vh;
}

.video-callout {
  width: 100%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.heading-22 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 20px #0009;
  font-family: Big font, sans-serif;
  font-size: 54px;
  line-height: 1.4em;
}

.pre-loader {
  z-index: 1000000;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image-9 {
  transform-style: preserve-3d;
  max-width: 100px;
  transform: rotateX(360deg)rotateY(0)rotateZ(0);
}

.text-span-20 {
  color: var(--gold);
}

.text-span-21 {
  color: var(--gold);
  font-family: Big font, sans-serif;
}

.link-4 {
  color: var(--gold);
  background-color: #0000;
  text-decoration: underline;
}

.link-5 {
  text-decoration: none;
}

.popup-block {
  z-index: 100000;
  border: 1px solid var(--gold);
  background-color: #000c;
  border-radius: 4px;
  display: none;
  position: fixed;
  inset: 5%;
}

.close-link {
  background-color: var(--gold);
  color: #fff;
  text-align: center;
  border: 0 #000;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.card-back {
  background-color: var(--gold);
  background-image: url('../images/leases-bg.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 20px;
  position: absolute;
  inset: 0;
}

.card-back.card-2 {
  background-image: url('../images/home-condo-purchase.jpg');
}

.card-back.card-3 {
  background-image: url('../images/rental-property.jpg');
}

.card-back.card-4 {
  background-image: url('../images/flip-investment.jpg');
}

.card-back.card-5 {
  background-image: url('../images/land-development.jpg');
}

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

.card-front {
  z-index: 10000;
  background-color: #c8ad5c;
  padding: 20px;
  position: absolute;
  inset: 0%;
}

.card-inner {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  position: relative;
}

.popup-section {
  z-index: 100000000;
  border: 4px solid var(--gold);
  object-fit: fill;
  background-color: #000;
  background-image: url('../images/background-pattern-2.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 3px;
  padding: 40px;
  display: block;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.popup-section.leases, .popup-section.purchase, .popup-section.rental, .popup-section.flip, .popup-section.land, .popup-section.build, .popup-section.nation {
  display: block;
  left: 100%;
}

.link-6 {
  position: absolute;
}

.link-7 {
  background-image: url('../images/close-button-gold.png');
  background-position: 0 0;
  background-size: cover;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.heading-24 {
  color: var(--gold);
  text-align: center;
  font-family: Big font, sans-serif;
}

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

.image-11.service-popup-img {
  margin-top: 10px;
  box-shadow: 0 3px 4px #fff3;
}

.paragraph-10 {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.4em;
  display: none;
}

.link-block-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
  position: static;
}

.link-block-2.team-read-more {
  text-decoration: none;
}

.container, .container-2, .container-3 {
  max-width: 600px;
}

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

.container-4, .container-5 {
  max-width: 600px;
}

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

.container-6, .container-7 {
  max-width: 600px;
}

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

@media screen and (min-width: 1920px) {
  .hero-heading {
    width: 1400px;
    font-size: 100px;
    line-height: 145px;
  }

  .menu-email-link {
    font-size: 25px;
    line-height: 25px;
  }

  .youtube, .twitter, .behance {
    width: 30px;
    height: 30px;
  }

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

  .youtube-hero, .twitter-hero, .behance-hero {
    width: 30px;
    height: 30px;
  }

  .cross {
    width: 20px;
    height: 20px;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .logo-text {
    font-size: 20px;
  }

  .project-1-wrapper {
    width: 650px;
    margin-bottom: 90px;
  }

  .project-category {
    font-size: 16px;
  }

  .project-name {
    margin-top: 15px;
    font-size: 65px;
  }

  .project-2-wrapper {
    width: 650px;
    margin-bottom: 90px;
  }

  .btn-text {
    font-size: 18px;
  }

  .footer-copyright {
    font-size: 16px;
  }

  .footer-youtube, .footer-twitter, .footer-behance {
    width: 30px;
    height: 30px;
  }

  .projects-container {
    justify-content: space-between;
    width: 1300px;
  }

  .about-container, .services-container {
    width: 1200px;
  }

  .line-circle {
    width: 90px;
    height: 90px;
    top: -45px;
  }

  .image {
    width: 40px;
  }

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

  .line-circle-second {
    width: 90px;
    height: 90px;
    top: -45px;
  }

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

  .testimonials-container {
    width: 1200px;
  }

  .separator-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .address {
    font-size: 22px;
    line-height: 35px;
  }

  .contact-paragraph {
    font-size: 18px;
    line-height: 30px;
  }

  .text-area {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-heading {
    font-size: 60px;
    line-height: 68px;
  }

  .full-text-field {
    font-size: 18px;
    line-height: 25px;
  }

  .contact-inner-wrapper {
    width: 600px;
  }

  .text-field {
    width: 280px;
    font-size: 18px;
    line-height: 25px;
  }

  .text-field.right {
    width: 280px;
  }

  .form {
    width: auto;
  }

  .submit-btn {
    font-size: 17px;
  }

  .service-name {
    font-size: 20px;
  }

  .service-details {
    font-size: 25px;
    line-height: 35px;
  }

  .service-heading {
    font-size: 60px;
    line-height: 68px;
  }

  .webflow-branding {
    margin-right: 50px;
    font-size: 16px;
    bottom: 9%;
  }

  .footer-links {
    font-size: 16px;
  }

  .footer-link-wrapper {
    left: 340px;
  }

  .link-text {
    font-size: 50px;
    line-height: 50px;
  }

  .logo-img {
    width: 210px;
  }

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

  .columns-2.stacked-blocked {
    flex-direction: row;
  }

  .columns-2.stacked-blocked.stacked-reveresed {
    flex-flow: row-reverse wrap;
  }

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

@media screen and (max-width: 991px) {
  .hero-heading {
    width: 100%;
    font-size: 128px;
    line-height: 110px;
  }

  .project-link-wrapper {
    display: none;
  }

  .social-icon-container {
    width: 20px;
    height: auto;
    bottom: 8.1%;
  }

  .youtube-hero {
    margin-bottom: 40px;
    display: block;
  }

  .twitter-hero {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .behance-hero {
    margin-left: 0;
  }

  .bg-video-overlay {
    background-image: linear-gradient(#00002199, #00002199), url('../images/4video_poster.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .about-paragraph {
    width: 90%;
    font-size: 18px;
    line-height: 34px;
  }

  .project-text {
    top: 20%;
  }

  .project-1-wrapper {
    width: 100%;
  }

  .project-name {
    font-size: 30px;
    line-height: 34px;
  }

  .project-2-wrapper {
    float: none;
    width: 100%;
  }

  .services-section {
    padding-bottom: 100px;
  }

  .footer-section {
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
    display: block;
  }

  .email {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 57px;
  }

  .email-link {
    margin-bottom: 50px;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
    bottom: 13%;
    left: 0;
  }

  .footer-youtube {
    margin-bottom: 20px;
    margin-right: 0;
    display: block;
  }

  .footer-twitter {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-behance {
    margin-left: 0;
    display: block;
  }

  .projects-container {
    width: 90%;
    display: flex;
  }

  .about-container {
    width: 700px;
  }

  .services-container, .line-container {
    width: 83%;
  }

  .line-border {
    width: 74%;
  }

  .testimonials-section {
    padding-bottom: 100px;
  }

  .testimonials-container {
    flex-direction: column;
    width: 83%;
    display: flex;
  }

  .testimonial {
    width: 100%;
    font-size: 18px;
    line-height: 25px;
  }

  .testimonial-wrapper {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .testimonial-bold {
    font-size: 17px;
  }

  .author-name {
    font-size: 14px;
  }

  .footer-container {
    width: 700px;
  }

  .address {
    font-size: 18px;
  }

  .contact-form-wrapper {
    padding-left: 29px;
    padding-right: 29px;
  }

  .contact-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 15px;
    line-height: 18px;
  }

  .text-area {
    margin-top: 10px;
  }

  .contact-email {
    font-size: 12px;
  }

  .contact-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .full-text-field {
    margin-top: 10px;
  }

  .contact-inner-wrapper, .text-field {
    width: 100%;
  }

  .text-field.right {
    margin-top: 10px;
  }

  .form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-social-wrapper {
    justify-content: center;
    bottom: 5%;
    left: 5%;
    right: 5%;
  }

  .contact-btn-wrapper {
    text-align: center;
    margin-top: 20px;
  }

  .about-heading {
    font-size: 68px;
  }

  .section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading {
    font-size: 128px;
    line-height: 110px;
  }

  .heading-2 {
    font-size: 68px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 34px;
  }

  .heading-4 {
    font-size: 40px;
  }

  .paragraph {
    width: auto;
    line-height: 25px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 34px;
  }

  .paragraph-4 {
    font-size: 15px;
    line-height: 18px;
  }

  .paragraph-5 {
    width: auto;
    font-size: 18px;
    line-height: 25px;
  }

  .text-span {
    font-size: 17px;
    line-height: 25px;
  }

  .left-column, .right-column {
    width: 50%;
    display: inline-block;
  }

  .tabs-menu {
    width: 100%;
    margin-top: 0;
    margin-bottom: 50px;
  }

  .tabs-content {
    width: 100%;
  }

  .service-name {
    font-size: 12px;
  }

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

  .tab {
    width: 25%;
    display: inline-block;
  }

  .webflow-branding {
    text-align: center;
    width: 100%;
    bottom: 8.1%;
    left: 0;
    right: auto;
  }

  .footer-links {
    text-align: center;
    width: auto;
    bottom: 18%;
    left: 0;
  }

  .footer-links.image-licenses {
    text-align: center;
    width: auto;
    margin-left: 20px;
  }

  .footer-link-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    bottom: 18%;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading {
    text-align: center;
    width: auto;
    font-size: 80px;
    line-height: 70px;
  }

  .menu {
    left: 100%;
  }

  .nav-bar {
    width: 100%;
  }

  .menu-image-1, .menu-image-2, .menu-image-3, .menu-video {
    display: none;
  }

  .bg-video-overlay {
    background-image: linear-gradient(#28172980, #04202480), url('../images/4video_poster.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .menu-video-overlay {
    display: none;
  }

  .about-paragraph {
    width: 100%;
    padding-right: 50px;
    font-size: 16px;
    line-height: 25px;
  }

  .project-text {
    top: 10%;
  }

  .project-name {
    width: auto;
  }

  .footer-section {
    height: auto;
  }

  .email {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
  }

  .contact-button {
    text-align: center;
    justify-content: center;
    width: 285px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .hover-div {
    display: none;
  }

  .email-link {
    margin-bottom: 50px;
  }

  .footer-copyright {
    font-family: Poppins, sans-serif;
  }

  .footer-social-container {
    flex-direction: column;
    display: flex;
    bottom: 7.3%;
  }

  .footer-youtube {
    margin-bottom: 20px;
    margin-right: 0;
    display: inline-block;
  }

  .footer-twitter {
    margin: 0 0 20px;
  }

  .footer-behance {
    margin-left: 0;
    display: inline-block;
  }

  .projects-container {
    display: block;
  }

  .about-container {
    width: 400px;
  }

  .services-container {
    width: 80%;
  }

  .line-container {
    width: 76%;
  }

  .line-border {
    width: 60%;
  }

  .testimonials-container {
    flex-direction: column;
    width: 78%;
  }

  .testimonial {
    font-size: 15px;
    line-height: 24px;
  }

  .testimonial-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-container {
    width: 400px;
  }

  .address {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-form-wrapper {
    width: 100%;
    height: auto;
    display: block;
    overflow: auto;
  }

  .contact-paragraph {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .contact-img {
    display: none;
  }

  .contact-section {
    height: 100vh;
    overflow: auto;
  }

  .contact-form {
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .contact-inner-wrapper {
    width: 85%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .form {
    width: 100%;
  }

  .submit-btn {
    background-color: #0000;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
  }

  .contact-social-wrapper {
    justify-content: center;
    display: none;
    bottom: 20px;
  }

  .submit-btn-line {
    display: block;
  }

  .contact-btn-wrapper {
    display: flex;
  }

  .form-block {
    height: 350px;
    overflow: visible;
  }

  .about-heading {
    font-size: 60px;
    line-height: 80px;
  }

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

  .heading {
    font-size: 80px;
    line-height: 70px;
  }

  .heading-2 {
    font-size: 60px;
    line-height: 80px;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 38px;
  }

  .paragraph {
    line-height: 22px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 25px;
  }

  .column, .column-2 {
    margin-bottom: 20px;
  }

  .paragraph-3, .paragraph-5 {
    font-size: 15px;
    line-height: 24px;
  }

  .text-span {
    line-height: 24px;
  }

  .link-2 {
    font-size: 12px;
  }

  .left-column, .right-column {
    width: 100%;
    display: block;
  }

  .service-name {
    font-size: 10px;
    line-height: 15px;
  }

  .service-details {
    font-size: 15px;
    line-height: 24px;
  }

  .service-heading {
    font-size: 35px;
    line-height: 38px;
  }

  .tab {
    width: 100%;
    display: inline-block;
  }

  .webflow-branding, .footer-links {
    font-family: Poppins, sans-serif;
  }

  .menu-image {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  ul {
    font-size: 12px;
  }

  .menu-btn {
    display: block;
    top: 20px;
    right: 20px;
  }

  .hero-heading {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .menu {
    left: 100%;
  }

  .body {
    max-width: 100vw;
    overflow: visible;
  }

  .navbar-wrapper {
    width: 70%;
  }

  .menu-bottom-line {
    width: 180px;
  }

  .menu-email-link {
    font-size: 15px;
  }

  .youtube {
    background-image: url('../images/facebook-black.png');
    background-position: 0 0;
    background-size: cover;
  }

  .behance {
    background-image: url('../images/instagram-icon-blac.png');
    background-position: 0 0;
    background-size: cover;
  }

  .scroll-wrapper {
    bottom: 8.1%;
    left: auto;
    right: 10%;
  }

  .line {
    margin-left: auto;
  }

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

  .social-icon-container {
    display: none;
  }

  .logo {
    top: 50px;
    left: 50px;
  }

  .bg-video-overlay {
    background-image: linear-gradient(#28172980, #04202480);
  }

  .about-paragraph {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .projects-section {
    padding-bottom: 0;
  }

  .project-name {
    width: auto;
  }

  .services-section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .footer-section {
    padding-bottom: 170px;
  }

  .email {
    font-size: 12px;
    line-height: 25px;
  }

  .contact-button {
    width: 150px;
  }

  .btn-text {
    font-size: 12px;
  }

  .btn-text.popup-box-button {
    text-decoration: none;
  }

  .footer-copyright {
    text-align: center;
    font-size: 11px;
    bottom: 16%;
    left: 0;
    right: 0;
  }

  .footer-social-container {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 20px;
    bottom: 10%;
    left: 0;
    right: 50px;
  }

  .footer-youtube {
    background-image: url('../images/facebook-gray.png');
    background-position: 0 0;
    background-size: cover;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .footer-twitter {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .footer-behance {
    background-image: url('../images/instagram-dark-icon.png');
    background-position: 0 0;
    background-size: cover;
  }

  .header {
    background-color: #0003;
    height: 63px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logo-wrappper.w--current {
    width: 120px;
    height: 60px;
    margin-top: 5px;
    margin-left: 5px;
  }

  .about-container {
    width: 80%;
  }

  .services-container {
    width: 100%;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-3, .text-block-4 {
    padding-right: 10px;
  }

  .testimonials-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-container {
    width: 75%;
  }

  .separator-section {
    display: block;
  }

  .testimonial {
    text-align: left;
    font-size: 14px;
  }

  .testimonial-bold {
    font-size: 16px;
  }

  .author-name {
    margin-left: 0;
    font-size: 12px;
  }

  .div-block-3 {
    display: none;
  }

  .footer-container {
    width: 200px;
  }

  .address {
    font-size: 12px;
    line-height: 20px;
  }

  .contact-form-wrapper {
    display: flex;
  }

  .contact-paragraph {
    margin-top: 20px;
    margin-left: 0;
    font-size: 12px;
    display: block;
  }

  .contact-email {
    flex-direction: column;
    flex: 1;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .contact-heading {
    font-size: 25px;
    line-height: 30px;
    display: block;
  }

  .contact-form {
    width: 90%;
    margin-bottom: 0;
    padding-bottom: 40px;
    position: relative;
  }

  .social-links {
    text-align: right;
    width: auto;
    margin-top: 30px;
  }

  .contact-inner-wrapper {
    margin-top: 20px;
  }

  .form {
    width: 100%;
  }

  .contact-social-wrapper {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 95%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .close-div {
    top: 30px;
    right: 30px;
  }

  .about-heading {
    font-size: 30px;
    line-height: 45px;
  }

  .section {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph-4 {
    font-size: 12px;
  }

  .paragraph-5 {
    font-size: 14px;
    line-height: 24px;
  }

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

  .link-2 {
    font-size: 10px;
    line-height: 15px;
  }

  .tabs-menu {
    max-width: 100vw;
    display: block;
    overflow: hidden;
  }

  .service-heading {
    font-size: 20px;
    line-height: 28px;
  }

  .webflow-branding {
    text-align: center;
    font-size: 11px;
    bottom: 24%;
    left: 0;
    right: 0;
  }

  .footer-links {
    text-align: center;
    font-size: 11px;
    bottom: 20%;
    left: 0;
    right: 0;
  }

  .footer-link-wrapper {
    bottom: 20%;
  }

  .link-text {
    font-size: 24px;
  }

  .logo-img {
    width: 100px;
    height: 60px;
  }

  .logo-img.fly-out-logo {
    width: 60px;
  }

  .heading-1.fly-text {
    text-align: center;
    width: 100%;
    height: 25vh;
    padding-left: 10px;
    font-size: 3.1rem;
  }

  .image-2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .next-steps.content-section {
    width: 100%;
  }

  .properties.content-section, .instagram.content-section {
    background-color: #000;
  }

  .tabs {
    width: 100%;
  }

  .team-member-left {
    width: 100%;
    min-width: 0;
    display: block;
  }

  .team-photo {
    width: 100%;
  }

  .team-content {
    width: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .image-3 {
    width: 100%;
  }

  .heading-8.about-section-heading {
    font-size: 28px;
  }

  .next-steps-container {
    width: 100%;
  }

  .next-step {
    width: 90%;
    min-width: 0;
    max-width: none;
    position: relative;
  }

  .tool-card {
    width: 100%;
  }

  .properties-header {
    font-size: 36px;
  }

  .instagram-block.block1, .instagram-block.block2, .instagram-block.block3, .instagram-block.block4, .instagram-block.block5, .instagram-block.block6 {
    width: 50%;
    padding-top: 50%;
  }

  .top-icon.call-button {
    background-color: #0000;
    background-image: url('../images/phone-icon.png');
    background-position: 0 0;
    background-size: cover;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 60px;
  }

  .top-icon.instagram-icon-top {
    top: 20px;
    right: 100px;
  }

  .form-block-2 {
    width: 100%;
  }

  .form-2 {
    width: 100%;
    position: relative;
  }

  .field-label, .text-field-2 {
    width: 100%;
  }

  .team-member.team-member-left {
    max-width: 100%;
  }

  .team-member.team-member-right {
    max-width: 100%;
    display: block;
  }

  .services-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .single-service {
    width: 100%;
    margin-bottom: 5%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .heading-14.service-card-title {
    font-size: 24px;
  }

  .div-block-7.scroll-down-block {
    z-index: 2;
    left: 50%;
    transform: translate(-50%);
  }

  .div-block-8.fly-text-bottom {
    display: block;
  }

  .text-span-8, .text-span-8.arrow-right {
    width: 30px;
    height: 30px;
  }

  .fly-text-block {
    flex: 0 auto;
    width: 100%;
    margin-bottom: 40px;
  }

  .heading-16.services-title {
    font-size: 24px;
    line-height: 1.4em;
  }

  .team-title {
    text-align: center;
    font-size: 24px;
  }

  .team-sub-title {
    text-align: center;
    width: 100%;
    font-size: 14px;
  }

  .columns-2.stack-blocked, .columns-2.stacked-blocked {
    flex-wrap: wrap;
  }

  .columns-2.stacked-blocked.reversed {
    flex-flow: wrap;
  }

  .column-4 {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5, .awards-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .award-image {
    width: 50%;
  }

  .heading-19 {
    text-align: center;
    width: 100%;
  }

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

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

  .pre-loader {
    display: none;
  }

  .image-10 {
    width: 100%;
  }

  .popup-section.leases, .popup-section.purchase, .popup-section.rental, .popup-section.flip, .popup-section.land, .popup-section.build {
    padding: 10vh 20px 20px;
    display: block;
    left: 100%;
  }

  .popup-section.nation {
    padding: 20px;
    display: block;
    left: 100%;
  }

  .heading-24.service-popup-heading {
    font-size: 24px;
    line-height: 1.4em;
  }

  .image-11.service-popup-img.nation-map {
    box-shadow: none;
  }

  .link-block-2 {
    text-decoration: none;
  }

  .link-block-2.team-read-more {
    display: block;
  }

  .container-7 {
    padding-top: 10vh;
  }
}


@font-face {
  font-family: 'Big font';
  src: url('../fonts/big-font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}