﻿@charset "UTF-8";

@font-face {
    font-family: 'Corporative Alt';
    src: url('../fonts/subset-CorporativeAlt-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Corporative Alt';
    src: url('../fonts/subset-CorporativeAlt-RegularItalic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Corporative Alt';
    src: url('../fonts/subset-CorporativeAlt-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Corporative Alt';
    src: url('../fonts/subset-CorporativeAlt-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Corporative Alt', sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #17112C;
	line-height: 1.375;
	background: #fff;
}

/* Main Wrapper */

#mainWrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	min-width: 320px;
	font-size: 16px;
	overflow: hidden;
}

@supports (overflow:clip) {
	#mainWrapper {
		overflow: clip;
	}
}

/* Section */

.section {
	max-width: 1250px;
	margin: 0 auto;
}

.section.wide {
	max-width: 1380px;
}

/* Header */

#header {
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
}

#header .section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 160px;
	padding-top: 25px;
	padding-bottom: 25px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

#header .logo {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	width: 278px;
}

#header .logo img {
	display: block;
	width: 100%;
}

#header .section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 360px;
	height: 100%;
	background: url(../images/rings.svg) no-repeat right center;
	background-size: 532px;
	pointer-events: none;
}

#header .section .options {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	padding-left: 90px;
}

#header .section .options .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

#header .section .options .top h3 {
	margin: 0 14px 0 0;
}

#header .section .options .top .socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 4px 0 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#header .section .options .top .socials li {
	margin: 0 0 0 11px;
	padding: 0;
	list-style: none;
}

#header .section .options .top .socials li a {
	display: inline-block;
}

#header .section .options .top .socials li a img {
	display: block;
	height: 26px;
}

#header .section .options .top .socials li a:hover {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

#header .section .options .bottom #navigation {
	width: 100%;
}

#header .section .options .bottom #navigation ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

#header .section .options .bottom #navigation ul li {
	position: relative;
	margin: 0 0 0 17px;
	padding: 0;
	list-style: none;
}

#header .section .options .bottom #navigation ul li a {
	display: inline-block;
	color: #000;
}

#header .section .options .bottom #navigation>ul>li:before {
	background-color: #FACF1E;
	bottom: -.25em;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transform-origin: right;
	    -ms-transform-origin: right;
	        transform-origin: right;
	-webkit-transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	transition: -webkit-transform .75s cubic-bezier(.19,1,.22,1);
	-o-transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1);
	transition: transform .75s cubic-bezier(.19,1,.22,1), -webkit-transform .75s cubic-bezier(.19,1,.22,1);
}

#header .section .options .bottom #navigation>ul>li:nth-child(3n+2):before {
	background-color: #479FD8;
}

#header .section .options .bottom #navigation>ul>li:nth-child(3n+3):before {
	background-color: #F57F23;
}

#header .section .options .bottom #navigation>ul>li:hover:before,
#header .section .options .bottom #navigation>ul>li.active:before {
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
	-webkit-transform-origin: left;
	    -ms-transform-origin: left;
	        transform-origin: left;
}

/* Banner */

.banner {
	margin-bottom: 80px;
}

.banner .section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	min-height: 600px;
	border-radius: 40px;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	overflow: hidden;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 1;
}

.banner .section:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/pattern.svg) center -75px;
	background-size: 121px;
	z-index: -1;
	opacity: 0.20;
}

.banner .image {
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 1000px;
	height: 560px;
	z-index: -1;
}

.banner.alt .image {
	left: 0;
	top: 0;
	bottom: 0;
	width: 690px;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
}

.banner .overlay {
	width: 446px;
	margin-left: auto;
	margin-right: 87px;
	padding: 30px 0 50px;
	font-size: 18px;
	font-weight: 500;
}

.banner .overlay>:last-child {
	margin-bottom: 0;
}

.banner.noImage .section {
	min-height: 1px;
	padding: 70px 200px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.banner .heading {
	width: 371px;
	margin: 0;
}

.banner.noImage .overlay {
	margin-right: 0;
	padding: 0;
}

/* Content */

.content .section {
	padding-top: 80px;
	padding-bottom: 80px;
}

.content .section>:last-child {
	margin-bottom: 0;
}

/* Content Style 01 */

.contentStyle01 {
	margin-bottom: 80px;
}

.contentStyle01 .section {
	max-width: 1170px;
}

.contentStyle01 .items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 42px;
}

.contentStyle01 .items .item .text {
	width: 490px;
	margin-top: 10px;
}

.contentStyle01 .items .item .image {
	width: 441px;
	margin-left: auto;
}

.contentStyle01 .items .item .image img {
	display: block;
	width: 100%;
	--mask-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NDEiIGhlaWdodD0iNDIyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgNDQxIDQyMiI+PHBhdGggZD0iTTM2OS4xNiwwaDBjMTU3Ljk5LDE1Mi45MiwzOC4wMSw0NTcuODEtMTkwLjk5LDQxOC41NEMtOC42OSwzNzUuMzItNzMuMDMsMTI5LjE2LDEwNS4wNCwyNy41MSwyMjUuODktNDEuMzIsMzIwLjUsNzIuNTEsMzY5LjE2LDBaIi8+PC9zdmc+");
	-webkit-mask-image: var(--mask-img);
	mask-image: var(--mask-img);
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
}

.contentStyle01 .items .item.alt .image img {
	--mask-img: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NDEiIGhlaWdodD0iNDIyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB2aWV3Qm94PSIwIDAgNDQxIDQyMiI+PHBhdGggZD0iTTEzOC40MywyNy42M2MxNTMuMzItOTQuNjIsMzM4LjU4LDcxLjExLDI5Ni41MSwyMzUuNTYtMTMuMjksNTMtNTEuMjQsOTcuMTYtOTcuNTQsMTI0LjgyQzIyMS43Niw0NjMuNjEsNjQuNzEsNDA1LjI5LDAsMjg5Ljk4YzU1LjIzLTE3LjM4LDM4Ljg1LTcyLjUzLDQ0LjA3LTExNi42OCw4LjY2LTU5LDQxLjItMTE2LjQzLDk0LjM2LTE0NS42OFoiLz48L3N2Zz4=");
}

.contentStyle01 .items .item.alt .image  {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
}

.contentStyle01 .items .item.alt .text {
	margin-left: auto;
}

/* Content Style 02 */

.contentStyle02 {
	position: relative;
	margin-bottom: 60px;
}

.contentStyle02 .section {
	max-width: 990px;
}

.contentStyle02 .cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.contentStyle02 .cols .col {
	width: 400px;
}

/* Content Style 03 */

.contentStyle03 {
	background: #17112C;
	color: #fff;
	text-align: center;
	margin-bottom: 65px;
}

.contentStyle03 .section {
	padding-top: 65px;
	padding-bottom: 65px;
}

.contentStyle03 .section>:last-child {
	margin-bottom: 0;
}

.contentStyle03 .linkBtn {
	margin-left: auto;
	margin-right: auto;
}

/* Content Style 04 */

.contentStyle04 {
	position: relative;
	margin-bottom: 100px;
}

.contentStyle04 .section {
	max-width: 894px;
}

.contentStyle04 .items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 65px;
}

.contentStyle04 .items .item .text,
.contentStyle04 .items .item .image {
	width: 50%;
	padding-left: 50px;
}

.contentStyle04 .items .item .image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.contentStyle04 .items .item .text>:last-child {
	margin-bottom: 0;
}

.contentStyle04 .items .item.alt .text {
	padding-left: 0;
	padding-right: 50px;
}

.contentStyle04 .items .item.alt .image {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	padding-left: 0;
	padding-right: 50px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

/* Content Style 05 */

.contentStyle05 .section {
	padding-top: 35px;
	padding-bottom: 35px;
}

/* Content Style 06 */

.contentStyle06 {
	background: #FCFBFB;
}

.contentStyle06 .section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.contentStyle06 .section>:last-child {
	margin-bottom: 0;
}

/* Content Style 07 */

.contentStyle07 {
	position: relative;
}

.contentStyle07 .section {
	max-width: 950px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contentStyle07 .ring.one {
	top: 438px;
}

.contentStyle07 .ring.two {
	top: auto;
	bottom: 273px;
}

/* Content Style 08 */

.contentStyle08 {
	position: relative;
	z-index: 1;
}

.contentStyle08:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/pattern.svg) repeat center top;
	background-size: 121px;
	z-index: -1;
	opacity: 0.1;
}

.contentStyle08 .section {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Image Links */

.imageLinks {
	--gap: 38px;
	margin: 0 calc(var(--gap) * -1);
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-bottom: -25px;
}

.imageLinks li {
	margin: 0 0 25px;
	padding: 0 var(--gap);
	list-style: none;
	text-align: center;
	width: 25%;
}

.imageLinks li h5 {
	font-weight: 800;
}

.imageLinks li .image {
	overflow: hidden;
	border-radius: 40px;
	margin-bottom: 28px;
}

.imageLinks li .image img {
	display: block;
	width: 100%;
	-webkit-transition: -webkit-transform 0.6s;
	transition: -webkit-transform 0.6s;
	-o-transition: transform 0.6s;
	transition: transform 0.6s;
	transition: transform 0.6s, -webkit-transform 0.6s;
}

.imageLinks li .linkBtn {
	margin-left: auto;
	margin-right: auto;
}

.imageLinks li a:hover .image img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}

.imageLinks li a:hover .linkBtn {
	background-color: #F57F23;
	color: #fff;
}

/* Three Cols */

.threeCols {
	--gap: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 calc(var(--gap) * -1);
}

.threeCols .col {
	padding: 0 var(--gap);
	width: 33.33333333333333%;
}

.threeCols .col>:last-child {
	margin-bottom: 0;
}

/* Ring */

.ring {
	content: "";
	position: absolute;
	left: -352px;
	bottom: 0;
	width: 532px;
	height: 483px;
	background: url(../images/rings.svg) no-repeat right center;
	background-size: 100% 100%;
	z-index: -1;
	pointer-events: none;
	-webkit-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.ring.two {
	left: auto;
	right: -352px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg)
}

.ring.one {
	bottom: auto;
	top: 0;
}

.ring.two {
	left: auto;
	right: -352px;
	bottom: auto;
	top: 50%;
	margin-top: -241.5px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg)
}

.ring.three {
	bottom: -170px;
}


/* Image Text */

.imageText {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	margin-bottom: 80px;
	--gap: 98px;
}

.imageText:last-child {
	margin-bottom: 45px;
}

.imageText .image {
	width: 450px;
	border-radius: 40px;
	overflow: hidden;
}

.imageText .image img {
	display: block;
	width: 100%;
}

.imageText.alt .image {
	margin-left: auto;
}

.imageText .text {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-left: var(--gap);
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
}

.imageText .text>:last-child {
	margin-bottom: 0;
}

.imageText.alt .text {
	-webkit-box-ordinal-group: 0;
	    -ms-flex-order: -1;
	        order: -1;
	margin-left: 0;
	margin-right: var(--gap);
}

/* Fields */

.nf-form-content  {
	margin-top: 40px;
}

.nf-form-content  .field {
	margin-bottom: 20px;
}

.nf-form-content  .field .textbox {
	display: block;
	margin: 0;
	padding: 0 26px;
	border: 1px solid #F57F23;
	border-radius: 50px;
	font-family: 'Corporative Alt', sans-serif;
	font-size: 18px;
	font-weight: normal;
	background: #fff;
	width: 100%;
	height: 41px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
}

.nf-form-content  .field select.textbox {
	padding-right: 50px;
	background: #fff url(../images/dropdown-arrow.svg) no-repeat right center;
	cursor: pointer;
}
.nf-form-content .field textarea.textbox{
	 height: 200px;
	 padding: 26px;
}
/* Info Box */

.infoBar {
	display: block;
	background: #17112c;
	color: #fff;
	margin-bottom: 100px;
}

.infoBar .section {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 66px;
	padding-bottom: 66px;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 1;
}

.infoBar .section:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 262px;
	height: 100%;
	background: url(../images/rings.svg) no-repeat right center;
	background-size: 532px;
	pointer-events: none;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	z-index: -1;
}

.infoBar .text {
	width: 800px;
}

.infoBar .text>:last-child {
	margin-bottom: 0;
}

.infoBar:hover {
	color: #fff;
}

.infoBar:hover .linkBtn {
	background-color: #F57F23;
}

.infoBar .linkBtn {
	margin-bottom: 0;
}

/* Links Collection */

.linksCollection {
	position: relative;
	margin-top: 40px;
	margin-bottom: 50px;
}

