@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap");
body,
html {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto;
  color: #303030;
  background: #ffffff;
  line-height: 1.1;
}

.inter-font {
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 2.2em;
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.15em;
}

h2 {
  font-size: 1.5em;
  margin: 0.8em 0;
  font-weight: bold;
  line-height: 1.15em;
}

h3 {
  font-size: 1.3em;
  margin: 0.6em 0;
  font-weight: bold;
  line-height: 1.15em;
}

h4 {
  font-size: 1.2em;
  margin: 0.4em 0;
  font-weight: bold;
  line-height: 1.15em;
}

h5 {
  font-size: 1.1em;
  margin: 0.3em 0;
  font-weight: bold;
  line-height: 1.15em;
}

h6 {
  font-size: 1.05em;
  margin: 0.3em 0;
  font-weight: bold;
  line-height: 1.15em;
}

a {
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus,
a:hover {
  color: inherit;
}

p {
  margin-bottom: 0.8em;
  margin-top: 0;
  width: 100%;
  float: left;
}

p:last-child {
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mb-40 {
  margin-bottom: 2.5em;
}

input,
button,
textarea,
select,
button,
button:focus {
  outline: none;
}

.form-control:focus {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
  box-shadow: none;
}

.clear {
  clear: both;
}

.none {
  display: none;
}

/* Pagination */

.pagination_outer {
  width: 100%;
  float: left;
}

.pagination {
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;
  background-color: #fff;
  text-align: center;
  display: inline-table;
}

.pagination li {
  display: inline-block;
  list-style-type: none;
}

.pagination li a {
  float: left;
  padding: 0.25em 0.5em 0.25em;
  line-height: 1.25;
  text-decoration: none;
  color: #303030;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-weight: 400;
  border-bottom: 1px solid #303030;
}

.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
  background-color: transparent;
  color: #303030;
  opacity: 0.95;
  box-shadow: none;
  border-bottom: 1px solid#075593;
}

.pagination li.active a.page-link {
  color: #303030;
  background-color: transparent;
  border-color: transparent;
}

.pagination li.disabled a,
.pagination li.disabled a:hover {
  color: #bbbcbc;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
  border-radius: 0;
}

/* brandcore styles */

.menu_outer {
  width: 100%;
  float: left;
  /*background-image: url("../img/menu.jpg");*/
  /*background-color:#163860;*/
  color: black;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.menu_inner {
  width: 100%;
  float: left;
}

.menu_outer .navbar-brand img {
  width: 100%;
  height: 64px;
}

.menu_outer .navbar {
  padding: 0;
}

.menu_outer .navbar .navbar-brand {
  padding: 0;
}

.menu_outer .navbar .navbar-toggler {
  color: #fff;
}

.logo {
  mix-blend-mode: difference;
  display: grid;
}

.logo a {
  margin: auto;
}

.navbar ul.navbar-nav a.nav-link,
.offcanvas-about-icon i,
.header-right-container .header-right-icons .single-icon a i {
  mix-blend-mode: difference;
  color: white;
}

.navbar-nav .nav-link {
  font-weight: 400;
}

.navbar ul.navbar-nav .red {
  color: red;
  font-weight: 700;
}

.menu_outer .navbar-nav .nav-link {
  font-size: 1.125em;
  color: black;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid transparent;
}

.navbar .navbar-nav a.nav-link {
  font-size: 1.05em;
  color: #ffffff;
}

.user-login a {
  font-size: 0.8em;
  color: black;
}

.navbar .navbar-nav a.nav-link:hover,
.user-login a:hover {
  font-weight: 700;
}

.menu_outer .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

.menu_outer .navbar-nav .nav-link:hover,
.menu_outer .navbar-nav .nav-link:active,
.menu_outer .navbar-nav .nav-link:focus {
  display: block;
  text-decoration: underline;
  transition: all;
  /*border-color:#E5AE23;*/
}

.menu_outer .navbar-nav .nav-item.active .nav-link {
  text-decoration: none;
  border-color: #e5ae23;
}

.menu_outer .navbar-nav .dropdown-toggle::after {
  content: none;
}

.menu_outer .navbar-nav .dropdown-toggle i {
  font-size: 0.9em;
  margin-left: 0.3em;
}

.menu_outer .navbar-nav .dropdown-menu {
  min-width: 115px;
  padding: 0.6em 0.5em;
  margin: 0.125rem 0 0;
  font-size: 0.889em;
  color: #303030;
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
  left: 0.667em;
}

.menu_outer .navbar-nav .dropdown-menu .dropdown-item {
  display: block;
  width: auto;
  padding: 0.278em 0 0.278em 0;
  clear: both;
  font-weight: 400;
  color: #303030;
  border-bottom: 1px solid transparent;
  float: left;
}

.menu_outer .navbar-nav .dropdown-menu .dropdown-item:hover,
.menu_outer .navbar-nav .dropdown-menu .dropdown-item:active,
.menu_outer .navbar-nav .dropdown-menu .dropdown-item:focus,
.menu_outer .navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  border-color: #e5ae23;
}

main {
  width: 100%;
  float: left;
  margin-top: 30px;
}

.section {
  width: 100%;
  float: left;
}

.pad_t40 {
  padding-top: 2.5em;
}

.pad_b40 {
  padding-bottom: 2.5em;
}

.pad_t52 {
  padding-top: 3.25em;
}

.pad_b52 {
  padding-bottom: 3.25em;
}

.pad_t104 {
  padding-top: 6.5em;
}

.pad_b104 {
  padding-bottom: 6.5em;
}

.section.top {
  position: relative;
}

.section.top .top_image {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.my_link {
  float: left;
  font-size: 1em;
  font-weight: 400;
  color: #303030;
  text-decoration: none;
  line-height: 1.688;
  border-bottom: 1px solid #303030;
  margin-top: 2.5em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.my_link:active,
.my_link:focus,
.my_link:hover {
  text-decoration: none;
  color: #303030;
  border-bottom: 1px solid#075593;
}

.section .section_ttl {
  width: 100%;
  font-weight: 700;
  font-size: 3.5em;
  line-height: 1.357;
  margin: 0 auto 0.429em;
}

.section .section_ttl.thank-you {
  font-size: 3em;
}

.section .section_sbttl {
  width: 100%;
  font-weight: 700;
  font-size: 1.875em;
  line-height: 1.467;
  margin: 0 auto 0.429em;
}

.section .section_text {
  width: 100%;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.5;
}

.section .section_text p:last-child {
  margin: 0;
}

.grey_bg {
  background-color: #f2f2f2;
}

.blue_bg {
  background-color: #0b3c5d;
}

.with_shadow {
  box-shadow: 0px 8px 16px #00000029;
}

.number_item {
  width: 100%;
  float: left;
}

.number_item .icon {
  display: block;
  margin: auto;
  max-width: 98px;
  margin-bottom: 1.5em;
}

.number_item .num {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1.446;
}

.number_item .text {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
}

.fund {
  width: 100%;
  float: left;
  padding: 2.5em 1.5em;
  background-color: #f2f2f2;
  box-shadow: 4px 6px 8px #00000029;
}

.fund .ttl {
  width: 100%;
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  margin: 0 0 0.727em;
  font-weight: 700;
}

.fund .descr {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 0.889em;
  min-height: 10.5em;
}

.fund.inside .descr {
  min-height: 7.5em;
}

.hidden_paragraph {
  margin-top: 0.8em;
  display: none;
}

.show_more_paragraphs .less {
  display: none;
}

.show_more_paragraphs.active .less {
  display: inline-block;
}

.show_more_paragraphs.active .more {
  display: none;
}

.news_item {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 2.5em;
}

.news_item .image {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.news_item .details {
  width: 100%;
  float: left;
  position: absolute;
  padding: 1.5em;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.news_item .tint {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: #828282;
  border: 1px solid #707070;
}

.news_item .details .category {
  float: left;
  color: #fff;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.188em 0.5em;
  margin-bottom: 1.188em;
}

.news_item .details .ttl {
  clear: both;
  width: 100%;
  max-width: 610px;
  float: left;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1em;
}

.news_item .details .my_link {
  clear: both;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.news_item .details .my_link:active,
.news_item .details .my_link:focus,
.news_item .details .my_link:hover {
  color: #fff;
  border-bottom: 1px solid#075593;
}

.news_item.sm .details .ttl {
  font-size: 1.125em;
  margin: 0 0 1.333em;
}

.join_ttl {
  width: 100%;
  float: left;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.45;
  color: #fff;
}

.join_newsletter {
  width: 100%;
  float: left;
  margin-top: 2.5em;
}

.join_newsletter input {
  float: left;
  width: 80%;
  max-width: 272px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  font-size: 1.375em;
  line-height: normal;
  color: #fff;
  padding: 0.182em 0 0.364em;
}

.join_newsletter ::placeholder {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.join_newsletter ::-ms-input-placeholder {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.join_newsletter ::-webkit-input-placeholder {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
}

.join_newsletter .recaptcha_outer {
  float: left;
}

.join_newsletter .recaptcha_outer div,
.join_newsletter .recaptcha_outer div iframe {
  float: left;
}

.join_btn {
  float: right;
  font-weight: 700;
  font-size: 1.375em;
  line-height: normal;
  padding: 0.182em 1em 0.364em;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #e5ae2b;
  border-bottom: 1px solid #e5ae2b;
}

.join_btn:focus,
.join_btn:active,
.join_btn:hover {
  opacity: 0.8;
}

.members {
  margin-top: 2.25em;
}

.members .image {
  display: block;
  margin: auto;
  max-width: 100%;
}

.footer {
  width: 100%;
  float: left;
  background-color: #f2f2f2;
}

.footer .flogo {
  width: 140px;
  max-width: 100%;
  float: left;
}

.footer .ttl {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
}

.footer .descr {
  width: 100%;
  max-width: 350px;
  float: left;
  line-height: 1.5;
}

.footer .descr p {
  width: 100%;
  float: left;
}

.footer .descr a {
  color: inherit;
}

.footer .social {
  width: 100%;
  float: left;
  padding: 0;
  margin: 2.5em 0 1.5em;
  color: #303030;
}

.footer .social li {
  display: inline-block;
  margin-right: 1.5em;
  border: 1.5px solid #303030;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  position: relative;
}

.footer .social li:last-child {
  margin-right: 0;
}

.footer .social li a {
  position: absolute;
  margin: auto;
  display: table-cell;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 50%;
  text-decoration: none;
  font-size: 0.875em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.footer .social li a:hover,
.footer .social li a:active,
.footer .social li a:focus {
  text-decoration: none;
  opacity: 0.8;
}

.footer .fmenu {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.footer .fmenu li {
  display: block;
}

.footer .fmenu li a {
  font-size: 1em;
  color: #303030;
  line-height: 2;
}

.footer .fmenu li a:hover,
.footer .fmenu li a:active,
.footer .fmenu li a:focus {
  opacity: 0.8;
}

.footer .copy {
  float: left;
  margin-top: 1em;
  margin-right: 1.5625em;
}

.footer .lmenu {
  float: left;
  padding: 0;
  margin: 1em 0 0;
}

.footer .lmenu li {
  display: inline-block;
  margin-left: 1.5625em;
}

.footer .lmenu li:first-child {
  margin-left: 0;
}

.footer .lmenu li a {
  color: #303030;
  text-decoration: underline;
}

.footer .lmenu li a:hover,
.footer .lmenu li a:active,
.footer .lmenu li a:focus {
  opacity: 0.8;
}

.footer .developedby {
  width: 100%;
  float: left;
  margin-top: 1em;
  text-align: right;
}

.footer .developedby a:hover {
  font-weight: bold;
}

.footer .footer_right .developedby a:hover,
.footer .footer_right .developedby a:active,
.footer .footer_right .developedby a:focus {
  text-decoration: none;
  opacity: 0.8;
}

.footer_img{
  max-width: 150px;
  height: auto;
  object-fit: contain;
  margin-right: 2em;
}

.footer_images{
  flex-direction: row;
  justify-content: flex-end;
  align-items: end;
}

.footer_images h4{
  font-weight: bold;
}

.section .section_text {
  width: 100%;
  float: left;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: #303030;
}

.section .section_text h1,
.section .section_text h2,
.section .section_text h3,
.section .section_text h4,
.section .section_text h5,
.section .section_text h6 {
  width: 100%;
  float: left;
  font-weight: 700;
}

.section .section_text ul,
.section .section_text ol,
.section .section_text ul li,
.section .section_text ol li {
  width: 100%;
  float: left;
}

.section .section_text ul {
  padding-left: 1.2em;
}

.section .section_text a {
  text-decoration: underline;
}

.section .section_text a:active,
.section .section_text a:focus,
.section .section_text a:hover {
  opacity: 0.8;
}

.mission_item {
  margin-bottom: 2.5em;
}

.mission_item .icon_ttl {
  width: 100%;
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  margin: 0 0 1.091em;
  position: relative;
}

.mission_item .icon_ttl .icon {
  float: left;
  max-width: 98px;
  margin-right: 0.727em;
}

.mission_item .icon_ttl span {
  float: left;
  position: absolute;
  bottom: 0;
}

.mission_item .descr {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
}

.president {
  margin-top: 4.25em;
}

.president .img {
  max-width: 100%;
  display: block;
  margin: 0 auto 1em;
  border-radius: 50%;
  box-shadow: 4px 6px 8px #00000029;
}

.president .name {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}

.president .position {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.5;
  color: #075593;
}

.director {
  width: 100%;
  float: left;
  margin: 0 0 1.5em;
  position: relative;
  cursor: pointer;
}

.director .img {
  float: left;
  width: 32%;
  border-radius: 50%;
  box-shadow: 4px 6px 8px #00000029;
}

.director .details {
  float: right;
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  padding-bottom: 1em;
  border-bottom: 1px solid #e5ae23;
  margin: 0 4%;
}

.director .details .name {
  width: 100%;
  float: left;
  font-weight: 500;
  line-height: 1.5;
}

.director .details .position {
  width: 100%;
  float: left;
  line-height: 1.5;
  color: #075593;
}

.director .details .description {
  display: none;
}

.show_more_elements {
  margin: 2.5em auto 0;
}

.committee table {
  margin-bottom: 0;
}

.committee table tr th {
  padding: 0.5em 1em;
  border: none;
  background-color: #f2f2f2;
  color: rgba(48, 48, 48, 0.5);
  line-height: 1.5;
  font-weight: 500;
  vertical-align: top;
}

.committee table tr td {
  padding: 1em 1em;
  border-top: none;
  line-height: 1.5;
  border-bottom: 1px solid #e5ae23;
}

.committee table tr td:nth-child(1) {
  font-weight: 500;
}

.committee table tr td:nth-child(2) {
  color: #075593;
}

.committee.fund_tbl table tr td:nth-child(2) {
  color: #303030;
}

.committee.fund_tbl table tr:last-child td {
  border-bottom: none;
}

.white_ttl {
  width: 100%;
  float: left;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 0.429em;
}

.white_sbttl {
  width: 100%;
  float: left;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

.selection {
  width: 100%;
  float: left;
  color: #fff;
  margin-top: 2.5em;
}

.selection .ttl {
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: 700;
  padding: 0.364em 0 0.364em;
}

.selection .selected {
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 1.375em;
  line-height: 1.5;
  padding: 0.364em 0 0.364em;
}

.selection .selected span {
  float: left;
  font-size: 1em;
  font-weight: 400;
  padding: 0 0.6em;
}

.selection .selected span::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
  font-weight: 900;
  margin: 0.4em 0 0 1em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.selection .selected span.open::after {
  transform: rotate(-180deg);
}

.selection .options {
  width: 100%;
  right: 0;
  top: 100%;
  position: absolute;
  display: none;
  background-color: #f2f2f2;
  padding: 0.2em 0.6em;
  z-index: 20;
  max-height: 175px;
  overflow-y: auto;
}

.selection .options::-webkit-scrollbar {
  width: 8px;
}

.selection .options::-webkit-scrollbar-track {
  background: #727272;
}

.selection .options::-webkit-scrollbar-thumb {
  background: #075593;
}

.selection .options::-webkit-scrollbar-thumb:hover {
  background: #075593;
}

.selection .options a {
  color: #303030;
  clear: both;
  float: left;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  padding: 0.278em 0 0.278em 0;
  line-height: 1;
  margin: 0 0 0.278em;
  border-bottom: 1px solid transparent;
}

.selection .options a:last-child {
  margin: 0;
}

.selection .options a.active {
  color: #303030;
  font-weight: 400;
  border-bottom: 1px solid #e5ae23;
}

.selection .options a:focus,
.selection .options a:active,
.selection .options a:hover {
  color: #303030;
  border-bottom: 1px solid #e5ae23;
}

.my_btn {
  float: left;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.5;
  padding: 0.364em 1em 0.364em;
  margin-left: 1.818em;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: #e5ae2b;
  border: none;
  text-decoration: none;
}

.my_btn:focus,
.my_btn:active,
.my_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.understand_cs {
  width: 100%;
  float: left;
  margin-top: 2em;
}

.understand_cs .item {
  width: 100%;
  float: left;
}

.understand_cs .item .understand {
  width: 100%;
  float: left;
}

.understand_cs .item .understand .img {
  width: auto;
  max-width: 100%;
  float: left;
  margin-bottom: 1.25em;
}

.understand_cs .item .understand .details {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  border-bottom: 1px solid #e5ae23;
  padding-bottom: 0.889em;
}

.understand_cs .item .understand .details p {
  width: 100%;
  float: left;
}

.slider-area ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.slider-area ul.slick-dots li {
  height: 15px;
  width: 15px;
  border: 1px solid transparent;
  border-radius: 50%;
  display: flex;
  background-color: white;
  justify-content: center;
  opacity: 0.2;
}

.slider-area ul.slick-dots li.slick-active {
  opacity: 0.8;
}

.slider-area ul.slick-dots li:not(:last-child) {
  margin-right: 0.25em;
}

.slider-area ul.slick-dots li button {
  opacity: 0;
}

.top_slider.carousel_slider.owl-carousel .owl-dots {
  position: absolute;
  width: 95%;
  bottom: 1em;
  left: 50%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}

.carousel_slider.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.carousel_slider.owl-carousel .owl-dots .owl-dot span {
  width: 1em;
  height: 1em;
  margin: 0px 5px;
  background: #fff;
  display: block;
  opacity: 0.8;
  backface-visibility: visible;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border: 1px solid #fff;
  border-radius: 50%;
}

.carousel_slider.owl-carousel .owl-dots .owl-dot.active span,
.carousel_slider.owl-carousel .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #075593;
}

.builded_form {
  width: 100%;
  float: left;
  margin-top: 2.5em;
}

.builded_form .form-group {
  width: 100%;
  float: left;
  margin-bottom: 1.5em;
}

.builded_form .form-group label {
  width: 100%;
  float: left;
}

.builded_form input,
.builded_form select,
.builded_form textarea {
  float: left;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #0d0d0d;
  font-weight: 400;
  font-size: 1.375em;
  line-height: normal;
  color: #303030;
  padding: 0.182em 0 0.182em;
  border-radius: 0;
  resize: none;
}

.builded_form input:focus,
.builded_form input:active,
.builded_form textarea:focus,
.builded_form textarea:active,
.builded_form select:focus,
.builded_form select:active {
  outline: none;
  background-color: transparent;
  outline: 0;
  box-shadow: none;
}

.builded_form ::placeholder {
  font-weight: 700;
  color: rgba(48, 48, 48, 0.5);
}

.builded_form ::-ms-input-placeholder {
  font-weight: 700;
  color: rgba(48, 48, 48, 0.5);
}

.builded_form ::-webkit-input-placeholder {
  font-weight: 700;
  color: rgba(48, 48, 48, 0.5);
}

.builded_form .recaptcha_outer {
  float: left;
  width: 100%;
  margin-bottom: 1.5em;
}

.builded_form .recaptcha_outer div,
.builded_form .recaptcha_outer div iframe {
  float: left;
}

.builded_form .my_btn {
  margin-left: 0;
  background-color: #0b3c5d;
}

.address .ttl {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 1.333em;
}

.address .descr {
  width: 100%;
  max-width: 350px;
  float: left;
  line-height: 1.5;
}

.map {
  position: relative;
  padding: 17em 0 0;
}

.map .gmap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  background: none;
}

.filter {
  float: right;
  color: #303030;
  margin-bottom: 3.5em;
  border-bottom: 1px solid #303030;
}

.filter:nth-child(2) {
  margin-right: 2.5em;
}

.filter .filtered {
  float: left;
  position: relative;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.5;
  padding: 0.364em 0 0;
}

.filter .filtered span {
  float: left;
  font-size: 1em;
  font-weight: 400;
}

.filter .filtered span::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
  font-weight: 900;
  margin: 0.4em 0 0 1em;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.filter .filtered span.open::after {
  transform: rotate(-180deg);
}

.filter .options {
  width: 100%;
  min-width: 165px;
  right: 0;
  top: 100%;
  position: absolute;
  display: none;
  background-color: #f2f2f2;
  padding: 0.2em 0.6em;
  z-index: 20;
  max-height: 175px;
  overflow-y: auto;
}

.filter .options::-webkit-scrollbar {
  width: 8px;
}

.filter .options::-webkit-scrollbar-track {
  background: #727272;
}

.filter .options::-webkit-scrollbar-thumb {
  background: #075593;
}

.filter .options::-webkit-scrollbar-thumb:hover {
  background: #075593;
}

.filter .options a {
  color: #303030;
  clear: both;
  float: left;
  font-size: 1em;
  cursor: pointer;
  text-decoration: none;
  padding: 0.278em 0 0.278em 0;
  line-height: 1;
  margin: 0 0 0.278em;
  border-bottom: 1px solid transparent;
}

.filter .options a:last-child {
  margin: 0;
}

.filter .options a.active {
  color: #303030;
  font-weight: 400;
  border-bottom: 1px solid #e5ae23;
}

.filter .options a:focus,
.filter .options a:active,
.filter .options a:hover {
  color: #303030;
  border-bottom: 1px solid #e5ae23;
}

.news_article .image {
  width: 100%;
  float: left;
}

.mysticky {
  width: 100%;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}

.info_ttl {
  width: 100%;
  float: left;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.444em;
}

.info_descr {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  margin-bottom: 0.889em;
}

.custom_share_btns {
  width: 100%;
  float: left;
  padding: 0;
  margin: 0.5em 0 0;
  color: #303030;
}

.custom_share_btns a {
  display: block;
  margin-bottom: 1em;
  border: 1.5px solid #303030;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  position: relative;
}

.custom_share_btns a:last-child {
  margin-bottom: 0;
}

.custom_share_btns a i {
  position: absolute;
  margin: auto;
  display: table-cell;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-width: 50%;
  text-decoration: none;
  font-size: 0.875em;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.custom_share_btns a:hover,
.custom_share_btns a:active,
.custom_share_btns a:focus {
  text-decoration: none;
  opacity: 0.8;
}

.news_ttl {
  width: 100%;
  float: left;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.4em 0 0.9em;
}

.part_ttl {
  width: 100%;
  float: left;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1.667em;
}

.gallery {
  width: 100%;
  float: left;
  margin: 0 0 1.5em;
}

.gallery_more {
  margin: 1em auto 0;
}

.benefit_item {
  width: 100%;
  float: left;
  margin-bottom: 3.375em;
  position: relative;
}

.benefit_item .icon {
  float: left;
  width: 98px;
  margin-right: 1em;
}

.benefit_item .descr {
  float: none;
  display: flex;
  font-size: 1.125em;
  line-height: 1.5;
}

.benefit_item .descr p {
  float: none;
}

.apply_form {
  width: 100%;
  float: left;
  padding: 2.5em;
  background-color: #f2f2f2;
  box-shadow: 4px 6px 8px #00000029;
}

.apply_form .ttl {
  width: 100%;
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  margin: 0 0 1.091em;
  font-weight: 700;
}

.apply_form .descr {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 1.333em;
}

.member {
  width: 100%;
  float: left;
  padding: 0.25em 0 1em;
  border-bottom: 1px solid rgba(229, 174, 35, 0.5);
  margin: 0 0 2.5em;
  position: relative;
  padding-right: 84px;
}

.member .name {
  width: 100%;
  float: left;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
  min-height: 3em;
}

.member .site {
  position: absolute;
  float: right;
  margin-top: 0;
  margin-left: 1em;
  font-size: 1.125em;
  line-height: 1.5;
}

.link_to {
  color: #fff;
  margin-top: 2.5em;
  padding: 0.364em 2em 0.364em;
}

.link_to:hover,
.link_to:active,
.link_to:focus {
  color: #fff;
}

.fund_detail {
  width: 100%;
  float: left;
  margin-bottom: 2.5em;
}

.fund_detail:last-child {
  margin-bottom: 0;
}

.fund_detail .icon_ttl {
  width: 100%;
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  margin: 0 0 1.091em;
  position: relative;
}

.fund_detail .icon_ttl .icon {
  float: left;
  max-width: 98px;
  margin-right: 0.727em;
}

.fund_detail .icon_ttl span {
  float: left;
  font-weight: 700;
  position: absolute;
  bottom: 0;
}

.why {
  width: 100%;
  float: left;
  margin: 0 0 3.5em;
}

.why .img {
  display: block;
  margin: auto;
  max-width: 98px;
  margin-bottom: 1em;
}

.why .details {
  width: 100%;
  float: left;
  text-align: center;
}

.why .details .name {
  width: 100%;
  float: left;
  margin-bottom: 0.5em;
}

.why .details .descr {
  width: 100%;
  float: left;
  cursor: pointer;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.why .details .descr.opened {
  overflow: visible;
  display: block;
}

.chart_item {
  width: 100%;
  float: left;
}

.chart_item .details {
  width: 60%;
  float: left;
  padding-left: 1.375em;
}

.chart_item .details .ttl {
  width: 100%;
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0.727em 0 0.727em;
}

.chart_item .details .descr {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
}

.chart {
  width: 40%;
  margin-bottom: 2em;
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chart.full {
  width: 100%;
}

.chart .circle {
  max-width: 179px;
  margin: auto;
  position: relative;
  text-align: center;
}

.chart-circle {
  display: inline-block;
  position: relative;
  transform: rotate(90deg);
  filter: drop-shadow(4px 6px 8px #00000029);
}

.underlay {
  stroke-width: 10;
  fill: transparent;
  stroke: #f2f2f2;
}

.circle-graph {
  stroke: #075593;
  stroke-width: 10;
  fill: transparent;
}

.circle-percentage {
  position: absolute;
  color: #303030;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  margin-top: -0.8em;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle-descr {
  position: absolute;
  color: #303030;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1em;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.some_detail {
  width: 100%;
  float: left;
  max-width: 280px;
  padding: 1.5em;
  background-color: #fff;
  box-shadow: 4px 6px 8px #00000029;
}

.some_detail .icon {
  width: 100%;
  float: left;
  max-width: 98px;
  margin-bottom: 1em;
}

.some_detail .descr {
  width: 100%;
  float: left;
  line-height: 1.5;
  margin: 0 0 1em;
}

.some_detail .amount {
  width: 100%;
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: 700;
}

.numberbox {
  width: 100%;
  float: left;
  position: relative;
  margin: 0 0 1.5em;
}

.numberbox_ttl {
  float: left;
  font-size: 3.5em;
  line-height: 1.446em;
  font-weight: 700;
  margin-right: 0.429em;
}

.numberbox_subttl {
  float: left;
  position: absolute;
  top: 0;
  font-size: 1.375em;
  line-height: 1.5;
}

.number_box {
  width: 100%;
  float: left;
  padding: 1.5em;
  background-color: #fff;
  box-shadow: 4px 6px 8px #00000029;
}

.number_box .descr {
  width: 100%;
  float: left;
  line-height: 1.5;
  min-height: 3em;
  margin: 0 0 0.125em;
}

.number_box .amount {
  width: 100%;
  float: left;
  font-size: 1.375em;
  line-height: 1.5;
  font-weight: 700;
}

.graph_legend {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 1em;
  text-align: center;
}

.explanation {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.778em;
}

.explanation a {
  text-decoration: underline;
}

.explanation a:hover,
.explanation a:active,
.explanation a:focus {
  opacity: 0.8;
}

.some_detail_other {
  width: 100%;
  float: left;
  padding: 1.5em;
  background-color: #fff;
  box-shadow: 4px 6px 8px #00000029;
}

.some_detail_other .icon {
  width: 100%;
  float: left;
  max-width: 98px;
  margin-bottom: 1em;
}

.some_detail_other .amount {
  width: 100%;
  float: left;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 0.667em;
}

.some_detail_other .descr {
  width: 100%;
  float: left;
  font-size: 1.125em;
  line-height: 1.5;
  min-height: 4.5em;
}

.piechart {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}

.piechart .pizza {
  width: 40%;
  max-width: 220px;
  float: left;
  padding-right: 15px;
}

.piechart .pizza svg {
  overflow: visible;
}

.piechart ul.pizza_legend {
  width: 60%;
  float: right;
  padding: 0 0 0 20px;
  margin: 1em 0 0;
}

.piechart ul.pizza_legend li {
  font-weight: 700;
  font-size: 1.125em;
  line-height: 1.5;
  margin: 0 0 0.889em;
}

.piechart ul.pizza_legend li span {
  color: #303030;
  font-weight: 400;
}

.piechart ul.pizza_legend li:nth-child(1) {
  color: #075593;
}

.piechart ul.pizza_legend li:nth-child(2) {
  color: #0b3c5d;
}

.piechart ul.pizza_legend li:nth-child(3) {
  color: #e5ae2b;
}

.piechart ul.pizza_legend li:nth-child(4) {
  color: #1d84b5;
}

.piechart ul.pizza_legend li:nth-child(5) {
  color: #303030;
}

.elements_1 {
  position: relative;
  overflow: hidden;
}

.elements_1 .img1 {
  position: absolute;
  top: 3.5em;
  max-width: 50%;
}

.elements_1 .img2 {
  position: absolute;
  right: 20%;
}

.elements_1 .img3 {
  position: absolute;
  max-width: 50%;
  left: 33%;
  bottom: 10%;
}

.elements_1 .img4 {
  position: absolute;
  right: 0;
}

.elements_2 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -15%;
  width: 50%;
  height: 120%;
}

.elements_2 .img1 {
  position: absolute;
  top: 20%;
  right: 35%;
}

.elements_2 .img2 {
  position: absolute;
  top: 0;
}

.elements_2 .img3 {
  position: absolute;
  right: 5%;
}

.elements_3 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -50%;
  width: 30%;
  height: 100%;
}

.elements_3 .img1 {
  position: absolute;
  left: 30%;
}

.elements_3 .img2 {
  position: absolute;
  right: 17%;
  top: 0;
}

.elements_3 .img3 {
  position: absolute;
  top: 40%;
}

.elements_4 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 26%;
  height: 110%;
}

.elements_4 .img1 {
  position: absolute;
  right: 0;
  max-width: 80%;
}

.elements_4 .img2 {
  position: absolute;
  top: 30%;
  max-width: 90%;
}

.elements_4 .img3 {
  position: absolute;
  right: 0;
}

.elements_4 .img4 {
  position: absolute;
  bottom: 27%;
}

.elements_4 .img5 {
  position: absolute;
  right: 15%;
  bottom: 11%;
  max-width: 80%;
}

.elements_4 .img6 {
  position: absolute;
  bottom: 0;
  max-width: 70%;
}

.elements_5 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.elements_5 .img1 {
  position: absolute;
  left: 15%;
  max-width: 80%;
}

.elements_5 .img2 {
  position: absolute;
  left: 50%;
  max-width: 90%;
}

.elements_5 .img3 {
  position: absolute;
  top: 18%;
}

.elements_5 .img4 {
  position: absolute;
  bottom: 15%;
}

.elements_5 .img5 {
  position: absolute;
  right: 15%;
  max-width: 80%;
}

.elements_5 .img6 {
  position: absolute;
  bottom: -40%;
  right: -20%;
  max-width: 70%;
}

.elements_6 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 50%;
  width: 100%;
  height: 50%;
}

.elements_6 .img1 {
  position: absolute;
  max-width: 80%;
}

.elements_6 .img2 {
  position: absolute;
  left: 4%;
  max-width: 90%;
  top: 20%;
}

.elements_6 .img3 {
  position: absolute;
  top: 12%;
}

.elements_6 .img4 {
  position: absolute;
  right: 25%;
}

.elements_7 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.elements_7 .img1 {
  position: absolute;
  max-width: 80%;
  left: 40%;
}

.elements_7 .img2 {
  position: absolute;
  max-width: 90%;
  top: 20%;
}

.elements_8 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
}

.elements_8 .img1 {
  position: absolute;
  max-width: 80%;
  top: 23%;
}

.elements_8 .img2 {
  position: absolute;
  max-width: 90%;
  left: 25%;
}

.elements_8 .img3 {
  position: absolute;
  max-width: 90%;
  left: 10%;
}

.elements_9 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 15%;
  height: 100%;
}

.elements_9 .img1 {
  position: absolute;
  max-width: 80%;
  right: 30%;
}

.elements_9 .img2 {
  position: absolute;
  max-width: 90%;
  bottom: 15%;
}

.elements_9 .img3 {
  position: absolute;
  max-width: 100%;
  right: -40%;
}

.elements_10 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: -5%;
  width: 25%;
  height: 105%;
}

.elements_10 .img1 {
  position: absolute;
  max-width: 80%;
  top: 0;
}

.elements_10 .img2 {
  position: absolute;
  max-width: 90%;
  left: 45%;
}

.elements_10 .img3 {
  position: absolute;
  max-width: 100%;
  left: 5%;
}

.elements_10 .img4 {
  position: absolute;
  max-width: 100%;
  left: 5%;
  top: 65%;
}

.elements_11 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 20%;
  width: 100%;
  height: 80%;
}

.elements_11 .img1 {
  position: absolute;
  max-width: 80%;
  left: 5%;
}

.elements_11 .img2 {
  position: absolute;
  max-width: 50%;
  bottom: 20%;
}

.elements_11 .img3 {
  position: absolute;
  max-width: 65%;
  left: 35%;
  bottom: 27%;
}

.elements_11 .img4 {
  position: absolute;
  max-width: 100%;
  left: 73%;
}

.elements_12 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
}

.elements_12 .img1 {
  position: absolute;
  left: 30%;
}

.elements_12 .img2 {
  position: absolute;
  right: 15%;
  top: 40%;
}

.elements_12 .img3 {
  position: absolute;
  top: 62%;
}

.elements_13 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 26%;
  height: 100%;
}

.elements_13 .img1 {
  position: absolute;
  top: 2%;
  max-width: 80%;
}

.elements_13 .img2 {
  position: absolute;
  right: 0;
  max-width: 90%;
}

.elements_13 .img3 {
  position: absolute;
  right: 0;
}

.elements_13 .img4 {
  top: 43%;
  position: absolute;
  max-width: 35%;
}

.elements_13 .img5 {
  position: absolute;
  right: 15%;
  top: 50%;
  max-width: 80%;
}

.elements_13 .img6 {
  position: absolute;
  bottom: 20%;
  max-width: 30%;
}

.elements_14 {
  position: absolute;
  overflow: hidden;
  left: 50%;
  top: 0;
  width: 50%;
  height: 30%;
}

.elements_14 .img1 {
  position: absolute;
  top: 30%;
  max-width: 80%;
}

.elements_14 .img2 {
  position: absolute;
  max-width: 90%;
  top: 30%;
}

.elements_14 .img3 {
  position: absolute;
  right: -10%;
}

.elements_15 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 26%;
  height: 100%;
}

.elements_15 .img1 {
  position: absolute;
  top: 20%;
  max-width: 80%;
}

.elements_15 .img2 {
  position: absolute;
  right: 55%;
  max-width: 90%;
}

.elements_15 .img3 {
  position: absolute;
  left: 80%;
}

.elements_15 .img4 {
  top: 80%;
  position: absolute;
  max-width: 55%;
}

.elements_15 .img5 {
  position: absolute;
  right: -21%;
  max-width: 90%;
}

.elements_16 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 26%;
  height: 100%;
}

.elements_16 .img1 {
  position: absolute;
  top: 20%;
  max-width: 80%;
}

.elements_16 .img2 {
  position: absolute;
  right: 55%;
  max-width: 90%;
}

.elements_16 .img3 {
  position: absolute;
  top: 69%;
}

.elements_16 .img4 {
  position: absolute;
  max-width: 80%;
  left: 8%;
}

.elements_17 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 26%;
  height: 100%;
}

