/* CSS variables. */
:root {
	--PhoneInput-color--focus: #03b2cb;
	--PhoneInputInternationalIconPhone-opacity: 0.8;
	--PhoneInputInternationalIconGlobe-opacity: 0.65;
	--PhoneInputCountrySelect-marginRight: 0.35em;
	--PhoneInputCountrySelectArrow-width: 0.3em;
	--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);
	--PhoneInputCountrySelectArrow-borderWidth: 1px;
	--PhoneInputCountrySelectArrow-opacity: 0.45;
	--PhoneInputCountrySelectArrow-color: currentColor;
	--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountrySelectArrow-transform: rotate(45deg);
	--PhoneInputCountryFlag-aspectRatio: 1.5;
	--PhoneInputCountryFlag-height: 1em;
	--PhoneInputCountryFlag-borderWidth: 1px;
	--PhoneInputCountryFlag-borderColor: rgba(0,0,0,0.5);
	--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);
	--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,0.1);
}

.PhoneInput {
	/* This is done to stretch the contents of this component. */
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
}

.PhoneInputInput {
	/* The phone number input stretches to fill all empty space */
	-ms-flex: 1 1;
	    flex: 1 1;
	/* The phone number input should shrink
	   to make room for the extension input */
	min-width: 0;
}

.PhoneInputCountryIcon {
	width: calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));
	height: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--square {
	width: var(--PhoneInputCountryFlag-height);
}

.PhoneInputCountryIcon--border {
	/* Removed `background-color` because when an `<img/>` was still loading
	   it would show a dark gray rectangle. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom. */
	background-color: var(--PhoneInputCountryFlag-backgroundColor--loading);
	/* Border is added via `box-shadow` because `border` interferes with `width`/`height`. */
	/* For some reason the `<img/>` is not stretched to 100% width and height
	   and sometime there can be seen white pixels of the background at top and bottom,
	   so an additional "inset" border is added. */
	-webkit-box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
	        box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor);
}

.PhoneInputCountryIconImg {
	/* Fixes weird vertical space above the flag icon. */
	/* https://gitlab.com/catamphetamine/react-phone-number-input/-/issues/7#note_348586559 */
	display: block;
	/* 3rd party <SVG/> flag icons won't stretch if they have `width` and `height`.
	   Also, if an <SVG/> icon's aspect ratio was different, it wouldn't fit too. */
	width: 100%;
	height: 100%;
}

.PhoneInputInternationalIconPhone {
	opacity: var(--PhoneInputInternationalIconPhone-opacity);
}

.PhoneInputInternationalIconGlobe {
	opacity: var(--PhoneInputInternationalIconGlobe-opacity);
}

/* Styling native country `<select/>`. */

.PhoneInputCountry {
	position: relative;
	-ms-flex-item-align: stretch;
	    align-self: stretch;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	margin-right: var(--PhoneInputCountrySelect-marginRight);
}

.PhoneInputCountrySelect {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	border: 0;
	opacity: 0;
	cursor: pointer;
}

.PhoneInputCountrySelect[disabled],
.PhoneInputCountrySelect[readonly] {
	cursor: default;
}

