html {
	scroll-behavior: smooth;
}

:root {
	--ruler: 16px;
	--color-bg: #ebecf0;
	--color-shadow: #babecc;
	--color-white: #fff;
	--mainColor: #10316a;

	--text: #fff;
	--input-color: #000;
	--valid-input-color: #000;
}

video {
	width: 100%;
}

a {
	text-decoration: none;
}
.bold-blue {
	color: #1e5ceb;
	font-weight: 800;
}
#Get-in-Touch {
	background-color: var(--color-bg);
}

#Get-in-Touch input,
#Get-in-Touch button {
	font-family: "ABCSans", sans-serif;
	letter-spacing: -0.2px;
	font-size: var(--ruler);
}

#Get-in-Touch form {
	padding: var(--ruler);
	width: calc(var(--ruler) * 20);
	margin: 0 auto;
}

.segment {
	padding: calc(var(--ruler) * 2) 0;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
}

#Get-in-Touch button,
input {
	border: 0;
	outline: 0;
	font-size: var(--ruler) !important;
	padding: var(--ruler);
	background-color: var(--color-bg);
	text-shadow: 1px 1px 0 var(--color-white);
}

#Get-in-Touch input {
	margin-right: calc(var(--ruler) / 2);
	box-shadow: inset 2px 2px 5px var(--color-shadow),
		inset -5px -5px 10px var(--color-white);
	width: 100%;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
	appearance: none;
	-webkit-appearance: none;
	height: 52px !important;
}

#Get-in-Touch input:focus {
	box-shadow: inset 1px 1px 2px var(--color-shadow),
		inset -1px -1px 2px var(--color-white);
}

#Get-in-Touch button {
	color: #61677c;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
	font-weight: 600;
}

#Get-in-Touch button:hover {
	box-shadow: -2px -2px 5px var(--color-white), 2px 2px 5px var(--color-shadow);
}

#Get-in-Touch button:active {
	box-shadow: inset 1px 1px 2px var(--color-shadow),
		inset -1px -1px 2px var(--color-white);
}

#Get-in-Touch {
	border: none;
	padding-top: 10px;
	border-radius: 16px;
	max-width: 560px;
	margin: 0 auto;
	font-family: "ABCSans", sans-serif;
	box-shadow: 0px 0px 5px #12121224;
}

.Get-in-Touch-Wrapper {
	max-width: 400px;
	margin: 0 auto;
	padding: 0 40px 40px;
	box-sizing: border-box;
}

.Get-in-Touch-Title {
	text-align: center;
	padding: 0px 0px;
	font-size: 30px;
	background: none;
	color: #000;
	text-transform: uppercase;
	margin: 30px 20px;
	line-height: 1.2;
	letter-spacing: 2px;
}

@media (max-width: 767px) {
	.Get-in-Touch-Title {
		font-size: 24px;
	}
}

#Get-in-Touch input {
	font-size: 16px;
	margin-bottom: 16px;
	width: 100%;
	padding: 12px 15px;
	box-sizing: border-box;
	color: var(--input-color);
	line-height: 1;
	font-family: "ABCSans", sans-serif;
	border-radius: 15px;
}

#Get-in-Touch input:focus {
	outline: 1px solid #ccc;
}

button#submit-btn {
	display: flex;
	justify-content: center;
	margin: auto;
	border-radius: 20px;
	width: 100%;
	box-shadow: -5px -5px 20px #fff, 5px 5px 20px #babecc;
	margin: 10px 0px;
}

.iti__selected-country {
	padding-right: 13px;
	background: #e1e1e1 !important;
	border-radius: 15px;
	height: 50px !important;
}

.iti__selected-dial-code {
	color: #000;
}

.iti__country-container {
	pointer-events: none;
}

.iti {
	width: 100%;
	margin-bottom: 20px;
}

.iti__arrow {
	display: none;
}

form button {
	background: var(--mainColor);
	color: var(--text);
	width: 100%;
	padding: 14px;
	font-weight: 700;
	font-size: 16px;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 4px;
	font-family: "ABCSans", sans-serif;
	letter-spacing: 1px;
	box-shadow: 3px 3px 6px #00000030;
}

.comments {
	padding: 0 10px;
}

#maicn-desc-econtent {
	background-color: #13f;
	color: #450;
}

.sx_0beb10:before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	background-image: url("/img/qlike1.svg");
}