.elements_17 .img1 {
  position: absolute;
  top: 20%;
  max-width: 45%;
}

.elements_17 .img2 {
  position: absolute;
  right: 15%;
  max-width: 90%;
}

.elements_17 .img3 {
  position: absolute;
  top: 50%;
}

.elements_18 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 26%;
  height: 100%;
}

.elements_18 .img1 {
  position: absolute;
  max-width: 80%;
  right: 0;
}

.elements_18 .img2 {
  position: absolute;
  right: 30%;
  max-width: 90%;
}

.elements_18 .img3 {
  position: absolute;
  max-width: 90%;
  top: 50%;
}

.elements_19 {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 26%;
  height: 100%;
}

.elements_19 .img1 {
  position: absolute;
  max-width: 80%;
  top: 10%;
}

.elements_19 .img2 {
  position: absolute;
  max-width: 90%;
  left: 5%;
}

.elements_19 .img3 {
  position: absolute;
  max-width: 90%;
  top: 25%;
}

.elements_19 .img4 {
  position: absolute;
  max-width: 90%;
  right: 15%;
}

.elements_20 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -15%;
  width: 40%;
  height: 130%;
}

.elements_20 .img1 {
  position: absolute;
  right: 0;
  max-width: 80%;
}

.elements_20 .img2 {
  position: absolute;
  top: 25%;
  max-width: 90%;
}

