@font-face {
    font-family: "adobe-caslon-pro";
    src: url("./assets/fonts/adobe-caslon-pro-400.woff2") format("woff2"), url("./assets/fonts/adobe-caslon-pro-400.woff") format("woff"), url("./assets/fonts/adobe-caslon-pro-400.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "adobe-caslon-pro";
    src: url("./assets/fonts/adobe-caslon-pro-600.woff2") format("woff2"), url("./assets/fonts/adobe-caslon-pro-600.woff") format("woff"), url("./assets/fonts/adobe-caslon-pro-600.otf") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 600;
}

:root {
    --white: #fff;
    --blue: #ebf3fb;
    --dark-blue: #c3d6ee;
    --grey: #1f1f1f;
    --black: #000;
    --null: rgba(0, 0, 0, 0);
    --font: proxima-nova, sans-serif;
    --font2: adobe-caslon-pro, serif;
    --h1: 42px;
    --h2: 1.8em;
    --h3: 28px;
    --h4: 24px;
    --p: 20px;
    --li: 20px;
    --regular: 400;
    --medium: 500;
    --semibold: 600;
    --bold: 700;
    --ritz: #234761
}

@media only screen and (max-width:992px) {
     :root {
        --h4: 20px
    }
}

@media only screen and (max-width:576px) {
     :root {
        --h1: 26px;
        --h2: 2.1em
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: proxima-nova, sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

footer,
header,
section {
    display: block
}

body {
    margin: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #636363;
    text-align: left;
    background-color: #fff
}

.color-filter {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(19, 50, 69, .56)
}

.header-content {
    position: absolute;
    z-index: 1000
}

.mobile-show {
    display: none
}

.top-drone {
    background-image: url(assets/img/media-C07-RCR-drone-crown-evening_0.jpg)
}

h1,
h2,
h3,
h4 {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #234761;
    line-height: 135%
}

h1 {
    font-size: 42px
}

@media screen and (max-width:740px) {
    h1 {
        font-size: 27px
    }
}

h2 {
    font-size: 42px
}

@media screen and (max-width:740px) {
    h2 {
        font-size: 20px
    }
}

h3 {
    font-size: 28px
}

@media screen and (max-width:740px) {
    h3 {
        font-size: 17px
    }
}

h4 {
    font-size: 24px
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #000
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #000
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

button {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.white-side {
    padding-right: 80px;
    background-color: #fff
}

@media only screen and (min-width:1200px) {
    .row {
        padding-left: 80px;
        padding-right: 80px
    }
    .row.blue-side-row {
        padding-left: 0;
        padding-right: 0;
        background: linear-gradient(90deg, #ebf4fb 50%, #fff 50%);
        background-size: 50% auto
    }
    .blue-side {
        padding-left: 80px;
        background-color: #ebf4fb
    }
    .blue-bullets {
        margin-left: 100px
    }
    .white-side {
        padding-right: 80px
    }
    .white-bullets {
        margin-left: 100px
    }
}

.col-11,
.col-12,
.col-lg-10,
.col-lg-6,
.col-md-10,
.col-md-6,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-8,
.col-xxl-2,
.col-xxl-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
}

@media (min-width:992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
}

@media (min-width:1200px) {
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
}

@media (min-width:1600px) {
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .offset-xxl-1 {
        margin-left: 8.333333%
    }
    .offset-xxl-2 {
        margin-left: 16.666667%
    }
}

@media (min-width:768px) {
    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important
    }
}

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

.text-center {
    text-align: center !important
}

@media (min-width:0) {
    .text-center {
        text-align: center !important
    }
    .padding-0 {
        padding: 0 !important
    }
    .padding-h-0 {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .spacer-10 {
        height: 10px
    }
    .padding-v-10 {
        padding-top: 10px !important;
        padding-bottom: 10px !important
    }
    .spacer-20 {
        height: 20px
    }
    .spacer-30 {
        height: 30px
    }
    .padding-v-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important
    }
    .margin-right-30 {
        margin-right: 30px !important
    }
    .spacer-40 {
        height: 40px
    }
    .spacer-50 {
        height: 50px
    }
    .padding-v-50 {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
    .spacer-70 {
        height: 70px
    }
    .spacer-100 {
        height: 100px
    }
}

@media (min-width:1200px) {
    .spacer-xl-40 {
        height: 40px
    }
    .spacer-xl-50 {
        height: 50px
    }
    .padding-xl-v-100 {
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }
}

a {
    position: relative
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

h1 {
    font-family: "adobe-caslon-pro", serif;
    font-family: var(--font2);
    font-size: 42px;
    font-size: var(--h1);
    font-weight: 600;
    font-weight: var(--semibold);
    color: #000;
    color: var(--black);
    letter-spacing: 2px
}

h2 {
    font-family: "adobe-caslon-pro", serif;
    font-family: var(--font2);
    font-size: 42px;
    font-size: var(--h2);
    font-weight: 600;
    font-weight: var(--semibold);
    color: #000;
    color: var(--ritz);
    letter-spacing: 2px
}

h3 {
    font-family: "adobe-caslon-pro", serif;
    font-family: var(--font2);
    font-size: 28px;
    font-size: var(--h3);
    font-weight: 600;
    font-weight: var(--semibold);
    color: #234862
}

h4 {
    font-family: "adobe-caslon-pro", serif;
    font-family: var(--font2);
    font-size: 24px;
    font-size: var(--h4);
    font-weight: 600;
    font-weight: var(--semibold);
    color: #000;
    color: var(--black)
}

p {
    font-family: proxima-nova, sans-serif;
    font-family: var(--font);
    font-size: 20px;
    font-size: var(--p);
    font-weight: 400;
    font-weight: var(--regular);
    color: #000;
    color: var(--black)
}

a {
    font-family: proxima-nova, sans-serif;
    font-family: var(--font);
    font-size: 20px;
    font-size: var(--p);
    font-weight: 400;
    font-weight: var(--regular);
    color: #000;
    color: var(--black);
    text-decoration: underline;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:hover {
    color: #ebf3fb;
    color: var(--blue)
}

a.cta {
    position: relative;
    font-family: "adobe-caslon-pro", serif;
    font-family: var(--font2);
    font-size: 1.2em;
    font-weight: 700;
    font-weight: var(--bold);
    color: #234862;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
    padding: 13px 40px 5px 40px;
    border: 0;
    background-color: #c4d6ee;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    min-width: 300px;
    border: 1px solid #c4d6ee
}

a.cta:hover {
    color: #000;
    color: var(--black);
    background-color: #c3d6ee;
    background-color: var(--dark-blue)
}

li {
    font-family: proxima-nova, sans-serif;
    font-family: var(--font);
    font-size: 20px;
    font-size: var(--li);
    font-weight: 500;
    font-weight: var(--medium);
    color: #000;
    color: var(--black)
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .31)), to(rgba(0, 0, 0, 0)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, 0));
    background-image: linear-gradient(rgba(0, 0, 0, .31), rgba(0, 0, 0, 0));
    z-index: 100
}

@media only screen and (min-width:1200px) {
    header {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:1200px) {
    header {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media only screen and (max-width:576px) {
    header {
        padding: 20px 15px
    }
}

header a.logo {
    position: relative;
    z-index: 1
}

header a.logo img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 320px
}

header a.logo.logo-sm img {
    width: 150px;
    height: 90px
}

@media only screen and (max-width:576px) {
    header a.logo.logo-sm img {
        width: 100px;
        height: 60px
    }
}

@media only screen and (max-width:576px) {
    header a.logo img {
        height: 175px
    }
}

@media only screen and (max-height:850px) {
    header a.logo img {
        width: 160px;
    }
}

.fade-left {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.fade-right {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.fade-in {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}

section[data-color=blue] {
    background-color: #ebf3fb;
    background-color: var(--blue)
}

section[data-color=dark-blue] {
    background-color: #c3d6ee;
    background-color: var(--dark-blue)
}

.landing-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3)
}

.landing-section:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .31)));
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .31));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .31));
    z-index: -1
}