h1.Typography_normalise__u5o1s {
	margin-top: 0;
}
.Typography_sizeMobile24__GzKLB {
	font-size: 1.5rem;
}
@media (min-width: 48em) {
	.Typography_sizeDesktop32__LR_G6 {
		font-size: 2rem;
	}
}
@media (min-width: 48em) {
	.Typography_lineHeightDesktop40__BuoRf {
		line-height: 2.5rem;
	}
}
.Typography_bold__FqafP {
	font-weight: var(--typography-font-weight, bold);
}
.Typography_colourInherit__dfnUx {
	color: inherit;
}
.Typography_base__sj2RP {
	font-family: "ABCSans", sans-serif;
}
.Typography_serif__qU2V5 {
	font-family: "ABCSans", sans-serif;
}
.GlobalStyles_dls__oymTZ * {
	box-sizing: border-box;
}
.ArticleHeadlineTitle_title__A2dkr {
	margin: 0;
	line-height: 1.25;
}
* {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.GlobalStyles_dls__oymTZ * {
	box-sizing: border-box;
}
.paragraph_paragraph__iYReA:not(:last-child) {
	margin: 1.125rem 0;
}
@media (min-width: 768px) {
	.paragraph_paragraph__iYReA:not(:last-child) {
		margin: 1.5rem 0;
	}
}
* {
	-webkit-user-select: text !important;
	-moz-user-select: text !important;
	-ms-user-select: text !important;
	user-select: text !important;
}

.fb--container .selected ._4i94 {
	display: inline-block;
}
.fb--container .selected ._4i95 {
	display: none;
}
.fb--container label {
	cursor: pointer;
	color: #666;
	font-weight: 700;
	vertical-align: middle;
}
.fb--container label input {
	font-weight: 400;
}
.fb--container textarea {
	max-width: 100%;
}
.fb--container body {
	background: #fff;
	color: #1d2129;
	direction: ltr;
	line-height: 1.34;
	margin: 0;
	padding: 0;
	unicode-bidi: embed;
}
.fb--container body,
.fb--container button,
.fb--container input,
.fb--container label,
.fb--container td,
.fb--container textarea {
	font-family: "ABCSans", sans-serif;
	font-size: 12px;
}
.fb--container h1,
.fb--container h2,
.fb--container h3,
.fb--container h4,
.fb--container h5,
.fb--container h6 {
	color: #1d2129;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.fb--container h1 {
	font-size: 14px;
}
.fb--container h4,
.fb--container h5,
.fb--container h6 {
	font-size: 12px;
}
.fb--container p {
	margin: 1em 0;
}
.fb--container a {
	color: #365899;
	cursor: pointer;
	text-decoration: none;
}
.fb--container button {
	margin: 0;
}
.fb--container a:hover {
	text-decoration: underline;
}
.fb--container img {
	border: 0;
}
.fb--container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fb--container abbr {
	border-bottom: none;
	text-decoration: none;
}
.fb--container hr {
	background: #d9d9d9;
	border-width: 0;
	color: #d9d9d9;
	height: 1px;
}
.fb--container .clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.fb--container .clearfix {
	zoom: 1;
}
.fb--container #facebook .hidden_elem {
	display: none !important;
}
.fb--container ::-webkit-input-placeholder {
	color: #90949c;
}
.fb--container :focus::-webkit-input-placeholder {
	color: #bec2c9;
}
.fb--container body {
	overflow-y: scroll;
}
.fb--container ._li._li._li {
	overflow: initial;
}
.fb--container .pluginFontHelvetica,
.fb--container .pluginFontHelvetica button,
.fb--container .pluginFontHelvetica input,
.fb--container .pluginFontHelvetica label,
.fb--container .pluginFontHelvetica td,
.fb--container .pluginFontHelvetica textarea {
	font-family: "ABCSans", sans-serif;
}
.fb--container body.plugin {
	background: 0 0;
	font-family: "ABCSans", sans-serif;
	line-height: 1.28;
	text-size-adjust: none;
}
.fb--container .plugin,
.fb--container .plugin button,
.fb--container .plugin input,
.fb--container .plugin label,
.fb--container .plugin td,
.fb--container .plugin textarea {
	font-size: 11px;
}
.fb--container ._42ft {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	white-space: nowrap;
}
.fb--container ._42ft:hover {
	text-decoration: none;
}
.fb--container ._42ft + ._42ft {
	margin-left: 4px;
}