.elements_20 .img3 {
  position: absolute;
  left: 5%;
}

.elements_20 .img4 {
  position: absolute;
  bottom: 30%;
}

.elements_20 .img5 {
  position: absolute;
  right: 31%;
  bottom: 0;
  max-width: 80%;
}

.elements_20 .img6 {
  position: absolute;
  bottom: 10%;
  max-width: 70%;
}

.elements_21 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.elements_21 .img1 {
  position: absolute;
  top: 25%;
  max-width: 80%;
}

.elements_21 .img2 {
  position: absolute;
  max-width: 90%;
  right: 5%;
}

.elements_22 {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
}

.elements_22 .img1 {
  position: absolute;
  left: 5%;
  max-width: 20%;
}

.elements_22 .img2 {
  position: absolute;
  top: 25%;
  max-width: 90%;
}

.elements_22 .img3 {
  position: absolute;
  left: 75%;
}

.elements_22 .img4 {
  position: absolute;
  top: 5%;
}

.elements_22 .img5 {
  position: absolute;
  left: 5%;
  bottom: 20%;
  max-width: 80%;
}

.elements_22 .img6 {
  position: absolute;
  bottom: 15%;
  max-width: 70%;
}

.elements_22 .img7 {
  position: absolute;
  bottom: 25%;
  max-width: 70%;
}

