@charset "UTF-8";
/*
* -------   Table of Contents -------
* ----- 0.  Variables
* ----- 1.  Normalize
* ----- 2.  Font Icons
* ----- 3.  Base
* ----- 4.  Typography
* ----- 5.  Header
* ----- 6.  Home
* ----- 7.  Inputs
* ----- 8.  Buttons
* ----- 9.  Footer
* ----- 10. Grid
* ----- 11. Utilities
*/

/*--------------------------------------- */
/* ----------- 0.Variables -------------- */
/*--------------------------------------- */
:root {
    --primary-color: #008a93;
    --primary-color-light: #008993b4;
    --secondary-color: #21315c;
    --dark-color: #2e3334;
}

/*--------------------------------------- */
/* ----------- 1.Normalize -------------- */
/*--------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

figure {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}


/*--------------------------------------- */
/* ----------- 2.Font Icons ------------ */
/*--------------------------------------- */
@font-face {
    font-family: 'icons';
    src: url('../fonts/icons.eot?3556094');
    src: url('../fonts/icons.eot?3556094#iefix') format('embedded-opentype'),
         url('../fonts/icons.woff2?3556094') format('woff2'),
         url('../fonts/icons.woff?3556094') format('woff'),
         url('../fonts/icons.ttf?3556094') format('truetype'),
         url('../fonts/icons.svg?3556094#icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-angle-left:before { content: '\f104'; } /* '' */
.icon-angle-right:before { content: '\f105'; } /* '' */
.icon-angle-up:before { content: '\f106'; } /* '' */
.icon-angle-down:before { content: '\f107'; } /* '' */


/*--------------------------------------- */
/* ----------- 3.Base ------------------- */
/*--------------------------------------- */
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size-adjust: 100%;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html,
body {
	height: 100%;
}

body {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: 'Open Sans', sans-serif;
	color: var(--dark-color);
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

::-moz-selection {
	color: #fff;
	background-color: var(--primary-color);
}

::selection {
	color: #fff;
	background-color: var(--primary-color);
}

.page-wrapper {
	position: relative;
	display: flex;
    display: -ms-flex;
	flex-direction: column;
	min-height: 100%;
	transition: transform 0.35s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.page-wrapper {
		display: block;
	}
}

.main {
	flex: 1;
	width: 100%;
}

.sticky-wrapper,
.header,
.footer {
	width: 100%;
}

p {
	margin-top: 0;
	margin-bottom: 3rem;
}

ul,
ol {
	padding-left: 0;
	list-style: none;
	margin: 0 0 3rem;
}

b,
strong {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

del {
	text-decoration: line-through;
}

hr {
	border: none;
	border-top: 0.2rem solid #ccc;
	margin: 4rem auto;
}


sub,
sup {
	position: relative;
	font-size: 70%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

p img {
    display: inline-block;
    vertical-align: middle;
}

address {
	font-style: normal;
}


/*--------------------------------------- */
/* ----------- 4.Typography ------------- */
/*--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: var(--dark-color);
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 1.5rem;
}

h1 {
    font-size: 8.4rem;
    line-height: 1;
    margin-bottom: 3rem;
}

h2,
.title {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

h3 {
	font-size: 3.6rem;
}

h4 {
	font-size: 2.4rem;
}

h6 {
    font-weight: 800;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    text-transform: uppercase;
}

h5,
.subtitle {
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: .06rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.subtitle {
    color:var(--primary-color);
}

.title {
    margin-bottom: 3rem;
}

.title-small {
    color: inherit;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 2rem;
}

a {
	color: var(--primary-color);
	text-decoration: none;
	transition: color 0.35s ease;
}

a:hover,
a:focus {
	color: var(--primary-color-light);
}

.bg-primary a:not(.button) {
    color: rgba(255, 255, 255, .5)
}

.bg-primary a:not(.button):hover,
.bg-primary a:not(.button):focus {
    color: #fff;
}

small {
	font-size: 80%;
}

@media (min-width: 576px) {
    h2,
    .title {
        font-size: 4.8rem;
    }
}


/*--------------------------------------- */
/* ----------- 5.Header ----------------- */
/*--------------------------------------- */
.header {
    position: relative;
    z-index: 999;
    padding-top: 1.95rem;
    padding-bottom: 1.95rem;
    border-top: .5rem solid var(--dark-color);
    background-color: #fff;
    box-shadow: 0 .4rem .8rem rgba(0,0,0, .1);
    text-align: center;
}

.logo {
    display: inline-block;
    margin: 0 auto;
}

.call-now {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 2rem;
}

.call-now span {
    display: block;
    margin: 0 0 .4rem;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    color: #666;
}


@media (min-width: 576px) {
    .page-wrapper {
        padding-top: 110px;
    }
    
    .header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        text-align: left;
    }
    .call-now {
        text-align: right;
        margin-bottom: 0;
    }

    .logo {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
}

@media (min-width: 768px) {
    .call-now {
        font-size: 3.2rem;
        text-align: right;
    }

    .call-now span {
        font-size: 1.4rem;
    }
}

/*--------------------------------------- */
/* ----------- 6.Home ------------------ */
/*--------------------------------------- */
.hero {
    position: relative;
    color: #fff;
    text-align: center;
    background-color: var(--dark-color);
    background-size: cover;
    background-position: center center;
}

.hero-title {
    color: inherit;
    font-size: 4.8rem;
    line-height: 1.05;
    margin-bottom: 2.4rem;
}

.hero-subtitle {
    color: inherit;
    margin: 0 0 3.6rem 0;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.375;
    text-transform: uppercase;
    letter-spacing: .065em;
}

.form-box {
    color: var(--dark-color);
    margin: 10rem 0 -4rem;
    padding: 4.5rem 3rem;
    background-color: #f5f5f5;
    min-height: 600px;
}

.form-box .button,
.form-box [type="submit"] {
    width: 100%;
}

.form-box .subtitle {
    color: inherit;
    margin-bottom: 1rem;
}

.form-box .title {
    color: inherit;
    font-size: 2.6rem;
    margin-bottom: 2.6rem;
}

.form-box input[type="text"],
.form-box input[type="password"],
.form-box input[type="email"],
.form-box input[type="tel"],
.form-box input[type="search"],
.form-box input[type="url"],
.form-box textarea  {
    margin-bottom: 1rem;
}

.form-box textarea {
    min-height: 120px;
}


@media (min-width: 480px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .hero-title {
        font-size: 5.2rem;
    }
}

@media (min-width: 992px) {
    .hero {
        text-align: left;
    }
    
    .hero-title {
        font-size: 6.8rem;
    }
    
    .hero-subtitle {
        font-size: 2.4rem;
    }
}

@media (min-width: 1200px) {
    .hero-title {
        font-size: 7.6rem;
    }

    .hero-subtitle {
        font-size: 2.8rem;
    }
}

.represent-list {
    margin-bottom: 0;
}

.represent-list li {
    position: relative;
    padding-left: 2rem;
    margin-top: .6rem;
    padding-top: .2rem;
    letter-spacing: .04em;
    padding-bottom: .2rem;
}

.represent-list li:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    background-color: #ccc;
}

.faq h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--secondary-color);
    margin-bottom: 2rem;
}

.faq-container {
    overflow: hidden;
    font-size: 1.5rem;
}

.faq-container .row {
    margin-left: -3rem;
    margin-right: -3rem;
}

.faq-container [class*= 'col-'] {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 3rem;
}


.faq-container [class*= 'col-']:not(:first-child) {
    border-left: .2rem solid #ccc;
}

.faq-container li {
    position: relative;
    padding-left: 1.5rem;
}

.faq-container li:before {
    content: '';
    position: absolute;
    top: 1rem;
    left: 0;
    width: .4rem;
    height: .4rem;
    border-radius: 50%;
    background-color: #ccc;
}

.about-image {
    box-shadow: 16px 16px 16px rgba(0,0,0,.25);
}

.card {
    color: #999;
    color: var(--dark-color);
    margin-top: -3rem;
    padding: 3.6rem;
    background-color: #fff;
    width: 100%;
    margin-bottom: 6rem;
}

.card-title {
    margin-bottom: .5rem;
    font-size: 2.2rem;
    line-height: 1.25;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 2.4rem;
}

.card-title span {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: .5rem;
    letter-spacing: .08em;
    color: var(--primary-color);
}

.content-stretch [class*= 'col-'] {
    display: flex;
}

.card p:not(last-child) {
    margin-bottom: 0;    
}

.result {
    text-align: center;
    margin-bottom: 5rem;
}

.result-title {
    color: inherit;
    margin: 0 0 1.6rem;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.result-value {
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.result-value span {
    display: block;
    font-size: 2.4rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.result p {
    color: #ccc;
}

.result p:last-child {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .result-value {
        font-size: 4.8rem;
    }
}

@media (min-width: 992px) {
    .card {
        margin-top: -7rem;
        margin-bottom: 10rem;
    }
}


/*--------------------------------------- */
/* ----------- 7.Inputs --------------- */
/*--------------------------------------- */
.contact-form:not(.form-box) {
    margin-bottom: 2rem;
}

label {
	display: inline-block;
	color: var(--dark-color);
	font-weight: 700;
	font-size: 1.4rem !important;
	line-height: 1.5;
	letter-spacing: 0.05rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.text-white label {
    color: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea {
	display: block;
	width: 100%;
	height: 52px;
	padding: 1.3rem 2rem !important;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.05rem;
	margin: 0 0 2rem;
	color: var(--dark-color);
	border: .1rem solid #dfe5e8;
	border-radius: 0;
	background-color: #f5f5f5;
	transition: border-color .35s ease;
    box-shadow: none;
	-webkit-appearance: none;
	background-position: left bottom, center 100%;
}

.text-white input[type="text"],
.text-white input[type="password"],
.text-white input[type="email"],
.text-white input[type="tel"],
.text-white input[type="search"],
.text-white input[type="url"],
.text-white textarea {
    border-color: #fff;
    background-color: #fff;
}

::-webkit-input-placeholder {
	color: var(--dark-color);
}

:-ms-input-placeholder {
	color: var(--dark-color);
}

::-ms-input-placeholder {
	color: var(--dark-color);
}

::placeholder {
	color: var(--dark-color);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
	outline: none;
    box-shadow: none;
    border-color: var(--primary-color);
}

textarea {
	min-height: 270px;
	resize: vertical;
}


/*--------------------------------------- */
/* ----------- 8.Buttons --------------- */
/*--------------------------------------- */
[type="submit"] {
    cursor: pointer;
    margin-top: 1rem;
}

[type="submit"],
.button {
	position: relative;
	display: -ms-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding: 1.75rem 3rem !important;
    min-width: 200px;
    font-weight: 700;
    font-size: 1.4rem !important;
    line-height: 1.5;
	letter-spacing: 0.06rem;
	text-transform: uppercase;
	border: .1rem solid var(--primary-color);
	border-radius: 0;
	color: #fff;
	background-color: var(--primary-color);
	transition: all 0.35s ease;
	-webkit-appearance: none;
}

.button:hover,
.button:focus,
[type="submit"]:hover,
[type="submit"]:focus {
    color: #fff;
    outline: none;
    border-color: var(--primary-color-light);
	background-color: var(--primary-color-light);
}

.contact-form .button,
.contact-form [type="submit"] {
    width: 100%;
}

.contact-form [type="submit"] {
    color: #fff;
	border-color: var(--dark-color);
	background-color: var(--dark-color);
}
body .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin: 0;
}

.contact-form [type="submit"]:hover,
.contact-form [type="submit"]:focus {
    color: #fff;
	border-color: #222222;
	background-color: #222222;
}

@media (min-width: 768px) {
    [type="submit"],
    .button {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

/*--------------------------------------- */
/* ----------- 9.Footer ----------------- */
/*--------------------------------------- */
.footer {
    color:#2f2f2f;
    font-size: 1.5rem;
    line-height: 1.5;
    border-top: .1rem solid #dfe5e8;
    border-bottom: .8rem solid var(--primary-color);
}

.footer-logo {
    margin-bottom: 3.6rem;
}

.footer-middle {
    padding-top: 4rem;
    padding-bottom: 2rem;
}


.footer-bottom {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.contact-info {
    line-height: 1.75;
}

.contact-info a {
    display: block;
}

.contact-phone {
    color: var(--primary-color);
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: .8rem;
    font-size: 3.2rem;
    line-height: 1;
}

.copyright {
    margin-bottom: 0;
}

.contact-email {
    color: inherit;
}

.contact-email:hover,
.contact-email:focus {
    color: var(--primary-color);
}

/* Scroller - To Top */
#scroller {
	position: fixed;
    bottom: 9rem;
    right: 4rem;
    display: none;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	cursor: pointer;
	z-index: 999;
	width: 6.2rem;
    height: 6.2rem;
    font-weight: normal;
	font-size: 2.2rem;
	line-height: 1.1;
	text-align: center;
    opacity: 0;
	text-transform: uppercase;
	transition: all 0.4s ease;
	-ms-transform: translateY(60px);
	transform: translateY(60px);
	border-radius: 50%;
    border:none;
	color: #fff;
    background-color:var(--primary-color);
    box-shadow: 2px 2px 6px rgba(0,0,0, .18), -2px 2px 6px rgba(0,0,0, .18);
	overflow: hidden;
}

#scroller i {
    display: inline-block;
    margin-top: -.2rem;
}

#scroller.show {
	opacity: 1;
	visibility: visible;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

#scroller:hover,
#scroller:focus {
	color: #fff;
    background-color:var(--primary-color-light);
    box-shadow: 2px 2px 9px rgba(0,0,0, .3), -2px 2px 9px rgba(0,0,0, .3);
}

@media (min-width: 768px) {
    #scroller {
        display: flex;
    }
        

    .contact-info {
        font-size: 1.7rem;
    }
}

@media (min-width: 992px) {
    #scroller {	
        width: 7.2rem;
        height: 7.2rem;
        font-size: 2.4rem;
    }
}


@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
}
.video-section .row {
    display: flex;
    justify-content: center;
}


/*--------------------------------------- */
/* ----------- 10.Grid ------------------ */
/*--------------------------------------- */
/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .container-fluid {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .container-fluid {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.row {
    display: flex;
    display: -ms-flex;
    flex: 1 0 100%;
    flex-wrap: wrap;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}


@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.666667%;
    }
}

/*--------------------------------------- */
/* ----------- 11.Utilities ------------- */
/*--------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.image-fluid {
	max-width: none;
	width: 100%;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-left {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-white {
	color: #fff !important;
}

.text-dark {
	color: #0b101c !important;
}

.text-gray {
	color: #ccc !important;
}

.text-primary {
	color: var(--primary-color) !important;
}

.text-secondary {
	color:var(--secondary-color) !important;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.bg-overlay {
    position: relative;
}

.bg-overlay .container,
.bg-overlay .container-fluid {
    position: relative;
    z-index: 2;
}

.bg-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: .65;
}

.bg-overlay-primary:after {
    opacity: .5;
    background-color: var(--primary-color);
}

.bg-primary {
	color: #fff;
	background-color: var(--primary-color) !important;
}

.bg-secondary {
	color: #fff;
	background-color: var(--secondary-color) !important;
}

.bg-dark {
	color: #fff;
	background-color: var(--dark-color) !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-transparent {
	background-color: transparent !important;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.bg-gray-2 {
    background-color: #4d4d4d !important;
}

.highlight {
	color: #fff;
	background-color: var(--primary-color);
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.d-flex {
    display: flex !important;
    display: -ms-flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}
.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-last {
    order: 6 !important;
}

[class^='mt-']:after,
[class^='mb-']:after {
    content: '';
    display: table;
    clear: both;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 1rem !important;
}

.mt-2 {
    margin-top: 2rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 4rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mt-9 {
    margin-top: 9rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 1rem !important;
}

.mb-2 {
    margin-bottom: 2rem !important;
}

.mb-3 {
    margin-bottom: 3rem !important;
}

.mb-4 {
    margin-bottom: 4rem !important;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mb-6 {
    margin-bottom: 6rem !important;
}

.mb-7 {
    margin-bottom: 7rem !important;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mb-9 {
    margin-bottom: 9rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 1rem !important;
}

.pt-2 {
    padding-top: 2rem !important;
}

.pt-3 {
    padding-top: 3rem !important;
}

.pt-4 {
    padding-top: 4rem !important;
}

.pt-5 {
    padding-top: 5rem !important;
}

.pt-6 {
    padding-top: 6rem !important;
}

.pt-7 {
    padding-top: 7rem !important;
}

.pt-8 {
    padding-top: 8rem !important;
}

.pt-9 {
    padding-top: 9rem !important;
}

.pt-10 {
    padding-top: 10rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 1rem !important;
}

.pb-2 {
    padding-bottom: 2rem !important;
}

.pb-3 {
    padding-bottom: 3rem !important;
}

.pb-4 {
    padding-bottom: 4rem !important;
}

.pb-5 {
    padding-bottom: 5rem !important;
}

.pb-6 {
    padding-bottom: 6rem !important;
}

.pb-7 {
    padding-bottom: 7rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-9 {
    padding-bottom: 9rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 1rem !important;
    }
    .mt-sm-2 {
        margin-top: 2rem !important;
    }
    .mt-sm-3 {
        margin-top: 3rem !important;
    }
    .mt-sm-4 {
        margin-top: 4rem !important;
    }
    .mt-sm-5 {
        margin-top: 5rem !important;
    }
    .mt-sm-6 {
        margin-top: 6rem !important;
    }
    .mt-sm-7 {
        margin-top: 7rem !important;
    }
    .mt-sm-8 {
        margin-top: 8rem !important;
    }
    .mt-sm-9 {
        margin-top: 9rem !important;
    }
    .mt-sm-10 {
        margin-top: 10rem !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 2rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 4rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 5rem !important;
    }
    .mb-sm-6 {
        margin-bottom: 6rem !important;
    }
    .mb-sm-7 {
        margin-bottom: 7rem !important;
    }
    .mb-sm-8 {
        margin-bottom: 8rem !important;
    }
    .mb-sm-9 {
        margin-bottom: 9rem !important;
    }
    .mb-sm-10 {
        margin-bottom: 10rem !important;
    }
    
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 1rem !important;
    }
    .pt-sm-2 {
        padding-top: 2rem !important;
    }
    .pt-sm-3 {
        padding-top: 3rem !important;
    }
    .pt-sm-4 {
        padding-top: 4rem !important;
    }
    .pt-sm-5 {
        padding-top: 5rem !important;
    }
    .pt-sm-6 {
        padding-top: 6rem !important;
    }
    .pt-sm-7 {
        padding-top: 7rem !important;
    }
    .pt-sm-8 {
        padding-top: 8rem !important;
    }
    .pt-sm-9 {
        padding-top: 9rem !important;
    }
    .pt-sm-10 {
        padding-top: 10rem !important;
    }
    
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 2rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 3rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 4rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 5rem !important;
    }
    .pb-sm-6 {
        padding-bottom: 6rem !important;
    }
    .pb-sm-7{
        padding-bottom: 7rem !important;
    }
    .pb-sm-8 {
        padding-bottom: 8rem !important;
    }
    .pb-sm-9 {
        padding-bottom: 9rem !important;
    }
    .pb-sm-10 {
        padding-bottom: 10rem !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
        display: -ms-flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 1rem !important;
    }
    .mt-md-2 {
        margin-top: 2rem !important;
    }
    .mt-md-3 {
        margin-top: 3rem !important;
    }
    .mt-md-4 {
        margin-top: 4rem !important;
    }
    .mt-md-5 {
        margin-top: 5rem !important;
    }
    .mt-md-6 {
        margin-top: 6rem !important;
    }
    .mt-md-7 {
        margin-top: 7rem !important;
    }
    .mt-md-8 {
        margin-top: 8rem !important;
    }
    .mt-md-9 {
        margin-top: 9rem !important;
    }
    .mt-md-10 {
        margin-top: 10rem !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 1rem !important;
    }
    .mb-md-2 {
        margin-bottom: 2rem !important;
    }
    .mb-md-3 {
        margin-bottom: 3rem !important;
    }
    .mb-md-4 {
        margin-bottom: 4rem !important;
    }
    .mb-md-5 {
        margin-bottom: 5rem !important;
    }
    .mb-md-6 {
        margin-bottom: 6rem !important;
    }
    .mb-md-7 {
        margin-bottom: 7rem !important;
    }
    .mb-md-8 {
        margin-bottom: 8rem !important;
    }
    .mb-md-9 {
        margin-bottom: 9rem !important;
    }
    .mb-md-10 {
        margin-bottom: 10rem !important;
    }
    
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 1rem !important;
    }
    .pt-md-2 {
        padding-top: 2rem !important;
    }
    .pt-md-3 {
        padding-top: 3rem !important;
    }
    .pt-md-4 {
        padding-top: 4rem !important;
    }
    .pt-md-5 {
        padding-top: 5rem !important;
    }
    .pt-md-6 {
        padding-top: 6rem !important;
    }
    .pt-md-7 {
        padding-top: 7rem !important;
    }
    .pt-md-8 {
        padding-top: 8rem !important;
    }
    .pt-md-9 {
        padding-top: 9rem !important;
    }
    .pt-md-10 {
        padding-top: 10rem !important;
    }
    
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 1rem !important;
    }
    .pb-md-2 {
        padding-bottom: 2rem !important;
    }
    .pb-md-3 {
        padding-bottom: 3rem !important;
    }
    .pb-md-4 {
        padding-bottom: 4rem !important;
    }
    .pb-md-5 {
        padding-bottom: 5rem !important;
    }
    .pb-md-6 {
        padding-bottom: 6rem !important;
    }
    .pb-md-7{
        padding-bottom: 7rem !important;
    }
    .pb-md-8 {
        padding-bottom: 8rem !important;
    }
    .pb-md-9 {
        padding-bottom: 9rem !important;
    }
    .pb-md-10 {
        padding-bottom: 10rem !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
        display: -ms-flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    
    .order-lg-last {
        order: 6 !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 1rem !important;
    }
    .mt-lg-2 {
        margin-top: 2rem !important;
    }
    .mt-lg-3 {
        margin-top: 3rem !important;
    }
    .mt-lg-4 {
        margin-top: 4rem !important;
    }
    .mt-lg-5 {
        margin-top: 5rem !important;
    }
    .mt-lg-6 {
        margin-top: 6rem !important;
    }
    .mt-lg-7 {
        margin-top: 7rem !important;
    }
    .mt-lg-8 {
        margin-top: 8rem !important;
    }
    .mt-lg-9 {
        margin-top: 9rem !important;
    }
    .mt-lg-10 {
        margin-top: 10rem !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 2rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 4rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 5rem !important;
    }
    .mb-lg-6 {
        margin-bottom: 6rem !important;
    }
    .mb-lg-7 {
        margin-bottom: 7rem !important;
    }
    .mb-lg-8 {
        margin-bottom: 8rem !important;
    }
    .mb-lg-9 {
        margin-bottom: 9rem !important;
    }
    .mb-lg-10 {
        margin-bottom: 10rem !important;
    }
    
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 1rem !important;
    }
    .pt-lg-2 {
        padding-top: 2rem !important;
    }
    .pt-lg-3 {
        padding-top: 3rem !important;
    }
    .pt-lg-4 {
        padding-top: 4rem !important;
    }
    .pt-lg-5 {
        padding-top: 5rem !important;
    }
    .pt-lg-6 {
        padding-top: 6rem !important;
    }
    .pt-lg-7 {
        padding-top: 7rem !important;
    }
    .pt-lg-8 {
        padding-top: 8rem !important;
    }
    .pt-lg-9 {
        padding-top: 9rem !important;
    }
    .pt-lg-10 {
        padding-top: 10rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 2rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 3rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 4rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 5rem !important;
    }
    .pb-lg-6 {
        padding-bottom: 6rem !important;
    }
    .pb-lg-7{
        padding-bottom: 7rem !important;
    }
    .pb-lg-8 {
        padding-bottom: 8rem !important;
    }
    .pb-lg-9 {
        padding-bottom: 9rem !important;
    }
    .pb-lg-10 {
        padding-bottom: 10rem !important;
    }
}
.gform_required_legend {
    display: none
}