.fb--container i.img u {
	left: -999999px;
	position: absolute;
}
.fb--container .lfloat {
	float: left;
}
.fb--container .rfloat {
	float: right;
}
.fb--container .fss {
	font-size: 9px;
}
.fb--container .fsm {
	font-size: 12px;
}
.fb--container .fwn {
	font-weight: 400;
}
.fb--container .fcg {
	color: #90949c;
}
.fb--container ._43q7 .img {
	vertical-align: bottom;
}
.fb--container a._p {
	display: block;
}
.fb--container ._4jy0 {
	border: 1px solid;
	border-radius: 2px;
	box-sizing: content-box;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	padding: 0 8px;
	position: relative;
	text-align: center;
	text-shadow: none;
	vertical-align: middle;
}
.fb--container ._4jy0::before {
	content: "";
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}
.fb--container html ._4jy0:focus {
	box-shadow: rgba(88, 144, 255, 0.74902) 0 0 1px 2px,
		rgba(0, 0, 0, 0.14902) 0 1px 1px;
	outline: 0;
}
.fb--container ._4jy0 .img {
	bottom: 1px;
	position: relative;
	vertical-align: middle;
}
.fb--container ._4jy0._42fr .img {
	opacity: 0.5;
}
.fb--container ._517h,
.fb--container ._59pe:focus,
.fb--container ._59pe:hover {
	background-color: #f6f7f9;
	border-color: #ced0d4;
	color: #4b4f56;
}
.fb--container ._517h:hover {
	background-color: #e9ebee;
}
.fb--container ._517h:active {
	background-color: #dddfe2;
	border-color: #bec2c9;
}
.fb--container ._517h._42fr {
	background-color: #f6f7f9;
	border-color: #dddfe2;
	color: #bec2c9;
}
.fb--container ._4jy1,
.fb--container ._4jy2 {
	color: #fff;
}
.fb--container ._4jy1 {
	background-color: #4267b2;
	border-color: #4267b2;
}
.fb--container ._4jy1:hover {
	background-color: #365899;
	border-color: #365899;
}
.fb--container ._4jy1:active {
	background-color: #29487d;
	border-color: #29487d;
}
.fb--container ._4jy1._42fr {
	background-color: #9cb4d8;
	border-color: #9cb4d8;
}
.fb--container ._4jy2._42fr {
	background-color: #ace0a2;
	border-color: #ace0a2;
}
.fb--container ._59pe,
.fb--container ._59pe._42fr {
	background: 0 0;
	border-color: transparent;
}
.fb--container ._517i,
.fb--container ._517i._42fr:active {
	height: 18px;
	line-height: 18px;
}
.fb--container ._4jy3,
.fb--container ._4jy3._42fr:active {
	line-height: 22px;
}
.fb--container ._4jy4,
.fb--container ._4jy4._42fr:active {
	line-height: 26px;
	padding: 0 10px;
}
.fb--container ._4jy5,
.fb--container ._4jy5._42fr:active {
	line-height: 34px;
	padding: 0 16px;
}
.fb--container ._4jy6,
.fb--container ._4jy6._42fr:active {
	line-height: 42px;
	padding: 0 24px;
}
.fb--container ._3y89 ._4jy0 {
	border-bottom-width: 0;
	border-top-width: 0;
}
.fb--container ._3y89 > ._4jy0:first-child,
.fb--container ._3y89 > :first-child ._4jy0 {
	border-left-width: 0;
	border-radius: 1px 0 0 1px;
}
.fb--container ._3y89 > ._4jy0:last-child,
.fb--container ._3y89 > :last-child ._4jy0 {
	border-radius: 0 1px 1px 0;
	border-right-width: 0;
}
.fb--container ._50f3 {
	font-size: 12px;
	line-height: 16px;
}
.fb--container ._50f7 {
	font-weight: 700;
}
.fb--container ._5kx5 {
	font-weight: 400;
}
.fb--container ._50f8 {
	color: #90949c;
}
.fb--container #facebook ._5s6c._5s6c,
.fb--container ._5s6c {
	font-family: "ABCSans", sans-serif;
	letter-spacing: normal;
}
.fb--container ._42ef {
	overflow: hidden;
}
.fb--container ._51mz {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.fb--container ._51mx:first-child > ._51m- {
	padding-top: 0;
}
.fb--container ._51mx:last-child > ._51m- {
	padding-bottom: 0;
}
.fb--container ._51mz ._51mw {
	padding-right: 0;
}
.fb--container ._51mz ._51m-:first-child {
	padding-left: 0;
}
.fb--container ._8o,
.fb--container ._8o .img {
	display: block;
}
.fb--container ._8r {
	margin-right: 5px;
}
.fb--container ._8s {
	margin-right: 8px;
}
.fb--container ._6a {
	display: inline-block;
}
.fb--container ._6b {
	vertical-align: middle;
}
.fb--container ._ohe {
	float: left;
}
.fb--container ._ohf {
	float: right;
}
.fb--container ._4qba {
	font-style: normal;
}
.fb--container ._3-8m {
	margin-bottom: 4px;
	margin-top: 4px;
}
.fb--container ._3-8y {
	margin-top: 12px;
}
.fb--container ._3-8_ {
	margin-right: 4px;
}
.fb--container ._3-96 {
	margin-bottom: 12px;
}
.fb--container ._3-99 {
	margin-left: 4px;
}
.fb--container ._2ph- {
	padding: 8px;
}
.fb--container ._2pi3 {
	padding-bottom: 8px;
	padding-top: 8px;
}
.fb--container ._2pi8 {
	padding-left: 8px;
	padding-right: 8px;
}
.fb--container ._2pis {
	padding-left: 8px;
}
.fb--container .sp_Zf93eLkohoS {
	display: inline-block;
	height: 12px;
	width: 12px;
}
.fb--container .sp_Zf93eLkohoS.sx_97c3ab {
	width: 14px;
	height: 14px;
	background-position: -19px -182px;
}
.fb--container ._2agf {
	word-wrap: normal;
}
.fb--container ._55pe {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}
.fb--container a.uiLinkSubtle {
	color: #90949c;
}
.fb--container .uiInputLabel {
	position: relative;
}
.fb--container .uiInputLabel + .uiInputLabel {
	margin-top: 3px;
}
.fb--container .uiInputLabelInput {
	margin: 0;
	padding: 0;
	position: absolute;
}
.fb--container .uiInputLabel .uiInputLabelLabel {
	display: inline-block;
	margin-left: 17px;
	vertical-align: baseline;
}
.fb--container .UFIInputContainer {
	position: relative;
}
.fb--container .UFICommentAttachmentButtons {
	bottom: 0;
	height: 24px;
	position: absolute;
	right: 0;
}
.fb--container .UFICommentActorName {
	font-weight: 700;
}
.fb--container ._5v47 {
	display: inline;
	white-space: nowrap;
}
.fb--container ._5uzb {
	padding-right: 3px;
}
.fb--container span._47e3 .img {
	vertical-align: -3px;
}
.fb--container .sp_-J_-HgF_hOz {
	background-size: auto;
	background-repeat: no-repeat;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.fb--container .sp_-J_-HgF_hOz.sx_0beb10 {
	width: 13px;
	height: 15px;
	background-position: 0 -713px;
}
.fb--container .sp_LOJ2j-KswDP {
	display: inline-block;
	height: 16px;
	width: 16px;
}
.fb--container .sp_LOJ2j-KswDP.sx_1e62d4 {
	width: 12px;
	height: 12px;
	background-position: -365px -220px;
}
.fb--container .sp_LOJ2j-KswDP.sx_32ff1f {
	width: 9px;
	height: 8px;
	background-position: -207px -196px;
}
.fb--container .selected .sp_LOJ2j-KswDP.sx_32ff1f {
	background-position: -198px -196px;
}
.fb--container ._56q9 {
	font-size: 14px;
	line-height: 1.358;
	word-break: break-word;
	word-wrap: break-word;
}
.fb--container ._44ri {
	border-left: 1px dotted #d3d6db;
}
.fb--container #facebook ._1e_f {
	overflow: visible;
}
.fb--container ._2vq9 {
	font-size: 12px;
	line-height: 1.358;
	padding-top: 2px;
}
.fb--container ._2vq9 a {
	color: #4267b2;
}
.fb--container ._2vq9 .livetimestamp,
.fb--container ._2vq9 .uiLinkSubtle {
	color: #90949c;
}
.fb--container ._4iy4 {
	bottom: -2px;
	position: relative;
}
.fb--container ._4q1v {
	color: #90949c;
	display: inline;
}
.fb--container ._4q1v a {
	color: #90949c;
}
.fb--container ._5mdd {
	word-wrap: break-word;
}
.fb--container ._5mdd ._5v47 {
	font-size: 14px;
}
.fb--container ._5mdd a {
	color: #4267b2;
}
.fb--container ._2392 {
	margin-bottom: 24px;
}
.fb--container ._4uyl ._1cb {
	border: 1px solid #d3d6db;
	word-wrap: break-word;
}
.fb--container ._1zz8 ._1u9t {
	min-height: 40px;
}
.fb--container ._1zz6 ._1u9t,
.fb--container ._1zz7 ._1u9t {
	min-height: 48px;
}
.fb--container ._1u9t {
	box-sizing: border-box;
	vertical-align: top;
	width: 100%;
}
.fb--container ._4uyl ._1u9t {
	font-size: 14px;
	padding: 12px 8px;
}
.fb--container ._4uyl ._1p1t {
	color: #a9a9a9;
}
.fb--container ._5tr6 {
	background: #f6f7f9;
	text-align: right;
}
.fb--container ._5tr6 ._42fr:active,
.fb--container ._5tr6 button {
	font-size: 14px;
	white-space: normal;
}
.fb--container ._4uym {
	border-width: 0 1px 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d3d6db;
	border-bottom-color: #d3d6db;
	border-left-color: #d3d6db;
	border-image: initial;
	border-top-style: initial;
	border-top-color: initial;
}
.fb--container ._2ern {
	font-size: 12px;
}
.fb--container ._1u0n {
	line-height: 24px;
}
.fb--container ._5lm5 {
	border-top: 1px solid #e9ebee;
	font-size: 11px;
}
.fb--container ._491z {
	border-bottom: 1px solid #e9ebee;
	line-height: 25px;
	margin-bottom: 24px;
	padding: 8px 0;
}
.fb--container ._pup {
	color: #4b4f56;
}
.fb--container ._5o4h ._1gl3 {
	background: #4080ff;
	border: none;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	margin-top: 24px;
	padding: 12px;
	text-shadow: none;
	width: 100%;
}
.fb--container ._1ci {
	height: 48px;
	width: 48px;
}
.fb--container ._1cj {
	height: 36px;
	width: 36px;
}
.fb--container ._5yct {
	background-color: #f6f7f9;
	color: #365899;
}
.fb--container ._55sg {
	vertical-align: baseline;
}
.fb--container .uiInputLabel ._55sg + .uiInputLabelLabel {
	margin-left: 23px;
}
.fb--container .webkit ._55sg > input + span::before {
	content: "";
	display: inline-block;
	height: 16px;
	margin: 0 1px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 16px;
}
.fb--container ._kv1 {
	position: relative;
}
.fb--container .webkit ._kv1 {
	user-select: none;
}
.fb--container .uiInputLabelInput._kv1 {
	position: absolute;
}
.fb--container .webkit ._kv1 > input {
	left: 0;
	opacity: 0;
	position: absolute;
}
.fb--container .webkit ._kv1 > input:focus {
	outline: 0;
}

.title {
	position: relative;
	margin-bottom: 37px;
	font-weight: 300;
	font-size: 36px;
	line-height: 42px;
}
.title:after {
	content: "";
	height: 4px;
	width: 85px;
	position: absolute;
	bottom: -15px;
	left: 0;
	background-color: #002247;
}
.top__list {
	margin-bottom: 80px;
	padding-top: 12px;
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	.top__list {
		font-size: 12px;
	}
}

@media screen and (max-width: 767px) {
	.top__list {
		margin-bottom: 35px;
	}
}

.top__list .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 20px;
}