.opacity0 {
  opacity: 0;
}

.hidden_right {
  right: -150%;
}

.hidden_left {
  left: -150%;
}

.hidden_top {
  top: -150%;
}

.hidden_bottom {
  bottom: -150%;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 210;
  display: none;
}

.team_modal {
  width: 95%;
  position: fixed;
  z-index: 220;
  padding: 2.5em;
  background-color: #fff;
  max-height: 90vh;
  overflow-y: auto;
  top: 5vh;
  left: 50%;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  display: none;
  max-width: 800px;
}

.team_modal::-webkit-scrollbar {
  width: 10px;
}

.team_modal::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.team_modal::-webkit-scrollbar-thumb {
  background: #888;
}

.team_modal::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.team_modal .close_modal {
  position: absolute;
  right: 1em;
  top: 0.8em;
  font-size: 1.5em;
  color: #075593;
}

.team_modal .team_details {
  width: 100%;
  float: left;
  color: #000;
}

.team_modal .team_details .name {
  width: 100%;
  float: left;
  font-size: 1.375em;
  font-weight: 600;
  margin: 0 0 0.25em;
}

.team_modal .team_details .position {
  width: 100%;
  float: left;
  font-size: 1.375em;
  font-weight: 400;
  color: #075593;
  margin-bottom: 0.889em;
}