.landing-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -2
}

.landing-section .container-fluid {
    height: 100%
}

.landing-section .container-fluid .row {
    height: 100%;
    -ms-flex-line-pack: end;
    align-content: flex-end
}

.title-container h1 {
    color: #fff;
    color: var(--white);
    font-family: var(--font2);
    text-align: center
}

@media screen and (min-width:1440px) {
    .landing-section .row .title-container h1 {
        font-size: 3.5em
    }
}

.landing-section .row .title-container button {
    margin: 10vh 0;
    padding: 20px 70px 12px 70px;
    background-color: rgba(255, 255, 255, .055);
    border-color: #fff;
    color: #fff;
    font-family: var(--font2);
    font-size: 32px;
    cursor: pointer
}

button.header-cta:active,
button.header-cta:focus,
button.header-cta:hover {
    background-color: rgba(255, 255, 255, .3) !important
}

a.cta:active,
a.cta:focus,
a.cta:hover {
    border: 1px solid #c4d6ee;
    background-color: transparent
}

@media screen and (max-width:740px) {
    .landing-section .row .title-container button {
        padding: 20px;
        width: 90vw
    }
}

.landing-section .container-fluid .row a {
    font-family: "adobe-caslon-pro", serif;
    font-family: var(--font2);
    font-size: 14px;
    color: #fff;
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none
}

