/*----------------------------------------------------------------------------*/

/*#VARIABLES*/

/*----------------------------------------------------------------------------*/

/*VERSION 4.0 - 10.04.2018*/

/*RESET CSS BEGIN*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*:focus {
	outline: none;
}

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

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

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

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

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

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

[hidden],
template {
	display: none;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

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

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

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

strong,
b {
	font-weight: 700;
}

em,
i {
	font-style: italic;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

small {
	font-size: 70%;
	line-height: 1;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button,
select {
	text-transform: none;
}

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

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

input {
	line-height: normal;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	max-width: 100%;
}

a {
	color: #428bca;
	text-decoration: none;
}

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

p,
a,
ul li,
ol li {
	font-size: 1em;
	line-height: 1;
}

p,
ul li,
ol li {
	margin-bottom: 0.5em;
}

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

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

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}


.col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.d-none {
	display: none !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

/* lato-regular - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/lato/lato-v24-latin-regular.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/lato/lato-v24-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato/lato-v24-latin-regular.woff2") format("woff2"), url("../webfonts/lato/lato-v24-latin-regular.woff") format("woff"), url("../webfonts/lato/lato-v24-latin-regular.ttf") format("truetype"), url("../webfonts/lato/lato-v24-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}

/* lato-700 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	src: url("../webfonts/lato/lato-v24-latin-700.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/lato/lato-v24-latin-700.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato/lato-v24-latin-700.woff2") format("woff2"), url("../webfonts/lato/lato-v24-latin-700.woff") format("woff"), url("../webfonts/lato/lato-v24-latin-700.ttf") format("truetype"), url("../webfonts/lato/lato-v24-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}

/* lato-700italic - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Lato";
	font-style: italic;
	font-weight: 700;
	src: url("../webfonts/lato/lato-v24-latin-700italic.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/lato/lato-v24-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato/lato-v24-latin-700italic.woff2") format("woff2"), url("../webfonts/lato/lato-v24-latin-700italic.woff") format("woff"), url("../webfonts/lato/lato-v24-latin-700italic.ttf") format("truetype"), url("../webfonts/lato/lato-v24-latin-700italic.svg#Lato") format("svg"); /* Legacy iOS */
}

/* lato-900 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Lato";
	font-style: normal;
	font-weight: 900;
	src: url("../webfonts/lato/lato-v24-latin-900.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/lato/lato-v24-latin-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato/lato-v24-latin-900.woff2") format("woff2"), url("../webfonts/lato/lato-v24-latin-900.woff") format("woff"), url("../webfonts/lato/lato-v24-latin-900.ttf") format("truetype"), url("../webfonts/lato/lato-v24-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}

/* lato-900italic - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Lato";
	font-style: italic;
	font-weight: 900;
	src: url("../webfonts/lato/lato-v24-latin-900italic.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/lato/lato-v24-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/lato/lato-v24-latin-900italic.woff2") format("woff2"), url("../webfonts/lato/lato-v24-latin-900italic.woff") format("woff"), url("../webfonts/lato/lato-v24-latin-900italic.ttf") format("truetype"), url("../webfonts/lato/lato-v24-latin-900italic.svg#Lato") format("svg"); /* Legacy iOS */
}

/* roboto-regular - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: url("../webfonts/roboto/roboto-v30-latin-regular.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/roboto/roboto-v30-latin-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v30-latin-regular.woff2") format("woff2"), url("../webfonts/roboto/roboto-v30-latin-regular.woff") format("woff"), url("../webfonts/roboto/roboto-v30-latin-regular.ttf") format("truetype"), url("../webfonts/roboto/roboto-v30-latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}

/* roboto-900 - latin */

@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	src: url("../webfonts/roboto/roboto-v30-latin-900.eot"); /* IE9 Compat Modes */
	src: url("../webfonts/roboto/roboto-v30-latin-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/roboto/roboto-v30-latin-900.woff2") format("woff2"), url("../webfonts/roboto/roboto-v30-latin-900.woff") format("woff"), url("../webfonts/roboto/roboto-v30-latin-900.ttf") format("truetype"), url("../webfonts/roboto/roboto-v30-latin-900.svg#Roboto") format("svg"); /* Legacy iOS */
}

/*----------------------------------------------------------------------------*/

/*#MIXINS*/

/*----------------------------------------------------------------------------*/

/*------------------------------------------*/