.team_modal .team_details .description {
  width: 100%;
  float: left;
  font-size: 1.125em;
}

.top .news_item {
  margin-bottom: 0;
}

.top .news_item .details {
  position: absolute;
  width: 80%;
  margin: auto;
  display: table-cell;
  padding: 0;
  top: 50%;
  left: 10%;
  bottom: auto;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

.top .news_item .details .ttl {
  font-size: 2.5em;
}

.shop-product__small-image-gallery-wrapper .slick-track {
  margin-left: 0;
}

.quick_add {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 10;
}

.not-hero-nav {
  background-color: rgb(255, 255, 255, 0.8);
}

@media (max-width: 1370px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .right-side-menus {
    display: flex;
  }
}

@media (max-width: 991px) {
  body {
    font-size: 14px;
  }
  .menu_outer {
    background-position: center top;
    background-size: auto 8.571em;
  }
  .menu_outer .navbar {
    padding: 0;
  }
  .menu_outer .navbar-nav .nav-item .nav-link,
  .menu_outer .navbar-nav .nav-item:last-child .nav-link {
    text-align: right;
    float: right;
    padding: 0.3em 0;
    margin: 0.4em 0;
  }
  .navbar-collapse {
    margin-top: 2em;
  }
  .menu_outer .dropdown-menu.show {
    position: relative;
    float: right;
    background: transparent;
    clear: both;
  }
  .menu_outer .dropdown-item {
    width: auto;
    padding: 0;
    clear: both;
    float: right;
    text-align: right;
  }
  .menu_outer .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    padding: 0.3em 0;
    margin: 0.4em 0;
    float: right;
    font-size: 1.125em;
  }
  .fund {
    margin-bottom: 2em;
  }
  .fund.inside .descr,
  .fund .descr {
    min-height: 0;
  }
  .join_btn {
    float: left;
    margin-left: 1.5em;
  }
  .apply_form {
    margin-bottom: 2em;
  }
  .bod {
    margin-top: 2em;
  }
  .committee {
    margin: 2em 0 0 !important;
  }
  .chart_item {
    margin-bottom: 1em;
  }
  .chart_item:last-child {
    margin-bottom: 0;
  }
  .graph_legend {
    margin: 0 0 2.5em;
  }
  .piechart {
    margin-bottom: 3em;
  }
  .top .news_item .details .ttl {
    font-size: 1.8em;
  }
  .elements_1,
  .elements_2,
  .elements_3,
  .elements_4,
  .elements_5,
  .elements_6,
  .elements_7,
  .elements_8,
  .elements_9,
  .elements_10,
  .elements_11,
  .elements_12,
  .elements_13,
  .elements_14,
  .elements_15,
  .elements_16,
  .elements_17,
  .elements_18,
  .elements_19,
  .elements_20,
  .elements_21,
  .elements_22,
  .elements_23 {
    display: none;
  }
  .cart_image {
    max-height: 15em;
  }
  .footer_img{
    max-width: 110px;
    height: auto;
    object-fit: contain;
    margin-right: 2em;
  }
}

