.screen-reader-text, .sr-only {
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important; } .cover {
background-position: center;
background-repeat: no-repeat;
background-size: cover; } .text-center {
text-align: center; }
.text-right {
text-align: right; }
.text-left {
text-align: left; } .text-muted {
color: #ccc; }
.text-light {
color: #fff; }  html.has-scroll-smooth {
overflow: hidden; }
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.has-scroll-smooth body {
overflow: hidden; }
.has-scroll-smooth [data-scroll-container] {
min-height: 100vh; }
.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100%;
-webkit-transform-origin: center right;
transform-origin: center right;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
opacity: 0; }
.c-scrollbar:hover {
-webkit-transform: scaleX(1.45);
transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
opacity: 1; }
.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing; }
.wpcf7-row {
margin-left: -10px;
margin-right: -10px;
display: block; }
.wpcf7-row:after {
content: "";
display: table;
clear: both; }
.wpcf7-col {
float: left;
display: block;
position: relative;
padding-right: 10px;
padding-left: 10px;
width: 100%; }
.wpcf7-col-12 {
width: 100%; }
.wpcf7-col-6 {
width: 50%; }
@media (min-width: 768px) {
.wpcf7-col-md-12 {
width: 100%; } }
@media (min-width: 768px) {
.wpcf7-col-md-6 {
width: 50%; } }
@media (min-width: 768px) {
.wpcf7-col-md-4 {
width: 33.333333333%; } }
@media (min-width: 768px) {
.wpcf7-col-md-3 {
width: 25%; } }
@media (min-width: 768px) {
.wpcf7-col-md-2 {
width: 16.6666666667%; } }
.wpcf7-google-recaptcha {
font-size: 12px;
margin-bottom: 20px;
color: rgba(255, 255, 255, 0.6);
display: block; }
.wpcf7-google-recaptcha a {
color: #999999; }
.grecaptcha-badge {
display: none; }
.wpcf7-group {
display: block;
margin-bottom: 20px; }
.wpcf7-group label {
display: block;
text-transform: uppercase;
font-weight: 500;
font-size: 14px;
color: #ffffff; }
.wpcf7-group--left {
text-align: left; }
.wpcf7-group--right {
text-align: right; }
.wpcf7-group--center {
text-align: center; }
.wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
display: block;
color: #ffffff;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
padding: 0 20px;
line-height: 42px;
width: 100%;
background-color: rgba(255, 255, 255, 0.2);
border-color: #ffffff; }
.wpcf7-form-control.wpcf7-text:active, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:active, .wpcf7-form-control.wpcf7-textarea:focus {
color: #ffffff;
border-color: #cccccc; }
.wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.8); }
.wpcf7-form-control.wpcf7-text:-ms-input-placeholder, .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.8); }
.wpcf7-form-control.wpcf7-text::-ms-input-placeholder, .wpcf7-form-control.wpcf7-textarea::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.8); }
.wpcf7-form-control.wpcf7-text::placeholder, .wpcf7-form-control.wpcf7-textarea::placeholder {
color: rgba(255, 255, 255, 0.8); }
.wpcf7-form-control.wpcf7-text.wpcf7-not-valid, .wpcf7-form-control.wpcf7-textarea.wpcf7-not-valid {
border-color: #F44336; }
.wpcf7-form-control.wpcf7-textarea {
height: 160px; }
.wpcf7-form-light .wpcf7-form-control.wpcf7-text, .wpcf7-form-light .wpcf7-form-control.wpcf7-textarea {
background-color: #f2f2f2;
border-color: #ffffff; }
@-webkit-keyframes loading-bar-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes loading-bar-spinner {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
transform: rotate(360deg); } }
.wpcf7 {
position: relative; }
.wpcf7:before {
content: '';
left: 50%;
margin-left: -20px;
top: 50%;
margin-top: -20px;
position: absolute;
z-index: 19 !important;
-webkit-animation: loading-bar-spinner 400ms linear infinite;
animation: loading-bar-spinner 400ms linear infinite;
width: 40px;
height: 40px;
border: solid 4px transparent;
border-top-color: #999999 !important;
border-left-color: #999999 !important;
border-radius: 50%;
-webkit-transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
transition: visibility .3s ease-in-out, opacity .3s ease-in-out;
visibility: hidden;
opacity: 0; }
.wpcf7 .wpcf7-form {
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
opacity: 1; }
.wpcf7.is-wpcf7-processing {
-ms-touch-action: none;
touch-action: none;
pointer-events: none;
cursor: progress; }
.wpcf7.is-wpcf7-processing .wpcf7-form {
opacity: 0.2; }
.wpcf7.is-wpcf7-processing:before {
visibility: visible;
opacity: 1; }
.wpcf7 span.ajax-loader {
display: none; }
.wpcf7 .wpcf7-not-valid-tip {
display: none; }
.wpcf7 form .wpcf7-response-output {
margin: 0;
border: 0;
color: #ffffff;
text-align: center;
padding: 15px 20px; }
.wpcf7 form .wpcf7-response-output {
margin: 0;
border: 0; }
.wpcf7 form.sent .wpcf7-response-output {
background: #4CAF50; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
background: #F44336; }
.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
background: #F44336; }
.custom-select,
.orderby, .woocommerce div.product form.cart .variations td select {
display: block;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
min-height: 54px;
color: #ffffff;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
padding: 0 20px;
border-radius: 0;
line-height: 1.6em;
background-color: rgba(255, 255, 255, 0.2);
border-color: #ffffff;
border-width: 1px;
background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10.96 5.48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.48 5.48-5.48-5.48h10.96z' fill='%23808285'/%3E%3C/svg%3E");
background-position: right 20px center;
background-size: 10.6666666667px 8px;
background-repeat: no-repeat;
padding-right: 42px;
width: 100%; }
.custom-select:active, .custom-select:focus,
.orderby:active,
.orderby:focus, .woocommerce div.product form.cart .variations td select:active, .woocommerce div.product form.cart .variations td select:focus {
color: #ffffff;
border-color: #cccccc; }
.custom-select::-webkit-input-placeholder,
.orderby::-webkit-input-placeholder, .woocommerce div.product form.cart .variations td select::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.8); }
.custom-select:-ms-input-placeholder,
.orderby:-ms-input-placeholder, .woocommerce div.product form.cart .variations td select:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.8); }
.custom-select::-ms-input-placeholder,
.orderby::-ms-input-placeholder, .woocommerce div.product form.cart .variations td select::-ms-input-placeholder {
color: rgba(255, 255, 255, 0.8); }
.custom-select::placeholder,
.orderby::placeholder, .woocommerce div.product form.cart .variations td select::placeholder {
color: rgba(255, 255, 255, 0.8); }
.custom-select[multiple], .custom-select[size]:not([size="1"]),
.orderby[multiple],
.orderby[size]:not([size="1"]), .woocommerce div.product form.cart .variations td select[multiple], .woocommerce div.product form.cart .variations td select[size]:not([size="1"]) {
height: auto;
padding-right: 0;
background-image: none; }
.custom-select:-moz-focusring,
.orderby:-moz-focusring, .woocommerce div.product form.cart .variations td select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 0; } .slick-slider {
position: relative;
display: block;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent; }
.slick-list {
position: relative;
overflow: hidden;
display: block;
margin: 0;
padding: 0; }
.slick-list:focus {
outline: none; }
.slick-list.dragging {
cursor: pointer;
cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slick-track {
position: relative;
left: 0;
top: 0;
display: block;
margin-left: auto;
margin-right: auto; }
.slick-track:before, .slick-track:after {
content: "";
display: table; }
.slick-track:after {
clear: both; }
.slick-loading .slick-track {
visibility: hidden; }
.slick-slide {
float: left;
height: 100%;
min-height: 1px;
display: none; }
[dir="rtl"] .slick-slide {
float: right; }
.slick-slide img {
display: block; }
.slick-slide.slick-loading img {
display: none; }
.slick-slide.dragging img {
pointer-events: none; }
.slick-initialized .slick-slide {
display: block; }
.slick-loading .slick-slide {
visibility: hidden; }
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent; }
.slick-arrow.slick-hidden {
display: none; }   html {
font-family: sans-serif; } body {
overflow: hidden;
overflow-y: scroll;
font-weight: 300;
font-size: 18px;
font-family: "Raleway", sans-serif;
line-height: 1.75;
font-weight: 300;
background-color: #000000;
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
font-smoothing: geometricPrecision; } main {
display: block; } ::-moz-selection {
background-color: rgba(153, 153, 153, 0.4);
color: #ffffff; }
::selection {
background-color: rgba(153, 153, 153, 0.4);
color: #ffffff; }   h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5 {
margin-top: 0;
margin-bottom: 2rem;
line-height: 1.2;
font-family: "Raleway", sans-serif;
font-weight: 600; }
h1, .h1 {
font-size: 3rem; }
h2, .h2 {
font-size: 2.5rem; }
h3, .h3 {
font-size: 2rem; }
h4, .h4 {
font-size: 1.5rem; }
h5, .h5 {
font-size: 1.25rem; }
h6, .h6 {
font-size: 1rem; }
.display-1, .display-2, .display-3, .display-4 {
padding: 0;
text-transform: uppercase;
font-weight: 400; }
.display-1 {
font-size: 5rem; }
.display-2 {
font-size: 4.5rem; }
.display-3 {
font-size: 4rem; }
.display-4 {
font-size: 3.5rem; } p {
padding-bottom: 0;
margin: 0 0 30px;
line-height: 1.8em; }
.lead {
font-size: 22px;
font-family: "Raleway", sans-serif;
font-weight: 500; }
.pretitle {
margin: 0;
padding: 0;
font-weight: 400;
color: #999999;
text-transform: uppercase;
font-family: "Raleway", sans-serif;
font-size: 16px; } a {
background-color: transparent;
-webkit-transition: color .3s ease-in-out;
transition: color .3s ease-in-out;
-webkit-text-decoration-skip: objects;
text-decoration: underline;
color: #999999; }
a:hover {
color: #737373; }
a:focus, a:active {
outline: thin dotted;
outline: none;
text-decoration: none; }   @-webkit-keyframes scrollRight {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
50% {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@keyframes scrollRight {
0% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
50% {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
100% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); } }
@-webkit-keyframes scrollLeft {
0% {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
100% {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); } }
@keyframes scrollLeft {
0% {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); }
50% {
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
100% {
-webkit-transform: translate(-100%, 0);
transform: translate(-100%, 0); } }  .container {
margin-left: auto;
margin-right: auto;
max-width: 1170px;
width: 90%; } .container-fluid {
margin-left: auto;
margin-right: auto;
width: 100%; }
.et_pb_row.et_pb_row_standard {
width: 90%; }
@media (min-width: 1200px) {
.et_pb_row.et_pb_row_standard {
padding-left: 80px;
padding-right: 80px;
max-width: 90%; } }
@media (min-width: 1680px) {
.et_pb_row.et_pb_row_standard {
padding-left: 130px;
padding-right: 130px; } }
@media (min-width: 2240px) {
.et_pb_row.et_pb_row_standard {
padding-left: 160px;
padding-right: 160px; } }
.container-large {
margin-left: auto;
margin-right: auto;
width: 90%; }
@media (min-width: 1200px) {
.container-large {
padding-left: 80px;
padding-right: 80px;
max-width: 90%; } }
@media (min-width: 1680px) {
.container-large {
padding-left: 130px;
padding-right: 130px; } }
@media (min-width: 2240px) {
.container-large {
padding-left: 160px;
padding-right: 160px; } }
.container-wide {
margin-left: auto;
margin-right: auto;
width: 90%; }
@media (min-width: 1200px) {
.container-wide {
max-width: 90%; } }   .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-flex: 0;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin-right: -1.5rem;
margin-left: -1.5rem; }
.row.reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse; }
.row.row-flush {
-webkit-box-flex: 0;
-ms-flex: none;
flex: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
align-self: stretch;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start; } [class^="col-"] {
position: relative;
padding-left: 1.5rem;
padding-right: 1.5rem;
width: 100%; }
[class^="col-"].reverse {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse; }
.col-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.col-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.col-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.col-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.col-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.col-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.col-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.col-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.col-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.col-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.col-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.col-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
@media (min-width: 0) {
.col-xs-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.offset-xs-1 {
margin-left: 8.3333333333%; }
.col-xs-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.offset-xs-2 {
margin-left: 16.6666666667%; }
.col-xs-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.offset-xs-3 {
margin-left: 25%; }
.col-xs-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.offset-xs-4 {
margin-left: 33.3333333333%; }
.col-xs-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.offset-xs-5 {
margin-left: 41.6666666667%; }
.col-xs-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.offset-xs-6 {
margin-left: 50%; }
.col-xs-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.offset-xs-7 {
margin-left: 58.3333333333%; }
.col-xs-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.offset-xs-8 {
margin-left: 66.6666666667%; }
.col-xs-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.offset-xs-9 {
margin-left: 75%; }
.col-xs-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.offset-xs-10 {
margin-left: 83.3333333333%; }
.col-xs-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.offset-xs-11 {
margin-left: 91.6666666667%; }
.col-xs-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-xs-12 {
margin-left: 100%; } }
@media (min-width: 576px) {
.col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.offset-sm-1 {
margin-left: 8.3333333333%; }
.col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.offset-sm-2 {
margin-left: 16.6666666667%; }
.col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.offset-sm-3 {
margin-left: 25%; }
.col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.offset-sm-4 {
margin-left: 33.3333333333%; }
.col-sm-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.offset-sm-5 {
margin-left: 41.6666666667%; }
.col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.offset-sm-6 {
margin-left: 50%; }
.col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.offset-sm-7 {
margin-left: 58.3333333333%; }
.col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.offset-sm-8 {
margin-left: 66.6666666667%; }
.col-sm-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.offset-sm-9 {
margin-left: 75%; }
.col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.offset-sm-10 {
margin-left: 83.3333333333%; }
.col-sm-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.offset-sm-11 {
margin-left: 91.6666666667%; }
.col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-sm-12 {
margin-left: 100%; } }
@media (min-width: 768px) {
.col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.offset-md-1 {
margin-left: 8.3333333333%; }
.col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.offset-md-2 {
margin-left: 16.6666666667%; }
.col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.offset-md-3 {
margin-left: 25%; }
.col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.offset-md-4 {
margin-left: 33.3333333333%; }
.col-md-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.offset-md-5 {
margin-left: 41.6666666667%; }
.col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.offset-md-6 {
margin-left: 50%; }
.col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.offset-md-7 {
margin-left: 58.3333333333%; }
.col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.offset-md-8 {
margin-left: 66.6666666667%; }
.col-md-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.offset-md-9 {
margin-left: 75%; }
.col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.offset-md-10 {
margin-left: 83.3333333333%; }
.col-md-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.offset-md-11 {
margin-left: 91.6666666667%; }
.col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-md-12 {
margin-left: 100%; } }
@media (min-width: 992px) {
.col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.offset-lg-1 {
margin-left: 8.3333333333%; }
.col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.offset-lg-2 {
margin-left: 16.6666666667%; }
.col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.offset-lg-3 {
margin-left: 25%; }
.col-lg-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.offset-lg-4 {
margin-left: 33.3333333333%; }
.col-lg-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.offset-lg-5 {
margin-left: 41.6666666667%; }
.col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.offset-lg-6 {
margin-left: 50%; }
.col-lg-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.offset-lg-7 {
margin-left: 58.3333333333%; }
.col-lg-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.offset-lg-8 {
margin-left: 66.6666666667%; }
.col-lg-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.offset-lg-9 {
margin-left: 75%; }
.col-lg-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.offset-lg-10 {
margin-left: 83.3333333333%; }
.col-lg-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.offset-lg-11 {
margin-left: 91.6666666667%; }
.col-lg-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-lg-12 {
margin-left: 100%; } }
@media (min-width: 1200px) {
.col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.offset-xl-1 {
margin-left: 8.3333333333%; }
.col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.offset-xl-2 {
margin-left: 16.6666666667%; }
.col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.offset-xl-3 {
margin-left: 25%; }
.col-xl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.offset-xl-4 {
margin-left: 33.3333333333%; }
.col-xl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.offset-xl-5 {
margin-left: 41.6666666667%; }
.col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.offset-xl-6 {
margin-left: 50%; }
.col-xl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.offset-xl-7 {
margin-left: 58.3333333333%; }
.col-xl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.offset-xl-8 {
margin-left: 66.6666666667%; }
.col-xl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.offset-xl-9 {
margin-left: 75%; }
.col-xl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.offset-xl-10 {
margin-left: 83.3333333333%; }
.col-xl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.offset-xl-11 {
margin-left: 91.6666666667%; }
.col-xl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-xl-12 {
margin-left: 100%; } }
@media (min-width: 1350px) {
.col-xxl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.offset-xxl-1 {
margin-left: 8.3333333333%; }
.col-xxl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.offset-xxl-2 {
margin-left: 16.6666666667%; }
.col-xxl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.offset-xxl-3 {
margin-left: 25%; }
.col-xxl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.offset-xxl-4 {
margin-left: 33.3333333333%; }
.col-xxl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.offset-xxl-5 {
margin-left: 41.6666666667%; }
.col-xxl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.offset-xxl-6 {
margin-left: 50%; }
.col-xxl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.offset-xxl-7 {
margin-left: 58.3333333333%; }
.col-xxl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.offset-xxl-8 {
margin-left: 66.6666666667%; }
.col-xxl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.offset-xxl-9 {
margin-left: 75%; }
.col-xxl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.offset-xxl-10 {
margin-left: 83.3333333333%; }
.col-xxl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.offset-xxl-11 {
margin-left: 91.6666666667%; }
.col-xxl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-xxl-12 {
margin-left: 100%; } }
@media (min-width: 1680px) {
.col-xxxl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.3333333333%;
flex: 0 0 8.3333333333%;
max-width: 8.3333333333%; }
.offset-xxxl-1 {
margin-left: 8.3333333333%; }
.col-xxxl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.6666666667%;
flex: 0 0 16.6666666667%;
max-width: 16.6666666667%; }
.offset-xxxl-2 {
margin-left: 16.6666666667%; }
.col-xxxl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%; }
.offset-xxxl-3 {
margin-left: 25%; }
.col-xxxl-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.3333333333%;
flex: 0 0 33.3333333333%;
max-width: 33.3333333333%; }
.offset-xxxl-4 {
margin-left: 33.3333333333%; }
.col-xxxl-5 {
-webkit-box-flex: 0;
-ms-flex: 0 0 41.6666666667%;
flex: 0 0 41.6666666667%;
max-width: 41.6666666667%; }
.offset-xxxl-5 {
margin-left: 41.6666666667%; }
.col-xxxl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%; }
.offset-xxxl-6 {
margin-left: 50%; }
.col-xxxl-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.3333333333%;
flex: 0 0 58.3333333333%;
max-width: 58.3333333333%; }
.offset-xxxl-7 {
margin-left: 58.3333333333%; }
.col-xxxl-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.6666666667%;
flex: 0 0 66.6666666667%;
max-width: 66.6666666667%; }
.offset-xxxl-8 {
margin-left: 66.6666666667%; }
.col-xxxl-9 {
-webkit-box-flex: 0;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%; }
.offset-xxxl-9 {
margin-left: 75%; }
.col-xxxl-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.3333333333%;
flex: 0 0 83.3333333333%;
max-width: 83.3333333333%; }
.offset-xxxl-10 {
margin-left: 83.3333333333%; }
.col-xxxl-11 {
-webkit-box-flex: 0;
-ms-flex: 0 0 91.6666666667%;
flex: 0 0 91.6666666667%;
max-width: 91.6666666667%; }
.offset-xxxl-11 {
margin-left: 91.6666666667%; }
.col-xxxl-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%; }
.offset-xxxl-12 {
margin-left: 100%; } }    .button,
.et_pb_button.et_pb_button_primary {
white-space: nowrap;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
text-decoration: none;
background-image: none;
background-color: transparent;
border: 1px solid transparent;
font-style: normal;
text-transform: uppercase;
font-family: "Raleway", sans-serif;
font-weight: 400;
line-height: 1em !important;
color: #fff;
letter-spacing: 1px;
-ms-touch-action: manipulation;
touch-action: manipulation;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
line-height: 1em;
position: relative;
padding: 0;
margin: 0;
padding: 18px 40px;
font-size: 1rem;
border-radius: 2px; }
.button:hover, .button:active,
.et_pb_button.et_pb_button_primary:hover,
.et_pb_button.et_pb_button_primary:active {
padding: 18px 40px;
font-size: 1rem;
border-radius: 2px; }
.button:hover,
.et_pb_button.et_pb_button_primary:hover {
-webkit-transform: translate(0, -1px);
transform: translate(0, -1px);
border-width: 1px; }
.button:active,
.et_pb_button.et_pb_button_primary:active {
border-width: 1px; }
.button:focus,
.et_pb_button.et_pb_button_primary:focus {
outline: thin dotted;
outline: none;
text-decoration: none; }
.button:after,
.et_pb_button.et_pb_button_primary:after {
display: none; }
.button:disabled, .button[disabled],
.et_pb_button.et_pb_button_primary:disabled,
.et_pb_button.et_pb_button_primary[disabled] {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65; } .button__loader {
-webkit-transition: opacity .3s ease-in-out;
transition: opacity .3s ease-in-out;
display: block;
position: absolute;
left: 50%;
top: 50%;
margin-left: -16px;
margin-top: -16px;
height: 32px;
width: 32px;
opacity: 0; }
.loading .button__loader {
-webkit-transition-delay: .3s;
transition-delay: .3s;
opacity: 1; } .button-block {
display: block; }  .button,
.et_pb_button {
background-color: #ccc;
color: #ffffff; }
.button:hover,
.et_pb_button:hover {
background-color: #d9d9d9;
color: #ffffff; }
.button:active,
.et_pb_button:active {
background-color: #bfbfbf; }
.button-primary,
.et_pb_button.et_pb_button_primary {
background-color: transparent;
color: #fff;
border-color: #fff; }
.button-primary:hover,
.et_pb_button.et_pb_button_primary:hover {
border-color: #fff;
background-color: #fff;
color: #000; }
.button-primary:active,
.et_pb_button.et_pb_button_primary:active {
border-color: #fff;
background-color: #fff; }  label {
display: inline-block;
margin-bottom: 0.5rem; } .form-inline {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center; } .form-group {
margin-bottom: 1rem; }  .form-control {
width: 100%;
display: block;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: #ffffff;
background-clip: padding-box;
font-weight: 400;
line-height: 1em;
min-height: 58px;
border: 1px solid #f2f2f2; }
.form-control::-webkit-input-placeholder {
opacity: 1; }
.form-control:-ms-input-placeholder {
opacity: 1; }
.form-control::-ms-input-placeholder {
opacity: 1; }
.form-control::placeholder {
opacity: 1; }
.form-control:disabled, .form-control[readonly] {
opacity: 1; }      .page-header {
z-index: 500;
position: relative;
background-color: transparent;
padding-top: 120px;   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); }
.page-header .container-wide {
position: relative;
padding-bottom: 40px;
padding-top: 120px;
text-align: center; }
@media (min-width: 1200px) {
.page-header .container-wide {
padding-left: 80px;
padding-bottom: 60px;
padding-top: 220px;
text-align: left; } }
@media (min-width: 1680px) {
.page-header .container-wide {
padding-left: 160px; } }
@media (min-width: 992px) {
.page-header {
padding-top: 150px; } } .page-header__title {
z-index: 1;
color: #ffffff;
position: relative;
font-size: 2.5rem;
text-transform: uppercase;
font-weight: 300;
padding: 0;
margin: 0; }
@media (min-width: 992px) {
.page-header__title {
font-size: 3.5rem; } }
@media (min-width: 1350px) {
.page-header__title {
font-size: 4.5rem; } } .page-header__background {
z-index: 0;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%; }
.page-header__background:before {
content: '';
background: -webkit-gradient(linear, left top, right top, from(#0b0c0c), to(rgba(11, 12, 12, 0)));
background: linear-gradient(to right, #0b0c0c 0%, rgba(11, 12, 12, 0) 100%);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%; }  .section-hero {
z-index: 0;
overflow: hidden;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-bottom: 0;
padding-top: 120px; }
.section-hero .container,
.section-hero .container-wide {
width: 100%; }
.section-hero .tns-nav {
display: none;
position: absolute;
right: 0;
bottom: -58px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding-right: 160px; }
.section-hero .tns-nav button {
width: 18px;
height: 18px;
display: block;
border-radius: 18px;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
background-color: rgba(255, 255, 255, 0.4);
border: 0; }
.section-hero .tns-nav button.tns-nav-active {
background-color: white;
-webkit-transform: scale(1.25);
transform: scale(1.25); }
.section-hero .tns-nav button:hover {
background-color: rgba(255, 255, 255, 0.6); }
.section-hero .tns-nav button:active, .section-hero .tns-nav button:focus {
outline: 0; }
.section-hero .tns-nav button + button {
margin-left: 1.5rem; }
@media (min-width: 992px) {
.section-hero .tns-nav {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; } }
@media (min-width: 992px) {
.section-hero {
padding-top: 150px; } } .section-hero__slider {
z-index: 0;
position: relative;
text-align: right; }
.section-hero__slider__items {
z-index: 0;
overflow: hidden;
position: relative;
background-color: #222222;
min-height: 600px;
position: relative;
text-align: left; }
@media (min-width: 992px) {
.section-hero__slider__items {
height: 70vh; } }
.section-hero__slide {
display: block !important;
min-height: 600px;
position: relative; }
@media (min-width: 992px) {
.section-hero__slide {
height: 70vh; } }
.section-hero__slide__background {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
visibility: hidden;
opacity: 0; }
.section-hero__slide__background:before {
z-index: 1;
content: '';   background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%; }
@media (min-width: 1200px) {
.section-hero__slide__background:before {
display: none; } }
.hero-slider-initialised .section-hero__slide__background {
-webkit-transition-delay: 1s;
transition-delay: 1s;
visibility: visible;
opacity: 1; }
.section-hero__slide__controls {
z-index: 4;
height: 64px;
position: absolute;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
left: 0;
top: 50%;
width: 100%; }
.section-hero__slide__controls .slick-arrow {
display: none;
position: absolute;
background-color: transparent;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
cursor: pointer;
padding: 0;
border: 0; }
.section-hero__slide__controls .slick-arrow svg {
fill: #ffffff;
height: 32px;
width: 16px; }
@media (min-width: 992px) {
.section-hero__slide__controls .slick-arrow svg {
height: 32px;
width: 16px; } }
.section-hero__slide__controls .slick-arrow:hover {
opacity: 0.8; }
.section-hero__slide__controls .slick-arrow:active, .section-hero__slide__controls .slick-arrow:focus {
outline: 0;
border: 0; }
@media (min-width: 992px) {
.section-hero__slide__controls .slick-arrow {
display: block; } }
.section-hero__slide__controls .slick-next {
right: 3rem; }
.section-hero__slide__controls .slick-prev {
left: 3rem; }    .main-header {
width: 100%;
z-index: 1100;
background-color: rgba(0, 0, 0, 0);
-webkit-transition: background-color 0.6s ease-in-out, visibility 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.68, 0, 0.265, 1);
transition: background-color 0.6s ease-in-out, visibility 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.68, 0, 0.265, 1);
transition: transform 0.6s cubic-bezier(0.68, 0, 0.265, 1), background-color 0.6s ease-in-out, visibility 0.6s ease-in-out, opacity 0.6s ease-in-out;
transition: transform 0.6s cubic-bezier(0.68, 0, 0.265, 1), background-color 0.6s ease-in-out, visibility 0.6s ease-in-out, opacity 0.6s ease-in-out, -webkit-transform 0.6s cubic-bezier(0.68, 0, 0.265, 1);
position: fixed; }
.main-header .container,
.main-header .container-wide,
.main-header .container-large,
.main-header .container-fluid {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 120px; }
@media (min-width: 992px) {
.main-header .container,
.main-header .container-wide,
.main-header .container-large,
.main-header .container-fluid {
height: 150px; } }
.front-page .main-header {
border-bottom: none;
background-color: #080808; }
@media (min-width: 992px) {
.front-page .main-header {
background-color: transparent; } }
.header-fixed .main-header {
background-color: rgba(0, 0, 0, 0.9); }
.offcanvas-open .main-header {
background-color: rgba(0, 0, 0, 0); } .main-header__branding {
margin-right: auto;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-transition: .6s ease-in-out;
transition: .6s ease-in-out;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.main-header__branding svg {
fill: #fff;
height: 48px;
width: 272px;
display: block; }
.main-header__branding:hover {
opacity: 0.6; }
.offcanvas-open .main-header__branding {
-webkit-transform: translate(-10px, 0);
transform: translate(-10px, 0);
visibility: hidden;
opacity: 0; } .main-header__navigation {
display: none; }
@media (min-width: 992px) {
.main-header__navigation {
margin-left: auto;
margin-right: auto;
display: block; } } .main-header__actions {
text-align: right;
margin-left: auto; }
@media (min-width: 992px) {
.main-header__actions {
display: block; } }  .main-header__navigation__menu {
list-style: none;
padding: 0;
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row; }
.main-header__navigation__menu > .menu-item {
display: block;
padding: 0 15px; }
.main-header__navigation__menu > .menu-item > a {
display: block;
padding: 10px 0;
position: relative;
font-family: "Raleway", sans-serif;
text-decoration: none;
letter-spacing: .2rem;
font-weight: 500;
font-size: 16px;
color: #ffffff; }
.main-header__navigation__menu > .menu-item + .menu-item {
margin-left: 15px; }
@media (min-width: 1200px) {
.main-header__navigation__menu > .menu-item + .menu-item {
margin-left: 25px; } }
.main-header__navigation__menu .menu-item-contact > a {
color: #999999; } .main-header__navigation__menu .menu-item-has-children {
position: relative; }
.main-header__navigation__menu .menu-item-has-children > a {
padding-right: 16px; }
.main-header__navigation__menu .menu-item-has-children > a:after {
content: '';
margin-top: -2px;
position: absolute;
right: 0;
top: 50%;
border: 4px solid transparent;
border-color: #ffffff transparent transparent transparent; }
.main-header__navigation__menu .menu-item-has-children:hover .sub-menu {
visibility: visible;
opacity: 1; }
.main-header__navigation__menu .sub-menu {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
left: 50%;
top: 100%;
background-color: #999999;
text-align: center;
padding: 30px 30px;
min-width: 300px;
-webkit-transition: visibility .15s ease-in-out, opacity .15s ease-in-out;
transition: visibility .15s ease-in-out, opacity .15s ease-in-out;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
visibility: hidden;
opacity: 0; }
.main-header__navigation__menu .sub-menu:before {
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #999999;
left: 50%;
top: -6px;
position: absolute;
margin-left: -6px; }
.main-header__navigation__menu .sub-menu .menu-item a {
color: #ffffff;
text-decoration: none; }  .main-footer {
padding-top: 80px;
background-color: #000000;
padding-bottom: 80px;
position: relative;
overflow: hidden; }
.main-footer .container,
.main-footer .container-large,
.main-footer .container-wide {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
text-align: center; }
@media (min-width: 992px) {
.main-footer .container,
.main-footer .container-large,
.main-footer .container-wide {
text-align: left; } }
@media (min-width: 992px) {
.main-footer {
padding-bottom: 160px; } }
@media (min-width: 1350px) {
.main-footer {
padding-bottom: 320px; } } .section-instagram {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
background-color: #000000;
padding: 5px;
width: 100%; }
.section-instagram__item {
padding: 5px;
width: 50%; }
@media (min-width: 768px) {
.section-instagram__item {
width: 25%; } }
@media (min-width: 1350px) {
.section-instagram__item {
width: 12.5%; } }
.section-instagram__item__image {
display: block;
position: relative;
background-color: rgba(255, 255, 255, 0.1);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
padding-bottom: 100%; }
.section-instagram__item__image svg {
left: 50%;
top: 50%;
fill: rgba(255, 255, 255, 0.1);
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
display: block;
height: 22px;
width: 22px; } .main-footer__branding {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
width: 100%; }
.main-footer__branding svg {
fill: #fff;
height: 48px;
width: 272px;
display: inline-block; }
@media (min-width: 992px) {
.main-footer__branding svg {
height: 86.4px;
width: 489.6px; } }
@media (min-width: 992px) {
.main-footer__branding {
padding-right: 3rem;
margin-left: auto;
width: auto; } } .main-footer__accent {
text-align: center;
position: absolute;
bottom: -53.3333333333px;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%; }
.main-footer__accent svg {
fill: #171818;
height: 96px;
width: 544px;
display: inline-block; }
@media (min-width: 992px) {
.main-footer__accent svg {
height: 192px;
width: 1088px; } }
@media (min-width: 1350px) {
.main-footer__accent svg {
height: 384px;
width: 2176px; } }
@media (min-width: 992px) {
.main-footer__accent {
bottom: -96px; } }
@media (min-width: 1350px) {
.main-footer__accent {
bottom: -174.5454545455px; } } .main-footer__contact {
color: #ffffff;
padding-top: 1.5rem;
padding-bottom: 1.5rem;
width: 100%; }
@media (min-width: 992px) {
.main-footer__contact {
padding-left: 3rem;
border-left: 1px solid #ffffff;
width: auto; } }
.main-footer__contact-phone {
margin-bottom: 30px; }
.main-footer__contact-phone-item {
display: block; }
.main-footer__contact-email {
margin-bottom: 30px; }  .menu-toggle {
width: auto;
height: auto;
background-color: transparent;
cursor: pointer;
border: 0; }
.menu-toggle .menu-toggle__line + .menu-toggle__line {
margin-top: 10px; }
.menu-toggle:focus {
outline: 0; }
.offcanvas-open .menu-toggle .menu-toggle__line {
-webkit-transition-delay: .6s;
transition-delay: .6s; }
.offcanvas-open .menu-toggle .menu-toggle__line:nth-child(1) {
-webkit-transform: translate(0, 13px) rotate(135deg);
transform: translate(0, 13px) rotate(135deg); }
.offcanvas-open .menu-toggle .menu-toggle__line:nth-child(2) {
-webkit-transform: translate(15px, 0);
transform: translate(15px, 0);
opacity: 0; }
.offcanvas-open .menu-toggle .menu-toggle__line:nth-child(3) {
-webkit-transform: translate(0, -13px) rotate(-135deg);
transform: translate(0, -13px) rotate(-135deg); }
.menu-toggle__line {
display: block;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition-delay: .0s;
transition-delay: .0s;
height: 3px;
width: 52px; }  .offcanvas {
z-index: 1000;
background-size: cover;
background-image: url(http://localhost:3000/inform/assets/dist/images/Geometric.jpg);
background-position: center bottom;
background-repeat: no-repeat;
-webkit-transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
transition: -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1);
transition: transform 1s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 1s cubic-bezier(0.68, 0, 0.265, 1);
-webkit-transform: translate(100%, 0);
transform: translate(100%, 0);
background-color: #000000;
-webkit-transition-delay: 0s;
transition-delay: 0s;
right: 0;
top: 0;
position: fixed;
height: 100vh;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center; }
.offcanvas-open .offcanvas {
-webkit-transition-delay: .3s;
transition-delay: .3s;
-webkit-transform: translate(0, 0);
transform: translate(0, 0); }
@media (min-width: 992px) {
.offcanvas {
max-width: 100%; } }
@media (min-width: 1350px) {
.offcanvas {
text-align: left;
-webkit-clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
clip-path: polygon(25% 0%, 100% 0, 100% 100%, 0% 100%);
padding-left: 14%;
max-width: 60%; } } .overlay {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: fixed;
background-color: rgba(23, 24, 26, 0.95);
-webkit-transition: visibility 0.6s cubic-bezier(0.68, 0, 0.265, 1), opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1);
transition: visibility 0.6s cubic-bezier(0.68, 0, 0.265, 1), opacity 0.6s cubic-bezier(0.68, 0, 0.265, 1);
visibility: hidden;
opacity: 0; }
.offcanvas-open .overlay {
-webkit-transition-delay: 0s;
transition-delay: 0s;
visibility: visible;
opacity: 1; } .offcanvas__menu {
margin: auto;
max-width: 80%;
width: 100%; }
.offcanvas__menu > .menu-item {
display: block;
-webkit-transform: translate(20px, 0);
transform: translate(20px, 0);
-webkit-transition: visibility 0.3s cubic-bezier(0.68, 0, 0.265, 1), opacity 0.3s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.3s cubic-bezier(0.68, 0, 0.265, 1);
transition: visibility 0.3s cubic-bezier(0.68, 0, 0.265, 1), opacity 0.3s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.3s cubic-bezier(0.68, 0, 0.265, 1);
transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1), visibility 0.3s cubic-bezier(0.68, 0, 0.265, 1), opacity 0.3s cubic-bezier(0.68, 0, 0.265, 1);
transition: transform 0.3s cubic-bezier(0.68, 0, 0.265, 1), visibility 0.3s cubic-bezier(0.68, 0, 0.265, 1), opacity 0.3s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.3s cubic-bezier(0.68, 0, 0.265, 1);
visibility: hidden;
opacity: 0; }
.offcanvas__menu > .menu-item > a {
color: #ffffff;
text-decoration: none;
text-transform: uppercase;
font-weight: 300;
line-height: 1em;
font-size: 42px; }
@media (min-width: 992px) {
.offcanvas__menu > .menu-item > a {
font-size: 56px; } }
@media (min-width: 1680px) {
.offcanvas__menu > .menu-item > a {
font-size: 72px; } }
.offcanvas__menu > .menu-item + .menu-item {
margin-top: 2.5rem; }
.offcanvas-open .offcanvas__menu > .menu-item {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
visibility: visible;
opacity: 1; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(1) {
-webkit-transition-delay: 1s;
transition-delay: 1s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(2) {
-webkit-transition-delay: 1.2s;
transition-delay: 1.2s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(3) {
-webkit-transition-delay: 1.4s;
transition-delay: 1.4s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(4) {
-webkit-transition-delay: 1.6s;
transition-delay: 1.6s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(5) {
-webkit-transition-delay: 1.8s;
transition-delay: 1.8s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(6) {
-webkit-transition-delay: 2s;
transition-delay: 2s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(7) {
-webkit-transition-delay: 2.2s;
transition-delay: 2.2s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(8) {
-webkit-transition-delay: 2.4s;
transition-delay: 2.4s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(9) {
-webkit-transition-delay: 2.6s;
transition-delay: 2.6s; }
.offcanvas-open .offcanvas__menu > .menu-item:nth-child(10) {
-webkit-transition-delay: 2.8s;
transition-delay: 2.8s; }   .mfp-zoom-out-cur {
overflow: hidden; }
.main {
z-index: 0;
position: relative; }
.main__inner {
position: relative; }
.main__inner:before {
z-index: 0;
content: '';
opacity: 0.6;
background-image: url(//www.informglassdesign.com.au/wp-content/themes/inform/assets/dist/images/Geometric.jpg);
background-position: center bottom;
background-repeat: no-repeat;
background-size: 100% auto;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%; }
.social {
list-style: none;
padding: 0;
margin: 0; }
.social li {
display: inline-block; }
.social li + li {
margin-left: 8px; }
.social a {
display: block;
border-radius: 32px;
border: 2px solid #ffffff;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
position: relative;
height: 36px;
width: 36px; }
.social a:hover {
background-color: #ffffff; }
.social a:hover svg {
fill: #000; }
.social svg {
left: 50%;
top: 50%;
-webkit-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
position: absolute;
display: block;
fill: #ffffff;
height: 18px;
width: 18px; }
.tile-introduction {
padding: 80px 60px;
position: relative;
background-color: rgba(59, 63, 66, 0.6);
color: #ffffff; }
.tile-introduction .tile__title {
padding: 0;
font-size: 42px;
margin-bottom: 30px;
text-transform: uppercase;
font-weight: 300;
color: #ffffff; }
@media (min-width: 992px) {
.tile-introduction .tile__title {
font-size: 72px; } }
.section-services {
margin-top: -80px;
padding-bottom: 80px; }
.section-services .container,
.section-services .container-large {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.section-services .tile-image {
display: none; }
@media (min-width: 992px) {
.section-services .tile-image {
z-index: 1;
display: block;
position: absolute;
max-width: 35%;
left: -16%; } }
.section-services__inner {
position: relative;
background-color: rgba(59, 63, 66, 0.6);
padding: 160px 80px; }
@media (min-width: 992px) {
.section-services__inner {
margin-left: auto;
max-width: 80%;
width: 100%; } }
@media (min-width: 1200px) {
.section-services__content {
margin-left: auto;
width: 75%; } }
.section-services__header {
color: #ffffff; }
.section-services__header .tile__title {
padding: 0;
font-size: 42px;
text-transform: uppercase;
margin-bottom: 15px;
font-weight: 300;
color: #ffffff; }
@media (min-width: 992px) {
.section-services__header .tile__title {
font-size: 64px; } }
@media (min-width: 992px) {
.section-services__header {
padding-right: 100px; } }
.tile-service {
display: block;
text-align: center;
text-decoration: none;
position: relative;
margin: 15px auto;
width: 100%; }
.tile-service__image {
display: block;
height: 66px;
background-size: 82px;
background-position: center;
background-repeat: no-repeat; }
.tile-service__title {
display: block;
font-style: italic;
text-decoration: none;
line-height: 1.4em;
margin-top: 1rem;
font-weight: 500;
font-size: 16px;
color: #ffffff; }
@media (min-width: 2240px) {
.tile-service__title {
font-size: 18px; } }
.section-project {
padding-top: 80px;
padding-bottom: 80px; }
.section-project__title {
margin-bottom: 1rem;
color: #ffffff;
padding: 0; }
.section-projects {
padding-top: 80px;
padding-bottom: 80px; }
.section-projects .row {
padding-right: 80px;
padding-left: 80px; }
.section-projects .tile-project {
margin-bottom: 1.5rem;
margin-top: 1.5rem; }
.tile-project {
display: block;
text-align: center;
padding-bottom: 75%;
background-color: #111;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: relative;
overflow: hidden; }
.tile-project:hover .tile-project__background {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .25; }
.tile-project__title {
z-index: 1;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-size: 2.5rem;
line-height: 1.4em;
color: #ffffff;
width: 100%; }
.tile-project__background {
z-index: 0;
display: block;
-webkit-transform: scale(1.025);
transform: scale(1.025);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%; }
.section-project__content {
position: relative;
background-color: rgba(59, 63, 66, 0.6);
padding: 80px 60px; }
.section-project__actions {
padding-top: 0;
padding-bottom: 80px; }
.tile-gallery,
.tile-project {
position: relative;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
overflow: hidden; }
.tile-gallery:after,
.tile-project:after {
z-index: 2;
content: '';
display: block;
position: absolute;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: black;
-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, 0, 0.265, 1);
transition: -webkit-transform 0.6s cubic-bezier(0.68, 0, 0.265, 1);
transition: transform 0.6s cubic-bezier(0.68, 0, 0.265, 1);
transition: transform 0.6s cubic-bezier(0.68, 0, 0.265, 1), -webkit-transform 0.6s cubic-bezier(0.68, 0, 0.265, 1);
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
height: 110%;
width: 100%;
left: 0;
top: 50%; }
.tile-gallery.is-inview:after,
.tile-project.is-inview:after {
-webkit-transform: translate(100%, -50%);
transform: translate(100%, -50%); }
.tile-gallery {
display: block;
text-align: center;
padding-bottom: 75%;
background-color: #111;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
margin-bottom: 3rem;
position: relative;
overflow: hidden;
cursor: pointer; }
.tile-gallery:hover .tile-project__background {
-webkit-transform: scale(1);
transform: scale(1);
opacity: .25; }
.tile-gallery__background {
z-index: 0;
display: block;
-webkit-transform: scale(1.05);
transform: scale(1.05);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%; }
.transition {
z-index: 1200;
background-color: #3b3f42;
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
visibility: hidden;
opacity: 0; }
.transitioning .transition {
visibility: visible;
opacity: 1; }
.et_pb_column.et_pb_column_center {
margin-bottom: auto;
margin-top: auto; }
.services .row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center; }
@media (min-width: 992px) {
.et_pb_column.et_pb_column_services {
padding-left: 260px; } }
@media (min-width: 1680px) {
.et_pb_column.et_pb_column_services {
margin-left: 400px; } }
.et_pb_blurb.et_pb_blurb_service {
position: relative; }
.et_pb_blurb.et_pb_blurb_service .et_pb_module_header {
padding-bottom: 0px;
margin-bottom: 1rem; }
@media (max-width: 1680px) {
.et_pb_row.et_pb_row_desktop_homepage_image {
display: none; } }
@media (min-width: 1680px) {
.et_pb_row.et_pb_row_mobile_homepage_image {
display: none; } }
.mfp-close, .mfp-bottom-bar {
display: none !important; }
@media (min-width: 1680px) {
.et_pb_column.et_pb_column_homepage_image {
height: 400px; } }
.section-page {
z-index: 1;
position: relative; }
.tile-block {
color: #ffffff;
padding: 80px 40px;
background-color: rgba(59, 63, 66, 0.6);
display: block;
width: 100%; }
.tile-block p {
font-size: 18px;
color: #ffffff; }
@media (min-width: 1200px) {
.tile-block {
padding: 60px 40px; } }
@media (min-width: 1680px) {
.tile-block {
padding: 100px 80px; } }
.tile-block__title {
padding: 0;
font-size: 32px;
margin-bottom: 30px;
text-transform: uppercase;
font-weight: 300;
color: #ffffff; }
@media (min-width: 992px) {
.tile-block__title {
font-size: 42px; } }
@media (min-width: 1680px) {
.tile-block__title {
font-size: 72px; } }
.tile-image {
position: relative;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
width: 100%; }
.tile-image__inner {
position: relative;
padding-bottom: 56.25%; }
.tile-image__background {
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
background-position: center;
background-repeat: no-repeat;
background-size: cover; }
.tile-accent {
position: relative;
width: 100%; }
.tile-accent__block {
position: relative;
padding-bottom: 56.25%;
background-color: rgba(59, 63, 66, 0.6); }
.section-homepage-top {
margin-top: -80px; }
.section-homepage-top .container-large {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
position: relative; }
.section-homepage-top .tile-image {
z-index: 2;
position: relative;
margin-top: 1.5rem; }
@media (min-width: 1350px) {
.section-homepage-top .tile-image {
margin-top: auto;
right: 80px;
bottom: 0;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
position: absolute;
max-width: 32.5%; } }
@media (min-width: 1680px) {
.section-homepage-top .tile-image {
right: 160px;
margin-right: 4%;
max-width: 40%; } }
@media (min-width: 2240px) {
.section-homepage-top .tile-image {
margin-right: 10%;
max-width: 30%; } }
.section-homepage-top .tile-accent {
z-index: 1;
position: relative;
margin-top: 1.5rem;
display: none; }
@media (min-width: 1680px) {
.section-homepage-top .tile-accent {
display: block;
margin-top: auto;
position: absolute;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
right: 160px;
bottom: -40%;
margin-right: 1%;
max-width: 45%; } }
@media (min-width: 2240px) {
.section-homepage-top .tile-accent {
bottom: -50%;
margin-right: 8%;
max-width: 35%; } }
@media (min-width: 1350px) {
.section-homepage-top .tile-block {
margin-right: auto;
max-width: 60%; } }
@media (min-width: 1680px) {
.section-homepage-top .tile-block {
max-width: 40%; } }
.section-homepage-middle .container-large {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative; }
.section-homepage-middle .tile-image {
z-index: 1;
position: relative;
margin-top: 1.5rem; }
@media (min-width: 1680px) {
.section-homepage-middle .tile-image {
margin-top: -60px;
margin-left: auto;
margin-right: 2%;
max-width: 78%; } }
@media (min-width: 2240px) {
.section-homepage-middle .tile-image {
max-width: 62%; } }
@media (min-width: 1350px) {
.section-homepage-middle {
padding-top: 0;
padding-bottom: 0; } }
@media (min-width: 1680px) {
.section-homepage-middle {
height: 540px; } }
.section-homepage-bottom {
padding-bottom: 80px; }
.section-homepage-bottom .container-large {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
position: relative; }
.section-homepage-bottom .tile-image {
margin-top: 1.5rem; }
@media (min-width: 1350px) {
.section-homepage-bottom .tile-image {
margin-top: auto;
left: -40px;
bottom: 100px;
position: absolute;
max-width: 25%; } }
@media (min-width: 1680px) {
.section-homepage-bottom .tile-image {
left: 140px; } }
@media (min-width: 2240px) {
.section-homepage-bottom .tile-image {
bottom: 160px;
left: 200px; } }
.section-homepage-bottom .tile-block {
margin-top: 1.5rem; }
@media (min-width: 1350px) {
.section-homepage-bottom .tile-block {
padding-left: 250px; } }
@media (min-width: 1680px) {
.section-homepage-bottom .tile-block {
margin-top: auto;
padding-top: 140px;
padding-bottom: 140px;
padding-left: 140px;
margin-left: auto;
max-width: 75%; } }
@media (min-width: 2240px) {
.section-homepage-bottom .tile-block {
padding-top: 200px;
padding-left: 300px; } }
.section-404 {
color: #ffffff;
padding-top: 220px;
padding-bottom: 100px; }
.section-404 .container {
text-align: center; }
@media (min-width: 992px) {
.section-404 {
padding-top: 250px; } }
.section-404__title {
padding: 0;
margin: 0 0 30px;
font-weight: 400;
font-size: 124px;
color: #ffffff; }