@media (max-width: 1861px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 25px;
  }
}

@media (max-width: 1847px) {
  #main .section-3 .section-wrapper .picture {
    width: 60%;
  }
}

@media (max-width: 1783px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 20px;
  }
}

@media (max-width: 1705px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 40px;
  }
}

@media (max-width: 1700px) {
  #main .hero-section .section-wrapper .heading {
    font-size: 60px;
  }
}

@media (max-width: 1523px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 35px;
  }
}

@media (max-width: 1468px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 30px;
  }
}

@media (max-width: 1455px) {
  #main .section-9 .section-wrapper #google-map {
    width: 65%;
  }
}

@media (max-width: 1450px) {
  #main .section-2 .section-wrapper .cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "card-1 card-2"
      "card-3 card-3";
  }
  #main .section-2 .section-wrapper .cards .card:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: card-1;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #main .section-2 .section-wrapper .cards .card:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: card-2;
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  #main .section-2 .section-wrapper .cards .card:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: card-3;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-top: 120px;
  }
}

@media (max-width: 1420px) {
  #main .hero-section .section-wrapper .sub-heading {
    font-size: 16px;
  }
  #main .hero-section .section-wrapper .heading {
    font-size: 55px;
    max-width: 610px;
  }
  #main .hero-section .section-wrapper .button-container .quote .text {
    font-size: 14px;
  }
  #main .section-6 .section-wrapper .cards .card .heading {
    font-size: 30px;
  }
  #main .section-6 .section-wrapper .cards .card .text {
    font-size: 16px;
  }
}

@media (max-width: 1412px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 45px;
  }
}

@media (max-width: 1355px) {
  #main .section-3 .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .section-3 .section-wrapper .text-container .text {
    font-size: 16px;
  }
  #main .section-7 .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .section-7 .section-wrapper .text-container .text {
    font-size: 16px;
  }
  #main .section-9 .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .section-9 .section-wrapper .text-container .text {
    font-size: 16px;
    max-width: 270px;
  }
  #main .section-9 .section-wrapper .text-container .info {
    font-size: 16px;
  }
}

@media (max-width: 1310px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 40px;
  }
}

@media (max-width: 1300px) {
  #main .hero-section .section-wrapper .heading {
    font-size: 50px;
  }
}

@media (max-width: 1270px) {
  #main .section-8 .section-wrapper .text {
    font-size: 25px;
  }
  #main .section-3 .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main .section-3 .section-wrapper .picture {
    padding: 0;
    padding-top: 50px;
    width: 80%;
  }
  #main .section-3 .section-wrapper .text-container {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-left: 10%;
    max-width: 773px;
  }
  #main .section-3 .section-wrapper .text-container .heading {
    font-size: 55px;
  }
  #main .section-3 .section-wrapper .text-container .text {
    font-size: 18px;
    max-width: initial !important;
  }
  #main .section-4 .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
  }
  #main .section-4 .section-wrapper .avatar {
    padding: 0;
    padding-bottom: 50px;
  }
  #main .section-6 .section-wrapper {
    padding: 100px 0;
  }
  #main .section-6 .section-wrapper .floating-text {
    top: 250px;
  }
  #main .section-6 .section-wrapper .cards {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #main .section-6 .section-wrapper .cards .card {
    width: 50%;
    margin: 50px 0;
  }
  #main .section-6 .section-wrapper .cards .card .heading {
    font-size: 35px;
  }
  #main .section-6 .section-wrapper .cards .card .text {
    font-size: 18px;
  }
  #main .section-7 .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #main .section-7 .section-wrapper .picture {
    width: 80%;
    margin: 0;
    padding-top: 50px;
    max-width: initial;
  }
  #main .section-7 .section-wrapper .text-container {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 10%;
    max-width: 838px;
  }
  #main .section-7 .section-wrapper .text-container .heading {
    font-size: 55px;
  }
  #main .section-7 .section-wrapper .text-container .text {
    font-size: 18px;
  }
  #main .section-9 {
    background: url("/images/pictures/index/section-9-image-1.png") bottom
        center/590px no-repeat,
      -webkit-gradient(linear, left bottom, left top, from(#bf210c), to(#d03232));
    background: url("/images/pictures/index/section-9-image-1.png") bottom
        center/590px no-repeat,
      linear-gradient(0deg, #bf210c 0%, #d03232 100%);
  }
  #main .section-9 .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #main .section-9 .section-wrapper #google-map {
    margin: 0;
    margin-top: 50px;
    width: 80%;
  }
  #main .section-9 .section-wrapper .text-container {
    padding-left: 10%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  #main .section-9 .section-wrapper .text-container .heading {
    font-size: 55px;
  }
  #main .section-9 .section-wrapper .text-container .text {
    font-size: 18px;
  }
  #main .section-9 .section-wrapper .text-container .info {
    font-size: 18px;
  }
}

