@charset "UTF-8";

.txt-center,
.section-title,
.section-tagline,
.testimonial,
.wc-main-header h1,
.wc-section-header h2,
.wc-section-header p {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.section-title,
.section-tagline {
    margin-bottom: 3rem
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor
}

.icon-dice {
    font-size: 16px;
    color: #f00
}

.nav-item-accent,
.nav-dropdown,
.btn,
.card {
    box-shadow: 0 .5rem 1rem -.25rem rgba(0, 0, 0, .3)
}

.card:hover {
    box-shadow: 0 .5rem 2rem -.25rem rgba(0, 0, 0, .3)
}

.card {
    border: solid 1px #e6e6e6
}

input,
textarea,
select,
button,
.nav-item-accent,
.nav-dropdown,
.nav-dropdown li:hover,
.btn,
.form,
.card {
    border-radius: .15rem
}

.section-img {
    border-radius: 50%
}

html {
    box-sizing: border-box
}

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

* {
    margin: 0;
    padding: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background-color: #fff;
    font-family: "Libre Franklin", Helvetica, Verdana, sans-serif;
    font-weight: 300;
    font-size: 1rem
}

@media(min-width:37.5rem) {
    html {
        font-size: 1.125rem
    }
}

@media(min-width:64rem) {
    html {
        font-size: 1.125rem
    }
}

body {
    -webkit-text-size-adjust: 100%;
    color: #313a3f;
    line-height: 1.5rem
}

input,
textarea,
select,
button {
    font-family: "Libre Franklin", Helvetica, Verdana, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    width: 100%;
    padding: .375rem;
    border: none
}

legend {
    white-space: normal
}

h1 {
    font-size: 2.0736rem;
    line-height: 3rem;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
    font-weight: 400;
    margin-bottom: 1.5rem
}

h2 {
    font-size: 1.728rem;
    line-height: 3rem;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
    font-weight: 400;
    margin-bottom: 1.5rem
}

h3 {
    font-size: 1.44rem;
    line-height: 1.5rem;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
    font-weight: 400;
    margin-bottom: 1.5rem
}

h4 {
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-family: "Libre Baskerville", Georgia, "Times New Roman", serif;
    font-weight: 400;
    margin-bottom: 1.5rem
}

embed,
iframe,
img,
object,
video {
    display: block;
    max-width: 100%
}

p,
ul {
    margin-bottom: 1.5rem
}

a,
a:hover,
a:active,
a:visited {
    color: #00e
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    max-width: 40rem
}

fieldset {
    border: none
}

ul {
    list-style-position: outside;
    margin-left: 1rem
}

li {
    margin-bottom: .75rem
}

address {
    font-style: normal
}

.wrapper {
    margin: 0 auto;
    min-width: 20rem;
    max-width: 60rem
}

.group {
    padding: 0 1.5rem
}

.group:before,
.group:after {
    clear: both;
    content: " ";
    display: table
}

.one,
.one-third,
.two-thirds,
.one-fourth,
.half {
    width: 100%;
    padding: 1.5rem 1.5rem
}

@media only screen and (min-width:37.5rem) {
    .one {
        width: 100%
    }

    .half {
        width: calc(100%/2)
    }

    .one-third {
        width: calc(100%/3)
    }

    .one-fourth {
        width: calc(100%/4)
    }

    .two-thirds {
        width: calc(100%/3*2)
    }

    .col {
        float: left
    }

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

    .flex-vc p {
        margin: 0
    }
}

.pg-hdr {
    border-bottom: solid 1px #eee
}

.pg-hdr-tgln {
    margin-bottom: 0;
    text-align: center
}

@media(min-width:37.5rem) {
    .pg-hdr-tgln {
        font-size: 1.125rem;
        text-align: right
    }
}

.hero {
    background-color: #008db9;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(to bottom right, rgba(0, 0, 0, .5), rgba(0, 0, 0, .8)), url("../img/swiss-watch-2.jpg");
    height: 100vh
}

.footer {
    background-color: #333;
    color: #fff
}

.footer h4 {
    font-family: "Libre Franklin", Helvetica, Verdana, sans-serif;
    font-size: .83333rem;
    line-height: 1.5rem;
    text-transform: uppercase
}

.footer p {
    text-align: center;
    margin: 0 auto
}

.footer p,
.footer a {
    font-size: .83333rem;
    line-height: 1.5rem
}

.footer ul {
    list-style: none
}

.nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .06rem;
    font-size: .69444rem;
    line-height: 1.5rem
}