.linksCollection a {
	--outline: #FACF1E;
	border: 1px solid var(--outline);
	height: 187px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	font-weight: 500;
	padding: 0 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	border-radius: 40px;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linksCollection a:nth-child(3n+2) {
	--outline: #479FD8;
}

.linksCollection a:nth-child(3n+3) {
	--outline: #F57F23;
}

.linksCollection a:hover {
	background-color: var(--outline);
	color: #17112C;
}

.linksCollection .prevBtn,
.linksCollection .nextBtn {
	position: absolute;
	left: -34px;
	top: 50%;
	width: 13px;
	height: 24px;
	margin-top: -14px;
	background: url(../images/slider-arrow.svg) no-repeat;
	background-size: 100%;
	cursor: pointer;
	outline: none;
	z-index: 2;
}

.linksCollection .nextBtn {
	left: auto;
	right: -34px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.linksCollection .links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: -65px;
}

.linksCollection .links a {
	width: 200px;
	margin: 0 15px 65px;
}

/* Intro Text */

.introText {
	text-align: center;
	max-width: 990px;
	margin: 0 auto 55px;
	font-weight: 500;
}

/* Footer */

#footer {
	border-top: 7px solid #17112C;
	--gap: 25px;
}

#footer .section  {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-bottom: var(--gap);
}

#footer .section:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 370px;
	height: 100%;
	background: url(../images/rings.svg) no-repeat right center;
	background-size: 532px;
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
	pointer-events: none;
}

#footer .socials {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 0;
	top: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#footer .socials li {
	margin: 0 0 0 11px;
	padding: 0;
	list-style: none;
}

#footer .socials li a {
	display: inline-block;
}

#footer .socials li a img {
	display: block;
	height: 26px;
}

#footer .socials li a:hover {
	-webkit-transform: scale(1.08);
	    -ms-transform: scale(1.08);
	        transform: scale(1.08);
}

#footer .text {
	max-width: 545px;
	margin-top: var(--gap);
}

#footer .links {
	margin-left: 140px;
	margin-top: var(--gap);
}

#footer .links ul {
	margin: 0;
	padding: 0;
}

#footer .links ul li {
	margin: 0 0 7px;
	padding: 0;
	list-style: none;
}

#footer .links ul li a {
	display: inline-block;
}

#footer .links ul li a:hover {
	text-decoration: underline;
}

#footer .logo {
	margin-left: auto;
	margin-top: 90px;
	width: 278px;
}

#footer .logo img {
	display: block;
	width: 100%;
}

#footer .copyright {
	width: 100%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	font-size: 12px;
	margin: 0;
}

#footer .copyright a {
	display: inline-block;
	padding-left: 19px;
	background: url(../images/cloud-ico.svg) no-repeat 0 2px;
	margin-left: 1px;
}

/* Hamburger */

.hamburger {
	display: none;
	position: absolute;
	right: 10px;
	top: 10px;
	overflow: visible;
	margin-top: 5px;
	margin-left: 5px;
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8);
	-webkit-transition-timing-function: linear;
	     -o-transition-timing-function: linear;
	        transition-timing-function: linear;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	z-index: 2;
}

.hamburger.is-active:hover,
.hamburger:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #F57F23;
}

.hamburger-box {
	display: inline-block;
	width: 32px;
	height: 24px;
}

.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -4px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	position: absolute;
	width: 32px;
	height: 4px;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
	        transition-timing-function: ease;
	-webkit-transition-duration: .15s;
	     -o-transition-duration: .15s;
	        transition-duration: .15s;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	border-radius: 4px;
	background-color: #F57F23;
}

.hamburger-inner:after,
.hamburger-inner:before {
	display: block;
	content: ""
}

.hamburger-inner:before {
	top: -10px
}

.hamburger-inner:after {
	bottom: -10px
}

.hamburger .hamburger-inner {
	-webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	     -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	        transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	-webkit-transition-duration: .22s;
	     -o-transition-duration: .22s;
	        transition-duration: .22s
}

.hamburger .hamburger-inner:before {
	-webkit-transition: top .1s ease-in .25s, opacity .1s ease-in;
	-o-transition: top .1s ease-in .25s, opacity .1s ease-in;
	transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger .hamburger-inner:after {
	-webkit-transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, -webkit-transform .22s cubic-bezier(.55, .055, .675, .19);
	-o-transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19);
	transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19), -webkit-transform .22s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.is-active .hamburger-inner {
	-webkit-transition-delay: .12s;
	     -o-transition-delay: .12s;
	        transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	     -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	-webkit-transform: rotate(225deg);
	    -ms-transform: rotate(225deg);
	        transform: rotate(225deg)
}