@media (max-width: 850px) {
}

@media (max-width: 768px) {
  .pad_t40 {
    padding-top: 2em;
  }
  .pad_b40 {
    padding-bottom: 2em;
  }
  .pad_t52 {
    padding-top: 2.5em;
  }
  .pad_b52 {
    padding-bottom: 2.5em;
  }
  .pad_t104 {
    padding-top: 4em;
  }
  .pad_b104 {
    padding-bottom: 4em;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .menu_outer {
    background-size: auto 8.923em;
  }
  .section .section_ttl {
    font-size: 3em;
  }
  .members .image {
    margin: 0 auto 2em;
  }
  .news_item .details {
    padding: 0.8em;
  }
  .news_item .details .category {
    margin-bottom: 0.8em;
  }
  .news_item .details .ttl,
  .news_item.sm .details .ttl {
    font-size: 1.125em;
    margin: 0 0 0.8em;
  }
  .number_item {
    margin-bottom: 2em;
  }
  .col-md-4:last-child .number_item {
    margin-bottom: 0;
  }
  .info_ttl {
    clear: both;
    width: auto;
    padding-right: 1em;
  }
  .info_descr {
    width: auto;
  }
  .custom_share_btns {
    width: auto;
    float: left;
    margin: 0 0 0;
  }
  .custom_share_btns a {
    float: left;
    margin-right: 1em;
  }
  .back_btn {
    clear: both;
    margin: 0 0 2.5em;
  }
  .map {
    margin-top: 2em;
  }
  .link_to {
    margin-top: 2em;
    margin-left: 0;
  }
  .president {
    margin: 0 0 3em;
  }
  .some_detail {
    margin-bottom: 2em;
  }
  .number_box {
    margin-bottom: 2em;
  }
  .top .news_item {
    height: 335px;
    overflow: hidden;
    position: relative;
  }
  .logged_as {
    display: none !important;
  }
  h3,
  h2 {
    font-size: 18px !important;
  }
  .shop-page-wrapper.product-inside.mt-150 {
    margin-top: 100px !important;
  }
  .shop-page-wrapper.product-inside .row.align-items-baseline {
    justify-content: center;
  }
  footer .container .col-md-4 {
    margin-bottom: 20px;
  }
  .top .news_item .image {
    width: auto;
    height: 100%;
    margin: auto;
    position: relative;
    top: 0;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }
  .top .news_item .details .ttl {
    font-size: 1.5em;
  }
  .shop-product__small-image-gallery-wrapper.col-md-3 {
    display: none;
  }
  .shop-product__buttons,
  .shop-product__buttons span:not(.spinner),
  .shop-product__buttons a {
    width: 100%;
    text-align: center;
  }
  .footer .developedby {
    text-align: left;
  }
  
}

@media (max-width: 575px) {
  .some_detail_other {
    margin-bottom: 2em;
    max-width: 280px;
  }
}

@media (max-width: 480px) {
  .copy {
    width: 100%;
  }
  .footer .lmenu li {
    margin-top: 1em;
  }
  .join_newsletter input {
    max-width: 210px;
  }
  .join_btn {
    float: right;
    margin-left: 0;
  }
  .piechart .pizza {
    width: 100%;
    max-width: 280px;
    float: none;
    padding-right: 0;
    margin: auto;
  }
  .piechart ul.pizza_legend {
    width: 100%;
    padding: 0;
  }
}

.bg-black {
  background: black;
}

.home-category {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.home-category img {
  transition: ease-out 0.2s;
}

.home-category:hover img {
  transition: ease-in-out 0.4s;
  transform: scale(1.2);
}

.home-category .home-category-text {
  color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 10%;
  left: 15%;
  font-size: 2rem;
  -webkit-transform: translate(-10%, 0%);
  -ms-transform: translate(-10%, 0%);
  transform: translate(-10%, 0%);
}

.home-category .home-category-text .subtitle {
  color: #fff;
  font-size: 1rem;
  text-decoration: underline;
}

.card_element {
  margin-bottom: 30px;
}

body .disable {
  pointer-events: none !important;
  color: #c3c3c3 !important;
  background-color: #afafaf !important;
}

.menu_outer .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  padding-bottom: 0;
  padding-top: 0rem;
}

.block_section {
  z-index: 1000;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  opacity: 0.4;
  cursor: wait;
  position: absolute;
}

.add-to-cart .spinner {
  margin-left: 4px;
}

ul.navbar-nav {
  width: max-content;
}

.single-product__variations {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 25px;
  visibility: hidden;
  width: calc(100% - 40px);
  padding: 10px;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  background-color: #ffffff;
}

.variation-container .size-container {
  text-align: center;
}

.shop-product__description .variation-container span {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  background-color: white;
  margin-right: 0.3em;
  display: flex !important;
}

.shop-product__description .variation-container span.d-none {
  display: none !important;
}

.shop-product__description .variation-container span:hover,
.shop-product__description .variation-container span.selected {
  background-color: black;
}

.shop-product__description .variation-container .size-container span {
  font-size: 14px;
  font-weight: 300;
  /* display: inline-block; */
  margin-right: 8px;
  color: black;
}

.shop-product__description .variation-container .size-container span:hover,
.shop-product__description .variation-container .size-container span.selected {
  color: white;
}

.shop-product__description .variation-container .size-container span.selected {
  background-color: black;
}

.shop-product__description
  .variation-container
  .size-container
  span.selected
  .variation-item {
  color: white;
  font-weight: bold;
}

.shop-product__description
  .variation-container
  .size-container
  span.size:last-child {
  margin-right: 0;
}

.variation-container .color-container {
  text-align: center;
}

.color-container span,
.size-container span {
  cursor: pointer;
}

.variation-container .color-container span {
  line-height: 18px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #ddd;
}

.variation-container .color-container .variation-item.selected {
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #aaaaaa;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #aaaaaa;
}

.variation-container .color-container span:last-child {
  margin-right: 0;
}

.variation-container .clear-variations {
  font-size: 11px;
  font-weight: 500;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #37bca1;
  cursor: pointer;
}

.shop-product__big-image-gallery-slider .slick-active {
  cursor: default;
}

/* .shop-product__big-image-gallery-slider .slick-active img{
    cursor: zoom-in;
} */

.shop-product .variation-container .clear-variations {
  font-size: 13px;
}

.add-to-cart-disabled {
  pointer-events: none !important;
  color: #c3c3c3 !important;
}

.lezada-button.add-to-cart.add-to-cart-disabled {
  background-color: #afafaf;
}

.filter-body .selected {
  color: #000000;
}

.filter-body .selected:after {
  right: auto;
  left: 0;
  width: 100%;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  background-color: #ccc;
  height: 1px;
  content: "";
}

.quickview-image-wrapper .cd-slider li,
.quickview-image-wrapper .cd-slider li img {
  object-fit: cover;
  height: 70vh;
}

/* .search-overlay .search-overlay-content .input-box {
  position: relative;
}

.search-overlay .search-overlay-content .input-box .ion-ios-search-strong {
  position: absolute;
  top: -1em;
  font-size: 32px;
  left: 50%;
  transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -webkit-transform: translate(-100%, 0%);
}

.search-overlay .search-overlay-content .input-box form input {
  border-bottom: none !important;
  font-size: 2em !important;
  text-align: center;
} */

#searchModal.modal {
  padding: 0;
  overflow-y: auto;
}