@media (max-width: 1265px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 60px;
  }
}

@media (max-width: 1200px) {
  #main .hero-section .section-wrapper .heading {
    font-size: 45px;
    max-width: 490px;
  }
  #main .section-2 .section-wrapper .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #main .section-2 .section-wrapper .cards .card:nth-child(2) {
    margin-top: 130px;
  }
  #main .section-2 .section-wrapper .cards .card:nth-child(3) {
    grid-area: card-3;
    -ms-grid-column-align: center;
    justify-self: center;
    margin-top: 130px;
  }
  #main .section-5 {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.7)),
        to(rgba(0, 0, 0, 0.7))
      ),
      url("/images/backgrounds/main/index/section-5-background.png") bottom
        right/cover no-repeat;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("/images/backgrounds/main/index/section-5-background.png") bottom
        right/cover no-repeat;
  }
  #main .section-5 .section-wrapper {
    padding: 120px 0;
  }
}

@media (max-width: 1160px) {
  #main .section-2 {
    background-position: bottom right 10%;
    background-size: 1000px;
  }
}

@media (max-width: 1060px) {
  #main .hero-section .section-wrapper .button-container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main .hero-section .section-wrapper .button-container .quote {
    margin: 0;
    margin-top: 40px;
  }
}

@media (max-width: 1030px) {
  #main .section-3 .section-wrapper .text-container {
    margin: 0;
  }
  #main .section-3 .section-wrapper .picture {
    width: 100%;
  }
  #main .section-7 .section-wrapper .picture {
    width: 100%;
  }
  #main .section-7 .section-wrapper .text-container {
    padding: 0;
  }
  #main .section-9 .section-wrapper #google-map {
    width: 100%;
  }
  #main .section-9 .section-wrapper .text-container {
    padding: 0;
  }
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 50px;
  }
}

@media (max-width: 963px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 40px;
  }
}

@media (max-width: 900px) {
  #main .section-6 .section-wrapper {
    padding: 100px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #main .section-6 .section-wrapper .floating-text {
    font-size: 30px;
    left: -170px;
    top: 220px;
  }
  #main .section-6 .section-wrapper .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #main .section-6 .section-wrapper .cards .card {
    width: 100%;
    margin: 40px 0;
  }
  #main .section-6 .section-wrapper .cards .card .heading {
    font-size: 35px;
  }
  #main .section-6 .section-wrapper .cards .card .text {
    font-size: 18px;
  }
}

@media (max-width: 896px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 30px;
  }
}

@media (max-width: 830px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 40px;
  }
}