.PhoneInputCountrySelectArrow {
	display: block;
	content: '';
	width: var(--PhoneInputCountrySelectArrow-width);
	height: var(--PhoneInputCountrySelectArrow-width);
	margin-left: var(--PhoneInputCountrySelectArrow-marginLeft);
	border-style: solid;
	border-color: var(--PhoneInputCountrySelectArrow-color);
	border-top-width: 0;
	border-bottom-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	border-left-width: 0;
	border-right-width: var(--PhoneInputCountrySelectArrow-borderWidth);
	-webkit-transform: var(--PhoneInputCountrySelectArrow-transform);
	    -ms-transform: var(--PhoneInputCountrySelectArrow-transform);
	        transform: var(--PhoneInputCountrySelectArrow-transform);
	opacity: var(--PhoneInputCountrySelectArrow-opacity);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon + .PhoneInputCountrySelectArrow {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon--border {
	-webkit-box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
	        box-shadow: 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),
		inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus);
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon .PhoneInputInternationalIconGlobe {
	opacity: 1;
	color: var(--PhoneInputCountrySelectArrow-color--focus);
}
.Card_desktopImg__NO175{display:block !important}.Card_mobileImg__oKk_G{display:none !important}@media(max-width: 767px){.Card_desktopImg__NO175{display:none !important}.Card_mobileImg__oKk_G{display:block !important}}.Card_el__CzdYU{padding:16px 0;color:#1b1b1b;display:block}.Card_el__CzdYU .Card_image__t3OAx{position:relative;overflow:hidden;border-radius:16px;line-height:0;width:100%;min-width:0;min-width:initial}.Card_el__CzdYU .Card_image__t3OAx img{aspect-ratio:3/2;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.Card_el__CzdYU .Card_image__t3OAx .Card_tag__TBsc_{position:absolute;top:16px;left:16px;font-size:16px;font-weight:500;line-height:1.5;padding:4px 12px;border-radius:30px;color:#fff;background-color:#bcb7ee}.Card_el__CzdYU .Card_content__FUtHf{margin-top:24px}@media screen and (max-width: 599px){.Card_el__CzdYU .Card_content__FUtHf{margin-top:16px}}.Card_el__CzdYU .Card_effects__1ADew{color:#788383;font-size:12px;font-weight:500;margin:8px 0}.Card_el__CzdYU .Card_tags__7X5Qc{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;gap:10px;margin-bottom:10px}.Card_el__CzdYU .Card_tags__7X5Qc .Card_tag__TBsc_{padding:2px 8px;border-radius:16px;background-color:#6f63dc;display:block;font-size:11px;line-height:16px;font-weight:500;color:#fff}.Card_el__CzdYU h3{font-size:24px;font-weight:500;color:#222;margin-top:8px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-clamp:2;-webkit-line-clamp:2}@media screen and (max-width: 767px){.Card_el__CzdYU h3{font-size:16px}}.Card_el__CzdYU .Card_group__MCpt6{font-size:12px;line-height:1.5;color:#788383}.Card_el__CzdYU .Card_description__qMkxb{font-size:14px;line-height:20px;color:#788383;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;line-clamp:3;-webkit-line-clamp:3;margin-top:8px}.Card_el__CzdYU .Card_credits__759KW{font-size:12px;font-weight:400;margin-top:8px}.Card_el__CzdYU .Card_flex__JVLAQ{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin-top:8px}
.Pagination_desktopImg__pECkm{display:block !important}.Pagination_mobileImg___B1CP{display:none !important}@media(max-width: 767px){.Pagination_desktopImg__pECkm{display:none !important}.Pagination_mobileImg___B1CP{display:block !important}}.Pagination_el__W2UpU{position:relative;margin-top:16px;border-top:1px solid #eaecf0;padding-top:20px}@media screen and (max-width: 767px){.Pagination_el__W2UpU{padding-top:0;border-top:none}}.Pagination_el__W2UpU .Pagination_pagination__OPseR{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;gap:0;list-style-type:none;margin:0;padding:0}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pagination__OPseR{gap:8px}}.Pagination_el__W2UpU .Pagination_pageItem__HlWoo{width:40px;-ms-flex-positive:0;flex-grow:0}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageItem__HlWoo{width:28px}}.Pagination_el__W2UpU .Pagination_pageItem__HlWoo.Pagination_prev__6whkW,.Pagination_el__W2UpU .Pagination_pageItem__HlWoo.Pagination_next__rSfrs{width:auto;-ms-flex-positive:3;flex-grow:3}.Pagination_el__W2UpU .Pagination_pageItem__HlWoo.Pagination_prev__6whkW{text-align:left}.Pagination_el__W2UpU .Pagination_pageItem__HlWoo.Pagination_next__rSfrs{text-align:right}.Pagination_el__W2UpU .Pagination_pageItem__HlWoo.disabled .Pagination_pageNav__K4FSH{color:#f7f7f7;pointer-events:none;background-color:rgba(0,0,0,0)}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageItem__HlWoo.disabled .Pagination_pageNav__K4FSH{border-color:#f7f7f7}}.Pagination_el__W2UpU .Pagination_pageItem__HlWoo.Pagination_active__U5aud .Pagination_pageLink__8rkiq{z-index:3;color:#222;background-color:#f8f8ff}.Pagination_el__W2UpU .Pagination_pageLink__8rkiq{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;padding:8px;font-size:14px;line-height:1;color:#000;text-decoration:none;border-radius:50px;cursor:pointer}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageLink__8rkiq{padding:4px;width:28px;height:28px}}.Pagination_el__W2UpU .Pagination_pageLink__8rkiq:hover{z-index:2;color:#000;text-decoration:none;background-color:#deddff}.Pagination_el__W2UpU .Pagination_pageLink__8rkiq:focus{z-index:3;color:#6f63dc;background-color:rgba(0,0,0,0);outline:1px;-webkit-box-shadow:none;box-shadow:none}.Pagination_el__W2UpU .Pagination_pageLink__8rkiq.Pagination_active__U5aud{z-index:3;color:#fff;background-color:#f8f8ff}.Pagination_el__W2UpU .Pagination_pageLink__8rkiq.disabled,.disabled>.Pagination_el__W2UpU .Pagination_pageLink__8rkiq{color:#f7f7f7;pointer-events:none;background-color:rgba(0,0,0,0)}.Pagination_el__W2UpU .Pagination_pageBreak__tZL_f{position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;width:40px;height:40px;padding:8px;font-size:18px;line-height:1;color:#000;text-decoration:none;pointer-events:none}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageBreak__tZL_f{padding:4px;width:28px;height:28px}}.Pagination_el__W2UpU .Pagination_pageNav__K4FSH{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;height:40px;padding:8px 0;font-size:14px;font-weight:600;line-height:1;color:#222;text-decoration:none;cursor:pointer}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageNav__K4FSH{padding:4px 0;height:36px;width:36px;border:1px solid #deddff;border-radius:8px}}.Pagination_el__W2UpU .Pagination_pageNav__K4FSH.disabled{color:#f7f7f7;pointer-events:none;background-color:rgba(0,0,0,0)}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageNav__K4FSH .Pagination_text__bYvmi{display:none}}.Pagination_el__W2UpU .Pagination_pageNav__K4FSH span{font-size:20px;font-weight:400}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageNav__K4FSH span{font-size:20px}}.Pagination_el__W2UpU .Pagination_pageNav__K4FSH.Pagination_prev__6whkW span{margin-right:8px}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageNav__K4FSH.Pagination_prev__6whkW span{margin:0}}.Pagination_el__W2UpU .Pagination_pageNav__K4FSH.Pagination_next__rSfrs span{margin-left:8px}@media screen and (max-width: 767px){.Pagination_el__W2UpU .Pagination_pageNav__K4FSH.Pagination_next__rSfrs span{margin:0}}.Pagination_el__W2UpU .Pagination_pageNav__K4FSH.Pagination_next__rSfrs span:before{display:block;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.ShopCard_desktopImg__fLrPd{display:block !important}.ShopCard_mobileImg__BU_Q7{display:none !important}@media(max-width: 767px){.ShopCard_desktopImg__fLrPd{display:none !important}.ShopCard_mobileImg__BU_Q7{display:block !important}}.ShopCard_el__K3vln{display:-ms-flexbox;display:flex;gap:12px;-ms-flex-align:start;align-items:flex-start;margin-bottom:16px;color:#1b1b1b}.ShopCard_el__K3vln .ShopCard_image__rpyQU{position:relative;width:max(96px,30%);min-width:max(96px,30%);overflow:hidden;border-radius:16px;aspect-ratio:3/2}.ShopCard_el__K3vln .ShopCard_image__rpyQU:before{content:" ";display:block;padding-top:66.7%}.ShopCard_el__K3vln .ShopCard_image__rpyQU img{position:absolute;inset:0;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.ShopCard_el__K3vln .ShopCard_content__a_lXr h4{font-size:16px;line-height:1.375;font-weight:bold;color:#222}.ShopCard_el__K3vln .ShopCard_tags__V9g1b{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;gap:10px;margin-bottom:10px}.ShopCard_el__K3vln .ShopCard_tags__V9g1b .ShopCard_tag__gkOlJ{padding:2px 8px;font-size:11px;border-radius:20px;background-color:#6f63dc;display:block;line-height:16px;font-weight:500;color:#fff}.ShopCard_el__K3vln .ShopCard_flex__tSRIS{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;margin-top:8px}.ShopCard_el__K3vln .ShopCard_rating__R2QHm{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:14px;color:#6f63dc}@media screen and (max-width: 599px){.ShopCard_el__K3vln .ShopCard_rating__R2QHm{font-size:12px}}.ShopCard_el__K3vln .ShopCard_rating__R2QHm span{font-size:16px;line-height:1;margin-right:4px}.ShopCard_el__K3vln .ShopCard_rating__R2QHm .ShopCard_rateTotal__67Fl9{color:#788383;margin-left:4px}.ShopCard_el__K3vln .ShopCard_rating__R2QHm+.ShopCard_address__q62W_{position:relative;padding-left:18px}.ShopCard_el__K3vln .ShopCard_rating__R2QHm+.ShopCard_address__q62W_:before{content:"·";display:block;position:absolute;left:8px}.ShopCard_el__K3vln .ShopCard_address__q62W_{font-size:12px;line-height:1.3;color:#788383;margin-top:2px}
.LatestShops_desktopImg__kemtK{display:block !important}.LatestShops_mobileImg__zVv7B{display:none !important}@media(max-width: 767px){.LatestShops_desktopImg__kemtK{display:none !important}.LatestShops_mobileImg__zVv7B{display:block !important}}.LatestShops_el__aO99Z{position:relative;width:100%;padding:0}.LatestShops_el__aO99Z .LatestShops_title__JMz6U{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;padding-bottom:20px;border-bottom:1px solid #deddff}.LatestShops_el__aO99Z .LatestShops_title__JMz6U h3{font-size:18px;font-weight:600}.LatestShops_el__aO99Z .LatestShops_latestShops__kc_y4{margin-top:16px;position:relative}.LatestShops_el__aO99Z .LatestShops_latestShops__kc_y4.LatestShops_mobile__IvF8d{display:none}@media screen and (max-width: 767px){.LatestShops_el__aO99Z .LatestShops_latestShops__kc_y4.LatestShops_mobile__IvF8d{display:block}}@media screen and (max-width: 767px){.LatestShops_el__aO99Z .LatestShops_latestShops__kc_y4.LatestShops_desktop__KSdVR{display:none}}.LatestShops_el__aO99Z .LatestShops_allLink__7dU8j{color:#6f63dc;font-size:16px;font-weight:500;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.LatestShops_el__aO99Z .LatestShops_allLink__7dU8j span{font-size:24px}.LatestShops_el__aO99Z .LatestShops_allLink__7dU8j span:before{display:block;-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);transform:scaleX(-1)}.LatestShops_el__aO99Z .LatestShops_customNavigation__0B6r6{pointer-events:none;position:absolute;z-index:10;top:min(98px,9.8vw - 24px);left:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}.LatestShops_el__aO99Z .LatestShops_customNavigation__0B6r6 button{pointer-events:all;width:48px;height:48px;padding:12px;border-radius:50px;background-color:#fff;-webkit-filter:drop-shadow(2px 4px 16px rgba(0, 0, 0, 0.12));filter:drop-shadow(2px 4px 16px rgba(0, 0, 0, 0.12))}.LatestShops_el__aO99Z .LatestShops_customNavigation__0B6r6 button span{display:block;font-size:24px;line-height:24px}.LatestShops_el__aO99Z .LatestShops_customNavigation__0B6r6 button.LatestShops_prev__2lCCq{margin-left:-24px}.LatestShops_el__aO99Z .LatestShops_customNavigation__0B6r6 button.LatestShops_prev__2lCCq span{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.LatestShops_el__aO99Z .LatestShops_customNavigation__0B6r6 button.LatestShops_next__V_cSf{margin-right:-24px}.LatestShops_el__aO99Z .LatestShops_customNavigation__0B6r6 button.LatestShops_next__V_cSf span{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.LatestShops_el__aO99Z .LatestShops_ctaButton__HyE3Y{padding:12px 20px;border:1px solid #deddff;border-radius:100px;font-size:16px;line-height:1.5;font-weight:bold;color:#1b1b1b;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;max-width:343px;margin:0 auto}@media screen and (max-width: 767px){.LatestShops_el__aO99Z .LatestShops_ctaButton__HyE3Y{max-width:none;max-width:initial}}
.ArticleListing_desktopImg__J1r8d{display:block !important}.ArticleListing_mobileImg__xcTQY{display:none !important}@media(max-width: 767px){.ArticleListing_desktopImg__J1r8d{display:none !important}.ArticleListing_mobileImg__xcTQY{display:block !important}}.ArticleListing_el__oM267{padding:16px 0 40px}.ArticleListing_el__oM267 .ArticleListing_listing__Hy6WF{margin:8px 0 20px;display:grid;grid-column-gap:32px;-webkit-column-gap:32px;-moz-column-gap:32px;column-gap:32px;grid-template-columns:repeat(2, 1fr)}@media screen and (max-width: 1024px){.ArticleListing_el__oM267 .ArticleListing_listing__Hy6WF{grid-template-columns:1fr}}.ArticleListing_el__oM267 h2{margin-bottom:8px}.ArticleListing_el__oM267 .ArticleListing_filters__HEPYO{position:relative;display:block;background-color:#fff;padding:0;width:100%;overflow:hidden;overflow-x:auto;padding:0;border-bottom:1px solid #deddff}@media screen and (max-width: 767px){.ArticleListing_el__oM267 .ArticleListing_filters__HEPYO{border-bottom:none}}@media screen and (max-width: 767px){.ArticleListing_el__oM267 .ArticleListing_filters__HEPYO+.ArticleListing_filterLine__krb81{margin-left:-16px;margin-right:-16px;width:calc(100% + 16px + 16px);border-bottom:1px solid #deddff}}.ArticleListing_el__oM267 .ArticleListing_tabBtns__RR4Gq{margin-top:16px;padding-top:20px;background-color:#fff;display:-ms-flexbox;display:flex;gap:16px}.ArticleListing_el__oM267 .ArticleListing_tabBtns__RR4Gq button{position:relative;display:block;font-size:16px;font-weight:500;line-height:18px;padding:0 4px 18px;color:#788383;max-width:120px;white-space:nowrap;cursor:pointer}.ArticleListing_el__oM267 .ArticleListing_tabBtns__RR4Gq button.active,.ArticleListing_el__oM267 .ArticleListing_tabBtns__RR4Gq button.ArticleListing_active__BH6GE{color:#6f63dc}.ArticleListing_el__oM267 .ArticleListing_tabBtns__RR4Gq button.active:after,.ArticleListing_el__oM267 .ArticleListing_tabBtns__RR4Gq button.ArticleListing_active__BH6GE:after{content:" ";position:absolute;display:block;width:100%;height:2px;background-color:#6f63dc;bottom:-1px;left:0}.ArticleListing_el__oM267 .ArticleListing_searchBtns___Q4sv{margin-top:24px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.ArticleListing_el__oM267 .ArticleListing_searchBtns___Q4sv button{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;padding:8px 12px;color:#222;border:1px solid #deddff;border-radius:100px;font-size:14px;font-weight:bold}.ArticleListing_el__oM267 .ArticleListing_searchBtns___Q4sv button.ArticleListing_active__BH6GE{border:2px solid #6f63dc}.ArticleListing_el__oM267 .ArticleListing_searchBtns___Q4sv button span{font-size:20px;line-height:20px;margin-left:2px}.ArticleListing_el__oM267 .ArticleListing_flexRow___HCnB{display:-ms-flexbox;display:flex;gap:32px;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 767px){.ArticleListing_el__oM267 .ArticleListing_flexRow___HCnB{display:block}}.ArticleListing_el__oM267 .ArticleListing_flexRow___HCnB .ArticleListing_left__h3NJJ{width:calc(100% - 332px)}@media screen and (max-width: 767px){.ArticleListing_el__oM267 .ArticleListing_flexRow___HCnB .ArticleListing_left__h3NJJ{width:100%}}.ArticleListing_el__oM267 .ArticleListing_flexRow___HCnB .ArticleListing_right__ZnQUf{position:relative;width:300px;padding-top:20px;margin-top:16px}@media screen and (max-width: 767px){.ArticleListing_el__oM267 .ArticleListing_flexRow___HCnB .ArticleListing_right__ZnQUf{width:100%}}.ArticleListing_el__oM267 .ArticleListing_adbox__sAJkp{width:300px;height:250px;margin:32px 0}@media screen and (max-width: 767px){.ArticleListing_el__oM267 .ArticleListing_adbox__sAJkp{margin:32px auto}}.ArticleListing_modalContainer__86qM_{padding-bottom:120px}.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j{padding-bottom:96px;border-top:1px solid #deddff;width:100%;display:-ms-flexbox;display:flex;height:calc(100vh - 60px)}.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_left__h3NJJ{width:28%;min-width:115px;background-color:#f7f7f7}.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_left__h3NJJ a{display:block;cursor:pointer;font-size:16px;font-weight:500;line-height:24px;padding:16px 25px}@media screen and (max-width: 767px){.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_left__h3NJJ a{padding:16px 16px}}.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_left__h3NJJ a.active,.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_left__h3NJJ a:hover{background-color:#fff;color:#6f63dc}.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_right__ZnQUf{overflow-y:auto;padding:0 25px 48px}@media screen and (max-width: 767px){.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_right__ZnQUf{padding:0 16px 48px}}.ArticleListing_modalContainer__86qM_.ArticleListing_twoCol__LOu2j .ArticleListing_right__ZnQUf>div:first-child h3{margin-top:16px}.ArticleListing_modalContainer__86qM_ h2{margin-top:16px}.ArticleListing_modalContainer__86qM_ h3{margin-top:24px}.ArticleListing_modalContainer__86qM_ .ArticleListing_buttonList__yEwly{position:relative;width:100%}.ArticleListing_modalContainer__86qM_ .ArticleListing_buttonList__yEwly .ArticleListing_sectionBtn__Xr9z9{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:18px;font-weight:500;line-height:1.5;padding:16px 0;border-bottom:1px solid #deddff}.ArticleListing_modalContainer__86qM_ .ArticleListing_buttonList__yEwly .ArticleListing_sectionBtn__Xr9z9 span[class^=icon-]{font-size:24px;line-height:24px}.ArticleListing_modalContainer__86qM_ .ArticleListing_buttonList__yEwly .ArticleListing_sectionBtn__Xr9z9 span[class^=icon-]:before{display:block;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.ArticleListing_bottomApply__ducNx{position:sticky;width:100%;bottom:env(safe-area-inset-bottom);padding:24px 25px;background-color:#fff;border-top:1px solid #deddff;display:-ms-flexbox;display:flex;gap:16px}@media screen and (max-width: 767px){.ArticleListing_bottomApply__ducNx{padding:24px 16px}}.ArticleListing_bottomApply__ducNx button{width:100%}
