/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-Thin.woff2") format("woff2"), url("../fonts/typography/Poppins-Thin.woff") format("woff");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-ThinItalic.woff") format("woff");
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/typography/Poppins-ExtraLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-ExtraLightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-Light.woff2") format("woff2"), url("../fonts/typography/Poppins-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-LightItalic.woff") format("woff");
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-Regular.woff2") format("woff2"), url("../fonts/typography/Poppins-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-Italic.woff2") format("woff2"), url("../fonts/typography/Poppins-Italic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-Medium.woff2") format("woff2"), url("../fonts/typography/Poppins-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-MediumItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-MediumItalic.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/typography/Poppins-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-Bold.woff2") format("woff2"), url("../fonts/typography/Poppins-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-BoldItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-BoldItalic.woff") format("woff");
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/typography/Poppins-ExtraBold.woff") format("woff");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-ExtraBoldItalic.woff") format("woff");
	font-weight: 800;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-Black.woff2") format("woff2"), url("../fonts/typography/Poppins-Black.woff") format("woff");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Poppins";
	src: url("../fonts/typography/Poppins-BlackItalic.woff2") format("woff2"), url("../fonts/typography/Poppins-BlackItalic.woff") format("woff");
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icon/icomoon.eot?u1soq");
	src: url("../fonts/icon/icomoon.eot?u1soq#iefix") format("embedded-opentype"), url("../fonts/icon/icomoon.ttf?u1soq") format("truetype"), url("../fonts/icon/icomoon.woff?u1soq") format("woff"), url("../fonts/icon/icomoon.svg?u1soq#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
	content: "\e900";
}

.icon-customer-outline:before {
	content: "\e901";
}

.icon-customer:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-headphones:before {
	content: "\e904";
}

.icon-instagram:before {
	content: "\e905";
}

.icon-left-arrow-thick:before {
	content: "\e906";
}

.icon-left-arrow:before {
	content: "\e907";
}

.icon-left-quote:before {
	content: "\e908";
}

.icon-like-outline:before {
	content: "\e909";
}

.icon-like:before {
	content: "\e90a";
}

.icon-linkedin:before {
	content: "\e90b";
}

.icon-location:before {
	content: "\e90c";
}

.icon-login:before {
	content: "\e90d";
}

.icon-logout:before {
	content: "\e90e";
}

.icon-money-bag-outline:before {
	content: "\e90f";
}

.icon-peace-mind-outline:before {
	content: "\e910";
}

.icon-peace-mind:before {
	content: "\e911";
}

.icon-phone:before {
	content: "\e912";
}

.icon-right-arrow-thick:before {
	content: "\e913";
}

.icon-right-arrow:before {
	content: "\e914";
}

.icon-right-quote:before {
	content: "\e915";
}

.icon-star-outline:before {
	content: "\e916";
}

.icon-star:before {
	content: "\e917";
}

.icon-twitter:before {
	content: "\e918";
}

.icon-verified-outline:before {
	content: "\e919";
}

.icon-verified:before {
	content: "\e91a";
}

.icon-youtube:before {
	content: "\e91b";
}

/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.

For complete information visit: www.freakflagsprite.com

******************************************************/

.fflag {
	background-image: url(../images/flagSprite60.png);
	background-repeat: no-repeat;
	background-size: 100% 49494%;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	box-sizing: content-box;
}

.fflag-CH,
.fflag-NP {
	box-shadow: none !important;
}

.fflag-DZ {
	background-position: center .2287%;
}

.fflag-AO {
	background-position: center .4524%;
}

.fflag-BJ {
	background-position: center .6721%;
}

.fflag-BW {
	background-position: center .8958%;
}

.fflag-BF {
	background-position: center 1.1162%;
}

.fflag-BI {
	background-position: center 1.3379%;
}

.fflag-CM {
	background-position: center 1.5589%;
}

.fflag-CV {
	background-position: center 1.7836%;
}

.fflag-CF {
	background-position: center 2.0047%;
}

.fflag-TD {
	background-position: center 2.2247%;
}

.fflag-CD {
	background-position: left 2.4467%;
}

.fflag-DJ {
	background-position: left 2.6674%;
}

.fflag-EG {
	background-position: center 2.8931%;
}

.fflag-GQ {
	background-position: center 3.1125%;
}

.fflag-ER {
	background-position: left 3.3325%;
}

.fflag-ET {
	background-position: center 3.5542%;
}

.fflag-GA {
	background-position: center 3.7759%;
}

.fflag-GM {
	background-position: center 4.0015%;
}

.fflag-GH {
	background-position: center 4.2229%;
}

.fflag-GN {
	background-position: center 4.441%;
}

.fflag-GW {
	background-position: left 4.66663%;
}

.fflag-CI {
	background-position: center 4.8844%;
}

.fflag-KE {
	background-position: center 5.1061%;
}

.fflag-LS {
	background-position: center 5.3278%;
}

.fflag-LR {
	background-position: left 5.5495%;
}

.fflag-LY {
	background-position: center 5.7712%;
}

.fflag-MG {
	background-position: center 5.994%;
}

.fflag-MW {
	background-position: center 6.2156%;
}

.fflag-ML {
	background-position: center 6.4363%;
}

.fflag-MR {
	background-position: center 6.658%;
}

.fflag-MU {
	background-position: center 6.8805%;
}

.fflag-YT {
	background-position: center 7.1038%;
}

.fflag-MA {
	background-position: center 7.3231%;
}

.fflag-MZ {
	background-position: left 7.5448%;
}

.fflag-NA {
	background-position: left 7.7661%;
}

.fflag-NE {
	background-position: center 7.98937%;
}

.fflag-NG {
	background-position: center 8.2099%;
}

.fflag-CG {
	background-position: center 8.4316%;
}

.fflag-RE {
	background-position: center 8.6533%;
}

.fflag-RW {
	background-position: right 8.875%;
}

.fflag-SH {
	background-position: center 9.0967%;
}

.fflag-ST {
	background-position: center 9.32237%;
}

.fflag-SN {
	background-position: center 9.5426%;
}

.fflag-SC {
	background-position: left 9.7628%;
}

.fflag-SL {
	background-position: center 9.9845%;
}

.fflag-SO {
	background-position: center 10.2052%;
}

.fflag-ZA {
	background-position: left 10.4269%;
}

.fflag-SS {
	background-position: left 10.6486%;
}

.fflag-SD {
	background-position: center 10.8703%;
}

.fflag-SR {
	background-position: center 11.0945%;
}

.fflag-SZ {
	background-position: center 11.3135%;
}

.fflag-TG {
	background-position: left 11.5354%;
}

