@import url("https://fonts.googleapis.com/css?family=Poppins:400,700&display=swap");

a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
li,
ol,
p,
pre,
s,
span,
strong,
u,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: inherit;
    transition: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    text-decoration: none;
    font-size: inherit;
    max-width: 100%;
    font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    line-height: 1.5;
    font-size: 14px
}

ol,
ul {
    list-style: none
}

html {
    box-sizing: border-box
}

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

@supports (display:grid) {
    .browser-message {
        display: none
    }
}

h1 {
    font-size: 1.8rem
}

h2,
h3 {
    font-size: 1.6rem
}

a {
    color: inherit
}

.hide {
    display: none !important
}

.invisible {
    visibility: hidden
}

.visible {
    visibility: visible
}

.hide--left {
    margin-left: -1000px !important
}

.show--left {
    margin-left: 0
}

@media screen and (max-width:786px) {
    .m\:hide {
        display: none !important
    }
}

@media screen and (min-width:786px) {
    .d\:hide {
        display: none !important
    }
}

.visible {
    visibility: visible !important
}

.p {
    padding: 25px
}

.p--s {
    padding: 15px
}

.p--xl {
    padding: 50px
}

.p--xxl {
    padding: 65px
}

.p--silly {
    padding: 100px
}

.p--xs {
    padding: 5px
}

.p--lr {
    padding-top: 0;
    padding-bottom: 0
}

.p--b,
.p--tb {
    padding-left: 0;
    padding-right: 0
}

.p--b {
    padding-top: 0
}

.p--t {
    padding-right: 0
}

.p--r,
.p--t {
    padding-bottom: 0;
    padding-left: 0
}

.p--l,
.p--r {
    padding-top: 0
}

.p--l {
    padding-bottom: 0;
    padding-right: 0
}

.limiter {
    width: 80%;
    margin: auto
}

.limiter-l {
    padding-left: 10%
}

.border--s {
    display: block;
    width: 25%;
    height: 2px;
    background-color: #245cb5;
    margin-top: 10px
}

.border--full {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #f7f8f9
}

.border--s-center {
    margin: 10px auto
}

.border--b {
    border-bottom: 1px solid #fff
}

.bckg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.bckg--l {
    background-position: center left -30vw
}

.block {
    display: block
}

.inline {
    display: inline
}

.inline-block {
    display: inline-block
}

.grid {
    display: -ms-grid;
    display: grid
}

.grid--contain {
    background-size: contain
}

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 25px;
    -ms-flex-align: center;
    align-items: center
}

