/*
Theme Name: aalsrode_1111
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}
[hidden] {display: none;}
.none, .hidden {display: none;}

.on760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right {
	float: right;
	}

.alignleft, .left {
	float: left;
	}

.center {
	text-align: center;
	}

.centered, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.right {
	margin: 0 0 4px 10px;
	display: inline;
	}

img.alignleft, img.left {
	margin: 0 10px 4px 0;
	display: inline;
	}

a img {
	border: none;
	}

img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	}

/* END NULL */


/* BASE */

:root{
	--aals-font-base: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
	--aals-font-display: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;

	--aals-bg: #f6f8ff;
	--aals-surface: rgba(255, 255, 255, 0.92);
	--aals-surface-2: #ffffff;
	--aals-text: #0b1020;
	--aals-muted: rgba(11, 16, 32, 0.62);
	--aals-border: rgba(11, 16, 32, 0.10);
	--aals-shadow: 0 18px 60px rgba(18, 22, 45, 0.12);

	--aals-primary: #2b63ff;
	--aals-primary-2: #7b5bff;
	--aals-accent: #ff3d6e;
	--aals-teal: #00b3a4;

	--aals-radius: 14px;
	--aals-radius-sm: 10px;
	--aals-radius-xs: 8px;
}

.aals-container{
	/* semantic helper; real sizing is on .wrap */
}

.aals-content{
	/* hook for future page-specific tweaks */
}

.aals-card{
	/* allow templates to be uniquely classed without breaking existing selectors */
}

body {
	color: var(--aals-text);
	font-size: 16px;
	line-height: 24px;
	font-family: var(--aals-font-base);
	background:
		radial-gradient(900px 450px at 10% -10%, rgba(43, 99, 255, 0.18) 0%, rgba(43, 99, 255, 0) 60%),
		radial-gradient(700px 420px at 90% 0%, rgba(255, 61, 110, 0.16) 0%, rgba(255, 61, 110, 0) 55%),
		linear-gradient(180deg, #fbfcff 0%, var(--aals-bg) 55%, #ffffff 100%);
	text-align: center;
	font-weight: 300;
	}

.wrap {
	width: 100%;
	max-width: 1240px;
	padding: 0 18px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: var(--aals-font-base);
	}

a {
	color: var(--aals-primary);
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: var(--aals-accent);
	text-decoration: none;
	}

p, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 10px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	margin: 0 0 24px 0;
	color: var(--aals-text);
	font-family: var(--aals-font-display);
	font-weight: 800;
	letter-spacing: -0.02em;
	}
h1, .h1, .title{
	font-size: clamp(30px, 3.4vw, 56px);
	line-height: 1.02;
	}
h2, .h2{
	font-size: clamp(26px, 3vw, 48px);
	line-height: 1.05;
	}
h2 span, .h2 span{
	font-weight: 300;
	}
h3, .h3{
	font-size: clamp(22px, 2.4vw, 40px);
	line-height: 1.1;
	}
h4, .h4{
	font-size: clamp(20px, 2vw, 34px);
	line-height: 1.15;
	}
h5, .h5{
	font-size: clamp(18px, 1.7vw, 28px);
	line-height: 1.2;
	}
h6, .h6{
	font-size: 20px;
	line-height: 1.25;
	font-weight: 700;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: var(--aals-shadow);
	border-radius: var(--aals-radius-sm);
	}