.fflag-TN {
	background-position: center 11.7593%;
}

.fflag-UG {
	background-position: center 11.9799%;
}

.fflag-TZ {
	background-position: center 12.2005%;
}

.fflag-EH {
	background-position: center 12.4222%;
}

.fflag-YE {
	background-position: center 12.644%;
}

.fflag-ZM {
	background-position: center 12.8664%;
}

.fflag-ZW {
	background-position: left 13.0873%;
}

.fflag-AI {
	background-position: center 13.309%;
}

.fflag-AG {
	background-position: center 13.5307%;
}

.fflag-AR {
	background-position: center 13.7524%;
}

.fflag-AW {
	background-position: left 13.9741%;
}

.fflag-BS {
	background-position: left 14.1958%;
}

.fflag-BB {
	background-position: center 14.4175%;
}

.fflag-BQ {
	background-position: center 14.6415%;
}

.fflag-BZ {
	background-position: center 14.8609%;
}

.fflag-BM {
	background-position: center 15.0826%;
}

.fflag-BO {
	background-position: center 15.306%;
}

.fflag-VG {
	background-position: center 15.528%;
}

.fflag-BR {
	background-position: center 15.7496%;
}

.fflag-CA {
	background-position: center 15.9694%;
}

.fflag-KY {
	background-position: center 16.1911%;
}

.fflag-CL {
	background-position: left 16.4128%;
}

.fflag-CO {
	background-position: left 16.6345%;
}

.fflag-KM {
	background-position: center 16.8562%;
}

.fflag-CR {
	background-position: center 17.0779%;
}

.fflag-CU {
	background-position: left 17.2996%;
}

.fflag-CW {
	background-position: center 17.5213%;
}

.fflag-DM {
	background-position: center 17.743%;
}

.fflag-DO {
	background-position: center 17.968%;
}

.fflag-EC {
	background-position: center 18.1864%;
}

.fflag-SV {
	background-position: center 18.4081%;
}

.fflag-FK {
	background-position: center 18.6298%;
}

.fflag-GF {
	background-position: center 18.8515%;
}

.fflag-GL {
	background-position: left 19.0732%;
}

.fflag-GD {
	background-position: center 19.2987%;
}

.fflag-GP {
	background-position: center 19.518%;
}

.fflag-GT {
	background-position: center 19.7383%;
}

.fflag-GY {
	background-position: center 19.96%;
}

.fflag-HT {
	background-position: center 20.1817%;
}

.fflag-HN {
	background-position: center 20.4034%;
}

.fflag-JM {
	background-position: center 20.6241%;
}

.fflag-MQ {
	background-position: center 20.8468%;
}

.fflag-MX {
	background-position: center 21.0685%;
}

.fflag-MS {
	background-position: center 21.2902%;
}

.fflag-NI {
	background-position: center 21.5119%;
}

.fflag-PA {
	background-position: center 21.7336%;
}

.fflag-PY {
	background-position: center 21.9553%;
}

.fflag-PE {
	background-position: center 22.177%;
}

.fflag-PR {
	background-position: left 22.4002%;
}

.fflag-BL {
	background-position: center 22.6204%;
}

.fflag-KN {
	background-position: center 22.8421%;
}

.fflag-LC {
	background-position: center 23.0638%;
}

.fflag-PM {
	background-position: center 23.2855%;
}

.fflag-VC {
	background-position: center 23.5072%;
}

.fflag-SX {
	background-position: left 23.732%;
}

.fflag-TT {
	background-position: center 23.9506%;
}

.fflag-TC {
	background-position: center 24.1723%;
}

.fflag-US {
	background-position: center 24.394%;
}

.fflag-VI {
	background-position: center 24.6157%;
}

.fflag-UY {
	background-position: left 24.8374%;
}

.fflag-VE {
	background-position: center 25.0591%;
}

.fflag-AF {
	background-position: center 25.2808%;
}

.fflag-AZ {
	background-position: center 25.5025%;
}

.fflag-BD {
	background-position: center 25.7242%;
}

.fflag-BT {
	background-position: center 25.9459%;
}

.fflag-BN {
	background-position: center 26.1676%;
}

.fflag-KH {
	background-position: center 26.3885%;
}

.fflag-CN {
	background-position: left 26.611%;
}

.fflag-GE {
	background-position: center 26.8327%;
}

.fflag-HK {
	background-position: center 27.0544%;
}

.fflag-IN {
	background-position: center 27.2761%;
}

.fflag-ID {
	background-position: center 27.4978%;
}

.fflag-JP {
	background-position: center 27.7195%;
}

.fflag-KZ {
	background-position: center 27.9412%;
}

.fflag-LA {
	background-position: center 28.1615%;
}

.fflag-MO {
	background-position: center 28.3846%;
}

.fflag-MY {
	background-position: center 28.6063%;
}

.fflag-MV {
	background-position: center 28.829%;
}

.fflag-MN {
	background-position: left 29.0497%;
}

.fflag-MM {
	background-position: center 29.2714%;
}

.fflag-NP {
	background-position: left 29.4931%;
}

.fflag-KP {
	background-position: left 29.7148%;
}

.fflag-MP {
	background-position: center 29.9365%;
}

.fflag-PW {
	background-position: center 30.1582%;
}

.fflag-PG {
	background-position: center 30.3799%;
}

.fflag-PH {
	background-position: left 30.6016%;
}

.fflag-SG {
	background-position: left 30.8233%;
}

.fflag-KR {
	background-position: center 31.045%;
}

.fflag-LK {
	background-position: right 31.2667%;
}

.fflag-TW {
	background-position: left 31.4884%;
}

.fflag-TJ {
	background-position: center 31.7101%;
}

.fflag-TH {
	background-position: center 31.9318%;
}

.fflag-TL {
	background-position: left 32.1535%;
}

.fflag-TM {
	background-position: center 32.3752%;
}

.fflag-VN {
	background-position: center 32.5969%;
}

.fflag-AL {
	background-position: center 32.8186%;
}

.fflag-AD {
	background-position: center 33.0403%;
}

.fflag-AM {
	background-position: center 33.258%;
}

.fflag-AT {
	background-position: center 33.4837%;
}

.fflag-BY {
	background-position: left 33.7054%;
}

.fflag-BE {
	background-position: center 33.9271%;
}

.fflag-BA {
	background-position: center 34.1488%;
}

.fflag-BG {
	background-position: center 34.3705%;
}

.fflag-HR {
	background-position: center 34.5922%;
}

.fflag-CY {
	background-position: center 34.8139%;
}

.fflag-CZ {
	background-position: left 35.0356%;
}

