<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "A1 Sans", "A1 Serif", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

html, body {
	height: 100%;
}

a, button, input, textarea {
	outline: none;
	text-decoration: none;
}

/* header */
.responsive-header-logo {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 4;
	padding-right: 16px;
}

.responsive-header {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
	/* padding-right: 16px; */
	background: #000;
	z-index: 3;
}

/* .responsive-header &gt; .max-container, .responsive-header-custom &gt; .max-container {
	margin: auto calc(16rem - 104px)
} */
.navigation-additional, .navigation-custom {
	margin: auto 140px;
}

.responsive-header-custom {
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
	/* padding-right: 16px; */
	background: #fff;
	z-index: 3;
}

/* .max-container {
	max-width: 1224px;
	width: 100%;
	margin: auto;
} */

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1205px;
    margin: 0px auto;
}

.header-main-logo span {
	padding: 2.5rem 1.5rem 2.45rem;
    display: block;
}

.header-main-logo .img {
    width: auto;
    height: auto;
    margin: 0;
}

.header-main-logo {
    float: left;
    /* width: 40px; */
    /* height: 60px; */
	height: 143.5px;
	position: absolute;
    /* left: 0.75rem; */
    top: -0.5rem;
    /* min-width: 104px; */
    min-height: 137px;
    background: #fff;
    box-shadow: 0 8px 24px -8px rgb(0 0 0 / 12%);
    z-index: 9;
}

.img-wrap, .img-wrap .img {
    max-width: 100%;
    max-height: 100%;
}
.img-wrap {
    display: block;
    position: relative;
    outline: none;
    margin: 0;
}

.header-top-padding {
    padding-top: 2.5rem;
}

.navigation-additional {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.navigation {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navigation-custom &gt; .navigation &gt; .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-right: 48px;
	position: relative;
	padding: .625rem 0 .5rem;
    color: #fff;
    font-size: .75rem;
    line-height: 1.5;
	z-index: 3;
}

.navigation-additional &gt; .navigation &gt; .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	margin-right: 48px;
	position: relative;
	padding: .625rem 0 .5rem;
    color: #fff;
    font-size: .75rem;
    line-height: 1.5;
}

.navigation-custom &gt; .navigation &gt; .item {
    padding: 38px 0;
    font-size: 1rem;
}

.navigation-custom &gt; .navigation &gt; .item a:focus, .navigation-custom &gt; .navigation &gt; .item  a:hover,  .list-item-nav a:hover, .list-item-nav a:focus {
	color: #DA291C;
}

.navigation &gt; .item:hover &gt; .list-links {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	opacity: 1;
	pointer-events: all;
}
.navigation &gt; .item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	bottom: 0;
	background: #DA291C00;
}

.navigation-additional &gt; .navigation &gt; .item.active::before, .navigation-additional &gt; .navigation &gt; .item:hover::before {
	border-bottom: 4px solid #6295ac;
}

.navigation-custom &gt; .navigation &gt; .item.active::before, .navigation-custom &gt; .navigation &gt; .item:hover::before {
	border-bottom: 4px solid #DA291C;
}

.navigation-additional &gt; .navigation &gt; .item &gt; .head-item {
	font-family: "A1 Sans";
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
	font-size: .75rem;
    line-height: 1.5;
	color: #fff;
	width: max-content;
}

.navigation-custom &gt; .navigation &gt; .item &gt; .head-item {
	font-family: "A1 Sans";
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: normal;
	font-size: 1rem;
    line-height: 1.5;
	color: #000;
	width: max-content;
}

