* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table {
    overflow-y: scroll;
    display: block;
  }
  table tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html {
  overflow-y: scroll;
  scrollbar-color: #1E72B8 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #1E72B8;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #d6201b;
}
::-webkit-scrollbar-thumb:active {
  background: #d6201b;
}
html {
  font: 400 15px/1.5714 "Noto Sans", sans-serif;
}
@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
body {
  color: #555555;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 70px;
  width: 100%;
  color: #555555;
  border: 1px solid #CECECE;
  background: transparent;
  padding: 0 24px;
  font-family: "Noto Sans";
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
}
@media (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    height: 45px;
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea {
    font-size: 14px;
  }
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #E42B26;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #757575;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
  display: inline-block;
  line-height: 1.66;
  padding: 15px 20px;
  font-size: 18px;
  background: #E42B26;
  color: #fff;
  font-family: "Noto Sans";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 400;
  border-radius: 8px;
  letter-spacing: 0.25em;
}
@media (max-width: 768px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    padding: 10px 15px;
  }
}
@media (max-width: 480px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .submit {
    font-size: 14px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .submit:hover {
  background: #555;
}
h1, h2 {
  font-size: 36px;
  line-height: 1.4;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
h1 strong, h2 strong {
  background: #E42B26;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  padding: 0 8px;
  margin-right: 2px;
  display: inline-block;
}
h3 {
  font-size: 27px;
  line-height: 1.4;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h4 {
  font-weight: 500;
  font-size: 17px;
  color: #222222;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  h4 {
    margin-bottom: 12px;
  }
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #F6F7FB;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 1rem;
  left: 0;
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text h4 a:not(.btn), .text h5 a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #555555;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text h4 a:not(.btn):hover, .text h5 a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #555;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 12px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Noto Sans";
  height: 100%;
  line-height: 70px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Noto Sans";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
div.wpcf7 .wpcf7-list-item {
  display: block;
  margin: 8px 0;
  color: #484848;
}
div.wpcf7 .wpcf7-list-item label {
  display: inline-block;
}
div.wpcf7 .wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: top;
  font-size: 16px;
  color: #A9A9A9;
  line-height: 1.375;
}
div.wpcf7 .wpcf7-list-item label span:before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  content: "";
  border: 2px solid #121416;
}
div.wpcf7 .wpcf7-list-item label span:after {
  position: absolute;
  top: 7px;
  left: 4px;
  content: "";
  opacity: 0;
  background: #121416;
  width: 10px;
  height: 10px;
  display: block;
}
div.wpcf7 .wpcf7-list-item label input {
  display: none;
}
div.wpcf7 .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 500;
  font-size: 16px;
  color: #222222;
  text-transform: capitalize;
  display: inline-block;
  line-height: 40px;
  padding: 0 22px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1500px) {
  .main-menu > ul > li > a {
    padding: 0 15px;
  }
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 0 5px;
    font-size: 15px;
  }
}
.main-menu > ul > li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  height: 1px;
  width: 20px;
  background: #E42B26;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-menu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  height: 1px;
  width: 20px;
  background: #E42B26;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.main-menu > ul > li > a:hover {
  color: #E42B26;
}
.main-menu > ul > li > a:hover::before, .main-menu > ul > li > a:hover::after {
  opacity: 1;
}
.main-menu > ul > li.menu-item-has-children {
  text-align: left;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu > ul > li.current-menu-item > a {
  color: #E42B26;
}
.main-menu > ul > li.current-menu-item > a::before, .main-menu > ul > li.current-menu-item > a::after {
  opacity: 1;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #E42B26;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  padding: 10px 22px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 10px 15px;
  }
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 5px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  background: #ef8481;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  background: #ef8481;
}
.main-menu .menu-item-has-children:hover > a {
  background: #E42B26;
  color: #fff;
}
.main-menu .menu-item-has-children:hover > a::before, .main-menu .menu-item-has-children:hover > a::after {
  opacity: 0;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 20px;
  right: 16px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #E42B26;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-burger {
    top: 14px;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555555;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #E42B26;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #ef8481;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 230px;
  padding: 0 40px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #E42B26;
  height: 60px;
}
@media (max-width: 768px) {
  .search-box input[type="text"] {
    height: 45px;
  }
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 768px) {
  .search-box .search-btn {
    color: #E42B26;
  }
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "x";
  font-size: 24px;
  opacity: 0;
  color: #E42B26;
}
.search-box .search-btn svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover svg {
  color: #ef8481;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #ef8481;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin-bottom: 10px;
  margin-right: 50px;
  color: #121416;
}
.share-icons a:last-child, .social-icons a:last-child {
  margin-right: 0;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  color: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  color: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  color: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  color: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  color: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  color: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  color: #1ab7ea;
}
.share-icons a svg, .social-icons a svg {
  height: 20px;
  display: block;
  color: inherit;
}
.selectric {
  border: none;
  border-bottom: 2px solid #F6F7FB;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 70px;
  height: 70px;
  color: #555555;
  font-family: "Noto Sans";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 70px;
  height: 70px;
  width: 70px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #F6F7FB transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: #afb8dc;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: #afb8dc;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #F6F7FB;
}
.breadcrumb {
  text-align: center;
  color: #555555;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #555555;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #555;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #555;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #E42B26;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #ef8481;
}
.pagination a.page-numbers:hover {
  background: #ef8481;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 80px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.space-bottom {
  padding-bottom: 80px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.outer-space {
  margin: 80px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 32px 0 15px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1366px) {
  header {
    padding: 15px 0;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 8px 0;
  }
}
header .logo {
  -webkit-flex-basis: 155px;
  -moz-flex-basis: 155px;
  -ms-flex-preferred-size: 155px;
  flex-basis: 155px;
  margin-right: 20px;
}
@media (max-width: 1366px) {
  header .logo {
    -webkit-flex-basis: 110px;
    -moz-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
    margin-right: 10px;
  }
}
header .logo:hover {
  opacity: 0.7;
}
header .right-wrapper {
  -webkit-flex-basis: 17%;
  -moz-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  padding-right: 20px;
  text-align: right;
}
@media (max-width: 1024px) {
  header .right-wrapper {
    padding-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 768px) {
  header .right-wrapper {
    padding-right: 50px;
  }
}
header .right-wrapper .search-box {
  top: 7px;
}
@media (max-width: 768px) {
  header .right-wrapper .search-box {
    top: 0;
  }
}
header.sticky {
  background: rgba(0, 0, 0, 0.8);
}
header.sticky .main-menu > ul > li > a {
  color: #fff;
}
header.sticky .main-menu > ul > li > a:hover {
  color: #E42B26;
}
header.sticky .main-menu > ul > li.current-menu-item > a {
  color: #E42B26;
}
.top-block {
  padding-top: 33px;
}
@media (max-width: 1366px) {
  .top-block {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .top-block {
    padding-top: 60px;
  }
}
.top-block .image {
  mask-image: url("../img/top-template.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
  z-index: -1;
  aspect-ratio: 5.9;
  background: #000;
}
@media (max-width: 768px) {
  .top-block .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    mask-image: none;
    aspect-ratio: auto;
    overflow: hidden;
  }
}
.top-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.top-block .page-title {
  color: #fff;
  position: absolute;
  bottom: 58px;
  left: 50px;
  right: 50px;
  margin-bottom: 0;
}
@media (max-width: 1500px) {
  .top-block .page-title {
    bottom: 23%;
  }
}
@media (max-width: 1366px) {
  .top-block .page-title {
    bottom: 20%;
  }
}
@media (max-width: 1024px) {
  .top-block .page-title {
    bottom: 16%;
  }
}
@media (max-width: 768px) {
  .top-block .page-title {
    position: static;
    padding: 20px;
  }
}
footer {
  background: #333333;
  color: #fff;
}
footer .footer-top {
  padding: 50px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  footer .footer-top {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  footer .footer-top {
    padding: 12px 0;
  }
}
footer .footer-logo {
  -webkit-flex-basis: 223px;
  -moz-flex-basis: 223px;
  -ms-flex-preferred-size: 223px;
  flex-basis: 223px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  footer .footer-logo {
    -webkit-flex-basis: 110px;
    -moz-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px;
  }
}
@media (max-width: 768px) {
  footer .footer-logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto 10px;
  }
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-logo:hover {
  opacity: 0.7;
}
footer .footer-main-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-main-menu {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .footer-main-menu li {
  display: inline-block;
  margin-left: 45px;
}
@media (max-width: 1366px) {
  footer .footer-main-menu li {
    margin-left: 10px;
  }
}
footer .footer-main-menu li a {
  color: inherit;
  font-weight: 500;
  font-size: 16px;
}
footer .footer-main-menu li a:hover {
  color: #E42B26;
}
footer .footer-main-menu li:first-child {
  margin-left: 0;
}
footer .footer-main-menu li.current-menu-item a {
  color: #E42B26;
}
footer .footer-bottom {
  padding: 35px 0;
}
@media (max-width: 1024px) {
  footer .footer-bottom {
    padding: 15px 0;
  }
}
@media (max-width: 480px) {
  footer .footer-bottom {
    padding: 5px 0;
  }
}
footer .copyright {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  footer .copyright {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
footer .footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
@media (max-width: 768px) {
  footer .footer-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}
footer .footer-menu li {
  display: inline-block;
  margin-left: 40px;
}
@media (max-width: 1024px) {
  footer .footer-menu li {
    margin-left: 12px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu li:first-child {
    margin-left: 0;
  }
}
footer .footer-menu li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}
footer .footer-menu li a:hover {
  color: #fff;
}
footer .footer-menu li.current-menu-item a {
  color: #fff;
}
.recent-posts .top-title {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-bottom: 0;
}
.recent-posts .link-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.recent-posts .link-wrapper a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  color: #333333;
  letter-spacing: 0.25em;
}
.recent-posts .link-wrapper a:hover {
  color: #ef8481;
}
.recent-posts .posts {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .recent-posts .posts {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .recent-posts .posts {
    margin-top: 20px;
  }
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.posts > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .posts > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.tags {
  font-size: 0;
  margin-bottom: 5px;
}
.tags .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  padding: 3px 10px;
  border-radius: 3px;
  background: #FDE2E0;
  line-height: 1;
  margin-right: 4px;
  margin-bottom: 4px;
}
.authors {
  padding: 10px 0;
  font-size: 0;
  margin-bottom: 5px;
}
@media (max-width: 1024px) {
  .authors {
    padding: 0;
  }
}
.authors .author {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}
.authors .photo {
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 10px;
}
.authors .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.authors .name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  color: #777777;
}
.post {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .post {
    margin-bottom: 20px;
  }
}
.post .thumb {
  aspect-ratio: 1.78;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .thumb:hover {
  opacity: 0.7;
}
.post .info {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .post .info {
    padding-top: 10px;
  }
}
.post .post-title {
  max-width: 340px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .post .post-title {
    max-width: 100%;
  }
}
.post .post-title a {
  color: #222222;
}
.post .post-title a:hover {
  color: #ef8481;
}
.post p {
  margin-bottom: 0;
}
.single-wrapper .thumbnail {
  width: 100%;
  aspect-ratio: 3;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .single-wrapper .thumbnail {
    margin-bottom: 20px;
  }
}
.single-wrapper .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-wrapper a.thumbnail {
  display: block;
}
.single-wrapper time {
  font-weight: 700;
  margin-bottom: 10px;
}
.single-wrapper .text {
  margin-bottom: 20px;
}
.single-wrapper .tag {
  font-size: 16px;
}
.single-wrapper .authors .photo {
  width: 40px;
  height: 40px;
}
.single-wrapper .authors .name {
  font-size: 16px;
}
.box-title {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .box-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .box-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .box-title {
    margin-bottom: 15px;
  }
}
.video-post .thumb {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  aspect-ratio: 1.53;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .video-post .thumb {
    margin-bottom: 15px;
  }
}
.video-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-post .thumb:hover {
  opacity: 0.7;
}
.video-post .post-title {
  margin-bottom: 5px;
}
.video-post .post-title a {
  color: #222222;
}
.video-post .post-title a:hover {
  color: #ef8481;
}
.play {
  position: relative;
  z-index: 0;
}
.play::before {
  content: "";
  width: 60px;
  height: 60px;
  background: #E42B26;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.play::after {
  content: url("../img/play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  font-size: 0;
}
.article-aside-block > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .article-aside-block > .flex {
    display: block;
  }
}
.article-aside-block.bg {
  background: #F6F7FB;
}
.article-aside-block.bg .article-posts.list .video-post {
  background: #fff;
}
.article-aside-block .article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article-aside-block .aside {
  margin-left: 16%;
  -webkit-flex-basis: 370px;
  -moz-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
}
@media (max-width: 1366px) {
  .article-aside-block .aside {
    margin-left: 50px;
  }
}
@media (max-width: 1024px) {
  .article-aside-block .aside {
    margin-left: 30px;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }
}
@media (max-width: 768px) {
  .article-aside-block .aside {
    margin-left: 0;
    margin-top: 20px;
  }
}
.article-aside-block .article-posts.grid {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.article-aside-block .article-posts.grid > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 480px) {
  .article-aside-block .article-posts.grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .article-aside-block .article-posts.grid > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.article-aside-block .article-posts.list .video-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border-radius: 7px;
  background: #F6F7FB;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .article-aside-block .article-posts.list .video-post {
    display: block;
  }
}
@media (max-width: 480px) {
  .article-aside-block .article-posts.list .video-post {
    padding: 15px;
  }
}
.article-aside-block .article-posts.list .video-post .thumb {
  margin-bottom: 0;
  aspect-ratio: 1.37;
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
@media (max-width: 1024px) {
  .article-aside-block .article-posts.list .video-post .thumb {
    aspect-ratio: 1.53;
  }
}
.article-aside-block .article-posts.list .video-post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 25px;
}
@media (max-width: 1024px) {
  .article-aside-block .article-posts.list .video-post .info {
    padding: 20px 0 0;
  }
}
.article-aside-block .article-posts.list .video-post:last-child {
  margin-bottom: 0;
}
.article-aside-block .top-headlines .post-title {
  font-weight: 500;
  font-size: 17px;
  color: #222222;
  display: block;
  line-height: 1.5;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(195, 195, 195, 0.3);
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .article-aside-block .top-headlines .post-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.article-aside-block .top-headlines .post-title:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.article-aside-block .top-headlines .post-title:hover {
  color: #ef8481;
}
.article-aside-block .trending-videos .items {
  max-height: 660px;
}
@media (max-width: 768px) {
  .article-aside-block .trending-videos .items {
    max-height: 400px;
  }
}
.article-aside-block .trending-videos .items .simplebar-vertical {
  right: auto;
  left: -100px;
  width: 8px;
}
@media (max-width: 1366px) {
  .article-aside-block .trending-videos .items .simplebar-vertical {
    left: -25px;
  }
}
@media (max-width: 1024px) {
  .article-aside-block .trending-videos .items .simplebar-vertical {
    left: -15px;
  }
}
@media (max-width: 480px) {
  .article-aside-block .trending-videos .items .simplebar-vertical {
    left: -10px;
  }
}
.article-aside-block .trending-videos .items .simplebar-vertical::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
  width: 1px;
  background: #C3C3C3;
  z-index: -1;
}
.article-aside-block .trending-videos .items .simplebar-vertical .simplebar-visible::before {
  background: #1E72B8;
  opacity: 1;
}
.article-aside-block .top-authors .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .article-aside-block .top-authors .author {
    margin-bottom: 20px;
  }
}
.article-aside-block .top-authors .author:last-child {
  margin-bottom: 0;
}
.article-aside-block .top-authors .author .photo {
  -webkit-flex-basis: 80px;
  -moz-flex-basis: 80px;
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 50%;
  aspect-ratio: 1;
}
.article-aside-block .top-authors .author .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-aside-block .top-authors .author .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article-aside-block .top-authors .author .info .author-name {
  line-height: 1;
  font-weight: 600;
  color: #222222;
  margin-bottom: 10px;
}
.article-aside-block .top-authors .author .info p {
  font-weight: 300;
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}
.article-aside-block .top-authors .author .social-icons a {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  border: 1px solid #C3C3C3;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #C3C3C3;
}
.article-aside-block .top-authors .author .social-icons a:last-child {
  margin-right: 0;
}
.article-aside-block .top-authors .author .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 12px;
}
.article-aside-block .top-authors .author .social-icons a:hover {
  background: #1E72B8;
  border-color: #1E72B8;
  color: #fff;
}
.article-aside-block .follow-us .social-icons {
  margin-bottom: 50px;
}
@media (max-width: 1366px) {
  .article-aside-block .follow-us .social-icons {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .article-aside-block .follow-us .social-icons {
    margin-bottom: 0;
  }
}
.article-aside-block .follow-us .text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
  color: #121416;
}
@media (max-width: 1024px) {
  .article-aside-block .follow-us .text p {
    font-size: 16px;
  }
}
.article-aside-block .follow-us form .btn-wrapper {
  display: block;
}
.article-aside-block .follow-us form .btn-wrapper .btn, .article-aside-block .follow-us form .btn-wrapper .post-navigation [rel="next"], .post-navigation .article-aside-block .follow-us form .btn-wrapper [rel="next"], .article-aside-block .follow-us form .btn-wrapper .post-navigation [rel="prev"], .post-navigation .article-aside-block .follow-us form .btn-wrapper [rel="prev"] {
  padding: 20px;
  width: 100%;
}
.article-aside-block .follow-us form .wpcf7-acceptance {
  margin-top: 20px;
  display: block;
}
.article-aside-block .our-categories .cat {
  font-size: 15px;
  font-weight: 600;
  color: #1C1C1C;
  line-height: 1.5;
  border-bottom: 1px dotted #EFEFEF;
  padding: 8px 0;
}
.article-aside-block .our-categories .cat .cat-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.article-aside-block .our-categories .cat .cat-title a {
  color: inherit;
}
.article-aside-block .our-categories .cat .cat-title a:hover {
  color: #ef8481;
}
.article-aside-block .featured-video .video-post .thumb {
  aspect-ratio: 1.78;
}
.article-aside-block .aside-tags {
  font-size: 0;
}
.article-aside-block .aside-tags .tag-item {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #666;
  padding: 8px 19px;
  border: 1px solid #C3C3C3;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.article-aside-block .aside-tags .tag-item:hover {
  background: #1E72B8;
  border-color: #1E72B8;
  color: #fff;
}
.article-aside-block .aside-item {
  margin-bottom: 90px;
}
@media (max-width: 1366px) {
  .article-aside-block .aside-item {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .article-aside-block .aside-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .article-aside-block .aside-item {
    margin-bottom: 25px;
  }
}
.article-aside-block .aside-item .title {
  margin-bottom: 60px;
}
@media (max-width: 1366px) {
  .article-aside-block .aside-item .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .article-aside-block .aside-item .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .article-aside-block .aside-item .title {
    margin-bottom: 15px;
  }
}
.article-aside-block .aside-item:last-child {
  margin-bottom: 0;
}
.text-image-block {
  position: relative;
  z-index: 0;
}
.text-image-block .text {
  width: 50%;
  color: #fff;
  padding: 50px;
}
@media (max-width: 1366px) {
  .text-image-block .text {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .text-image-block .text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .text-image-block .text {
    padding: 15px;
  }
}
.text-image-block .text h1, .text-image-block .text h2, .text-image-block .text h3, .text-image-block .text h4, .text-image-block .text h5, .text-image-block .text h6 {
  color: inherit;
}
.text-image-block .text p {
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media (max-width: 480px) {
  .text-image-block .text p {
    line-height: 1.5;
  }
}
.text-image-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 5px;
  background: #000;
}
.text-image-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .text-image-block .image img {
    opacity: 0.6;
  }
}
.top-color::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  z-index: -2;
  background: #F6F7FB;
}
.bottom-color::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  z-index: -2;
  background: #F6F7FB;
}
.card-block {
  position: relative;
  z-index: 0;
  padding: 80px 0;
}
@media (max-width: 13660) {
  .card-block {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .card-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .card-block {
    padding: 25px 0;
  }
}
.card-block.rbs {
  padding-bottom: 0;
}
.card-block.rbs + .simple-posts-block {
  padding-top: 25px !important;
}
.card-posts.grid.grid-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.card-posts.grid.grid-3 > * {
  width: 31.9333333333%;
  margin: 0 0.7% 0.9333333333em;
}
@media (max-width: 768px) {
  .card-posts.grid.grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .card-posts.grid.grid-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .card-posts.grid.grid-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .card-posts.grid.grid-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.card-posts.grid.grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.7%;
  width: 101.4%;
}
.card-posts.grid.grid-2 > * {
  width: 31.9333333333%;
  margin: 0 0.7% 0.9333333333em;
}
@media (max-width: 768px) {
  .card-posts.grid.grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .card-posts.grid.grid-2 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .card-posts.grid.grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .card-posts.grid.grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.card-posts.grid.grid-2 .card-post:nth-of-type(2n-1) {
  -webkit-flex-basis: 65.26%;
  -moz-flex-basis: 65.26%;
  -ms-flex-preferred-size: 65.26%;
  flex-basis: 65.26%;
  aspect-ratio: auto;
}
@media (max-width: 768px) {
  .card-posts.grid.grid-2 .card-post:nth-of-type(2n-1) {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 600px) {
  .card-posts.grid.grid-2 .card-post:nth-of-type(2n-1) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 1024px) {
  .card-posts.grid.grid-2 .card-post:nth-of-type(2n-1) .play-button {
    width: 10%;
  }
}
@media (max-width: 768px) {
  .card-posts.grid.grid-2 .card-post:nth-of-type(2n-1) .play-button {
    width: 21%;
  }
}
@media (max-width: 600px) {
  .card-posts.grid.grid-2 .card-post:nth-of-type(2n-1) .play-button {
    width: 60px;
  }
}
.card-posts.masonry {
  font-size: 0;
  position: relative;
  z-index: 0;
}
.card-posts.masonry > div {
  width: calc(42% - 20px);
  margin: 10px;
  aspect-ratio: 1.67;
  float: left;
}
@media (max-width: 1024px) {
  .card-posts.masonry > div {
    aspect-ratio: 1.2;
  }
}
@media (max-width: 768px) {
  .card-posts.masonry > div {
    width: 100%;
    aspect-ratio: auto;
    margin: 0 0 15px;
    min-height: 250px;
  }
  .card-posts.masonry > div .thumb {
    mask-size: 800px auto;
  }
  .card-posts.masonry > div .play-button {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .card-posts.masonry > div:nth-of-type(3n-1) .thumb, .card-posts.masonry > div:nth-of-type(3n) .thumb {
    mask-size: auto 270%;
  }
}
@media (max-width: 768px) {
  .card-posts.masonry > div:nth-of-type(3n-1) .thumb, .card-posts.masonry > div:nth-of-type(3n) .thumb {
    mask-size: 800px auto;
  }
}
.card-posts.masonry > div:nth-of-type(3n-2) {
  width: calc(58% - 20px);
  aspect-ratio: 1.1322;
}
@media (max-width: 1024px) {
  .card-posts.masonry > div:nth-of-type(3n-2) {
    aspect-ratio: 0.81;
  }
}
@media (max-width: 768px) {
  .card-posts.masonry > div:nth-of-type(3n-2) {
    width: 100%;
    aspect-ratio: auto;
  }
}
.card-posts.masonry.masonry-reverse {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.card-posts.masonry.masonry-reverse .card-post {
  -webkit-transform: scale(-1, 1) !important;
  -moz-transform: scale(-1, 1) !important;
  -ms-transform: scale(-1, 1) !important;
  -o-transform: scale(-1, 1) !important;
  transform: scale(-1, 1) !important;
}
.card-post {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 0.825;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .card-post {
    border-radius: 10px;
  }
}
@media (max-width: 600px) {
  .card-post {
    aspect-ratio: auto;
  }
}
.card-post .thumb {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  mask-image: url("../img/img-template.png");
  mask-repeat: no-repeat;
  mask-position: bottom right;
  mask-size: auto;
  z-index: -1;
}
@media (max-width: 1024px) {
  .card-post .thumb {
    mask-size: auto 180%;
  }
}
@media (max-width: 600px) {
  .card-post .thumb {
    mask-size: 800px auto;
  }
}
.card-post .thumb::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 67%, rgba(0, 0, 0, 0.6) 90%);
}
@media (max-width: 1024px) {
  .card-post .thumb::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.card-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-post .play-button {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  border-radius: 16px;
  background: #E42B26;
  display: block;
  width: 86px;
  height: 86px;
}
@media (max-width: 1024px) {
  .card-post .play-button {
    width: 21%;
    border-radius: 10px;
    aspect-ratio: 1;
    height: auto;
  }
}
@media (max-width: 600px) {
  .card-post .play-button {
    width: 60px;
  }
}
.card-post .play-button::after {
  content: url("../img/play.png");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
  font-size: 0;
}
.card-post .play-button:hover {
  background: #ef8481;
}
.card-post .info {
  padding: 35px 130px 35px 35px;
}
@media (max-width: 1366px) {
  .card-post .info {
    padding: 20px 100px 20px 20px;
  }
}
@media (max-width: 1024px) {
  .card-post .info {
    padding: 20px 25% 20px 20px;
  }
}
.card-post .info .post-title {
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .card-post .info .post-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.card-post .info .post-title a {
  color: #fff;
}
.card-post .info .post-title a:hover {
  color: #ef8481;
}
.card-post .info .authors {
  margin-bottom: 0;
}
.card-post .info .authors .name {
  color: #fff;
}
.card-post .info p {
  font-size: 14px;
  letter-spacing: 0.03em;
  font-weight: 300;
  line-height: 1.36;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .left-right-posts {
    display: block;
  }
}
.left-right-posts .main-post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.left-right-posts .second-post {
  -webkit-flex-basis: 28%;
  -moz-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  margin-left: 6%;
}
@media (max-width: 1024px) {
  .left-right-posts .second-post {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    margin-left: 30px;
  }
}
@media (max-width: 600px) {
  .left-right-posts .second-post {
    margin-left: 0;
    margin-top: 30px;
  }
}
.left-right-posts .card-post {
  aspect-ratio: 1.68;
}
@media (max-width: 1024px) {
  .left-right-posts .card-post {
    aspect-ratio: 1.45;
  }
}
@media (max-width: 600px) {
  .left-right-posts .card-post {
    aspect-ratio: auto;
    min-height: 250px;
  }
}
@media (max-width: 1024px) {
  .left-right-posts .card-post .thumb {
    mask-size: 800px auto;
  }
}
@media (max-width: 1024px) {
  .left-right-posts .card-post .play-button {
    width: 60px;
  }
}
.left-right-posts.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-posts.reverse .second-post {
  margin-left: 0;
  margin-right: 6%;
}
@media (max-width: 600px) {
  .left-right-posts.reverse .second-post {
    margin-right: 0;
  }
}
.simple-posts-block {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .simple-posts-block {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .simple-posts-block {
    padding: 20px 0;
  }
}
.simple-posts-block.bg {
  background: #F6F7FB;
}
.simple-posts-block.rts {
  padding-top: 0;
}
.simple-posts-block.rbs {
  padding-bottom: 0;
}
.simple-posts-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.simple-posts-block .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .simple-posts-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .simple-posts-block .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .simple-posts-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .simple-posts-block .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.simple-posts-block .items .small-post {
  margin-bottom: 20px;
}
.small-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.small-post .thumb {
  -webkit-flex-basis: 130px;
  -moz-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 7px;
  aspect-ratio: 1.12;
}
.small-post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-post .thumb:hover {
  opacity: 0.7;
}
.small-post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 210px;
}
.small-post .post-title {
  margin-bottom: 0;
}
.small-post .post-title a {
  color: #222222;
}
.small-post .post-title a:hover {
  color: #ef8481;
}
.small-post .authors {
  padding-bottom: 0;
  margin-bottom: 0;
}
.videos-posts-block {
  padding: 50px 0;
}
@media (max-width: 1024px) {
  .videos-posts-block {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .videos-posts-block {
    padding: 20px 0;
  }
}
.videos-posts-block.bg {
  background: #F6F7FB;
}
.videos-posts-block.rts {
  padding-top: 0;
}
.videos-posts-block.rbs {
  padding-bottom: 0;
}
.videos-posts-block .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.videos-posts-block .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .videos-posts-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .videos-posts-block .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .videos-posts-block .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .videos-posts-block .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.videos-posts-block .items .small-post {
  margin-bottom: 20px;
}
.page-id-181 .recent-posts {
  background: #F6F7FB;
}
.home-top {
  margin-top: 33px;
}
@media (max-width: 1366px) {
  .home-top {
    margin-top: 15px;
  }
}
@media (max-width: 1024px) {
  .home-top {
    margin-top: 60px;
  }
}
.home-top .image {
  mask-image: url("../img/home-template.png");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% auto;
  z-index: -1;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .home-top .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    mask-image: none;
    aspect-ratio: auto;
    overflow: hidden;
  }
}
.home-top .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.home-top > .container {
  padding: 100px;
  aspect-ratio: 1.89;
}
@media (max-width: 1366px) {
  .home-top > .container {
    padding: 50px;
  }
}
@media (max-width: 1024px) {
  .home-top > .container {
    padding: 25px;
    aspect-ratio: auto;
  }
}
@media (max-width: 768px) {
  .home-top > .container {
    display: block;
  }
}
@media (max-width: 480px) {
  .home-top > .container {
    padding: 0;
  }
}
.home-top .video-inline {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 1.68;
  overflow: hidden;
  border-radius: 15px;
  background-color: #000;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .home-top .video-inline {
    aspect-ratio: 1.77;
  }
}
.home-top .video-inline iframe {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.home-top .video-inline img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
}
.home-top .video-inline.active img, .home-top .video-inline.active::before, .home-top .video-inline.active::after {
  opacity: 0;
  pointer-events: none;
}
.home-top .video {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  aspect-ratio: 1.68;
  overflow: hidden;
  border-radius: 15px;
}
.home-top .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-top .video::before {
  width: 86px;
  height: 86px;
}
@media (max-width: 480px) {
  .home-top .video::before {
    width: 60px;
    height: 60px;
  }
}
.home-top .video:hover {
  opacity: 0.9;
}
.home-top .right-wrapper {
  -webkit-flex-basis: 360px;
  -moz-flex-basis: 360px;
  -ms-flex-preferred-size: 360px;
  flex-basis: 360px;
  margin-left: 24%;
}
@media (max-width: 1366px) {
  .home-top .right-wrapper {
    margin-left: 10%;
  }
}
@media (max-width: 1024px) {
  .home-top .right-wrapper {
    margin-left: 30px;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
}
@media (max-width: 768px) {
  .home-top .right-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .home-top .right-wrapper {
    padding: 10px;
  }
}
.home-top .right-wrapper .title {
  color: #fff;
  margin-bottom: 65px;
}
@media (max-width: 1366px) {
  .home-top .right-wrapper .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .home-top .right-wrapper .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-top .right-wrapper .title {
    margin-bottom: 15px;
  }
}
.home-top .right-wrapper .small-post .post-title a {
  color: #fff;
}
.home-top .right-wrapper .small-post .post-title a:hover {
  color: #ef8481;
}
.home-top .right-wrapper .small-post .thumb {
  border: 1px solid #fff;
}
.home-top .right-wrapper .authors .name {
  color: #fff;
}
.home-top .social-icons {
  position: absolute;
  bottom: 10px;
  right: 0;
}
@media (max-width: 1024px) {
  .home-top .social-icons {
    bottom: 0;
  }
}
.home-top .social-icons a {
  margin-right: 25px;
}
@media (max-width: 1024px) {
  .home-top .social-icons a {
    color: #fff;
  }
  .home-top .social-icons a:hover {
    color: #ef8481;
  }
}