#searchModal .modal-content {
  min-height: 100vh;
}

#searchModal .modal-content input {
  border-radius: 0;
  font-size: 14px;
  border: none;
  border-bottom: 2px solid #222222;
  background: none;
  width: 100%;
  padding-bottom: 0.75em;
}

.sidebar-search .sidebar-search-content .input-box {
  position: relative;
}

.big_search {
  position: absolute;
  top: 0;
  font-size: 30px;
  right: 4px;
}

.sidebar-search
  .sidebar-search-content
  .input-box
  .fa-light.fa-magnifying-glass {
  position: absolute;
  top: 0;
  font-size: 18px;
  right: 14px;
}

.cd-slider-pagination {
  background: #ececec;
  padding: 3px 10px;
  bottom: -36px;
  width: 100%;
  text-align: center;
}

.bg-white-80 {
  background: rgba(255, 255, 255, 0.8);
}

.invalid-feedback-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545 !important;
}

.available_qty_section {
  display: block;
  margin: 12px 0px;
  color: #000000;
}

.cd-quick-view .available_qty_section {
  text-align: left;
  margin-left: 40px;
}

.available_qty_section .available_qty {
  font-weight: 800;
}

.shop-product__additional-info .shop-attributes {
  max-width: unset !important;
}

/*@media only screen and (max-width: 767px) {
    .shop-product__additional-info .shop-attributes {
        max-width: unset !important;
        width: 100% !important;
    }

    .shop-product__long-desc{
        max-width: unset !important;
        width: 100% !important;
    }

    .shop-product__long-desc p{
        max-width: unset !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 767px) {
    .shop-product__additional-info .shop-attributes {
        max-width: unset !important;
        width: 70% !important;
        margin: 0 auto;
    }

    .shop-product__long-desc{
        max-width: unset !important;
        width: 70% !important;
        margin: 0 auto;
    }

    .shop-product__long-desc p{
        max-width: unset !important;
        width: 70% !important;
        margin: 0 auto;
    }
}*/

