@font-face {
  font-family: Titillium Web;
  src: url("../../fonts/TitilliumWeb-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Titillium Web;
  src: url("../../fonts/TitilliumWeb-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: Titillium Web;
  src: url("../../fonts/TitilliumWeb-Bold.ttf");
  font-weight: 700;
}
.sp-font-rg-14 {
  font-size: 14px;
  font-family: Titillium Web;
  font-weight: 400;
}

.sp-font-rg-16 {
  font-size: 16px;
  font-family: Titillium Web;
  font-weight: 400;
}

.sp-font-rg-18, .menu-footer, .menu-header, .menu-mobile {
  font-size: 18px;
  font-family: Titillium Web;
  font-weight: 400;
}

.sp-font-rg-22, p {
  font-size: 22px;
  font-family: Titillium Web;
  font-weight: 400;
}

.sp-font-smbl-16 {
  font-size: 16px;
  font-family: Titillium Web;
  font-weight: 600;
}

.sp-font-smbl-18 {
  font-size: 18px;
  font-family: Titillium Web;
  font-weight: 600;
}

.sp-font-smbl-22, .ctgries-link, .link-frontp, .link-contact, .link-dead, .link-404p {
  font-size: 22px;
  font-family: Titillium Web;
  font-weight: 600;
}

.sp-font-smbl-38 {
  font-size: 38px;
  font-family: Titillium Web;
  font-weight: 600;
}

.sp-font-bl-22 {
  font-size: 22px;
  font-family: Titillium Web;
  font-weight: 700;
}

.sp-font-bl-30 {
  font-size: 30px;
  font-family: Titillium Web;
  font-weight: 700;
}

.sp-font-bl-34 {
  font-size: 34px;
  font-family: Titillium Web;
  font-weight: 700;
}

.sp-font-bl-38, h2 {
  font-size: 38px;
  font-family: Titillium Web;
  font-weight: 700;
}

.sp-font-bl-70, h1 {
  font-size: 70px;
  font-family: Titillium Web;
  font-weight: 700;
}

.sp-font-color-general, .link-frontp, .link-contact, .menu-footer, .link-dead, p, h6, h5, h4, h3, h2, h1 {
  color: #323233;
}

.sp-font-color-header, .menu-header, .menu-mobile {
  color: #2C3333;
}

.sp-font-color-grey {
  color: #B9B9B9;
}

.sp-font-color-logo, .ctgries-link, .link-404p {
  color: #53BDCB;
}

.sp-font-color-white {
  color: #FFFFFF;
}

h1 {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h2 {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h3 {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h4 {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h5 {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h6 {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

p {
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

span {
  margin: 0;
  padding: 0;
}

.wp-block-cover {
  margin-top: 2.75% !important;
  margin-bottom: 2.75% !important;
}

.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  border-radius: 5px;
}

.wp-block-columns {
  column-gap: 10px;
}

@media (min-width: 0px) and (max-width: 415px) {
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 26px !important;
  }
  h3 {
    font-size: 15px !important;
  }
  p {
    font-size: 18px !important;
  }
}
@media (min-width: 415px) and (max-width: 780px) {
  h1 {
    font-size: 50px !important;
  }
  h2 {
    font-size: 28px !important;
  }
  h3 {
    font-size: 25px !important;
  }
}
body {
  background-color: #f9f9f9;
  margin: 0;
}

.container1 {
  max-width: 1500px;
  margin: 0 auto;
}

.container2 {
  margin-left: 18%;
  margin-right: 18%;
}

.site-main {
  max-width: 1920px;
  min-height: calc(100vh - 340px);
  margin: 0 auto;
}

.site-headfoot {
  max-width: 1920px;
  margin: 0 auto;
}

.site-video {
  display: flex;
  position: relative;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
}

.site-categories {
  flex: 1;
}

.site-cat-block {
  max-width: 1920px;
  margin: 0 auto;
}

.container-m1 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-p1, .post-ctgry-block, .post-img-block, .post-info-block, .ctgry-posts-block, .ctgry-info-block, .ctgries-cats-block, .ctgries-info-block, .show-post-block, .img-block, .hp-block, .wp-block-image {
  padding-top: 40px;
  padding-bottom: 40px;
}

.hp-block {
  text-align: start;
}

.img-block {
  display: flex;
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.sp-img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.img-overlay {
  position: absolute;
  align-self: center;
}

.link-404p {
  text-decoration: none;
}

.link-dead {
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 40px;
}

.link-contact {
  margin: 0 !important;
}

@media (min-width: 0px) and (max-width: 415px) {
  .container2 {
    margin-left: 3%;
    margin-right: 3%;
  }
  .container-m1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .container-p1, .post-ctgry-block, .post-img-block, .post-info-block, .ctgry-posts-block, .ctgry-info-block, .ctgries-cats-block, .ctgries-info-block, .show-post-block, .wp-block-image, .hp-block, .img-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .link-general {
    font-size: 18px !important;
  }
  .link-contact {
    font-size: 18px !important;
  }
}
@media (min-width: 415px) and (max-width: 780px) {
  .container2 {
    margin-left: 8%;
    margin-right: 8%;
  }
  .container-m1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .container-p1, .post-ctgry-block, .post-img-block, .post-info-block, .ctgry-posts-block, .ctgry-info-block, .ctgries-cats-block, .ctgries-info-block, .show-post-block, .wp-block-image, .hp-block, .img-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .link-general {
    font-size: 18px !important;
  }
}
.mobile-menu-container {
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.07) !important;
  position: absolute;
  z-index: 4;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  transform: translateY(-100%);
}

.init-hide {
  visibility: hidden;
  display: none;
}

@media (max-width: 780px) {
  #mobile-menu-container-id.show {
    visibility: visible;
    display: flex;
    animation-name: slide-in-mobile-menu;
  }
  #mobile-menu-container-id.hide {
    animation-name: slide-out-mobile-menu;
    animation-fill-mode: forwards;
  }
}
@keyframes slide-in-mobile-menu {
  0% {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-mobile-menu {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    display: none;
  }
}
.menu-mobile {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 0;
  list-style: none;
}

.menu-list-mobile {
  padding-bottom: 15px;
}

.menu-link-mobile {
  text-decoration: none;
  color: #2C3333;
}
.menu-link-mobile:hover {
  color: #53BDCB;
}
.menu-link-mobile:active {
  color: #53BDCB;
  text-decoration: underline;
}

.hamburger-icon .line {
  width: 40px;
  height: 5px;
  border-radius: 25px;
  background-color: #323233;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger-icon:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

.sp-header {
  position: sticky;
  z-index: 5;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07) !important;
}

.flex-container-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-flex-item-1 {
  flex: 1 1 auto;
}

.header-flex-item-2 {
  flex: 1 1 auto;
}

.header-flex-item-3 {
  visibility: hidden;
  display: none;
  flex: 0 1 auto;
}

.menu-header {
  display: flex;
  flex-direction: row;
  justify-content: end;
  margin: 0;
  padding: 0;
  list-style: none;
  align-content: center;
}

.menu-link-header {
  text-decoration: none;
  color: #2C3333;
  margin-left: 50px;
}
.menu-link-header:hover {
  color: #53BDCB;
}
.menu-link-header:active {
  color: #53BDCB;
  text-decoration: underline;
}

@media (max-width: 780px) {
  .header-flex-item-2 {
    display: none;
  }
  .header-flex-item-3 {
    visibility: visible;
    display: contents;
  }
}
.sp-footer {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.07) !important;
}

.flex-container-footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 50px 0;
}

.footer-flex-item-1 {
  flex-basis: 50%;
}

.footer-flex-item-2 {
  flex: 1 1 auto;
  padding-left: 10px;
  max-width: fit-content;
}

.footer-flex-item-3 {
  flex: 1 1 auto;
  padding-left: 10px;
  max-width: fit-content;
}

.footer-flex-item-4 {
  flex: 1 1 auto;
  padding-left: 10px;
}

.menu-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-link-footer {
  text-decoration: none;
  color: #323233;
}
.menu-link-footer:hover {
  color: #53BDCB;
}

.brand-logo-footer {
  margin-bottom: 10px;
}

@media (max-width: 780px) {
  .flex-container-footer {
    flex-direction: column;
  }
  .footer-flex-item-2 {
    padding-top: 20px;
    padding-left: 0;
  }
  .footer-flex-item-3 {
    padding-top: 20px;
    padding-left: 0;
  }
  .footer-flex-item-4 {
    padding-top: 20px;
    padding-left: 0;
  }
}
.video-container {
  display: flex;
  max-width: 100%;
  min-height: 600px;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.video {
  width: 100vw;
  height: 900px;
  position: absolute;
  object-fit: cover;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-overlay {
  display: flex;
  flex-direction: column;
  height: 600px;
  position: absolute;
}
.video-overlay .vo-header {
  margin-top: auto;
  mix-blend-mode: overlay;
}

.link-frontp, .link-contact {
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 40px;
}
.link-frontp:hover, .link-contact:hover {
  color: #53BDCB;
}

.show-post {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  max-width: 100%;
  justify-content: start;
}

.logos-block {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-container-logos {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.flex-container-logos .row1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding-bottom: 40px;
}
.flex-container-logos .row2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding-top: 40px;
}

.s-logo2 {
  max-height: 35px !important;
}

.s-logo3 {
  max-height: 70px !important;
}

.s-logo4 {
  max-height: 25px !important;
}

.s-logo6 {
  max-height: 75px !important;
}

.s-logo10 {
  max-height: 35px !important;
}

.s-logo11 {
  max-height: 50px !important;
}

.s-logo12 {
  max-height: 55px !important;
}

.lg-img {
  flex: 0 1 auto;
  max-width: 100% !important;
  max-height: 60px;
  min-width: 0;
  margin-right: 30px;
}

.img-block-fp {
  display: flex;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.sp-img-fp {
  max-width: 100%;
  max-height: 480px;
  margin-left: auto;
}

.img-overlay-fp {
  position: absolute;
  width: 100%;
}

@media (min-width: 0px) and (max-width: 415px) {
  .show-post {
    grid-template-columns: auto;
    row-gap: 20px;
  }
  .logos-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .flex-container-logos {
    flex-direction: column;
  }
  .flex-container-logos .row1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding: 0;
  }
  .flex-container-logos .row2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 0;
    padding-top: 30px;
  }
  .s-logo2 {
    max-height: 25px !important;
  }
  .s-logo3 {
    max-height: 55px !important;
  }
  .s-logo4 {
    max-height: 23px !important;
  }
  .s-logo6 {
    max-height: 60px !important;
  }
  .s-logo10 {
    max-height: 30px !important;
  }
  .s-logo11 {
    max-height: 35px !important;
  }
  .s-logo12 {
    max-height: 45px !important;
  }
  .lg-img {
    max-width: 100% !important;
    max-height: 40px;
    min-width: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}
@media (min-width: 415px) and (max-width: 780px) {
  .show-post {
    grid-template-columns: auto auto;
    row-gap: 10px;
    column-gap: 10px;
  }
  .logos-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .flex-container-logos {
    flex-direction: row;
    justify-content: space-between;
  }
  .flex-container-logos .row1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    padding: 0;
  }
  .flex-container-logos .row2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
    padding: 0;
  }
  .s-logo2 {
    max-height: 25px !important;
  }
  .s-logo3 {
    max-height: 55px !important;
  }
  .s-logo4 {
    max-height: 23px !important;
  }
  .s-logo6 {
    max-height: 55px !important;
  }
  .s-logo10 {
    max-height: 25px !important;
  }
  .s-logo11 {
    max-height: 30px !important;
  }
  .s-logo12 {
    max-height: 45px !important;
  }
  .lg-img {
    max-width: 100% !important;
    max-height: 50px;
    min-width: 0;
    margin-top: 25px;
    margin-right: 0;
  }
}
.ctgries-bg {
  background-image: url("../../assets/img/category_page_img2.jpg");
  background-position: top right;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 61px);
}

.ctgries-info-block {
  margin-top: 40px;
}

.ctgries-cats-posts-block {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.07) !important;
  width: 100%;
  background-color: #f9f9f9;
  overflow: hidden;
  margin: 0px auto 0px auto;
  max-height: 0px;
  transition: max-height 250ms ease, margin 200ms 50ms;
}

.co-header {
  mix-blend-mode: hard-light;
}
.co-header :hover {
  cursor: pointer;
}
.co-header :active {
  mix-blend-mode: normal;
}

.show-cat-posts {
  display: flow-root;
  margin: 30px auto 40px auto;
  max-height: 3000px;
  transition: margin 350ms, max-height 800ms 100ms ease;
}

.ctgries-cat-posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 10px;
  justify-content: start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ctgries-link {
  text-decoration: none;
}
.ctgries-link:hover {
  color: #323233;
}
.ctgries-link:active {
  color: #323233;
}

@media (min-width: 0px) and (max-width: 415px) {
  .show-cat-posts {
    margin: 10px auto 20px auto;
  }
  .ctgries-cat-posts {
    grid-template-columns: auto;
    row-gap: 20px;
  }
}
@media (min-width: 415px) and (max-width: 780px) {
  .show-cat-posts {
    margin: 20px auto 30px auto;
  }
  .ctgries-cat-posts {
    grid-template-columns: auto auto;
    row-gap: 20px;
  }
}
.ctgry-posts-block {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 80px;
  column-gap: 20px;
}

@media (min-width: 0px) and (max-width: 415px) {
  .ctgry-posts-block {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
@media (min-width: 415px) and (max-width: 780px) {
  .ctgry-posts-block {
    row-gap: 60px;
  }
}
.post-flex-row1 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.post-flex-row2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.post-img-block {
  display: flex;
  overflow: hidden;
}

.post-img {
  max-width: 100%;
  aspect-ratio: 16/9;
  border-radius: 5px;
  object-fit: cover;
}

.post-img[src=""] {
  visibility: hidden;
  display: none;
}

.post-ctgry-block {
  padding-bottom: 0px;
}

.post-render {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.post-render-img-block {
  display: flex;
  max-height: 338px;
  overflow: hidden;
}

.post-render-img {
  border-radius: 5px;
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  filter: grayscale(100%);
  transition: filter 0.25s ease-in-out;
}
.post-render-img:hover {
  filter: grayscale(0%);
}

.post-render-info-block {
  margin-top: 10px;
}

.mt-0 {
  margin-top: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.pt-0 {
  padding-top: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pt-40 {
  padding-top: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pr-40 {
  padding-right: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*# sourceMappingURL=main_style.css.map */
