	@import url(https://fonts.googleapis.com/css?family=Jost:400,regular,700,600,,500,normal|Alegreya:600|Roboto:normal|Material+Icons&display=swap);

    
    /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
	html {
	    line-height: 1.15;
	    -webkit-text-size-adjust: 100%
	}

	body {
	    margin: 0
	}

	main {
	    display: block
	}

	h1 {
	    font-size: 2em;
	    margin: .67em 0
	}

	hr {
	    box-sizing: content-box;
	    height: 0;
	    overflow: visible
	}

	pre {
	    font-family: monospace, monospace;
	    font-size: 1em
	}

	a {
	    background-color: rgba(0, 0, 0, 0)
	}

	abbr[title] {
	    border-bottom: none;
	    text-decoration: underline;
	    -webkit-text-decoration: underline dotted;
	    text-decoration: underline dotted
	}

	b,
	strong {
	    font-weight: bolder
	}

	code,
	kbd,
	samp {
	    font-family: monospace, monospace;
	    font-size: 1em
	}

	small {
	    font-size: 80%
	}

	sub,
	sup {
	    font-size: 75%;
	    line-height: 0;
	    position: relative;
	    vertical-align: baseline
	}

	sub {
	    bottom: -0.25em
	}

	sup {
	    top: -0.5em
	}

	img {
	    border-style: none
	}

	button,
	input,
	optgroup,
	select,
	textarea {
	    font-family: inherit;
	    font-size: 100%;
	    line-height: 1.15;
	    margin: 0
	}

	button,
	input {
	    overflow: visible
	}

	button,
	select {
	    text-transform: none
	}

	button,
	[type=button],
	[type=reset],
	[type=submit] {
	    -webkit-appearance: button
	}

	button::-moz-focus-inner,
	[type=button]::-moz-focus-inner,
	[type=reset]::-moz-focus-inner,
	[type=submit]::-moz-focus-inner {
	    border-style: none;
	    padding: 0
	}

	button:-moz-focusring,
	[type=button]:-moz-focusring,
	[type=reset]:-moz-focusring,
	[type=submit]:-moz-focusring {
	    outline: 1px dotted ButtonText
	}

	fieldset {
	    padding: .35em .75em .625em
	}

	legend {
	    box-sizing: border-box;
	    color: inherit;
	    display: table;
	    max-width: 100%;
	    padding: 0;
	    white-space: normal
	}

	progress {
	    vertical-align: baseline
	}

	textarea {
	    overflow: auto
	}

	[type=checkbox],
	[type=radio] {
	    box-sizing: border-box;
	    padding: 0
	}

	[type=number]::-webkit-inner-spin-button,
	[type=number]::-webkit-outer-spin-button {
	    height: auto
	}

	[type=search] {
	    -webkit-appearance: textfield;
	    outline-offset: -2px
	}

	[type=search]::-webkit-search-decoration {
	    -webkit-appearance: none
	}

	::-webkit-file-upload-button {
	    -webkit-appearance: button;
	    font: inherit
	}

	details {
	    display: block
	}

	summary {
	    display: list-item
	}

	template {
	    display: none
	}

	[hidden] {
	    display: none
	}

	body {
	    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	    height: 100%
	}

	html {
	    height: 100%;
	    scroll-behavior: smooth
	}

	* {
	    box-sizing: border-box;
	    animation-duration: 1s;
	    animation-fill-mode: both
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p {
	    margin: 0
	}

	#root {
	    position: relative;
	    z-index: 1;
	    height: 100%
	}

	#portalForBuilder {
	    position: relative;
	    z-index: 2
	}

	.material-icons {
	    opacity: 0
	}

	* {
	    scrollbar-color: rgba(0, 0, 0, .2)
	}

	*::-webkit-scrollbar-thumb {
	    background-color: rgba(0, 0, 0, .2);
	    border-radius: 4px
	}

	*::-webkit-scrollbar {
	    width: 7px;
	    height: 7px
	}

	[alt=lf-f-img] {
	    position: fixed;
	    left: 0;
	    bottom: 0
	}

	@keyframes bounce {

	    from,
	    20%,
	    53%,
	    to {
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transform: translate3d(0, 0, 0)
	    }

	    40%,
	    43% {
	        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	        transform: translate3d(0, -30px, 0) scaleY(1.1)
	    }

	    70% {
	        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	        transform: translate3d(0, -15px, 0) scaleY(1.05)
	    }

	    80% {
	        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	        transform: translate3d(0, 0, 0) scaleY(0.95)
	    }

	    90% {
	        transform: translate3d(0, -4px, 0) scaleY(1.02)
	    }
	}

	@keyframes flash {

	    from,
	    50%,
	    to {
	        opacity: 1
	    }

	    25%,
	    75% {
	        opacity: 0
	    }
	}

	@keyframes pulse {
	    from {
	        transform: scale3d(1, 1, 1)
	    }

	    50% {
	        transform: scale3d(1.05, 1.05, 1.05)
	    }

	    to {
	        transform: scale3d(1, 1, 1)
	    }
	}

	@keyframes rubberBand {
	    from {
	        transform: scale3d(1, 1, 1)
	    }

	    30% {
	        transform: scale3d(1.25, 0.75, 1)
	    }

	    40% {
	        transform: scale3d(0.75, 1.25, 1)
	    }

	    50% {
	        transform: scale3d(1.15, 0.85, 1)
	    }

	    65% {
	        transform: scale3d(0.95, 1.05, 1)
	    }

	    75% {
	        transform: scale3d(1.05, 0.95, 1)
	    }

	    to {
	        transform: scale3d(1, 1, 1)
	    }
	}

	@keyframes shakeX {

	    from,
	    to {
	        transform: translate3d(0, 0, 0)
	    }

	    10%,
	    30%,
	    50%,
	    70%,
	    90% {
	        transform: translate3d(-10px, 0, 0)
	    }

	    20%,
	    40%,
	    60%,
	    80% {
	        transform: translate3d(10px, 0, 0)
	    }
	}

	@keyframes shakeY {

	    from,
	    to {
	        transform: translate3d(0, 0, 0)
	    }

	    10%,
	    30%,
	    50%,
	    70%,
	    90% {
	        transform: translate3d(0, -10px, 0)
	    }

	    20%,
	    40%,
	    60%,
	    80% {
	        transform: translate3d(0, 10px, 0)
	    }
	}

	@keyframes headShake {
	    0% {
	        transform: translateX(0)
	    }

	    6.5% {
	        transform: translateX(-6px) rotateY(-9deg)
	    }

	    18.5% {
	        transform: translateX(5px) rotateY(7deg)
	    }

	    31.5% {
	        transform: translateX(-3px) rotateY(-5deg)
	    }

	    43.5% {
	        transform: translateX(2px) rotateY(3deg)
	    }

	    50% {
	        transform: translateX(0)
	    }
	}

	@keyframes swing {
	    20% {
	        transform: rotate3d(0, 0, 1, 15deg)
	    }

	    40% {
	        transform: rotate3d(0, 0, 1, -10deg)
	    }

	    60% {
	        transform: rotate3d(0, 0, 1, 5deg)
	    }

	    80% {
	        transform: rotate3d(0, 0, 1, -5deg)
	    }

	    to {
	        transform: rotate3d(0, 0, 1, 0deg)
	    }
	}

	@keyframes tada {
	    from {
	        transform: scale3d(1, 1, 1)
	    }

	    10%,
	    20% {
	        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
	    }

	    30%,
	    50%,
	    70%,
	    90% {
	        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	    }

	    40%,
	    60%,
	    80% {
	        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	    }

	    to {
	        transform: scale3d(1, 1, 1)
	    }
	}

	@keyframes wobble {
	    from {
	        transform: translate3d(0, 0, 0)
	    }

	    15% {
	        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	    }

	    30% {
	        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	    }

	    45% {
	        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	    }

	    60% {
	        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	    }

	    75% {
	        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes jello {

	    from,
	    11.1%,
	    to {
	        transform: translate3d(0, 0, 0)
	    }

	    22.2% {
	        transform: skewX(-12.5deg) skewY(-12.5deg)
	    }

	    33.3% {
	        transform: skewX(6.25deg) skewY(6.25deg)
	    }

	    44.4% {
	        transform: skewX(-3.125deg) skewY(-3.125deg)
	    }

	    55.5% {
	        transform: skewX(1.5625deg) skewY(1.5625deg)
	    }

	    66.6% {
	        transform: skewX(-0.78125deg) skewY(-0.78125deg)
	    }

	    77.7% {
	        transform: skewX(0.390625deg) skewY(0.390625deg)
	    }

	    88.8% {
	        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
	    }
	}

	@keyframes heartBeat {
	    0% {
	        transform: scale(1)
	    }

	    14% {
	        transform: scale(1.3)
	    }

	    28% {
	        transform: scale(1)
	    }

	    42% {
	        transform: scale(1.3)
	    }

	    70% {
	        transform: scale(1)
	    }
	}

	@keyframes backInDown {
	    0% {
	        transform: translateY(-1200px) scale(0.7);
	        opacity: .7
	    }

	    80% {
	        transform: translateY(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: scale(1);
	        opacity: 1
	    }
	}

	@keyframes backInLeft {
	    0% {
	        transform: translateX(-2000px) scale(0.7);
	        opacity: .7
	    }

	    80% {
	        transform: translateX(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: scale(1);
	        opacity: 1
	    }
	}

	@keyframes backInRight {
	    0% {
	        transform: translateX(2000px) scale(0.7);
	        opacity: .7
	    }

	    80% {
	        transform: translateX(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: scale(1);
	        opacity: 1
	    }
	}

	@keyframes backInUp {
	    0% {
	        transform: translateY(1200px) scale(0.7);
	        opacity: .7
	    }

	    80% {
	        transform: translateY(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: scale(1);
	        opacity: 1
	    }
	}

	@keyframes backOutDown {
	    0% {
	        transform: scale(1);
	        opacity: 1
	    }

	    20% {
	        transform: translateY(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: translateY(700px) scale(0.7);
	        opacity: .7
	    }
	}

	@keyframes backOutLeft {
	    0% {
	        transform: scale(1);
	        opacity: 1
	    }

	    20% {
	        transform: translateX(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: translateX(-2000px) scale(0.7);
	        opacity: .7
	    }
	}

	@keyframes backOutRight {
	    0% {
	        transform: scale(1);
	        opacity: 1
	    }

	    20% {
	        transform: translateX(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: translateX(2000px) scale(0.7);
	        opacity: .7
	    }
	}

	@keyframes backOutUp {
	    0% {
	        transform: scale(1);
	        opacity: 1
	    }

	    20% {
	        transform: translateY(0px) scale(0.7);
	        opacity: .7
	    }

	    100% {
	        transform: translateY(-700px) scale(0.7);
	        opacity: .7
	    }
	}

	@keyframes bounceIn {

	    from,
	    20%,
	    40%,
	    60%,
	    80%,
	    to {
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	    }

	    0% {
	        opacity: 0;
	        transform: scale3d(0.3, 0.3, 0.3)
	    }

	    20% {
	        transform: scale3d(1.1, 1.1, 1.1)
	    }

	    40% {
	        transform: scale3d(0.9, 0.9, 0.9)
	    }

	    60% {
	        opacity: 1;
	        transform: scale3d(1.03, 1.03, 1.03)
	    }

	    80% {
	        transform: scale3d(0.97, 0.97, 0.97)
	    }

	    to {
	        opacity: 1;
	        transform: scale3d(1, 1, 1)
	    }
	}

	@keyframes bounceInDown {

	    from,
	    60%,
	    75%,
	    90%,
	    to {
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	    }

	    0% {
	        opacity: 0;
	        transform: translate3d(0, -3000px, 0) scaleY(3)
	    }

	    60% {
	        opacity: 1;
	        transform: translate3d(0, 25px, 0) scaleY(0.9)
	    }

	    75% {
	        transform: translate3d(0, -10px, 0) scaleY(0.95)
	    }

	    90% {
	        transform: translate3d(0, 5px, 0) scaleY(0.985)
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes bounceInLeft {

	    from,
	    60%,
	    75%,
	    90%,
	    to {
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	    }

	    0% {
	        opacity: 0;
	        transform: translate3d(-3000px, 0, 0) scaleX(3)
	    }

	    60% {
	        opacity: 1;
	        transform: translate3d(25px, 0, 0) scaleX(1)
	    }

	    75% {
	        transform: translate3d(-10px, 0, 0) scaleX(0.98)
	    }

	    90% {
	        transform: translate3d(5px, 0, 0) scaleX(0.995)
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes bounceInRight {

	    from,
	    60%,
	    75%,
	    90%,
	    to {
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	    }

	    from {
	        opacity: 0;
	        transform: translate3d(3000px, 0, 0) scaleX(3)
	    }

	    60% {
	        opacity: 1;
	        transform: translate3d(-25px, 0, 0) scaleX(1)
	    }

	    75% {
	        transform: translate3d(10px, 0, 0) scaleX(0.98)
	    }

	    90% {
	        transform: translate3d(-5px, 0, 0) scaleX(0.995)
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes bounceInUp {

	    from,
	    60%,
	    75%,
	    90%,
	    to {
	        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
	    }

	    from {
	        opacity: 0;
	        transform: translate3d(0, 3000px, 0) scaleY(5)
	    }

	    60% {
	        opacity: 1;
	        transform: translate3d(0, -20px, 0) scaleY(0.9)
	    }

	    75% {
	        transform: translate3d(0, 10px, 0) scaleY(0.95)
	    }

	    90% {
	        transform: translate3d(0, -5px, 0) scaleY(0.985)
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes bounceOut {
	    20% {
	        transform: scale3d(0.9, 0.9, 0.9)
	    }

	    50%,
	    55% {
	        opacity: 1;
	        transform: scale3d(1.1, 1.1, 1.1)
	    }

	    to {
	        opacity: 0;
	        transform: scale3d(0.3, 0.3, 0.3)
	    }
	}

	@keyframes bounceOutDown {
	    20% {
	        transform: translate3d(0, 10px, 0) scaleY(0.985)
	    }

	    40%,
	    45% {
	        opacity: 1;
	        transform: translate3d(0, -20px, 0) scaleY(0.9)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(0, 2000px, 0) scaleY(3)
	    }
	}

	@keyframes bounceOutLeft {
	    20% {
	        opacity: 1;
	        transform: translate3d(20px, 0, 0) scaleX(0.9)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(-2000px, 0, 0) scaleX(2)
	    }
	}

	@keyframes bounceOutRight {
	    20% {
	        opacity: 1;
	        transform: translate3d(-20px, 0, 0) scaleX(0.9)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(2000px, 0, 0) scaleX(2)
	    }
	}

	@keyframes bounceOutUp {
	    20% {
	        transform: translate3d(0, -10px, 0) scaleY(0.985)
	    }

	    40%,
	    45% {
	        opacity: 1;
	        transform: translate3d(0, 20px, 0) scaleY(0.9)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(0, -2000px, 0) scaleY(3)
	    }
	}

	@keyframes fadeIn {
	    from {
	        opacity: 0
	    }

	    to {
	        opacity: 1
	    }
	}

	@keyframes fadeInDown {
	    from {
	        opacity: 0;
	        transform: translate3d(0, -100%, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInDownBig {
	    from {
	        opacity: 0;
	        transform: translate3d(0, -2000px, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInLeft {
	    from {
	        opacity: 0;
	        transform: translate3d(-100%, 0, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInLeftBig {
	    from {
	        opacity: 0;
	        transform: translate3d(-2000px, 0, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInRight {
	    from {
	        opacity: 0;
	        transform: translate3d(100%, 0, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInRightBig {
	    from {
	        opacity: 0;
	        transform: translate3d(2000px, 0, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInUp {
	    from {
	        opacity: 0;
	        transform: translate3d(0, 100%, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInUpBig {
	    from {
	        opacity: 0;
	        transform: translate3d(0, 2000px, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInTopLeft {
	    from {
	        opacity: 0;
	        transform: translate3d(-100%, -100%, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInTopRight {
	    from {
	        opacity: 0;
	        transform: translate3d(100%, -100%, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInBottomLeft {
	    from {
	        opacity: 0;
	        transform: translate3d(-100%, 100%, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeInBottomRight {
	    from {
	        opacity: 0;
	        transform: translate3d(100%, 100%, 0)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes fadeOut {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0
	    }
	}

	@keyframes fadeOutDown {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(0, 100%, 0)
	    }
	}

	@keyframes fadeOutDownBig {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(0, 2000px, 0)
	    }
	}

	@keyframes fadeOutLeft {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(-100%, 0, 0)
	    }
	}

	@keyframes fadeOutLeftBig {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(-2000px, 0, 0)
	    }
	}

	@keyframes fadeOutRight {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(100%, 0, 0)
	    }
	}

	@keyframes fadeOutRightBig {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(2000px, 0, 0)
	    }
	}

	@keyframes fadeOutUp {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(0, -100%, 0)
	    }
	}

	@keyframes fadeOutUpBig {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(0, -2000px, 0)
	    }
	}

	@keyframes fadeOutTopLeft {
	    from {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(-100%, -100%, 0)
	    }
	}

	@keyframes fadeOutTopRight {
	    from {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(100%, -100%, 0)
	    }
	}

	@keyframes fadeOutBottomRight {
	    from {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(100%, 100%, 0)
	    }
	}

	@keyframes fadeOutBottomLeft {
	    from {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(-100%, 100%, 0)
	    }
	}

	@keyframes flip {
	    from {
	        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
	        animation-timing-function: ease-out
	    }

	    40% {
	        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
	        animation-timing-function: ease-out
	    }

	    50% {
	        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
	        animation-timing-function: ease-in
	    }

	    80% {
	        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
	        animation-timing-function: ease-in
	    }

	    to {
	        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
	        animation-timing-function: ease-in
	    }
	}

	@keyframes flipInX {
	    from {
	        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	        animation-timing-function: ease-in;
	        opacity: 0
	    }

	    40% {
	        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	        animation-timing-function: ease-in
	    }

	    60% {
	        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
	        opacity: 1
	    }

	    80% {
	        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	    }

	    to {
	        transform: perspective(400px)
	    }
	}

	@keyframes flipInY {
	    from {
	        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	        animation-timing-function: ease-in;
	        opacity: 0
	    }

	    40% {
	        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
	        animation-timing-function: ease-in
	    }

	    60% {
	        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
	        opacity: 1
	    }

	    80% {
	        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	    }

	    to {
	        transform: perspective(400px)
	    }
	}

	@keyframes flipOutX {
	    from {
	        transform: perspective(400px)
	    }

	    30% {
	        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
	        opacity: 1
	    }

	    to {
	        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
	        opacity: 0
	    }
	}

	@keyframes flipOutY {
	    from {
	        transform: perspective(400px)
	    }

	    30% {
	        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
	        opacity: 1
	    }

	    to {
	        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
	        opacity: 0
	    }
	}

	@keyframes lightSpeedInRight {
	    from {
	        transform: translate3d(100%, 0, 0) skewX(-30deg);
	        opacity: 0
	    }

	    60% {
	        transform: skewX(20deg);
	        opacity: 1
	    }

	    80% {
	        transform: skewX(-5deg)
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes lightSpeedInLeft {
	    from {
	        transform: translate3d(-100%, 0, 0) skewX(30deg);
	        opacity: 0
	    }

	    60% {
	        transform: skewX(-20deg);
	        opacity: 1
	    }

	    80% {
	        transform: skewX(5deg)
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes lightSpeedOutRight {
	    from {
	        opacity: 1
	    }

	    to {
	        transform: translate3d(100%, 0, 0) skewX(30deg);
	        opacity: 0
	    }
	}

	@keyframes lightSpeedOutLeft {
	    from {
	        opacity: 1
	    }

	    to {
	        transform: translate3d(-100%, 0, 0) skewX(-30deg);
	        opacity: 0
	    }
	}

	@keyframes rotateIn {
	    from {
	        transform: rotate3d(0, 0, 1, -200deg);
	        opacity: 0
	    }

	    to {
	        transform: translate3d(0, 0, 0);
	        opacity: 1
	    }
	}

	@keyframes rotateInDownLeft {
	    from {
	        transform: rotate3d(0, 0, 1, -45deg);
	        opacity: 0
	    }

	    to {
	        transform: translate3d(0, 0, 0);
	        opacity: 1
	    }
	}

	@keyframes rotateInDownRight {
	    from {
	        transform: rotate3d(0, 0, 1, 45deg);
	        opacity: 0
	    }

	    to {
	        transform: translate3d(0, 0, 0);
	        opacity: 1
	    }
	}

	@keyframes rotateInUpLeft {
	    from {
	        transform: rotate3d(0, 0, 1, 45deg);
	        opacity: 0
	    }

	    to {
	        transform: translate3d(0, 0, 0);
	        opacity: 1
	    }
	}

	@keyframes rotateInUpRight {
	    from {
	        transform: rotate3d(0, 0, 1, -90deg);
	        opacity: 0
	    }

	    to {
	        transform: translate3d(0, 0, 0);
	        opacity: 1
	    }
	}

	@keyframes rotateOut {
	    from {
	        opacity: 1
	    }

	    to {
	        transform: rotate3d(0, 0, 1, 200deg);
	        opacity: 0
	    }
	}

	@keyframes rotateOutDownLeft {
	    from {
	        opacity: 1
	    }

	    to {
	        transform: rotate3d(0, 0, 1, 45deg);
	        opacity: 0
	    }
	}

	@keyframes rotateOutDownRight {
	    from {
	        opacity: 1
	    }

	    to {
	        transform: rotate3d(0, 0, 1, -45deg);
	        opacity: 0
	    }
	}

	@keyframes rotateOutUpLeft {
	    from {
	        opacity: 1
	    }

	    to {
	        transform: rotate3d(0, 0, 1, -45deg);
	        opacity: 0
	    }
	}

	@keyframes rotateOutUpRight {
	    from {
	        opacity: 1
	    }

	    to {
	        transform: rotate3d(0, 0, 1, 90deg);
	        opacity: 0
	    }
	}

	@keyframes hinge {
	    0% {
	        animation-timing-function: ease-in-out
	    }

	    20%,
	    60% {
	        transform: rotate3d(0, 0, 1, 80deg);
	        animation-timing-function: ease-in-out
	    }

	    40%,
	    80% {
	        transform: rotate3d(0, 0, 1, 60deg);
	        animation-timing-function: ease-in-out;
	        opacity: 1
	    }

	    to {
	        transform: translate3d(0, 700px, 0);
	        opacity: 0
	    }
	}

	@keyframes jackInTheBox {
	    from {
	        opacity: 0;
	        transform: scale(0.1) rotate(30deg);
	        transform-origin: center bottom
	    }

	    50% {
	        transform: rotate(-10deg)
	    }

	    70% {
	        transform: rotate(3deg)
	    }

	    to {
	        opacity: 1;
	        transform: scale(1)
	    }
	}

	@keyframes rollIn {
	    from {
	        opacity: 0;
	        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	    }

	    to {
	        opacity: 1;
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes rollOut {
	    from {
	        opacity: 1
	    }

	    to {
	        opacity: 0;
	        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	    }
	}

	@keyframes zoomIn {
	    from {
	        opacity: 0;
	        transform: scale3d(0.3, 0.3, 0.3)
	    }

	    50% {
	        opacity: 1
	    }
	}

	@keyframes zoomInDown {
	    from {
	        opacity: 0;
	        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
	        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	    }

	    60% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	    }
	}

	@keyframes zoomInLeft {
	    from {
	        opacity: 0;
	        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
	        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	    }

	    60% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
	        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	    }
	}

	@keyframes zoomInRight {
	    from {
	        opacity: 0;
	        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
	        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	    }

	    60% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
	        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	    }
	}

	@keyframes zoomInUp {
	    from {
	        opacity: 0;
	        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
	        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	    }

	    60% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	    }
	}

	@keyframes zoomOut {
	    from {
	        opacity: 1
	    }

	    50% {
	        opacity: 0;
	        transform: scale3d(0.3, 0.3, 0.3)
	    }

	    to {
	        opacity: 0
	    }
	}

	@keyframes zoomOutDown {
	    40% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
	        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	    }

	    to {
	        opacity: 0;
	        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
	        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	    }
	}

	@keyframes zoomOutLeft {
	    40% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
	    }

	    to {
	        opacity: 0;
	        transform: scale(0.1) translate3d(-2000px, 0, 0)
	    }
	}

	@keyframes zoomOutRight {
	    40% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
	    }

	    to {
	        opacity: 0;
	        transform: scale(0.1) translate3d(2000px, 0, 0)
	    }
	}

	@keyframes zoomOutUp {
	    40% {
	        opacity: 1;
	        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
	        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
	    }

	    to {
	        opacity: 0;
	        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
	        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
	    }
	}

	@keyframes slideInDown {
	    from {
	        transform: translate3d(0, -100%, 0);
	        visibility: visible
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes slideInLeft {
	    from {
	        transform: translate3d(-100%, 0, 0);
	        visibility: visible
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes slideInRight {
	    from {
	        transform: translate3d(100%, 0, 0);
	        visibility: visible
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes slideInUp {
	    from {
	        transform: translate3d(0, 100%, 0);
	        visibility: visible
	    }

	    to {
	        transform: translate3d(0, 0, 0)
	    }
	}

	@keyframes slideOutDown {
	    from {
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        visibility: hidden;
	        transform: translate3d(0, 100%, 0)
	    }
	}

	@keyframes slideOutLeft {
	    from {
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        visibility: hidden;
	        transform: translate3d(-100%, 0, 0)
	    }
	}

	@keyframes slideOutRight {
	    from {
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        visibility: hidden;
	        transform: translate3d(100%, 0, 0)
	    }
	}

	@keyframes slideOutUp {
	    from {
	        transform: translate3d(0, 0, 0)
	    }

	    to {
	        visibility: hidden;
	        transform: translate3d(0, -100%, 0)
	    }
	}

	@keyframes moveBanner {
	    0% {
	        transform: translateX(0)
	    }

	    100% {
	        transform: translateX(-100%)
	    }
	}

	.Rgl6R {
	    position: relative
	}

	.Rgl6R .XmmNq {
	    position: absolute;
	    left: 0;
	    top: 0;
	    min-width: 100%;
	    min-height: 100%;
	    overflow: hidden;
	    pointer-events: none
	}

	.Rgl6R .XmmNq .k00De {
	    position: absolute;
	    min-width: 100%;
	    min-height: 100%
	}

	.Rgl6R .XmmNq .k00De.stretch {
	    padding-top: 56.25%
	}

	.Rgl6R .XmmNq .k00De.top {
	    top: 0
	}

	.Rgl6R .XmmNq .k00De.center {
	    top: 50%;
	    transform: translateY(-50%)
	}

	.Rgl6R .XmmNq .k00De.bottom {
	    bottom: 0
	}

	.Rgl6R .XmmNq .k00De .C03d_ {
	    pointer-events: none;
	    position: absolute;
	    border: none;
	    inset: 0 0 0 0;
	    height: 100%;
	    width: 100%
	}

	.Rgl6R .YMYuZ {
	    position: absolute;
	    inset: 0 0 0 0;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	    background-color: inherit;
	    background-image: inherit
	}

	.Rgl6R .UJmEj {
	    margin: 0 auto;
	    max-width: 100%;
	    position: relative;
	    z-index: 1
	}

	.Rgl6R .TZLH7 {
	    position: absolute;
	    left: 0;
	    right: 0;
	    overflow: hidden;
	    pointer-events: none
	}

	.Rgl6R .TZLH7 .nR5Hd {
	    fill: #153139
	}

	.Fyd6f {
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    max-width: 100%;
	    overflow: hidden
	}

	.x5VXm {
	    width: 100%
	}

	.yrNuP {
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    left: 0;
	    top: 0;
	    border: none
	}

	.P57nM {
	    position: relative;
	    width: 100%
	}

	.tS4FX {
	    cursor: pointer;
	    margin-right: auto
	}

	.tS4FX.w4JkL {
	    margin-left: auto;
	    margin-right: unset
	}

	.c5J77 {
	    margin-right: 0;
	    justify-self: flex-end;
	    display: none;
	    position: relative;
	    width: 25px;
	    z-index: 12;
	    cursor: pointer
	}

	.c5J77.HyMuY {
	    display: unset
	}

	.c5J77.w0SaX {
	    position: fixed;
	    top: 25px;
	    right: 20px
	}

	.c5J77.w4JkL {
	    left: 20px;
	    right: unset
	}

	.Ch9GF {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 0 24px;
	    z-index: 12
	}

	.Ch9GF.fXYcb {
	    display: none
	}

	.Ch9GF.SsXMI {
	    position: fixed;
	    top: 0;
	    right: 0;
	    background-color: #fff;
	    min-height: 100vh;
	    min-width: 30%;
	    flex-direction: column;
	    align-items: stretch;
	    justify-content: flex-start;
	    gap: 0;
	    animation: cartAnim 500ms forwards
	}

	@media(max-width: 991px) {
	    .Ch9GF.SsXMI {
	        min-width: 40%
	    }
	}

	@media(max-width: 767px) {
	    .Ch9GF.SsXMI {
	        min-width: 50%
	    }
	}

	@media(max-width: 479px) {
	    .Ch9GF.SsXMI {
	        min-width: 60%
	    }
	}

	.Ch9GF.vd2jV {
	    position: fixed;
	    top: 0;
	    left: 0;
	    background-color: #fff;
	    min-height: 100vh;
	    min-width: 30%;
	    flex-direction: column;
	    align-items: stretch;
	    justify-content: flex-start;
	    gap: 0;
	    animation: leftCartAnim 500ms forwards
	}

	@media(max-width: 991px) {
	    .Ch9GF.vd2jV {
	        min-width: 40%
	    }
	}

	@media(max-width: 767px) {
	    .Ch9GF.vd2jV {
	        min-width: 50%
	    }
	}

	@media(max-width: 479px) {
	    .Ch9GF.vd2jV {
	        min-width: 60%
	    }
	}

	.Ch9GF.VlXZA>div {
	    position: absolute;
	    right: 15px;
	    top: 45px;
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: stretch;
	    border: 1px solid #d6dce9;
	    background-color: #fff;
	    border-radius: 6px;
	    padding: 10px 0 10px;
	    min-width: 260px;
	    gap: 0
	}

	.g8h5U {
	    position: fixed;
	    inset: 0 0 0 0;
	    background-color: rgba(25, 30, 36, .5);
	    z-index: 11
	}

	.TBaHs {
	    stroke: #000;
	    pointer-events: none
	}

	.CQWHS {
	    stroke: #000
	}

	.wFc2Y {
	    all: inherit;
	    animation: none !important;
	    transform: translate(0) !important;
	    width: 100% !important
	}

	._kXZi {
	    margin: 0 auto;
	    width: 100%;
	    max-width: 100%;
	    position: relative;
	    display: flex;
	    align-items: center
	}

	.yw_AT {
	    justify-self: flex-end;
	    margin-left: auto
	}

	.yw_AT.w4JkL {
	    margin-left: unset;
	    margin-right: auto
	}

	@keyframes cartAnim {
	    from {
	        transform: translateX(100%)
	    }

	    to {
	        transform: translateX(0)
	    }
	}

	@keyframes leftCartAnim {
	    from {
	        transform: translateX(-100%)
	    }

	    to {
	        transform: translateX(0)
	    }
	}

	.yUB4I {
	    display: inherit;
	    grid-template-columns: inherit;
	    grid-column: 1/13
	}

	.ZYARw {
	    min-height: 100%;
	    z-index: 0
	}

	.ZYARw .wys a {
	    color: var(--static_primary_color_buttons_links)
	}

	.ZYARw .wys.disabled {
	    pointer-events: none
	}

	.QcGDT {
	    margin: 0
	}

	.pSyxI {
	    position: relative
	}

	h1 {
	    font-size: 44px
	}

	h2 {
	    font-size: 34px
	}

	h3 {
	    font-size: 24px
	}

	h4 {
	    font-size: 18px
	}

	h5 {
	    font-size: 14px
	}

	h6 {
	    font-size: 12px
	}

	.bvOhf {
	    display: block;
	    height: auto;
	    width: auto;
	    -o-object-fit: cover;
	    object-fit: cover
	}

	.bvOhf.a0IWg {
	    cursor: pointer
	}

	.bvOhf.a0IWg:not(:hover) {
	    background: rgba(0, 0, 0, 0) !important
	}

	.bvOhf.a0IWg:hover {
	    -o-object-position: 100vw 100vh;
	    object-position: 100vw 100vh
	}

	.FwGul {
	    cursor: pointer;
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(45, 48, 50, .4);
	    display: flex;
	    align-items: center;
	    justify-content: center
	}

	.JUEyN {
	    width: 24px
	}

	.SoCBG {
	    position: fixed;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(45, 48, 50, .6);
	    display: flex;
	    padding: 24px;
	    flex-direction: column
	}

	.SoCBG .list {
	    height: 100px;
	    margin-top: 24px;
	    justify-content: center;
	    display: flex
	}

	.SoCBG .list .img {
	    height: 100px;
	    width: 100px;
	    border-radius: 4px;
	    overflow: hidden;
	    position: relative
	}

	.SoCBG .list .img:not(:last-child) {
	    margin-right: 14px
	}

	.SoCBG .list .img:not(.active):after {
	    content: "";
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(45, 48, 50, .6)
	}

	.SoCBG .list .img img {
	    height: 100%;
	    width: 100%;
	    cursor: pointer
	}

	.SoCBG .preview {
	    height: 0;
	    flex-grow: 1;
	    display: flex;
	    align-items: center;
	    justify-content: space-between
	}

	.SoCBG .preview .content {
	    flex-grow: 1;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    height: 100%;
	    margin: 0 14px
	}

	.SoCBG .preview .content img {
	    display: block;
	    max-width: 100%;
	    max-height: 100%
	}

	.kpf99 {
	    background: #2d3032;
	    width: 50px;
	    height: 50px;
	    border-radius: 50%;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-shrink: 0;
	    cursor: pointer
	}

	.kpf99 .icon {
	    width: 30px
	}

	.kpf99.reversed .icon {
	    transform: rotateZ(180deg)
	}

	@media screen and (max-width: 478px) {
	    .kpf99 {
	        width: 40px;
	        height: 40px
	    }

	    .kpf99 .icon {
	        width: 20px
	    }
	}

	.z_6SL {
	    width: 30px;
	    height: 30px;
	    position: fixed;
	    right: 10px;
	    top: 10px;
	    cursor: pointer;
	    z-index: 1;
	    border-radius: 50%;
	    background-color: rgba(45, 48, 50, .6);
	    padding: 3px
	}

	.S2qXw {
	    display: flex;
	    max-width: 100%;
	    min-height: 300px
	}

	.cj7XK {
	    height: 100%;
	    position: relative;
	    max-width: 100%;
	    overflow: hidden;
	    -ms-overflow-style: none
	}

	.cj7XK.nmWve {
	    overflow-x: scroll;
	    scroll-behavior: smooth
	}

	.cj7XK::-webkit-scrollbar {
	    display: none
	}

	.cj7XK .ZpZEc {
	    display: flex;
	    gap: 0 10px
	}

	.kisBy {
	    position: absolute;
	    bottom: 27px;
	    width: 100%;
	    height: 2px;
	    right: 0;
	    left: 0;
	    background-color: rgba(213, 217, 222, .6)
	}

	.kisBy .E1r1v {
	    position: absolute;
	    height: 100%;
	    background-color: #fff;
	    border-radius: 20px;
	    transition: all .3s
	}

	.AgG2O {
	    display: flex;
	    justify-content: center;
	    min-height: 100%;
	    position: relative
	}

	.AgG2O.u6KSA {
	    cursor: zoom-in
	}

	.AgG2O>img {
	    max-width: 100%;
	    max-height: 100%
	}

	.B4mgo {
	    flex-basis: 20px;
	    flex-shrink: 0
	}

	.gDzCY {
	    position: absolute;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    scrollbar-color: rgba(89, 107, 129, .4);
	    overflow-x: auto;
	    display: flex;
	    flex-direction: column;
	    align-items: center
	}

	.gDzCY>* {
	    flex-shrink: 0
	}

	.gDzCY::-webkit-scrollbar {
	    width: 6px;
	    height: 6px
	}

	.gDzCY::-webkit-scrollbar-thumb {
	    background-color: rgba(89, 107, 129, .3);
	    border-radius: 3px
	}

	.C5Smt {
	    position: relative;
	    flex-basis: 100px;
	    flex-shrink: 0;
	    min-height: 0;
	    min-width: 0;
	    max-height: none !important
	}

	@media screen and (max-width: 479px) {
	    .C5Smt.uus9v {
	        display: none
	    }
	}

	.huglQ {
	    max-width: 100%;
	    max-height: 100%
	}

	.Jc2tx {
	    cursor: pointer;
	    max-height: 100%;
	    max-width: 100%
	}

	.pdZHw {
	    max-width: 100%;
	    max-height: 100%
	}

	.cjSLA {
	    position: fixed;
	    inset: 0 0 0 0;
	    margin: 0;
	    width: 100%;
	    height: 100vh;
	    z-index: 5;
	    overflow-x: auto;
	    overflow-y: hidden
	}

	.cjSLA .dIv2Z {
	    min-width: 100%;
	    height: 100%;
	    -o-object-fit: cover;
	    object-fit: cover;
	    background-color: #fff
	}

	.cjSLA::-webkit-scrollbar {
	    display: none
	}

	.M6ND6 {
	    position: absolute !important;
	    min-width: 100% !important;
	    min-height: 100% !important;
	    background-size: 200%;
	    background-repeat: no-repeat;
	    pointer-events: none;
	    z-index: 2
	}

	.iQ50t {
	    position: fixed;
	    z-index: 11
	}

	.JUtfA {
	    display: flex;
	    align-items: center;
	    justify-content: center
	}

	.bbhwf,
	.JUtfA {
	    position: absolute
	}

	.bbhwf,
	.JUtfA,
	.iQ50t {
	    left: 0;
	    top: 0;
	    height: 100%;
	    width: 100%
	}

	.CC9AB {
	    padding: 25px 15px 0
	}

	.p8W5s {
	    position: relative;
	    max-height: 100%;
	    width: 100%;
	    overflow: auto;
	    z-index: 1
	}

	.bLTIb {
	    height: 100%;
	    overflow-x: hidden
	}

	.EJThC>* {
	    cursor: pointer
	}

	.aS4JS {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
	    position: absolute;
	    top: 50%;
	    transform: translateY(-50%);
	    padding: 40px 0
	}

	.aS4JS .CsvyO {
	    background-color: var(--static_section_background);
	    padding: 18px;
	    border-radius: 50%;
	    margin-bottom: 14px
	}

	.aS4JS .AM593 {
	    fill: var(--static_outline)
	}

	.aS4JS .NTgvg {
	    color: var(--static_body_text)
	}

	.U4eie {
	    display: flex !important;
	    flex-direction: column;
	    align-items: stretch;
	    row-gap: 20px;
	    width: 100%;
	    font-family: var(--static_body_text_font)
	}

	.Y3eUK {
	    display: flex;
	    align-items: center;
	    gap: 10px;
	    width: 100%
	}

	.Y3eUK.block {
	    flex-direction: column;
	    align-items: flex-start
	}

	.Y3eUK.block .ZT91Y {
	    min-width: 100%
	}

	.Y3eUK .D0I_i {
	    flex: 1;
	    color: var(--static_title_text)
	}

	.Y3eUK.grid {
	    justify-content: end;
	    align-items: flex-start
	}

	.Y3eUK.grid .D0I_i {
	    height: 35px;
	    display: flex;
	    align-items: center
	}

	.ZT91Y {
	    -webkit-appearance: none;
	    -moz-appearance: none;
	    appearance: none;
	    font-size: var(--static_body_text_size);
	    border: 1px solid var(--static_outline);
	    border-radius: 6px;
	    padding: 10px;
	    color: var(--static_title_text);
	    font-weight: 500;
	    line-height: 18px;
	    outline: 0;
	    cursor: pointer;
	    flex: 1;
	    max-width: 50%;
	    min-width: 120px;
	    background-color: var(--static_page_background);
	    background-repeat: no-repeat;
	    background-position: right 10px center;
	    background-size: 18px;
	    background-image: url("data:image/svg+xml;utf8,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"1024\" height=\"1024\" viewBox=\"0 0 1024 1024\"><path fill=\"%23545556\" d=\"M793.643 358.354c-14.161-14.163-37.124-14.163-51.29 0l-230.353 230.356-230.356-230.356c-14.163-14.163-37.126-14.163-51.289 0s-14.163 37.126 0 51.289l255.999 255.999c14.165 14.165 37.129 14.165 51.29 0l256-255.999c14.165-14.163 14.165-37.126 0-51.289z\"></path></svg>")
	}

	.bCJIP {
	    display: flex;
	    align-items: center;
	    gap: 10px;
	    flex-wrap: wrap;
	    justify-content: end
	}

	.bCJIP .YLwSq {
	    color: var(--static_title_text);
	    height: 35px;
	    padding: 0 14px;
	    display: flex;
	    align-items: center;
	    border-radius: 6px;
	    border: 1px solid var(--static_outline);
	    cursor: pointer;
	    transition: .1s
	}

	.bCJIP .YLwSq:not(.active):hover {
	    border-color: var(--static_title_text)
	}

	.bCJIP .YLwSq.active {
	    background-color: var(--static_primary_color_buttons_links);
	    color: var(--static_buttons_text)
	}

	.bCJIP .YLwSq.outline-style.active {
	    background-color: rgba(0, 0, 0, 0);
	    border-color: var(--static_primary_color_buttons_links);
	    color: var(--static_primary_color_buttons_links)
	}

	._8SgZ1 {
	    flex: 1;
	    display: flex;
	    align-items: center;
	    justify-content: flex-end;
	    flex-wrap: wrap;
	    max-width: 100%;
	    gap: 12px 0
	}

	._8SgZ1.XlDFZ {
	    gap: 12px 14px
	}

	._8SgZ1 .L8HKY {
	    flex-shrink: 0;
	    width: 60px;
	    height: 60px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 10px;
	    cursor: pointer;
	    border: 2px solid var(--static_outline);
	    position: relative
	}

	._8SgZ1 .L8HKY.active:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    border: 2px solid var(--static_primary_color_buttons_links);
	    z-index: 200;
	    border-radius: 14px;
	    transform: scale(1.2)
	}

	._8SgZ1 .L8HKY:not(.active):hover:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    border: 2px solid var(--static_outline);
	    z-index: 200;
	    border-radius: 14px;
	    transform: scale(1.2)
	}

	._8SgZ1 .L8HKY .Dx_iN {
	    overflow: hidden;
	    border-radius: 8px;
	    width: 100%;
	    height: 100%
	}

	._8SgZ1 .L8HKY .Dx_iN .gX2RQ {
	    width: 100%;
	    height: 100%;
	    -o-object-fit: cover;
	    object-fit: cover
	}

	._8SgZ1 .UbrAl {
	    flex-shrink: 0;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border: 2px solid #d6dce9;
	    height: 36px;
	    width: 36px;
	    border-radius: 46px;
	    margin-right: 8px;
	    position: relative
	}

	._8SgZ1 .UbrAl.active:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    border: 2px solid var(--static_primary_color_buttons_links);
	    z-index: 200;
	    border-radius: 100%;
	    transform: scale(1.2)
	}

	._8SgZ1 .UbrAl:not(.active):hover:before {
	    content: "";
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    border: 2px solid var(--static_outline);
	    z-index: 200;
	    border-radius: 100%;
	    transform: scale(1.2)
	}

	._8SgZ1::-webkit-scrollbar {
	    height: 4px
	}

	.nn7xv {
	    display: flex;
	    width: 126px;
	    height: 40px;
	    border: 1px solid #d8dce5;
	    border-radius: 4px;
	    font-size: 16px;
	    align-items: center;
	    padding: 0 1px;
	    overflow: hidden
	}

	.nn7xv.small {
	    font-size: 16px;
	    width: 100px;
	    height: 26px;
	    margin-right: 10px
	}

	.nn7xv.small .SYvMQ {
	    padding: 0 2px
	}

	.nn7xv .SYvMQ {
	    flex-grow: 1;
	    min-width: 0;
	    border: none;
	    outline: 0;
	    padding: 0 5px;
	    text-align: center;
	    outline: none;
	    -moz-appearance: textfield;
	    height: 100%;
	    flex: 1;
	    background: rgba(0, 0, 0, 0)
	}

	.nn7xv .SYvMQ::-webkit-inner-spin-button {
	    -webkit-appearance: none
	}

	.nn7xv .FcHXx {
	    flex: 1;
	    flex-shrink: 0;
	    height: 36px;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    cursor: pointer;
	    line-height: 1;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    user-select: none;
	    border-radius: 3px;
	    background: rgba(232, 233, 235, .5607843137);
	    max-width: 33.33%
	}

	.nn7xv .Q2wZY {
	    pointer-events: none
	}

	.wqvSs {
	    display: none
	}

	.cGChn {
	    max-width: 50%;
	    border: 1px solid var(--static_divider_color);
	    line-height: 18px;
	    color: var(--static_title_text);
	    padding: 10px;
	    background-color: rgba(0, 0, 0, 0);
	    border-radius: 8px;
	    outline: 0;
	    flex: 1;
	    background-color: var(--static_page_background)
	}

	.cGChn::-moz-placeholder {
	    font-size: var(--static_body_text_size);
	    color: var(--static_title_text)
	}

	.cGChn::placeholder {
	    font-size: var(--static_body_text_size);
	    color: var(--static_title_text)
	}

	.V3iA0 {
	    padding: 1.5rem 0 .5rem 0;
	    display: flex;
	    flex-direction: column;
	    gap: 10px;
	    flex: 1
	}

	.V3iA0 .jR4Ni {
	    overflow: hidden;
	    position: relative;
	    flex: 1;
	    display: flex;
	    flex-direction: column
	}

	.V3iA0 .jR4Ni .MqNY3 {
	    background: #f4f4f4;
	    border: 1px solid #cdcdcd;
	    border-radius: 4px;
	    height: 40px;
	    width: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 0 6px;
	    cursor: pointer
	}

	.V3iA0 .jR4Ni .k60Wb {
	    opacity: 0;
	    width: .1px;
	    height: .1px;
	    position: absolute;
	    overflow: hidden;
	    z-index: -1
	}

	.V3iA0 .qZozo {
	    display: flex;
	    align-items: center;
	    gap: 12px
	}

	.V3iA0 .fXiWR {
	    position: relative
	}

	.V3iA0 .fXiWR:hover .ie3hp {
	    display: flex
	}

	.V3iA0 .LfLXz {
	    width: 60px;
	    height: 60px;
	    border-radius: 4px;
	    overflow: hidden;
	    position: relative;
	    border: 1px solid var(--static_divider_color)
	}

	.V3iA0 .LfLXz.O8sow::before {
	    content: "";
	    position: absolute;
	    inset: 0 0 0 0;
	    background-color: rgba(255, 255, 255, .5)
	}

	.V3iA0 .LfLXz .e4z1E {
	    width: 100%;
	    height: 100%;
	    -o-object-fit: cover;
	    object-fit: cover
	}

	.ie3hp {
	    display: none;
	    position: absolute;
	    top: 0;
	    right: 0;
	    width: 18px;
	    height: 18px;
	    border-radius: 50%;
	    transform: translate(50%, -50%);
	    background: rgba(0, 0, 0, .6);
	    align-items: center;
	    justify-content: center;
	    cursor: pointer
	}

	.LqJGF {
	    display: flex;
	    gap: 8px;
	    align-items: center;
	    color: #0085ff
	}

	.LqJGF .mm4Yr {
	    max-width: 25px;
	    animation: 500ms spinning infinite linear
	}

	@keyframes spinning {
	    from {
	        transform: rotateZ(0)
	    }

	    to {
	        transform: rotateZ(360deg)
	    }
	}

	.fULW8 {
	    display: flex;
	    flex-direction: column;
	    gap: 6px;
	    flex: 1
	}

	.fULW8 .D0I_i {
	    display: none
	}

	.dhZ9H .ZT91Y {
	    width: -moz-fit-content;
	    width: fit-content;
	    padding: 6px;
	    font-size: 15px;
	    min-width: 100%;
	    width: 100%;
	    flex: 1
	}

	.dhZ9H .h9HqS {
	    min-width: 100%
	}

	@media screen and (max-width: 478px) {
	    .dhZ9H .h9HqS {
	        max-width: 200px
	    }
	}

	.Gke2e {
	    width: 100%
	}

	.Nting {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    gap: 6px
	}

	.Nting .D0I_i {
	    color: var(--static_title_text)
	}

	.Nting .cGChn {
	    max-width: 100%;
	    width: 100%;
	    background-color: #fff
	}

	.Nting .V3iA0 {
	    padding: 0;
	    gap: 0
	}

	.Nting .V3iA0 .MqNY3 {
	    background: #fff
	}

	.Qsx7X::-moz-placeholder {
	    color: #bdbdbd
	}

	.Qsx7X::placeholder {
	    color: #bdbdbd
	}

	.NWzSL {
	    padding-top: 2px;
	    color: #ff4949;
	    animation-timing-function: ease-in-out;
	    animation: headShake .5s;
	    font-family: var(--static_body_text_font)
	}

	.Gh94d {
	    display: none
	}

	@keyframes headShake {
	    0% {
	        transform: translateX(0)
	    }

	    6.5% {
	        transform: translateX(-6px) rotateY(-9deg)
	    }

	    18.5% {
	        transform: translateX(5px) rotateY(7deg)
	    }

	    31.5% {
	        transform: translateX(-3px) rotateY(-5deg)
	    }

	    43.5% {
	        transform: translateX(2px) rotateY(3deg)
	    }

	    50% {
	        transform: translateX(0)
	    }
	}

	.PbjKC {
	    width: 100%;
	    min-width: 100%;
	    outline: none;
	    height: inherit;
	    min-height: inherit;
	    max-height: inherit
	}

	.yySko {
	    border: 1px solid #ff4949 !important
	}

	.yySko:focus {
	    box-shadow: none !important
	}

	.xitAe {
	    position: relative
	}

	.xitAe .FqiN6 {
	    position: absolute;
	    z-index: 10;
	    width: 100%;
	    background-color: #fff;
	    box-shadow: 0px 0px 15px rgba(32, 32, 35, .08);
	    border: 1px solid rgba(32, 32, 35, .1);
	    border-radius: 8px;
	    margin-top: 8px;
	    height: 220px;
	    display: flex;
	    align-items: center;
	    justify-content: center
	}

	.xitAe .FqiN6 .qHnuX {
	    max-width: 25px;
	    animation: 500ms spinning infinite linear
	}

	.xitAe .YqPyd {
	    position: absolute;
	    z-index: 10;
	    width: 100%;
	    background-color: #fff;
	    box-shadow: 0px 0px 15px rgba(32, 32, 35, .08);
	    border: 1px solid rgba(32, 32, 35, .1);
	    border-radius: 8px;
	    margin-top: 8px;
	    max-height: 220px;
	    overflow-y: auto;
	    overflow-x: hidden
	}

	.xitAe .YqPyd::-webkit-scrollbar-track {
	    background: #fff
	}

	.xitAe .YqPyd::-webkit-scrollbar {
	    width: 7px
	}

	.xitAe .YqPyd::-webkit-scrollbar-thumb {
	    background-color: rgba(0, 0, 0, .2);
	    border-radius: 5px
	}

	.xitAe .YqPyd ._hNlf {
	    display: flex;
	    align-items: center;
	    gap: 0 10px;
	    border-bottom: 1px solid #eaedf0;
	    padding: 10px;
	    overflow: hidden;
	    line-height: 140%;
	    cursor: pointer
	}

	.xitAe .YqPyd ._hNlf:hover {
	    background-color: #f4f4f4
	}

	.xitAe .YqPyd ._hNlf .SVjiw {
	    position: relative;
	    top: 1.8px
	}

	.xitAe .YqPyd ._hNlf .Ih5rs {
	    font-size: 16px;
	    color: rgba(25, 30, 36, .7);
	    font-weight: 400
	}

	.xitAe .YqPyd ._hNlf .Ih5rs .FrNma {
	    color: #191e24;
	    font-weight: 500
	}

	.xitAe .YqPyd .LbjFw {
	    position: sticky;
	    top: 0;
	    background-color: #fff;
	    padding: 8px 10px;
	    width: 100%;
	    margin-bottom: 8px;
	    border-bottom: 1px solid #d3dae4;
	    display: flex;
	    align-items: center;
	    gap: 8px
	}

	.xitAe .YqPyd .LbjFw .nYKbk {
	    width: 20px;
	    height: 20px;
	    position: relative;
	    top: 1px
	}

	.xitAe .YqPyd .LbjFw .Klp51 {
	    display: block;
	    outline: 0;
	    border: none;
	    padding: 2px 0;
	    color: #191e24;
	    line-height: 100%;
	    font-size: 14px
	}

	.xitAe .YqPyd .LbjFw .Klp51::-moz-placeholder {
	    color: rgba(25, 30, 36, .8)
	}

	.xitAe .YqPyd .LbjFw .Klp51::placeholder {
	    color: rgba(25, 30, 36, .8)
	}

	@keyframes spinning {
	    from {
	        transform: rotateZ(0)
	    }

	    to {
	        transform: rotateZ(360deg)
	    }
	}

	.Z36Ai {}

	.HLZ5F {
	    outline: none;
	    border: none;
	    cursor: pointer;
	    position: relative;
	    width: 100%
	}

	.HLZ5F[disabled] {
	    opacity: .7;
	    cursor: not-allowed
	}

	.d2dRZ {
	    color: rgba(0, 0, 0, 0) !important;
	    pointer-events: none
	}

	.d2dRZ:after {
	    content: "";
	    width: 20px;
	    height: 20px;
	    border: 3px solid #fff;
	    border-radius: 50%;
	    border-top-color: rgba(0, 0, 0, 0) !important;
	    border-left-color: rgba(0, 0, 0, 0) !important;
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    box-sizing: border-box;
	    margin-left: -10px;
	    margin-top: -10px;
	    animation: 1s linear loading infinite
	}

	@keyframes loading {
	    from {
	        transform: rotateZ(0)
	    }

	    to {
	        transform: rotateZ(360deg)
	    }
	}

	.g3OsK:before {
	    content: "W";
	    color: rgba(0, 0, 0, 0)
	}

	.LDxuD {
	    position: absolute;
	    height: 80%;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%)
	}

	.Vo7Zz {
	    position: fixed;
	    inset: 0;
	    background-color: rgba(0, 0, 0, .3);
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 100vh;
	    z-index: 10;
	    font-family: var(--static_body_text_font)
	}

	.Vo7Zz .HF60P {
	    max-width: 576px;
	    width: 576px;
	    display: flex;
	    flex-direction: column;
	    gap: 16px;
	    background-color: #fff;
	    padding: 24px;
	    border-radius: 12px;
	    position: relative
	}

	@media screen and (max-width: 576px) {
	    .Vo7Zz .HF60P {
	        max-width: 90%;
	        width: 90%
	    }
	}

	.Vo7Zz .HF60P .PfN2E {
	    font-size: 22px;
	    font-weight: 500
	}

	.Vo7Zz .HF60P .y19FE {
	    padding: 14px 20px;
	    line-height: 18px;
	    background-color: var(--static_primary_color_buttons_links);
	    color: var(--static_buttons_text);
	    border-radius: 8px;
	    font-weight: 500;
	    text-align: center;
	    cursor: pointer;
	    margin-top: 12px;
	    position: relative
	}

	.Vo7Zz .HF60P .KYjEd {
	    cursor: pointer;
	    position: absolute;
	    right: 16px;
	    top: 16px
	}

	.eEMd4 {
	    border: 1px solid;
	    padding: 10px;
	    background: #fff;
	    border: 1px solid #dee2e5;
	    border-radius: 4px;
	    padding: 17px
	}

	.eEMd4 .empty {
	    letter-spacing: .01em;
	    font-size: 14px;
	    line-height: 20px;
	    color: #81878e;
	    margin-bottom: 30px
	}

	.eEMd4 .R9_47 {
	    margin-bottom: 24px
	}

	.eEMd4 .R9_47 .label {
	    margin-bottom: 20px;
	    font-size: 14px;
	    line-height: 18px;
	    letter-spacing: .01em;
	    color: #3e4850;
	    margin-bottom: 10px
	}

	.eEMd4 .R9_47 .list:after {
	    content: "";
	    display: block;
	    clear: both
	}

	.eEMd4 .error {
	    margin-top: 14px
	}

	.syuX6 {
	    display: flex;
	    align-items: center
	}

	.syuX6 .YE6Tl {
	    overflow: hidden;
	    position: relative;
	    background: #f4f4f4;
	    border: 1px solid #cdcdcd;
	    border-radius: 4px;
	    margin-right: 14px;
	    height: 40px;
	    width: 160px;
	    display: flex;
	    align-items: center;
	    justify-content: center
	}

	.syuX6 .YE6Tl .Vkdxa {
	    cursor: pointer;
	    opacity: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 1
	}

	.syuX6 .YE6Tl .label {
	    margin-left: 10px;
	    font-weight: 500;
	    font-size: 15px;
	    line-height: 18px;
	    letter-spacing: .01em;
	    color: #3e4850
	}

	.syuX6 .note {
	    letter-spacing: .01em;
	    color: #81878e;
	    font-size: 13px;
	    line-height: 20px
	}

	.wERmt {
	    width: 60px;
	    height: 60px;
	    border-radius: 4px;
	    overflow: hidden;
	    position: relative;
	    float: left;
	    margin-right: 10px;
	    border: 1px solid #e5e5e5
	}

	.wERmt .f4XII {
	    width: 100%;
	    height: 100%;
	    -o-object-fit: cover;
	    object-fit: cover
	}

	.wERmt .del {
	    display: none;
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    background: rgba(45, 48, 50, .4);
	    justify-content: center;
	    align-items: center;
	    cursor: pointer
	}

	.wERmt .del .trash-icon {
	    color: #fff
	}

	.wERmt.loaded:hover .del {
	    display: flex
	}

	.PAI7F {
	    cursor: pointer;
	    outline: none;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    user-select: none;
	    padding: 10px;
	    display: inline-block;
	    max-width: -moz-max-content;
	    max-width: max-content;
	    position: relative
	}

	.PAI7F .f9oF3 {
	    font-size: inherit
	}

	.NeQcu {
	    position: absolute;
	    right: 20%;
	    bottom: 20%;
	    width: 17px;
	    height: 17px;
	    border-radius: 50%;
	    background-color: #007cf9;
	    color: #fff;
	    font-size: 9px;
	    font-weight: 600;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-family: inherit
	}

	.U3mk0 {
	    animation: cartAnim 500ms forwards ease
	}

	.ygVv7 {
	    animation: arCartAnim 500ms forwards ease
	}

	@keyframes cartAnim {
	    from {
	        transform: translateX(100%)
	    }

	    to {
	        transform: translateX(0)
	    }
	}

	@keyframes arCartAnim {
	    from {
	        transform: translateX(-100%)
	    }

	    to {
	        transform: translateX(0)
	    }
	}

	.K99Ea {
	    display: flex
	}

	.LePfk {
	    flex-grow: 1
	}

	.Ip1Z1 {
	    width: 100px;
	    flex-shrink: 0;
	    margin-right: 15px
	}

	[dir=rtl] .UN3mK {
	    float: right
	}

	[dir=ltr] .UN3mK {
	    float: left
	}

	.UN3mK {
	    min-height: 1px
	}

	.P5eKV {
	    display: flex;
	    flex-wrap: wrap
	}

	.P5eKV:after {
	    content: "";
	    display: block;
	    clear: both
	}

	.R6ykx {
	    height: 5px;
	    background: #000;
	    margin: 10px auto;
	    width: 80%
	}

	.xbJPp {
	    display: inline-block;
	    vertical-align: middle;
	    width: 30px;
	    height: 30px;
	    fill: #e4cf4b
	}

	.xbJPp:not(:last-child) {
	    margin-right: 4px
	}

	.DcNF7 {
	    white-space: nowrap;
	    font-size: 0px
	}

	.E1DT0 {
	    display: inline-block;
	    vertical-align: middle
	}

	.cWv5m {
	    position: fixed;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 1000;
	    background: rgba(0, 0, 0, 0)
	}

	.euDn4 {
	    background: rgba(22, 24, 27, .68);
	    position: fixed;
	    left: 0;
	    top: 0;
	    height: 100vh;
	    width: 100vw
	}

	.euDn4 .AJHsr {
	    overflow: auto;
	    width: 480px;
	    max-width: calc(100% - 30px);
	    max-height: calc(100% - 30px);
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%, -50%);
	    padding: 60px 32px 40px 32px;
	    border-radius: 8px;
	    background: #fff;
	    box-shadow: 0px 1px 4px 0px rgba(9, 39, 83, .1215686275)
	}

	.euDn4 .AJHsr .RD3Kp {
	    color: #191e24;
	    font-size: 32px;
	    font-weight: 600;
	    line-height: 42px;
	    text-align: center;
	    margin-bottom: 12px
	}

	.euDn4 .AJHsr .iVTdx {
	    color: #596b81;
	    font-size: 16px;
	    font-weight: 400;
	    line-height: 24px;
	    text-align: center;
	    margin-bottom: 32px
	}

	.euDn4 .AJHsr .gz9km {
	    background: #e6eaef;
	    border-radius: 8px;
	    border: 1px solid #e6eaef;
	    height: 98px;
	    margin-bottom: 32px;
	    display: flex;
	    align-items: center;
	    justify-content: center
	}

	.euDn4 .AJHsr .j3OHD {
	    display: block;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 16px;
	    margin-bottom: 6px;
	    color: #191e24
	}

	.euDn4 .AJHsr .GG9Qi {
	    height: 36px;
	    display: block;
	    width: 100%;
	    outline: none;
	    box-shadow: 0 0 0 2px #0085ff;
	    border-radius: 8px;
	    padding: 0 10px;
	    border: none
	}

	.euDn4 .AJHsr .Vyj9B {
	    position: relative;
	    cursor: pointer;
	    margin-top: 12px;
	    background: #0075ff;
	    color: #fff;
	    height: 36px;
	    border-radius: 8px;
	    width: 100%;
	    border: none;
	    font-size: 15px
	}

	.xYwyu {
	    display: block
	}

	._wGVU {}

	.wszYD {
	    display: block;
	    text-decoration: none
	}

	:root {
	    --sicker-color: --static_primary_color_buttons_links
	}

	.jupTd {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    border-radius: 8px;
	    box-shadow: 0 0 0 2px var(--static_outline);
	    position: relative;
	    font-family: var(--static_body_text_font)
	}

	.jupTd.active {
	    box-shadow: 0 0 0 2px var(--static_primary_color_buttons_links);
	    background: rgba(0, 0, 0, .01)
	}

	.jupTd .ZmvyX {
	    padding: 14px 16px;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    border-radius: 8px;
	    cursor: pointer
	}

	.jupTd .ZmvyX.hasSticker {
	    padding: 22px 16px
	}

	.jupTd .ZmvyX .YQXpO {
	    display: flex;
	    gap: 16px;
	    align-items: center;
	    flex-wrap: wrap;
	    color: var(--static_title_text)
	}

	.jupTd .ZmvyX .YQXpO .tHIdP {
	    width: 13px;
	    height: 13px;
	    border-radius: 50%;
	    position: relative;
	    flex-shrink: 0
	}

	.jupTd .ZmvyX .YQXpO .tHIdP span {
	    position: absolute;
	    width: 13px;
	    height: 13px;
	    box-shadow: 0 0 0 1px var(--static_outline);
	    border-radius: 50%;
	    transform: scale(1.3);
	    transform-origin: center
	}

	.jupTd .ZmvyX .YQXpO .tHIdP.active {
	    background-color: var(--static_primary_color_buttons_links)
	}

	.jupTd .ZmvyX .YQXpO .tHIdP.active span {
	    box-shadow: 0 0 0 1px var(--static_primary_color_buttons_links)
	}

	.jupTd .ZmvyX .n0NQf,
	.jupTd .ZmvyX .LyYxP {
	    font-size: var(--static_subheading_size);
	    line-height: 18px;
	    font-weight: 500
	}

	@media screen and (max-width: 490px) {

	    .jupTd .ZmvyX .n0NQf,
	    .jupTd .ZmvyX .LyYxP {
	        font-size: 16px
	    }
	}

	.jupTd .ZmvyX .dKL7m {
	    display: flex;
	    flex-direction: column;
	    align-items: flex-end;
	    gap: 4px;
	    text-align: right
	}

	.jupTd .ZmvyX .LyYxP {
	    color: var(--static_body_text)
	}

	.jupTd .ZmvyX .hYUmS {
	    color: var(--static_body_text);
	    text-decoration: line-through;
	    opacity: .8;
	    font-size: 16px
	}

	.jupTd .FBaTT {
	    padding: 18px;
	    padding-bottom: 20px;
	    border-radius: 0 0 12px 12px;
	    display: flex;
	    flex-direction: column;
	    gap: 32px
	}

	.jupTd .FBaTT .ogb7q {
	    font-size: 15px;
	    font-weight: 500
	}

	.MmOxa {
	    display: flex;
	    gap: 12px;
	    align-items: flex-start
	}

	.MmOxa.block {
	    flex-direction: column;
	    align-items: flex-start
	}

	.MmOxa .yM5zI {
	    font-size: 16px;
	    flex-shrink: 0;
	    font-weight: 500;
	    position: relative;
	    top: 6px
	}

	.MmOxa .nj13U {
	    display: flex;
	    gap: 12px;
	    flex-wrap: wrap;
	    flex-grow: 1;
	    align-items: flex-start
	}

	.rPyoc {
	    position: absolute;
	    right: 20px;
	    top: -8px;
	    background-color: var(--static_primary_color_buttons_links);
	    padding: 6px 12px;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    font-size: 12px;
	    font-weight: 600;
	    color: var(--static_buttons_text);
	    text-transform: uppercase
	}

	.rPyoc>p>span {
	    position: absolute;
	    width: 0;
	    height: 0;
	    border-bottom-color: var(--static_primary_color_buttons_links);
	    border-bottom-width: 8px;
	    border-bottom-style: solid;
	    display: block;
	    top: 0;
	    filter: brightness(0.7)
	}

	.rPyoc>p .qC_pa {
	    left: 0;
	    transform: translateX(-100%);
	    border-left: 8px solid rgba(0, 0, 0, 0)
	}

	.rPyoc>p .oy8sJ {
	    right: 0;
	    transform: translateX(100%);
	    border-right: 8px solid rgba(0, 0, 0, 0)
	}

	.vZwaK {
	    position: absolute;
	    right: 15px;
	    padding: 14px;
	    background: var(--static_primary_color_buttons_links);
	    color: var(--static_buttons_text);
	    border-radius: 4px;
	    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
	    transform: translateY(-50%);
	    line-height: 0;
	    font-size: 14px;
	    text-transform: uppercase;
	    font-weight: 500
	}

	.vZwaK>p {
	    display: none
	}

	.VuXtB {
	    padding: 6px 8px;
	    background-color: #eee;
	    color: var(--static_body_text);
	    font-size: 12px;
	    text-transform: uppercase;
	    font-weight: 500
	}

	.YaDmW {
	    display: grid;
	    row-gap: 14px;
	    align-items: flex-end;
	    grid-template-columns: repeat(1, 1fr)
	}

	.YaDmW .tebYR {
	    background-color: var(--static_page_background);
	    border: 1px solid var(--static_divider_color);
	    border-radius: 8px;
	    box-shadow: 0px 2px 4px 0px rgba(124, 124, 124, .08);
	    min-width: 0
	}

	.YaDmW .tebYR .SK2Ly {
	    flex-grow: 1;
	    padding: 20px;
	    display: flex;
	    cursor: pointer;
	    align-items: center
	}

	.YaDmW .tebYR .SK2Ly .RTpMI {
	    flex-grow: 1;
	    display: flex;
	    justify-content: space-between;
	    align-items: center
	}

	.YaDmW .tebYR .SK2Ly .RTpMI .b56om {
	    color: var(--static_title_text);
	    font-weight: 600;
	    font-size: 16px
	}

	.YaDmW .tebYR .SK2Ly .RTpMI .y7wTi {
	    display: block;
	    max-height: 90px;
	    max-width: 120px;
	    -o-object-fit: contain;
	    object-fit: contain
	}

	.YaDmW .tebYR .TRKYT {
	    padding: 0 20px 20px
	}

	.YaDmW .tebYR .TRKYT .F5GhV .iyFW5 {
	    display: block;
	    margin: 0 auto 14px;
	    width: 80px
	}

	.YaDmW .tebYR .TRKYT .F5GhV .JDHaH {
	    color: var(--static_body_text);
	    font-size: 16px;
	    width: 480px;
	    max-width: 100%;
	    margin: auto;
	    line-height: 1.5;
	    text-align: center
	}

	.YaDmW .tebYR .m2HIX {
	    margin: 18px 0;
	    border: none;
	    border-top: 1px solid var(--static_divider_color)
	}

	@media(max-width: 650px) {
	    .YaDmW .QVWzt .zsy6s {
	        align-self: flex-start
	    }

	    .YaDmW .QVWzt .RTpMI {
	        flex-direction: column;
	        align-items: flex-start !important;
	        gap: 15px 0
	    }
	}

	.zsy6s {
	    display: inline-block;
	    width: 18px;
	    height: 18px;
	    border: 5px solid #f1f1f1;
	    border-radius: 50%;
	    box-sizing: border-box;
	    align-self: center;
	    flex-shrink: 0
	}

	.zsy6s.active {
	    border-color: #0085ff
	}

	.IFc6X .GJCC1 {
	    width: 50%;
	    border: 1px solid #acb9d2;
	    border-radius: 8px;
	    color: var(--static_title_text);
	    background-color: var(--static_page_background);
	    padding: 12px;
	    font-weight: 400;
	    font-size: 14px
	}

	.IFc6X .b56om {
	    color: var(--static_title_text);
	    font-size: 16px;
	    font-weight: 400;
	    margin-bottom: 8px
	}

	.JI3yJ {
	    display: flex
	}

	.oyyTR {
	    flex-grow: 1
	}

	.qw1Du {
	    width: 10px;
	    min-height: 1px;
	    flex-shrink: 0
	}

	.WsVUS {
	    display: flex;
	    flex-direction: column;
	    font-size: 16px;
	    gap: 20px 5px;
	    max-width: 100%
	}

	.WsVUS .U7V97 {
	    max-width: 35px
	}

	.WsVUS .d88FW,
	.WsVUS .SJDn5,
	.WsVUS .qoxYh {
	    border: 1px solid var(--static_divider_color);
	    line-height: 18px;
	    color: var(--static_title_text);
	    padding: 12px;
	    background-color: rgba(0, 0, 0, 0);
	    border-radius: 8px;
	    outline: 0
	}

	.WsVUS .d88FW::-moz-placeholder,
	.WsVUS .SJDn5::-moz-placeholder,
	.WsVUS .qoxYh::-moz-placeholder {
	    font-size: 16px
	}

	.WsVUS .d88FW::placeholder,
	.WsVUS .SJDn5::placeholder,
	.WsVUS .qoxYh::placeholder {
	    font-size: 16px
	}

	.WsVUS .d88FW {
	    outline: 0;
	    border: 0
	}

	.WsVUS .NF7a4 {
	    display: flex;
	    align-items: center;
	    flex-grow: 1;
	    border: 1px solid var(--static_divider_color);
	    border-radius: 8px;
	    padding: 0 0 0 10px
	}

	.WsVUS .NF7a4 .d88FW {
	    padding-right: 10px
	}

	.WsVUS .GOJf0 {
	    display: flex;
	    align-items: center;
	    gap: 0 20px;
	    justify-content: space-between;
	    max-width: 100%
	}

	.WsVUS .GOJf0 .vHoW4,
	.WsVUS .GOJf0 .gPVfz {
	    width: 50%
	}

	.WsVUS .GOJf0 .eA7U6 {
	    color: #ff4949
	}

	.ni5o5 {
	    width: 100%
	}

	.f64gk {
	    font-size: 14px;
	    font-weight: 400 !important;
	    margin-left: 6px
	}

	.wAWXC {
	    background: red
	}

	.AgeAj {
	    display: flex
	}

	.ffzbl {
	    color: rgba(79, 79, 79, .8) !important
	}

	.kGy1b {
	    position: relative
	}

	.GlGkY {
	    cursor: pointer;
	    display: block;
	    width: 100%;
	    -webkit-appearance: none !important;
	    -moz-appearance: none !important;
	    appearance: none !important;
	    background-color: rgba(0, 0, 0, 0)
	}

	.zPtcT {
	    position: absolute;
	    top: 55%;
	    transform: translateY(-50%);
	    right: 8px;
	    pointer-events: none
	}

	.FQ8EX {
	    left: 8px;
	    right: unset
	}

	.mIqRl {
	    display: flex;
	    align-items: center;
	    gap: 5px
	}

	.aRFhV {
	    width: 15px;
	    height: 15px;
	    border-radius: 20%;
	    border: 2px solid #000;
	    display: block;
	    background: #000;
	    pointer-events: none
	}

	.aRFhV:after {
	    content: "";
	    position: absolute;
	    width: 60%;
	    height: 30%;
	    border: 2px solid #fff;
	    border-top-width: 0px;
	    border-right-width: 0px;
	    left: 50%;
	    top: 50%;
	    transform: rotateZ(-45deg) translate(-10%, -105%)
	}

	.VcxP_ {
	    display: none
	}

	.VcxP_:not(:checked)+.aRFhV {
	    background: rgba(0, 0, 0, 0)
	}

	.VcxP_:not(:checked)+.aRFhV:after {
	    display: none
	}

	.BprW6 {
	    position: relative;
	    display: inline-block;
	    vertical-align: middle
	}

	.B20ri {
	    width: 100%;
	    resize: vertical;
	    outline: none
	}

	.AxhkF .soon-separator+.soon-group-sub {
	    margin-left: 0px
	}

	.WiDZV:not(.a7xwC) {
	    display: none
	}

	.a7xwC {
	    position: fixed;
	    left: 0;
	    width: 100vw;
	    z-index: 10;
	    bottom: 0
	}

	.iGQm7 {
	    overflow: hidden;
	    position: relative;
	    height: 100%;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    user-select: none
	}

	.iGQm7 .thaO1 {
	    min-height: 60px;
	    height: 100%;
	    align-items: center;
	    display: flex;
	    height: 100%;
	    display: flex;
	    transition: transform .6s ease 0s
	}

	.iGQm7 .thaO1 .HGEme {
	    max-height: 100%;
	    height: 100%;
	    display: flex;
	    align-items: center;
	    justify-content: center
	}

	.iGQm7 .thaO1 .zqekA {
	    width: 100%
	}

	.iGQm7 .NyINf {
	    position: absolute;
	    top: 50%;
	    right: 10px;
	    transform: translateY(-50%);
	    transition: opacity .2s;
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
	}

	.iGQm7 .NyINf:not(:hover) {
	    opacity: .3
	}

	.iGQm7 .NyINf.reversed {
	    left: 10px;
	    right: auto
	}

	.ksBcm {
	    position: relative
	}

	.ksBcm>* {
	    position: absolute
	}

	.Wxz9i {
	    display: block;
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    overflow: hidden;
	    pointer-events: none;
	    opacity: 0;
	    z-index: -1
	}

	.r1BQ1 {
	    display: flex;
	    justify-content: center;
	    align-items: center
	}

	.PYZTb {
	    position: sticky;
	    width: 100%;
	    top: 0;
	    background-color: #191e24;
	    padding: 12px 12px 12px 18px;
	    align-items: center;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    flex-wrap: wrap;
	    color: #fff;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    user-select: none;
	    z-index: 1
	}

	.PYZTb .MbQxI {
	    display: flex;
	    align-items: center
	}

	.PYZTb .MbQxI .ZMz1h {
	    flex: 1
	}

	.PYZTb .MbQxI .opODy {
	    padding: 8px 12px;
	    background-color: rgba(255, 255, 255, .2);
	    display: flex;
	    align-items: center;
	    gap: 10px;
	    border-radius: 4px;
	    overflow: hidden;
	    color: #fff;
	    font-size: 14px;
	    text-shadow: 0px 0px 2px rgba(32, 32, 35, .25), 0px 0px 4px rgba(32, 32, 35, .4);
	    position: relative;
	    animation: bounce-scale 1.5s ease-in-out 6 forwards
	}

	.PYZTb .MbQxI .opODy svg {
	    flex-shrink: 0
	}

	.PYZTb .MbQxI .opODy::before {
	    position: absolute;
	    content: "";
	    height: 100%;
	    width: 4px;
	    left: 0;
	    top: 0;
	    background-color: #fff
	}

	@media screen and (max-width: 721px) {
	    .PYZTb .MbQxI {
	        flex-direction: column;
	        align-items: flex-start;
	        gap: 12px;
	        width: 100%
	    }

	    .PYZTb .MbQxI .previewText {
	        min-width: 100%
	    }
	}

	.PYZTb .lDBsu {
	    display: flex;
	    align-items: center
	}

	@media screen and (max-width: 992px) {
	    .PYZTb .lDBsu {
	        display: none
	    }
	}

	.PYZTb .lDBsu .Fbh1P {
	    display: flex;
	    align-items: center;
	    gap: 30px
	}

	.PYZTb .lDBsu .Fbh1P .XvVbU {
	    cursor: pointer;
	    display: flex;
	    align-items: center;
	    gap: 8px;
	    transition: .1s
	}

	.PYZTb .lDBsu .Fbh1P .XvVbU span {
	    color: rgba(255, 255, 255, .7);
	    font-size: 14px
	}

	.PYZTb .lDBsu .Fbh1P .XvVbU svg path {
	    fill: rgba(255, 255, 255, .7)
	}

	.PYZTb .lDBsu .Fbh1P .XvVbU:hover span {
	    color: #fff
	}

	.PYZTb .lDBsu .Fbh1P .XvVbU:hover svg path {
	    fill: #fff
	}

	.PYZTb .lDBsu .YnQyX {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    cursor: pointer;
	    padding: 0 8px;
	    width: 38px;
	    height: 36px;
	    border: 1px solid rgba(255, 255, 255, .2);
	    border-radius: 8px;
	    box-shadow: 0px 1px 4px -1px rgba(9, 39, 83, .12);
	    background-color: rgba(255, 255, 255, .3);
	    transition: .1s
	}

	.PYZTb .lDBsu .YnQyX:hover {
	    background-color: rgba(255, 255, 255, .4)
	}

	.PYZTb .lDBsu .YnQyX svg path {
	    fill: #fff
	}

	.PYZTb .HqnyA {
	    width: 1px;
	    height: 24px;
	    background-color: rgba(255, 255, 255, .3);
	    margin: 0 24px
	}

	@media screen and (max-width: 721px) {
	    .PYZTb .HqnyA {
	        display: none
	    }
	}

	.PYZTb .p_B0m {
	    padding: 7px 8px 7px 12px;
	    border: 1px solid rgba(255, 255, 255, .2);
	    box-shadow: 0px 1px 4px -1px rgba(9, 39, 83, .12);
	    background: rgba(255, 255, 255, .3);
	    border-radius: 8px;
	    gap: 8px;
	    cursor: pointer;
	    align-items: center;
	    display: none;
	    position: absolute;
	    top: 12px;
	    right: 12px
	}

	@media screen and (max-width: 992px) {
	    .PYZTb .p_B0m {
	        display: flex !important
	    }
	}

	.PYZTb .p_B0m .p7BT6 {
	    font-weight: 500;
	    font-size: 15px
	}

	.PYZTb .p_B0m .UaG5U {
	    display: none;
	    position: relative;
	    top: 2px
	}

	.PYZTb .p_B0m .UaG5U.rDbpW {
	    display: block
	}

	.PYZTb .p_B0m .gnHek {
	    width: 128px;
	    border-radius: 4px;
	    border: 1px solid #d9dfe8;
	    background: #fff;
	    box-shadow: 0px 2px 20px 0px rgba(32, 32, 35, .13);
	    display: flex;
	    flex-direction: column;
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    transform: translateY(calc(100% + 4px));
	    gap: 4px;
	    padding: 4px 0
	}

	.PYZTb .p_B0m .gnHek .OZH2d {
	    padding: 8px 10px;
	    font-size: 13px;
	    color: #191e24;
	    transition: .1s
	}

	.PYZTb .p_B0m .gnHek .OZH2d:hover {
	    background: rgba(0, 0, 0, .05)
	}

	@keyframes vibrate {
	    0% {
	        transform: translateY(0)
	    }

	    25% {
	        transform: translateY(-2px)
	    }

	    50% {
	        transform: translateY(2px)
	    }

	    75% {
	        transform: translateY(-2px)
	    }

	    100% {
	        transform: translateY(0)
	    }
	}

	@keyframes bounce-scale {

	    0%,
	    100% {
	        transform: translateY(0) rotate(0deg) scale(1)
	    }

	    30% {
	        transform: translateY(-8px) rotate(-5deg) scale(1.1)
	    }

	    50% {
	        transform: translateY(0) rotate(5deg) scale(1)
	    }

	    70% {
	        transform: translateY(-4px) rotate(-3deg) scale(1.05)
	    }
	}

	.uRgxw {
	    position: fixed;
	    bottom: 15px;
	    z-index: 1;
	    animation: .4s animateToastList;
	    width: 400px;
	    left: 50%;
	    transform: translateX(-50%);
	    max-width: 100%
	}

	@keyframes animateToastList {
	    from {
	        margin-top: 50px;
	        opacity: 0
	    }

	    to {
	        margin-top: 0px;
	        opacity: 1
	    }
	}

	.BDYPv {
	    min-width: 0;
	    border-radius: 6px;
	    box-shadow: 0px 2px 20px rgba(32, 32, 35, .13);
	    background-color: #ff5b5b;
	    color: #fff;
	    margin: 14px 15px 0;
	    display: flex
	}

	.E6xWl {
	    padding: 12px;
	    line-height: 1.2;
	    flex-grow: 1
	}

	.VKYDo {
	    width: 40px;
	    flex-shrink: 0;
	    border-left: 1px solid rgba(255, 255, 255, .2);
	    justify-content: center;
	    align-items: center;
	    display: flex;
	    cursor: pointer
	}

	.VKYDo:hover {
	    background: rgba(233, 231, 231, .24)
	}

	.ByzY8 {
	    position: fixed;
	    left: 0;
	    top: 0;
	    bottom: 0;
	    right: 0;
	    padding: 15px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    background: #fff
	}

	.ByzY8 .elm {
	    width: 428px;
	    max-width: 100;
	    border-radius: 6px;
	    background: #f7faff;
	    border: 2px dashed rgba(0, 132, 255, .5);
	    padding: 22px;
	    display: flex;
	    flex-direction: column;
	    align-items: center
	}

	.ByzY8 .elm .icon {
	    display: block;
	    width: 24px;
	    margin-bottom: 18px
	}

	.ByzY8 .elm .title {
	    font-size: 16px;
	    line-height: 19px;
	    color: #2d3032;
	    margin-bottom: 10px
	}

	.ByzY8 .elm .desc {
	    color: #81878e;
	    font-size: 14px;
	    line-height: 160%;
	    text-align: center
	}

	.g_5Sy {
	    display: flex;
	    gap: 14px;
	    flex-wrap: wrap;
	    width: 100%
	}

	.g_5Sy>* {
	    min-width: 250px;
	    max-width: 100% !important;
	    flex-grow: 1;
	    flex-basis: 0
	}

	.Xe9nz {
	    width: 100%;
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    gap: 8px;
	    margin: 10px 0
	}

	.Xe9nz .pqFkR {
	    flex: 1;
	    max-height: 30px;
	    -o-object-fit: cover;
	    object-fit: cover;
	    border-radius: 8px
	}

	.yvMDc {
	    display: flex;
	    flex-direction: column;
	    gap: 10px;
	    width: 100%
	}

	.Cq73x {
	    display: flex;
	    align-items: center;
	    flex-grow: 1
	}

	.zeuQ_ {
	    flex-grow: 1;
	    justify-content: space-between;
	    display: flex
	}

	.XTDRG {
	    display: flex;
	    align-items: center;
	    margin-right: 16px
	}

	.aC5NJ {
	    text-decoration: line-through
	}

	.JGIqk {
	    color: #2cc40b;
	    font-weight: medium;
	    text-transform: uppercase;
	    margin-right: 10px
	}

	.btJdT {
	    margin: 20px;
	    padding: 16px 20px;
	    color: var(--static_buttons_text);
	    background: var(--static_primary_color_buttons_links);
	    box-shadow: 0px 0px 0px 6px var(--static_light_primary_background);
	    border-radius: 5px;
	    display: flex;
	    align-items: center
	}

	.k8XZB {
	    flex-grow: 1
	}

	.BZJ91 {
	    fill: var(--static_buttons_text);
	    width: 30px;
	    margin-right: 12px
	}

	.C9W8E {
	    line-height: 17px;
	    font-size: 14px;
	    color: rgba(87, 99, 122, .86)
	}

	.Y3KcS {
	    height: 100%;
	    position: relative;
	    overflow: hidden;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    user-select: none;
	    margin: 0 auto;
	    max-width: 100%
	}

	.OsHpS {
	    position: absolute;
	    left: 50%;
	    bottom: 10px;
	    transform: translateX(-50%);
	    display: flex;
	    align-items: center;
	    gap: 0 6px
	}

	.OsHpS .DYvUL {
	    width: 15px;
	    height: 15px;
	    border-radius: 50%;
	    display: block;
	    cursor: pointer;
	    box-shadow: 0 0 2px rgba(0, 0, 0, .7);
	    background-color: rgba(255, 255, 255, .4);
	    transition: background-color .4s
	}

	.OsHpS .DYvUL.MhJzo {
	    background-color: rgba(0, 0, 0, .8);
	    background-color: #fff
	}

	.yLnqs {
	    position: absolute;
	    inset: 0 0 0 0;
	    display: flex;
	    transition: transform .5s
	}

	.yLnqs .KnfLn {
	    min-width: 100%
	}

	.yLnqs .KnfLn.FYsyH {
	    cursor: pointer
	}

	.yLnqs .KnfLn .HM8hR {
	    display: block;
	    width: 100%;
	    height: 100%;
	    -o-object-fit: cover;
	    object-fit: cover
	}

	.yJXSL {
	    direction: ltr
	}

	.Zuaet {
	    cursor: pointer;
	    position: relative;
	    z-index: 1;
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
	}

	.VeBRn {
	    position: relative;
	    -webkit-user-select: none;
	    -moz-user-select: none;
	    user-select: none
	}

	.qI7vc {
	    position: absolute;
	    width: 100%;
	    height: 100%
	}

	.HPX8R {
	    right: 0;
	    width: 50%
	}

	.qXTIT {
	    position: absolute;
	    top: 0;
	    left: 0;
	    height: 100%;
	    background-color: #000;
	    cursor: pointer;
	    z-index: 5
	}

	.qXTIT::before {
	    content: "";
	    width: 3px;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    background-color: rgba(0, 0, 0, .2);
	    box-shadow: 0 0 1px rgba(0, 0, 0, .25);
	    border-radius: 2px
	}

	.MhcqM {
	    position: absolute;
	    top: 50%;
	    left: 0;
	    transform: translate(-46%, -50%)
	}

	.buW3J {
	    width: 100%;
	    height: 100%;
	    max-width: 100%;
	    min-height: 100%;
	    -o-object-position: right;
	    object-position: right;
	    -o-object-fit: cover;
	    object-fit: cover
	}

	._wqkY {
	    margin: 0 auto;
	    width: 100%;
	    max-width: 100%;
	    position: relative;
	    display: flex;
	    align-items: center
	}

	.o3zgv {
	    position: fixed;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    overflow: auto;
	    background-color: #fff;
	    min-height: 100vh;
	    flex-direction: column;
	    align-items: stretch;
	    justify-content: flex-start;
	    gap: 0;
	    z-index: 10
	}

	.GEmzL {
	    position: fixed;
	    top: 0;
	    left: 0;
	    bottom: 0;
	    overflow: auto;
	    background-color: #fff;
	    flex-direction: column;
	    align-items: stretch;
	    justify-content: flex-start;
	    gap: 0;
	    z-index: 10
	}

	.MoKwn {
	    cursor: pointer
	}

	.yQbQL {
	    position: relative;
	    z-index: 10
	}

	.CLgFk {
	    display: none !important
	}

	.KOf1b {
	    display: block;
	    z-index: 100
	}

	.olelv:hover>.CLgFk {
	    display: block !important;
	    z-index: 100
	}

	.NVJjk {
	    position: relative
	}

	.E_KcT .T2Ua5 {
	    margin: 0 auto;
	    max-width: 100%;
	    position: relative;
	    z-index: 1
	}

	.LIXlG {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    max-height: 100vh !important;
	    height: 100vh;
	    overflow-y: auto;
	    z-index: 9999
	}

	body,
	#root {
	    height: 100%
	}

	.y3kcy {
	    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 15px;
	    min-height: 100%
	}

	.y3kcy .block {
	    width: 360px;
	    max-width: 100%;
	    text-align: center
	}

	.y3kcy .icon {
	    width: 242.44px;
	    display: block;
	    margin: 0 auto 24px
	}

	.y3kcy .label {
	    margin-bottom: 10px;
	    font-weight: 500;
	    font-size: 18px;
	    line-height: 22px;
	    color: #2d3032;
	    text-align: center;
	    max-width: 100%
	}

	.y3kcy .message {
	    width: 347px;
	    max-width: 100%;
	    margin-bottom: 28px;
	    color: #81878e;
	    letter-spacing: .02em;
	    font-weight: 400;
	    font-size: 14px;
	    line-height: 21px
	}

	.wys table {
	    width: 100%;
	    table-layout: fixed;
	}

	.wys td {
	    outline: 1px dashed;
	    padding: 10px;
	}

	.wys h1 {
	    font-size: 30px;
	    margin-top: 24px;
	    margin-bottom: 24px;
	}

	.wys h2 {
	    font-size: 24px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.wys h3 {
	    font-size: 18px;
	    margin-top: 18px;
	    margin-bottom: 18px;
	}

	.wys h4 {
	    font-size: 14px;
	    margin-top: 14px;
	    margin-bottom: 14px;
	}

	.wys h5 {
	    font-size: 12px;
	    margin-top: 12px;
	    margin-bottom: 12px;
	}

	.wys h6 {
	    font-size: 10px;
	    margin-top: 10px;
	    margin-bottom: 10px;
	}

	.wys img {
	    max-width: 100%;
	    height: auto;
	    display: block;
	    pointer-events: none;
	}

	.wys .video {
	    width: 100%;
	    display: block;
	    pointer-events: none;
	}


	@media all {
	    @media (min-width: 992px) {
	        ._1035 {
	            opacity: 90%;
	        }
	    }

	    ._1035 {
	        font-weight: normal;
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 26px;
	        font-size: 16px;
	    }

	    ._1034 {
	        margin-right: 12px;
	    }

	    @media (min-width: 992px) {
	        ._1033 {
	            opacity: 90%;
	        }
	    }

	    ._1033 {
	        font-weight: normal;
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 26px;
	        font-size: 14px;
	    }

	    ._1032 {
	        display: flex;
	        align-items: center;
	    }

	    ._1031 {
	        max-width: 100%;
	        margin-top: 16px;
	        display: none !important;
	    }

	    ._1029 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 20px;
	        font-weight: 500;
	    }

	    ._1028 {
	        margin-right: 14px;
	    }

	    ._1027 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 20px;
	        font-weight: 500;
	    }

	    ._1026 {
	        width: 100%;
	    }

	    ._1025 {
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        flex-wrap: wrap;
	    }

	    ._1024 {
	        margin-bottom: 11px;
	    }

	    @media (min-width: 992px) {
	        ._1023 {
	            opacity: 90%;
	        }
	    }

	    ._1023 {
	        font-weight: normal;
	        font-size: 20px;
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 26px;
	    }

	    ._1022 {
	        display: flex;
	        flex-direction: column;
	        align-items: center;
	    }

	    ._1021 {
	        height: 60px;
	    }

	    ._1020 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        width: auto;
	        margin-bottom: 19px;
	        display: none !important;
	    }

	    ._1019 {
	        background-color: rgba(26, 194, 237, 0.13);
	        padding-top: 40px;
	        padding-bottom: 88px;
	        padding-left: 24px;
	        padding-right: 24px;
	    }

	    ._1017:hover {
	        cursor: pointer;
	    }

	    ._1018 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._1017 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._1016 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._1015 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._1014 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._1013 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._1012 {
	        height: auto;
	    }

	    ._1011 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 12px;
	    }

	    ._1010 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._1009 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._1007:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._1008 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._1007 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._1006 {
	        max-width: 100%;
	    }

	    ._1005 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._1003:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._1004 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._1003 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._1002 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._1001 {
	        max-width: 100%;
	    }

	    ._1000 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._999 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._998:hover {
	        cursor: pointer;
	    }

	    ._998 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._997 {
	        max-width: 100%;
	    }

	    ._996 {
	        height: 48px;
	    }

	    ._995 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._994 {
	        display: flex;
	        justify-content: flex-start;
	        padding-bottom: 10px;
	    }

	    ._993 {
	        max-width: 100%;
	    }

	    ._991:hover {
	        cursor: pointer;
	    }

	    ._992 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._991 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._990 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._989 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._988 {
	        height: auto;
	    }

	    ._987 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 12px;
	    }

	    ._986 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._985 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._984 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._983 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._981:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._982 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._981 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._980 {
	        max-width: 100%;
	    }

	    ._979 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._977:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._978 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._977 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._976 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._975 {
	        max-width: 100%;
	    }

	    ._974 {
	        height: 200px;
	    }

	    ._973 {
	        max-width: 100%;
	        width: 150px;
	        margin-bottom: 6px;
	    }

	    ._972 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 3px;
	    }

	    ._971 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._970:hover {
	        cursor: pointer;
	    }

	    ._970 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._969 {
	        max-width: 100%;
	    }

	    ._968 {
	        height: 48px;
	    }

	    ._967 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._966 {
	        display: flex;
	        justify-content: flex-start;
	        padding-bottom: 10px;
	    }

	    ._965 {
	        max-width: 100%;
	        margin-top: 16px;
	        margin-bottom: 16px;
	    }

	    ._963:hover {
	        cursor: pointer;
	    }

	    ._964 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._963 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._962 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._961 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._960 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._959 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._958 {
	        height: auto;
	    }

	    ._957 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._956 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._955 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._953:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._954 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._953 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._952 {
	        max-width: 100%;
	    }

	    ._951 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._949:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._950 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._949 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._948 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._947 {
	        max-width: 100%;
	    }

	    ._946 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._945 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._944:hover {
	        cursor: pointer;
	    }

	    ._944 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._943 {
	        max-width: 100%;
	    }

	    ._942 {
	        height: 48px;
	    }

	    ._941 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._940 {
	        display: flex;
	        justify-content: flex-start;
	        padding-bottom: 10px;
	    }

	    ._939 {
	        max-width: 100%;
	    }

	    ._937:hover {
	        cursor: pointer;
	    }

	    ._938 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._937 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._936 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._935 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._934 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._933 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._932 {
	        height: auto;
	    }

	    ._931 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._930 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._929 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._927:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._928 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._927 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._926 {
	        max-width: 100%;
	    }

	    ._925 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._923:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._924 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._923 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._922 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._921 {
	        max-width: 100%;
	    }

	    ._920 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._919 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._918:hover {
	        cursor: pointer;
	    }

	    ._918 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._917 {
	        max-width: 100%;
	    }

	    ._916 {
	        height: 36px;
	    }

	    ._915 {
	        max-width: 100%;
	        width: 36px;
	        margin-right: 12px;
	    }

	    ._914 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._913 {
	        max-width: 100%;
	        margin-top: 10px;
	        margin-left: 48px;
	    }

	    ._911:hover {
	        cursor: pointer;
	    }

	    ._912 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._911 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._910 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._909 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._908 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._907 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._906 {
	        height: auto;
	    }

	    ._905 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._904 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._903 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._901:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._902 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._901 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._900 {
	        max-width: 100%;
	    }

	    ._899 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._897:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._898 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._897 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._896 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._895 {
	        max-width: 100%;
	    }

	    ._894 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._893 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._892:hover {
	        cursor: pointer;
	    }

	    ._892 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._891 {
	        max-width: 100%;
	    }

	    ._890 {
	        height: 48px;
	    }

	    ._889 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._888 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._887 {
	        max-width: 100%;
	    }

	    ._886 {
	        padding-bottom: 10px;
	    }

	    ._885 {
	        max-width: 100%;
	    }

	    ._883:hover {
	        cursor: pointer;
	    }

	    ._884 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._883 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._882 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._881 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._880 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._879 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._878 {
	        height: auto;
	    }

	    ._877 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._876 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._875 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._873:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._874 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._873 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._872 {
	        max-width: 100%;
	    }

	    ._871 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._869:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._870 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._869 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._868 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._867 {
	        max-width: 100%;
	    }

	    ._866 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._865 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._864:hover {
	        cursor: pointer;
	    }

	    ._864 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._863 {
	        max-width: 100%;
	    }

	    ._862 {
	        height: 48px;
	    }

	    ._861 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._860 {
	        display: flex;
	        justify-content: flex-start;
	        padding-bottom: 10px;
	    }

	    ._859 {
	        max-width: 100%;
	    }

	    ._857:hover {
	        cursor: pointer;
	    }

	    ._858 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._857 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._856 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._855 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._854 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._853 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._852 {
	        height: auto;
	    }

	    ._851 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._850 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._849 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._847:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._848 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._847 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._846 {
	        max-width: 100%;
	    }

	    ._845 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._843:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._844 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._843 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._842 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._841 {
	        max-width: 100%;
	    }

	    ._840 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._839 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._838:hover {
	        cursor: pointer;
	    }

	    ._838 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._837 {
	        max-width: 100%;
	    }

	    ._836 {
	        height: 36px;
	    }

	    ._835 {
	        max-width: 100%;
	        width: 36px;
	        margin-right: 12px;
	    }

	    ._834 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._833 {
	        max-width: 100%;
	        margin-top: 10px;
	        margin-left: 48px;
	    }

	    ._831:hover {
	        cursor: pointer;
	    }

	    ._832 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._831 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._830 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._829 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._828 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._827 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._826 {
	        height: auto;
	    }

	    ._825 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._824 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._823 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._821:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._822 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._821 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._820 {
	        max-width: 100%;
	    }

	    ._819 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._817:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._818 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._817 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._816 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._815 {
	        max-width: 100%;
	    }

	    ._814 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._813 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._812:hover {
	        cursor: pointer;
	    }

	    ._812 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._811 {
	        max-width: 100%;
	    }

	    ._810 {
	        height: 48px;
	    }

	    ._809 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._808 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._807 {
	        max-width: 100%;
	    }

	    ._806 {
	        padding-bottom: 10px;
	    }

	    ._805 {
	        max-width: 100%;
	    }

	    ._803:hover {
	        cursor: pointer;
	    }

	    ._804 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._803 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._802 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._801 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._800 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._799 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._798 {
	        height: auto;
	    }

	    ._797 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._796 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._795 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._793:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._794 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._793 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._792 {
	        max-width: 100%;
	    }

	    ._791 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._789:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._790 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._789 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._788 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._787 {
	        max-width: 100%;
	    }

	    ._786 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._785 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._784:hover {
	        cursor: pointer;
	    }

	    ._784 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._783 {
	        max-width: 100%;
	    }

	    ._782 {
	        height: 36px;
	    }

	    ._781 {
	        max-width: 100%;
	        width: 36px;
	        margin-right: 12px;
	    }

	    ._780 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._779 {
	        max-width: 100%;
	        margin-top: 10px;
	        margin-left: 48px;
	    }

	    ._777:hover {
	        cursor: pointer;
	    }

	    ._778 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._777 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._776 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._775 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._774 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._773 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._772 {
	        height: auto;
	    }

	    ._771 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._770 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._769 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._767:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._768 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._767 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._766 {
	        max-width: 100%;
	    }

	    ._765 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._763:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._764 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._763 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._762 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._761 {
	        max-width: 100%;
	    }

	    ._760 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._759 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._758:hover {
	        cursor: pointer;
	    }

	    ._758 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._757 {
	        max-width: 100%;
	    }

	    ._756 {
	        height: 48px;
	    }

	    ._755 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._754 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._753 {
	        max-width: 100%;
	    }

	    ._752 {
	        padding-bottom: 14px;
	    }

	    ._751 {
	        max-width: 100%;
	    }

	    ._749:hover {
	        cursor: pointer;
	    }

	    ._750 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._749 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._748 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._747 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._746 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._745 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._744 {
	        height: auto;
	    }

	    ._743 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._742 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._741 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._739:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._740 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._739 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._738 {
	        max-width: 100%;
	    }

	    ._737 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._735:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._736 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._735 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._734 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._733 {
	        max-width: 100%;
	    }

	    ._732 {
	        height: 200px;
	    }

	    ._731 {
	        max-width: 100%;
	        width: 150px;
	        margin-bottom: 6px;
	    }

	    ._730 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 3px;
	    }

	    ._729 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._728:hover {
	        cursor: pointer;
	    }

	    ._728 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._727 {
	        max-width: 100%;
	    }

	    ._726 {
	        height: 48px;
	    }

	    ._725 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._724 {
	        display: flex;
	        justify-content: flex-start;
	        padding-bottom: 14px;
	    }

	    ._723 {
	        max-width: 100%;
	        margin-top: 16px;
	        margin-bottom: 16px;
	    }

	    ._721:hover {
	        cursor: pointer;
	    }

	    ._722 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._721 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._720 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._719 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._718 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._717 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._716 {
	        height: auto;
	    }

	    ._715 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._714 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._713 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._711:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._712 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._711 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._710 {
	        max-width: 100%;
	    }

	    ._709 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._707:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._708 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._707 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._706 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._705 {
	        max-width: 100%;
	    }

	    ._704 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._703 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._702:hover {
	        cursor: pointer;
	    }

	    ._702 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._701 {
	        max-width: 100%;
	    }

	    ._700 {
	        height: 36px;
	    }

	    ._699 {
	        max-width: 100%;
	        width: 36px;
	        margin-right: 12px;
	    }

	    ._698 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._697 {
	        max-width: 100%;
	        margin-top: 10px;
	        margin-left: 48px;
	    }

	    ._695:hover {
	        cursor: pointer;
	    }

	    ._696 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._695 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._694 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._693 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._692 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._691 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._690 {
	        height: auto;
	    }

	    ._689 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._688 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._687 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._685:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._686 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._685 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._684 {
	        max-width: 100%;
	    }

	    ._683 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._681:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._682 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._681 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._680 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._679 {
	        max-width: 100%;
	    }

	    ._678 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._677 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._676:hover {
	        cursor: pointer;
	    }

	    ._676 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._675 {
	        max-width: 100%;
	    }

	    ._674 {
	        height: 48px;
	    }

	    ._673 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._672 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._671 {
	        max-width: 100%;
	    }

	    ._670 {
	        padding-bottom: 14px;
	    }

	    ._669 {
	        max-width: 100%;
	    }

	    ._667:hover {
	        cursor: pointer;
	    }

	    ._668 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._667 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._666 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._665 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._664 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._663 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._662 {
	        height: auto;
	    }

	    ._661 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._660 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._659 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._657:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._658 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._657 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._656 {
	        max-width: 100%;
	    }

	    ._655 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._653:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._654 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._653 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._652 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._651 {
	        max-width: 100%;
	    }

	    ._650 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._649 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._648:hover {
	        cursor: pointer;
	    }

	    ._648 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._647 {
	        max-width: 100%;
	    }

	    ._646 {
	        height: 48px;
	    }

	    ._645 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._644 {
	        display: flex;
	        justify-content: flex-start;
	        padding-bottom: 14px;
	    }

	    ._643 {
	        max-width: 100%;
	    }

	    ._641:hover {
	        cursor: pointer;
	    }

	    ._642 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._641 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._640 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._639 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._638 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._637 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._636 {
	        height: auto;
	    }

	    ._635 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._634 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._633 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._631:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._632 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._631 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._630 {
	        max-width: 100%;
	    }

	    ._629 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._627:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._628 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._627 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._626 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._625 {
	        max-width: 100%;
	    }

	    ._624 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._623 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._622:hover {
	        cursor: pointer;
	    }

	    ._622 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._621 {
	        max-width: 100%;
	    }

	    ._620 {
	        height: 36px;
	    }

	    ._619 {
	        max-width: 100%;
	        width: 36px;
	        margin-right: 12px;
	    }

	    ._618 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._617 {
	        max-width: 100%;
	        margin-top: 10px;
	        margin-left: 48px;
	    }

	    ._615:hover {
	        cursor: pointer;
	    }

	    ._616 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._615 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._614 {
	        max-width: 100%;
	        margin-right: 3px;
	    }

	    ._613 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._612 {
	        max-width: 100%;
	        margin-left: 3px;
	        margin-right: 4px;
	    }

	    ._611 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 11px;
	        color: rgba(67, 67, 67, 0.7);
	    }

	    ._610 {
	        height: auto;
	    }

	    ._609 {
	        margin-left: 4px;
	        margin-right: 4px;
	        width: 13px;
	    }

	    ._608 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._607 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._605:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._606 {
	        max-width: 100%;
	        margin-left: 4px;
	        margin-right: 4px;
	    }

	    ._605 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._604 {
	        max-width: 100%;
	    }

	    ._603 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._601:hover {
	        text-decoration-line: underline;
	        cursor: pointer;
	    }

	    ._602 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._601 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(98, 122, 173, 1);
	    }

	    ._600 {
	        display: flex;
	        justify-content: flex-start;
	        align-items: center;
	    }

	    ._599 {
	        max-width: 100%;
	    }

	    ._598 {
	        max-width: 100%;
	        margin-top: 1px;
	        margin-bottom: 1px;
	    }

	    ._597 {
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-size: 14px;
	    }

	    ._596:hover {
	        cursor: pointer;
	    }

	    ._596 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        font-size: 14px;
	        color: rgba(59, 89, 152, 1);
	    }

	    ._595 {
	        max-width: 100%;
	    }

	    ._594 {
	        height: 48px;
	    }

	    ._593 {
	        max-width: 100%;
	        width: 48px;
	        margin-right: 12px;
	    }

	    ._592 {
	        display: flex;
	        justify-content: flex-start;
	    }

	    ._591 {
	        max-width: 100%;
	    }

	    ._590 {
	        padding-bottom: 14px;
	    }

	    ._589 {
	        max-width: 100%;
	    }

	    ._588 {
	        border-width: 1px;
	        border-style: solid;
	        font-family: Jost;
	        font-weight: 400;
	        color: rgba(15, 41, 107, 1);
	        border-radius: 0px;
	        border-color: rgba(222, 222, 222, 1);
	        font-size: 14px;
	        padding: 21px;
	    }

	    ._587 {
	        max-width: 100%;
	        width: 100%;
	    }

	    ._585:hover {
	        cursor: pointer;
	    }

	    ._586 {
	        margin-bottom: 12px;
	    }

	    ._585 {
	        font-family: Jost;
	        letter-spacing: 0px;
	        font-weight: 700;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 18px;
	    }

	    ._584 {
	        max-width: 100%;
	        margin-bottom: 36px;
	    }

	    ._583 {
	        display: none !important;
	    }

	    ._582 {
	        padding-top: 40px;
	        padding-bottom: 100px;
	        padding-left: 24px;
	        padding-right: 24px;
	    }

	    ._581 {
	        max-width: 100%;
	        margin-top: 10px;
	        margin-bottom: 10px;
	    }

	    ._580 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._579 {
	        height: 50px;
	    }

	    ._578 {
	        max-width: 100%;
	    }

	    @media (min-width: 992px) {
	        ._577 {
	            opacity: 94%;
	        }
	    }

	    ._577 {
	        color: rgba(255, 255, 255, 1);
	        font-size: 23px;
	    }

	    ._576 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._575 {
	        line-height: 100%;
	        text-align: center;
	        font-family: Jost;
	        color: rgba(255, 255, 255, 1);
	        font-weight: 500;
	        letter-spacing: 0px;
	        font-size: 20px;
	    }

	    ._574:hover {
	        background-image: linear-gradient(rgba(25, 120, 13, 1), rgba(25, 120, 13, 1));
	    }

	    ._573.animate {
	        animation-iteration-count: infinite;
	        animation-duration: 1600ms;
	    }

	    ._574:active {
	        box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
	    }

	    @media (min-width: 992px) {
	        ._574 {
	            opacity: 100%;
	        }
	    }

	    ._574 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	        border-style: solid;
	        border-width: 0px;
	        transition-duration: 400ms;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 10px;
	        padding-top: 18px;
	        padding-bottom: 18px;
	        padding-left: 13px;
	        padding-right: 13px;
	        border-radius: 6px;
	        background-color: rgba(0, 196, 111, 1);
	    }

	    ._573 {
	        max-width: 100%;
	        width: 420px;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._572 {
	        max-width: 100%;
	        margin-top: 18px;
	        margin-bottom: 14px;
	        display: none !important;
	    }

	    ._571 {
	        font-family: Jost;
	        line-height: 130%;
	        text-align: center;
	        color: rgba(48, 52, 61, 0.95);
	        font-size: 14px;
	        font-weight: 700;
	    }

	    ._570 {
	        max-width: 100%;
	    }

	    ._569 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 500;
	        color: rgba(15, 41, 107, 1);
	        font-size: 18px;
	    }

	    ._568 {
	        font-size: 20px;
	        color: rgba(25, 120, 13, 1);
	    }

	    ._567 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._566 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        border-top-width: 0px;
	        border-bottom-width: 0px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        gap: 8px;
	        padding-bottom: 5px;
	    }

	    ._565 {
	        max-width: 100%;
	    }

	    ._564 {
	        max-width: 100%;
	    }

	    ._563 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 500;
	        color: rgba(15, 41, 107, 1);
	        font-size: 18px;
	    }

	    ._562 {
	        font-size: 20px;
	        color: rgba(25, 120, 13, 1);
	    }

	    ._561 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._560 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-top-width: 0px;
	        border-bottom-width: 1px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        padding-bottom: 5px;
	    }

	    ._559 {
	        max-width: 100%;
	    }

	    ._558 {
	        max-width: 100%;
	    }

	    ._557 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 500;
	        color: rgba(15, 41, 107, 1);
	        font-size: 18px;
	    }

	    ._556 {
	        font-size: 20px;
	        color: rgba(25, 120, 13, 1);
	    }

	    ._555 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._554 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-top-width: 0px;
	        border-bottom-width: 1px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        padding-bottom: 5px;
	    }

	    ._553 {
	        max-width: 100%;
	    }

	    ._552 {
	        max-width: 100%;
	    }

	    ._551 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 500;
	        color: rgba(15, 41, 107, 1);
	        font-size: 18px;
	    }

	    ._550 {
	        font-size: 20px;
	        color: rgba(25, 120, 13, 1);
	    }

	    ._549 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._548 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-top-width: 0px;
	        border-bottom-width: 1px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        padding-bottom: 5px;
	    }

	    ._547 {
	        max-width: 100%;
	    }

	    ._546 {
	        display: grid;
	        flex-wrap: wrap;
	        column-gap: 18px;
	        grid-template-columns: repeat(1, 1fr);
	        row-gap: 10px;
	    }

	    ._545 {
	        max-width: 100%;
	    }

	    ._544 {
	        object-fit: cover;
	        height: fit-content;
	    }

	    ._543 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        width: 100%;
	    }

	    ._542 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._541 {
	        max-width: 100%;
	        width: fit-content;
	        margin-bottom: 14px;
	    }

	    ._540 {
	        max-width: 100%;
	        margin-top: 10px;
	        margin-bottom: 10px;
	    }

	    ._539 {
	        font-family: Jost;
	        line-height: 130%;
	        text-align: center;
	        font-weight: 700;
	        color: rgba(15, 41, 107, 1);
	        font-size: 20px;
	    }

	    ._538 {
	        height: fit-content;
	    }

	    ._537 {
	        max-width: 100%;
	        width: 100%;
	    }

	    ._536 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._535 {
	        max-width: 100%;
	        width: fit-content;
	        margin-bottom: 14px;
	    }

	    ._534 {
	        display: flex;
	        flex-direction: column;
	        align-items: center;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._533 {
	        max-width: 100%;
	    }

	    ._532 {
	        text-transform: uppercase;
	        color: rgba(255, 255, 255, 1);
	        line-height: 160%;
	        font-family: Jost;
	        letter-spacing: 0.6px;
	        font-size: 12px;
	        font-weight: 600;
	    }

	    ._531 {
	        max-width: 100%;
	        margin: 0px;
	    }

	    ._530 {
	        font-size: 20px;
	        color: rgba(255, 255, 255, 1);
	    }

	    ._529 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._528 {
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        border-style: solid;
	        border-width: 0px;
	        border-radius: 0px;
	        gap: 4px;
	        padding-top: 10px;
	        padding-bottom: 10px;
	        background-color: rgba(25, 120, 13, 1);
	    }

	    ._527 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        display: none !important;
	    }

	    ._526 {
	        border-style: solid;
	        border-color: rgba(216, 220, 229, 0.78);
	        overflow: hidden;
	        position: sticky;
	        left: 0px;
	        top: 22px;
	        border-width: 0px;
	        border-radius: 6px;
	        box-shadow: 0px 6px 15px 0px rgba(47, 68, 111, 0.13), 0px 2px 4px 0px rgba(40, 60, 86, 0.05);
	        transition-duration: 0ms;
	    }

	    ._525 {
	        max-width: 100%;
	    }

	    ._111 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 3;
	    }

	    @media (min-width: 992px) {
	        ._523 {
	            opacity: 94%;
	        }
	    }

	    ._523 {
	        color: rgba(255, 255, 255, 1);
	        font-size: 23px;
	    }

	    ._522 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._521 {
	        line-height: 100%;
	        text-align: center;
	        font-family: Jost;
	        color: rgba(255, 255, 255, 1);
	        letter-spacing: 0.6px;
	        font-weight: 600;
	        text-transform: capitalize;
	        font-size: 30px;
	    }

	    ._520:hover {
	        background-image: linear-gradient(rgba(25, 120, 13, 1), rgba(25, 120, 13, 1));
	    }

	    ._519.animate {
	        animation-iteration-count: infinite;
	        animation-duration: 2000ms;
	    }

	    ._520:active {
	        box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
	    }

	    @media (min-width: 992px) {
	        ._520 {
	            opacity: 100%;
	        }
	    }

	    ._520 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	        border-style: solid;
	        border-width: 0px;
	        transition-duration: 400ms;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 4px;
	        border-radius: 5px;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(0, 196, 111, 1);
	    }

	    ._519 {
	        max-width: 100%;
	        width: fit-content;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 18px;
	        margin-bottom: 20px;
	    }

	    ._518 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._517 {
	        margin-bottom: 14px;
	        max-width: 100%;
	    }

	    ._516 {
	        font-family: Jost;
	        font-weight: 600;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-size: 30px;
	    }

	    ._515 {
	        margin-bottom: 14px;
	        max-width: 100%;
	    }

	    ._514 {
	        height: 20px;
	    }

	    ._513 {
	        max-width: 100%;
	        width: fit-content;
	    }

	    ._506 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 8;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._512 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._511 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._510 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._509 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: fit-content;
	    }

	    ._505 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 4;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._508 {
	        max-width: 100%;
	    }

	    ._507 {
	        columns-per-line: 2;
	    }

	    ._507+.resizeWrapper {}

	    ._506 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._505 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._504 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._503 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._502 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._501 {
	        margin-bottom: 14px;
	        max-width: 100%;
	    }

	    ._500 {
	        font-family: Jost;
	        font-weight: 600;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-size: 30px;
	    }

	    ._499 {
	        margin-bottom: 14px;
	        max-width: 100%;
	    }

	    ._498 {
	        height: 20px;
	    }

	    ._497 {
	        max-width: 100%;
	        width: fit-content;
	    }

	    ._490 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 8;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._496 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._495 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._494 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._493 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: fit-content;
	    }

	    ._489 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 4;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._492 {
	        max-width: 100%;
	    }

	    ._491 {
	        columns-per-line: 2;
	    }

	    ._491+.resizeWrapper {}

	    ._490 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._489 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._488 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._487 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._486 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._485 {
	        margin-bottom: 14px;
	        max-width: 100%;
	    }

	    ._484 {
	        font-family: Jost;
	        font-weight: 600;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-size: 30px;
	    }

	    ._483 {
	        margin-bottom: 14px;
	        max-width: 100%;
	    }

	    ._482 {
	        height: 20px;
	    }

	    ._481 {
	        max-width: 100%;
	        width: fit-content;
	    }

	    ._474 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 8;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._480 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._479 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._478 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._477 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: fit-content;
	    }

	    ._473 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 4;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._476 {
	        max-width: 100%;
	    }

	    ._475 {
	        columns-per-line: 2;
	    }

	    ._475+.resizeWrapper {}

	    ._474 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._473 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._472 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._471 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._470 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 20px;
	    }

	    ._469 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    @media (min-width: 992px) {
	        ._468 {
	            opacity: 94%;
	        }
	    }

	    ._468 {
	        color: rgba(255, 255, 255, 1);
	        font-size: 23px;
	    }

	    ._467 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._466 {
	        line-height: 100%;
	        text-align: center;
	        font-family: Jost;
	        color: rgba(255, 255, 255, 1);
	        letter-spacing: 0.6px;
	        font-weight: 600;
	        text-transform: capitalize;
	        font-size: 30px;
	    }

	    ._465:hover {
	        background-image: linear-gradient(rgba(25, 120, 13, 1), rgba(25, 120, 13, 1));
	    }

	    ._464.animate {
	        animation-iteration-count: infinite;
	        animation-duration: 2000ms;
	    }

	    ._465:active {
	        box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
	    }

	    @media (min-width: 992px) {
	        ._465 {
	            opacity: 100%;
	        }
	    }

	    ._465 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	        border-style: solid;
	        border-width: 0px;
	        transition-duration: 400ms;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 4px;
	        border-radius: 5px;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(0, 196, 111, 1);
	    }

	    ._464 {
	        max-width: 100%;
	        width: fit-content;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 18px;
	        margin-bottom: 20px;
	    }

	    ._463 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._462 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._461 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._460 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        background-color: rgba(255, 241, 249, 1);
	        border-radius: 30px;
	        padding-top: 10px;
	        padding-bottom: 10px;
	        padding-left: 20px;
	        padding-right: 20px;
	        border-style: solid;
	        border-width: 1px;
	        border-color: rgba(242, 174, 212, 1);
	    }

	    ._453 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 5;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._459 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._458 {
	        margin-bottom: 14px;
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	    }

	    ._452 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 2;
	        align-self: center;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._457 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._456 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        background-color: rgba(255, 241, 249, 1);
	        border-radius: 30px;
	        padding-top: 10px;
	        padding-bottom: 10px;
	        padding-left: 20px;
	        padding-right: 20px;
	        border-style: solid;
	        border-width: 1px;
	        border-color: rgba(242, 174, 212, 1);
	    }

	    ._451 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 5;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._454+.resizeWrapper {}

	    ._455 {
	        max-width: 100%;
	    }

	    ._454 {
	        columns-per-line: 3;
	    }

	    ._453 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._452 {
	        width: calc(99.99% * (2 / 12) - (20px - 20px * (2 / 12)));
	        margin-right: 20px;
	    }

	    ._451 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 20px;
	    }

	    ._450 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._449 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._448 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._447 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._446 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._445 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	    }

	    ._444 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._443 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._442 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 20px;
	    }

	    ._441 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    @media (min-width: 992px) {
	        ._440 {
	            opacity: 94%;
	        }
	    }

	    ._440 {
	        color: rgba(255, 255, 255, 1);
	        font-size: 23px;
	    }

	    ._439 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._438 {
	        line-height: 100%;
	        text-align: center;
	        font-family: Jost;
	        color: rgba(255, 255, 255, 1);
	        letter-spacing: 0.6px;
	        font-weight: 600;
	        text-transform: capitalize;
	        font-size: 30px;
	    }

	    ._437:hover {
	        background-image: linear-gradient(rgba(25, 120, 13, 1), rgba(25, 120, 13, 1));
	    }

	    ._436.animate {
	        animation-iteration-count: infinite;
	        animation-duration: 2000ms;
	    }

	    ._437:active {
	        box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
	    }

	    @media (min-width: 992px) {
	        ._437 {
	            opacity: 100%;
	        }
	    }

	    ._437 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	        border-style: solid;
	        border-width: 0px;
	        transition-duration: 400ms;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 4px;
	        border-radius: 5px;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(0, 196, 111, 1);
	    }

	    ._436 {
	        max-width: 100%;
	        width: fit-content;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 18px;
	        margin-bottom: 20px;
	    }

	    ._435 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._434 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._433 {
	        max-width: 100%;
	        margin-top: -15px;
	        margin-bottom: 20px;
	    }

	    ._432 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._431 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._430 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._429 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._428 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	    }

	    ._427 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._426 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._425 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._424 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._423 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 20px;
	    }

	    ._422 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    @media (min-width: 992px) {
	        ._421 {
	            opacity: 94%;
	        }
	    }

	    ._421 {
	        color: rgba(255, 255, 255, 1);
	        font-size: 23px;
	    }

	    ._420 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._419 {
	        line-height: 100%;
	        text-align: center;
	        font-family: Jost;
	        color: rgba(255, 255, 255, 1);
	        letter-spacing: 0.6px;
	        font-weight: 600;
	        text-transform: capitalize;
	        font-size: 30px;
	    }

	    ._418:hover {
	        background-image: linear-gradient(rgba(25, 120, 13, 1), rgba(25, 120, 13, 1));
	    }

	    ._417.animate {
	        animation-iteration-count: infinite;
	        animation-duration: 2000ms;
	    }

	    ._418:active {
	        box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
	    }

	    @media (min-width: 992px) {
	        ._418 {
	            opacity: 100%;
	        }
	    }

	    ._418 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	        border-style: solid;
	        border-width: 0px;
	        transition-duration: 400ms;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 4px;
	        border-radius: 5px;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(0, 196, 111, 1);
	    }

	    ._417 {
	        max-width: 100%;
	        width: fit-content;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 18px;
	        margin-bottom: 20px;
	    }

	    ._416 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._415 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._413:hover {
	        font-weight: 600;
	    }

	    ._414 {
	        max-width: 100%;
	    }

	    ._413 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        cursor: pointer;
	        font-size: 14px;
	        font-weight: 400;
	    }

	    ._412 {
	        background-color: rgba(255, 255, 255, 1);
	        border-radius: 100px;
	        padding: 2px;
	    }

	    ._411 {
	        max-width: 100%;
	        width: 25px;
	        margin-left: -8px;
	    }

	    ._410 {
	        background-color: rgba(255, 255, 255, 1);
	        border-radius: 100px;
	        padding: 2px;
	        z-index: 100;
	    }

	    ._409 {
	        max-width: 100%;
	        width: 25px;
	    }

	    ._408 {
	        display: flex;
	        align-items: center;
	        position: absolute;
	        horizontal-position: right;
	        right: 6px;
	        cursor: pointer;
	        vertical-position: bottom;
	        bottom: 15px;
	        background-color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-radius: 100px;
	        border-width: 0px;
	        gap: 1px;
	        padding-top: 1px;
	        padding-bottom: 1px;
	        padding-left: 1px;
	        padding-right: 6px;
	        box-shadow: 0px 1px 3px 0px rgba(17, 39, 45, 0.25);
	    }

	    ._407 {
	        max-width: 100%;
	    }

	    ._405:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._406 {
	        max-width: 100%;
	    }

	    ._405 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        cursor: pointer;
	        font-size: 14px;
	        font-weight: 400;
	    }

	    ._403:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._404 {
	        max-width: 100%;
	    }

	    ._403 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._401:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._402 {
	        max-width: 100%;
	    }

	    ._401 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._400 {
	        display: flex;
	        align-items: center;
	        gap: 17px;
	        padding-left: 12px;
	    }

	    ._399 {
	        max-width: 100%;
	        margin-top: 5px;
	    }

	    ._398 {
	        max-width: 100%;
	    }

	    ._397 {
	        font-family: Jost;
	        font-size: 20px;
	        line-height: 160%;
	        color: rgba(25, 31, 45, 0.77);
	        font-weight: 500;
	    }

	    ._396 {
	        max-width: 100%;
	        margin-bottom: 4px;
	    }

	    ._395 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(21, 25, 35, 1);
	        font-size: 15px;
	        letter-spacing: 0px;
	        font-weight: 600;
	    }

	    ._394 {
	        border-style: solid;
	        border-width: 0px;
	        display: flex;
	        flex-direction: column;
	        justify-content: space-between;
	        padding: 18px;
	        border-radius: 10px;
	        background-color: rgba(255, 255, 255, 1);
	        box-shadow: 0px 1px 3px 0px rgba(227, 227, 238, 1);
	    }

	    ._393 {
	        max-width: 100%;
	        margin-bottom: 2px;
	    }

	    ._392 {
	        max-width: 100%;
	    }

	    ._391 {
	        border-style: solid;
	        border-radius: 100px;
	        border-width: 0px;
	        height: 44px;
	    }

	    ._390 {
	        max-width: 100%;
	        margin-right: 12px;
	        width: 44px;
	    }

	    ._389 {
	        display: flex;
	    }

	    ._388 {
	        max-width: 100%;
	    }

	    ._386:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._387 {
	        max-width: 100%;
	    }

	    ._386 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        cursor: pointer;
	        font-size: 14px;
	        font-weight: 400;
	    }

	    ._384:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._385 {
	        max-width: 100%;
	    }

	    ._384 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._382:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._383 {
	        max-width: 100%;
	    }

	    ._382 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._381 {
	        display: flex;
	        align-items: center;
	        gap: 17px;
	        padding-left: 12px;
	    }

	    ._380 {
	        max-width: 100%;
	        margin-top: 5px;
	    }

	    ._379 {
	        max-width: 100%;
	    }

	    ._378 {
	        font-family: Jost;
	        font-size: 20px;
	        line-height: 160%;
	        color: rgba(25, 31, 45, 0.77);
	        font-weight: 500;
	    }

	    ._377 {
	        max-width: 100%;
	        margin-bottom: 4px;
	    }

	    ._376 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(21, 25, 35, 1);
	        font-size: 15px;
	        letter-spacing: 0px;
	        font-weight: 600;
	    }

	    ._375 {
	        border-style: solid;
	        border-width: 0px;
	        display: flex;
	        flex-direction: column;
	        justify-content: space-between;
	        padding: 18px;
	        border-radius: 10px;
	        background-color: rgba(255, 255, 255, 1);
	        box-shadow: 0px 1px 3px 0px rgba(227, 227, 238, 1);
	    }

	    ._374 {
	        max-width: 100%;
	        margin-bottom: 2px;
	    }

	    ._373 {
	        max-width: 100%;
	    }

	    ._372 {
	        border-style: solid;
	        border-radius: 100px;
	        border-width: 0px;
	        height: 44px;
	    }

	    ._371 {
	        max-width: 100%;
	        margin-right: 12px;
	        width: 44px;
	    }

	    ._370 {
	        display: flex;
	    }

	    ._369 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._368 {
	        background-color: rgba(255, 255, 255, 1);
	        border-radius: 100px;
	        padding: 2px;
	        box-shadow: 0px 1px 4px 1px rgba(58, 80, 96, 0.2);
	    }

	    ._367 {
	        max-width: 100%;
	        width: 25px;
	    }

	    ._366 {
	        display: flex;
	        align-items: center;
	        position: absolute;
	        horizontal-position: right;
	        right: 6px;
	        cursor: pointer;
	        vertical-position: bottom;
	        bottom: 15px;
	    }

	    ._365 {
	        max-width: 100%;
	    }

	    ._363:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._364 {
	        max-width: 100%;
	    }

	    ._363 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        cursor: pointer;
	        font-size: 14px;
	        font-weight: 400;
	    }

	    ._361:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._362 {
	        max-width: 100%;
	    }

	    ._361 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._359:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._360 {
	        max-width: 100%;
	    }

	    ._359 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._358 {
	        display: flex;
	        align-items: center;
	        gap: 17px;
	        padding-left: 12px;
	    }

	    ._357 {
	        max-width: 100%;
	        margin-top: 5px;
	    }

	    ._356 {
	        max-width: 100%;
	    }

	    ._355 {
	        font-family: Jost;
	        font-size: 20px;
	        line-height: 160%;
	        color: rgba(25, 31, 45, 0.77);
	        font-weight: 500;
	    }

	    ._354 {
	        max-width: 100%;
	        margin-bottom: 4px;
	    }

	    ._353 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(21, 25, 35, 1);
	        font-size: 15px;
	        letter-spacing: 0px;
	        font-weight: 600;
	    }

	    ._352 {
	        border-style: solid;
	        border-width: 0px;
	        display: flex;
	        flex-direction: column;
	        justify-content: space-between;
	        padding: 18px;
	        border-radius: 10px;
	        background-color: rgba(255, 255, 255, 1);
	        box-shadow: 0px 1px 3px 0px rgba(227, 227, 238, 1);
	    }

	    ._351 {
	        max-width: 100%;
	        margin-bottom: 2px;
	    }

	    ._350 {
	        max-width: 100%;
	    }

	    ._349 {
	        border-style: solid;
	        border-radius: 100px;
	        border-width: 0px;
	        height: 44px;
	    }

	    ._348 {
	        max-width: 100%;
	        margin-right: 12px;
	        width: 44px;
	    }

	    ._347 {
	        display: flex;
	    }

	    ._346 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._344:hover {
	        font-weight: 600;
	    }

	    ._345 {
	        max-width: 100%;
	    }

	    ._344 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        cursor: pointer;
	        font-size: 14px;
	        font-weight: 400;
	    }

	    ._343 {
	        background-color: rgba(255, 255, 255, 1);
	        border-radius: 100px;
	        padding: 2px;
	    }

	    ._342 {
	        max-width: 100%;
	        width: 25px;
	        margin-left: -8px;
	    }

	    ._341 {
	        background-color: rgba(255, 255, 255, 1);
	        border-radius: 100px;
	        padding: 2px;
	        z-index: 100;
	    }

	    ._340 {
	        max-width: 100%;
	        width: 25px;
	    }

	    ._339 {
	        display: flex;
	        align-items: center;
	        position: absolute;
	        horizontal-position: right;
	        right: 6px;
	        cursor: pointer;
	        vertical-position: bottom;
	        bottom: 15px;
	        background-color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-radius: 100px;
	        border-width: 0px;
	        gap: 1px;
	        padding-top: 1px;
	        padding-bottom: 1px;
	        padding-left: 1px;
	        padding-right: 6px;
	        box-shadow: 0px 1px 3px 0px rgba(17, 39, 45, 0.25);
	    }

	    ._338 {
	        max-width: 100%;
	    }

	    ._336:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._337 {
	        max-width: 100%;
	    }

	    ._336 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        cursor: pointer;
	        font-size: 14px;
	        font-weight: 400;
	    }

	    ._334:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._335 {
	        max-width: 100%;
	    }

	    ._334 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._332:hover {
	        font-weight: 600;
	        text-decoration-line: underline;
	    }

	    ._333 {
	        max-width: 100%;
	    }

	    ._332 {
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 600;
	        cursor: pointer;
	        font-size: 14px;
	    }

	    ._331 {
	        display: flex;
	        align-items: center;
	        gap: 17px;
	        padding-left: 12px;
	    }

	    ._330 {
	        max-width: 100%;
	        margin-top: 5px;
	    }

	    ._329 {
	        max-width: 100%;
	    }

	    ._328 {
	        font-family: Jost;
	        font-size: 20px;
	        line-height: 160%;
	        color: rgba(25, 31, 45, 0.77);
	        font-weight: 500;
	    }

	    ._327 {
	        max-width: 100%;
	        margin-bottom: 4px;
	    }

	    ._326 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(21, 25, 35, 1);
	        font-size: 15px;
	        letter-spacing: 0px;
	        font-weight: 600;
	    }

	    ._325 {
	        border-style: solid;
	        border-width: 0px;
	        display: flex;
	        flex-direction: column;
	        justify-content: space-between;
	        padding: 18px;
	        border-radius: 10px;
	        background-color: rgba(255, 255, 255, 1);
	        box-shadow: 0px 1px 3px 0px rgba(227, 227, 238, 1);
	    }

	    ._324 {
	        max-width: 100%;
	        margin-bottom: 2px;
	    }

	    ._323 {
	        max-width: 100%;
	    }

	    ._322 {
	        border-style: solid;
	        border-radius: 100px;
	        border-width: 0px;
	        height: 44px;
	    }

	    ._321 {
	        max-width: 100%;
	        margin-right: 12px;
	        width: 44px;
	    }

	    ._320 {
	        display: flex;
	    }

	    ._319 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._318 {
	        border-style: solid;
	        border-color: rgba(216, 220, 229, 0.78);
	        border-width: 0px;
	        background-color: rgba(221, 229, 232, 0.3);
	        padding-top: 35px;
	        padding-bottom: 31px;
	        padding-left: 31px;
	        padding-right: 31px;
	        border-radius: 6px;
	    }

	    ._317 {
	        max-width: 100%;
	        margin-top: 26px;
	        margin-bottom: 30px;
	        display: none !important;
	    }

	    ._316 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._315 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._314 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._313 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	    }

	    ._312 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._311 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._310 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 20px;
	    }

	    ._309 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._308 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._307 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._306 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._305 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._304 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._303 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._298 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 5;
	        padding-top: 20px;
	        padding-bottom: 20px;
	    }

	    ._302 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._301 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._297 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 7;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._300 {
	        max-width: 100%;
	    }

	    ._299 {
	        columns-per-line: 2;
	    }

	    ._299+.resizeWrapper {}

	    ._298 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._297 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._296 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._295 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._294 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._293 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._288 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 5;
	        padding-top: 20px;
	        padding-bottom: 20px;
	    }

	    ._292 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._291 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._287 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 7;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._290 {
	        max-width: 100%;
	    }

	    ._289 {
	        columns-per-line: 2;
	    }

	    ._289+.resizeWrapper {}

	    ._288 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._287 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._286 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._285 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._284 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._283 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._278 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 5;
	        padding-top: 20px;
	        padding-bottom: 20px;
	    }

	    ._282 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._281 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._277 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 7;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._280 {
	        max-width: 100%;
	    }

	    ._279 {
	        columns-per-line: 2;
	    }

	    ._279+.resizeWrapper {}

	    ._278 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._277 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._276 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._275 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._274 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._273 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._268 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 5;
	        padding-top: 20px;
	        padding-bottom: 20px;
	    }

	    ._272 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._271 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._267 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 7;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._270 {
	        max-width: 100%;
	    }

	    ._269 {
	        columns-per-line: 2;
	    }

	    ._269+.resizeWrapper {}

	    ._268 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._267 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._266 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._265 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._264 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._263 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	        margin-bottom: 10px;
	    }

	    ._258 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 5;
	        padding-top: 20px;
	        padding-bottom: 20px;
	    }

	    ._262 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._261 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._257 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 7;
	        padding-top: 10px;
	        padding-bottom: 10px;
	    }

	    ._260 {
	        max-width: 100%;
	    }

	    ._259 {
	        columns-per-line: 2;
	    }

	    ._259+.resizeWrapper {}

	    ._258 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._257 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._256 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._255 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._254 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 20px;
	    }

	    ._253 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._252 {
	        max-width: 100%;
	        margin-bottom: 10px;
	    }

	    ._251 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._250 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 10px;
	        margin-bottom: 20px;
	    }

	    ._249 {
	        max-width: 100%;
	        margin-bottom: 6px;
	    }

	    ._248 {
	        font-family: Jost;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        text-align: center;
	        line-height: 135%;
	        font-size: 26px;
	    }

	    ._247 {
	        display: flex;
	        border-style: solid;
	        border-radius: 8px;
	        border-width: 0px;
	        align-items: center;
	        flex-direction: column;
	    }

	    ._246 {
	        max-width: 100%;
	        margin-bottom: 10px;
	        width: 638px;
	    }

	    ._245 {
	        display: flex;
	        flex-direction: column;
	        align-items: center;
	        border-radius: 30px;
	        box-shadow: 0px 0px 11px 3px rgba(205, 205, 205, 0.2) inset;
	        padding-top: 20px;
	        padding-bottom: 10px;
	        padding-left: 10px;
	        padding-right: 10px;
	        background-image: linear-gradient(0deg, rgba(26, 194, 237, 0.03), rgba(26, 194, 237, 0.07));
	    }

	    ._244 {
	        max-width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._243 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._242 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._241 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._240 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 10px;
	        margin-bottom: 20px;
	    }

	    ._239 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 20px;
	    }

	    ._238 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    @media (min-width: 992px) {
	        ._237 {
	            opacity: 94%;
	        }
	    }

	    ._237 {
	        color: rgba(255, 255, 255, 1);
	        font-size: 23px;
	    }

	    ._236 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._235 {
	        line-height: 100%;
	        text-align: center;
	        font-family: Jost;
	        color: rgba(255, 255, 255, 1);
	        letter-spacing: 0.6px;
	        font-weight: 600;
	        text-transform: capitalize;
	        font-size: 30px;
	    }

	    ._234:hover {
	        background-image: linear-gradient(rgba(25, 120, 13, 1), rgba(25, 120, 13, 1));
	    }

	    ._233.animate {
	        animation-iteration-count: infinite;
	        animation-duration: 2000ms;
	    }

	    ._234:active {
	        box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
	    }

	    @media (min-width: 992px) {
	        ._234 {
	            opacity: 100%;
	        }
	    }

	    ._234 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	        border-style: solid;
	        border-width: 0px;
	        transition-duration: 400ms;
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 4px;
	        border-radius: 5px;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(2, 53, 164, 1);
	    }

	    ._233 {
	        max-width: 100%;
	        width: fit-content;
	        margin-left: auto;
	        margin-right: auto;
	        margin-top: 18px;
	        margin-bottom: 20px;
	    }

	    ._232 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._231 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._230 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._229 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 20px;
	        margin-bottom: 20px;
	    }

	    ._228 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._227 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._226 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._225 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	    }

	    ._224 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._223 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._222 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._221 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	    }

	    ._220 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._219 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._218 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._217 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._216 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 10px;
	        width: fit-content;
	    }

	    ._215 {
	        font-family: Jost;
	        line-height: 130%;
	        font-size: 24px;
	        font-weight: 700;
	        color: rgba(255, 255, 255, 1);
	        border-radius: 30px;
	        padding-top: 5px;
	        padding-bottom: 5px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(44, 83, 131, 0.88);
	    }

	    ._214 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._213 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._212 {
	        max-width: 100%;
	        margin-top: -15px;
	        margin-bottom: 20px;
	    }

	    ._211 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._210 {
	        border-radius: 8px;
	        height: auto;
	    }

	    ._209 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._208 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._207 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        margin-bottom: 10px;
	    }

	    ._206 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._205 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._204 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._203 {
	        font-family: Jost;
	        color: rgba(15, 41, 107, 1);
	        line-height: 133%;
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._202 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 10px;
	        width: fit-content;
	    }

	    ._201 {
	        font-family: Jost;
	        line-height: 130%;
	        font-size: 24px;
	        font-weight: 700;
	        color: rgba(255, 255, 255, 1);
	        border-radius: 30px;
	        padding-top: 5px;
	        padding-bottom: 5px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(44, 83, 131, 0.88);
	    }

	    @media (min-width: 992px) {
	        ._199 {
	            opacity: 100%;
	        }
	    }

	    ._200 {
	        max-width: 100%;
	    }

	    ._199 {
	        font-family: Jost;
	        text-align: center;
	        line-height: 160%;
	        font-size: 12px;
	        color: rgba(44, 83, 131, 0.88);
	        font-weight: 500;
	    }

	    ._198 .xbJPp:not(:last-child) {
	        margin-right: -1px;
	    }

	    ._198 .xbJPp {
	        fill: rgba(25, 120, 13, 1);
	        width: 11px;
	        height: 11px;
	    }

	    ._198 .empty.xbJPp {
	        fill: rgba(216, 220, 229, 0.78);
	    }

	    ._197 {
	        max-width: 100%;
	    }

	    @media (min-width: 992px) {
	        ._196 {
	            opacity: 85%;
	        }
	    }

	    ._196 {
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 5px;
	    }

	    ._195 {
	        max-width: 100%;
	    }

	    @media (min-width: 992px) {
	        ._194 {
	            opacity: 94%;
	        }
	    }

	    ._194 {
	        color: rgba(255, 255, 255, 1);
	        font-size: 23px;
	    }

	    ._193 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._192 {
	        line-height: 100%;
	        text-align: center;
	        font-family: Jost;
	        color: rgba(255, 255, 255, 1);
	        font-size: 17px;
	        font-weight: 500;
	        letter-spacing: 0px;
	    }

	    ._191:hover {
	        background-image: linear-gradient(rgba(25, 120, 13, 1), rgba(25, 120, 13, 1));
	    }

	    ._190.animate {
	        animation-iteration-count: infinite;
	        animation-duration: 1600ms;
	    }

	    ._191:active {
	        box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
	    }

	    @media (min-width: 992px) {
	        ._191 {
	            opacity: 100%;
	        }
	    }

	    ._191 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	        border-style: solid;
	        border-width: 0px;
	        transition-duration: 400ms;
	        background-color: rgba(2, 53, 164, 1);
	        display: flex;
	        align-items: center;
	        justify-content: center;
	        gap: 10px;
	        border-radius: 4px;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        padding-left: 13px;
	        padding-right: 13px;
	    }

	    ._190 {
	        max-width: 100%;
	        margin-top: 30px;
	        margin-bottom: 12px;
	    }

	    ._189 {
	        max-width: 100%;
	    }

	    ._188 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 600;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 15px;
	    }

	    ._187 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        font-size: 13px;
	        padding: 4px;
	        background-color: rgba(25, 120, 13, 1);
	    }

	    ._186 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	        margin-right: 8px;
	    }

	    ._185 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        border-width: 0px;
	    }

	    ._184 {
	        max-width: 100%;
	    }

	    ._183 {
	        max-width: 100%;
	    }

	    ._182 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 600;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 15px;
	    }

	    ._181 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        font-size: 13px;
	        padding: 4px;
	        background-color: rgba(25, 120, 13, 1);
	    }

	    ._180 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	        margin-right: 8px;
	    }

	    ._179 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        border-width: 0px;
	    }

	    ._178 {
	        max-width: 100%;
	    }

	    ._177 {
	        max-width: 100%;
	    }

	    ._176 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 600;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 15px;
	    }

	    ._175 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        font-size: 13px;
	        padding: 4px;
	        background-color: rgba(25, 120, 13, 1);
	    }

	    ._174 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	        margin-right: 8px;
	    }

	    ._173 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-top-width: 0px;
	        border-bottom-width: 1px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        border-color: rgba(220, 229, 235, 0.87);
	        padding-bottom: 14px;
	    }

	    ._172 {
	        max-width: 100%;
	    }

	    ._171 {
	        max-width: 100%;
	    }

	    ._170 {
	        font-family: Jost;
	        line-height: 160%;
	        font-weight: 600;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 15px;
	    }

	    ._169 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        font-size: 13px;
	        padding: 4px;
	        background-color: rgba(25, 120, 13, 1);
	    }

	    ._168 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	        margin-right: 8px;
	    }

	    ._167 {
	        display: flex;
	        align-items: center;
	        border-style: solid;
	        border-top-width: 0px;
	        border-bottom-width: 1px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        border-color: rgba(220, 229, 235, 0.87);
	        padding-bottom: 14px;
	    }

	    ._166 {
	        max-width: 100%;
	    }

	    ._165 {
	        display: grid;
	        flex-wrap: wrap;
	        grid-template-columns: repeat(2, 2fr);
	        column-gap: 22px;
	        row-gap: 20px;
	    }

	    ._164 {
	        max-width: 100%;
	    }

	    ._163 {
	        border-radius: 8px;
	        height: auto;
	    }

	    ._162 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 34px;
	    }

	    ._161 {
	        border-radius: 8px;
	        box-shadow: 0px 2px 8px 0px rgba(35, 66, 86, 0.15), 0px 2px 4px 1px rgba(155, 168, 185, 0.1);
	        border-style: solid;
	        border-width: 1px;
	        border-color: rgba(216, 220, 229, 0.78);
	        padding: 27px;
	    }

	    ._160 {
	        max-width: 100%;
	        margin-bottom: 24px;
	        display: none !important;
	    }

	    ._159 {
	        max-width: 100%;
	        margin-bottom: 27px;
	    }

	    ._158 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._157 {
	        border-radius: 8px;
	        height: auto;
	    }

	    ._156 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 34px;
	    }

	    ._155 {
	        font-size: 14px;
	        font-family: Roboto;
	        font-weight: normal;
	        color: rgba(0, 117, 255, 1);
	    }

	    ._154 {
	        max-width: 100%;
	        margin-bottom: 14px;
	        margin-left: auto;
	        margin-right: auto;
	        width: 100%;
	    }

	    ._153 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._152 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._151 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 10px;
	        width: fit-content;
	    }

	    ._150 {
	        font-family: Jost;
	        line-height: 130%;
	        font-size: 24px;
	        font-weight: 700;
	        color: rgba(255, 255, 255, 1);
	        border-radius: 30px;
	        padding-top: 5px;
	        padding-bottom: 5px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(44, 83, 131, 0.88);
	    }

	    ._149 {
	        max-width: 100%;
	    }

	    ._148 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._147 {
	        color: rgba(25, 120, 13, 1);
	        font-size: 22px;
	    }

	    ._146 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._145 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._144 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._143 {
	        max-width: 100%;
	    }

	    ._142 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._141 {
	        color: rgba(25, 120, 13, 1);
	        font-size: 22px;
	    }

	    ._140 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._139 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._138 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._137 {
	        max-width: 100%;
	    }

	    ._136 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._135 {
	        color: rgba(25, 120, 13, 1);
	        font-size: 22px;
	    }

	    ._134 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._133 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._132 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._131 {
	        max-width: 100%;
	    }

	    ._130 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._129 {
	        color: rgba(25, 120, 13, 1);
	        font-size: 22px;
	    }

	    ._128 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._127 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._126 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._125 {
	        display: grid;
	        flex-wrap: wrap;
	        column-gap: 18px;
	        grid-template-columns: repeat(1, 1fr);
	        row-gap: 11px;
	    }

	    ._124 {
	        max-width: 100%;
	        margin-bottom: 20px;
	        display: none !important;
	    }

	    ._123 {
	        flex-direction: column;
	        align-items: flex-start;
	    }

	    ._122 {
	        max-width: 100%;
	    }

	    ._121 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._120 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	    }

	    ._119 {
	        max-width: 100%;
	        margin-bottom: 20px;
	        width: 100%;
	    }

	    ._118 {
	        max-width: 100%;
	        margin-top: 0px;
	        margin-bottom: 20px;
	    }

	    ._117 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._116 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 10px;
	        width: fit-content;
	    }

	    ._115 {
	        font-family: Jost;
	        line-height: 130%;
	        font-size: 24px;
	        font-weight: 700;
	        color: rgba(255, 255, 255, 1);
	        border-radius: 30px;
	        padding-top: 5px;
	        padding-bottom: 5px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(44, 83, 131, 0.88);
	    }

	    ._110 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 9;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        border-top-width: 0px;
	        border-bottom-width: 0px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        padding-top: 0px;
	        padding-bottom: 20px;
	        padding-right: 10px;
	    }

	    ._112+.resizeWrapper {}

	    ._112 {
	        border-style: solid;
	        border-width: 0px;
	        columns-per-line: 2;
	    }

	    ._111 {
	        width: calc(99.99% * (3 / 12) - (38px - 38px * (3 / 12)));
	        margin-right: 0px;
	    }

	    ._110 {
	        width: calc(99.99% * (9 / 12) - (38px - 38px * (9 / 12)));
	        margin-right: 38px;
	    }

	    ._41 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 3;
	        padding-top: 20px;
	        padding-bottom: 20px;
	        border-style: solid;
	        border-width: 0px;
	    }

	    ._108 {
	        max-width: 100%;
	    }

	    ._107 {
	        max-width: 100%;
	        margin-bottom: 17px;
	    }

	    ._106 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._105 {
	        max-width: 100%;
	        margin-top: 0px;
	        margin-bottom: 20px;
	    }

	    ._104 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._103 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 10px;
	        width: fit-content;
	    }

	    ._102 {
	        font-family: Jost;
	        line-height: 130%;
	        font-size: 24px;
	        font-weight: 700;
	        color: rgba(255, 255, 255, 1);
	        border-radius: 30px;
	        padding-top: 5px;
	        padding-bottom: 5px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-color: rgba(44, 83, 131, 0.88);
	    }

	    ._101 {
	        max-width: 100%;
	        margin-bottom: 14px;
	    }

	    ._100 {
	        font-family: Jost;
	        font-weight: 400;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	    }

	    ._99 {
	        max-width: 100%;
	    }

	    ._98 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._97 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        padding: 4px;
	        font-size: 13px;
	        background-color: rgba(225, 10, 12, 1);
	    }

	    ._96 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._95 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._94 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._93 {
	        max-width: 100%;
	    }

	    ._92 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._91 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        padding: 4px;
	        font-size: 13px;
	        background-color: rgba(225, 10, 12, 1);
	    }

	    ._90 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._89 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._88 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._87 {
	        max-width: 100%;
	    }

	    ._86 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._85 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        padding: 4px;
	        font-size: 13px;
	        background-color: rgba(225, 10, 12, 1);
	    }

	    ._84 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._83 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._82 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._81 {
	        max-width: 100%;
	    }

	    ._80 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._79 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        padding: 4px;
	        font-size: 13px;
	        background-color: rgba(225, 10, 12, 1);
	    }

	    ._78 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._77 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._76 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._75 {
	        max-width: 100%;
	    }

	    ._74 {
	        font-family: Jost;
	        line-height: 160%;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 20px;
	        font-weight: 400;
	    }

	    ._73 {
	        color: rgba(255, 255, 255, 1);
	        border-style: solid;
	        border-width: 1px;
	        border-radius: 100px;
	        font-size: 13px;
	        padding: 4px;
	        background-color: rgba(225, 10, 12, 1);
	    }

	    ._72 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._71 {
	        display: flex;
	        border-style: solid;
	        border-color: rgba(220, 229, 235, 0.87);
	        gap: 8px;
	        border-width: 0px;
	        align-items: flex-start;
	    }

	    ._70 {
	        max-width: 100%;
	        margin-bottom: 1px;
	    }

	    ._69 {
	        display: grid;
	        flex-wrap: wrap;
	        column-gap: 18px;
	        grid-template-columns: repeat(1, 1fr);
	        row-gap: 10px;
	    }

	    ._68 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._67 {
	        max-width: 100%;
	        margin-bottom: 18px;
	    }

	    ._66 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 400;
	    }

	    ._65 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._64 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._63 {
	        max-width: 100%;
	        margin-bottom: 18px;
	    }

	    ._62 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 400;
	    }

	    ._61 {
	        max-width: 100%;
	        margin-bottom: 20px;
	    }

	    ._60 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 30px;
	    }

	    ._59 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 10px;
	        width: fit-content;
	    }

	    ._58 {
	        font-family: Jost;
	        line-height: 130%;
	        font-size: 24px;
	        font-weight: 700;
	        color: rgba(255, 255, 255, 1);
	        border-radius: 30px;
	        padding-top: 5px;
	        padding-bottom: 5px;
	        padding-left: 20px;
	        padding-right: 20px;
	        background-image: linear-gradient(transparent, transparent);
	        background-position: top left;
	        background-color: rgba(44, 83, 131, 0.88);
	    }

	    ._57 {
	        max-width: 100%;
	        margin-top: 20px;
	        margin-bottom: 22px;
	    }

	    ._56 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 400;
	    }

	    ._55 {
	        height: 1px;
	        background-color: rgba(220, 229, 235, 0.87);
	    }

	    ._54 {
	        max-width: 100%;
	        width: 100%;
	        margin-top: 10px;
	        margin-bottom: 20px;
	    }

	    ._53 {
	        max-width: 100%;
	        margin-top: 40px;
	        margin-bottom: 10px;
	    }

	    ._52 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 38px;
	    }

	    ._51 {
	        max-width: 100%;
	        margin-top: 20px;
	        margin-bottom: 22px;
	    }

	    ._50 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 400;
	    }

	    ._49 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._48 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 20px;
	    }

	    ._47 {
	        max-width: 100%;
	        margin-bottom: 22px;
	    }

	    ._46 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 400;
	    }

	    ._45 {
	        max-width: 100%;
	        margin-bottom: 22px;
	    }

	    ._44 {
	        font-family: Jost;
	        font-size: 20px;
	        color: rgba(44, 83, 131, 0.88);
	        line-height: 160%;
	        font-weight: 400;
	        background-color: rgba(255, 241, 241, 1);
	        padding: 10px;
	    }

	    ._40 {
	        justify-content: flex-start;
	        align-items: center;
	        col-width: 9;
	        padding-top: 0px;
	        padding-bottom: 10px;
	        padding-right: 20px;
	    }

	    ._43 {
	        max-width: 100%;
	    }

	    ._42 {
	        columns-per-line: 2;
	    }

	    ._42+.resizeWrapper {}

	    ._41 {
	        width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
	        margin-right: 0px;
	    }

	    ._40 {
	        width: calc(99.99% * (9 / 12) - (20px - 20px * (9 / 12)));
	        margin-right: 20px;
	    }

	    ._39 {
	        border-radius: 4px;
	        height: auto;
	    }

	    ._38 {
	        max-width: 100%;
	        width: 100%;
	        margin-bottom: 60px;
	    }

	    @media (min-width: 992px) {}

	    ._37 {
	        font-family: Jost;
	        line-height: 100%;
	        color: rgba(44, 83, 131, 0.88);
	        letter-spacing: -0.2px;
	        padding-left: 0px;
	        font-weight: 500;
	        font-size: 14px;
	    }

	    ._36 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._35 {
	        font-size: 15px;
	        color: rgba(15, 41, 107, 1);
	    }

	    ._34 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._33 {
	        display: flex;
	        align-items: center;
	        gap: 2px;
	    }

	    ._32 {
	        max-width: 100%;
	    }

	    @media (min-width: 992px) {}

	    ._31 {
	        font-family: Jost;
	        line-height: 100%;
	        color: rgba(44, 83, 131, 0.88);
	        letter-spacing: -0.2px;
	        padding-left: 0px;
	        font-weight: 500;
	        font-size: 14px;
	    }

	    ._30 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    ._29 {
	        font-size: 16px;
	        color: rgba(15, 41, 107, 1);
	    }

	    ._28 {
	        margin-left: 0;
	        margin-right: 0;
	        display: inline-flex;
	        vertical-align: middle;
	        max-width: 100%;
	    }

	    ._27 {
	        display: flex;
	        align-items: center;
	        gap: 2px;
	    }

	    ._26 {
	        max-width: 100%;
	    }

	    ._25 {
	        display: flex;
	        gap: 12px;
	    }

	    ._24 {
	        max-width: 100%;
	    }

	    @media (min-width: 992px) {}

	    ._23 {
	        font-family: Jost;
	        line-height: 100%;
	        color: rgba(44, 83, 131, 0.88);
	        letter-spacing: -0.2px;
	        padding-left: 0px;
	        font-weight: 500;
	        font-size: 14px;
	    }

	    ._22 {
	        max-width: 100%;
	        margin-right: 4px;
	    }

	    @media (min-width: 992px) {}

	    ._21 {
	        line-height: 100%;
	        text-decoration-line: none;
	        font-family: Jost;
	        font-weight: 600;
	        color: rgba(15, 41, 107, 1);
	        font-size: 16px;
	    }

	    ._20 {
	        max-width: 100%;
	        margin-bottom: 8px;
	    }

	    ._19 {
	        max-width: 100%;
	    }

	    ._18 {
	        border-style: solid;
	        border-color: rgba(255, 255, 255, 1);
	        border-radius: 100px;
	        object-fit: contain;
	        background-color: rgba(255, 255, 255, 1);
	        box-shadow: 0px 0px 0px 1px rgba(216, 220, 229, 0.78);
	        height: 48px;
	        border-width: 3px;
	    }

	    ._17 {
	        max-width: 100%;
	        margin-right: 8px;
	        width: 48px;
	    }

	    ._16 {
	        display: flex;
	        align-items: center;
	    }

	    ._15 {
	        max-width: 100%;
	    }

	    ._14 {
	        display: flex;
	        align-items: flex-end;
	        justify-content: space-between;
	    }

	    ._13 {
	        max-width: 100%;
	        margin-top: 26px;
	        margin-bottom: 24px;
	    }

	    ._12 {
	        max-width: 100%;
	        margin-top: 20px;
	        margin-bottom: 14px;
	    }

	    ._11 {
	        font-family: Jost;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	        font-weight: 700;
	        font-size: 38px;
	    }

	    ._10 {
	        margin-bottom: 20px;
	        display: none !important;
	    }

	    ._9 {
	        font-weight: regular;
	        align-self: center;
	        line-height: 18px;
	        font-family: Jost;
	        color: rgba(44, 83, 131, 0.88);
	        font-size: 13px;
	    }

	    ._8 {
	        height: 60px;
	    }

	    ._7 {
	        max-width: 100%;
	        margin-left: auto;
	        margin-right: auto;
	        margin-bottom: 20px;
	        display: none !important;
	    }

	    ._6 {
	        padding-top: 20px;
	        padding-bottom: 40px;
	        padding-left: 27px;
	        padding-right: 22px;
	    }

	    ._5 {
	        max-width: 100%;
	        margin-bottom: 0px;
	    }

	    ._4 {
	        font-weight: 600;
	        line-height: 130%;
	        color: rgba(230, 230, 230, 1);
	        font-family: Alegreya;
	        font-size: 30px;
	    }

	    ._3 {
	        background-color: rgba(15, 41, 107, 1);
	        padding-top: 10px;
	        padding-bottom: 10px;
	        padding-left: 20px;
	        padding-right: 20px;
	    }

	    ._2 {
	        max-width: 100%;
	        margin-bottom: 0px;
	    }

	    ._1 {
	        font-family: Jost;
	        font-weight: 400;
	        line-height: 160%;
	        font-size: 15px;
	        color: rgba(187, 187, 187, 1);
	    }

	    ._0 {
	        padding-top: 5px;
	        padding-bottom: 5px;
	    }

	    ._wqkY[data-boxed="true"] {
	        width: 1140px;
	    }

	    .Y3KcS[data-boxed="true"] {
	        width: 1140px;
	    }

	    ._kXZi[data-boxed="true"] {
	        width: 1140px;
	    }

	    .UJmEj[data-boxed="true"] {
	        width: 1140px;
	    }

	    body {
	        --static_page_background: rgba(255, 255, 255, 1);
	        --static_section_background: rgba(221, 229, 232, 0.3);
	        --static_title_text: rgba(15, 41, 107, 1);
	        --static_body_text: rgba(44, 83, 131, 0.88);
	        --static_primary_color_buttons_links: rgba(2, 53, 164, 1);
	        --static_light_primary_background: rgba(26, 194, 237, 0.13);
	        --static_buttons_text: rgba(255, 255, 255, 1);
	        --static_secondary_color: rgba(25, 120, 13, 1);
	        --static_outline: rgba(216, 220, 229, 0.78);
	        --static_primary_links_hover: rgba(25, 120, 13, 1);
	        --static_secondary_links_hover: rgba(231, 233, 238, 0.4);
	        --static_divider_color: rgba(220, 229, 235, 0.87);
	        --static_heading_font: Jost;
	        --static_subheading_font: Jost;
	        --static_heading_size: 38px;
	        --static_subheading_size: 30px;
	        --static_body_text_font: Jost;
	        --static_body_text_size: 20px;
	        --mdziEXTeS: 400;
	        --pHaxGCzoM: 500;
	        --AmJKyUp3G: 600;
	        --Manppr8Ic: 700;
	        --74ZDyFh_x: rgba(255, 123, 88, 0.15);
	        --QveVMSEtu: rgba(0, 196, 111, 1);
	    }
	}

	@media (max-width: 991px) {
	    @media (min-width: 768px) {
	        ._1035 {
	            opacity: 80%;
	        }
	    }

	    @media (min-width: 768px) {
	        ._1033 {
	            opacity: 80%;
	        }
	    }

	    ._1031 {
	        display: none !important;
	    }

	    @media (min-width: 768px) {
	        ._1023 {
	            opacity: 80%;
	        }
	    }

	    ._998 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._970 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._944 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._918 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._892 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._864 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._838 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._812 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._784 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._758 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._728 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._702 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._676 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._648 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._622 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._596 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._585 {
	        font-weight: 600;
	        line-height: 130%;
	        color: rgba(15, 41, 107, 1);
	    }

	    ._575 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._545 {
	        margin-bottom: 16px;
	    }

	    ._528 {
	        padding-top: 10px;
	    }

	    @media (min-width: 768px) {
	        ._524 {
	            display: none !important;
	        }
	    }

	    ._111 {
	        col-width: 12;
	    }

	    ._521 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._506 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._505 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._490 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._489 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._474 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._473 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._466 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._453 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._452 {
	        width: calc(99.99% * (2 / 12) - (20px - 20px * (2 / 12)));
	        margin-right: 20px;
	    }

	    ._451 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 20px;
	    }

	    ._438 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._419 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._298 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._297 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._288 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._287 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._278 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._277 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._268 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._267 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._258 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._257 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._235 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._192 {
	        font-weight: 600;
	        line-height: 130%;
	    }

	    ._164 {
	        margin-bottom: 16px;
	    }

	    ._124 {
	        margin-bottom: 16px;
	    }

	    ._110 {
	        col-width: 12;
	    }

	    ._112 {
	        columns-per-line: 1;
	    }

	    ._112+.resizeWrapper {}

	    ._111 {
	        width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._110 {
	        width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._41 {
	        col-width: 12;
	    }

	    @media (min-width: 768px) {
	        ._109 {
	            display: none !important;
	        }
	    }

	    ._68 {
	        margin-bottom: 16px;
	    }

	    ._40 {
	        col-width: 12;
	        padding-right: 0px;
	    }

	    ._42 {
	        columns-per-line: 1;
	    }

	    ._41 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._40 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }
	}

	@media (max-width: 767px) {
	    @media (min-width: 480px) {
	        ._1035 {
	            opacity: 80%;
	        }
	    }

	    @media (min-width: 480px) {
	        ._1033 {
	            opacity: 80%;
	        }
	    }

	    @media (min-width: 480px) {
	        ._1023 {
	            opacity: 80%;
	        }
	    }

	    ._1019 {
	        padding-bottom: 262px;
	        padding-left: 16px;
	        padding-right: 16px;
	    }

	    ._543 {
	        margin-left: auto;
	        margin-right: auto;
	    }

	    @media (min-width: 480px) {
	        ._525 {
	            display: none !important;
	        }
	    }

	    @media (min-width: 480px) {
	        ._524 {
	            display: none !important;
	        }
	    }

	    ._111 {
	        padding-top: 30px;
	    }

	    ._506 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._505 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._490 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._489 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._474 {
	        width: calc(99.99% * (8 / 12) - (20px - 20px * (8 / 12)));
	        margin-right: 0px;
	    }

	    ._473 {
	        width: calc(99.99% * (4 / 12) - (20px - 20px * (4 / 12)));
	        margin-right: 20px;
	    }

	    ._453 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._452 {
	        width: calc(99.99% * (2 / 12) - (20px - 20px * (2 / 12)));
	        margin-right: 20px;
	    }

	    ._451 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 20px;
	    }

	    ._298 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._297 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._288 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._287 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._278 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._277 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._268 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._267 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._258 {
	        width: calc(99.99% * (5 / 12) - (20px - 20px * (5 / 12)));
	        margin-right: 0px;
	    }

	    ._257 {
	        width: calc(99.99% * (7 / 12) - (20px - 20px * (7 / 12)));
	        margin-right: 20px;
	    }

	    ._114 {
	        margin-bottom: 0px;
	    }

	    ._110 {
	        padding: 0px;
	    }

	    ._111 {
	        width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._110 {
	        width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    @media (min-width: 480px) {
	        ._109 {
	            display: none !important;
	        }
	    }

	    ._41 {
	        col-width: 12;
	    }

	    ._40 {
	        col-width: 12;
	    }

	    ._42 {
	        columns-per-line: 1;
	    }

	    ._41 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._40 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._6 {
	        padding-top: 30px;
	        padding-bottom: 40px;
	        padding-left: 20px;
	        padding-right: 20px;
	    }
	}

	@media (max-width: 479px) {
	    ._1036 {
	        margin-left: auto;
	        margin-right: auto;
	    }

	    ._1035 {
	        opacity: 80%;
	        text-align: center;
	    }

	    ._1034 {
	        margin-left: auto;
	        margin-right: auto;
	    }

	    ._1033 {
	        opacity: 80%;
	        text-align: center;
	    }

	    ._1030 {
	        margin-bottom: 0px;
	        margin-right: 0px;
	    }

	    ._1025 {
	        display: flex;
	        align-items: center;
	        flex-direction: row;
	        flex-wrap: wrap;
	    }

	    ._1024 {
	        margin-left: auto;
	        margin-right: auto;
	    }

	    ._1023 {
	        opacity: 80%;
	        text-align: center;
	        font-size: 15px;
	    }

	    ._1021 {
	        height: 30px;
	    }

	    ._1020 {
	        width: auto;
	    }

	    ._1019 {
	        padding-top: 40px;
	        padding-bottom: 62px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._998 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._971 {
	        font-size: 14px;
	    }

	    ._970 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._944 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._918 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._892 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._864 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._838 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._812 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._784 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._758 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._729 {
	        font-size: 14px;
	    }

	    ._728 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._702 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._676 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._648 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._622 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._596 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._586 {
	        margin-bottom: 8px;
	    }

	    ._585 {
	        font-weight: 600;
	        line-height: 160%;
	        color: rgba(15, 41, 107, 1);
	    }

	    ._584 {
	        margin-bottom: 20px;
	    }

	    ._582 {
	        padding-top: 20px;
	        padding-bottom: 10px;
	        padding-left: 16px;
	        padding-right: 16px;
	    }

	    ._575 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._574 {
	        padding-top: 13px;
	        padding-bottom: 13px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._573 {
	        margin-top: 0px;
	        width: 100%;
	    }

	    ._545 {
	        margin-bottom: 12px;
	    }

	    ._543 {
	        width: 102px;
	    }

	    ._544 {
	        height: 102px;
	    }

	    ._532 {
	        font-size: 12px;
	    }

	    ._528 {
	        display: flex;
	        flex-wrap: nowrap;
	        align-items: center;
	        flex-direction: row;
	        justify-content: center;
	    }

	    ._525 {
	        display: none !important;
	    }

	    ._524 {
	        display: none !important;
	    }

	    ._111 {
	        padding-top: 10px;
	        padding-bottom: 0px;
	    }

	    ._521 {
	        font-weight: 600;
	        line-height: 146%;
	        font-size: 15px;
	    }

	    ._520 {
	        padding-top: 13px;
	        padding-bottom: 13px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._519 {
	        margin-top: 0px;
	        width: 104%;
	    }

	    ._506 {
	        col-width: 12;
	    }

	    ._505 {
	        col-width: 12;
	    }

	    ._506 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._505 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._490 {
	        col-width: 12;
	    }

	    ._489 {
	        col-width: 12;
	    }

	    ._490 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._489 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._474 {
	        col-width: 12;
	    }

	    ._477 {
	        width: fit-content;
	    }

	    ._473 {
	        col-width: 12;
	    }

	    ._474 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._473 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._469 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._466 {
	        font-weight: 600;
	        line-height: 146%;
	        font-size: 15px;
	    }

	    ._465 {
	        padding-top: 13px;
	        padding-bottom: 13px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._464 {
	        margin-top: 0px;
	        width: 104%;
	    }

	    ._453 {
	        col-width: 12;
	    }

	    ._452 {
	        col-width: 12;
	    }

	    ._451 {
	        col-width: 12;
	    }

	    ._453 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._452 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0px;
	    }

	    ._451 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0px;
	    }

	    ._441 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._438 {
	        font-weight: 600;
	        line-height: 146%;
	        font-size: 15px;
	    }

	    ._437 {
	        padding-top: 13px;
	        padding-bottom: 13px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._436 {
	        margin-top: 0px;
	        width: 104%;
	    }

	    ._422 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._419 {
	        font-weight: 600;
	        line-height: 146%;
	        font-size: 15px;
	    }

	    ._418 {
	        padding-top: 13px;
	        padding-bottom: 13px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._417 {
	        margin-top: 0px;
	        width: 104%;
	    }

	    ._411 {
	        width: 23px;
	    }

	    ._409 {
	        width: 23px;
	    }

	    ._391 {
	        height: 34px;
	    }

	    ._390 {
	        width: 34px;
	        margin-right: 6px;
	    }

	    ._372 {
	        height: 34px;
	    }

	    ._371 {
	        width: 34px;
	        margin-right: 6px;
	    }

	    ._367 {
	        width: 23px;
	    }

	    ._349 {
	        height: 34px;
	    }

	    ._348 {
	        width: 34px;
	        margin-right: 6px;
	    }

	    ._342 {
	        width: 23px;
	    }

	    ._340 {
	        width: 23px;
	    }

	    ._322 {
	        height: 34px;
	    }

	    ._321 {
	        width: 34px;
	        margin-right: 6px;
	    }

	    ._318 {
	        padding-left: 15px;
	        padding-right: 20px;
	    }

	    ._309 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._298 {
	        col-width: 12;
	    }

	    ._297 {
	        col-width: 12;
	    }

	    ._298 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._297 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._288 {
	        col-width: 12;
	    }

	    ._287 {
	        col-width: 12;
	    }

	    ._288 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._287 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._278 {
	        col-width: 12;
	    }

	    ._277 {
	        col-width: 12;
	    }

	    ._278 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._277 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._268 {
	        col-width: 12;
	    }

	    ._267 {
	        col-width: 12;
	    }

	    ._268 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._267 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._258 {
	        col-width: 12;
	    }

	    ._257 {
	        col-width: 12;
	    }

	    ._258 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._257 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._253 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._248 {
	        font-size: 23px;
	    }

	    ._245 {
	        padding-top: 30px;
	        padding-bottom: 16px;
	        padding-left: 16px;
	        padding-right: 16px;
	    }

	    ._238 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._235 {
	        font-weight: 600;
	        line-height: 146%;
	        font-size: 15px;
	    }

	    ._234 {
	        padding-top: 13px;
	        padding-bottom: 13px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._233 {
	        margin-top: 0px;
	        width: 104%;
	    }

	    ._218 {
	        margin-bottom: 20px;
	    }

	    ._217 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._215 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._209 {
	        margin-bottom: 22px;
	    }

	    ._207 {
	        width: 100%;
	    }

	    ._203 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._201 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._198 .xbJPp {
	        width: 12px;
	        height: 12px;
	    }

	    ._198 .xbJPp:not(:last-child) {
	        margin-right: -1px;
	    }

	    ._192 {
	        font-weight: 600;
	        line-height: 160%;
	    }

	    ._191 {
	        padding-top: 13px;
	        padding-bottom: 13px;
	        padding-left: 10px;
	        padding-right: 10px;
	    }

	    ._190 {
	        margin-top: 0px;
	        width: 100%;
	    }

	    ._188 {
	        font-size: 14px;
	    }

	    ._186 {
	        margin-right: 15px;
	    }

	    ._182 {
	        font-size: 14px;
	    }

	    ._180 {
	        margin-right: 15px;
	    }

	    ._179 {
	        border-style: solid;
	        border-top-width: 0px;
	        border-bottom-width: 1px;
	        border-left-width: 0px;
	        border-right-width: 0px;
	        padding-bottom: 11px;
	    }

	    ._176 {
	        font-size: 14px;
	    }

	    ._174 {
	        margin-right: 15px;
	    }

	    ._173 {
	        padding-bottom: 11px;
	    }

	    ._170 {
	        font-size: 14px;
	    }

	    ._168 {
	        margin-right: 15px;
	    }

	    ._167 {
	        padding-bottom: 11px;
	    }

	    ._164 {
	        margin-bottom: 15px;
	    }

	    ._165 {
	        display: grid;
	        grid-template-columns: repeat(1, 1fr);
	        row-gap: 9px;
	    }

	    ._162 {
	        margin-bottom: 22px;
	    }

	    ._161 {
	        padding: 20px;
	    }

	    ._156 {
	        margin-bottom: 22px;
	    }

	    ._152 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._150 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._124 {
	        margin-bottom: 12px;
	    }

	    ._117 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._115 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._113 {
	        margin-top: 20px;
	    }

	    ._111 {
	        width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._110 {
	        width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._109 {
	        display: none !important;
	    }

	    ._41 {
	        col-width: 12;
	    }

	    ._104 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._102 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._68 {
	        margin-bottom: 12px;
	    }

	    ._60 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._58 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._52 {
	        font-size: 22px;
	        font-weight: 600;
	    }

	    ._40 {
	        col-width: 12;
	    }

	    ._41 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	    }

	    ._40 {
	        width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
	        margin-right: 0px;
	        margin-bottom: 0;
	    }

	    ._39 {
	        height: fit-content;
	    }

	    ._38 {
	        margin-bottom: 20px;
	    }

	    ._37 {
	        letter-spacing: 0.3px;
	    }

	    ._31 {
	        letter-spacing: 0.3px;
	    }

	    ._23 {
	        letter-spacing: 0.3px;
	    }

	    ._21 {
	        font-size: 15px;
	    }

	    ._20 {
	        margin-bottom: 8px;
	    }

	    ._18 {
	        height: 38px;
	    }

	    ._17 {
	        width: 38px;
	    }

	    ._11 {
	        font-weight: 600;
	        font-size: 22px;
	    }

	    ._10 {
	        margin-bottom: 10px;
	    }

	    ._9 {
	        font-size: 12px;
	    }

	    ._6 {
	        padding-bottom: 10px;
	        padding-left: 17px;
	        padding-right: 17px;
	    }

	    ._0 {
	        padding-top: 5px;
	        padding-bottom: 5px;
	    }
	}