.flex--end {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex--sb {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex--c {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.flex--start {
    -ms-flex-pack: start;
    justify-content: flex-start
}

.grid--2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-template-columns: 1fr 1fr
}

.grid--3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-template-columns: 1fr 1fr 1fr
}

.grid--4 {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr
}

.grid--5 {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-template-columns: 1fr 1fr 1fr 1fr 1fr
}

.grid--c {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.grid--sb {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.grid--gap {
    grid-gap: 25px
}

.grid--gap--large {
    grid-gap: 40px
}

.grid__child--c {
    justify-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.size--1\.8 {
    font-size: 1.8rem
}

.size--1\.6 {
    font-size: 1.6rem
}

.size--1\.4 {
    font-size: 1.4rem
}

.size--1\.2 {
    font-size: 1.2rem
}

.size--2 {
    font-size: 2rem
}

.size--3 {
    font-size: 3rem
}

.size--5 {
    font-size: 5rem
}

.size--8 {
    font-size: 8rem
}

.size--0-7,
.size--0\.7 {
    font-size: .7rem
}

.size--0-9,
.size--0\.9 {
    font-size: .9rem
}

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

.m--silly {
    margin: 150px
}

.m--auto {
    margin: auto
}

.m--auto--b {
    margin: 25px auto
}

.m--tb {
    margin-left: 0;
    margin-right: 0
}

.h--100\% {
    height: 100%
}

.h--250 {
    min-height: 250px
}

.h--150 {
    min-height: 150px
}

.h--max--70 {
    max-height: 70px
}

.h--min--200px {
    min-height: 200px
}

.w--100\% {
    width: 100%
}

.w--90\% {
    width: 90%
}

.w--80\% {
    width: 80%
}

.w--70\% {
    width: 70%
}

.w--60,
.w--60\% {
    width: 60%
}

.w--50\% {
    width: 50%
}

.w--40\% {
    width: 40%
}

.w--30\% {
    width: 30%
}

.w--20\% {
    width: 20%
}

.w--10\% {
    width: 10%
}

.square {
    width: 30vw;
    height: 30vw
}

.circle {
    border-radius: 50%;
    width: 50px;
    height: 50px
}

.fullscreen {
    height: 100vh
}

.tac {
    text-align: center
}

.tal {
    text-align: left
}

.tar {
    text-align: right
}

.bold {
    font-weight: 700
}

.fixed {
    position: fixed
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.float-l {
    float: left
}

.relative {
    position: relative
}

.border--radius {
    border-radius: 5px
}

.opacity--0\.7 {
    opacity: .7
}

.logo {
    display: inline-block;
    margin-bottom: -8px;
    height: 24px;
    width: 24px;
    background-image: url(../r-48x48.png)
}

.shadow {
    box-shadow: 3px 3px 16px rgba(0, 0, 0, .26)
}

.overflow--auto {
    overflow: auto
}

.nobreak {
    white-space: nowrap
}

.mobileMenu {
    transition: all .5s ease-in;
    position: fixed;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    background-color: #fff;
    z-index: 5;
    height: 100%
}

.mobileMenu li {
    padding-bottom: 15px
}

.mobileMenu--closed {
    margin-left: -1550px
}

.mobileButtons {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 6
}

.rotate--0 {
    transform: rotate(0deg)
}

.rotate--0,
.rotate--360 {
    transition: all .5s ease-in
}

.rotate--360 {
    transform: rotate(1turn)
}

@media screen and (min-width:600px) {

    .grid--gap--t,
    .t\:grid--gap {
        grid-gap: 25px
    }

    .limiter--xs--t,
    .t\:limiter--xs {
        width: 60%;
        margin: auto
    }

    .limiter,
    .limiter--t,
    .t\:limiter {
        width: 85%;
        max-width: 1000px;
        margin: auto
    }

    .size--1-2--t,
    .t\:size--1-2 {
        font-size: 1.2rem
    }

    .t\:size--1\.8 {
        font-size: 1.8rem
    }

    .t\:grid {
        display: -ms-grid;
        display: grid
    }

    .grid--2--t,
    .t\:grid--2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr
    }

    .grid--3--t,
    .t\:grid--3 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr 1fr
    }

    .t\:grid--4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .grid--12--t,
    .t\:grid--12 {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }

    .grid--64--t,
    .t\:grid--64 {
        -ms-grid-columns: 60% 40%;
        grid-template-columns: 60% 40%;
        grid-gap: 35px
    }

    .t\:grid--sb {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .t\:m--none {
        margin: 0
    }

    .border--s {
        display: block;
        width: 25%;
        height: 2px;
        margin-top: 10px;
        max-width: 50px
    }

    .border--s-l-t,
    .t\:border--s-l {
        margin-left: 0
    }

    .p--xl--t,
    .t\:p--xl {
        padding: 50px
    }

    .p--t--t .t\:p--t {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0
    }

    .t\:tal,
    .tal--t {
        text-align: left
    }

    .t\:tac {
        text-align: center
    }

    .p--xxl--t,
    .t\:p--xxl {
        padding: 120px
    }

    .block--t,
    .t\:block {
        display: block
    }
}

@media screen and (min-width:886px) {
    .d\:limiter {
        width: 80%;
        margin: auto;
        max-width: 1200px
    }

    .d\:limiter--s {
        width: 40%;
        margin: auto;
        max-width: 720px
    }

    .d\:size--1\.8 {
        font-size: 1.8rem
    }

    .d\:grid {
        display: -ms-grid;
        display: grid
    }

    .d\:grid--2,
    .grid--2--d {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr
    }

    .d\:grid--3,
    .grid--3--d {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        -ms-grid-template-columns: 1fr 1fr 1fr
    }

    .d\:grid--4 {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
        -ms-grid-template-columns: 1fr 1fr 1fr 1fr
    }

    .d\:grid--12,
    .grid--12--d {
        -ms-grid-columns: (1fr)[12];
        grid-template-columns: repeat(12, 1fr)
    }

    .d\:grid--64,
    .grid--64--d {
        -ms-grid-columns: 60% 40%;
        grid-template-columns: 60% 40%;
        grid-gap: 35px
    }

    .d\:grid--sb {
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .d\:m--none {
        margin: 0
    }

    .border--s {
        display: block;
        width: 25%;
        height: 2px;
        margin-top: 10px;
        max-width: 50px
    }

    .border--s-l-d,
    .d\:border--s-l {
        margin-left: 0
    }

    .d\:p {
        padding: 25px
    }

    .d\:p--xl,
    .p--xl--d {
        padding: 50px
    }

    .p--t--d .d\:p--t {
        padding-bottom: 0
    }

    .d\:p--b,
    .p--t--d .d\:p--t {
        padding-left: 0;
        padding-right: 0
    }

    .d\:p--b {
        padding-top: 0
    }

    .d\:tal,
    .tal--d {
        text-align: left
    }

    .d\:p--xxl,
    .p--xxl--d {
        padding: 120px
    }

    .d\:p--tb {
        padding-left: 0;
        padding-right: 0
    }

    .block--d,
    .d\:block {
        display: block
    }
}

.fslightbox-container {
    font-family: Roboto, sans-serif;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(30, 30, 30, .9), #000 1810%);
    z-index: 7;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    animation: a .25s forwards
}

.fslightbox-fade-in {
    animation: c .25s cubic-bezier(0, 0, .7, 1) forwards
}

.fslightbox-fade-out {
    animation: d .25s ease forwards
}

.fslightbox-fade-in-complete {
    animation: a .25s cubic-bezier(0, 0, .7, 1) forwards
}

.fslightbox-fade-out-complete {
    animation: b .25s ease !important
}

@keyframes a {
    0% {
        opacity: .3
    }

    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes c {
    0% {
        opacity: .65
    }

    to {
        opacity: 1
    }
}

@keyframes d {
    0% {
        opacity: .35
    }

    to {
        opacity: 0
    }
}

.fslightbox-cursor-grabbing {
    cursor: grabbing
}

.fslightbox-full-dimension {
    width: 100%;
    height: 100%
}

.fslightbox-open {
    overflow: hidden;
    height: 100%
}

.fslightbox-flex-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.fslightbox-transform-transition {
    transition: transform .3s
}

.fslightbox-svg-path {
    transition: fill .15s ease;
    fill: #ddd
}

.fslightbox-svg-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.fslightbox-media-holder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.fslightbox-nav {
    height: 45px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.fslightbox-slide-number-container {
    height: 100%;
    font-size: 14px;
    color: #d7d7d7;
    z-index: 0;
    max-width: 55px
}

.fslightbox-slide-number-container div {
    padding: 0 1.5px
}

.fslightbox-slash {
    font-size: 16px;
    margin-top: -1.5px
}

.fslightbox-toolbar {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    background: rgba(35, 35, 35, .65)
}

.fslightbox-toolbar-button {
    height: 100%;
    width: 45px;
    cursor: pointer
}

.fslightbox-toolbar-button:hover .fslightbox-svg-path {
    fill: #fff
}

.fslightbox-slide-btn-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 12px 12px 6px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 3;
    transform: translateY(-50%)
}

@media (min-width:476px) {
    .fslightbox-slide-btn-container {
        padding: 22px 22px 22px 6px
    }
}

@media (min-width:768px) {
    .fslightbox-slide-btn-container {
        padding: 30px 30px 30px 6px
    }
}

.fslightbox-slide-btn-container:hover .fslightbox-svg-path {
    fill: #f1f1f1
}

.fslightbox-slide-btn {
    padding: 7px;
    font-size: 26px;
    background: rgba(35, 35, 35, .65)
}

@media (min-width:476px) {
    .fslightbox-slide-btn {
        padding: 8px
    }
}

.fslightbox-slide-btn-left-container {
    left: 0
}

@media (max-width:475.99px) {
    .fslightbox-slide-btn-left-container {
        padding-left: 3px
    }
}

.fslightbox-slide-btn-right-container {
    right: 0;
    padding-left: 12px;
    padding-right: 3px
}

@media (min-width:476px) {
    .fslightbox-slide-btn-right-container {
        padding-left: 22px
    }
}

@media (min-width:768px) {
    .fslightbox-slide-btn-right-container {
        padding-left: 30px
    }
}

@media (min-width:476px) {
    .fslightbox-slide-btn-right-container {
        padding-right: 6px
    }
}

.fslightbox-down-event-detector {
    position: absolute;
    z-index: 1
}

.fslightbox-swiping-invisible-hover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.fslightbox-invalid-file-wrapper {
    font-size: 22px;
    color: #eaebeb;
    margin: auto
}

.fslightbox-video {
    -o-object-fit: cover;
    object-fit: cover
}

.fslightbox-loader {
    display: block;
    margin: auto;
    position: relative;
    width: 67px;
    height: 67px
}

.fslightbox-loader div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 54px;
    height: 54px;
    margin: 6px;
    border: 5px solid #999;
    border-radius: 50%;
    animation: e 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
    border-color: #999 transparent transparent
}

.fslightbox-loader div:first-child {
    animation-delay: -.45s
}

.fslightbox-loader div:nth-child(2) {
    animation-delay: -.3s
}

.fslightbox-loader div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes e {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

.fslightbox-single-source {
    margin: auto;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.fslightbox-source-holder {
    position: absolute;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

body {
    color: #5a626f
}

a,
div,
h1,
h2,
h3,
h4,
h5,
li,
p,
ul {
    font-family: Poppins, sans-serif
}

.white {
    color: #fff
}

.primary {
    color: #245cb5
}

.bckg--primary {
    background-color: #245cb5
}

.secondary {
    color: #22b9dd
}

.bckg--secondary {
    background-color: #22b9dd
}

.mobileButtons i:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff
}

.surveyButton {
    transition: margin .5s ease-in, box-shadow .1s ease-in
}

.button .flex {
    transition: all .25s ease-in
}

.button:hover {
    box-shadow: 3px 3px 16px rgba(0, 0, 0, .5)
}

.button:hover .flex {
    background-color: #fff
}

.button:hover .flex i {
    color: #22b9dd
}

.button:hover a {
    color: #22b9dd !important
}

a {
    transition: all .25s ease-in
}

#menu-main,
#menu-main-1 {
    color: #fff
}

#menu-main-1 a:hover {
    color: #245cb5
}

.surveyButton i {
    padding-left: 5px
}

.surveyButton p {
    line-height: 17px
}

.contentHeader p {
    font-weight: 400
}

.contentHeader strong {
    font-weight: 700;
    color: #22b9dd
}

.textBlock p {
    padding-bottom: 15px
}

.textBlock p:last-of-type {
    padding-bottom: 0
}

.footer {
    color: #818791
}

.menu-main-container {
    width: 100%
}

#menu-main,
#menu-main-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#menu-main-1 li,
#menu-main li {
    padding-right: 20px
}

.surveyButton {
    border-radius: 0 5px 5px 0;
    width: 255px
}

@media screen and (min-width:786px) {
    .cell:nth-of-type(2n) .block {
        grid-column: 2/2
    }

    .cell:nth-of-type(2n) .content {
        grid-column: 1/2;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.panels a:hover {
    transition: all .5 ease-in;
    box-shadow: 3px 3px 16px rgba(0, 0, 0, .9)
}

.panels a:hover .border--s {
    background-color: #245cb5
}

.projects a:hover {
    box-shadow: 3px 3px 16px rgba(0, 0, 0, .9)
}

.wpcf7-textarea,
input,
textarea {
    font-size: 1rem;
    border: 1px solid gray;
    padding: 5px;
    font-family: Poppins, sans-serif !important;
    width: 100%;
    border-radius: 5px
}

input:focus,
textarea:focus {
    border: 1px solid #22b9dd
}

.wpcf7-submit {
    background-color: #22b9dd;
    color: #fff;
    transition: all .25s ease-in;
    border: none
}

.wpcf7-submit:hover {
    background-color: #245cb5
}

.contactBlock a:hover {
    color: #245cb5
}

:-ms-input-placeholder {
    color: #22b9dd
}

::placeholder {
    color: #22b9dd
}

@media screen and (max-width:786px) {
    .menu a {
        color: black !important;
    }

    .menu {
        display: grid !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .footer {
        margin-bottom: 75px;
    }
}