.top__list .item .place {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-shrink: 0;
	width: 210px;
}

@media screen and (max-width: 991px) {
	.top__list .item .place {
		width: 150px;
	}
}

.top__list .item .place__num {
	width: 36px;
	font-weight: 500;
}

@media screen and (max-width: 991px) {
	.top__list .item .place__num {
		width: 26px;
		font-size: 14px;
	}
}

.top__list .item .place__avatar {
	width: 40px;
	margin-left: 7px;
}

.top__list .item .place__avatar img {
	width: 100%;
}

.top__list .item .place__name {
	margin-left: 20px;
	font-size: 15px;
}

@media screen and (max-width: 991px) {
	.top__list .item .place__name {
		margin-left: 20px;
	}
}

.top__list .item .progress {
	flex-grow: 1;
	margin-left: 20px;
}

@media screen and (max-width: 991px) {
	.top__list .item .progress {
		margin-left: 10px;
	}
}
.progress {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background-color: #fff;
	border: none;
	box-shadow: none;
}

.progress__bar {
	display: block;
	height: 25px;
	width: 0;
	margin-right: 20px;
	background-color: #2763be;
	background-image: linear-gradient(
		45deg,
		rgba(0, 0, 0, 0.1) 25%,
		transparent 25%,
		transparent 50%,
		rgba(0, 0, 0, 0.1) 50%,
		rgba(0, 0, 0, 0.1) 75%,
		transparent 75%,
		transparent
	);
	background-size: 40px 40px;
	border-radius: 3px;
	animation: progress-bar-stripes 2s linear infinite;
	transition: 800ms ease-out;
}