.fflag-DK {
	background-position: center 35.2555%;
}

.fflag-EE {
	background-position: center 35.479%;
}

.fflag-FO {
	background-position: center 35.7007%;
}

.fflag-FI {
	background-position: center 35.9224%;
}

.fflag-FR {
	background-position: center 36.1441%;
}

.fflag-DE {
	background-position: center 36.3658%;
}

.fflag-GI {
	background-position: center 36.5875%;
}

.fflag-GR {
	background-position: left 36.8092%;
}

.fflag-HU {
	background-position: center 37.0309%;
}

.fflag-IS {
	background-position: center 37.2526%;
}

.fflag-IE {
	background-position: center 37.4743%;
}

.fflag-IM {
	background-position: center 37.696%;
}

.fflag-IT {
	background-position: center 37.9177%;
}

.fflag-JE {
	background-position: center 38.1394%;
}

.fflag-XK {
	background-position: center 38.3611%;
}

.fflag-LV {
	background-position: center 38.5828%;
}

.fflag-LI {
	background-position: left 38.8045%;
}

.fflag-LT {
	background-position: center 39.0262%;
}

.fflag-LU {
	background-position: center 39.2479%;
}

.fflag-MT {
	background-position: left 39.4696%;
}

.fflag-MD {
	background-position: center 39.6913%;
}

.fflag-MC {
	background-position: center 39.913%;
}

.fflag-ME {
	background-position: center 40.1347%;
}

.fflag-NL {
	background-position: center 40.3564%;
}

.fflag-MK {
	background-position: center 40.5781%;
}

.fflag-NO {
	background-position: center 40.7998%;
}

.fflag-PL {
	background-position: center 41.0215%;
}

.fflag-PT {
	background-position: center 41.2432%;
}

.fflag-RO {
	background-position: center 41.4649%;
}

.fflag-RU {
	background-position: center 41.6866%;
}

.fflag-SM {
	background-position: center 41.9083%;
}

.fflag-RS {
	background-position: center 42.13%;
}

.fflag-SK {
	background-position: center 42.3517%;
}

.fflag-SI {
	background-position: center 42.5734%;
}

.fflag-ES {
	background-position: left 42.7951%;
}

.fflag-SE {
	background-position: center 43.0168%;
}

.fflag-CH {
	background-position: center 43.2385%;
}

.fflag-TR {
	background-position: center 43.4602%;
}

.fflag-UA {
	background-position: center 43.6819%;
}

.fflag-GB {
	background-position: center 43.9036%;
}

.fflag-VA {
	background-position: right 44.1253%;
}

.fflag-BH {
	background-position: center 44.347%;
}

.fflag-IR {
	background-position: center 44.5687%;
}

.fflag-IQ {
	background-position: center 44.7904%;
}

.fflag-IL {
	background-position: center 45.0121%;
}

.fflag-KW {
	background-position: left 45.2338%;
}

.fflag-JO {
	background-position: left 45.4555%;
}

.fflag-KG {
	background-position: center 45.6772%;
}

.fflag-LB {
	background-position: center 45.897%;
}

.fflag-OM {
	background-position: left 46.1206%;
}

.fflag-PK {
	background-position: center 46.3423%;
}

.fflag-PS {
	background-position: center 46.561%;
}

.fflag-QA {
	background-position: center 46.7857%;
}

.fflag-SA {
	background-position: center 47.0074%;
}

.fflag-SY {
	background-position: center 47.2291%;
}

.fflag-AE {
	background-position: center 47.4508%;
}

.fflag-UZ {
	background-position: left 47.6725%;
}

.fflag-AS {
	background-position: right 47.8942%;
}

.fflag-AU {
	background-position: center 48.1159%;
}

.fflag-CX {
	background-position: center 48.3376%;
}

.fflag-CC {
	background-position: center 48.5593%;
}

.fflag-CK {
	background-position: center 48.781%;
}

.fflag-FJ {
	background-position: center 49.0027%;
}

.fflag-PF {
	background-position: center 49.2244%;
}

.fflag-GU {
	background-position: center 49.4445%;
}

.fflag-KI {
	background-position: center 49.6678%;
}

.fflag-MH {
	background-position: left 49.8895%;
}

.fflag-FM {
	background-position: center 50.1112%;
}

.fflag-NC {
	background-position: center 50.3329%;
}

.fflag-NZ {
	background-position: center 50.5546%;
}

.fflag-NR {
	background-position: left 50.7763%;
}

.fflag-NU {
	background-position: center 50.998%;
}

.fflag-NF {
	background-position: center 51.2197%;
}

.fflag-WS {
	background-position: left 51.4414%;
}

.fflag-SB {
	background-position: left 51.6631%;
}

.fflag-TK {
	background-position: center 51.8848%;
}

.fflag-TO {
	background-position: left 52.1065%;
}

.fflag-TV {
	background-position: center 52.3282%;
}

.fflag-VU {
	background-position: left 52.5499%;
}

.fflag-WF {
	background-position: center 52.7716%;
}

.fflag-EU {
	background-position: center 52.9933%;
}

.fflag-JR {
	background-position: center 53.215%;
}

.fflag-OLY {
	background-position: center 53.4315%;
}

.fflag-UN {
	background-position: center 53.6584%;
}

.fflag.ff-sm {
	width: 18px;
	height: 11px;
}

.fflag.ff-md {
	width: 27px;
	height: 17px;
}

.fflag.ff-lg {
	width: 42px;
	height: 27px;
}

.fflag.ff-xl {
	width: 60px;
	height: 37px;
}

.list-style-reset,
.toolbar__contact-list,
.testimonial-slider__controller .slick-dots,
.contact-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
	font-size: 10px;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #333;
	background: #f5f8fc;
	font: 1.6rem/1.5 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
.card__title,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .6em;
	color: inherit;
}

h1,
.h1 {
	font-size: 3rem;
}

h2,
.h2 {
	font-size: 2.8rem;
}

h3,
.h3 {
	font-size: 2.4rem;
}

h4,
.h4 {
	font-size: 2.4rem;
}

h5,
.h5,
.card__title {
	font-size: 2rem;
}

h6,
.h6 {
	font-size: 1.6rem;
}

p {
	margin: 0 0 1.5em;
}

a {
	color: #0e77ba;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: .4rem;
	box-sizing: border-box;
	border: 1px solid #9fc4e0;
	padding: .6rem 1.6rem;
	width: 100%;
	border-width: .1rem;
	border-radius: .4rem;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: #0e77ba;
	outline: 0;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="number"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"] {
	height: 4.8rem;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: 16rem;
	padding-top: 1rem;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="submit"] {
	display: inline-block;
	border: .2rem solid transparent;
	padding: .8rem 2.4rem;
	font-size: 1.7rem;
	text-align: center;
	border-radius: .4rem;
	text-decoration: none;
	background: #0e77ba;
	color: #fff;
}