.navigation &gt; .item &gt; .list-links {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: -24px;
	width: 232px;
	top: 100%;
	box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow:: 0px 16px 24px rgba(0, 0, 0, 0.12);
	background: #fff;
	padding: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.navigation &gt; .item &gt; .list-links &gt; a {
	font-family: "A1 Sans";
	width: 100%;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 12px;
}
.navigation &gt; .item &gt; .list-links &gt; a:last-child {
	margin-bottom: 0px;
}

/* header additional */

/* header mobile */

.mobile-logo {
	display: block;
    float: left;
    padding: 5px 15px;
}

.mobile-logo img {
	width: 40px;
    height: 44px;
}

.open-menu {
    display: none;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 55px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-image: url(data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4253 5.65479V1.65479H1.64746V5.65479H22.4253ZM22.4253 21.6548V17.6548H1.64746V21.6548H22.4253ZM22.4253 9.65479V13.6548H1.64746V9.65479H22.4253Z' fill='black'/%3E%3C/svg%3E%0A);
}

.open-menu-burger {
    display: none;
    cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 55px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    background-image: url(data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4253 5.65479V1.65479H1.64746V5.65479H22.4253ZM22.4253 21.6548V17.6548H1.64746V21.6548H22.4253ZM22.4253 9.65479V13.6548H1.64746V9.65479H22.4253Z' fill='black'/%3E%3C/svg%3E%0A);
}

.mobile-navigation {
	display: none;
    z-index: 7;
    position: relative;
    width: 100%;
    background: #000;
}

.mobile-navigation-custom {
	display: none;
    z-index: 7;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
}

.list-navigation-mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.list-navigation-mob &gt; a {
	padding: 12px 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	border-bottom: 1px solid #F2F2F2;
}
.list-navigation-mob &gt; a:last-child {
	border-bottom: none;
}
.list-navigation-mob &gt; .item {
	cursor: pointer;
	border-bottom: 1px solid #F2F2F2;
}
.list-navigation-mob &gt; .item:last-child {
	border-bottom: none;
}
.list-navigation-mob &gt; .item.active &gt; .head-nav::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.list-navigation-mob &gt; .item &gt; .head-nav {
	padding: 12px 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	position: relative;
}
.list-navigation-mob &gt; .item &gt; .head-nav::before {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	left: 61px;
	top: calc( 50% - 3px );
	position: absolute;
	width: 12px;
	height: 7px;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8033 -5.23076e-08L6 4.67208L1.19666 -4.72229e-07L-5.08782e-08 1.16396L6 7L12 1.16396L10.8033 -5.23076e-08Z' fill='%236295ac'/%3E%3C/svg%3E%0A");
}

.list-navigation-mob-burger {
	display: block;
}	
	
.list-navigation-mob-burger &gt; a {
	padding: 12px 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.list-navigation-mob-burger &gt; .item {
	cursor: pointer;
	border-bottom: 1px solid #F2F2F2;
}
.list-navigation-mob-burger &gt; .item:last-child {
	border-bottom: none;
}
.list-navigation-mob-burger &gt; .item.active &gt; .head-nav::before {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 5.70292L18.289 3L12.0048 9.28757L5.71106 3L3.00005 5.70287L9.2938 12L3 18.2875L5.71101 21L12.0048 14.7125L18.289 21L21 18.2875L14.7158 12L21 5.70292Z' fill='%23DA291C'/%3E%3C/svg%3E%0A")
}
.list-navigation-mob-burger &gt; .item &gt; .head-nav {
	padding: 30px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    position: relative;
    height: 100%;
	border-bottom: 1px solid #F2F2F2;
}
.list-navigation-mob-burger &gt; .item &gt; .head-nav::before {
	cursor: pointer;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 55px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
	right: 0;
	top: 0;
	position: absolute;
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22.4253 5.65479V1.65479H1.64746V5.65479H22.4253ZM22.4253 21.6548V17.6548H1.64746V21.6548H22.4253ZM22.4253 9.65479V13.6548H1.64746V9.65479H22.4253Z' fill='black'/%3E%3C/svg%3E%0A")
}
.list-item-nav {
	background: #fff;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.list-item-nav.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-item-nav &gt; a {
	padding: 12px 16px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	border-bottom: 1px solid #F2F2F2;
}

/* header mobile */

.wrapper {
	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: 100%;
	overflow: hidden;
	background: #F7F7F7;
}

.header-container {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 100%;
	max-width: 1256px;
	margin: 0px auto;
	padding: 0 16px;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.business-choose__menu-item:hover {
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
}

.office-choose, .business-choose {
	padding: 40px 0;
}

.office-choose__page-title, .business-choose__page-title {
	font-family: A1 Serif;
	font-size: 32px;
	font-style: normal;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 8px;
}

.office-choose__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.office-choose__row &gt; .office-choose__menu-item:last-child, .office-choose__row .business-choose__menu-item:last-child {
	margin-right: 0px;
}

.business-choose__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0;
	flex: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.business-choose__row &gt; .office-choose__menu-item:nth-child(3n), .business-choose__row .business-choose__menu-item:nth-child(3n) {
	margin-right: 0px;
}

.office-choose__menu-item, .business-choose__menu-item {
	background: #FFF;
	-webkit-box-shadow: 0px 2px 11px #E4E4E4;
	box-shadow: 0px 2px 11px #E4E4E4;
	margin-top: 32px;
	width: 100%;
	margin-right: 24px;
	margin-top: 24px;
}

.office-choose__menu-item {
	padding: 32px 32px;
	text-align: -webkit-center;
	max-width: 288px;
	cursor: pointer;
}

.business-choose__menu-item {
	padding: 24px 24px;
	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;
	max-width: 392px;
}

.office-choose__icon {
	height: 44px;
	margin-bottom: 16px;
}

.office-choose__icon.office-choose__icon--private {
	width: 36px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="36" height="44" viewBox="0 0 36 44" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M10.8754 11.0208C10.8088 14.8894 11.8101 18.699 13.7647 22.0138H22.4147C24.3451 18.6918 25.3215 14.8825 25.2323 11.0208C25.3088 7.15598 24.3201 3.34686 22.3789 0.027832H13.7288C11.7859 3.34607 10.7969 7.15568 10.8754 11.0208ZM30.6162 25.6782H5.3838L0 43.9999H36L30.6162 25.6782Z" fill="black"/%3E%3C/svg%3E');
}

.office-choose__icon.office-choose__icon--legal {
	width: 52px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="52" height="44" viewBox="0 0 52 44" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M12.319 20.0001V20.2201C12.5882 20.8472 12.9234 21.4439 13.319 22.0001H20.539L20.7989 21.58C21.1178 21.0782 21.3922 20.5496 21.6189 20C22.4302 17.85 22.8698 15.5775 22.919 13.28C22.919 13.28 22.919 13.1001 22.919 13.0001C22.9416 10.8191 22.6314 8.64744 21.999 6.56009C21.738 5.81169 21.396 5.09405 20.979 4.42005L20.6191 4H13.3991L13.1991 4.31996C13.0004 4.62906 12.82 4.94966 12.659 5.27994C11.7926 7.17226 11.2711 9.20425 11.119 11.2799C11.119 11.8599 11.0191 12.4398 10.9991 13.0399C10.9791 13.6399 10.9991 13.6599 10.9991 13.9598C11.1157 16.0306 11.5612 18.0695 12.319 20.0001ZM33.1991 16.0001V16.2201C33.4683 16.8472 33.8035 17.4439 34.1991 18.0001H41.4191L41.679 17.58C41.9979 17.0782 42.2723 16.5496 42.499 16C43.3103 13.85 43.7499 11.5775 43.7991 9.28004C43.7991 9.28004 43.7991 9.10007 43.7991 9.00008C43.7636 6.80984 43.3926 4.63798 42.6991 2.56009C42.4382 1.81169 42.0962 1.09405 41.6791 0.420051L41.5192 0H34.2792L34.0792 0.319957C33.8805 0.629055 33.7001 0.949657 33.5392 1.27994C32.6727 3.17226 32.1512 5.20425 31.9991 7.27999C31.9991 7.86002 31.8992 8.43994 31.8792 9.03997C31.8592 9.63999 31.8792 9.65999 31.8792 9.95995C31.9957 12.0306 32.4413 14.0695 33.1991 16.0001ZM33.999 7.44008C34.1313 5.61494 34.5849 3.82744 35.339 2.16003V2.00005H40.299C40.5078 2.40022 40.6883 2.81457 40.839 3.2401C41.4581 5.10566 41.7886 7.05475 41.819 9.02008V9.20005C41.7714 11.251 41.3793 13.2792 40.6591 15.2001C40.5524 15.4667 40.4324 15.7201 40.2991 15.9601H35.3991L35.1192 15.3601V15.2001C34.4624 13.4638 34.0843 11.6346 33.9992 9.78008V9.6601C33.9992 9.44013 33.9992 9.22005 33.9992 9.00008C33.899 8.46005 33.999 8.00011 33.999 7.44008ZM47.9991 22.0001H40.3191L37.8791 25.44L35.4791 22.0001H25.9991V24.0001H34.3991L36.3992 26.9201L33.9991 38.0001L37.9991 42.0001L41.9991 38.0001L39.5591 26.92L41.5592 24H46.2992L49.9992 40H51.9993L47.9991 22.0001ZM5.99897 26.0001L-0.000976562 44.0001H33.999L27.999 26.0001H5.99897Z" fill="black"/%3E%3C/svg%3E');
}

.office-choose__text {
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 24px;
}

.business-choose__title {
	font-family: A1 Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 12px;
}

.business-choose__text {
	font-family: A1 Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 12px;
}

.business-choose__text-lnk {
	font-family: A1 Sans;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 24px;
	margin-top: -3px;
}

.business-choose__link-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #DA291C;
}

.business-choose__link-icon {
	height: 11px;
	width: 8px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg width="8" height="12" viewBox="0 0 8 12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2 10L6 6L2 2" stroke="%23DA291C" stroke-width="1.5" stroke-linecap="square"/%3E%3C/svg%3E');
	margin-left: 12px;
	cursor: pointer;
}

.business-choose__link {
	cursor: pointer;
}

button.business-choose__link {
	cursor: pointer;
	outline: none;
    text-decoration: none;
	font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 18px;
	background: none;
	border: none;
}

a.business-choose__link:hover, button.business-choose__link:hover {
	color: #f83a2c;
	cursor: pointer;
}
a.business-choose__link, button.business-choose__link {
	color: #DA291C;
	cursor: pointer;
}

.responsive-footer {
	padding: 8px 16px;
	background: #FFFFFF;
}

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1225px;
	margin: 0px auto;
}
footer &gt; h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
footer &gt; p {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
}
.footer-group-members {
	margin: 0.5rem -0.375rem 0;
	text-align: center;
	font-size: 0; 
}
.footer-group-members .footer-slot {
	display: inline; 
}
  
.footer-group-members-list {
	margin: 0 auto; 
}
  
.footer-group-member-item {
	display: inline-flex;
	margin: 0 0.375rem;
	font-size: 0.75rem;
	line-height: 1.5; 
}
.footer-group-member-item a{
	color: #999999;
}
.footer-group-member-item a:hover{
	color: #DA291C;
}

.responsive-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h1.min-modal-container::before {
	content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: rgb(242, 242, 242);
}

.modal-container {
	margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-direction: column;
    width: 100%;
	max-width: 508px;
}

.modal-container &gt; .item {
	padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
	border-top: 1px solid #F2F2F2;
}

.modal-container &gt; .item:last-child {
	padding: 16px 0 0 0;
}

.modal-container &gt; .item:hover {
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	transition: -webkit-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	-webkit-transform: translateY(-8px);
			transform: translateY(-8px);
}

.modal-container &gt; .item::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 14px;
    right: 0;
    top: calc( 50% - 7px );
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.31393L5.27407 6.588L0 11.8621L1.31393 13.176L7.90193 6.588L1.31393 0L0 1.31393Z' fill='%23DA291C'/%3E%3C/svg%3E%0A");
}

.modal-container &gt; .item &gt; h1 {
    font-family: A1 Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #000000;
}

.modal-container &gt; .item &gt; p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
	max-width: 410px;
	padding-right: 25px;
}
	
.min-modal-container {
    max-width: 508px;
    width: 100%;
    padding: 32px 24px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 16px 24px rgb(0 0 0 / 12%);
    box-shadow: 0px 16px 24px rgb(0 0 0 / 12%);
}

.min-modal-container &gt; h1 {
    font-family: A1 Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    margin-bottom: 12px;
}

.min-modal-container &gt; p {
    font-family: A1 Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.action-button-m {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
</pre></body></html>