/*#HELPER CLASSES*/

/*------------------------------------------*/

/*----------font weight-------------------*/

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

/*----------font style------------------*/

/*-----------font align -------------------*/

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

/*---------elements align------------------*/

/*--------elements visibility--------------------*/

.visible {
	visibility: visible;
}

.invisible {
	visibility: hidden;
}

/*--------overflow---------------------------------*/

.overflow--hidden {
	overflow: hidden;
}

/*--------position---------------------------------*/

/*----------------------------------------------------------------------------*/

/*#VIDEO*/

/*----------------------------------------------------------------------------*/

.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px; /* if needed */
	height: 0;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*----------------------------------------------------------------------------*/

/*#FONT COLOR*/

/*----------------------------------------------------------------------------*/

.txt--white {
	color: #fff;
}

.txt--gold {
	color: #c2a067;
}

.txt--primary {
	color: #31577d;
}

.txt--primary-dark {
	color: #1b437b;
}

.txt--secondary {
	color: #ef4276;
}

/*----------------------------------------------------------------------------*/

/*#CONTAINER STYLE*/

/*----------------------------------------------------------------------------*/

[class*=container] {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

.container {
	max-width: 830px;
}

.container--md {
	max-width: 940px;
}

.container--xmd {
	max-width: 990px;
}

.container--lg {
	max-width: 1190px;
}

/*----------------------------------------------------------------------------*/

/*#GUTTERS*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#SECTION PADDING STYLE*/

/*----------------------------------------------------------------------------*/

section {
	padding-top: 50px;
	padding-bottom: 50px;
}

section p:last-child {
	margin-bottom: 0;
}

.section-padding--sm {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-padding--md {
	padding-top: 70px;
	padding-bottom: 70px;
}

.section-padding--bottom {
	padding-bottom: 100px;
}

/*----------------------------------------------------------------------------*/

/*#PADDING STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#MARGIN STYLE*/

/*----------------------------------------------------------------------------*/

.mb--0 {
	margin-bottom: 0;
}

.mb--10 {
	margin-bottom: 10px;
}

.mb--20 {
	margin-bottom: 20px;
}

.mb--30 {
	margin-bottom: 30px;
}

.mb--50 {
	margin-bottom: 50px;
}

.mb--60 {
	margin-bottom: 60px;
}

.mx--auto {
	margin-left: auto;
	margin-right: auto;
}

.gap--20 {
	gap: 20px;
}

.gap--40 {
	gap: 40px;
}

/*----------------------------------------------------------------------------*/

/*#TYPOGRAPHY STYLE*/

/*----------------------------------------------------------------------------*/

body {
	font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Lato", "Lucida Grande", Tahoma, sans-serif;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 20px;
}

h1 {
	font-size: 60px;
}

h2,
.h2 {
	font-size: 40px;
}

h2--lg,
.h2--lg {
	font-size: 50px;
	line-height: 1.15;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 28px;
}

h5 {
	font-size: 26px;
}

h6 {
	font-size: 24px;
}

ul,
ol {
	font-size: 0;
	line-height: 0;
}

p,
ul li,
ol li {
	font-size: 18px;
	line-height: 1.4;
	margin-bottom: 20px;
}

sup {
	top: -10px;
	font-size: 60%;
}

.txt--sm {
	font-size: 16px;
}

.txt--xs {
	font-size: 14px;
}

/*----------------------------------------------------------------------------*/

/*#BUTTON STYLE*/

/*----------------------------------------------------------------------------*/

.btn {
	display: block;
	font-size: 26px;
	font-weight: 900;
	text-transform: uppercase;
	border-radius: 35px;
	padding: 20px 40px;
	color: #fff;
	background-color: #c2a067;
	border: 0;
	border: 2px solid transparent;
	margin-left: auto;
	margin-right: auto;
	line-height: 0.9;
	transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn:hover {
	border-color: #c2a067;
	background-color: #fff;
	color: #c2a067;
}

.link:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/

/*#INPUT STYLE*/

/*----------------------------------------------------------------------------*/

.input-field {
	position: relative;
}

.input-field [type=email] {
	width: 100%;
	padding: 15px 20px;
	font-size: 26px;
	font-weight: 700;
	border-radius: 50px;
	border: 0;
	line-height: 1.5;
	margin-bottom: 20px;
	color: #31577d;
}

.input-field [type=email]::placeholder,
.input-field [type=email]:focus,
.input-field [type=email]:active {
	color: #31577d;
}

.input-field [type=email]::placeholder {
	opacity: 0.6;
}

.input-field [type=email]:-webkit-autofill,
.input-field [type=email]:-webkit-autofill:hover,
.input-field [type=email]:-webkit-autofill:focus,
.input-field [type=email]:-webkit-autofill:active {
	-webkit-box-shadow: inset 0 0 10px 1000px #fff;
	-webkit-text-fill-color: #31577d;
	-webkit-background-clip: text;
	transition: background-color 3000s ease-in-out 0s;
}

.input-field.form-group {
	position: relative;
}

.input-radio {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 15px;
	padding-left: 40px;
}

.input-radio label {
	font-size: 18px;
}

.input-radio:last-child {
	margin-bottom: 0;
}

.input-radio [type=radio]:checked,
.input-radio [type=radio]:not(:checked) {
	display: none;
}

.input-radio [type=radio]:checked + label,
.input-radio [type=radio]:not(:checked) + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}

.input-radio [type=radio]:checked + label:before,
.input-radio [type=radio]:not(:checked) + label:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #BFC3CE;
	border-radius: 50%;
	background: #fff;
	transition: border-color 0.3s ease-in-out;
}

.input-radio [type=radio]:checked + label:before {
	border-color: #c2a067;
}

.input-radio [type=radio]:checked + label:after,
.input-radio [type=radio]:not(:checked) + label:after {
	content: "";
	width: 14px;
	height: 14px;
	background: #c2a067;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 50%;
	transition: opacity 0.3s ease-in-out, scale 0.3s ease-in-out;
}

.input-radio [type=radio]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

.input-radio [type=radio]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}

.pristine-error {
	position: absolute;
	bottom: 0;
	font-size: 12px;
	color: #ff3d3d;
	left: 20px;
}

/*----------------------------------------------------------------------------*/

/*#IMAGES STYLE*/

/*----------------------------------------------------------------------------*/

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

/*----------------------------------------------------------------------------*/

/*#DROPDOWN STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#LINES STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#BACKGROUND STYLE*/

/*----------------------------------------------------------------------------*/

.bg--properties {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bg--grey {
	background-color: #f2f4f7;
}

.bg--primary-dark {
	background-color: #1b437b;
}

.bg--leaf {
	background-image: url("../images/self-love-leaf.png");
	background-size: contain;
}

/*----------------------------------------------------------------------------*/

/*#LISTS STYLE*/

/*----------------------------------------------------------------------------*/

.list li {
	position: relative;
	padding-left: 20px;
}

.list li:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #000;
	border-radius: 50%;
}

.list li:last-child {
	margin-bottom: 0;
}

.references {
	word-break: break-all;
	text-align: left;
	padding-left: 40px;
	list-style-type: decimal;
}

.references li {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/

/*#HEADER STYLE*/

/*----------------------------------------------------------------------------*/

.hero {
	padding-top: 0;
	padding-bottom: 0;
	min-height: 220px;
}

.hero__content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 25px;
}

.hero__logo {
	margin-top: 25px;
}

.top-bar__title {
	font-size: 34px;
	color: #fff;
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/

/*#MAIN/GLOBAL STYLE*/

/*----------------------------------------------------------------------------*/

/* Lazyload */

.lazy {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.lazy.lazyloaded {
	opacity: 1;
}

.questions {
	counter-reset: count;
}

.question {
	padding-bottom: 25px;
	border-bottom: 1px solid #bfc3cE;
	margin-bottom: 25px;
	position: relative;
}

.question__title {
	font-family: "Roboto", "Franklin Gothic Medium", Tahoma, sans-serif;
	position: relative;
	font-weight: 900;
	color: #31577d;
	margin-bottom: 15px;
	padding-left: 40px;
	text-align: left;
}

.question__title::before {
	counter-increment: count;
	content: counter(count) ".";
	position: absolute;
	color: #31577d;
	top: 0;
	left: 10px;
	font-size: 26px;
}

.question:last-child {
	margin-bottom: 0;
}

/*----------------------------------------------------------------------------*/

/*#FOOTER STYLE*/

/*----------------------------------------------------------------------------*/

.footer {
	background-color: #f2f4f7;
	padding: 50px 0;
	text-align: center;
}

.footer__nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 100px;
	margin-bottom: 20px;
}

.footer__nav__item {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	position: relative;
}

.footer__nav__item::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #333;
	left: 0;
	bottom: -3px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.footer__nav__item:hover::after {
	opacity: 1;
}

/*----------------------------------------------------------------------------*/

/*#SOCIAL ICONS STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#PANELS STYLE*/

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/*#BOX STYLE*/

/*----------------------------------------------------------------------------*/

.box {
	background-color: #1b437b;
	padding: 40px 30px;
}

.box-img {
	min-height: 450px;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 450px;
	width: 100%;
}

/*----------------------------------------------------------------------------*/

/*#EFFECTS STYLE*/

/*----------------------------------------------------------------------------*/

.loader {
	position: relative;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.15;
	padding: 20px 40px;
	border-radius: 100px;
	background: #bdbdbd;
	overflow: hidden;
	max-width: 770px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.loader__progress {
	position: absolute;
	background: #1b437b;
	width: 0;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	animation: loader 14s linear forwards;
}

.loader__text {
	position: relative;
	z-index: 2;
	color: #fff;
}

.loader__text--percent {
	font-size: 30px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.fade-in {
	animation: fadeInAnimation ease 1s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/*----------------------------------------------------------------------------*/

/*#MARK STYLE*/

/*----------------------------------------------------------------------------*/

.mark {
	border-radius: 10px;
	padding: 3px 10px 5px 10px;
	background-color: #ef4276;
	color: #fff;
	line-height: 1.6;
	font-weight: 800; /* Needs prefixing */
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

/*----------------------------------------------------------------------------*/

/*#MESSAGES STYLE*/

/*----------------------------------------------------------------------------*/

.error,
.success {
	position: relative;
	z-index: 0;
}

.error::after,
.success::after {
	content: "";
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 100px 15px 15px;
	color: #fff;
	font-size: 40px;
	white-space: pre;
	text-align: center;
	z-index: 2;
}

.success::after {
	content: "Thank you! \aWe will contact you shortly.";
	background: #31577d url("../images/success-icon.svg") no-repeat center 50px/100px;
}

.error::after {
	content: "Something went wrong. \aPlease try again later.";
	background: #31577d url("../images/error-icon.svg") no-repeat center 50px/100px;
}

.spinner {
	position: relative;
	z-index: 0;
}

.spinner::before {
	content: "";
	z-index: 2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #31577d;
}

.spinner::after {
	content: "";
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(0deg);
	width: 100px;
	height: 100px;
	border: 10px solid #c2a067;
	border-top-color: #ef4276;
	border-radius: 200px;
	animation: 2s spinner infinite linear;
}

/*----------------------------------------------------------------------------*/

/*#TOOLTIP STYLE*/

/*----------------------------------------------------------------------------*/

.tooltip {
	position: relative;
}

.tooltip::before {
	content: "Please answer all the questions.";
	display: inline-block;
	font-size: 14px;
	padding: 3px 15px 3px 30px;
	color: #f00;
	background: #fff url("../images/error-icon.svg") no-repeat 4px center/17px;
	border: 2px solid #f00;
	border-radius: 2px;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	animation: tooltip 0.3s linear;
	white-space: nowrap;
	z-index: 1;
}

.tooltip::after {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f00;
	animation: tooltip 0.3s linear;
}

@media (min-width: 576px) {

.d-sm-none {
	display: none !important;
}

.d-sm-block {
	display: block !important;
}

.flex-sm-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

}

@media (min-width: 768px) {

.d-md-block {
	display: block !important;
}

.flex-md-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

}

@media (min-width: 992px) {

.d-lg-block {
	display: block !important;
}

}

@media (max-width: 1199px) {

.section-padding--bottom {
	padding-bottom: 80px;
}

}

@media (max-width: 991px) {

section {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-padding--md {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-padding--bottom {
	padding-bottom: 60px;
}

h1 {
	font-size: 48px;
}

h2,
.h2 {
	font-size: 36px;
}

h2--lg,
.h2--lg {
	font-size: 40px;
}

h3 {
	font-size: 34px;
}

.hero__content {
	justify-content: center;
}

.top-bar__title {
	font-size: 30px;
}

.top-bar__title--sm {
	font-size: 28px;
}

.top-bar__img {
	max-width: 65px;
}

.box {
	padding: 30px;
}

.box-img {
	max-width: 45%;
	min-height: 380px;
}

.gap-md--15 {
	gap: 15px;
}

.mb-md--40 {
	margin-bottom: 40px;
}

}

@media (max-width: 767px) {

section {
	padding-top: 30px;
	padding-bottom: 30px;
}

.section-padding--bottom {
	padding-bottom: 60px;
}

h1 {
	font-size: 46px;
}

h2,
.h2 {
	font-size: 34px;
}

h2--lg,
.h2--lg {
	font-size: 36px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 26px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 22px;
}

.pristine-error {
	bottom: 4px;
}

.top-bar__title {
	font-size: 24px;
}

.top-bar__img {
	max-width: 60px;
}

.footer {
	padding: 40px 0;
}

.footer__nav {
	gap: 60px;
}

.box {
	padding: 20px;
}

.box-img {
	max-width: 100%;
	min-height: 320px;
}

.loader {
	padding: 20px 30px;
	text-align: center;
}

.loader__text--percent {
	display: none;
}

.tooltip::before {
	padding: 2px 15px 2px 25px;
	top: -30px;
	background-size: 15px;
}

.tooltip::after {
	top: -8px;
}

.gap-sm--10 {
	gap: 10px;
}

.mb-sm--30 {
	margin-bottom: 30px;
}

}

@media (max-width: 575px) {

section {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-padding--sm {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-padding--md {
	padding-top: 20px;
	padding-bottom: 20px;
}

.section-padding--bottom {
	padding-bottom: 40px;
}

h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h2--lg,
.h2--lg {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 23px;
}

h6 {
	font-size: 21px;
}

.btn {
	font-size: 24px;
	padding: 15px 20px;
	width: 100%;
}

.input-field [type=email] {
	font-size: 24px;
	padding: 10px 15px;
}

.input-radio {
	margin-bottom: 20px;
	padding-left: 30px;
}

.hero {
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: unset;
}

.hero__content {
	gap: 10px;
}

.hero__logo {
	max-width: 60px;
	margin-bottom: -10px;
}

.hero__subtitle {
	font-size: 26px;
}

.top-bar__title {
	font-size: 22px;
}

.top-bar__title--sm {
	font-size: 24px;
}

.question {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.question__title {
	padding-left: 30px;
}

.question__title::before {
	left: 0;
}

.footer {
	padding: 30px 0;
}

.footer__nav {
	flex-direction: column;
	gap: 20px;
}

.box {
	padding: 20px 15px;
}

.box-img {
	min-height: 280px;
}

.loader {
	padding: 15px;
}

.error::after,
.success::after {
	font-size: 25px;
}

}

@media (max-width: 420px) {

.section-padding--bottom {
	padding-bottom: 30px;
}

h1 {
	font-size: 38px;
}

h2,
.h2 {
	font-size: 28px;
}

h2--lg,
.h2--lg {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 20px;
}

.input-radio {
	margin-bottom: 15px;
}

.hero__logo {
	max-width: 50px;
	margin-top: 0;
	margin-bottom: -65px;
}

.top-bar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-bar__title {
	font-size: 20px;
}

.top-bar__title--sm {
	font-size: 20px;
}

.top-bar__img {
	max-width: 50px;
}

.question__title::before {
	font-size: 24px;
}

}

@media (max-width: 380px) {

h2,
.h2 {
	font-size: 26px;
}

h2--lg,
.h2--lg {
	font-size: 28px;
}

.input-field [type=email] {
	font-size: 20px;
}

.hero__title {
	font-size: 32px;
}

.top-bar__title--sm {
	font-size: 18px;
}

.box-img {
	min-height: 260px;
}

.loader {
	font-size: 19px;
}

.loader--sm {
	font-size: 18px;
}

.error::after,
.success::after {
	font-size: 20px;
}

}

@media print {

*,
*:before,
*:after {
	background: transparent !important;
	color: #000 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important;
}

a,
a:visited {
	text-decoration: underline;
}

a[href]:after {
	content: " (" attr(href) ")";
}

abbr[title]:after {
	content: " (" attr(title) ")";
}

pre,
blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}

img {
	max-width: 100% !important;
}

}

@keyframes loader {

from {
	width: 0;
}

to {
	width: 100%;
}

}

@keyframes fadeInAnimation {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}

@keyframes spinner {

0% {
	transform: translate(-50%, -50%) rotate(0deg);
}

100% {
	transform: translate(-50%, -50%) rotate(360deg);
}

}

@keyframes tooltip {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