input[type="submit"]:hover {
	background: #0c68a2;
}

input[type="submit"]:focus {
	outline: 0;
}

.custom-checkbox input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	z-index: -1;
	position: absolute;
	left: 0;
}

.custom-checkbox input[type="checkbox"]:checked + label:before {
	background: #0e77ba;
	border: .1rem solid #0e77ba;
}

.custom-checkbox input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

.custom-checkbox input[type="checkbox"] + label {
	position: relative;
	padding: 0 0 0 3.5rem;
}

.custom-checkbox input[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	width: 2.4rem;
	height: 2.4rem;
	border: .1rem solid #9fc4e0;
	left: 0;
	top: 0;
	border-radius: .4rem;
}

.custom-checkbox input[type="checkbox"] + label:after {
	content: "";
	position: absolute;
	width: 1.2rem;
	height: .7rem;
	border-style: solid;
	border-width: 0 0 .3rem .3rem;
	border-color: #fff;
	left: .6rem;
	top: .7rem;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-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);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.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;
}

.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-inner-wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.page-header {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	padding: 15px 30px;
}

main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	overflow: hidden;
}

.page-footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #ccc;
	padding: 15px 30px;
}

.container-center {
	margin: 0 auto;
}

.container-padding {
	padding: 0 2rem;
}

.container {
	max-width: 120rem;
}

.container-small {
	max-width: 70rem;
}

.container-medium {
	max-width: 100rem;
}

.text-center {
	text-align: center;
}

.font-weight-100 {
	font-weight: 100;
}

.font-weight-200 {
	font-weight: 200;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: normal;
}

.font-weight-500 {
	font-weight: 500;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}

.font-weight-800 {
	font-weight: 800;
}

.font-weight-900 {
	font-weight: 900;
}

.font-style-normal {
	font-style: normal;
}

.font-style-italic {
	font-style: italic;
}

.font-size-14 {
	font-size: 1.4rem;
}

.font-size-12 {
	font-size: 1.2rem;
}

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

.text-center {
	text-align: center;
}

.d-block {
	display: block;
}

.shadow-gray {
	box-shadow: 0 2rem 2.4rem rgba(0, 0, 0, .05);
}

.shadow-dark {
	box-shadow: 0 .6rem 1.6rem rgba(0, 0, 0, .15);
}

.bg-white {
	background: #fff;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.button {
	display: inline-block;
	border: .2rem solid transparent;
	padding: 1rem 2rem;
	font-size: 1.7rem;
	text-align: center;
	border-radius: .4rem;
	text-decoration: none;
}

.button--primary {
	background: #ed1c24;
	color: #fff;
}

.button--primary:hover {
	background: #de1219;
}

.button--secondary {
	background: #0e77ba;
	color: #fff;
}

.button--secondary:hover {
	background: #0c68a2;
}

.button--outline-secondary {
	color: #0e77ba;
	background: transparent;
	border-color: #0e77ba;
}

.button--outline-secondary:hover {
	background: #0e77ba;
	color: #fff;
}

.button--light {
	background: #fff;
	color: #0e77ba;
}

.button--light:hover {
	background: rgba(255, 255, 255, .9);
}

.button--small {
	padding: .7rem 2rem;
	font-size: 1.5rem;
}

.text-emperor {
	color: #555;
}

.text-dove-gray {
	color: #999;
}

.text-gray {
	color: #999;
}

.intro-text {
	margin-bottom: 6rem;
	font-size: 1.8rem;
}

.intro-text b,
.intro-text strong {
	font-weight: 600;
}

.card {
	height: 100%;
	padding: 4rem 3rem 4.5rem;
	font-size: 1.6rem;
	border-radius: 1rem;
	background: #fff;
	position: relative;
}

.card__icon-holder {
	max-width: 10rem;
	margin: 0 auto 2.8rem;
}

.card__icon-holder-nagative-offset {
	padding: 1.2rem 1rem 0;
	width: 6rem;
	height: 6rem;
	margin: -6rem auto 3rem;
	border-radius: 5rem;
	font-size: 3.2rem;
	line-height: 1;
	text-align: center;
	background: #fff;
	border: .2rem solid #f5f8fc;
	color: #9fc4e0;
}

.card__icon-nagative-offset {
	max-width: 3.2rem;
	max-height: 3.2rem;
}

.card__title {
	line-height: 1.2;
	margin-bottom: .8em;
}

.contact-list--contact-section {
	color: #fff;
	margin-bottom: 2rem;
}

.contact-list__item {
	color: inherit;
	padding: 0 0 .7rem;
}

.contact-list__link,
.contact-list__text-wrap {
	color: inherit;
	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;
}

.contact-list__contact-icon {
	-ms-flex-preferred-size: 3rem;
	flex-basis: 3rem;
	max-width: 3rem;
	position: relative;
	line-height: 1.6;
}

.contact-list__contact-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.resize-active .nav-drop {
	-webkit-transition: none !important;
	transition: none !important;
}

.resize-active .nav-drop__wrapper {
	-webkit-transition: none !important;
	transition: none !important;
}

.site-header {
	position: relative;
	z-index: 9;
	background: #fff;
}

.site-logo {
	max-width: 12rem;
	margin-left: 2rem;
	position: relative;
	z-index: 9;
}

.site-logo img {
	width: 100%;
	height: auto;
}

.toolbar {
	padding: .8rem 0;
	font-size: 1.4rem;
	border-top: .1rem solid rgba(255, 255, 255, .1);
}

.toolbar__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.toolbar__contact-item {
	padding: .5rem 0;
}

.toolbar__contact-item + .toolbar__contact-item {
	position: relative;
}

.toolbar__contact-link {
	color: #fff;
}

.toolbar__contact-link--with-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.toolbar__contact-icon {
	padding-right: .5rem;
}

.toolbar__contact-image-holder {
	-ms-flex-preferred-size: 1.4rem;
	flex-basis: 1.4rem;
	max-width: 1.4rem;
	margin-right: .7rem;
}

.toolbar__contact-image {
	line-height: 1;
	vertical-align: middle;
	position: relative;
	top: -.1rem;
}

.header-bottom {
	padding: 1.2rem 0;
	border-bottom: .1rem solid #eee;
	position: relative;
}

.header-bottom:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2;
}

.header-bottom__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0;
}

.primary-nav {
	font-size: 2rem;
	padding: 2rem 0;
}