.nav:after {
    content: "";
    display: table;
    clear: both
}

.nav-logo {
    text-decoration: none;
    display: inline-block;
    width: 180px;
    margin-right: 1.5rem;
    vertical-align: top
}

@media(min-width:37.5rem) {
    .nav-logo {
        width: 200px
    }
}

.nav-menu {
    color: #333;
    float: right;
    display: block;
    list-style: none;
    margin-bottom: 0
}

.nav-menu>li {
    float: left;
    position: relative
}

.nav-menu a {
    color: #333;
    float: right
}

.nav-accent {
    float: right
}

.nav-bar>li:first-child a {
    padding-left: 0
}

.nav-item {
    display: inline-block;
    padding: .1875rem .75rem;
    color: #fff;
    text-decoration: none
}

@media(min-width:37.5rem) {
    .nav-item:not(:only-child):after {
        padding-left: .15rem;
        content: '▾'
    }
}

.nav-item-accent {
    background: #008db9;
    margin-bottom: .375rem
}

.nav-item-accent:not(:only-child):after {
    padding-left: 0;
    content: ''
}

.nav-dropdown {
    list-style: none;
    display: none;
    position: absolute;
    z-index: 1;
    background: rgba(0, 141, 185, .8)
}

.nav-dropdown li {
    text-align: left
}

.nav-dropdown li:hover {
    background: #006382
}

.nav-menu li:hover .nav-dropdown {
    display: block
}

.btn {
    display: inline-block;
    padding: .75rem 1.5rem;
    text-transform: uppercase;
    font-size: .83333rem;
    line-height: 1.5rem;
    text-decoration: none;
    letter-spacing: .05em;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    white-space: normal;
    cursor: default
}

.btn-small {
    padding: .375rem .75rem;
    font-size: .69444rem;
    line-height: 1.5rem
}

.btn-fill {
    width: 100%;
    text-align: center
}

.btn-whatsapp {
    background: #25d366;
    background-clip: padding-box;
    border-top-color: #66e094;
    border-right-color: #1a9447;
    border-bottom-color: #1a9447;
    border-left-color: #66e094;
    color: #fff
}