.landing-section .container-fluid .row a:hover {
    color: #ebf3fb;
    color: var(--blue)
}

.landing-section .scroll-down {
    position: relative;
    width: 1px;
    height: 30px;
    margin-left: auto;
    margin-right: auto
}

.landing-section .scroll-down:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #fff;
    background-color: var(--white);
    -webkit-animation-name: scroll_down;
    animation-name: scroll_down;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: cubic-bezier(.78, 0, .24, .99);
    animation-timing-function: cubic-bezier(.78, 0, .24, .99)
}

.landing-section-spacer {
    height: 100vh
}

.full-width-image .col-12 {
    -webkit-box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

@media only screen and (max-width:767px) {
    .full-width-image .col-12 {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.full-width-image .col-12 .text-overlay {
    width: 50%;
    padding: 50px 50px 50px 8%;
    -webkit-box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, .9)
}

@media only screen and (max-width:1199px) {
    .full-width-image .col-12 .text-overlay {
        width: 75%
    }
}

@media only screen and (max-width:767px) {
    .full-width-image .col-12 .text-overlay {
        width: 100%;
        padding: 40px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(255, 255, 255, .8)
    }
}

@media only screen and (max-width:576px) {
    .full-width-image .col-12 .text-overlay {
        padding: 15px
    }
}

.two-column-list ul {
    list-style: none;
    margin: 0
}

.two-column-list ul li {
    position: relative;
    max-width: 570px;
    margin-top: 20px;
    margin-bottom: 20px
}

.two-column-list ul li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: -35px;
    width: 15px;
    height: 15px;
    background: #c3d6ee;
    background: var(--dark-blue);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:992px) {
    .two-column-list ul li:before {
        top: 5px
    }
}

.two-column-list.two-column-list-small li {
    font-size: 18px
}

.center-text .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.text-image .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:992px) {
    .text-image .row {
        padding-left: 0;
        padding-right: 0
    }
}

.text-image h2 {
    margin-bottom: 0
}

.text-image img {
    -webkit-box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 4px 10px 6px 0 rgba(0, 0, 0, .3)
}

.contact-form .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
    background-color: var(--black)
}

footer a:not(.email-link) {
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase
}

footer a.email-link {
    font-size: 16px
}

footer h4 {
    color: #fff;
    color: var(--white);
    text-transform: uppercase;
    margin: 0
}

footer a {
    color: #fff;
    color: var(--white)
}

footer p {
    font-family: "adobe-caslon-pro", serif;
    font-family: var(--font2);
    color: #fff;
    color: var(--white);
    font-size: 16px
}

@media only screen and (max-width:767px) {
    footer p {
        font-size: 14px
    }
}

.gallery-swiper .swiper-slide {
    width: auto !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-cta-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 25vh
}

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

.purchaser-benefits p {
    max-width: 910px
}

.two-column-list ul li.nobullet {
    margin-bottom: 50px
}

.nobullet:before {
    width: 0 !important;
    height: 0 !important;
    background: 0 0 !important
}

.two-column-list ul.blue-bullets,
.two-column-list ul.white-bullets {
    margin-left: 100px
}

@media only screen and (min-width:576px) and (max-width:1200px) {
    .row {
        padding-left: 40px;
        padding-right: 40px
    }
    .row.blue-side-row {
        padding-left: 0;
        padding-right: 0;
        background: linear-gradient(90deg, #ebf4fb 50%, #fff 50%);
        background-size: 50% auto
    }
    .two-column-list ul.blue-bullets,
    .two-column-list ul.white-bullets {
        margin-left: 40px
    }
    .blue-side {
        padding-left: 20px;
        background-color: #ebf4fb
    }
}

@media only screen and (max-width:575px) {
    .two-column-list ul.blue-bullets,
    .two-column-list ul.white-bullets {
        margin-left: 0
    }
}

.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 50px
}

.main-form {
    padding: 50px;
    background-color: #fff;
    max-width: 550px;
    width: 100%;
    margin-top: 50px;
    box-shadow: 0 0 7px 2px #00000017
}

.main-form input {
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
    background-color: #ecf5fc;
    border: 1px solid #d6d6d6;
    color: #0e1336
}

.main-form input::placeholder {
    color: #0e1336;
    opacity: 1
}

.main-form input:-ms-input-placeholder {
    color: #0e1336
}

.main-form input::-ms-input-placeholder {
    color: #0e1336
}

.submit {
    text-align: center;
    border: 1px solid var(--black);
    position: relative;
    font-size: 20px;
    font-weight: 700;
    font-weight: var(--bold);
    color: #fff;
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 10px 0;
    padding: 20px 40px 13px 40px;
    background-color: #000;
    background-color: var(--black);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    width: 100%;
    font-family: var(--font2)
}

.submit:active,
.submit:focus,
.submit:hover {
    color: #000;
    color: var(--black);
    border: 1px solid var(--black);
    background-color: transparent
}

section[data-color=blue] {
    background-color: #ebf3fb;
    background-color: var(--blue)
}

@media screen and (max-width:375px) {
    .title-container h1 {
        font-size: 1.5em
    }
    .form-container {
        padding: unset
    }
    .main-form {
        padding: 25px
    }
    .idilic {
        text-align: center
    }
}

@media only screen and (max-width:555px) {
    .contact-form .container-fluid,
    .form-container {
        padding-left: unset;
        padding-right: unset
    }
}

@media only screen and (min-width:376px) and (max-width:576px) {
    .title-container h1 {
        font-size: 1.9em
    }
}

@media only screen and (max-width:576px) {
    .logo {
        margin-top: unset !important
    }
}

@media only screen and (max-width:767px) {
    header {
        padding: 20px 15px
    }
    .logo {
        margin-top: -62px
    }
    .logo-sm {
        margin-top: unset
    }
    header a.logo img {
        width: 250px
    }
    a.cta {
        min-width: 80%;
        font-size: 1.5em
    }
    .landing-section {
        box-shadow: unset
    }
    .header-cta-container button {
        background-color: rgba(255, 255, 255, .055)
    }
    .full-width-image .col-12 .text-overlay {
        text-align: center;
        padding-left: 32px;
        padding-right: 32px;
        background-color: #ebf4fb
    }
    .top-drone-row {
        padding-left: unset;
        padding-right: unset
    }
    .mobile-show {
        display: block;
        padding-left: unset;
        padding-right: unset
    }
    .mobile-hide {
        display: none
    }
    .top-drone {
        background-image: unset;
        padding-bottom: 50px;
        padding-top: 50px
    }
    #island {
        text-align: center
    }
    .form-container h2 {
        padding-left: 10px;
        padding-right: 10px
    }
    .main-form {
        margin-top: 10px;
    }
    .main-form input {
        width: 100%;
        padding: 5px;
        margin-bottom: 30px;
        background-color: #ecf5fc;
        border: 1px solid #d6d6d6;
        color: #0e1336;
    }
    .form-container h2 {
        font-size: 1.2em;
    }
}