.progress__info {
	font-size: 18px;
}

@media screen and (max-width: 991px) {
	.progress__info {
		font-size: 14px;
	}
	.top__list .item {
		flex-direction: column;
	}
	.top__list .item .place {
		width: 100% !important;
	}
	.progress {
		width: 100%;
		margin: 10px 0px;
	}
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}
	to {
		background-position: 0 0;
	}
}

#calculator {
	text-align: center;
	padding: 10px;

	background-color: #fff;
	animation: fadeIn 0.5s ease-in-out;
	width: 100%;
}

#slider-container {
	position: relative;
	margin-bottom: 2px;
	height: 110px;
}

#slider {
	width: 100%;
	/*margin-bottom: 20px;*/
	opacity: 0;
	animation: fadeIn 0.5s ease-in-out 0.5s forwards;
	-webkit-appearance: none;
	appearance: none;
	height: 20px !important;
	background: #10316a;
	border-radius: 10px;
	outline: none;
	padding: 0;
	position: relative;
	z-index: 2;
}

#slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 25px;
	height: 25px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #3498db;
	margin-top: 0px !important;
	z-index: 3;
}

#current-value {
	width: 40%;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 16px;
	margin-top: -8px;
	margin-bottom: 10px;
	border-left: 2px solid #10316a;
	border-right: 2px solid #10316a;
	border-bottom: 2px solid #10316a;
}