@media (max-width: 821px) {
  #main .section-3 .section-wrapper .text-container .heading {
    font-size: 50px;
  }
  #main .section-3 .section-wrapper .text-container .text {
    font-size: 16px;
  }
  #main .section-5 {
    background-position: bottom right -200px;
  }
  #main .section-5 .section-wrapper .text-container .heading {
    font-size: 50px;
  }
  #main .section-5 .section-wrapper .text-container .text {
    font-size: 16px;
  }
  #main .section-7 .section-wrapper .text-container .heading {
    font-size: 50px;
  }
  #main .section-7 .section-wrapper .text-container .text {
    font-size: 16px;
  }
  #main .section-9 .section-wrapper .text-container .heading {
    font-size: 50px;
  }
  #main .section-9 .section-wrapper .text-container .text {
    font-size: 16px;
  }
  #main .section-9 .section-wrapper .text-container .info {
    font-size: 16px;
  }
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground iframe {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground iframe {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 800px) {
  #main .hero-section {
    background: #333333 no-repeat
      url("/images/backgrounds/main/index/landing-section-background-mobile.png");
    background-position: top center;
    background-size: cover;
  }
  #main .hero-section .section-wrapper {
    padding: 250px 60px 250px 60px;
  }
  #main .hero-section .section-wrapper .heading {
    opacity: 1;
    text-shadow: 0.5px 0.5px #000;
  }
  #main .hero-section .section-wrapper .sub-heading {
    opacity: 1;
  }
  #main .hero-section .section-wrapper .button-container {
    opacity: 1;
  }
  #main .video-background .video-foreground iframe {
    display: none;
  }
}

@media (max-width: 748px) {
  #main .section-3 .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .section-4 .section-wrapper .container .text {
    font-size: 18px;
    max-width: 400px;
  }
  #main .section-5 .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .section-7 .section-wrapper .text-container .heading {
    font-size: 45px;
  }
  #main .section-9 .section-wrapper .text-container .heading {
    font-size: 45px;
  }
}

@media (max-width: 730px) {
  #main .section-8 .section-wrapper .logos a {
    margin: 50px 30px;
  }
}

@media (max-width: 685px) {
  #main .section-8 .section-wrapper .logos a {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    margin: 50px 20px;
  }
}

@media (max-width: 684px) {
  #main .section-6 .section-wrapper .cards .card .heading {
    font-size: 30px;
  }
  #main .section-6 .section-wrapper .cards .card .text {
    font-size: 16px;
  }
  #main .section-6 .section-wrapper .cards .card .icon {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  #main .section-9 .section-wrapper #google-map {
    width: 86vw;
    height: 86vw;
  }
}

@media (max-width: 680px) {
  #main .section-4 .section-wrapper .avatar {
    width: 90%;
  }
}

@media (max-width: 641px) {
  #main .section-8 .section-wrapper .logos a {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    margin: 50px 10px;
  }
  #main .section-8 .section-wrapper .logos a:nth-child(19) {
    margin: 50px auto;
  }
  #main .section-8 .section-wrapper .logos a:last-child {
    margin: 50px auto;
  }
}

@media (max-width: 630px) {
  #main .hero-section .section-wrapper .heading {
    max-width: 320px;
  }
  #main .hero-section .section-wrapper .sub-heading {
    font-size: 14px;
    margin-top: 70px;
  }
}

@media (max-width: 601px) {
  #main .section-5 {
    background-image: url("/images/backgrounds/main/index/section-5-background-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
  }
  #main .section-5 .section-wrapper {
    padding: 200px 0 20px 0;
  }
  #main .section-3 .section-wrapper .text-container .heading {
    font-size: 40px;
  }
  #main .section-5 .section-wrapper .text-container .heading {
    font-size: 40px;
  }
  #main .section-7 .section-wrapper .text-container .heading {
    font-size: 40px;
  }
  #main .section-9 .section-wrapper .text-container .heading {
    font-size: 40px;
  }
}

@media (max-width: 584px) {
  #main .section-8 .section-wrapper .split-line {
    width: 100%;
  }
}

