:root {
	--font-family: "Proxima Nova", sans-serif;
	--second-family: "Rubik", sans-serif;
	--third-family: "Inter", sans-serif;
	--color-prime: #fd933a;
	--color-second: #7d4421;
	--color-black: #000;
	--color-white: #fff;
	--color-second-dark-2: #302722;
	--color-prime-background: rgba(253, 147, 58, 0.15);
	--color-prime-dark-1: #f5862a;
	--color-text-backing: #f4f6fa;
	--color-text-backing-2: #e4eaf7;
	--input-border: #d8d8d8;
	--input-border-active: #ccc;
	--color-second-light-1: #854620;
	--text-dark-blue: #1c2437;
	--color-gray: #adadad;
	--color-second-dark-1: #42352f;
	--color-green: #74b81f;
	--color-blue: #2c96e2;
	--color-red: #f3470a;
	--color-text-200: #333;
	--color-text-600: #999;
	--color-text-330: #545454;
	--960: #f5f5f5;
}
.bt {
	position: relative;
	display: inline-flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	cursor: pointer;
	transition: all 100ms ease;
	border-radius: 10px;
	padding: 6px 16px;
	height: 48px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 16px;
	color: var(--color-white);
	text-align: center;
}
.bt-primary {
	background: var(--color-prime-dark-1);
}
.bt-light {
	background: var(--color-white);
	color: var(--color-second-dark-1);
}
.bt-dark {
	background: var(--color-second-dark-2);
	color: var(--color-white);
}
.bt-secondary {
	background: var(--color-text-backing-2);
	color: var(--color-text-330);
	font-weight: 500;
}
.bt-outline-secondary {
	border: 1px solid var(--input-border);
	background: 0;
	color: var(--color-text-600);
	font-weight: 500;
}
.bt:after {
	margin-left: 12px;
	font-size: 80%;
}
.bt [class^="icon-"], .bt [class*=" icon-"] {
	margin-left: 10px;
	font-size: 80%;
}
.bt .icon-cart-fill {
	font-size: 120%;
}
.link-dashed {
	color: var(--color-text-330);
	text-decoration: dashed;
}
.messengers a {
	width: 32px;
	min-width: 32px;
	height: 32px;
	justify-content: center;
	border-radius: 10px;
}
.messengers a + a {
	margin-left: 7px;
}
.messengers .icon-telegram {
	font-size: 18px;
	color: #008CE4;
}
.messengers .icon-whatsapp {
	font-size: 20px;
	color: #25d366;
}
.messengers .icon-max {
  font-size: 20px;
  background: linear-gradient(83deg, #4BC2FD 2.62%, #394AED 49.65%, #8E3ED9 79.79%, #8C51E9 97.6%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.messengers .bt-telegram {
	background: #008ce4;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	color: #fff;
}
.messengers .bt-whatsapp {
	background: #25d366;
	width: 42px;
	height: 42px;
	border-radius: 10px;
	color: #fff;
}
.messengers .bt-max {
  background: linear-gradient(83deg, #4BC2FD 2.62%, #394AED 49.65%, #8E3ED9 79.79%, #8C51E9 97.6%);
  -webkit-text-fill-color: white;
  color:white;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  color: #fff;
}
.messengers .bt-telegram:hover {
  background: #008ce4!important;
  filter: brightness(1.1);
}
.messengers .bt-whatsapp:hover {
  background: #25d366!important;
  filter: brightness(1.1);
}
.messengers .bt-max:hover {
  background: linear-gradient(83deg, #4BC2FD 2.62%, #394AED 49.65%, #8E3ED9 79.79%, #8C51E9 97.6%);
  filter: brightness(1.1);
}
.bt img {
	margin-left: 12px;
}
.overflow-hidden {
	overflow: hidden;
}
.w-16 {
	width: 16.66666667%;
}
.w-20 {
	width: 20%;
}
.w-25 {
	width: 25%;
}
.w-33 {
	width: 33.333%;
}
.w-50 {
	width: 50%;
}
.img-contain {
	object-fit: contain !important;
}
.pb-template {
	padding-bottom: 80px;
}
.bg-second-dark {
	background: var(--color-second-dark-2);
}
.list-items {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.list-items .item {
	padding: 0 10px;
	display: flex;
}
.list-items .item > * {
	width: 100%;
	margin-top: 20px;
}
.link-more {
	display: inline-block;
	font-family: var(--second-family);
	line-height: 120%;
	color: var(--color-second-dark-2);
}
.link-more span {
	background-image: linear-gradient(90deg, rgba(51,51,51,1) 0%, rgba(51,51,51,1) 100%);
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-position: left bottom;
  transition: background-size 0.3s ease;
  padding-bottom: 2px;
}
.link-more .icon-chevron-right {
	position: relative;
	left: 0;
	display: inline;
	margin: 2px 0 0 6px;
	font-size: 75%;
	transition: all 200ms ease;
}
.link-more .icon-chevron-right::after {
	display: inline;
}
.link-more:hover .icon-chevron-right {
	left: 5px;
}
.link-more:hover span {
  background-size: 100% 2px;
}
.link-more.text-light span {
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
}


.location .icon-geo {
	margin-right: 4px;
	font-size: 16px;
	color: #7D4421;
}
.location .current {
	color: var(--color-black);
	border-bottom: 1px dashed var(--color-second);
}
.new-price {
	font-weight: 600;
	font-size: 17px;
	color: var(--color-text-200);
}
.new-price sup {
	display: inline-block;
	vertical-align: top;
	font-size: 50%;
	margin-top: -4px;
}
.old-price .value {
	font-weight: 500;
	font-size: 17px;
	text-decoration: line-through;
	color: #888;
}
.discount {
	display: inline-block;
	vertical-align: middle;
	background: var(--color-prime-background);
	border: 1px solid var(--color-prime);
	border-radius: 5px;
	padding: 2px 7px;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 13px;
	color: var(--color-prime-dark-1);
}
.tab-group {
	border: 1px solid var(--color-text-backing-2);
	border-radius: 99px;
	padding: 4px;
	display: inline-flex;
}
.tab-group .tab-bt {
	font-size: 18px;
}
.tab-bt {
	background: none;
	display: inline-block;
	text-align: center;
	border-radius: 20px;
	padding: 10px 20px;
	font-weight: 500;
	font-size: 19px;
	color: var(--color-text-200);
	transition: 0s;
}
.tab-bt.active {
	background: var(--color-text-backing-2);
	font-weight: 600;
}
.tab-link {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 18px;
	line-height: 120%;
	color: var(--color-text-200);
}
.btn-center {
	margin-top: 24px;
	display: flex;
	justify-content: center;
}
.btn-center .bt {
	padding-left: 46px;
	padding-right: 46px;
}
.position-relative {
	position: relative;
}
.rounded-20 {
	border-radius: 20px;
}
.rounded-10 {
	border-radius: 10px;
}
H2, .h2,
H3, .h3,
H4, .h4,
H5, .h5 {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 48px;
	line-height: 120%;
	color: var(--color-second-dark-2);
}
H2.fs-lg {
	font-size: 38px;
}
H3, .h3 {
	font-size: 30px;
}
H4, .h4 {
	font-size: 24px;
}
H5, .h5 {
	margin-top: 24px;
	font-size: 16px;
}
.fs-21 {
	font-size: 21px;
}
.fs-24 {
	font-size: 24px;
}
.fs-28 {
	font-size: 28px;
}
.fs-34 {
	font-size: 34px;
}
.fs-38 {
	font-size: 38px;
}
.fs-42 {
	font-size: 42px;
}
.title {
	font-family: var(--second-family);
	font-weight: 500;
	color: var(--color-second-dark-2);
}
.text-center {
	text-align: center;
}
.fw-medium {
	font-weight: 500;
}
.fw-semibold {
	font-weight: 600;
}
.fst-italic {
	font-style: italic;
}
.text-black {
	color: var(--color-text-200) !important;
}
.text-light {
	color: var(--color-white) !important;
}
.card {
	background: var(--color-text-backing);
	border-radius: 20px;
	padding: 40px;
}
.section-subtitle {
	margin: 20px auto 0;
	max-width: 1064px;
	font-size: 18px;
	line-height: 150%;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input, textarea, select {
	border: 0;
	background: #fff;
	resize: none;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-overflow: ellipsis;
	font-family: var(--font-family);
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
	cursor: pointer;
	border: none;
}
select::-ms-expand {
  display: none;
}
::-moz-placeholder {
	opacity: 1;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-ms-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus::-ms-placeholder {
  opacity: 0;
}
input:focus::placeholder {
  opacity: 0;
}
.form-item {
	position: relative;
	margin-top: 16px;
}
.form-item .label {
	display: block;
	margin-bottom: 5px;
	font-size: 17px;
	line-height: 120%;
	color: var(--color-text-330);
}
.form-item input {
	width: 100%;
	height: 48px;
	border: 1px solid var(--input-border);
	border-radius: 10px;
	padding: 0px 12px;
	font-weight: 500;
	font-size: 17px;
	line-height: 120%;
	color: var(--color-text-200);
}
.form-item input::placeholder {
  color: var(--color-text-600);
}
.form-group {
	margin: 0 -5px;
	display: flex;
	flex-wrap: wrap;
}
.form-group .form-item {
	width: 50%;
	padding: 0 5px;
}
.form-group .w-33 {
	width: 33.333%;
}
.form-item textarea {
	width: 100%;
	border: 1px solid var(--input-border);
	border-radius: 10px;
	padding: 12px;
	font-weight: 500;
	font-size: 17px;
	line-height: 120%;
	color: var(--color-text-200);
}
.form-item textarea::placeholder {
  color: var(--color-text-600);
}
.radio-item {
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.radio-item label {
	position: relative;
	display: inline-block;
	padding-left: 26px;
}
.radio-item input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
	opacity: 0;
}
.radio-item .text-dashed {
	border-bottom: 1px dashed;
}
.radio-indicator {
	position: absolute;
	left: 0;
	top: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #D8D8D8;
	border-radius: 50%;
	background: #fff;
	width: 16px; height: 16px;
}
.radio-indicator:before {
	content: '';
	display: block;
	transition: .1s;
	opacity: 0;
	width: 10px;
	height: 10px;
	background-color: var(--color-prime);
	border-radius: 50%;
}
input:checked + .radio-indicator:before {
	opacity: 1;
}
.checkbox-item {
	position: relative;
	display: flex;
	align-items: center;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-text-200);
}
.checkbox-item + .checkbox-item {
	margin-top: 16px;
}
.checkbox-item label {
	display: inline-flex;
	align-items: flex-start;
	cursor: pointer;
}
.checkbox-item .color-indicatar {
	margin-right: 10px;
	display: inline-block;
	width: 24px;
	min-width: 24px;
	height: 24px;
	border-radius: 100%;
}
.checkbox-item .title {
	width: 100%;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 16px;
	color: var(--color-text-200);
}
.checkbox-item p {
	margin: 0;
	color: var(--color-text-600);
}
.checkbox {
	margin-top: -1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	min-width: 20px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="3" fill="white" /><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="%23D8D8D8" /></svg>');
}
.checkbox:checked {
	background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="3" fill="white" /><rect width="20" height="20" rx="3" fill="%23FD933A" /><path fill-rule="evenodd" clip-rule="evenodd" d="M17.6748 5.28242C18.0994 5.66707 18.1095 6.30017 17.6974 6.69648L9.37808 14.6965C9.17512 14.8916 8.89574 15.0012 8.60433 15C8.31293 14.9987 8.03464 14.8868 7.8336 14.6899L3.29579 10.2454C2.88757 9.8456 2.90391 9.21262 3.33229 8.83162C3.76066 8.45062 4.43886 8.46587 4.84708 8.86569L8.61633 12.5574L16.1597 5.30353C16.5719 4.90722 17.2502 4.89777 17.6748 5.28242Z" fill="white" /></svg>');
}
.file-upload {
	display: flex;
	align-items: center;
	margin-top: 14px;
}
.file-upload__button {
	width: 232px;
}
.file-upload__button input {
	display: none;
}
.file-upload__label {
	background: var(--color-text-backing-2);
	border-radius: 10px;
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 16px;
	color: var(--color-text-330);
	cursor: pointer;
}
.file-upload__label::after {
	margin-right: 12px;
	order: -1;
	font-size: 20px;
}
.file-upload__hint {
	padding-left: 20px;
	font-size: 15px;
	line-height: 120%;
	color: var(--color-text-600);
	text-align: left;
}
.file-upload__list {
	padding-top: 5px;
}
.file-upload__item {
	margin: 5px 5px 0 0;
	padding: 6px 14px;
	display: flex;
	align-items: center;
	background: var(--color-text-backing);
	border-radius: 10px;
}
.file-upload__name {
	font-size: 13px;
	line-height: 120%;
	color: var(--color-text-330);
}
.file-upload__remove {
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	cursor: pointer;
}
.bt-radio {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 6px;
}
.bt-radio input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
.bt-radio .value {
	border: 1px solid var(--color-text-backing-2);
	border-radius: 10px;
	padding: 0 14px;
	height: 32px;
	line-height: 32px;
	font-weight: 500;
	font-size: 17px;
	color: var(--color-text-200);
	transition: all 100ms ease;
}
.bt-radio input:checked + .value {
	background: var(--color-text-backing-2);
}
.bt-radio {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-right: 6px;
}
.bt-radio input,
.checkbox-badge input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}
.bt-radio:hover .value {
	background: var(--color-text-backing);
}

.samples__tab-btn {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
	margin: 6px 6px 0 0;
	border: 1px solid var(--color-text-backing-2);
	padding: 3px 10px;
	font-weight: 500;
	font-size: 15px;
	color: var(--color-text-200);
}
.samples__tab-btn.active,
.samples__tab-btn:hover {
	background: var(--color-text-backing-2);
}



.form-switch {
	display: inline-flex;
	align-items: center;
	font-weight: 600;
	font-size: 17px;
	color: var(--color-text-200);
	cursor: pointer;
}
.form-switch .indicator {
	margin-right: 12px;
  width: 40px;
	height: 24px;
	border-radius: 9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	background-color: var(--color-second-dark-2);
  background-image: url('data:image/svg+xml,<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9Z" fill="%23F5F5F5" /></svg>');
  background-position: left 4px center;
	background-repeat: no-repeat;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
.form-switch .indicator:checked {
  background-color: var(--color-prime-dark-1);
}
.form-switch .indicator:checked {
  background-position: right 4px center;
}

.star-widget {
	display: inline-block;
	margin: 10px -1px 0;
}
.star-widget input {
	display: none;
}
.star-widget label {
	font-size: 24px;
	color: var(--color-gray);
	float: right;
	transition: all .2s ease;
	cursor: pointer;
	padding: 1px;
}
.star-widget input:not(:checked) ~ label:hover,
.star-widget input:not(:checked) ~ label:hover ~ label {
	color: var(--color-prime);
}
.star-widget input:checked ~ label {
	color: var(--color-prime);
}

.agree {
	margin-top: 16px;
	font-size: 15px;
	line-height: 120%;
	color: var(--color-text-600);
}
.agree a {
	text-decoration: underline;
	color: inherit;
}

.image-rectangle {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.image-rectangle img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
	object-position: center;
  width: 100%;
  height: auto;
  display: block;
	transition: all 200ms ease;
	transform: scale(1);
}


.slick-slider {
	position: relative;
	display: block;
	max-height: 100%;
}
.slick-track {
	display: flex;
}
.slick-arrow {
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.5);
	transition: all 200ms ease;
	color: var(--color-black);
}
.slick-prev {
	left: 10px;
}
.slick-prev:after {
	transform: rotate(180deg);
}
.slick-next {
	right: 10px;
}
.slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
}
.slick-dots li * {
	display: none;
}
.slick-dots li {
	cursor: pointer;
	width: 9px;
	height: 9px;
	margin: 0 1px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slick-dots li::before {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	background: #D9D9D9;
	border-radius: 50%;
	transition: all 200ms ease;
}
.slick-dots li.slick-active::before {
	width: 9px;
	height: 9px;
}

.bt-center {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}
.bt-center .bt {
	width: 100%;
	max-width: 480px;
}
.bt-center .icon-reset {
	margin-left: 12px;
	font-size: 18px;
}
.bt-more {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.bt-more .bt {
	width: 100%;
	max-width: 526px;
}
.pt-0 {
	padding-top: 0 !important;
}
.w-100 {
	width: 100%;
}
.tooltip-bubble {
  position: absolute;
  background: #f4f6fa;
  color: #000;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  z-index: 9999;
}

@media (max-width: 1620px) {
	.d-xxl-none {
		display: none !important;
	}
	.d-xxl-flex {
		display: flex !important;
	}
}

@media (max-width: 1380px) {
	.d-xl-none {
		display: none;
	}
	.d-xl-block {
		display: block;
	}
	.w-xl-33 {
		width: 33.333%;
	}
	.w-xl-25 {
		width: 25%;
	}
	.w-xl-50 {
		width: 50% !important;
	}
	.w-xl-100 {
		width: 100% !important;
	}
	.fs-xl-19 {
		font-size: 19px;
	}
	.tab-link {
		font-size: 16px;
	}
	.card {
		padding: 30px;
	}
}

@media (max-width: 1270px) {
	.d-x-none {
		display: none;
	}
	.d-x-block {
		display: block;
	}
	.w-x-25 {
		width: 25%;
	}
	.w-x-33 {
		width: 33.333%;
	}
	.w-x-100 {
		width: 100% !important;
	}
	.fs-x-17 {
		font-size: 17px;
	}
	.fs-x-19 {
		font-size: 19px;
	}
	.fs-x-22 {
		font-size: 22px;
	}
	.fs-x-30 {
		font-size: 30px;
	}
	.fs-x-34 {
		font-size: 34px;
	}
	.tab-link {
		font-size: 15px;
	}
}

@media (max-width: 1024px) {
	H2, .h2 {
		font-size: 38px;
	}
	.fs-lg-30, H2.fs-lg {
		font-size: 30px;
	}
	.fs-lg-22 {
		font-size: 22px;
	}
	.d-lg-none {
		display: none;
	}
	.d-lg-block {
		display: block;
	}
	.w-lg-25 {
		width: 25%;
	}
	.w-lg-33 {
		width: 33.333%;
	}
	.w-lg-100 {
		width: 100%;
	}
	.section-subtitle,
	.page-subtitle {
		font-size: 17px;
	}
}

@media (max-width: 768px) {
	.w-md-33 {
		width: 33.333%;
	}
	.w-md-50 {
		width: 50%;
	}
	.w-md-100 {
		width: 100%;
	}
	.d-md-none {
		display: none !important;
	}
	.d-md-block {
		display: block;
	}
	.d-md-none {
		display: none;
	}
	.d-md-flex {
		display: flex;
		flex-wrap: wrap;
	}
	.slick-arrow {
		width: 42px;
		height: 42px;
		font-size: 14px;
	}
}


@media (max-width: 690px) {
	H2, .h2 {
		font-size: 30px;
	}
	H2.fs-lg {
		font-size: 24px;
	}
	.fs-sm-14 {
		font-size: 14px;
	}
	.fs-sm-19 {
		font-size: 19px;
	}
	.fs-sm-24 {
		font-size: 24px;
	}
	.fs-sm-27 {
		font-size: 27px;
	}
	.fs-sm-30 {
		font-size: 30px;
	}

	.w-sm-50 {
		width: 50%;
	}
	.w-sm-100 {
		width: 100%;
		min-width: 100%;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-none {
		display: none;
	}
	.tab-group {
		border-radius: 10px;
	}
	.tab-group .tab-bt {
		border-radius: 10px;
		font-size: 16px;
	}
	.btn-center {
		margin-top: 20px;
		flex-direction: column;
	}
	.btn-center .bt {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tab-link {
		font-size: 14px;
	}
	.card {
		padding: 20px;
	}
	.section-subtitle,
	.page-subtitle {
		font-size: 14px;
	}
	.page-subtitle {
		margin-top: 10px;
	}
}

.ms-1 {
	margin-left: 4px;
}

.collapse {
	display: none;
}