.slider-labels {
	width: 100% !important;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}

.slider-labels span {
	position: relative;
}

.slider-labels span::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	background: #000;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 10px;
}

.result {
	font-size: 15px;
	margin-bottom: 1px;

	line-height: 25px;

	opacity: 0;
	animation: fadeIn 0.5s ease-in-out 1s forwards;
}
.feed .story h2 {
	margin-bottom: 18px;
}
.form_above p {
	text-align: center;
	font-weight: bold;
	font-size: 16px !important;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
#calculator {
	text-align: center;
	font-family: "ABCSans", sans-serif;
	background-color: #fff;
	animation: fadeIn 0.5s ease-in-out;
	width: 100%;
	margin: 0 auto;
}
.top__list .item .place__avatar img {
	display: block;
	min-width: 50px !important;
}
.top__list .item .place {
	width: 240px;
}

.form-wrapper {
	max-width: 450px;
	margin-inline: auto;
}

.card-tag-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 8px;
	align-items: center;
}

.card-tag {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 4px 12px;
	border-radius: 15px;
	background-color: #d0dff5;
	color: #333333;
	text-decoration: none;
	font-weight: 700;
	font-size: 0.875rem;
	line-height: 1.25;
	height: 32px;
	transition: color 0.3s ease, scale 0.3s ease;
}

.card-tag:hover,
.card-tag:focus-visible {
	color: #333333;
	outline: none;
	scale: 1.05;
}

.card-tag__avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
}

.card-tag__avatar-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.card-tag__text {
	margin: 0;
}

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

.header {
	max-height: 72px;
}

.header-link {
	display: block;
	width: 100%;
	height: 100%;
}

.top-line-img-mobile,
.top-line-img-tablet,
.top-line-img {
	width: 100%;
	height: 100%;
}

.top-line-img {
	display: none;

	@media screen and (min-width: 992px) {
		display: block;
	}
}

.top-line-img-mobile {
	@media screen and (min-width: 668px) {
		display: none;
	}
}

.top-line-img-tablet {
	display: none;

	@media screen and (min-width: 668px) and (max-width: 991px) {
		display: block;
	}
}

.FixedHeader_fixedHeader__cz2iD.fixed-header {
	display: none;
}

.dir-btn {
	display: flex;
	justify-content: center;
	align-items: center;

	max-width: 386px;
	height: 60px;
	margin: 0 auto;

	color: #fff;
	background: #0d1985;
	padding: 0 20px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
	font-size: 20px;
	font-weight: 700;
	text-align: center;

	border: none;

	border-radius: 100px;
	cursor: pointer;

	transition: background 200ms ease-in-out;
}

.dir-btn:hover {
	background: #253091;
}

.video {
	margin-bottom: 20px;
}

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