@media (max-width: 510px) {
  #main .section-8 .section-wrapper .text {
    font-size: 20px;
  }
  #main .hero-section .section-wrapper .heading {
    font-size: 40px;
    max-width: 290px;
  }
  #main .hero-section .section-wrapper .button-container .button {
    font-size: 12px;
    height: 45px;
    width: 190px;
  }
  #main .hero-section .section-wrapper .button-container .quote .text {
    font-size: 12px;
  }
  #main .section-4 .section-wrapper .container .text {
    font-size: 16px;
  }
  #main .section-4 .section-wrapper .container .fullname {
    font-size: 14px;
  }
}

@media (max-width: 460px) {
  #main .section-2 .section-wrapper .cards .card {
    width: 90vw;
    height: 90vw;
  }
  #main .section-2 .section-wrapper .cards .card .icon {
    width: 120px;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #main .section-2 .section-wrapper .cards .card .text-container {
    padding: 100px 20px 0;
  }
  #main .section-2 .section-wrapper .cards .card .text-container .heading {
    text-align: center;
    width: initial;
  }
  #main .section-2 .section-wrapper .cards .card .text-container .text {
    text-align: center;
    max-width: initial;
  }
}

@media (max-width: 459px) {
  #main .section-8 .section-wrapper .logos a {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    margin: 50px 0;
  }
}

@media (max-width: 425px) {
  #main .section-5 {
    background-position-x: right;
  }
}

@media (max-width: 415px) {
  #main .section-8 .section-wrapper .logos a {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin: 50px 25px;
  }
  #main .section-8 .section-wrapper .logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 410px) {
  #main .section-2 .section-wrapper .cards .card .text-container .heading {
    font-size: 30px;
  }
  #main .section-2 .section-wrapper .cards .card .text-container .text {
    font-size: 16px;
  }
  #main .section-2 .section-wrapper .cards .card .icon {
    width: 100px;
  }
  #main .section-2 .section-wrapper .cards .card .text-container {
    padding-top: 70px;
  }
}

@media (max-width: 396px) {
  #main .section-4 .section-wrapper .container .text br {
    display: none;
  }
  #main .section-4 .section-wrapper .container .apostrophes {
    width: 50px;
  }
  #main .section-6 .section-wrapper .cards .card .text {
    max-width: 250px;
  }
}

@media (max-width: 360px) {
  #main .section-8 .section-wrapper .logos a {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media (max-width: 351px) {
  #main .section-9 .section-wrapper .text-container .info {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  #main .section-6 .section-wrapper .cards .card .heading {
    font-size: 25px;
  }
  #main .section-6 .section-wrapper .cards .card .text {
    font-size: 15px;
  }
}

@media (max-width: 327px) {
  #main .section-2 .section-wrapper .cards .card {
    min-height: 90vw;
    height: auto;
  }
  #main .section-2 .section-wrapper .cards .card .text-container .text {
    padding-bottom: 30px;
  }
}

@media (max-width: 315px) {
  #main .section-6 .section-wrapper .floating-text {
    -webkit-transform: none;
    transform: none;
    top: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    line-height: 30px;
  }
}

@media (max-width: 310px) {
  #main .hero-section .section-wrapper .sub-heading {
    font-size: 12px;
  }
  #main .hero-section .section-wrapper .heading {
    font-size: 35px;
  }
  #main .section-3 .section-wrapper .text-container .heading {
    font-size: 35px;
  }
  #main .section-5 .section-wrapper .text-container .heading {
    font-size: 35px;
  }
  #main .section-7 .section-wrapper .text-container .heading {
    font-size: 35px;
  }
  #main .section-9 .section-wrapper .text-container .heading {
    font-size: 35px;
  }
  #main .section-8 .section-wrapper .logos a {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media (max-width: 300px) {
  #main .section-3 .section-wrapper .text-container .split-line {
    width: 100%;
  }
  #main .section-5 .section-wrapper .text-container .split-line {
    width: 100%;
  }
  #main .section-7 .section-wrapper .text-container .split-line {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */
