


@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');


body {
	overflow-x: hidden;
  font-family: 'Poppins', 'Arial', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
	text-align: left;
	background: url(../images/main-circle.svg) no-repeat 0 0% / 30% 13%,
							url(../images/main-circle.svg) no-repeat 100% 3% / 30% 13%,
							url(../images/main-circle.svg) no-repeat 0 15% / 63% 20%,
							url(../images/main-circle.svg) no-repeat 0 35% / 46% 21%,
							url(../images/main-circle.svg) no-repeat 0 60% / 46% 21%,
							url(../images/main-circle.svg) no-repeat 100% 67% / 45% 15%,
							url(../images/main-circle.svg) no-repeat 0 96% / 58% 20%,
							url(../images/main-circle.svg) no-repeat 100% 97% / 50% 15%,
							url(../images/main-circle.svg) no-repeat 0% 100% / 50% 15%;
	background-color: #14525F;
}



p {
  margin-top: 16px;
}

ul, ol {
  text-align: left;
	padding-left: 22px;
}


ol > li {
  position: relative;
  padding: 0px;
	line-height: 150%;
}



a:hover {
  text-decoration: underline;
}



/* Title */
h1, h2, h3, h4, .title {
	display: block;
	position: relative;
  width: 100%;
  font-family: 'Poppins', 'Arial', sans-serif;
  font-weight: 700;
	text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

h1, h1.title {
	font-size: 52px;
	line-height: 52px;
	color: #fff;
	text-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
	margin-bottom: 65px;
}

h1.title span {
	display: block;
	font-size: 48px;
	margin-top: 14px;
}


h2, h2.title {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 120%;
}

h3, h3.title{
	font-size: 40px;
	line-height: 120%;
	margin: 16px 0px;
}

h4, h4.title{
	font-size: 32px;
	line-height: 120%;
	margin: 16px 0px;
	text-transform: inherit;
}


/* Article */
article,
.article {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
	color: #fff;
}

article > *:first-child,
.article > *:first-child {
	margin-top: 0px;
}

article > * + *,
.article > * + * {
	margin-top: 16px;
}

article > * + h2,
.article > * + h2 {
	margin-top: 16px;
}
article > * + h3,
.article > * + h3 {
	margin-top: 16px;
}
article > * + h4,
.article > * + h4 {
	margin-top: 16px;
}

article > h2 + *,
.article > h2 + * {
	margin-top: 0px;
}

article > h3 + *,
.article > h3 + *,
article > h4 + *,
.article > h4 + * {
	margin-top: 16px;
}

article li:first-child,
.article li:first-child {
	padding-top: 0px;
}

article p:first-child,
.article p:first-child {
	margin-top: 0px;
}

article a,
.article a {
	color: #fff;
	font-weight: 400;
	font-style: italic;
}

table{
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
}
table:not(:first-child) {
	margin-top: 20px;
}


table th {
	background-color: #EDF1F3;
	padding: 20px;
	font-weight: 700;
	font-size: 16px;
	color: #192A32;
}
table th:first-child {
	-webkit-border-radius: 6px 0px 0px 6px;
	        border-radius: 6px 0px 0px 6px;
}
table th:last-child {
	-webkit-border-radius: 0px 6px 6px 0px;
	        border-radius: 0px 6px 6px 0px;
}

table td {
	padding: 10px 20px;
}

table ol, table ul {
	padding-left: 15px;
}

table ol li + li, table ul li + li {
	margin-top: 8px;
}
.article tr td:nth-child(1) {
	font-weight: 600;
	color: #fff;
}




/* Button */
.button {
	display: inline-block;
	position: relative;
	width: auto;
  min-width: 128px;
	height: auto;
	max-height: 48px;
	background: #EC622B;
	font-size: 16px;
	font-weight: 600;
	font-style: normal !important;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: rgba(255,255,255,1.00);
	white-space: nowrap;
	vertical-align: middle;
  cursor: pointer;
  padding: 16px 31px;
  margin: 16px auto 0px auto;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
  -webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
          box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
  -webkit-border-radius: 16px;
          border-radius: 16px;
}

.button:hover {
	-webkit-transform: scale(1.04);
	    -ms-transform: scale(1.04);
	        transform: scale(1.04);
	text-decoration: none;
}


.button.button--bg {
	background: -o-radial-gradient(50% 50%, 50% 50%, #F59068 0%, #EF4805 100%);
	background: radial-gradient(50% 50% at 50% 50%, #F59068 0%, #EF4805 100%);
	-webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25), inset 0px 4px 12px #EDE7E1;
	box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25), inset 0px 4px 12px #EDE7E1;
}
.button.button--bg:hover {
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
	z-index: 1;
}


.button.button--bg::before, .button.button--bg::after {
	content:'';
	display: block;
	width: 145%;
	height: 91px;
	background-image: url(../images/button-light.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: -1;
	pointer-events: none;
	-webkit-transition: all 0.4;
	-o-transition: all 0.4;
	transition: all 0.4;
}

.button.button--bg::before {
	top: 4px;
}
.button.button--bg::after {
	bottom: 0;
}



/* Button Inverse */
.button.inverse {
	background: #0FA810;
}



/* var */
.button > img,
.button > span {
	display: inline-block;
	position: relative;
	font: inherit;
	line-height: 1;
	vertical-align: middle;
}
.button > img + span {
	margin-left: 10px;
}

.btn-box .button{
	margin: 0;
}

.button-bg {
	position: absolute;
	left: 50%;
	bottom: 150px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%)
}
.button-bg .button {
	position: static!important;
	-webkit-transform: none!important;
	    -ms-transform: none!important;
	        transform: none!important;
	margin: 0;
}
.button-bg::before {
	content:'';
	display: block;
	background: url(../images/button-bg.svg) no-repeat center / contain;
	width: 115%;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: -1;
}

/* Special */
.image img,
.background img {
	display: block;
	position: relative;
}
.image {
	z-index: -1;
}
.background img {
  margin: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover;
}
.background {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.js-expand-content {
	display: none;
	overflow: hidden;
}

.js-expand-content.expanded {
	height: 100%;
}

svg {
  display: inline-block;
  position: relative;
  vertical-align: inherit;
	fill: rgba(255, 255, 255, 1);
  line-height: 1;
}
use {
  fill: rgba(255, 255, 255, 1);
  fill-rule: evenodd;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.path {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	position: relative;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	    flex-direction: column;
	width: 100%;
	margin: 0px auto;
	max-width: 100%;
	overflow: hidden;
	padding-left: -webkit-calc(50% - ((1300px - 30px - 30px) / 2));
	padding-left: calc(50% - ((1300px - 30px - 30px) / 2));
	padding-right: -webkit-calc(50% - ((1300px - 30px - 30px) / 2));
	padding-right: calc(50% - ((1300px - 30px - 30px) / 2));
}
.cover {
  height: auto;
}
.cover > * {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
}


.section {
	background-color: #235F75;
	padding: 32px 20px;
	margin-top: 20px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	z-index: 0;
}
.section__table {
	padding: 32px 0px 20px 0px;
}

.section__table p, .section__table h2, .section__table h3, .section__table h4{
	padding: 0px 20px;
}

/* HEADER */
.header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	    flex-direction: row;
	top: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	overflow: unset;
	background: #192A32;
	color: rgba(255, 255, 255, 1);
	padding-top: 16px;
	padding-bottom: 16px;
	z-index: 1000;
}

.header > * {
	display: block;
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	width: auto;
}


.header__language-dropdown {
	z-index: 5;
	color: #fff;
  max-width: 131px;
  margin: 0px 0px 0px 16px;
  cursor: pointer;

}

.header__language-dropdown > div {
	padding: 11px 40px 11px 24px;
	position: relative;
  border: 1px solid #165E70;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header__language-dropdown > div::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 7px;
	right: 22px;
	top: -webkit-calc(50% - 7px / 2);
	top: calc(50% - 7px / 2);
	background-image: url(../images/icons/arrow-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.header__language {
  white-space: nowrap;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: auto;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
}

.header__language:hover {
  text-decoration: none;
}

.header__language-dropdown:hover > div {
	border-color: #C3CCD9;
}


.header__language img {
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
}
.header__language-dropdown > ul {
	margin-bottom: 0;
	position: absolute;
	padding: 12px 10px 12px 24px;
	background-color: #192A32;
	top: 62px;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	z-index: 10;
	list-style: none;
}

.header__language-dropdown ul > li::before{
  display: none;
}

.list-hidden > ul {
	margin-bottom: 0;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
	opacity: 0;
	height: 0;
	overflow: hidden;
	padding-top: 0;
	padding-bottom: 0;
}

.header__language-dropdown.list-hidden > ul {
	padding: 0 30px;
}
.header__language-dropdown > ul li {
	display: block;
  padding: 0;
}
.header__language-dropdown > ul li + li {
	margin-top: 3px;
}

.header__language-dropdown ul .header__language:hover,
.header__language-dropdown ul .header__language:focus {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.header__language-dropdown:not(.list-hidden) > div::before {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.header__menu .sidebar__menu {
	display: none;
}
.header__menu .sidebar__blocks {
	display: none;
}
.header__button-menu {
	display: none;
}
/* logo */
.logo {
	max-width: 100px;
	margin-right: 30px;
}
.logo > img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 48px;
}

.logo[href]:hover {
  opacity: 0.50;
}

/* Menu */
.menu ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0px;
	padding: 0;
}

.menu li {
	display: block;
  position: relative;
	padding: 0px;
}
.menu li:before { display: none; }

.menu li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	    justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	    align-items: center;
	font-size: 16px;
  font-weight: 600;
  text-align: center;
	white-space: nowrap;
	color: #FCFCFC;
  padding: 12px 22px;
	background-color: #165E70;
  border-color: transparent;
  -webkit-border-radius: 16px;
          border-radius: 16px;
  text-transform: uppercase;
}

.menu li > a:hover {
  background: #14525F;
}
.menu li + li {
  margin-left: 16px;
}

.menu li > a img {
	margin-right: 10px;
}

.header__button {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	    flex: 0 1 auto;
  margin: 0px 0px 0px 16px;
}

/* hover */
.menu li:hover > a {
  text-decoration: none;
}



/* var */

.header__menu .header__button-login,
.header__menu .header__button-signup {
	display: none;
}



/* MAIN */
.main {
	z-index: 1;
	display: block;
	position: relative;
	overflow-x: hidden;
	padding-top: 80px;
	max-width: 1300px;
	margin: 0 auto;
	width: 100%;
	padding: 80px 30px 0px 30px;
	
}
.main > * {
	position: relative;
}

/* prime */
.prime {
	text-align: center;
	padding: 72px 20px 105px 20px;
}
.prime__title {
	max-width: 670px;
	margin: 0px auto 19px auto;
}

/*banner*/
.banner {
	background: #194C5C;
	padding: 32px;
}

.banner p {
	max-width: 860px;
	margin-left: auto;
	margin-top: 0;
	font-weight: 500;
}
.banner__image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}
.banner__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

/*about*/

.about {
	padding: 0;
}

.about ul {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	z-index: 0;
	list-style: none;
	padding: 0;
	background-color: #226074;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

.about .btn-box {
	position: absolute;
	left: 50%;
	bottom: 80px;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.about li::before {
	display: none;
}
.about li:nth-child(odd) {
	width: 28%;
	padding: 15px 10px 15px 20px;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	background-color: #194C5C;
}

.about li:nth-child(even) {
	width: 70%;
	font-weight: 400;
	font-size: 16px;
	line-height: 125%;
	color: rgba(255, 255, 255, 0.8);
	padding: 15px 10px 15px 26px;
}
.about li:nth-child(even) a {
	color: rgba(255, 255, 255, 0.8);
}


/* tiles */
.tiles {
	padding: 0;
	background: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}
.tiles > div {
	background: #235F75;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	padding: 40px 40px 63px 43px;
}

.tiles__caption {
	font-weight: 700;
	font-size: 32px;
	line-height: 120%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #FFFFFF;
	margin-bottom: 22px;
}
.tiles__caption span{
	width: 64px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 6px;
	        border-radius: 6px;
	text-align: center;
	margin-right: 27px;
}

.tiles ul {
	list-style: none;
	padding-left: 85px;
}

.tiles ul li {
	padding-left: 39px;
	position: relative;
}

.tiles ul li + li {
	margin-top: 16px;
}

.tiles ul img {
	position: absolute;
	left: 0;
	top: 5px;
}


/*screen*/
.screen {
	padding: 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.screen:hover {
	-webkit-box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
	        box-shadow: 0px 4px 18px rgba(14, 24, 17, 0.25);
}

.screen .btn-box {
	display: none;
}

.screen .btn-box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.screen .button.button--visible {
	display: inline-block;
}

.screen__image {
	display: block;
}

.screen__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}

/* F.A.Q. */

.faq__list {
	list-style: none;
	padding: 0;
}

.faq__list > li:before { display: none; }
.faq__item + .faq__item {
  margin-top: 32px;
}
.faq__item {
  color: #fff;
	position: relative;
}

.faq-item__desc p {
	color: rgba(255, 255, 255, 0.9);
 }

.faq-item__title.title {
  color: inherit;
	position: static;
	text-align: left;
	text-transform: inherit;
	cursor: pointer;
	margin: 0;
	font-weight: 700;
	font-size: 16px;
	padding: 5px 0px;
	line-height: 150%;
}


/* FOOTER */
.footer {
	max-width: 1300px;
	padding: 0px 30px;
	margin: 20px auto 0px auto;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.footer__content {
	background: #235F75;
	padding: 32px 20px 10px 20px;
	-webkit-border-radius: 6px;
	        border-radius: 6px;
}
.footer ul {
	list-style: none;
}
.footer .content {
  padding: 20px 345px 0px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer__item + .footer__item {
  margin-top: 10px;
}

.footer__item-top {
  padding-bottom: 33px;
  border-bottom: 1px solid #fff;
}

.footer__item-top ul {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
	padding: 0;
}

.footer__item-top ul li {
  margin: 13px 5px;
}

.footer__item-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__copy {
  margin-top: 20px;
}

.footer .icon {
  margin: 20px 10px;
  min-width: 85px;
}

.footer__item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__item-bottom span {
  margin: 10px;
}