@media screen and (min-width:576px) and (max-width:1199px) {
    .title-container h1 {
        font-size: 2.5em
    }
}

@media screen and (max-width:1199px) {
    .two-column-list ul {
        list-style: none;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        padding-inline-start: 0
    }
    .two-column-list li {
        text-align: center
    }
    .two-column-list ul li:before {
        content: "";
        position: relative;
        top: -20px;
        left: calc(50% - 4px);
        vertical-align: middle;
        display: list-item;
        text-align: center
    }
    .mobile-hide {
        display: none
    }
}


/*! CSS Used keyframes */

@-webkit-keyframes scroll_down {
    0% {
        top: 0;
        height: 0
    }
    50% {
        top: 0;
        height: 100%
    }
    100% {
        top: 100%;
        height: 0
    }
}

@keyframes scroll_down {
    0% {
        top: 0;
        height: 0
    }
    50% {
        top: 0;
        height: 100%
    }
    100% {
        top: 100%;
        height: 0
    }
}

@font-face {
    font-family: proxima-nova;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    unicode-range: U+000-5FF;
    src: url(https://cdn.jsdelivr.net/npm/font-proxima-nova@1.0.1/fonts/ProximaNova-Regular.ttf) format('woff')
}

.flex {
    display: flex;
}

.col-2 {
    width: 10%;
    padding-left: 10px;
    padding-top: 8px;
}

.col-10 {
    width: 90%;
    padding-left: 30px;
}

input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

form label.tick-box input[type=checkbox] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

form label.tick-box input[type=checkbox]:checked+.tick {
    text-align: center;
    background-color: #1f1f1f;
    background-color: var(--grey);
}

input[type=checkbox]:checked+.tick:after {
    content: "\2713";
    color: #fff;
    text-align: center;
    position: absolute;
    margin-left: -7px;
    margin-top: -2px;
}

form label.tick-box .tick {
    width: 25px;
    height: 25px;
    margin-right: 15px;
    border: 1px solid #1f1f1f;
    border: 1px solid var(--grey);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 767px) {
    form label.tick-box .tick {
        width: 25px;
        height: 25px;
    }
}

form label.tick-box span {
    font-family: proxima-nova, sans-serif;
    font-family: var(--font);
    font-size: 20px;
    font-size: var(--p);
    font-weight: 400;
    font-weight: var(--regular);
    color: #1f1f1f;
    color: var(--grey);
}

.err {
    position: absolute;
    margin-top: -33px;
    font-size: 0.8em;
    color: red;
    display: none;
}

.yay {
    font-size: 0.8em;
    color: green;
    display: none;
}

.center {
    text-align: center;
}

.show-err {
    display: block;
}

.cookie-notice {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    padding: 20px;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    left: 0;
    text-align: center;
    font-weight: 400;
}

.cookie-ok {
    cursor: pointer;
    margin-left: 10px;
    padding: 5px;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    font-size: 10px;
    border-radius: 4px;
}

.cookie-ok:hover,
.cookie-ok:active,
.cookie-ok:focus {
    color: #fff;
    background-color: #323232;
}

.show-mob {
    display: none;
}

.map,
.map .row {
    padding: unset;
}

@media screen and (max-width: 400px) {
    .hide-mob {
        display: none;
    }
    .show-mob {
        display: block;
    }
}