.table tr th, .entry table tr th{
	border-right: 1px solid rgba(255,255,255,0.12);
	background: linear-gradient(90deg, #0c1022 0%, #161a33 100%);
	padding: 11px 30px;
	color: #fff;
	font-weight: bold;
	}

.table tr th:last-child, .entry table tr th:last-child{
	border-right: 0;
	}

.table tr th span, .entry table tr th span{
	display: block;
	color: rgba(255,255,255,0.75);
	font-size: 11px;
	line-height: 11px;
	text-align: right;
	}

.table tr td, .entry table tr td{
	padding: 8px 30px;
	border-right: 1px solid var(--aals-border);
	border-bottom: 1px solid var(--aals-border);
	background: rgba(255,255,255,0.7);
	color: var(--aals-text);
	font-size: 15px;
	line-height: 21px;
	}

.table tr:nth-child(2n) td, .entry table tr:nth-child(2n) td{
	background: rgba(255,255,255,0.92);
	border-bottom: 0;
	}

.table tr td:last-child, .entry table tr td:last-child{
	border-right: 0;
	}

.table tr:first-child th:first-child, .entry table tr:first-child th:first-child, .table tr:first-child td:first-child, .entry table tr:first-child td:first-child{
	border-radius: 5px 0 0 0;
	}

.table tr:first-child th:last-child, .entry table tr:first-child th:last-child, .table tr:first-child td:last-child, .entry table tr:first-child td:last-child{
	border-radius: 0 5px 0 0;
	}

.table tr:last-child th:first-child, .entry table tr:last-child th:first-child, .table tr:last-child td:first-child, .entry table tr:last-child td:first-child{
	border-radius: 0 0 0 5px;
	}

.table tr:last-child th:last-child, .entry table tr:last-child th:last-child, .table tr:last-child td:last-child, .entry table tr:last-child td:last-child{
	border-radius: 0 0 5px 0;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 28px;
	list-style: none;
	font-size: 17px;
	line-height: 23px;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 5px 0;
	padding: 0 0 0 29px;
	background: url('images/li.png') no-repeat 0px 6px / 14px auto;
	}

blockquote {
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 10px 0;
	}

.lab{
	display: block;
	padding: 0 0 5px 0;
	font-size: 15px;
	line-height: 18px;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	padding: 13px 25px;
	background: rgba(255,255,255,0.85);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius-xs);
	-webkit-appearance: none;
	color: var(--aals-text);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 158px;
	padding: 18px 32px;
	background: rgba(255,255,255,0.85);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius-xs);
	-webkit-appearance: none;
	color: var(--aals-text);
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 43px;
	padding: 12px 22px;
	border: 1px solid rgba(43, 99, 255, 0.20);
	background: linear-gradient(135deg, var(--aals-primary) 0%, var(--aals-primary-2) 100%);
	border-radius: 999px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: rgba(255, 61, 110, 0.35);
	background: linear-gradient(135deg, var(--aals-accent) 0%, #ff7a45 100%);
	color: #fff;
	text-decoration: none;
	}

.btn_s2 {
	min-height: 75px;
	padding: 25px 55px;
	border-radius: 37px;
	font-size: 20px;
	line-height: 23px;
	}

.btn_c2{
	border-color: rgba(11, 16, 32, 0.18);
	background: #fff;
	color: var(--aals-text);
	}
.btn_c2:hover{
	border-color: rgba(255, 61, 110, 0.35);
	background: #ccc;
	color: var(--aals-text);
	}


/* END FORM */


/* HEADER */

.aals-header,
header {
	background: linear-gradient(90deg, #0c1022 0%, #161a33 100%);
	border-bottom: 1px solid rgba(255,255,255,0.08);
	}

.top {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 10px 0;
	background: transparent;
	}

.aals-header__bar{
	gap: 14px;
}


.logo{
	width: 150px;
	}

.aals-logo img{
	filter: drop-shadow(0 6px 18px rgba(0,0,0,0.22));
}

.logo img{
	vertical-align: bottom;
	}

.show_nav{
	float: left;
	display: none;
	width: 40px;
	height: 23px;
	margin: 10px;
	position: relative;
	cursor: pointer;
	}

.show_nav span, .show_nav:before, .show_nav:after{
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.show_nav span{
	top: 10px;
	}

.show_nav:before {
	top: 0px;
	}

.show_nav:after {
	top: 20px;
	}

.show_nav.open span{
	display: none;
	}

.show_nav.open:before{
	transform: rotate(45deg);
	top: 10px;
	}

.show_nav.open:after{
	transform: rotate(-45deg);
	top: 10px;
	}

@media (min-width: 761px) {
.main_nav{
	display: block !important;
	}
}

.main_nav{
	font-size: 17px;
	line-height: 23px;
	}

.main_nav ul {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	}

.main_nav ul li {
	padding: 0 10px;
	}

.main_nav ul li a {
	color: #fff;
	}

.main_nav ul li a:hover {
	color: #ffbd2f;
	}

.top_r {
	display: flex;
	align-content: center;
	align-items: center;
	}

.aals-header__cta .btn{
	box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}


.top_lang > ul > li {
	position: relative;
	padding: 10px 0;
	}

.top_lang ul li a{
	display: flex;
	align-content: center;
	align-items: center;
	color: #fff;
	}

.top_lang ul li a img{
	width: 40px;
	margin: 0 5px 0 0;
	}

.top_lang ul li li a img{
	width: 25px;
	}

.top_lang > ul > li > ul{
	display: block;
	width: 180px;
	padding: 15px 20px;
	position: absolute;
	top: 120%;
	right: 0px;
	z-index: 999;
	background: linear-gradient(180deg, rgba(12,16,34,0.98) 0%, rgba(22,26,51,0.98) 100%);
	box-shadow: 0 0 15px 0 rgb(255 255 255 / 10%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	}

.top_lang > ul > li:hover > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
	}

.top_lang ul li ul li {
	display: block;
	padding: 10px 0;
	border-top: 1px solid #3e404d;
	}

.top_lang ul li ul li:first-child {
	border: 0;
	}

.top_lang ul li ul li a:hover {
	color: #eed110;
	}


.top_add {
	padding: 0 0 0 20px;
	}


/* END HEADER */


/* HOME */

.home_lists {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 30px 0;
	}

.home_list {
	width: auto;
	box-sizing: border-box;
	padding: 14px;
	background:
		radial-gradient(140px 90px at 18% 0%, rgba(43, 99, 255, 0.18) 0%, rgba(43, 99, 255, 0) 70%),
		linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.86) 100%);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius);
	box-shadow: 0 10px 28px rgba(18, 22, 45, 0.08);
	}