.hamburger.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transition: top .1s ease-out, opacity .1s ease-out .12s;
	-o-transition: top .1s ease-out, opacity .1s ease-out .12s;
	transition: top .1s ease-out, opacity .1s ease-out .12s;
	opacity: 0
}

.hamburger.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-o-transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg)
}

.mm-navbar>* {
	background: #479FD8;
}

.mm-listitem__text {
	padding-left: 10px;
}

.mm-navbar__title {
	border-bottom: 1px solid #fff;
}

.mm-navbar__title>span {
	color: #fff;
}

.mm-panel {
	background: #17112C;
	font-size: 20px;
	font-weight: bold;
}

.mm-listitem:after {
	border-color: none;
}

.mm-listitem.active {
	background: #F57F23;
}

/* Miscelleneous */

p {
	margin: 0 0 20px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Corporative Alt', sans-serif;
	font-weight: bold;
	margin: 0 0 19px;
	line-height: 1.2;
}

h2 {
	font-size: 42px;
	line-height: 1.19;
	margin-bottom: 22px;
}

h3 {
	font-size: 26px;
	font-weight: 500;
	line-height: 1.38;
	margin-bottom: 17px;
}

h4 {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 17px;
}

h5 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

ul,
ol {
	padding: 0 0 0 25px;
	margin-bottom: 27px;
}

.linkBtn {
	position: relative;
	display: table;
	line-height: 1.14375;
	font-family: 'Corporative Alt', sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0;
	color: #000;
	background: #fff;
	padding: 9.3px 26px;
	border: 1px solid #F57F23;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	     appearance: none;
	-webkit-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.linkBtn:hover {
	background-color: #F57F23;
	color: #fff;
}

.linkBtn.linkBtnHollow {
	background: none;
	color: #fff;
}

.linkBtn.linkBtnHollow:hover {
	background-color: #F57F23;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    border-radius: 0;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
}

:-moz-placeholder {
	color: inherit;
	opacity: 1;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

:-ms-input-placeholder {  
	color: inherit;
	opacity: 1;
}

/* Media Queries */

/* Large Screens (Desktops) */

@media only screen and (max-width : 1450px) {
	.section {
		max-width: 1200px;
	}	

	.section.wide {
		max-width: 1230px;
	}

	.banner .section {
		min-height: 518px;
	}

	.banner .image {
		height: 485px;
	}

	.banner.alt .image {
		width: 650px;
	}

	.banner .overlay {
		margin-right: 40px;
	}

	.banner.noImage .section {
		padding-left: 140px;
		padding-right: 140px;
	}

	.imageText {
		--gap: 57px;
	}

	.imageLinks {
		--gap: 25px;
	}
		
	.linksCollection {
		padding-left: 35px;
		padding-right: 35px;
	}
		
	.linksCollection .prevBtn {
		left: 10px;
	}

	.linksCollection .nextBtn {
		right: 10px;
	}
		
	.ring {
		left: -432px;
	}

	.ring.two {
		right: -432px;
	}

	#footer .links {
		margin-left: 76px;
	}
	
}

/* Tablet Screens (Landscape) */

@media only screen and (max-width : 1260px) {
	.section,
	.section.wide,
	.contentStyle01 .section,
	.contentStyle02 .section {
		max-width: 970px;
	}	

	.banner {
		margin-bottom: 60px;
	}
	
	.banner .section {
		min-height: 418px;
	}

	.banner .overlay {
		margin-right: 15px;
	}

	.banner .image {
		height: 332px;
	}

	.banner.alt .image {
		width: 470px;
	}

	.banner.noImage .section {
		padding-left: 50px;
		padding-right: 50px;
	}

	.contentStyle01 {
		margin-bottom: 40px;
	}

	.contentStyle01 .items .item {
		margin-bottom: 30px;
	}

	.contentStyle07 .section {
		max-width: 822px;
	}

	.imageLinks {
		--gap: 15px;
	}

	.imageText {
		margin-bottom: 60px;
	}

	.imageText .image {
		width: 400px;
	}

	.imageText .text {
		width: 530px;
	}

	.imageText {
		--gap: 45px;
	}

	.threeCols {
		--gap: 20px;
	}

	.linksCollection .links {
		margin-bottom: -40px;
	}

	.linksCollection .links a {
		width: 193px;
		margin-bottom: 40px;
	}

	.infoBar .section:before {
		width: 190px;
	}

	.infoBar .text {
		width: 775px;
	}

	#footer .section:before {
		width: 340px;
	}

	#footer .text {
		max-width: 434px;
	}

	#footer .links {
		margin-left: 40px;
	}
	
	.ring {
		opacity: 0.2;
	}
	
}