.btn-whatsapp:hover {
    background: linear-gradient(to bottom right, #1a9447, #1a9447);
    transition: background .3s ease-out;
    color: #fff
}

.btn-whatsapp:active {
    color: #fff
}

.btn-whatsapp:visited {
    color: #fff
}

.btn-primary {
    background: #008db9;
    background-clip: padding-box;
    border-top-color: #4dafce;
    border-right-color: #006382;
    border-bottom-color: #006382;
    border-left-color: #4dafce;
    color: #fff
}

.btn-primary:hover {
    background: linear-gradient(to bottom right, #006382, #006382);
    transition: background .3s ease-out;
    color: #fff
}

.btn-primary:active {
    color: #fff
}

.btn-primary:visited {
    color: #fff
}

.btn-accent {
    background: #9fc131;
    background-clip: padding-box;
    border-top-color: #bcd46f;
    border-right-color: #6f8722;
    border-bottom-color: #6f8722;
    border-left-color: #bcd46f;
    color: #fff
}

.btn-accent:hover {
    background: linear-gradient(to bottom right, #6f8722, #6f8722);
    transition: background .3s ease-out;
    color: #fff
}

.btn-accent:active {
    color: #fff
}

.btn-accent:visited {
    color: #fff
}

.btn-ghost {
    border: 1px solid #fff;
    transition: color .3s ease-out, background-color .3s ease-out, border-color .3s ease-out
}

.btn-ghost:hover,
.btn-ghost:active {
    background-color: #008db9;
    border-top: 1px solid #4dafce;
    border-right: 1px solid #006382;
    border-bottom: 1px solid #006382;
    border-left: 1px solid #4dafce;
    color: #fff;
    transition: color .3s ease-in, background-color .3s ease-in, border-color .3s ease-in
}

.btn-ghost:active {
    background-color: #006382
}

.txt-right {
    text-align: right
}

.txt-uc {
    text-transform: uppercase
}

.txt-em {
    color: #008db9
}

.txt-em-bg {
    background-color: none;
    background-image: none;
    color: inherit;
    font-weight: 400;
    display: inline-block;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
    transform: rotate(-1deg) skew(-1deg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video-wrap div,
.video-wrap embed,
.video-wrap object,
.video-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.section {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.bg-light {
    background: #f7f7f7
}

.bg-dark {
    background: #333;
    color: #fff
}

.bg-darkest {
    background: #1a1a1a;
    color: #fff
}

.bg-primary {
    background: #008db9
}

.bg-secondary {
    background: #9fc131
}

.bg-primary-light {
    background: #57b4d1
}

.bg-primary-dark {
    background: #005d7a
}

.bg-secondary-light {
    background: #c0d677
}

.bg-secondary-dark {
    background: #697f20
}

.bg-orange-gradient {
    background: #ff851b;
    background: -webkit-linear-gradient(top, #ff851b 0%, #ff501b 100%);
    background: linear-gradient(to bottom, #ff851b 0%, #ff501b 100%)
}

.bg-navy-gradient {
    background: #00203f;
    background: -webkit-linear-gradient(top, #00203f 0%, #000a14 100%);
    background: linear-gradient(to bottom, #00203f 0%, #000a14 100%)
}

.section-video {
    display: block;
    margin: 0 auto
}

.section-img {
    width: 150px;
    height: 150px
}

.section-map {
    width: 100%;
    height: 21rem
}

.testimonial {
    max-width: 40rem
}

.form {
    padding: 1.5rem 1.5rem
}

.form-v label {
    display: block
}

.form-title {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem
}

.form-cta {
    font-size: .83333rem;
    line-height: 1.5rem;
    display: block
}

.form-cta-a {
    color: #008db9
}

.cta-banner {
    font-size: 1.44rem;
    line-height: 1.5rem;
    max-width: 50rem;
    text-align: center;
    display: block;
    margin: 0 auto
}

.cta-highlight {
    border-bottom: solid 2px #008db9
}

.superhero {
    position: absolute;
    top: -50px;
    right: 0;
    width: 500px
}

.card {
    transition: all .3s ease;
    width: 100%;
    height: 280px;
    padding: 1.5rem;
    background: #fff;
    position: relative
}

.card-cta {
    position: absolute;
    bottom: 1.5rem
}

.card a {
    color: #008db9
}

.wc-header {
    background: #fff
}

.wc-logo {
    max-width: 200px
}

.wc-hero {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #fff;
    position: relative;
    overflow: hidden;
    color: #333
}

.wc-cta {
    font-size: 1.2rem;
    line-height: 1.5rem
}

.wc-form {
    padding: 1.5rem;
    border: solid 1px #d8e2c0;
    border-top: solid 6px #9fc131;
    border-radius: .35rem;
    box-shadow: 0 1.25rem 2.5rem -.75rem rgba(49, 58, 63, .2);
    background-color: #fff;
    color: #333
}

.wc-form legend,
.wc-form-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: .75rem
}

.wc-form-cta {
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    margin-bottom: .5rem
}

.wc-form-copy,
.wc-form-note {
    font-size: .94444rem;
    line-height: 1.5rem
}

.wc-form-copy {
    color: #566268
}

.wc-form-actions {
    margin-bottom: .875rem
}

.wc-form-actions .btn {
    box-shadow: none;
    margin-bottom: 0
}

.wc-form-note {
    color: #69757b;
    margin-bottom: 0
}

.wc-form-cta-a {
    color: #008db9
}

.wc-form input,
.wc-form textarea {
    border: solid 1px #ccc
}

.wc-footer {
    padding: .75rem;
    background-color: #008db9
}

.wc-footer p {
    text-align: center;
    margin: 0 auto
}

.wc-section-header::after {
    display: block;
    content: ' ';
    border: 2px solid #d0d0d0;
    width: 2rem;
    margin: 0 auto
}

.wc-section-contact {
    background: #006382;
    background-image: linear-gradient(to bottom right, #006382, #6f8722);
    color: #fff
}

.wc-card-color {
    background: #008db9;
    margin: .75rem;
    padding: 0
}

.right {
    text-align: right
}