.checkout-cart-total ul li.cart-item {
  display: flex;
  align-items: center;
}

.checkout-cart-total ul li.cart-item .product-info {
  display: inline-flex;
}

.checkout-cart-total .cart-item .product-thumbnail {
  width: 15%;
}

.checkout-cart-total .cart-item .product-details {
  margin-left: 1em;
  float: unset;
}

.checkout-cart-total .cart-item .product-details .product-variation {
  float: unset;
  display: flex;
  color: #858585;
}

.lg-img-wrap {
  background-color: #ffffff;
}

.lg-visible .lg-toolbar.lg-group {
  background-color: transparent;
  color: #000000;
}

.lg-actions .lg-next.lg-icon,
.lg-actions .lg-prev.lg-icon {
  color: #000000;
  background-color: #ffffff;
}

.filtering-menu-dropdown .filtering-menu-dropdown-container .row {
  margin: 0;
}

.filtering-menu-dropdown {
  margin: 0;
  max-height: 0;
  transition: ease-in-out 0.3s;
  overflow: hidden;
}

.filtering-menu-dropdown.active {
  margin: 0;
  max-height: fit-content;
  transition: ease-in-out 0.3s;
}

.filtering-menu-dropdown h2 {
  font-size: 24px;
  margin-bottom: 1em;
  font-weight: 300;
}

.filtering-menu-dropdown-container {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1.5em;
}

.filters-button {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

.filters-button::before {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.filters-button.active::before {
  content: "-";
}

.clear-filter-widget .lezada-button {
  color: #000000 !important;
  border: 1px solid #000000;
  background-color: #fff;
  text-decoration: none;
  font-weight: 300;
}

.before-nav-text a {
  font-size: 0.8em;
  font-weight: 300;
}

.hidden-nav {
  background-color: #fff;
  width: 100vw;
  position: fixed;
  left: 0;
  margin-top: 1.6em;
  max-height: 0;
  overflow: hidden;
}

.hidden-nav.active {
  max-height: fit-content;
  padding: 3rem;
}

.hidden-nav .row a {
  color: #000000;
  margin: 0;
}

.top-nav-toggle {
  overflow: hidden;
}

.hidden-side-nav {
  position: fixed;
  background-color: #fff;
  z-index: 3;
  width: 360px;
  left: 0;
  height: 75vh;
  overflow: hidden;
  top: 0;
  -webkit-transform: translate(100%, 0%);
  -ms-transform: translate(100%, 0%);
  transform: translate(100%, 0%);
  transition: ease-in-out 0.3s;
}

.hidden-side-nav.active {
  padding: 1em;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  transition: ease-in-out 0.3s;
}

ul.left_nav li,
.hidden-side-nav .row .col-12:not(:last-child) {
  margin-bottom: 12px;
}

.notify-submit {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
}

.disappearing_message {
  display: none;
  color: #dc3545;
}

.size-choose {
  font-weight: 500;
}

.out_of_stock.size-choose {
  cursor: default;
  color: #858585;
  opacity: 80%;
}

.single-product__variations.variation-container {
  cursor: default;
}

.notify-me .lezada-button--large {
  padding: 8.5px 35px;
}

.notify-me label {
  font-size: 13px;
}

.builded_form.notify-me input {
  font-size: 13px;
  font-weight: 300;
}

@media (max-width: 480px) {
  .filter-icons {
    display: flex;
    flex-wrap: wrap;
  }
  .filter-icons .filter-dropdown,
  .filters-button {
    width: 41%;
  }
  .filter-icons .filter-dropdown {
    margin-right: auto;
  }
}

.cart_color span {
  font-size: 12px;
  font-weight: 500;
}

.single-cart-product h5 {
  font-weight: 700;
}

.pro-qty {
  position: relative;
}

.pro-qty .disappearing_message {
  position: absolute;
  top: -60px;
  background-color: #ffffff;
  opacity: 1;
  padding: 1em;
}

.logged_as {
  display: flex;
  padding-right: 1rem;
  padding-left: 1rem;
  padding-bottom: 0;
  padding-top: 0.7rem;
}

.logged_as span.name {
  font-weight: 600;
  display: block;
  margin-left: 0.5em;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .logged_as span.pre_name {
    display: none;
  }
}

.spinner-border {
  border-top-color: transparent !important;
}

.tab-product-navigation--product-desc a span {
  font-size: 22px;
}

.disappearing_message_checkout {
  animation-name: cssAnimation;
  animation-duration: 20s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes cssAnimation {
}

@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

.navigation-column {
  width: 12.5%;
}

@media (max-width: 1280px) {
  .navigation-column {
    width: 20%;
  }
}

@media (max-width: 768px) {
  .navigation-column {
    width: 33%;
  }
  #menu_wrapper {
    padding: 1em 0.75em !important;
    padding-bottom: 0px !important;
  }
  .input-box.text-center {
    padding: 0 1em;
  }
  .header-right-icons.align-items-center {
    align-items: normal !important;
  }
}

@media (max-width: 480px) {
  .navigation-column {
    width: 50%;
  }
  .mobile_nav_logo {
    margin-bottom: 0 !important;
  }
  .mobile_nav_logo img {
    max-width: 150px;
  }
}

footer {
  margin-top: auto;
}

.tab-product-list-area h3,
.tab-product-list-area h2 {
  font-weight: 300;
}

.offcanvas-cart-content-container h5 {
  max-width: 85%;
}

footer .bg-grey {
  background-color: #f8f8f8;
}

.form-control {
  border-radius: 0 !important;
}

.btn-zoom-popup.product i {
  padding: 0.5em;
}

@media (max-width: 991px) {
  .tippy-popper {
    display: none;
  }
}

.shop-product__big-image-gallery-slider .single-image .zoomImg {
  display: none !important;
}