/* Tablet Screens (Portrait) */

@media only screen and (max-width : 991px) {
	.section,
	.section.wide,
	.contentStyle01 .section,
	.contentStyle02 .section {
		max-width: 750px;
		padding-left: 15px;
		padding-right: 15px;
	}	

	#header {
		font-size: 15px;
	}

	#header .section {
		height: 123px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header .section:before {
		width: 236px;
	}

	#header .section .options {
		padding-left: 20px;
	}

	#header .section .options .bottom #navigation ul li {
		margin-left: 9px;
	}

	#header .section .options .top h3 {
		margin-right: 3px;
		margin-top: 2px;
	}

	#header .logo {
		width: 190px;
	}

	.banner .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 1px;
		padding: 30px 0 0;
	}
	
	.banner.alt .section {
		padding-top: 0;
	}

	.banner.noImage .section {
		padding: 50px 30px;
	}
	
	.banner.alt .image {
		width: 100%;
		height: 440px;
		margin-bottom: 30px;
		-webkit-filter: none;
		        filter: none;
	}

	.banner .overlay {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0 15px 45px;
	}

	.banner .image {
		display: block;
		position: static;
		height: 350px;
		margin-bottom: 30px;
		-webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.3));
		        filter: drop-shadow(0 0 10px rgba(0,0,0,0.3))
	}

	.banner .overlay .linkBtn {
		margin-left: auto;
		margin-right: auto;
	}

	.banner .heading {
		width: 100%;
		text-align: center;
	}

	.contentStyle01 .items .item .text {
		width: 362px;
		margin-top: 0;
	}

	.contentStyle01 .items .item .image {
		width: 330px;
	}

	.contentStyle02 .cols .col {
		width: 346px;
	}

	.contentStyle04 {
		margin-bottom: 70px;
	}

	.contentStyle04 .items .item {
		margin-bottom: 20px;
	}

	.contentStyle04 .items .item .image {
		-webkit-transform: scale(0.8);
		    -ms-transform: scale(0.8);
		        transform: scale(0.8);
		padding-left: 15px;
	}

	.contentStyle04 .items .item.alt .image {
		padding-right: 15px;
	}

	.contentStyle05 .section {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.contentStyle07 .section {
		max-width: 670px;
		padding-top: 0;
		padding-bottom: 0;
	}

	.contentStyle08 .section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.imageLinks li {
		width: 50%;
	}

	.imageLinks li .image {
		max-width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 18px;
	}

	.threeCols {
		--gap: 15px;
	}

	.imageText {
		margin-bottom: 40px;
	}

	.imageText .image {
		width: 279px;
	}

	.imageText .text {
		width: 409px;
	}

	.imageText {
		--gap: 35px;
	}

	.linksCollection .links a {
		width: 184px;
	}

	.infoBar {
		margin-bottom: 80px;
	}

	.infoBar .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.infoBar .section:before {
		width: 227px;
	}

	.infoBar .text {
		width: 490px;
	}

	#footer .section:before {
		width: 232px;
		right: -114px;
		top: 73px;
		background-position: right bottom;
	}

	#footer .logo {
		margin: 10px auto 30px;
	}

	#footer .copyright {
		text-align: center;
	}

	h2 {
		font-size: 37px;
	}

	h3 {
		font-size: 21px;
	}

	h5 {
		font-size: 17px;
	}
}

/* Mobile Screens */