.home_list:nth-child(2n) {
	background:
		radial-gradient(140px 90px at 18% 0%, rgba(255, 61, 110, 0.18) 0%, rgba(255, 61, 110, 0) 70%),
		linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.86) 100%);
	}

.home_list_t {
	padding: 0 10px 10px 40px;
	}

.home_list_t a {
	display: block;
	padding: 5px 25px 5px 0;
	background: url('images/arr_r.svg') no-repeat right 5px center / 20px auto;
	color: var(--aals-text);
	font-size: 17px;
	font-weight: bold;
	}

.home_list_t a:hover {
	background-position: right center;
	color: #030513;
	}

.home_list_t span {
	display: block;
	font-size: 12px;
	line-height: 14px;
	}

.home_list_ul {
	padding: 10px 5px;
	background: rgba(255,255,255,0.80);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius);
	}

.home_list ul {
	height: 360px;
	padding: 0 5px 0 0;
	overflow-y: scroll;
	}

.home_list ul::-webkit-scrollbar { width: 8px; height: 8px; box-shadow: 0px 0px 1px #b5b5b5; margin: 0 10px 0 0;}
.home_list ul::-webkit-scrollbar-button { display: none; }
.home_list ul::-webkit-scrollbar-track {  background: #fff;}
.home_list ul::-webkit-scrollbar-track-piece { background-color: #fff;}
.home_list ul::-webkit-scrollbar-thumb { height: 50px; background-color: #c9c9c9; cursor: pointer;}
.home_list ul::-webkit-scrollbar-corner { background-color: #c9c9c9;}
.home_list ul::-webkit-resizer { background-color: #c9c9c9;}

.home_list ul li:nth-child(2n) {
	background: #f5f5f5;
	}

.home_list ul li a {
	display: block;
	padding: 5px 25px 5px 26px;
	position: relative;
	color: var(--aals-text);
	}

.home_list ul li a:hover {
	color: var(--aals-accent);
	}

.home_list ul li a:before {
	content: " ";
	display: block;
	width: 20px;
	height: 20px;
	background: url('images/review.svg') no-repeat center / 20px auto;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	opacity: 0.4;
	transition: all 0.3s 0.02s ease;
	}

.home_list ul li a:hover:before {
	opacity: 1;
	}

.home_list_go {
	padding: 10px 0 0 0;
	text-align: center;
	}


.faqs {
	padding: 0 0 18px 0;
	}

.faqs .title {
	margin: 0 0 36px 0;
	}

.faqs_l {
	float: left;
	width: 570px;
	}

.faqs_r {
	float: right;
	width: 570px;
	}

.faq {
	margin: 0 0 16px 0;
	padding: 16px 35px;
	background: rgba(255,255,255,0.86);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius);
	box-shadow: 0 10px 24px rgba(18, 22, 45, 0.06);
	}

.faq:hover {
	border-color: rgba(43, 99, 255, 0.30);
	}

.faq.open {
	padding: 15px 34px;
	background: rgba(255,255,255,0.92);
	border: 2px solid rgba(43, 99, 255, 0.32);
	}

.faq_t {
	padding: 0 0 0 22px;
	color: var(--aals-text);
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	font-family: var(--aals-font-display);
	cursor: pointer;
	}

.faq_e {
	display: none;
	padding: 28px 0 10px 0;
	}


.home_text {
	padding: 0 0 30px 0;
	}


/* END HOME */


/* POSTS */

#content {
	padding: 30px 0;
	}

.aals-hero{
	margin: 0 0 18px 0;
	padding: 18px;
	background: rgba(255,255,255,0.86);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius);
	box-shadow: 0 10px 28px rgba(18, 22, 45, 0.06);
	}

.aals-hero__grid{
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 18px;
	align-items: center;
	}

.aals-hero__title{
	margin: 0 0 10px 0;
	}

.aals-hero__lead{
	color: rgba(11, 16, 32, 0.74);
	font-size: 15px;
	line-height: 21px;
	}

.aals-hero__meta{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 0 0;
	}

.aals-hero__thumb{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
	border-radius: var(--aals-radius);
	background: rgba(43,99,255,0.06);
	border: 1px solid rgba(43,99,255,0.10);
	overflow: hidden;
	}

.aals-hero__thumb img{
	max-height: 160px;
	width: auto;
	}

.aals-toolbar{
	display: flex;
	gap: 18px;
	align-items: flex-start;
	justify-content: space-between;
	margin: 0 0 18px 0;
	}

.aals-toolbar__left{
	flex: 1 1 auto;
	}

.aals-toolbar__right{
	flex: 0 0 auto;
	}

.aals-subcats{
	margin: 0 0 18px 0;
	}

.aals-subcats__title{
	font-weight: 800;
	margin: 0 0 10px 0;
	}

.aals-subcats__grid{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	}

.aals-pill{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(43, 99, 255, 0.10);
	border: 1px solid rgba(43, 99, 255, 0.14);
	color: rgba(11, 16, 32, 0.80);
	font-size: 13px;
	line-height: 15px;
	}

.aals-pill__count{
	display: inline-flex;
	min-width: 24px;
	height: 20px;
	padding: 0 8px;
	justify-content: center;
	align-items: center;
	border-radius: 999px;
	background: rgba(11, 16, 32, 0.06);
	border: 1px solid rgba(11, 16, 32, 0.10);
	font-size: 12px;
	line-height: 12px;
	}

.aals-pill--link{
	text-decoration: none;
	transition: all 0.25s 0.02s ease;
	}

.aals-pill--link:hover{
	background: rgba(255, 61, 110, 0.10);
	border-color: rgba(255, 61, 110, 0.16);
	color: rgba(11, 16, 32, 0.90);
	}

.aals-sort{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border-radius: var(--aals-radius);
	background: rgba(255,255,255,0.86);
	border: 1px solid var(--aals-border);
	}

.aals-sort__label{
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	color: rgba(11, 16, 32, 0.72);
	}

.aals-sort__select{
	height: 36px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid rgba(11, 16, 32, 0.14);
	background: rgba(255,255,255,0.92);
	color: rgba(11, 16, 32, 0.86);
	}

.breadc {
	padding: 0 0 20px 0;
	font-size: 13px;
	line-height: 15px;
	}

.cat_des {
	background: rgba(255,255,255,0.86);
	border: 1px solid var(--aals-border);
	padding: 20px 20px 10px 20px;
	margin: 0 0 30px 0;
	border-radius: var(--aals-radius);
	box-shadow: 0 10px 28px rgba(18, 22, 45, 0.06);
	}


.post_list {
	padding: 0 0 25px 0;
	}

.post_list_t {
	padding: 0 0 3px 0;
	font-weight: bold;
	}

.aals-postGrid{
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 24px 0;
}

.aals-postCard{
	background: rgba(255,255,255,0.86);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius);
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(18, 22, 45, 0.06);
}

.aals-postCard__img{
	display: block;
	height: 180px;
	overflow: hidden;
}

.aals-postCard__img img{
	width: 100%;
	height: 180px;
	object-fit: cover;
	vertical-align: bottom;
	transition: transform 0.35s 0.02s ease;
}

.aals-postCard:hover .aals-postCard__img img{
	transform: scale(1.04);
}

.aals-postCard__body{
	padding: 14px 14px 16px 14px;
}

.aals-postCard__meta{
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	margin: 0 0 10px 0;
}

.aals-postCard__date{
	font-size: 12px;
	line-height: 14px;
	color: rgba(11, 16, 32, 0.60);
}

.aals-postCard__cat{
	font-size: 12px;
	line-height: 14px;
	font-weight: 800;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(43, 99, 255, 0.10);
	border: 1px solid rgba(43, 99, 255, 0.14);
	color: rgba(11, 16, 32, 0.86);
}

.aals-postCard__cat:hover{
	background: rgba(255, 61, 110, 0.10);
	border-color: rgba(255, 61, 110, 0.16);
}

.aals-postCard__title{
	font-weight: 900;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 8px 0;
}

.aals-postCard__title a{
	color: rgba(11, 16, 32, 0.94);
}

.aals-postCard__title a:hover{
	color: var(--aals-accent);
}

.aals-postCard__excerpt{
	color: rgba(11, 16, 32, 0.66);
	font-size: 13px;
	line-height: 18px;
}


.site_lists {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 0 0 30px 0;
	}

.site_list {
	width: auto;
	}

.site_list_img {
	margin: 0 0 10px 0;
	min-height: 150px;
	position: relative;
	}

.site_list_img{
	overflow: hidden;
	border-radius: var(--aals-radius);
}

.site_list_img img{
	transition: transform 0.4s 0.02s ease;
}

.site_list:hover .site_list_img img{
	transform: scale(1.03);
}

.site_list_img img {
	border-radius: var(--aals-radius);
	vertical-align: bottom;
	}

.site_list_go {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s 0.02s ease;
	opacity: 0;
	background: linear-gradient(180deg, rgba(11,16,32,0.10) 0%, rgba(11,16,32,0.44) 100%);
	backdrop-filter: blur(6px);
	border-radius: var(--aals-radius);
	}

.site_list:hover .site_list_go {
	opacity: 1;
	}

.site_list_go div {
	padding: 5px 0;
	}

.site_list_t {
	padding: 0 0 10px 0;
	}

.site_list_t a {
	color: var(--aals-text);
	}

.site_list_t a:hover {
	color: var(--aals-accent);
	}

.site_list_e {
	color: #8f8f8f;
	font-size: 12px;
	line-height: 14px;
	}



.p_nav {
	padding: 10px 0;
	}

.p_nav a, .p_nav span {
	display: inline-block;
	padding: 4px 10px;
	margin: 0 5px 0 0;
	background: rgba(43, 99, 255, 0.12);
	border: 1px solid rgba(43, 99, 255, 0.18);
	border-radius: var(--aals-radius-xs);
	color: var(--aals-text);
	}

.p_nav a:hover, .p_nav .current {
	background: rgba(255, 61, 110, 0.14);
	border-color: rgba(255, 61, 110, 0.22);
	}

.post {
	padding: 0 0 10px 0;
	}


.site_top {
	display: flex;
	padding: 0 0 20px 0;
	}

.site_top_img {
	width: 500px;
	min-width: 500px;
	padding: 0 30px 0 0;
	}

.site_top_img img {
	vertical-align: bottom;
	}

.site_info{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 0 0 20px 0;
	}

.site_url{
	padding: 0 10px 0 0;
	font-weight: bold;
	}

.site_url a{
	padding: 0 0 0 26px;
	}

.site_btn{
	padding: 0 0 30px 0;
	text-align: center;
	}

.aals-siteCta{
	display: flex;
	justify-content: center;
	gap: 12px;
	flex-wrap: wrap;
}


.site_relat{
	padding: 30px 0;
	margin: 0 0 30px 0;
	border-top: 2px solid #f5f5f5;
	}

.aals-section__head{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 14px 0;
}

.aals-section__more{
	font-weight: 800;
	font-size: 13px;
	line-height: 15px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(43, 99, 255, 0.10);
	border: 1px solid rgba(43, 99, 255, 0.14);
	color: rgba(11, 16, 32, 0.86);
}

.aals-section__more:hover{
	background: rgba(255, 61, 110, 0.10);
	border-color: rgba(255, 61, 110, 0.16);
}

.aals-siteHero__cats{
	margin: 0 0 14px 0;
}

.aals-siteHero__meta2{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 14px 0;
}

.aals-postNav{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 26px 0 0 0;
	padding: 18px;
	background: rgba(255,255,255,0.86);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius);
}

.aals-postNav__item a{
	display: block;
	padding: 10px 12px;
	border-radius: var(--aals-radius);
	background: rgba(11, 16, 32, 0.03);
	border: 1px solid rgba(11, 16, 32, 0.08);
	color: rgba(11, 16, 32, 0.88);
	font-weight: 700;
}

.aals-postNav__item a:hover{
	background: rgba(43, 99, 255, 0.08);
	border-color: rgba(43, 99, 255, 0.16);
}

.aals-postNav__prev a{ text-align: left; }
.aals-postNav__next a{ text-align: right; }

.aals-tags{
	margin: 22px 0 0 0;
}

.aals-tags__title{
	font-weight: 900;
	margin: 0 0 10px 0;
}


.cat_lists{
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 14px;
	}

.cat_list{
	display: block;
	box-sizing: border-box;
	width: auto;
	padding: 12px 10px;
	background: rgba(255,255,255,0.86);
	border: 1px solid var(--aals-border);
	border-radius: var(--aals-radius);
	text-align: center;
	color: var(--aals-text);
	font-size: 17px;
	}

.cat_list:hover{
	box-shadow: 0 10px 28px rgba(18, 22, 45, 0.10);
	}

.cat_list_img {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	height: 100px;
	}

.cat_list_img img {
	max-height: 100px;
	}

.cat_list_t{
	display: block;
	padding: 10px 0 0 0;
	}


/* END POSTS */



/* FOOTER */

footer {
	padding: 50px 0;
	background: linear-gradient(90deg, #0c1022 0%, #161a33 100%);
	border-top: 1px solid rgba(255,255,255,0.08);
	color: #fff;
	}

.aals-footer{
	position: relative;
}

.aals-footer:before{
	content: " ";
	display: block;
	height: 1px;
	background: linear-gradient(90deg, rgba(43,99,255,0) 0%, rgba(43,99,255,0.40) 45%, rgba(255,61,110,0.32) 55%, rgba(255,61,110,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.bot_l {
	float: left;
	width: 360px;
	}

.bot_logo {
	padding: 0 0 26px 0;
	}

.bot_logo img{
	width: 143px;
	vertical-align: bottom;
	}

.copy {
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
	}


.bot_r {
	float: right;
	width: 765px;
	padding: 10px 0 0 0;
	}

.nav_bot {
	padding: 0 0 25px 0;
	border-bottom: 1px solid #262832;
	}

.nav_bot ul li {
	float: left;
	display: block;
	padding: 0 0 0 30px;
	font-weight: 500;
	}

.nav_bot ul li a {
	color: #cecece;
	}

.nav_bot ul li a:hover {
	color: #eace10;
	}



.nav_bot2 {
	padding: 25px 0 0 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	}

.nav_bot2 ul li {
	float: left;
	padding: 0 0 0 30px;
	}

.nav_bot2 ul li a {
	color: #cecece;
	}

.nav_bot2 ul li a:hover {
	color: #eed110;
	}


#back_top {
	display: none;
	width: 29px;
	height: 76px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1000;
	background: url('images/back_top.png') no-repeat center top / 29px auto;
	opacity: 0.5;
	}

#back_top:hover {
	opacity: 1;
	}

/* END FOOTER */



/* MODAL */

.modal_win{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.modal_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}

.modal_win p{
	margin: 0;
	}


#ageOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	}

#ageModal {
	box-sizing: border-box;
	background: #fff;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: center;
	}

.ageModal_go {
	display: flex;
	justify-content: center;
	}

.ageModal_go .btn {
	margin: 0 10px;
	}

/* END MODAL */



/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

/* END WP OTHER */