.primary-nav__link {
	color: #fff;
	display: block;
	padding: .7rem 2rem;
}

.primary-nav__link--button {
	position: relative;
}

.primary-nav__link--button:before {
	position: absolute;
	content: "";
	background: rgba(255, 255, 255, .1);
	top: 0;
	left: 1rem;
	right: 1rem;
	height: 100%;
	border-radius: .4rem;
}

.primary-nav__btn-holder {
	display: inline-block;
}

.nav-opener {
	position: relative;
	height: 32px;
	width: 40px;
	border: 0;
	background: none;
	outline: none;
	margin-right: 1.8rem;
	z-index: 9;
}

.nav-opener__bar {
	position: absolute;
	height: 3px;
	width: 32px;
	left: 4px;
	display: block;
	background: #0e77ba;
}

.nav-opener__bar:nth-of-type(1) {
	top: 7px;
	-webkit-transition: top .25s ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s ease .25s, transform .25s ease-out .1s;
	transition: top .25s ease .25s, transform .25s ease-out .1s, -webkit-transform .25s ease-out .1s;
}

.nav-active .nav-opener__bar:nth-of-type(1) {
	top: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s, -webkit-transform .25s ease-out .4s;
}

.nav-opener__bar:nth-of-type(2) {
	top: 15px;
	-webkit-transition: .25s ease .25s;
	transition: .25s ease .25s;
}

.nav-active .nav-opener__bar:nth-of-type(2) {
	opacity: 0;
}

.nav-opener__bar:nth-of-type(3) {
	top: 23px;
	-webkit-transition: top .25s ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s ease .25s, -webkit-transform .25s ease-out .1s;
	transition: top .25s ease .25s, transform .25s ease-out .1s;
	transition: top .25s ease .25s, transform .25s ease-out .1s, -webkit-transform .25s ease-out .1s;
}

.nav-active .nav-opener__bar:nth-of-type(3) {
	top: 15px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, -webkit-transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s;
	transition: top .25s ease .1s, transform .25s ease-out .4s, -webkit-transform .25s ease-out .4s;
}

.nav-drop {
	position: absolute;
	width: 100%;
	padding-top: 7.8rem;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility .2s ease-in-out .2s, opacity .2s ease-in-out .2s;
	transition: visibility .2s ease-in-out .2s, opacity .2s ease-in-out .2s;
}

.nav-active .nav-drop {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
	transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
}

.site-footer {
	background: #1086d2;
	font-size: 1.6rem;
	text-align: center;
	color: rgba(255, 255, 255, .8);
}

.footer-top {
	padding: 4rem 0 .5rem;
}

.footer-top__row {
	margin: 0 -1.5rem;
}

.footer-top__col {
	padding: 0 1.5rem 3.2rem;
}

.footer-top__logo {
	max-width: 14rem;
	margin: 0 auto 2rem;
}

.footer-top__title {
	color: #fff;
}

.quick-nav__item {
	margin-bottom: .7rem;
}

.quick-nav__link {
	color: inherit;
}

.quick-nav__link:hover {
	color: #fff;
}

.register-list__item {
	margin-bottom: .7rem;
}

.social-media {
	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;
	font-size: 1.8rem;
	margin: 0 -.7rem;
}

.social-media__item {
	padding: 0 .7rem .7rem;
}

.social-media__link {
	color: inherit;
}

.social-media__link:hover {
	color: #fff;
}

.footer-bottom {
	background: #0e77ba;
	color: inherit;
	padding: 2.4rem 0 1.8rem;
	font-size: 1.4rem;
}

.copy-right-text {
	display: block;
	margin-bottom: .5rem;
}

.footer-nav__list {
	margin: 0 -1rem;
}

.footer-nav__item {
	padding: .2rem 1rem;
}

.footer-nav__link {
	color: inherit;
}

.footer-nav__link:hover {
	color: #fff;
}

.banner-slider {
	overflow: hidden;
}

.banner-slider:hover .banner-slider__button {
	opacity: 1;
	visibility: visible;
}

.banner-slider__slide {
	position: relative;
}

.banner-slider__slide:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
}