@media only screen and (max-width : 767px) {
	.hamburger {
		display: block;
	}

	#header {
		border-top: 6px solid #F57F23;
		border-bottom: 4px solid #F57F23;
	}
	
	#header .section {
		display: block;
		height: auto;
		text-align: center;
		padding-top: 25px;
		padding-bottom: 20px;
	}

	#header .section:before {
		display: none;
	}

	#header .section .options {
		padding-left: 0;
		display: block;
	}

	#header .section .options .top {
		display: block;
		margin-bottom: 0;
	}

	#header .section .options .top h3 {
		margin: 0 0 8px;
	}
	
	#header .section .options .top .socials {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin: 0;
	}

	#header .section .options .top .socials li {
		margin: 0 5px;
	}

	#header .section .options .bottom #navigation {
		display: none;
	}

	#header .logo {
		display: block;
		margin: 0 auto 10px;
		width: 235px;
	}

	.banner {
		margin-left: 15px;
		margin-right: 15px;
	}

	.banner .section {
		padding-top: 20px;
	}

	.banner .image {
		height: 250px;
	}

	.banner.alt .image {
		height: 70vw;
	}
	
	.banner.noImage .section {
		padding: 40px 15px;
	}

	.contentStyle01 .items .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		margin-bottom: 20px;
	}

	.contentStyle01 .items .item .image,
	.contentStyle01 .items .item.alt .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		max-width: 100%;
		margin: 0 auto 20px;
	}

	.contentStyle01 .items .item .text {
		width: 100%;
	}

	.contentStyle02 {
		text-align: center;
		margin-bottom: 45px;
	}

	.contentStyle02 .cols {
		display: block;
	}

	.contentStyle02 .cols .col {
		width: 100%;
	}

	.contentStyle04 {
		margin-bottom: 45px;
	}

	.contentStyle04 .items .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		margin-bottom: 30px;
	}

	.contentStyle04 .items .item:last-child {
		margin-bottom: 0;
	}

	.contentStyle04 .items .item .text, 
	.contentStyle04 .items .item .image {
		width: 100%;
		padding: 0;
	}

	.contentStyle04 .items .item.alt .text {
		padding: 0;
	}

	.contentStyle04 .items .item .image {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		-webkit-transform: scale(0.9);
		    -ms-transform: scale(0.9);
		        transform: scale(0.9);
		margin-bottom: 10px;
	}

	.contentStyle04 .items .item .image img {
		margin: 0 auto;
	}

	.contentStyle04 .items .item.alt .image {
		padding: 0;
	}

	.contentStyle05 .section {
		padding-top: 0;
		padding-bottom: 0;
	}

	.contentStyle06 .section,
	.content .section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contentStyle08 .section {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.threeCols {
		display: block;
		text-align: center;
	}

	.threeCols .col {
		width: 100%;
		margin-bottom: 30px;
	}

	.threeCols .col:last-of-type {
		margin-bottom: 0;
	}

	.imageText {
		display: block;
		text-align: center;
	}

	.imageText .text {
		width: 100%;
	}

	.imageText .image {
		margin: 0 auto 30px;
	}

	.imageLinks li {
		width: 100%;
	}

	.infoBar {
		margin-bottom: 50px;
	}

	.imageText {
		--gap: 0;
	}

	.linksCollection {
		margin-left: -15px;
		margin-right: -15px;
		margin-bottom: 35px;
		padding-left: 0;
		padding-right: 0;
	}

	.linksCollection .swiper {
		padding-left: 35px;
		padding-right: 35px;
	}

	.linksCollection .links {
		margin-bottom: -35px;
	}

	.linksCollection .links a {
		width: 193px;
		margin-bottom: 35px;
	}

	.infoBar .section {
		display: block;
		text-align: center;
	}

	.infoBar .section:before {
		width: 52px;
		opacity: 0.2;
	}

	.infoBar .text {
		width: 100%;
	}

	.introText {
		margin-bottom: 30px;
	}

	.ring {
		left: -497px;
	}

	.ring.two {
		right: -497px;
	}

	.linkBtn {
		margin-left: auto;
		margin-right: auto;
	}
	
	#footer .section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		text-align: center;
		padding-top: 30px;
	}

	#footer .section:before {
		display: none;
	}

	#footer .logo {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
		width: 270px;
		margin-bottom: 25px;
	}

	#footer .links {
		margin: 0 0 20px;
	}

	#footer .links ul li {
		margin-bottom: 15px;
	}

	#footer .links ul li>:last-child {
		margin-bottom: 0;
	}

	#footer .socials {
		position: static;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 20px;
	}
	
	#footer .socials li {
		margin: 0 5px;
	}

	#footer .text {
		max-width: 100%;
		margin: 0;
	}

}

@media only screen and (max-width : 479px) {

}