.banner-slider__container {
	min-height: 40rem;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.banner-slider__content {
	color: #fff;
	padding: 2.5rem 4rem 3rem;
	opacity: 0;
	-webkit-transform: translateY(4rem);
	-ms-transform: translateY(4rem);
	transform: translateY(4rem);
	-webkit-transition: opacity .8s ease-in-out .7s, -webkit-transform .8s ease-in-out .9s;
	transition: opacity .8s ease-in-out .7s, -webkit-transform .8s ease-in-out .9s;
	transition: opacity .8s ease-in-out .7s, transform .8s ease-in-out .9s;
	transition: opacity .8s ease-in-out .7s, transform .8s ease-in-out .9s, -webkit-transform .8s ease-in-out .9s;
}

.banner-slider__title {
	margin-bottom: .2em;
	font-size: 3rem;
	-webkit-transform: translateY(4rem);
	-ms-transform: translateY(4rem);
	transform: translateY(4rem);
	opacity: 0;
	-webkit-transition: opacity .6s ease-in-out .7s, -webkit-transform .8s ease-in-out .8s;
	transition: opacity .6s ease-in-out .7s, -webkit-transform .8s ease-in-out .8s;
	transition: opacity .6s ease-in-out .7s, transform .8s ease-in-out .8s;
	transition: opacity .6s ease-in-out .7s, transform .8s ease-in-out .8s, -webkit-transform .8s ease-in-out .8s;
	line-height: 1.2;
}

.banner-slider__detail {
	-webkit-transform: translateY(5rem);
	-ms-transform: translateY(5rem);
	transform: translateY(5rem);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out .9s, -webkit-transform .7s ease-in-out 1s;
	transition: opacity .5s ease-in-out .9s, -webkit-transform .7s ease-in-out 1s;
	transition: opacity .5s ease-in-out .9s, transform .7s ease-in-out 1s;
	transition: opacity .5s ease-in-out .9s, transform .7s ease-in-out 1s, -webkit-transform .7s ease-in-out 1s;
}

.banner-slider p {
	margin-bottom: 0;
	font-size: 2rem;
}

.banner-slider__image-wrap {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
}

.banner-slider__image {
	object-fit: cover;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}

.banner-slider__button {
	position: absolute;
	top: 50%;
	z-index: 1;
	outline: 0;
	background: none;
	border: 0;
	font-size: 2rem;
	color: rgba(255, 255, 255, .5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
	transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
}

.banner-slider__button:hover {
	color: #fff;
}

.banner-slider__button-prev {
	left: 1rem;
}

.banner-slider__button-next {
	right: 1rem;
}

.banner-slider .slick-current .banner-slider__content {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.banner-slider .slick-current .banner-slider__title {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.banner-slider .slick-current .banner-slider__detail {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.page-banner {
	position: relative;
	color: #fff;
	background-position: 50% 50%;
	background-repeat: repeat;
}

.page-banner:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .2);
}

.page-banner__container {
	position: relative;
	min-height: 20rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-banner h1 {
	text-shadow: 0 .2rem 0 #000;
}

.calculator {
	position: relative;
	margin-bottom: 5rem;
	color: rgba(255, 255, 255, .8);
}

.calculator__container {
	max-width: 110rem;
	margin-top: -5rem;
	box-shadow: 0 2rem 2.5rem rgba(0, 0, 0, .05);
	border-radius: 2rem;
}

.calculator__inner-container {
	max-width: 90rem;
}

.calculator__current-exchange-rate {
	background: #0e77ba;
	padding: 1.5rem 2.4rem;
	font-size: 1.2rem;
	border-radius: 1rem 1rem 0 0;
	color: #fff;
}

.calculator__current-exchange-rate p {
	margin: 0;
}

.calculator__contditon-text {
	font-size: 1.2rem;
}

.calculator__input-holder {
	background: #1086d2;
	padding: 2rem 2.4rem 3rem;
	border-radius: 0 0 1rem 1rem;
}

.calculator__row {
	margin: 0 -1.5rem;
}

.calculator__col {
	padding: 0 1.5rem 2.4rem;
}

.calculator__label {
	margin-bottom: 1rem;
	display: inline-block;
	color: rgba(255, 255, 255, .8);
}

.calculator__input-wrapper {
	position: relative;
}

.calculator input[type="text"],
.calculator input[type="number"] {
	border-radius: .4rem;
	border: 0;
	height: 4rem;
	background: #fff;
	color: #333;
	padding: .6rem 2rem .6rem 6rem;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: .05em;
}

.calculator input[type="text"].input--np,
.calculator input[type="number"].input--np {
	padding-left: 5rem;
}

.calculator input[type="text"]::-webkit-input-placeholder,
.calculator input[type="number"]::-webkit-input-placeholder {
	color: #ccc;
}

.calculator input[type="text"]::-moz-placeholder,
.calculator input[type="number"]::-moz-placeholder {
	opacity: 1;
	color: #ccc;
}

.calculator input[type="text"]:-moz-placeholder,
.calculator input[type="number"]:-moz-placeholder {
	color: #ccc;
}

.calculator input[type="text"]:-ms-input-placeholder,
.calculator input[type="number"]:-ms-input-placeholder {
	color: #ccc;
}

.calculator input[type="text"].placeholder,
.calculator input[type="number"].placeholder {
	color: #ccc;
}

.calculator__flag-icon {
	width: 3rem;
	height: 1.9rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 1.6rem;
}

.calculator__button-holder {
	text-align: center;
	padding-top: 0;
}

.card-section {
	padding: 5rem 0 5rem;
}

.card-section__row {
	margin: 0 -1.5rem;
}

.card-section__col {
	padding: 0 1.5rem;
	margin-bottom: 3rem;
}

.card-section__col--big-spacing {
	padding: 0 1.5rem 5rem;
}

.why-choose-us {
	margin: 5rem 0 2rem;
}

.puff-section {
	background: #0e77ba;
	padding: 6rem 0;
	color: #fff;
}

.puff-section__title {
	margin-bottom: .3em;
}

.puff-section__button-holder {
	padding-top: 1rem;
}

.testimonial-section {
	padding: 9rem 0 8rem;
}

.testimonial-section__container {
	position: relative;
}

.testimonial-section__container:before,
.testimonial-section__container:after {
	position: absolute;
	content: "";
	width: 2rem;
	height: 100%;
	z-index: 1;
	top: 0;
}

.testimonial-section__container:before {
	left: 0;
	background: -webkit-linear-gradient(left, #f5f8fc 45%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, #f5f8fc 45%, rgba(255, 255, 255, 0) 100%);
}

.testimonial-section__container:after {
	right: 0;
	background: -webkit-linear-gradient(right, #f5f8fc 45%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to left, #f5f8fc 45%, rgba(255, 255, 255, 0) 100%);
}

.testimonial-section__header {
	margin-bottom: 4.5rem;
}

.testimonial-section__row {
	margin-top: -2rem;
}

.testimonial-section .slick-list {
	padding: 0;
}

.testimonial-section .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.testimonial-section__col {
	padding: 0 1.2rem 3rem;
}

.testimonial-section__col.slick-slide {
	height: auto;
}

.testimonial {
	font-size: 1.7rem;
	line-height: 1.7;
	margin: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 .8rem 1rem rgba(0, 0, 0, .03);
	box-shadow: 0 2rem 2.4rem rgba(0, 0, 0, .05);
}

.testimonial.card {
	padding-top: 3.2rem;
	padding-bottom: 4rem;
}

.testimonial__icon {
	margin-bottom: 2rem;
	font-size: 3rem;
	color: #afd6ec;
}

.testimonial__cite-holder {
	font-size: 1.6rem;
}

.testimonial__cite-image-holder {
	max-width: 8rem;
	margin: 1rem auto 1rem;
	border: .2rem solid #9fc4e0;
	border-radius: 8rem;
	overflow: hidden;
}

.testimonial__cite {
	padding-top: .6rem;
	line-height: 1.3;
}

.testimonial-slider__controller {
	margin-top: -2rem;
	position: relative;
	z-index: 2;
}

.testimonial-slider__controller .slick-dots {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: .3rem;
}

.testimonial-slider__controller .slick-dots li {
	padding: 0 .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonial-slider__controller .slick-dots li.slick-active button {
	background: #0e77ba;
}

.testimonial-slider__controller .slick-dots button {
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	background: #ccc;
	height: 1.2rem;
	width: 1.2rem;
	padding: 0;
	border-radius: 1rem;
}

.testimonial-slider__controller button {
	border: 0;
	outline: 0;
	background: none;
}

.testimonial-slider__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-slider__button {
	color: #999;
}

.testimonial-slider__button:hover {
	color: #0e77ba;
}

.testimonial-slider__button-prev {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.testimonial-slider__button-next {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.certification-section {
	padding: 2rem 0;
}

.certification-section__row {
	margin: 0 -2rem;
}

.certification-section__col {
	padding: 1rem 2rem;
	text-align: center;
}

.certification-section img {
	max-width: 20rem;
	max-height: 6rem;
	width: 100%;
	height: auto;
}

.certification__title {
	margin-bottom: .5rem;
}

.site-cookie {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 10;
	background: #0e77ba;
	padding: 2rem 0;
	color: #fff;
}

.site-cookie__text-holder {
	padding: 0 0 2rem;
}

.site-cookie__button {
	padding: .5rem 1.6rem;
	background: #afd6ec;
	border-radius: .4rem;
	border: .1rem solid #9fc4e0;
}

.site-cookie p {
	margin: 0;
}

.site-cookie a {
	color: inherit;
	text-decoration: underline;
}

.how-it-works-section {
	margin: 5rem 0 0;
}

.faq-section {
	margin: 5rem 0 0;
}

.accordion {
	max-width: 80rem;
	margin: 0 auto 5rem;
}

.accordion__item {
	margin-bottom: 1.5rem;
	border: .1rem solid #d6e7f2;
	border-radius: .6rem;
}

.accordion__item.active .accordion__header {
	border-radius: .5rem .5rem 0 0;
	border-bottom: .1rem solid #d6e7f2;
}

.accordion__item.active .accordion__icon-holder {
	border-bottom: .1rem solid #d6e7f2;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion__header {
	padding: 1rem 3.5rem 1rem 1.5rem;
	background: #eaf2f8;
	border-radius: .5rem;
	position: relative;
	cursor: pointer;
}

.accordion__title {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.accordion__icon-holder {
	position: absolute;
	top: 1.4rem;
	right: 1.5rem;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font-size: 1.4rem;
}

.accordion__body {
	display: none;
	border-top: 0;
	padding: 1.5rem;
}

.about-us-section {
	padding: 4rem 0;
}

.about-us-section__item {
	padding: 2rem 0;
}

.about-us-section__image-wrap {
	max-width: 14rem;
	margin: 0 auto 3rem;
	position: relative;
}

.about-us-section__decore {
	position: absolute;
	left: 50%;
	top: -5rem;
	width: 24rem;
	height: 24rem;
	z-index: -1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 300px;
	perspective: 300px;
	-webkit-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.about-us-section__decore:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 0;
	background: #d6e7f2;
	border-radius: 100%;
	-webkit-transform: rotateX(-90deg) translateZ(5rem);
	transform: rotateX(-90deg) translateZ(5rem);
}

.about-us-section__text-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.privacy-section {
	padding: 4rem 0;
}

.privacy-section p + h1,
.privacy-section p + h2,
.privacy-section p + h3,
.privacy-section p + h4,
.privacy-section p + h5,
.privacy-section p + h6 {
	padding-top: .6em;
}

.contact-section {
	padding: 4rem 0;
}

.contact-section__row {
	background: #0e77ba;
}

.contact-section__contact-col {
	padding: 4rem 1rem 4rem 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.contact-section__contact-col:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2rem;
	z-index: 1;
	border-color: #0e77ba transparent transparent;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	top: 100%;
	margin: -.1rem 0 0;
}

.contact-section__map-holder {
	position: relative;
	min-height: 25rem;
}

.contact-section iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 0;
}

.contact-form-section {
	padding: 4rem 0;
}

.contact-form li {
	margin-bottom: 1rem;
}

.contact-form li.i-agree {
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.contact-form .gform_body > ul > li > label {
	display: none;
}

.validation_error {
	background: #f8d7da;
	border: .1rem solid #f5c6cb;
	color: #721c24;
	padding: .9rem 1.5rem;
	margin-bottom: 1.5rem;
	border-radius: .4rem;
	font-weight: 600;
}

.validation_message {
	background: #f8d7da;
	border: .1rem solid #f5c6cb;
	color: #721c24;
	font-size: 1.4rem;
	padding: .5rem 1.5rem;
	margin-bottom: 1.5rem;
	border-radius: .4rem;
	display: inline-block;
	margin: 1rem 0 0;
	position: relative;
}

.validation_message:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	left: .5rem;
	top: -1.4rem;
	border-style: solid;
	border-width: .7rem .7rem;
	border-color: transparent transparent #f5c6cb;
}

.page-not-found-section {
	padding: 4rem 0;
}

.page-not-found-section__content {
	background: #fff;
	padding: 3rem 2rem 4rem;
	box-shadow: 0 0 1.6rem rgba(0, 0, 0, .1);
}

.page-not-found-section__image-holder {
	max-width: 7rem;
	margin: 0 auto 2rem;
	position: relative;
}

.page-not-found-section h1 {
	margin-bottom: 0;
}

.page-not-found-section h2 {
	margin-bottom: .4em;
}

.page-not-found-section .button {
	margin: .3rem .5rem;
}

@media screen and (min-width: 576px) {
	.contact-list__link,
	.contact-list__text-wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.site-footer {
		text-align: left;
	}

	.footer-top {
		padding: 8rem 0 1rem;
	}

	.footer-top__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-top__col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.footer-top__logo {
		margin: -3.3rem 0 2rem;
	}

	.footer-top__title {
		margin-bottom: .9em;
	}

	.social-media {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer-nav__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}

	.card-section__row {
		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;
	}

	.card-section__col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.certification-section__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.certification-section__col {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
}

@media screen and (min-width: 768px) {
	h1,
	.h1 {
		font-size: 4rem;
	}

	h2,
	.h2 {
		font-size: 3.2rem;
	}

	h3,
	.h3 {
		font-size: 2.8rem;
	}

	input[type="submit"] {
		padding: 1rem 2.4rem;
	}

	.button {
		padding: 1.2rem 2rem;
	}

	.intro-text {
		margin-bottom: 7rem;
	}

	.toolbar__contact-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1.5rem;
	}

	.toolbar__contact-item {
		padding: 0 1.5rem;
	}

	.toolbar__contact-item + .toolbar__contact-item:before {
		content: "";
		position: absolute;
		background: rgba(255, 255, 255, .3);
		width: .1rem;
		height: 1.3rem;
		left: 0;
		top: .3rem;
	}

	.footer-top__col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.footer-bottom {
		padding: 1.2rem 0;
	}

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

	.copy-right-text {
		margin-bottom: 0;
	}

	.banner-slider__title {
		font-size: 4rem;
	}

	.page-banner__container {
		min-height: 30rem;
	}

	.calculator {
		margin-bottom: 7rem;
	}

	.calculator__current-exchange-rate {
		padding: 1.5rem 4rem;
		font-size: 1.4rem;
	}

	.calculator__input-holder {
		padding: 4rem 4rem 5rem;
	}

	.calculator__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.calculator__col {
		padding: 0 1.5rem;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.calculator input[type="text"],
	.calculator input[type="number"] {
		height: 5rem;
		font-size: 2rem;
	}

	.calculator__button-holder {
		padding-top: 3rem;
	}

	.card-section {
		padding: 7rem 0 10rem;
	}

	.why-choose-us {
		margin: 7rem 0 4rem;
	}

	.puff-section {
		padding: 7.5rem 0;
	}

	.testimonial-section__container:before,
	.testimonial-section__container:after {
		width: 4rem;
	}

	.testimonial-section .slick-list {
		padding: 3rem 1rem;
	}

	.certification-section__col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.site-cookie__container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-cookie__text-holder {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding: 0 3rem 0 0;
	}

	.site-cookie__button-holder {
		-ms-flex-preferred-size: 15rem;
		flex-basis: 15rem;
		max-width: 15rem;
		text-align: right;
	}

	.how-it-works-section {
		margin: 7rem 0 0;
	}

	.faq-section {
		margin: 7rem 0 0;
	}

	.accordion {
		margin-bottom: 8rem;
	}

	.accordion__item {
		margin-bottom: 2rem;
	}

	.accordion__header {
		padding: 1.2rem 5rem 1.2rem 2rem;
	}

	.accordion__title {
		font-size: 2rem;
	}

	.accordion__icon-holder {
		top: 1.7rem;
		right: 2rem;
		font-size: 1.8rem;
	}

	.accordion__body {
		padding: 2.5rem 2.1rem 2rem;
	}

	.about-us-section {
		padding: 7rem 0;
	}

	.about-us-section__item {
		padding: 4rem 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.about-us-section__item--image-left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.about-us-section__image-col {
		-ms-flex-preferred-size: 24rem;
		flex-basis: 24rem;
		max-width: 24rem;
	}

	.about-us-section__image-wrap {
		margin: 6rem auto;
		max-width: 18rem;
	}

	.about-us-section__decore {
		width: 30rem;
		height: 30rem;
	}

	.privacy-section {
		padding: 7rem 0;
	}

	.contact-section {
		padding: 7rem 0;
	}

	.contact-section__row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contact-section__contact-col {
		-ms-flex-preferred-size: 35rem;
		flex-basis: 35rem;
		max-width: 35rem;
	}

	.contact-section__contact-col:after {
		border-width: 3rem;
		border-color: transparent transparent transparent #0e77ba;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		left: 100%;
		margin: 0 0 0 -.1rem;
	}

	.contact-section__map-col {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.contact-section__map-holder {
		min-height: 30rem;
	}

	.contact-form-section {
		padding: 7rem 0;
	}

	.contact-form ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -.5rem;
	}

	.contact-form li {
		padding: 0 .5rem;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
	}

	.contact-form li.col-half {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}

	.contact-form li.i-agree {
		margin-top: 1rem;
	}

	.page-not-found-section {
		padding: 7rem 0;
	}

	.page-not-found-section__content {
		padding: 4rem 2rem 6rem;
	}

	.page-not-found-section__image-holder {
		max-width: 8rem;
	}
}

@media screen and (min-width: 1024px) {
	.transaction-on-hover {
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

	.transaction-on-hover:hover {
		-webkit-transform: scale(1.03) translateY(-5px);
		-ms-transform: scale(1.03) translateY(-5px);
		transform: scale(1.03) translateY(-5px);
	}

	.card__icon-holder {
		margin: 0 auto 3.6rem;
	}

	.site-header {
		padding-top: 3.3rem;
	}

	.site-logo {
		margin-left: 0;
	}

	.toolbar {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		background: #0e77ba;
		border-top: 0;
		padding: .6rem 0;
	}

	.header-bottom {
		position: static;
	}

	.header-bottom:before {
		display: none;
	}

	.header-bottom__container {
		padding: 0 2rem;
	}

	.primary-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 1.7rem;
		padding: 0;
	}

	.primary-nav__list {
		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;
		margin: 0 -1.5rem;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.primary-nav__item {
		padding: 0 1.5rem;
	}

	.primary-nav__link {
		padding: 0;
		color: #555;
	}

	.primary-nav__link:hover {
		color: #0e77ba;
	}

	.primary-nav__link--button {
		padding: .6rem 1.6rem;
		background: #f5f8fc;
		border-radius: .4rem;
		color: #0e77ba;
		box-shadow: 0 0 .3rem rgba(0, 0, 0, .1);
		border: .1rem solid rgba(0, 0, 0, .1);
	}

	.primary-nav__btn-holder {
		padding-left: 3rem;
	}

	.nav-opener {
		display: none;
	}

	.nav-drop {
		position: static;
		padding-top: 0;
		width: auto;
		visibility: visible;
		opacity: 1;
	}

	.footer-top__col {
		font-size: 1.7rem;
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.banner-slider__container {
		min-height: 50rem;
	}

	.banner-slider__title {
		font-size: 5rem;
	}

	.banner-slider p {
		font-size: 2.4rem;
	}

	.banner-slider__button {
		font-size: 3rem;
	}

	.card-section__col {
		-ms-flex-preferred-size: 33.33%;
		flex-basis: 33.33%;
		max-width: 33.33%;
	}

	.certification-section__col {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.about-us-section__image-col {
		-ms-flex-preferred-size: 40rem;
		flex-basis: 40rem;
		max-width: 40rem;
	}

	.contact-section__map-holder {
		min-height: 35rem;
	}
}

@media screen and (min-width: 1200px) {
	.site-footer {
		font-size: 1.7rem;
	}

	.banner-slider__container {
		min-height: 60rem;
	}

	.banner-slider__title {
		font-size: 6rem;
	}

	.banner-slider p {
		font-size: 2.8rem;
	}

	.banner-slider__button-prev {
		left: 2rem;
	}

	.banner-slider__button-next {
		right: 2rem;
	}
}

@media screen and (min-width: 1600px) {
	.banner-slider__container {
		min-height: 70rem;
	}
}

@media screen and (max-width: 1023px) {
	.nav-drop__wrapper {
		background: #0e77ba;
		border-bottom: .1rem solid rgba(255, 255, 255, .1);
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: -webkit-transform .2s ease-in-out;
		transition: -webkit-transform .2s ease-in-out;
		transition: transform .2s ease-in-out;
		transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	}

	.nav-active .nav-drop__wrapper {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: -webkit-transform .2s ease-in-out .2s;
		transition: -webkit-transform .2s ease-in-out .2s;
		transition: transform .2s ease-in-out .2s;
		transition: transform .2s ease-in-out .2s, -webkit-transform .2s ease-in-out .2s;
	}
}

@media screen and (max-width: 576px) {
	.contact-list__contact-icon {
		display: none;
	}
}
