﻿html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.wrap {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .wrap {
    padding: 0 10px;
  }
}
.wrap .wrap {
  padding: 0;
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -15px;
  position: relative;
}
.grid.no_gap {
  margin: 0;
}
.col {
  margin: 15px;
  width: calc(100% / 3 - 30px);
}
@media (max-width: 670px) {
  .col {
    width: calc(50% - 30px);
  }
}
@media (max-width: 420px) {
  .col {
    width: 100%;
  }
}
.col_2 {
  width: calc(100% / 6 - 30px);
  margin: 15px;
}
@media (max-width: 900px) {
  .col_2 {
    width: calc(100% / 3 - 30px);
  }
}
@media (max-width: 670px) {
  .col_2 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 420px) {
  .col_2 {
    width: 100%;
  }
}
.col_3 {
  width: calc(100% / 4 - 30px);
  margin: 15px;
}
@media (max-width: 670px) {
  .col_3 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 420px) {
  .col_3 {
    width: 100%;
  }
}
.col_4 {
  width: calc(100% / 3 - 30px);
  margin: 15px;
}
@media (max-width: 670px) {
  .col_4 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 420px) {
  .col_4 {
    width: 100%;
  }
}
.col_6 {
  width: calc(100% / 2 - 30px);
  margin: 15px;
}
@media (max-width: 420px) {
  .col_6 {
    width: 100%;
  }
}
.col_8 {
  width: calc(100% / 3 * 2 - 30px);
  margin: 15px;
}
@media (max-width: 670px) {
  .col_8 {
    width: 100%;
  }
}
.col_10 {
  width: calc(100% / 6 * 5 - 30px);
  margin: 15px;
}
@media (max-width: 670px) {
  .col_10 {
    width: 100%;
  }
}
.col_12 {
  width: 100%;
  margin: 15px;
}
.no_gap {
  margin: 0;
}
.no_gap .col {
  margin: 0;
  width: calc(100% / 3);
}
@media (max-width: 670px) {
  .no_gap .col {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .no_gap .col {
    width: 100%;
  }
}
.no_gap .col_2 {
  width: calc(100% / 6);
  margin: 0;
}
@media (max-width: 900px) {
  .no_gap .col_2 {
    width: calc(100% / 3);
  }
}
@media (max-width: 670px) {
  .no_gap .col_2 {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .no_gap .col_2 {
    width: 100%;
  }
}
.no_gap .col_3 {
  width: calc(100% / 4);
  margin: 0;
}
@media (max-width: 670px) {
  .no_gap .col_3 {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .no_gap .col_3 {
    width: 100%;
  }
}
.no_gap .col_4 {
  width: calc(100% / 3);
  margin: 0;
}
@media (max-width: 670px) {
  .no_gap .col_4 {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .no_gap .col_4 {
    width: 100%;
  }
}
.no_gap .col_6 {
  width: calc(100% / 2);
  margin: 0;
}
@media (max-width: 420px) {
  .no_gap .col_6 {
    width: 100%;
  }
}
.no_gap .col_8 {
  width: calc(100% / 3 * 2);
  margin: 0;
}
@media (max-width: 670px) {
  .no_gap .col_8 {
    width: 100%;
  }
}
.no_gap .col_10 {
  width: calc(100% / 6 * 5);
  margin: 0;
}
@media (max-width: 670px) {
  .no_gap .col_10 {
    width: 100%;
  }
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fl_r {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.jcsb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.img_cont {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.img_cont img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.img_cont__4x3 {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  height: 0;
}
.img_cont__4x3 img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.img_cont__16x9 {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.img_cont__16x9 img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.img_cont__1x1 {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  height: 0;
}
.img_cont__1x1 img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.img_cont__a4 {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 141%;
  height: 0;
}
.img_cont__a4 img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.accentcolor {
  color: #FF0000;
}
.secondcolor {
  color: #2c2c2c;
}
.fontcolor {
  color: #2c2c2c;
}
.content_col_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
@media (max-width: 768px) {
  .content_col_2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.content_col_3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 768px) {
  .content_col_3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.content_col_4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media (max-width: 768px) {
  .content_col_4 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 1170px) {
  .hide_desktop {
    display: none;
  }
}
@media (max-width: 1170px) {
  .hide_1170 {
    display: none;
  }
}
@media (max-width: 900px) {
  .hide_900 {
    display: none;
  }
}
@media (max-width: 768px) {
  .hide_768 {
    display: none;
  }
}
@media (max-width: 670px) {
  .hide_670 {
    display: none;
  }
}
@media (max-width: 420px) {
  .hide_420 {
    display: none;
  }
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../../../themes/rooq/fonts/Montserrat-Regular.woff2) format("woff2"),
    url(../../../themes/rooq/fonts/Montserrat-Regular.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src:
    url(../../../themes/rooq/fonts/Montserrat_ExtraBold.woff2) format("woff2"),
    url(../../../themes/rooq/fonts/Montserrat_ExtraBold.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #161616;
  scroll-behavior: smooth;
}
a:focus,
input:focus,
textarea:focus,
button:focus {
  border: none;
  outline: none;
}
html *,
html *:after,
html *:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
.app {
  position: relative;
  display: block;
  width: 100%;
  min-height: 100%;
  background-color: #f2f7fb;
  font-size: 16px;
  overflow: hidden;
}
section {
  margin-bottom: 60px;
}
.svg_sprite {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
}
.content_wrap {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media (max-width: 420px) {
  .content_wrap {
    padding: 0 15px;
  }
}
.content_wrap h1 {
  font-size: 44px;
  margin-top: 30px;
  font-weight: 700;
}
.content_wrap h2 {
  font-size: 40px;
  margin-top: 26px;
  font-weight: 700;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .content_wrap h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.content_wrap h3 {
  font-size: 32px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 700;
  padding-bottom: 13px;
}
@media (max-width: 768px) {
  .content_wrap h3 {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.content_wrap h4 {
  font-size: 28px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content_wrap h4 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.content_wrap h5 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content_wrap h5 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.content_wrap h6 {
  font-size: 20px;
  margin-top: 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .content_wrap h6 {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.content_wrap blockquote {
  font-weight: 700;
  font-size: 20px;
  color: #FF0000;
  margin-left: 0;
  margin: 30px 0 25px;
  padding-left: 15px;
  border-left: 3px solid #FF0000;
}
@media (max-width: 768px) {
  .content_wrap blockquote {
    font-size: 16px;
  }
}
.content_wrap ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}
.content_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.content_wrap ul li:before {
  height: 16px;
  width: 16px;
  min-width: 16px;
  content: "";
  border-radius: 40px;
  border: 4px solid #FF0000;
  font-weight: 700;
  background: transparent;
  display: inline-block;
  margin-right: 10px;
  margin-top: 2px;
}
.content_wrap ol {
  padding-left: 0;
  list-style: none;
}
.content_wrap ol li {
  margin-bottom: 10px;
  counter-increment: count-me;
}
.content_wrap ol li:before {
  content: counter(count-me) ". ";
  display: inline-block;
  margin-right: 10px;
  color: #2c2c2c;
  font-weight: 700;
}
.bold {
  font-weight: 700;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
table::-webkit-scrollbar {
  height: 8px;
}
*::-webkit-scrollbar-button {
  background-color: #c5c5c5;
  display: none;
}
*::-webkit-scrollbar-track {
  background-color: #FF0000;
}
*::-webkit-scrollbar-track-piece {
  background-color: #c5c5c5;
}
*::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #FF0000;
}
*::-webkit-scrollbar-corner {
  background-color: #FF0000;
}
*::-webkit-resizer {
  background-color: #FF0000;
}
.col_9 {
  width: calc(100% / 4 * 3 - 30px);
  margin: 15px;
}
.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #FF0000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 10px 15px;
  border-radius: 3px;
}
.btn:hover {
  background-color: #00a2cf;
}
.btn__shadow {
  -webkit-box-shadow: 0 10px 30px rgba(7, 194, 239, 0.5);
  box-shadow: 0 10px 30px rgba(7, 194, 239, 0.5);
}
.btn__shadow:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 162, 207, 0.5);
  box-shadow: 0 5px 15px rgba(0, 162, 207, 0.5);
}
.btn__arrow {
  color: #2c2c2c;
  padding: 11px 20px;
  border-radius: 50px;
}
.btn__arrow:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231A2636' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
  margin-right: 6px;
}
.btn__arrow_right {
  color: #2c2c2c;
  padding: 11px 20px;
  border-radius: 50px;
}
.btn__arrow_right:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 11px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231A2636' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
  margin-left: 6px;
}
.btn__arrow_right:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2307C2EF' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
  background-size: contain;
}
.btn__outline {
  background: none;
  border: 1px solid #161616;
  color: #161616;
  border-radius: 100px;
  padding: 20px 70px;
  text-transform: uppercase;
}
.btn__outline:hover {
  background: #161616;
  color: #fff;
}
.btn__second {
  background: #2c2c2c;
}
.btn__second:hover {
  background: #FF0000;
}
.subtitle_page {
  font-weight: 700;
  font-size: 46px;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #d8dadd;
  margin-bottom: 30px;
}
.content_wrap table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  margin: 15px 0;
  display: block;
}
.content_wrap table tbody {
  width: 100%;
  display: inline-table;
}
.content_wrap table tr {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.content_wrap table th td {
  font-size: 16px;
  font-weight: 700;
  background: #2c2c2c;
  color: #fff;
  padding: 14px 10px 14px;
}
.content_wrap table tr th {
  font-weight: 700;
  color: #fff;
  border: 1px solid #fff;
  background: #FF0000;
  padding: 10px;
}
.content_wrap table tr td {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.no_back .content_wrap {
  padding: 0;
}
.news {
  background-position: center bottom;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 230px;
  background-size: cover;
  background-image: url(../../../themes/rooq/img/last_bg.jpg);
}
.news .news_title {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.news .grid_item_1 .grid_item_desc {
  font-size: 16px;
  color: #aeaeae;
}
.news .title_with_btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news .home_page_title {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .news .title_with_btn {
    flex-wrap: wrap;
    justify-content: center;
  }
  .news .home_page_title {
    margin-bottom: 15px;
  }
}
.news_category {
  font-weight: 700;
  font-size: 14px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: #161616;
  background: #fff;
  border-radius: 3px;
}
.slider_objects {
  position: relative;
}
.slider_objects:after {
  content: "";
  display: block;
  height: 225px;
  background: #f2f7fb;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.slider_2 {
  position: relative;
  z-index: 2;
}
.slider_2 .slide {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.work_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.work_cont .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
}
.work_cont .content .title {
  max-width: 370px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.work_cont img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  transition: all 0.4s;
  transform: scale(1);
}
.work_cont:hover img {
  transform: scale(1.05);
}
.slider_2 .slick-arrow {
  position: absolute;
  top: 50%;
  height: 35px;
  width: 35px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
  z-index: 2;
}
.slider_2 .slick-arrow.slick_prev {
  left: -17.5px;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  box-shadow: 6px 0 15px rgba(0, 0, 0, 0.05);
}
.slider_2 .slick-arrow.slick_next {
  right: -17.5px;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
  box-shadow: -6px 0 15px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1170px) {
  .slider_2 .slick-arrow.slick_prev {
    left: -10px;
  }
  .slider_2 .slick-arrow.slick_next {
    right: -10px;
  }
}
.home_page_title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .home_page_title {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .home_page_title {
    font-size: 28px;
  }
}
@media (max-width: 900px) {
  .news .news_title {
    font-size: 40px;
  }
}
@media (max-width: 540px) {
  .news .news_title {
    font-size: 32px;
  }
}
.slider_objects {
  margin-bottom: 90px;
}
.slider_objects .home_page_title {
  margin-bottom: 15px;
}
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 45px;
  height: 100%;
}
.banner img {
  display: block;
  max-width: calc(100% + 70px);
  height: auto;
  margin-left: -35px;
  margin-bottom: -50px;
}
.banner .text {
  padding: 10px 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.banner .text .blue {
  color: #FF0000;
}
.banner .text .title_40 {
  font-size: 40px;
}
.banner .text .title_26 {
  font-size: 26px;
}
.banner .text .title_28 {
  font-size: 28px;
}
.banner .text .title_41 {
  font-size: 41px;
}
.banner .btn {
  background: #fff;
  border-radius: 50px;
  color: #2c2c2c;
  margin: 0 auto;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.8);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.8);
  width: calc(100% - 30px);
}
@media (max-width: 1024px) {
  .banner img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.search_input {
  position: relative;
  margin-bottom: 30px;
}
.search_input input {
  border-radius: 100px !important;
}
.search_input button {
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 15px;
}
.search_input button svg {
  width: 14px;
  height: 14px;
}
.baze_list {
  padding: 0;
  list-style: none;
  margin-bottom: 60px;
}
.baze_list ul {
  list-style: none;
  padding: 0;
}
.baze_list > li {
  margin-bottom: 5px;
}
.baze_list .contain {
  padding: 5px 35px 5px 10px;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  position: relative;
  border-radius: 5px;
}
.baze_list .contain a {
  padding: 5px;
  color: #161616;
  text-decoration: none;
  display: inline-block;
}
.baze_list .contain .quantity {
  color: #9c9c9c;
  display: inline-block;
  font-weight: 400;
}
.baze_list .contain.active {
  background: #FF0000;
}
.baze_list .contain.active .plus {
  opacity: 1;
}
.baze_list .contain.active .plus span {
  top: 50%;
  background: #9c9c9c;
}
.baze_list .contain.active .plus span:nth-last-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.baze_list .contain.active .quantity {
  color: #80d9ef;
}
.baze_list .contain:hover {
  background: #e7f0f7;
}
.baze_list .submenu .contain:hover {
  background: #ebebeb;
}
.baze_list .contain.active:hover {
  background: #07b5e1;
}
.baze_list li li .contain {
  background: #fff;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.baze_list li li .contain a {
  color: #2c2c2c;
}
.baze_list .submenu {
  display: none;
}
.baze_list .plus {
  height: 16px;
  width: 16px;
  position: absolute;
  cursor: pointer;
  opacity: 0.25;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.baze_list .plus span {
  height: 3px;
  width: 100%;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: 50%;
  background: #a5a5a5;
}
.baze_list .plus span:nth-last-child(1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.baze_list .plus:hover {
  opacity: 1;
}
.nav_title {
  font-size: 20px;
  font-weight: 700;
  color: #d8dadd;
}
.category .tit {
  font-size: 46px;
  font-weight: 700;
  margin: 60px 0 10px;
}
.category_description p {
  font-size: 20px;
}
.category .product_item .btn svg {
  display: none;
}
.modal_1.modal {
  padding-left: 100px;
  max-width: 770px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  border-radius: 10px;
}
.modal_1.modal.modal_search {
  background: none;
  box-shadow: none;
  padding: 0;
  color: #fff;
}
.modal_1.modal.modal_search .mfp-close {
  display: none;
}
.modal_1.modal.modal_search form {
  max-width: 100%;
  display: flex;
}
.modal_1.modal.modal_search form .btn {
  max-width: 160px;
}
.modal_1.modal.modal_search .form_1 .form_input {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 0;
  color: #161616;
}
@media (max-width: 768px) {
  .modal_1.modal.modal_search form {
    flex-wrap: wrap;
  }
  .modal_1.modal.modal_search .form_1 .form_input {
    margin-right: 0;
  }
  .modal_1.modal.modal_search form .btn {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 640px) {
  .modal_1.modal {
    padding: 30px 15px 15px;
    background-image: none;
  }
  .modal_1.modal .modal_title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.call_off {
  background: #FF0000;
  display: block;
  width: 100%;
  padding: 50px 0;
  font-size: 90px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  margin-bottom: -128px;
  margin-top: 128px;
  border-radius: 10px;
  box-shadow: 0 15px 99px rgba(91, 233, 255, 0.35);
}
.call_off span {
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 30px;
}
.relative_product {
  background: url(../../../themes/rooq/img/last_bg.jpg) center bottom / cover
    no-repeat;
  padding-bottom: 230px;
  margin-bottom: 0;
}
.relative_product .content_title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .relative_product .content_title {
    font-size: 24px;
  }
}
@media (max-width: 1070px) {
  .call_off {
    margin-left: 10px;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
}
@media (max-width: 1024px) {
  .pagecontacts_2 .contacts_item {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .call_off span {
    font-size: 16px;
  }
  .product_item_3 {
    width: 100%;
  }
  .call_off {
    font-size: 32px !important;
    padding: 30px 0 37px !important;
    margin-bottom: -45px !important;
  }
  .category .col_3 {
    display: none;
  }
  .category .col_9 {
    width: 100%;
    margin: 15px;
  }
  .category .tit {
    font-size: 28px;
  }
  .category .cat_descr p {
    font-size: 16px;
  }
  .page_news .grid_item {
    width: calc(100% / 2 - 30px);
  }
}
@media (max-width: 670px) {
  .product_item_3 .brend {
    font-size: 13px !important;
  }
  .product_item_3 .prodict_price_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product_item_3 .prodict_price_cont .btn__product {
    width: 100%;
    margin-top: 10px;
  }
  .product_item_3 .prodict_price_cont .product_price {
    width: 100%;
  }
  .product_item_3 .product_title {
    font-size: 18px !important;
  }
  .tabs_content .grid {
    margin: 0;
  }
  .slider_objects {
    margin-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .call_off {
    font-size: 27px !important;
    padding: 30px 0 37px !important;
    margin-bottom: -45px !important;
  }
  .call_off span {
    display: block;
  }
  footer {
    padding-top: 100px !important;
  }
  .new_block {
    min-height: 220px;
  }
  .product_content__button {
    width: 100%;
    text-align: center;
  }
  .page_product_descr {
    padding-bottom: 30px !important;
    margin-bottom: 30px;
  }
  .page_product_descr .content_title {
    font-size: 27px;
  }
  .page_product_descr .content_col_2 {
    font-size: 16px;
  }
  .page_product_descr .content_subtitle {
    font-size: 22px;
  }
  .relative_product .wrap {
    padding: 0 20px;
  }
  .page_404 .page_404_message {
    font-size: 24px !important;
  }
  .page_404 {
    font-size: 16px !important;
  }
  .page_news .grid_item {
    width: 100%;
    margin: 0 0 15px;
  }
  .page_news .new_block .grid_item_img {
    min-height: 340px;
  }
}
.but_wh_hover {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.but_wh_hover:hover {
  color: #FF0000 !important;
  background: #f0f0f0 !important;
}
.masonry_grid .grid_item .gallery_item_1 {
  margin: 0;
}
.masonry_grid .grid_item:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.masonry_grid .grid_item .overlay {
  position: absolute;
  background: #2c2c2c;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.masonry_grid .grid_item .overlay .overlay_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.masonry_grid .grid_item .overlay .overlay_figure span {
  background: #FF0000;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin-right: 10px;
}
.masonry_grid .grid_item .overlay .overlay_figure span:last-child {
  margin-right: 0;
}
.masonry_grid .grid_item:hover .overlay {
  opacity: 0.75;
}
.content_5 {
  margin-bottom: 60px;
  margin-top: -50px;
}
.content_5 .logo p {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: 0.5;
  margin-top: 12px;
}
.content_5 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.content_5 .content_5__img,
.content_5 .content_5__text {
  width: calc(50% - 15px);
  position: relative;
}
@media (max-width: 900px) {
  .content_5 .content_5__img,
  .content_5 .content_5__text {
    width: 100%;
  }
}
.content_5 .content_5__title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #161616;
}
@media (max-width: 500px) {
  .content_5 .content_5__title {
    font-size: 40px;
  }
}
.content_5 .content_5__desc {
  font-size: 16px;
  margin-bottom: 15px;
}
@media (max-width: 540px) {
  .content_5 .content_5__desc {
    font-size: 16px;
  }
}
.content_5 .content__item__title {
  font-size: 60px;
  font-weight: 700;
  color: #FF0000;
  margin-bottom: 0;
}
.content_5 .content__item__desc {
  font-size: 20px;
}
.content_5 .content__item__subtitle {
  font-size: 22px;
  color: #FF0000;
  font-weight: 700;
  margin-bottom: 0;
}
.content_5__img img {
  margin-left: auto;
  border-radius: 10px;
}
.content_5__img__note {
  position: absolute;
  top: 20px;
  left: 0;
  background: #fff;
  max-width: 340px;
  padding: 30px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
}
.content_5__img__note img {
  margin-right: 20px;
}
.content_5__img__note p {
  font-weight: 700;
  margin-bottom: 0;
}
.content_5__img__note p .accentcolor {
  color: #FF0000;
}
.home_about {
  background: #fff;
  margin-bottom: 120px;
}
.home_about__bg_img {
  position: relative;
}
.features_grid {
  border-left: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 90px;
}
.feature_item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background: #fff;
  transition: all 0.4s;
}
.feature_item:hover {
  background: #00666a;
  color: #fff;
}
.feature_item:last-child {
  border-bottom-right-radius: 10px;
}
.feature_item svg {
  max-height: 50px;
  width: auto;
  fill: #FF0000;
  transition: all 0.4s;
  margin-bottom: 30px;
}
.feature_item:hover svg {
  fill: #fff;
}
.feature_item__text {
  margin-top: auto;
}
.feature_item__title {
  font-weight: 700;
  margin-bottom: 5px;
  transition: all 0.1s;
}
.feature_item__title.feature_item__title--lg {
  font-size: 40px;
}
.feature_item__title.feature_item__title--sm {
  font-size: 20px;
}
.feature_item__title.feature_item__title--md {
  font-size: 30px;
}
.feature_item__desc {
  margin-top: 10px;
  transition: all 0.1s;
  margin-bottom: 0;
}
.about_map_section {
  margin-bottom: 175px;
}
.about_map__title {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
}
.about_map__title .accentcolor {
  color: #FF0000;
}
.about_map__map svg {
  max-width: 100%;
}
footer {
  background: #797979;
  color: #fff;
  padding-top: 200px;
  background-size: cover;
  background-position: center;
}
footer .footer_desc {
  font-size: 14px;
}
footer .footer_cont {
  margin-bottom: 30px;
}
footer .footer_cont > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  footer .footer_cont > .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footer_logo_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
footer .footer_logo_title {
  font-weight: 700;
  font-size: 18px;
  margin-left: 15px;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer .footer_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 1100px) {
  footer .footer_social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footer_social_icon {
  width: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}
footer .footer_social_icon svg {
  max-height: 30px;
  max-width: 100%;
  fill: #FF0000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer_social_icon.footer_social_youtube {
  width: 41.5px;
}
footer .footer_social_icon:hover svg {
  fill: #fff;
}
footer .footer_contacts_col .footer_email {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #FF0000;
  font-size: 20px;
}
footer .footer_title {
  font-weight: 700;
  font-size: 24px;
  color: #FF0000;
  text-transform: uppercase;
}
footer .footer_contacts_col:nth-child(2) {
  margin-top: 30px;
}
footer .footer_contacts_col a {
  color: #fff;
  text-decoration: none;
}
footer .footer_contacts_col .footer_phone {
  font-size: 20px;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #FF0000;
}
@media (max-width: 768px) {
  footer .footer_contacts_col .footer_phone {
    font-size: 20px;
  }
}
footer .contacts_label {
  opacity: 0.5;
  margin-bottom: 0;
  font-weight: 700;
}
footer .font_black {
  font-weight: 700;
}
footer .footer_menu .menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
footer .footer_menu .menu li {
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  margin-bottom: 5px;
  border-radius: 5px;
  transition: all 0.4s;
}
footer .footer_menu .menu li:hover {
  background: rgba(255, 255, 255, 0.2);
}
footer .footer_menu .menu .menu-item-has-children {
  border: none;
}
footer .footer_menu .menu > li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
footer .footer_menu .menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
}
footer .footer_menu .sub-menu {
  margin-left: 10px;
  padding-left: 0;
  list-style: none;
}
footer .footer_menu .sub-menu a {
  font-weight: 400;
}
footer .footer_bottom {
  opacity: 0.5;
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
footer .footer_bottom .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  footer .footer_bottom .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footer_bottom a {
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
footer .footer_bottom a:hover {
  color: #FF0000;
}
.sidebar_form {
  background: #2c2c2c;
  color: #fff;
  padding: 15px;
}
.sidebar_form .sidebar_form_title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.sidebar_form .sidebar_form_subtitle {
  font-size: 12px;
  text-align: center;
}
.sidebar_form .form_1 .form_confidencial {
  font-size: 12px;
  text-align: center;
}
.sidebar_form .form_1 .form_confidencial a {
  color: #fff;
}
.form_1:not(.grid) {
  display: block;
}
.form_1:not(.grid).form_input {
  width: 100%;
}
.form_1 .form_input {
  display: block;
  margin-bottom: 15px;
}
.form_1 .form_input .label_input {
  width: 100%;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}
.form_1 .form_input .required_star {
  color: red;
}
.form_1 .form_input .input__regular {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #dcdcdc;
  outline: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 5px;
}
.form_1 .form_input .input__regular.input__icon {
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.form_1 .form_input .input__regular.input__icon.icon_name {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23D9D9D9'%3E%3Cpath d='M17.071,12.929a9.962,9.962,0,0,0-3.8-2.384,5.781,5.781,0,1,0-6.542,0A10.016,10.016,0,0,0,0,20H1.562a8.437,8.437,0,1,1,16.875,0H20A9.935,9.935,0,0,0,17.071,12.929ZM10,10a4.219,4.219,0,1,1,4.219-4.219A4.224,4.224,0,0,1,10,10Z'/%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_name:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%235BE9FF'%3E%3Cpath d='M17.071,12.929a9.962,9.962,0,0,0-3.8-2.384,5.781,5.781,0,1,0-6.542,0A10.016,10.016,0,0,0,0,20H1.562a8.437,8.437,0,1,1,16.875,0H20A9.935,9.935,0,0,0,17.071,12.929ZM10,10a4.219,4.219,0,1,1,4.219-4.219A4.224,4.224,0,0,1,10,10Z'/%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_name.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ff0000'%3E%3Cpath d='M17.071,12.929a9.962,9.962,0,0,0-3.8-2.384,5.781,5.781,0,1,0-6.542,0A10.016,10.016,0,0,0,0,20H1.562a8.437,8.437,0,1,1,16.875,0H20A9.935,9.935,0,0,0,17.071,12.929ZM10,10a4.219,4.219,0,1,1,4.219-4.219A4.224,4.224,0,0,1,10,10Z'/%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_name.valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23148118'%3E%3Cpath d='M17.071,12.929a9.962,9.962,0,0,0-3.8-2.384,5.781,5.781,0,1,0-6.542,0A10.016,10.016,0,0,0,0,20H1.562a8.437,8.437,0,1,1,16.875,0H20A9.935,9.935,0,0,0,17.071,12.929ZM10,10a4.219,4.219,0,1,1,4.219-4.219A4.224,4.224,0,0,1,10,10Z'/%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_tel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20.029' fill='%23D9D9D9'%3E%3Cg%3E%3Cpath d='M16.159,38.655A1.97,1.97,0,0,0,14.73,38a2.037,2.037,0,0,0-1.446.651l-1.336,1.332c-.11-.059-.22-.114-.326-.169-.152-.076-.3-.148-.419-.224a14.519,14.519,0,0,1-3.479-3.17,8.565,8.565,0,0,1-1.141-1.8c.347-.317.668-.647.981-.964.118-.118.237-.241.355-.359a1.939,1.939,0,0,0,0-2.925L6.766,29.215c-.131-.131-.266-.266-.393-.4-.254-.262-.52-.533-.795-.786a2,2,0,0,0-1.416-.621,2.071,2.071,0,0,0-1.437.621l-.008.008-1.437,1.45a3.093,3.093,0,0,0-.917,1.966A7.41,7.41,0,0,0,.9,34.588a18.2,18.2,0,0,0,3.234,5.394,19.893,19.893,0,0,0,6.624,5.187,10.321,10.321,0,0,0,3.72,1.1c.089,0,.182.008.266.008a3.185,3.185,0,0,0,2.439-1.048c0-.008.013-.013.017-.021a9.609,9.609,0,0,1,.74-.765c.182-.173.368-.355.55-.545a2.109,2.109,0,0,0,.638-1.463,2.032,2.032,0,0,0-.651-1.45Zm1.513,4.451s0,0,0,0c-.165.178-.334.338-.516.516a11.115,11.115,0,0,0-.816.845,2.038,2.038,0,0,1-1.589.672c-.063,0-.131,0-.194,0a9.168,9.168,0,0,1-3.3-.989A18.778,18.778,0,0,1,5.02,39.259a17.162,17.162,0,0,1-3.044-5.069A6.036,6.036,0,0,1,1.5,31.545a1.941,1.941,0,0,1,.583-1.256l1.442-1.442a.961.961,0,0,1,.643-.3.9.9,0,0,1,.617.3l.013.013c.258.241.5.49.761.757.131.135.266.271.4.41l1.154,1.154a.807.807,0,0,1,0,1.31c-.123.123-.241.245-.364.364-.355.364-.693.7-1.061,1.031-.008.008-.017.013-.021.021a.862.862,0,0,0-.22.96l.013.038A9.265,9.265,0,0,0,6.83,37.129l0,0a15.516,15.516,0,0,0,3.754,3.416,5.771,5.771,0,0,0,.52.283c.152.076.3.148.419.224.017.008.034.021.051.03a.916.916,0,0,0,.418.106.9.9,0,0,0,.643-.292l1.446-1.446a.956.956,0,0,1,.638-.317.861.861,0,0,1,.609.309l.008.008,2.329,2.329A.836.836,0,0,1,17.673,43.106Z' transform='translate(-0.344 -26.247)' /%3E%3Cpath d='M245.413,87.057a5.44,5.44,0,0,1,4.43,4.43.567.567,0,0,0,.562.473.755.755,0,0,0,.1-.008.571.571,0,0,0,.469-.659,6.578,6.578,0,0,0-5.36-5.36.574.574,0,0,0-.659.465A.564.564,0,0,0,245.413,87.057Z' transform='translate(-234.604 -82.293)' /%3E%3Cpath d='M258.265,8.835A10.832,10.832,0,0,0,249.438.009a.57.57,0,1,0-.186,1.124,9.675,9.675,0,0,1,7.888,7.888.567.567,0,0,0,.562.473.754.754,0,0,0,.1-.008A.56.56,0,0,0,258.265,8.835Z' transform='translate(-238.273 0)'/%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_tel:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20.029' fill='%235BE9FF'%3E%3Cg%3E%3Cpath d='M16.159,38.655A1.97,1.97,0,0,0,14.73,38a2.037,2.037,0,0,0-1.446.651l-1.336,1.332c-.11-.059-.22-.114-.326-.169-.152-.076-.3-.148-.419-.224a14.519,14.519,0,0,1-3.479-3.17,8.565,8.565,0,0,1-1.141-1.8c.347-.317.668-.647.981-.964.118-.118.237-.241.355-.359a1.939,1.939,0,0,0,0-2.925L6.766,29.215c-.131-.131-.266-.266-.393-.4-.254-.262-.52-.533-.795-.786a2,2,0,0,0-1.416-.621,2.071,2.071,0,0,0-1.437.621l-.008.008-1.437,1.45a3.093,3.093,0,0,0-.917,1.966A7.41,7.41,0,0,0,.9,34.588a18.2,18.2,0,0,0,3.234,5.394,19.893,19.893,0,0,0,6.624,5.187,10.321,10.321,0,0,0,3.72,1.1c.089,0,.182.008.266.008a3.185,3.185,0,0,0,2.439-1.048c0-.008.013-.013.017-.021a9.609,9.609,0,0,1,.74-.765c.182-.173.368-.355.55-.545a2.109,2.109,0,0,0,.638-1.463,2.032,2.032,0,0,0-.651-1.45Zm1.513,4.451s0,0,0,0c-.165.178-.334.338-.516.516a11.115,11.115,0,0,0-.816.845,2.038,2.038,0,0,1-1.589.672c-.063,0-.131,0-.194,0a9.168,9.168,0,0,1-3.3-.989A18.778,18.778,0,0,1,5.02,39.259a17.162,17.162,0,0,1-3.044-5.069A6.036,6.036,0,0,1,1.5,31.545a1.941,1.941,0,0,1,.583-1.256l1.442-1.442a.961.961,0,0,1,.643-.3.9.9,0,0,1,.617.3l.013.013c.258.241.5.49.761.757.131.135.266.271.4.41l1.154,1.154a.807.807,0,0,1,0,1.31c-.123.123-.241.245-.364.364-.355.364-.693.7-1.061,1.031-.008.008-.017.013-.021.021a.862.862,0,0,0-.22.96l.013.038A9.265,9.265,0,0,0,6.83,37.129l0,0a15.516,15.516,0,0,0,3.754,3.416,5.771,5.771,0,0,0,.52.283c.152.076.3.148.419.224.017.008.034.021.051.03a.916.916,0,0,0,.418.106.9.9,0,0,0,.643-.292l1.446-1.446a.956.956,0,0,1,.638-.317.861.861,0,0,1,.609.309l.008.008,2.329,2.329A.836.836,0,0,1,17.673,43.106Z' transform='translate(-0.344 -26.247)' /%3E%3Cpath d='M245.413,87.057a5.44,5.44,0,0,1,4.43,4.43.567.567,0,0,0,.562.473.755.755,0,0,0,.1-.008.571.571,0,0,0,.469-.659,6.578,6.578,0,0,0-5.36-5.36.574.574,0,0,0-.659.465A.564.564,0,0,0,245.413,87.057Z' transform='translate(-234.604 -82.293)' /%3E%3Cpath d='M258.265,8.835A10.832,10.832,0,0,0,249.438.009a.57.57,0,1,0-.186,1.124,9.675,9.675,0,0,1,7.888,7.888.567.567,0,0,0,.562.473.754.754,0,0,0,.1-.008A.56.56,0,0,0,258.265,8.835Z' transform='translate(-238.273 0)'/%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_tel.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20.029' fill='%23ff0000'%3E%3Cg%3E%3Cpath d='M16.159,38.655A1.97,1.97,0,0,0,14.73,38a2.037,2.037,0,0,0-1.446.651l-1.336,1.332c-.11-.059-.22-.114-.326-.169-.152-.076-.3-.148-.419-.224a14.519,14.519,0,0,1-3.479-3.17,8.565,8.565,0,0,1-1.141-1.8c.347-.317.668-.647.981-.964.118-.118.237-.241.355-.359a1.939,1.939,0,0,0,0-2.925L6.766,29.215c-.131-.131-.266-.266-.393-.4-.254-.262-.52-.533-.795-.786a2,2,0,0,0-1.416-.621,2.071,2.071,0,0,0-1.437.621l-.008.008-1.437,1.45a3.093,3.093,0,0,0-.917,1.966A7.41,7.41,0,0,0,.9,34.588a18.2,18.2,0,0,0,3.234,5.394,19.893,19.893,0,0,0,6.624,5.187,10.321,10.321,0,0,0,3.72,1.1c.089,0,.182.008.266.008a3.185,3.185,0,0,0,2.439-1.048c0-.008.013-.013.017-.021a9.609,9.609,0,0,1,.74-.765c.182-.173.368-.355.55-.545a2.109,2.109,0,0,0,.638-1.463,2.032,2.032,0,0,0-.651-1.45Zm1.513,4.451s0,0,0,0c-.165.178-.334.338-.516.516a11.115,11.115,0,0,0-.816.845,2.038,2.038,0,0,1-1.589.672c-.063,0-.131,0-.194,0a9.168,9.168,0,0,1-3.3-.989A18.778,18.778,0,0,1,5.02,39.259a17.162,17.162,0,0,1-3.044-5.069A6.036,6.036,0,0,1,1.5,31.545a1.941,1.941,0,0,1,.583-1.256l1.442-1.442a.961.961,0,0,1,.643-.3.9.9,0,0,1,.617.3l.013.013c.258.241.5.49.761.757.131.135.266.271.4.41l1.154,1.154a.807.807,0,0,1,0,1.31c-.123.123-.241.245-.364.364-.355.364-.693.7-1.061,1.031-.008.008-.017.013-.021.021a.862.862,0,0,0-.22.96l.013.038A9.265,9.265,0,0,0,6.83,37.129l0,0a15.516,15.516,0,0,0,3.754,3.416,5.771,5.771,0,0,0,.52.283c.152.076.3.148.419.224.017.008.034.021.051.03a.916.916,0,0,0,.418.106.9.9,0,0,0,.643-.292l1.446-1.446a.956.956,0,0,1,.638-.317.861.861,0,0,1,.609.309l.008.008,2.329,2.329A.836.836,0,0,1,17.673,43.106Z' transform='translate(-0.344 -26.247)' /%3E%3Cpath d='M245.413,87.057a5.44,5.44,0,0,1,4.43,4.43.567.567,0,0,0,.562.473.755.755,0,0,0,.1-.008.571.571,0,0,0,.469-.659,6.578,6.578,0,0,0-5.36-5.36.574.574,0,0,0-.659.465A.564.564,0,0,0,245.413,87.057Z' transform='translate(-234.604 -82.293)' /%3E%3Cpath d='M258.265,8.835A10.832,10.832,0,0,0,249.438.009a.57.57,0,1,0-.186,1.124,9.675,9.675,0,0,1,7.888,7.888.567.567,0,0,0,.562.473.754.754,0,0,0,.1-.008A.56.56,0,0,0,258.265,8.835Z' transform='translate(-238.273 0)'/%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_tel.valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20.029' fill='%23148118'%3E%3Cg%3E%3Cpath d='M16.159,38.655A1.97,1.97,0,0,0,14.73,38a2.037,2.037,0,0,0-1.446.651l-1.336,1.332c-.11-.059-.22-.114-.326-.169-.152-.076-.3-.148-.419-.224a14.519,14.519,0,0,1-3.479-3.17,8.565,8.565,0,0,1-1.141-1.8c.347-.317.668-.647.981-.964.118-.118.237-.241.355-.359a1.939,1.939,0,0,0,0-2.925L6.766,29.215c-.131-.131-.266-.266-.393-.4-.254-.262-.52-.533-.795-.786a2,2,0,0,0-1.416-.621,2.071,2.071,0,0,0-1.437.621l-.008.008-1.437,1.45a3.093,3.093,0,0,0-.917,1.966A7.41,7.41,0,0,0,.9,34.588a18.2,18.2,0,0,0,3.234,5.394,19.893,19.893,0,0,0,6.624,5.187,10.321,10.321,0,0,0,3.72,1.1c.089,0,.182.008.266.008a3.185,3.185,0,0,0,2.439-1.048c0-.008.013-.013.017-.021a9.609,9.609,0,0,1,.74-.765c.182-.173.368-.355.55-.545a2.109,2.109,0,0,0,.638-1.463,2.032,2.032,0,0,0-.651-1.45Zm1.513,4.451s0,0,0,0c-.165.178-.334.338-.516.516a11.115,11.115,0,0,0-.816.845,2.038,2.038,0,0,1-1.589.672c-.063,0-.131,0-.194,0a9.168,9.168,0,0,1-3.3-.989A18.778,18.778,0,0,1,5.02,39.259a17.162,17.162,0,0,1-3.044-5.069A6.036,6.036,0,0,1,1.5,31.545a1.941,1.941,0,0,1,.583-1.256l1.442-1.442a.961.961,0,0,1,.643-.3.9.9,0,0,1,.617.3l.013.013c.258.241.5.49.761.757.131.135.266.271.4.41l1.154,1.154a.807.807,0,0,1,0,1.31c-.123.123-.241.245-.364.364-.355.364-.693.7-1.061,1.031-.008.008-.017.013-.021.021a.862.862,0,0,0-.22.96l.013.038A9.265,9.265,0,0,0,6.83,37.129l0,0a15.516,15.516,0,0,0,3.754,3.416,5.771,5.771,0,0,0,.52.283c.152.076.3.148.419.224.017.008.034.021.051.03a.916.916,0,0,0,.418.106.9.9,0,0,0,.643-.292l1.446-1.446a.956.956,0,0,1,.638-.317.861.861,0,0,1,.609.309l.008.008,2.329,2.329A.836.836,0,0,1,17.673,43.106Z' transform='translate(-0.344 -26.247)' /%3E%3Cpath d='M245.413,87.057a5.44,5.44,0,0,1,4.43,4.43.567.567,0,0,0,.562.473.755.755,0,0,0,.1-.008.571.571,0,0,0,.469-.659,6.578,6.578,0,0,0-5.36-5.36.574.574,0,0,0-.659.465A.564.564,0,0,0,245.413,87.057Z' transform='translate(-234.604 -82.293)' /%3E%3Cpath d='M258.265,8.835A10.832,10.832,0,0,0,249.438.009a.57.57,0,1,0-.186,1.124,9.675,9.675,0,0,1,7.888,7.888.567.567,0,0,0,.562.473.754.754,0,0,0,.1-.008A.56.56,0,0,0,258.265,8.835Z' transform='translate(-238.273 0)'/%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_email {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16.742' fill='%235BE9FF'%3E%3Cg%3E%3Cpath d='M19.314,57.75H2.69A2.693,2.693,0,0,0,0,60.44V71.8a2.693,2.693,0,0,0,2.69,2.69H19.31A2.693,2.693,0,0,0,22,71.8V60.445A2.69,2.69,0,0,0,19.314,57.75ZM20.775,71.8a1.463,1.463,0,0,1-1.461,1.461H2.69A1.463,1.463,0,0,1,1.229,71.8V60.445A1.463,1.463,0,0,1,2.69,58.984H19.31a1.463,1.463,0,0,1,1.461,1.461V71.8Z' transform='translate(0 -57.75)'/%3E%3Cpath d='M67.089,114.8l5.381-4.825a.616.616,0,1,0-.824-.915l-7.42,6.66-1.448-1.293s-.009-.009-.009-.014a.911.911,0,0,0-.1-.086l-5.89-5.271a.616.616,0,1,0-.819.92l5.444,4.866-5.421,5.076a.617.617,0,0,0-.027.869.629.629,0,0,0,.451.2.616.616,0,0,0,.419-.164l5.5-5.148,1.493,1.334a.613.613,0,0,0,.819,0l1.534-1.375,5.472,5.2a.616.616,0,0,0,.869-.023.617.617,0,0,0-.023-.869Z' transform='translate(-53.215 -106.574)' /%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_email:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16.742' fill='%2307C2EF'%3E%3Cg%3E%3Cpath d='M19.314,57.75H2.69A2.693,2.693,0,0,0,0,60.44V71.8a2.693,2.693,0,0,0,2.69,2.69H19.31A2.693,2.693,0,0,0,22,71.8V60.445A2.69,2.69,0,0,0,19.314,57.75ZM20.775,71.8a1.463,1.463,0,0,1-1.461,1.461H2.69A1.463,1.463,0,0,1,1.229,71.8V60.445A1.463,1.463,0,0,1,2.69,58.984H19.31a1.463,1.463,0,0,1,1.461,1.461V71.8Z' transform='translate(0 -57.75)'/%3E%3Cpath d='M67.089,114.8l5.381-4.825a.616.616,0,1,0-.824-.915l-7.42,6.66-1.448-1.293s-.009-.009-.009-.014a.911.911,0,0,0-.1-.086l-5.89-5.271a.616.616,0,1,0-.819.92l5.444,4.866-5.421,5.076a.617.617,0,0,0-.027.869.629.629,0,0,0,.451.2.616.616,0,0,0,.419-.164l5.5-5.148,1.493,1.334a.613.613,0,0,0,.819,0l1.534-1.375,5.472,5.2a.616.616,0,0,0,.869-.023.617.617,0,0,0-.023-.869Z' transform='translate(-53.215 -106.574)' /%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_email.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16.742' fill='%23ff0000'%3E%3Cg%3E%3Cpath d='M19.314,57.75H2.69A2.693,2.693,0,0,0,0,60.44V71.8a2.693,2.693,0,0,0,2.69,2.69H19.31A2.693,2.693,0,0,0,22,71.8V60.445A2.69,2.69,0,0,0,19.314,57.75ZM20.775,71.8a1.463,1.463,0,0,1-1.461,1.461H2.69A1.463,1.463,0,0,1,1.229,71.8V60.445A1.463,1.463,0,0,1,2.69,58.984H19.31a1.463,1.463,0,0,1,1.461,1.461V71.8Z' transform='translate(0 -57.75)'/%3E%3Cpath d='M67.089,114.8l5.381-4.825a.616.616,0,1,0-.824-.915l-7.42,6.66-1.448-1.293s-.009-.009-.009-.014a.911.911,0,0,0-.1-.086l-5.89-5.271a.616.616,0,1,0-.819.92l5.444,4.866-5.421,5.076a.617.617,0,0,0-.027.869.629.629,0,0,0,.451.2.616.616,0,0,0,.419-.164l5.5-5.148,1.493,1.334a.613.613,0,0,0,.819,0l1.534-1.375,5.472,5.2a.616.616,0,0,0,.869-.023.617.617,0,0,0-.023-.869Z' transform='translate(-53.215 -106.574)' /%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_email.valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16.742' fill='%23148118'%3E%3Cg%3E%3Cpath d='M19.314,57.75H2.69A2.693,2.693,0,0,0,0,60.44V71.8a2.693,2.693,0,0,0,2.69,2.69H19.31A2.693,2.693,0,0,0,22,71.8V60.445A2.69,2.69,0,0,0,19.314,57.75ZM20.775,71.8a1.463,1.463,0,0,1-1.461,1.461H2.69A1.463,1.463,0,0,1,1.229,71.8V60.445A1.463,1.463,0,0,1,2.69,58.984H19.31a1.463,1.463,0,0,1,1.461,1.461V71.8Z' transform='translate(0 -57.75)'/%3E%3Cpath d='M67.089,114.8l5.381-4.825a.616.616,0,1,0-.824-.915l-7.42,6.66-1.448-1.293s-.009-.009-.009-.014a.911.911,0,0,0-.1-.086l-5.89-5.271a.616.616,0,1,0-.819.92l5.444,4.866-5.421,5.076a.617.617,0,0,0-.027.869.629.629,0,0,0,.451.2.616.616,0,0,0,.419-.164l5.5-5.148,1.493,1.334a.613.613,0,0,0,.819,0l1.534-1.375,5.472,5.2a.616.616,0,0,0,.869-.023.617.617,0,0,0-.023-.869Z' transform='translate(-53.215 -106.574)' /%3E%3C/g%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_company {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.554' fill='%235BE9FF'%3E%3Cpath d='M65.208,22.97H63.624V3.564a.792.792,0,0,0-.792-.792H56.891V.792A.792.792,0,0,0,56.1,0H50.6a.792.792,0,0,0-.792.792v1.98h-.644a.792.792,0,0,0-.792.792V22.97H46.792a.792.792,0,0,0,0,1.584H65.208a.792.792,0,1,0,0-1.584ZM51.4,1.584h3.911V2.772H51.4Zm3.02,21.386V19.6h3.168V22.97Zm4.752,0V19.6h.347a.792.792,0,1,0,0-1.584h-7.03a.792.792,0,0,0,0,1.584h.347V22.97H49.96V4.356H62.04V22.97ZM54.861,6.683a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,6.683Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,6.683Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,9.653Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,9.653Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,12.624Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,12.624Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,15.594Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,15.594Z' transform='translate(-46)' /%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_company:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.554' fill='%2307C2EF'%3E%3Cpath d='M65.208,22.97H63.624V3.564a.792.792,0,0,0-.792-.792H56.891V.792A.792.792,0,0,0,56.1,0H50.6a.792.792,0,0,0-.792.792v1.98h-.644a.792.792,0,0,0-.792.792V22.97H46.792a.792.792,0,0,0,0,1.584H65.208a.792.792,0,1,0,0-1.584ZM51.4,1.584h3.911V2.772H51.4Zm3.02,21.386V19.6h3.168V22.97Zm4.752,0V19.6h.347a.792.792,0,1,0,0-1.584h-7.03a.792.792,0,0,0,0,1.584h.347V22.97H49.96V4.356H62.04V22.97ZM54.861,6.683a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,6.683Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,6.683Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,9.653Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,9.653Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,12.624Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,12.624Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,15.594Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,15.594Z' transform='translate(-46)' /%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_company.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.554' fill='%23ff0000'%3E%3Cpath d='M65.208,22.97H63.624V3.564a.792.792,0,0,0-.792-.792H56.891V.792A.792.792,0,0,0,56.1,0H50.6a.792.792,0,0,0-.792.792v1.98h-.644a.792.792,0,0,0-.792.792V22.97H46.792a.792.792,0,0,0,0,1.584H65.208a.792.792,0,1,0,0-1.584ZM51.4,1.584h3.911V2.772H51.4Zm3.02,21.386V19.6h3.168V22.97Zm4.752,0V19.6h.347a.792.792,0,1,0,0-1.584h-7.03a.792.792,0,0,0,0,1.584h.347V22.97H49.96V4.356H62.04V22.97ZM54.861,6.683a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,6.683Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,6.683Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,9.653Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,9.653Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,12.624Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,12.624Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,15.594Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,15.594Z' transform='translate(-46)' /%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_company.valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 24.554' fill='%23148118'%3E%3Cpath d='M65.208,22.97H63.624V3.564a.792.792,0,0,0-.792-.792H56.891V.792A.792.792,0,0,0,56.1,0H50.6a.792.792,0,0,0-.792.792v1.98h-.644a.792.792,0,0,0-.792.792V22.97H46.792a.792.792,0,0,0,0,1.584H65.208a.792.792,0,1,0,0-1.584ZM51.4,1.584h3.911V2.772H51.4Zm3.02,21.386V19.6h3.168V22.97Zm4.752,0V19.6h.347a.792.792,0,1,0,0-1.584h-7.03a.792.792,0,0,0,0,1.584h.347V22.97H49.96V4.356H62.04V22.97ZM54.861,6.683a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,6.683Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,6.683Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,9.653Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,9.653Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,12.624Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,12.624Zm-4.7,2.97a.792.792,0,0,1-.792.792h-.891a.792.792,0,0,1,0-1.584h.891A.792.792,0,0,1,54.861,15.594Zm4.7,0a.792.792,0,0,1-.792.792h-.891a.792.792,0,1,1,0-1.584h.891A.792.792,0,0,1,59.564,15.594Z' transform='translate(-46)' /%3E%3C/svg%3E");
}
.form_1 .form_input .input__regular.input__icon.icon_calendar {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M13.242,1.172h-.7V0H11.367V1.172H3.633V0H2.461V1.172h-.7A1.76,1.76,0,0,0,0,2.93V13.242A1.76,1.76,0,0,0,1.758,15H13.242A1.76,1.76,0,0,0,15,13.242V2.93A1.76,1.76,0,0,0,13.242,1.172Zm.586,12.07a.587.587,0,0,1-.586.586H1.758a.587.587,0,0,1-.586-.586V5.508H13.828Zm0-8.906H1.172V2.93a.587.587,0,0,1,.586-.586h.7V3.516H3.633V2.344h7.734V3.516h1.172V2.344h.7a.587.587,0,0,1,.586.586Z' /%3E%3Cg transform='translate(2.227 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.form_1 .form_input .input__regular.input__icon.icon_calendar:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M13.242,1.172h-.7V0H11.367V1.172H3.633V0H2.461V1.172h-.7A1.76,1.76,0,0,0,0,2.93V13.242A1.76,1.76,0,0,0,1.758,15H13.242A1.76,1.76,0,0,0,15,13.242V2.93A1.76,1.76,0,0,0,13.242,1.172Zm.586,12.07a.587.587,0,0,1-.586.586H1.758a.587.587,0,0,1-.586-.586V5.508H13.828Zm0-8.906H1.172V2.93a.587.587,0,0,1,.586-.586h.7V3.516H3.633V2.344h7.734V3.516h1.172V2.344h.7a.587.587,0,0,1,.586.586Z' /%3E%3Cg transform='translate(2.227 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.form_1 .form_input .input__regular.input__icon.icon_calendar.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M13.242,1.172h-.7V0H11.367V1.172H3.633V0H2.461V1.172h-.7A1.76,1.76,0,0,0,0,2.93V13.242A1.76,1.76,0,0,0,1.758,15H13.242A1.76,1.76,0,0,0,15,13.242V2.93A1.76,1.76,0,0,0,13.242,1.172Zm.586,12.07a.587.587,0,0,1-.586.586H1.758a.587.587,0,0,1-.586-.586V5.508H13.828Zm0-8.906H1.172V2.93a.587.587,0,0,1,.586-.586h.7V3.516H3.633V2.344h7.734V3.516h1.172V2.344h.7a.587.587,0,0,1,.586.586Z' /%3E%3Cg transform='translate(2.227 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.form_1 .form_input .input__regular.input__icon.icon_calendar.valid {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cpath d='M13.242,1.172h-.7V0H11.367V1.172H3.633V0H2.461V1.172h-.7A1.76,1.76,0,0,0,0,2.93V13.242A1.76,1.76,0,0,0,1.758,15H13.242A1.76,1.76,0,0,0,15,13.242V2.93A1.76,1.76,0,0,0,13.242,1.172Zm.586,12.07a.587.587,0,0,1-.586.586H1.758a.587.587,0,0,1-.586-.586V5.508H13.828Zm0-8.906H1.172V2.93a.587.587,0,0,1,.586-.586h.7V3.516H3.633V2.344h7.734V3.516h1.172V2.344h.7a.587.587,0,0,1,.586.586Z' /%3E%3Cg transform='translate(2.227 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 6.738)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(2.227 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(4.57 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(6.914 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(9.258 11.426)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3Cg transform='translate(11.602 9.082)'%3E%3Crect width='1.172' height='1.172' /%3E%3C/g%3E%3C/svg%3E%0A");
}
.form_1 .form_input .input__regular.error {
  border: 1px solid red;
}
.form_1 .form_input .input__regular.valid {
  border: 1px solid #148118;
}
.form_1 .form_input .input__regular:focus {
  border: 1px solid #FF0000;
}
.form_1 .form_input .input__regular::-webkit-input-placeholder {
  color: #d0d0d0;
}
.form_1 .form_input .input__regular::-moz-placeholder {
  color: #d0d0d0;
}
.form_1 .form_input .input__regular:-ms-input-placeholder {
  color: #d0d0d0;
}
.form_1 .form_input .input__regular::-ms-input-placeholder {
  color: #d0d0d0;
}
.form_1 .form_input .input__regular::placeholder {
  color: #d0d0d0;
}
.form_1 .form_input label.error {
  font-size: 14px;
  color: red;
  font-weight: 700;
}
.form_1 .btn {
  padding: 11px 15px 9px 15px;
  border: none;
}
.form_1:not(.grid).btn {
  margin: 0 auto;
  width: 100%;
}
.form_1 .form_confidencial {
  font-size: 12px;
}
.form_1 .form_confidencial a {
  color: #FF0000;
}
.form_1:not(.grid).form_confidencial {
  text-align: center;
}
.form_1 .form_success {
  padding: 15px;
  background: #147b17;
  color: #fff;
}
.form_1 .form_success .success {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 10px;
}
.form_1_checkbox_cont .label_input {
  margin-bottom: 10px !important;
}
.form_1_checkbox_cont .form_1_checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.form_1_checkbox_cont .form_1_checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_1_checkbox_cont .form_1_checkbox .checkbox_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 3px;
}
.form_1_checkbox_cont .form_1_checkbox .checkbox_indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.form_1_checkbox_cont .form_1_checkbox:hover input ~ .checkbox_indicator,
.form_1_checkbox_cont .form_1_checkbox input:focus ~ .checkbox_indicator {
  background: #bfbfbf;
}
.form_1_checkbox_cont .form_1_checkbox input:checked ~ .checkbox_indicator {
  background: #2c2c2c;
}
.form_1_checkbox_cont
  .form_1_checkbox:hover
  input:not([disabled]):checked
  ~ .checkbox_indicator,
.form_1_checkbox_cont
  .form_1_checkbox
  input:checked:focus
  ~ .checkbox_indicator {
  background: #2c2c2c;
}
.form_1_checkbox_cont .form_1_checkbox input:disabled ~ .checkbox_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.form_1_checkbox_cont
  .form_1_checkbox
  input:checked
  ~ .checkbox_indicator:after {
  display: block;
}
.form_1_checkbox_cont .form_1_checkbox .checkbox_indicator:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form_1_checkbox_cont
  .form_1_checkbox
  input:disabled
  ~ .checkbox_indicator:after {
  border-color: #7b7b7b;
}
.daterangepicker {
  font-family: "Montserrat", sans-serif !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #2c2c2c !important;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  border: 1px solid #ccc;
  outline: none;
}
.form_1_input_upload .input_upload {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.form_1_input_upload .file_label {
  padding: 10px 15px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  display: table;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  background: #2c2c2c;
  font-weight: 700;
}
.form_1_input_upload .file_label svg {
  width: 18px;
  height: 16px;
  vertical-align: middle;
  fill: #fff;
  margin-right: 5px;
  margin-top: -1px;
}
.form_1_input_upload .file_label:hover {
  background: #000;
}
.form_1_radio_cont .label_input {
  margin-bottom: 10px !important;
}
.form_1_radio_cont .form_1_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  cursor: pointer;
}
.form_1_radio_cont .form_1_radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_1_radio_cont .form_1_radio .radio_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #d9d9d9;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.form_1_radio_cont .form_1_radio .radio_indicator:after {
  content: "";
  position: absolute;
  display: none;
}
.form_1_radio_cont .form_1_radio:hover input ~ .radio_indicator,
.form_1_radio_cont .form_1_radio input:focus ~ .radio_indicator {
  background: #bfbfbf;
}
.form_1_radio_cont .form_1_radio input:checked ~ .radio_indicator {
  background: #2c2c2c;
}
.form_1_radio_cont
  .form_1_radio:hover
  input:not([disabled]):checked
  ~ .radio_indicator,
.form_1_radio_cont .form_1_radio input:checked:focus ~ .radio_indicator {
  background: #2c2c2c;
}
.form_1_radio_cont .form_1_radio input:disabled ~ .radio_indicator {
  background: #e5e5e5;
  pointer-events: none;
}
.form_1_radio_cont .form_1_radio input:checked ~ .radio_indicator:after {
  display: block;
}
.form_1_radio_cont .form_1_radio .radio_indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.form_1_radio_cont .form_1_radio input:disabled ~ .radio_indicator:after {
  background: #7b7b7b;
}
.form_1 .input__regular.form_1_textarea {
  min-height: 100px;
  padding: 10px;
}
.gallery_2 .gallery_big {
  width: 100%;
  margin-bottom: 7.5px;
}
.gallery_2 .gallery_big a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.gallery_2 .gallery_big .slick-list {
  margin: 0 -10px;
}
.gallery_2 .gallery_big .slick-slide {
  margin: 0 10px;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  outline: none;
}
.gallery_2 .gallery_big .slick-slide.slick-active {
  opacity: 1;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.gallery_2 .gallery_thumbs .slick-track {
  width: 100% !important;
}
.gallery_2 .gallery_thumbs .gallery_thumb {
  margin-bottom: 10px;
  opacity: 0.25;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.gallery_2 .gallery_thumbs .gallery_thumb.slick-current {
  opacity: 1;
}
.gallery_2 .gallery_item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}
.gallery_2 .gallery_item img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
  max-width: 9999%;
}
.grid_1 .map-nav {
  margin-top: 30px;
}
.grid_1 .map-nav .map-nav_text {
  font-weight: 700;
  font-size: 26px;
}
.grid_1 .map-nav .page-numbers {
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #2c2c2c;
  display: inline-block;
  margin-bottom: 5px;
  min-width: 40px;
  margin-right: 5px;
  text-transform: uppercase;
}
.grid_1 .map-nav .page-numbers.current {
  background: transparent;
  color: #d8dadd;
  border: 1px solid #d8dadd;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0);
}
.grid_1 .map-nav .page-numbers:last-child {
  margin-right: 0;
}
.grid_1 .map-nav .page-numbers:not(.current):hover {
  color: #FF0000;
}
.grid_1 .map-nav .page-numbers.next:after,
.grid_1 .map-nav .page-numbers.prev:before {
  content: "";
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231A2636' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
  width: 22px;
  height: 11px;
}
.grid_1 .map-nav .page-numbers.next,
.grid_1 .map-nav .page-numbers.prev {
  padding: 8px 15px;
}
.grid_1 .map-nav .page-numbers.next:after {
  margin-left: 5px;
}
.grid_1 .map-nav .page-numbers.prev:before {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.grid_1 .map-nav .page-numbers.dots:hover {
  border: 1px solid #2c2c2c;
  background: none;
  opacity: 0.5;
  color: #2c2c2c;
}
.masorny_grid_1 .grid {
  margin: -5px;
}
.masorny_grid_1 .grid .col_4 {
  margin: 5px;
  width: calc(100% / 3 - 10px);
}
@media (max-width: 768px) {
  .masorny_grid_1 .grid {
    margin: -5px;
  }
  .masorny_grid_1 .grid .col_4 {
    margin: 5px;
    width: calc(100% / 2 - 10px);
  }
}
.masorny_grid_1 .map-nav {
  margin-top: 30px;
}
.masorny_grid_1 .map-nav .map-nav_text {
  font-weight: 700;
  font-size: 26px;
}
.masorny_grid_1 .map-nav .page-numbers {
  padding: 8px 15px;
  border: 1px solid #2c2c2c;
  opacity: 0.3;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  color: #2c2c2c;
  transition: all 0.4s;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.masorny_grid_1 .map-nav .page-numbers:last-child {
  margin-right: 0;
}
.masorny_grid_1 .map-nav .page-numbers.next:after,
.masorny_grid_1 .map-nav .page-numbers.prev:before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%231A2636' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
  width: 22px;
  height: 11px;
}
.masorny_grid_1 .map-nav .page-numbers.next:hover:after,
.masorny_grid_1 .map-nav .page-numbers.prev:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 20.731 11'%3E%3Cg transform='translate(8.191 -41.346)'%3E%3Cg %3E%3Cpath d='M12.328,46.332,7.553,41.557a.726.726,0,0,0-1.023,0l-.434.434a.718.718,0,0,0-.211.512.732.732,0,0,0,.211.518l2.786,2.792H-7.477a.706.706,0,0,0-.714.712v.613a.733.733,0,0,0,.714.743H8.914L6.1,50.687a.717.717,0,0,0,0,1.016l.434.432a.726.726,0,0,0,1.023,0l4.775-4.775a.73.73,0,0,0,0-1.027Z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
    no-repeat center;
}
.masorny_grid_1 .map-nav .page-numbers.next:after {
  margin-left: 5px;
}
.masorny_grid_1 .map-nav .page-numbers.prev:before {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.masorny_grid_1 .map-nav .page-numbers.current,
.masorny_grid_1 .map-nav .page-numbers:hover {
  background: #2c2c2c;
  border: 1px solid #2c2c2c;
  opacity: 1;
  color: #fff;
}
.masorny_grid_1 .map-nav .page-numbers.dots:hover {
  border: 1px solid #2c2c2c;
  background: none;
  opacity: 0.5;
  color: #2c2c2c;
}
* {
  outline: none !important;
}
.slider_1 .wrap {
  position: relative;
}
.slider_1 .title_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .slider_1 .title_cont {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.slider_1 .title_cont .subtitle {
  text-align: right;
  padding-left: 15px;
  font-size: 22px;
}
@media (max-width: 530px) {
  .slider_1 .title_cont .subtitle {
    text-align: left;
    font-size: 18px;
    padding-left: 0;
  }
}
.slider_1 .slider_cont {
  margin: 0 -30px;
  margin-bottom: 0 !important;
}
@media (max-width: 530px) {
  .slider_1 .slider_cont {
    margin: 0;
  }
}
.slider_1 .slider_cont .slick-list.draggable {
  padding: 0 15px 15px !important;
}
@media (max-width: 530px) {
  .slider_1 .slider_cont .slick-list.draggable {
    padding: 0 !important;
  }
}
.slider_1 .slider_cont .grid_item {
  margin: 15px;
}
.slider_1 .brend_item {
  max-height: 160px;
  border: 1px solid #d8dadd;
  height: 100%;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  outline: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.slider_1 .brend_item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  border: 1px solid #fff;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 540px) {
  .slider_1 .brend_item {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
  }
}
.slider_1 .rev_dots__slim {
  margin-left: auto;
}
@media (max-width: 768px) {
  .slider_1 .rev_dots__slim {
    margin: 0 auto;
  }
}
.slider_1 .rev_dots__slim ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.slider_1 .rev_dots__slim ul li {
  border-radius: 50px;
  height: 8px;
  width: 17px;
  background: #FF0000;
  display: block;
  margin-right: 8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slider_1 .rev_dots__slim ul li:last-child {
  margin-right: 0;
}
.slider_1 .rev_dots__slim ul li.slick-active {
  width: 45px;
}
.slider_1 .slick-arrow {
  height: 35px;
  width: 35px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #FF0000;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slider_1 .slick-arrow:hover {
  opacity: 1;
}
.slider_1 .slick-arrow.slick_prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 15px;
}
.slider_1 .slick-arrow.slick_next {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.slider_1 .nav_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.slider_1 .btn {
  margin: 0 auto;
}
.slider_2 .wrap {
  position: relative;
}
.slider_2 .work_cont {
  min-height: 420px;
  text-decoration: none;
}
.slider_2 .work_cont .title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slider_2 .work_cont:hover .title {
  color: #fc0;
}
@media (max-width: 500px) {
  .slider_2 .work_cont {
    min-height: 240px;
  }
}
@media (max-width: 500px) {
  .slider_2 .nav_cont .slick-arrow {
    background: #fff;
  }
}
@media (max-width: 500px) {
  .home .slider_2 .slide .work_cont {
    padding: 30px;
  }
  .slider_2 .slide .work_cont .content .title {
    font-size: 20px;
  }
}
.slider_2 .slider_cont {
  margin-bottom: 0 !important;
  margin: 0 -15px 0;
}
.slider_2 .slider_cont .slick-list.draggable {
  overflow: visible;
}
.slider_2 .slider_cont .slick-slide[aria-hidden="true"] {
  opacity: 0.3;
}
.slider_2 .rev_dots__slim {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .slider_2 .rev_dots__slim {
    margin: 0 auto;
  }
}
.slider_2 .rev_dots__slim ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider_2 .rev_dots__slim ul li {
  border-radius: 50px;
  height: 8px;
  width: 17px;
  background: #FF0000;
  display: block;
  margin-right: 8px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.slider_2 .rev_dots__slim ul li:last-child {
  margin-right: 0;
}
.slider_2 .rev_dots__slim ul li.slick-active {
  width: 45px;
}
.feature_2 {
  padding: 10px 10px 0 15px;
  border: 1px solid #d8dadd;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.feature_2:hover {
  -webkit-box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.no_gap > .feature_2 {
  margin: -1px;
}
.feature_2 img {
  max-height: 40px;
  max-width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.feature_2 .circ_1 {
  height: 80px;
  margin-left: auto;
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 80px;
  background: rgba(7, 194, 239, 0.05);
}
.feature_2 .circ_2 {
  height: 70px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 80px;
  background: rgba(7, 194, 239, 0.15);
}
.feature_2 .circ_3 {
  height: 60px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 80px;
  -webkit-animation: circ3 infinite ease-in-out;
  animation: circ3 infinite ease-in-out;
  background: rgba(7, 194, 239, 0.2);
}
.feature_2 .feature_title {
  font-weight: 700;
  text-align: left;
  font-size: 20px;
  position: relative;
}
.gallery_item_1 {
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.gallery_item_1 a {
  display: block;
}
.gallery_item_1 img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 100%;
  width: 100%;
  max-width: 9999%;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.gallery_item_1:hover img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.gallery_item_1 .overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #FF0000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.gallery_item_1 .overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  fill: #fff;
}
.gallery_item_1:hover > .overlay {
  opacity: 0.7;
}
.gallery_item_1:hover > .overlay svg {
  opacity: 1;
}
.gallery_item_1 .gallery_item_title {
  padding-top: 10px;
  padding-bottom: 20px;
}
.gallery_item_2 {
  display: block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  padding: 15px;
  background: #fff;
  border: 1px solid #d8dadd;
}
.gallery_item_2 .cont_img {
  position: relative;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.gallery_item_2 .cont_img img {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery_item_2 .cont_img .overlay {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
  background: transparent;
}
.gallery_item_2 .cont_img .overlay svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  fill: #fff;
  opacity: 0;
}
.gallery_item_2 .cont_img:hover > .overlay {
  opacity: 0.7;
  background: #FF0000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.gallery_item_2 .cont_img:hover > .overlay svg {
  opacity: 1;
}
.gallery_item_2 .cont_img:hover > img {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}
.gallery_item_2 .gallery_item_desc {
  padding-top: 15px;
  text-decoration: none;
  color: #2c2c2c;
  text-align: center;
}
.grid_item_1 {
  margin: 15px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.grid_item_1:hover {
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.grid_item_1 .grid_item_img {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 48%;
  height: 0;
}
.grid_item_1.grid_item_1--special .grid_item_img {
  padding-bottom: 74.2%;
}
.grid_item_1 .grid_item_img img {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.grid_item_1:hover img {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.grid_item_1 .overlay {
  position: absolute;
  background: #2c2c2c;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.grid_item_1 .overlay .overlay_figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.grid_item_1 .overlay .overlay_figure span {
  background: #FF0000;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  margin-right: 10px;
}
.grid_item_1 .overlay .overlay_figure span:last-child {
  margin-right: 0;
}
.grid_item_1:hover .overlay {
  opacity: 0.75;
}
.grid_item_1 .grid_item_meta {
  padding: 20px 30px;
}
@media (max-width: 540px) {
  .grid_item_1 .grid_item_meta {
    padding: 15px;
  }
}
.grid_item_1.grid_item_1--special .grid_item_meta {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
.grid_item_1 .grid_item_title {
  font-size: 24px;
  font-weight: 700;
  color: #2c2c2c;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 15px;
  display: inline-block;
}
.grid_item_1.grid_item_1--special .grid_item_title {
  color: #fff;
}
@media (max-width: 540px) {
  .grid_item_1 .grid_item_title {
    font-size: 18px;
  }
}
.grid_item_1 .grid_item_title:hover {
  color: #FF0000;
}
.grid_item_1 .grid_item_date {
  opacity: 0.5;
  font-size: 12px;
  margin-bottom: 15px;
}
.grid_item_1 .grid_item_date svg {
  width: 11px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}
.grid_item_1 .grid_item_date span {
  vertical-align: middle;
}
.grid_item_1 .cat {
  background: #fff;
  color: #2c2c2c;
  font-weight: 700;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  z-index: 2;
  font-size: 12px;
}
.grid_item_1 .grid_item_desc {
  font-size: 14px;
  margin-bottom: 0;
}
.grid_item_1.grid_item_1--special .grid_item_desc {
  color: #fff;
}
.grid_item_1 .grid_item_readmore {
  font-weight: 700;
  color: #FF0000;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.grid_item_1 .grid_item_readmore:hover {
  color: #FF0000;
}
.grid_item_1 .grid_item_readmore svg {
  fill: #FF0000;
  width: 20px;
  height: 7.5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.grid_item_1 .grid_item_readmore:hover svg {
  margin-left: 3px;
  fill: #FF0000;
}
.grid_item_1.grid_item_1--special .grid_item_readmore {
  color: #FF0000 !important;
}
.grid_item_1.grid_item_1--special .grid_item_readmore svg {
  fill: #FF0000 !important;
}
.grid_item_meta__overflow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 75%;
  background: linear-gradient(to top, #161616, transparent);
}
.grid_item_2 {
  text-decoration: none;
  margin: 15px;
  color: #2c2c2c;
  display: block;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #d8dadd;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.grid_item_2:hover {
  -webkit-box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.items_cont_2 > .grid_item_2 {
  width: calc(50% - 30px);
}
@media (max-width: 480px) {
  .items_cont_2 > .grid_item_2 {
    width: 100%;
  }
}
.items_cont_3 > .grid_item_2 {
  width: calc(33.33% - 30px);
}
@media (max-width: 850px) {
  .items_cont_3 > .grid_item_2 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .items_cont_3 > .grid_item_2 {
    width: 100%;
  }
}
.items_cont_4 > .grid_item_2 {
  width: calc(25% - 30px);
}
@media (max-width: 1000px) {
  .items_cont_4 > .grid_item_2 {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 850px) {
  .items_cont_4 > .grid_item_2 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .items_cont_4 > .grid_item_2 {
    width: 100%;
  }
}
.grid_item_2 .grid_item_img {
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  height: 0;
}
.grid_item_2 .grid_item_img img {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.grid_item_2 .grid_item_category {
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  z-index: 1;
}
.grid_item_2 .grid_item_price {
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  width: 100%;
  text-align: right;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.grid_item_2 .grid_item_meta {
  padding: 15px;
}
.grid_item_2 .grid_item_type {
  margin-bottom: 0;
}
.grid_item_2 .grid_item_title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 22px;
}
.category_section {
  margin-top: -120px;
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: rgba(242, 247, 251, 0.15);
}
.category_section .col_4 {
  width: calc(100% / 3 - 14px);
  margin: 7px;
}
@media (max-width: 1024px) {
  .category_section .col_6 {
    width: 100%;
  }
}
.grid_item_3 {
  background: #fff;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.grid_item_3:hover {
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
}
.grid_item_3 .grid_item_img {
  position: relative;
  max-width: 120px;
  max-height: 120px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 30px;
}
.grid_item_3 .grid_item_img img {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
  filter: grayscale(100%);
}
.grid_item_3:hover img {
  filter: grayscale(0%);
}
.grid_item_3 .grid_item_category {
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 700;
  z-index: 1;
  color: #2c2c2c;
}
.grid_item_3 .grid_item_title {
  font-weight: 700;
  font-size: 24px;
  position: relative;
  z-index: 1;
  -webkit-text-decoration: dotted;
  text-decoration: dotted;
  margin-bottom: 20px;
}
.grid_item_3 .category_item__link {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: #FF0000;
}
.grid_item_3 .category_item__link svg {
  display: inline-block;
  margin-left: 15px;
  height: 12px;
  width: 20px;
  fill: #FF0000;
}
@media (max-width: 768px) {
  .grid_item_3 .grid_item_title {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .grid_item_3 {
    padding: 15px;
  }
  .grid_item_3 .grid_item_title {
    font-size: 16px;
  }
  .grid_item_3 .grid_item_img {
    margin-right: 15px;
    max-width: 60px;
    max-height: 60px;
  }
  .grid_item_3 .category_item__link {
    font-size: 14px;
  }
  .grid_item_3 .category_item__link svg {
    margin-left: 5px;
  }
}
.new_block .cat {
  background: #fff;
  color: #2c2c2c;
  font-weight: 700;
  border-radius: 50px;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  z-index: 2;
  font-size: 12px;
}
.new_block .grid_item_meta {
  text-align: left;
  color: #fff !important;
  z-index: 2;
}
.new_block .cont_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
.new_block .cont_date svg {
  display: block;
  fill: #fff;
  width: 14px;
  height: 16px;
  margin-right: 10px;
}
.new_block .blue {
  font-weight: 700;
  color: #FF0000;
}
.new_block .grid_item_title {
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.78);
}
.new_block .grid_item_img {
  max-height: 313px;
  border: none;
}
.new_block .grid_item_img::after {
  content: none;
}
.product_item_3 {
  margin: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
}
.product_item_3:hover {
  -webkit-box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
}
.product_item_3 .product_desc {
  flex-grow: 2;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.product_item_3 .brend {
  color: #d8dadd;
  padding: 0 15px;
  font-size: 20px;
  margin-top: 5px;
}
.items_cont_3 > .product_item_3 {
  width: calc(33.33% - 30px);
}
@media (max-width: 850px) {
  .items_cont_3 > .product_item_3 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .items_cont_3 > .product_item_3 {
    width: 100%;
  }
}
.items_cont_3 > .product_item_3.double_width {
  width: calc(66.66% - 30px);
}
@media (max-width: 850px) {
  .items_cont_3 > .product_item_3.double_width {
    width: calc(100% - 30px);
  }
}
.items_cont_4 > .product_item_3 {
  width: calc(25% - 30px);
}
@media (max-width: 1000px) {
  .items_cont_4 > .product_item_3 {
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 850px) {
  .items_cont_4 > .product_item_3 {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .items_cont_4 > .product_item_3 {
    width: 100%;
  }
}
.items_cont_4 > .product_item_3.double_width {
  width: calc(50% - 30px);
}
@media (max-width: 1000px) {
  .items_cont_4 > .product_item_3.double_width {
    width: calc(66.66% - 30px);
  }
}
@media (max-width: 850px) {
  .items_cont_4 > .product_item_3.double_width {
    width: calc(100% - 30px);
  }
}
.product_item_3 .btn {
  border-radius: 50px;
  font-size: 14px;
  text-transform: uppercase;
}
.archive .product_item_3 .btn {
  font-size: 12px;
  margin-left: 5px;
  padding: 13px 15px;
}
.product_item_3 .btn__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FF0000;
  height: 45px;
  padding: 13px 25px;
}
.product_item_3 .btn__product:hover {
  background: #064547;
}
.product_item_3 .btn__product svg {
  margin-left: 15px;
  width: 20px;
  height: 20px;
  fill: #075053;
  transition: all 0.4s;
}
.product_item_3 .btn__product:hover svg {
  fill: #021b1c;
}
.product_item_3 .product_img {
  width: 100%;
  max-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
}
.product_item_3 .product_img:before {
  content: "";
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  bottom: 0;
  background: #fff;
}
.product_item_3 .product_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  height: auto;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  min-width: 100%;
}
.product_item:hover > .product_item_3 .product_img img {
  -webkit-transform: scale(1.055);
  -ms-transform: scale(1.055);
  transform: scale(1.055);
}
.product_item_3 .product_title_cont {
  padding: 0 15px 15px;
  border-bottom: 1px solid #e9eef2;
  flex-grow: 2;
}
.product_item_3 .product_title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 0;
  color: #161616;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: none;
}
.category .product_item_3 .product_title {
  font-size: 15px;
}
@media (max-width: 420px) {
  .product_item_3 .product_title {
    font-size: 16px !important;
  }
}
.product_item_3 .product_title:hover {
  color: #FF0000;
}
.product_item_3 .prodict_price_cont {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_item_3 .product_price_old {
  font-size: 14px;
  color: #aeaeae;
  text-decoration: line-through;
  margin-bottom: 0;
}
.product_item_3 .product_price_current {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.category .product_item_3 .product_price_current {
  font-size: 16px;
}
.header_2 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  z-index: 2;
}
.header_2 .header_top {
  background: #fff;
  padding: 20px 0;
}
.header_2 .header_bottom {
  background: #f2f7fb;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.header_2 .header_bottom .wrap {
  justify-content: space-between;
}
@media (max-width: 850px) {
  .header_2 .header_bottom {
    display: none;
  }
}
.header_2 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_2 .wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header_2 .header_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 315px;
  height: 100%;
}
.header_address__icon {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  border: 1px solid #aeaeae;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.header_2 .header_address svg {
  width: 11px;
  height: 15px;
  fill: #aeaeae;
}
.header_contacts_section {
  padding: 0 30px;
  border-right: 1px solid #ececec;
}
@media (max-width: 880px) {
  .header_contacts_section {
    padding: 0 15px;
    border: none;
  }
}
.header_contacts_section:first-child {
  padding-left: 0;
}
.header_contacts_section:last-child {
  padding-right: 0;
  border-right: none;
}
.header_2 .header_address .desc p {
  margin-bottom: 0;
}
.header_2 .number_header a {
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
  color: #2c2c2c;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header_2 .number_header a:hover {
  color: #FF0000;
}
.header_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_contacts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0 7px;
  border-radius: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
  position: relative;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header_contacts a:first-child {
  margin-left: 0;
}
.header_contacts a:last-child {
  margin-right: 0;
}
.header_contacts a svg {
  display: block;
  height: 18px;
  width: 18px;
  position: relative;
  fill: #FF0000;
}
.header_contacts a.header_contacts_whatsapp svg {
  fill: #00a205;
}
.header_contacts a:hover {
  -webkit-transform: translate(1px, 2px);
  -ms-transform: translate(1px, 2px);
  transform: translate(1px, 2px);
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.26);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.26);
}
.header_2 .number_header {
  font-weight: 700;
  color: #2c2c2c;
  font-size: 20px;
  text-align: right;
}
.header_2 .number_header .header_contacts_email {
  font-weight: 400;
  font-size: 16px;
  color: #aeaeae;
}
@media (max-width: 880px) {
  .header_2 .number_header {
    display: none;
  }
}
@media (max-width: 768px) {
  .header_contacts_email {
    display: none;
  }
}
.header_2 .header_right_col {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header_left_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo {
  display: block;
}
.header_logo img {
  max-height: 120px;
  width: auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 460px) {
  .header_logo img {
    max-height: 84px;
  }
}
.header__fixed .header_logo img {
  max-height: 40px;
}
.header_desc {
  max-width: 230px;
  color: #aeaeae;
  font-size: 12px;
  margin-left: 15px;
}
@media (max-width: 1100px) {
  .header_desc {
    display: none;
  }
}
@media (max-width: 850px) {
  .header_address {
    display: none !important;
  }
}
.header_menu {
  height: calc(100% + 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.header_menu .menu > .menu-item {
  position: relative;
  height: 100%;
  margin-right: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_menu .menu > .menu-item:hover > .sub-menu {
  display: block;
}
.header_menu .menu > .menu-item:last-child {
  margin-right: 0;
}
.header_menu .menu > .menu-item > a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 700;
  color: #161616;
}
.header__fixed .header_menu .menu > .menu-item > a {
  color: #FF0000;
}
.header_menu .menu > .menu-item > a:hover,
.header_menu .menu > .menu-item.current-menu-item > a {
  color: #FF0000;
}
.header_menu .menu > .menu-item.menu-item-has-children {
  padding-right: 10px;
  margin-right: 30px;
}
.header_menu .menu > .menu-item.menu-item-has-children::before {
  content: "";
  height: 7px;
  width: 5px;
  position: absolute;
  right: 0;
  margin-top: 1px;
  background: url(../../../themes/rooq/img/chevron.svg) no-repeat center;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-filter: invert(70%);
  filter: invert(70%);
}
.header_menu .menu > .menu-item::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  right: 0;
  top: -1px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: transparent;
}
.header_menu .menu > .menu-item.current-menu-item::after {
  background: #FF0000;
}
.header_menu .sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  width: 300px;
  z-index: 2;
  -webkit-box-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.05),
    -3px 3px 6px rgba(0, 0, 0, 0.05);
  box-shadow:
    3px 3px 6px rgba(0, 0, 0, 0.05),
    -3px 3px 6px rgba(0, 0, 0, 0.05);
}
.header_menu .sub-menu .menu-item {
  border-bottom: 1px solid #ececec;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  margin-right: 0;
}
.header_menu .sub-menu .menu-item:hover {
  background: #f2f7fb;
}
.header_menu .sub-menu .menu-item:last-child {
  border-bottom: none;
}
.header_menu .sub-menu .menu-item a {
  color: #161616;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 700;
}
.header_search_button {
  font-weight: 700;
  text-decoration: none;
  color: #FF0000;
}
.header_search_button svg {
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 3px;
}
.mobile_menu_btn {
  position: relative;
  width: 30px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
}
@media (max-width: 850px) {
  .mobile_menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
}
.mobile_menu_btn span {
  background: #2c2c2c;
  display: inline-block;
  height: 3px;
  width: 35px;
  margin-bottom: 8px;
}
.header__fixed .mobile_menu_btn span {
  background: #2c2c2c;
}
.mobile_menu_btn span:nth-child(3) {
  margin-bottom: 0;
}
.relative {
  position: relative;
}
.intro_1 {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 160px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.intro_1 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding-top: 45px;
}
@media (max-width: 768px) {
  .intro_1 .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .intro_1 {
    background-position: left center;
    padding-top: 30px;
    padding-bottom: 160px;
  }
}
.intro_bg_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.intro_1 .intro_col_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 570px;
  margin-right: 30px;
  width: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .intro_1 .intro_col_left {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.btn.btn-lighting {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  background: #FF0000;
  text-transform: uppercase;
  color: #161616;
  border-radius: 50px;
  -webkit-box-shadow: 0 0 40px #FF0000;
  box-shadow: 0 0 40px #FF0000;
}
.btn.btn-lighting svg {
  display: inline-block;
  width: 18px;
  height: 20px;
  stroke: #161616;
  vertical-align: middle;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .btn.btn-lighting {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
  }
}
.btn.btn-lighting:hover {
  -webkit-box-shadow: 0 0 10px #FF0000;
  box-shadow: 0 0 10px #FF0000;
  color: #161616 !important;
  background: #FF0000 !important;
}
.intro_1 .intro_col_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 768px) {
  .intro_1 .intro_col_right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .intro_1 .intro_col_right img {
    margin: 0 auto;
  }
}
.intro_1 .intro_title {
  font-weight: 700;
  font-size: 44px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
@media (max-width: 900px) {
  .intro_1 .intro_title {
    font-size: 26px;
  }
}
.intro_1 .intro_title__prefix {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FF0000;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .intro_1 .intro_title__prefix {
    font-size: 14px;
  }
}
.intro_1 .intro_title__suffix {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .intro_1 .intro_title__suffix {
    font-size: 16px;
  }
}
.intro_1 .intro_subtitle {
  font-size: 20px;
}
.intro_1 .intro_list {
  padding-left: 0;
  list-style: none;
}
.intro_1 .intro_list li {
  line-height: 1;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  padding-top: 4px;
}
.intro_1 .intro_list li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../../../themes/rooq/img/checked.png);
  background-size: contain;
}
.intro_1 .intro_offer {
  font-weight: 400;
  font-size: 20px;
  max-width: 470px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .intro_1 .intro_offer {
    font-size: 16px;
  }
}
.home_intro {
  position: relative;
}
.home_intro .slick-track {
  display: flex !important;
}
.home_intro .slick-slide {
  height: inherit !important;
}
.nav_arrow_custom {
  position: absolute;
  width: 100%;
  bottom: 135px;
  left: 0;
}
@media (max-width: 1024px) {
  .nav_arrow_custom {
    bottom: 115px;
  }
}
@media (max-width: 540px) {
  .nav_arrow_custom {
    bottom: 130px;
  }
}
.nav_arrow_custom .slick-arrow {
  height: 35px;
  width: 35px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #fff;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nav_arrow_custom .slick-arrow:hover {
  opacity: 1;
}
.nav_arrow_custom .slick-arrow.slick_prev {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-right: 15px;
}
.nav_arrow_custom .slick-arrow.slick_next {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.nav_arrow_custom .nav_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile_menu {
  position: fixed;
  top: 0;
  right: -150%;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  height: 100vh;
  overflow-y: auto;
  z-index: 10000;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-box-shadow: 0 15px 99px rgba(0, 0, 0, 0.9);
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.9);
  background: #fff;
  min-width: 300px;
  padding: 13px 15px;
}
.mobile_menu .menu_close {
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  position: absolute;
}
.mobile_menu .menu_close svg {
  fill: #ccc;
  width: 25px;
  height: 25px;
}
.mobile_menu .mobile_contacts {
  margin-top: 60px;
  margin-bottom: 15px;
}
.mobile_menu .mobile_phone {
  text-decoration: none;
  color: #FF0000;
  font-size: 26px;
  font-weight: 700;
  display: table;
}
.mobile_menu .mobile_phone span {
  font-size: 32px;
}
.mobile_menu .mobile_email {
  color: #333;
  margin-right: auto;
  text-decoration: none;
  border-bottom: 1px dashed #d8dadd;
  display: table;
  margin-bottom: 15px;
}
.mobile_menu .mobile_nav ul {
  list-style: none;
  padding-left: 0;
}
.mobile_menu .mobile_nav li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 10px 45px 10px 0;
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 700;
  border-bottom: 1px solid #d8dadd;
}
.mobile_menu .mobile_nav .menu_arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 35px;
  background: rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.mobile_menu .mobile_nav .menu_arrow svg {
  fill: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mobile_menu .mobile_nav .active > a svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.mobile_menu .mobile_nav .sub-menu {
  display: none;
  background: rgba(0, 0, 0, 0.05);
}
.mobile_menu .mobile_nav .sub-menu a {
  padding: 10px 45px 10px 10px;
  border-bottom: 2px solid #fff;
}
.mobile_menu.nav_open {
  right: 0;
  z-index: 10000;
}
.form_open .app {
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.form_open .app:after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(26, 38, 54, 0.5);
  z-index: 2000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.modal_1 {
  background: #f2f4f8;
  position: relative;
  max-width: 500px;
  margin: 30px auto;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 30px 30px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 15px 99px rgba(0, 0, 0, 0.7);
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}
@media (max-width: 640px) {
  .modal_1 {
    padding: 30px 15px 15px;
    background-image: none;
  }
}
.modal_1 .modal_title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .modal_1 .modal_title {
    font-size: 28px;
  }
}
.modal_1 .modal_subtitle {
  margin-bottom: 30px;
  color: #333;
}
@media (max-width: 520px) {
  .modal_1 .modal_subtitle {
    font-size: 14px;
  }
}
.modal_1 form {
  max-width: 370px;
}
.modal_1 form .btn {
  width: 100%;
  margin-bottom: 16px;
  padding: 15px !important;
  border-radius: 50px;
  color: #161616;
}
.modal_1 form .wpcf7-spinner {
  display: none;
  margin: 0 auto 10px;
}
.modal_1 form.submitting .wpcf7-spinner {
  display: block;
}
.modal_1 .form_confidencial {
  font-size: 10px;
  text-align: center;
}
.modal_1 .form_confidencial a {
  color: inherit;
}
.modal_1 .form_success {
  text-align: center;
}
.mfp-close-btn-in .mfp-close {
  color: #e5e5e5 !important;
}
.mfp-close {
  opacity: 1 !important;
  font-size: 33px;
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #2c2c2c;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-wrap ~ * {
  -webkit-filter: blur(5px) grayscale(100%);
  filter: blur(5px) grayscale(100%);
}
.offer_1 {
  margin-bottom: 120px;
}
@media (max-width: 900px) {
  .offer_1 {
    margin: 30px 0;
  }
}
.offer_1 .offer_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 30px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .offer_1 .offer_cont {
    padding: 0;
  }
}
.offer_1 .offer_cont .offer_img {
  margin-right: 30px;
  position: relative;
  width: 370px;
}
@media (max-width: 1000px) {
  .offer_1 .offer_cont .offer_img {
    width: 277.5px;
  }
}
@media (max-width: 900px) {
  .offer_1 .offer_cont .offer_img {
    display: none;
  }
}
.offer_1 .offer_cont .offer_img img {
  position: absolute;
  bottom: 0;
  left: -100px;
  width: 100%;
  height: auto;
}
.offer_1 .offer_cont .offer_desc {
  width: calc(100% - 370px - 30px);
  margin: 80px 0;
}
@media (max-width: 900px) {
  .offer_1 .offer_cont .offer_desc {
    padding: 30px 15px;
    width: 100%;
    margin: 15px 0;
  }
}
.offer_1 .offer_cont .offer_desc .offer_title {
  font-weight: 700;
  font-size: 30px;
  color: #FF0000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.offer_1 .offer_cont .offer_desc .offer_title span:last-child {
  font-size: 50px;
  display: block;
}
@media (max-width: 768px) {
  .offer_1 .offer_cont .offer_desc .offer_title {
    font-size: 20px;
  }
  .offer_1 .offer_cont .offer_desc .offer_title span:last-child {
    font-size: 30px;
    display: block;
  }
}
.offer_1 .offer_cont .offer_desc .offer_subtitle {
  color: #fff;
  font-size: 24px;
  max-width: 470px;
  font-weight: 700;
  margin-bottom: 30px;
}
.offer_9 {
  width: 100%;
  padding: 120px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offer_9 .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .offer_9 .wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.offer_9 .offer_col_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(66.66% - 30px / 2);
}
@media (max-width: 900px) {
  .offer_9 .offer_col_left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.offer_9 .offer_title {
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 1000px) {
  .offer_9 .offer_title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .offer_9 .offer_title {
    text-align: center;
    margin-bottom: 30px;
  }
}
.offer_9 .offer_specialist {
  max-width: 250px;
}
@media (max-width: 600px) {
  .offer_9 .offer_specialist {
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .offer_9 .offer_meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.offer_9 .offer_desc {
  width: calc(100% - 310px);
}
@media (max-width: 600px) {
  .offer_9 .offer_desc {
    width: 100%;
  }
}
.offer_9 .offer_specialist_img {
  border-radius: 50%;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  width: calc(100% - 10px);
  padding-bottom: calc(100% - 20px);
  margin-bottom: 15px;
}
.offer_9 .offer_specialist_img img {
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.offer_9 .offer_specialist_name {
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
}
.offer_9 .offer_specialist_position {
  text-align: center;
}
.offer_9 .offer_col_right {
  width: calc(33.33% - 30px / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .offer_9 .offer_col_right {
    width: 100%;
  }
}
.offer_9 .offer_form {
  background: #fff;
  padding: 60px 15px 30px;
}
.offer_9 .offer_form_title {
  font-weight: 700;
  font-size: 26px;
  text-align: center;
}
.offer_9 .offer_form_subtitle {
  text-align: center;
}
.offer_9 .form {
  padding: 0 30px;
}
.offer_9 .form .btn {
  width: 100%;
  margin-bottom: 10px;
}
.offer_9 .form .form_confidencial {
  text-align: center;
  font-size: 10px;
  margin-bottom: 0;
}
.pagecontacts_2 {
  margin-bottom: 60px;
}
.pagecontacts_2 .contacts_cont {
  position: relative;
  padding: 60px 65px 45px;
  border: 1px solid #ccc;
}
@media (max-width: 640px) {
  .pagecontacts_2 .contacts_cont {
    padding: 30px 15px;
  }
}
.pagecontacts_2 .title_black {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 20px;
}
.pagecontacts_2 svg {
  fill: #161616;
}
.pagecontacts_2 .contacts_messenger_link:hover svg {
  fill: #FF0000;
}
.pagecontacts_2 .contacts_address {
  position: relative;
  font-size: 20px;
}
.pagecontacts_2 .contacts_label {
  display: block;
  color: #89a3c6;
}
.pagecontacts_2 .contacts_phone {
  font-weight: 700;
  font-size: 20px;
  color: #161616;
  text-decoration: none;
}
.pagecontacts_2 .contacts_email {
  color: #161616;
  font-size: 20px;
  text-decoration: none;
  font-weight: 700;
}
.contacts__box__socials {
  display: flex;
}
.pagecontacts_2 .contacts_messenger_link {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background: #f2f7fb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin-right: 10px;
}
.pagecontacts_2 .contacts_messenger_link svg {
  transition: all 0.4s;
}
.pagecontacts_2 .contacts_worktime {
  color: #2c2c2c;
  font-size: 20px;
  margin-bottom: 0;
}
.contacts__box {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.contacts__box img {
  margin-bottom: 30px;
}
.contacts__box__title {
  font-size: 20px;
  font-weight: 700;
  color: #FF0000;
}
.contacts_item {
  margin-bottom: 30px;
}
.contacts_item:last-child {
  margin-bottom: 0;
}
.link_contacts_item {
  padding: 10px 15px;
  border-radius: 5px;
  background: #f2f7fb;
  margin-bottom: 5px;
}
.link_contacts_item:last-child {
  margin-bottom: 0;
}
.breadcrumb {
  opacity: 0.5;
  margin-bottom: 15px;
  color: #d8dadd;
}
.page_product .breadcrumb {
  display: none;
}
.breadcrumb .sep {
  margin: 0 5px;
}
.breadcrumb a {
  color: #d8dadd;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.page_product .breadcrumb {
  opacity: 0.2;
}
.pagecontent_1 .page_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 560px) {
  .pagecontent_1 .page_links {
    display: none;
  }
}
.pagecontent_1 .page_links a {
  margin-right: 15px;
  margin-bottom: 15px;
}
.pagecontent_1 .page_links a:last-child {
  margin-right: 0;
}
.pagecontent_1 .page_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-height: 385px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
}
.pagecontent_1 .page_img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pagecontent_1 .category {
  position: absolute;
  background: #fff;
  border-radius: 40px;
  padding: 5px 10px;
  top: 8px;
  left: 10px;
  font-size: 12px;
  z-index: 2;
  font-weight: 700;
}
.pagecontent_1 .page_date {
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 10px;
}
.pagecontent_1 .page_date svg {
  width: 11px;
  height: 13px;
  fill: #2c2c2c;
  margin-right: 5px;
}
.pagecontent_1 .content_wrap {
  padding: 0;
}
.page_content_padding {
  max-width: 770px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .page_content_padding {
    padding: 10px;
  }
}
.page_about__img img {
  border-radius: 10px;
}
.page_about .content_wrap {
  padding: 0 !important;
}
.page_about_section {
  margin-bottom: 60px;
}
.pageheader_1 {
  padding: 100px 0 75px;
  background-position: center;
  background-size: cover;
  color: #fff;
  position: relative;
  margin-bottom: 45px;
}
@media (max-width: 960px) {
  .pageheader_1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 850px) {
  .pageheader_1 {
    padding: 100px 0;
  }
}
.pageheader_1 .breadcrumb {
  text-align: center;
}
.pageheader_1 .breadcrumb a {
  color: #fff;
}
.pageheader_1 .page_title {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  text-align: center;
}
@media (max-width: 480px) {
  .pageheader_1 .page_title {
    font-size: 28px;
  }
}
.pageheader_2 {
  padding: 100px 0;
  position: relative;
  background: url(../../../themes/rooq/img/page_back.jpg) center center / cover
    no-repeat;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 850px) {
  .pageheader_2 {
    padding: 60px 0;
  }
}
.pageheader_2 .breadcrumb {
  opacity: 0.5;
}
.pageheader_2 .breadcrumb a {
  color: #d8dadd;
}
.pageheader_2 .page_title_cont p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .pageheader_2 .page_title_cont {
    display: block;
  }
}
.pageheader_2 .page_title {
  font-size: 60px;
  font-weight: 700;
}
.tax-product_cat .pageheader_2 .page_title {
  font-size: 45px;
}
.cat_page_title_cont {
  display: flex;
  align-items: center;
}
.cat_page_title_cont__img {
  margin-right: 15px;
  overflow: hidden;
  border-radius: 10px;
  max-height: 120px;
  max-width: 120px;
}
@media (max-width: 480px) {
  .pageheader_2 .page_title {
    font-size: 28px;
  }
  .tax-product_cat .pageheader_2 .page_title {
    font-size: 24px;
  }
  .cat_page_title_cont {
    display: block;
  }
  .cat_page_title_cont__img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.pageheader_2 .page_count {
  opacity: 0.5;
}
.pagequestion_1 {
  border: 1px solid #d8dadd;
  padding: 30px;
  width: 100%;
  margin-bottom: 60px;
}
.pagequestion_1 .question_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .pagequestion_1 .question_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.pagequestion_1 .question_desc {
  width: calc(50% - 30px / 2);
}
@media (max-width: 990px) {
  .pagequestion_1 .question_desc {
    width: 100%;
    margin-bottom: 30px;
  }
}
.pagequestion_1 .question_title {
  font-weight: 700;
  color: #2c2c2c;
  font-size: 48px;
  margin-bottom: 0;
}
@media (max-width: 520px) {
  .pagequestion_1 .question_title {
    font-size: 32px;
  }
}
.pagequestion_1 .question_title:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  margin: 10px 0;
  background: #FF0000;
}
.pagequestion_1 .question_subtitle {
  font-size: 20px;
}
.pagequestion_1 .question_form {
  width: calc(50% - 30px / 2);
}
@media (max-width: 990px) {
  .pagequestion_1 .question_form {
    width: 100%;
  }
}
.page_404 {
  font-size: 24px;
  max-width: 770px;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: 700;
}
.page_404 .link_404 {
  color: #FF0000;
  font-weight: 700;
}
.page_404 .page_404_message {
  font-size: 40px;
}
.page_404 img {
  margin-top: 15px;
  width: 100%;
}
.product_content_2 {
  padding-top: 45px;
  position: relative;
}
.product_content_2 .product_content__order_cont {
  padding-top: 15px;
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.product_content_2 > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
  position: relative;
}
.product_content_2 .brend_contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -15px;
}
.product_content_2 .brend_contain .brend {
  width: 100%;
  max-width: 124px;
  max-height: 70px;
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin: 15px;
  border: 1px solid #d8dadd;
}
.product_content_2 .brend_contain .brend img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.product_content_2 .product_content__gallery {
  width: calc(50% - 15px);
}
@media (max-width: 768px) {
  .product_content_2 .product_content__gallery {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product_content__gallery .gallery_2 {
  display: flex;
}
.product_content__gallery .gallery_thumbs {
  width: 14.5%;
  margin-right: 10px;
}
.product_content__gallery .gallery_big {
  width: calc(84.5% - 10px);
  margin-bottom: 0;
}
.product_content_2 .product_content__meta {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .product_content_2 .product_content__meta {
    width: 100%;
  }
  .product_content__gallery .gallery_2 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .product_content__gallery .gallery_thumbs {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
  .gallery_2 .gallery_thumbs .gallery_thumb {
    margin: 0 5px;
  }
  .product_content__gallery .gallery_big {
    width: 100%;
  }
}
.product_content__meta__bottom {
  margin-top: auto;
}
.product_content_2 .product_content__meta .cat {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  opacity: 0.5;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .product_content_2 .product_content__meta .cat {
    font-size: 14px;
  }
}
.product_content_2 .product_content__meta .product_content__desc {
  margin-bottom: 15px;
}
.product_content_2 .product_content__title {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 450px) {
  .product_content_2 .product_content__title {
    font-size: 22px;
  }
}
.product_content_2 .product_content__chars_cont {
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}
.product_content_2 .product_content__char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 450px) {
  .product_content_2 .product_content__char {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.product_content_2 .product_content__char__label {
  display: block;
  width: calc(40% - 15px);
}
@media (max-width: 450px) {
  .product_content_2 .product_content__char__label {
    width: 100%;
  }
}
.product_content_2 .product_content__char__value {
  font-weight: 700;
  display: block;
  width: calc(60% - 15px);
}
@media (max-width: 450px) {
  .product_content_2 .product_content__char__value {
    width: 100%;
  }
}
.product_content_2 .product_content__price {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.product_content_2 .product_content__price--old {
  font-size: 14px;
  text-decoration: line-through;
  color: #d8dadd;
  margin-bottom: 0;
  font-weight: 400;
}
.product_content_2 .product_content__price--current {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0;
}
.product_content_2 .product_content__button {
  border-radius: 50px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.product_content_2 .product_content__button:nth-last-child(1) {
  background: #fff;
  color: #2c2c2c;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
}
.product_content_2 .product_content__button {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 20px 60px;
}
.product_content_2 .product_content__button:last-child {
  margin-right: 0;
}
.product_content_2 .product_content__button svg {
  vertical-align: text-bottom;
  fill: #161616;
  stroke: none;
  width: 21px;
  height: 20px;
  margin-left: 10px;
}
.product_content_2 .product_content__button svg {
  fill: #FF0000;
  width: 19px;
  height: 18px;
}
.product_content_2 .product_content__button.black_text,
.product_content_2 .product_content__links.black_text {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content_2 .product_content__button.black_text:hover,
.product_content_2 .product_content__links.black_text:hover {
  background: #d8dadd59;
}
.product_content_2 .product_content__button.black_text svg,
.product_content_2 .product_content__links.black_text svg {
  fill: #2c2c2c;
  margin-left: 10px;
}
.product_content_2 .product_content_link {
  color: #FF0000;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product_content_2 .product_content_link span {
  border-bottom: 1px dotted;
}
.product_content_2 .product_content_link svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-top: -2px;
}
.product_content_2 .product_content_link:hover {
  color: #FF0000;
}
.product__features {
  margin-bottom: 90px;
}
.product__features__item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 20px 15px;
  color: #fff;
  font-weight: 700;
}
.product__features__item .count {
  font-size: 30px;
  opacity: 0.2;
  margin-bottom: 15px;
}
.product__features__item .text {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product__features__item {
    margin-bottom: 5px;
  }
}
.product__offer__section {
  margin-top: -160px;
}
.product__offer {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 99px rgba(0, 0, 0, 0.15);
  padding: 60px 15px;
}
.product__offer__cont {
  max-width: 900px;
  margin: 0 auto;
}
.product__offer__title {
  text-transform: uppercase;
  font-size: 52px;
  color: #09666a;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product__offer__title {
    font-size: 24px;
  }
}
.product__offer form .col_4:last-child {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.product__offer .form_1 .form_input {
  margin-bottom: 5px;
}
.product__offer form input[type="submit"] {
  margin-top: auto;
  height: 50px;
  padding: 15px 15px 16px;
  margin-bottom: 5px;
  box-shadow: 0 15px 40px rgba(91, 233, 255, 0.5);
}
.product__offer form input[type="submit"]:hover {
  box-shadow: 0 0 10px rgba(91, 233, 255, 0.25);
}
.product__offer form .wpcf7-spinner {
  display: none;
}
.product__offer .form_confidencial {
  margin-top: 15px;
  text-align: center;
}
.product_tabs {
  padding-bottom: 60px;
  border-bottom: 1px solid #d8dadd;
}
.product_tabs__triggers {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.product_tabs__triggers__item {
  font-weight: 700;
  font-size: 20px;
  color: #aeaeae;
  text-transform: uppercase;
  padding: 15px 0;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.product_tabs__triggers__item:hover {
  color: #FF0000;
}
.product_tabs__triggers__item.active {
  font-size: 34px;
  color: #FF0000;
  border-bottom: 1px solid #FF0000;
}
.product_tabs__triggers__item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .product_tabs__triggers__item {
    width: 100%;
  }
  .product_tabs__triggers__item.active {
    font-size: 20px;
  }
}
.product_tabs__tab {
  display: none;
}
.product_tabs__tab.active {
  display: block;
}
.certificates_gallery__item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.certificates_gallery__item img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.certificates_gallery__item__overflow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
}
.certificates_gallery__item__overflow svg {
  width: 30px;
  height: 30px;
}
.certificates_gallery__item:hover .certificates_gallery__item__overflow {
  opacity: 1;
}
.page_product {
  padding-top: 30px;
  background: url(../../../themes/rooq/img/product_bg.jpg) center center / cover
    no-repeat;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 160px;
}
.page_product .breadcrumb {
  margin-bottom: 20px;
}
.content_title {
  font-weight: 700;
  font-size: 46px;
  margin-top: 60px;
  margin-bottom: 10px;
}
.content_col_2 {
  font-size: 20px;
}
.content_subtitle {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
  color: #FF0000;
}
.product_tabs table {
  margin-bottom: 30px;
}
.tabs_1 .tabs_triggers {
  margin-bottom: 30px;
}
.tabs_1 .tabs_triggers_item {
  padding: 8px 30px;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  color: #2c2c2c;
  text-decoration: none;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.tabs_1 .tabs_triggers_item:hover {
  color: #FF0000;
}
.tabs_1 .tabs_triggers_item:last-child {
  margin-right: 0;
}
.tabs_1 .tabs_triggers_item.active {
  border: 1px solid #d8dadd;
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #d8dadd;
}
.cat_buttons_cont .cat_buttons_cont {
  margin-bottom: 30px;
}
.cat_buttons_cont .cat_buttons_item {
  padding: 20px 45px;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 15px;
  font-weight: 700;
  color: #2c2c2c;
  text-decoration: none;
  border-radius: 50px;
  text-transform: uppercase;
  background: #fff;
  -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.cat_buttons_cont .cat_buttons_item:hover {
  color: #FF0000;
}
.cat_buttons_cont .cat_buttons_item:last-child {
  margin-right: 0;
}
.cat_buttons_cont .cat_buttons_item.active {
  cursor: default;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: #FF0000;
}
.tabs_1 .tabs_content > div {
  display: none;
}
.title_2.block_header {
  text-align: left;
}
.title_2 .block_header_title {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .title_2 .block_header_title {
    font-size: 36px;
  }
}
.title_2 .block_header_subtitle {
  max-width: 870px;
}
.title_2 .block_header_sep {
  display: block;
  height: 5px;
  width: 70px;
  border-radius: 50px;
  background: #FF0000;
  margin-bottom: 30px;
}
.title_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .title_3 {
    display: block;
  }
}
.title_3.block_header {
  text-align: left;
}
.title_3 .block_header_title {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
  line-height: 1;
}
@media (max-width: 768px) {
  .title_3 .block_header_title {
    font-size: 42px;
    margin-bottom: 15px;
  }
}
.title_3 .block_header_sep {
  display: block;
  height: 5px;
  width: 70px;
  border-radius: 50px;
  background: #FF0000;
  margin-bottom: 30px;
}
.footer_phone_section {
  margin-bottom: 0;
}
.home .footer_phone_section,
.single-product .footer_phone_section {
  margin-top: -256px;
}
.footer_phone_section a {
  font-weight: 700;
  color: #161616;
  text-decoration: none;
}
div.wpcf7 .ajax-loader {
  visibility: visible !important;
  display: none !important;
  margin: 0 auto 10px !important;
}
div.wpcf7 .ajax-loader.is-active {
  display: block !important;
}
.wpcf7-not-valid-tip {
  text-align: center !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  margin-top: 3px !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  background: #ffb900;
  padding: 10px;
  width: 100%;
  margin: 15px 0 0;
  border-radius: 5px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  background: #2f9438;
  padding: 10px;
  width: 100%;
  margin: 15px 0 0;
  border-radius: 5px;
  color: #fff;
}
#modal_order .modal_title span {
  color: #FF0000;
}
.page_projects_grid.slider_2 .slide {
  padding: 0;
  width: calc(50% - 30px);
  max-width: inherit;
  max-height: inherit;
}
@media (max-width: 850px) {
  .page_projects_grid.slider_2 .slide {
    width: 100%;
  }
}
.page_projects_grid.slider_2 .slide .work_cont .content {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  min-width: inherit;
  width: auto;
}
.page_projects_grid.slider_2 .work_cont {
  min-height: inherit;
}
.header_notice {
  text-align: center;
  padding: 20px 10px;
  color: #fff;
  background: #a50101;
  font-weight: 700;
}
@media (max-width: 768px) {
  .bg-black-md {
    background: #000 !important;
  }
}
@charset "UTF-8";
.wp-block-archives {
  box-sizing: border-box;
}
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-avatar {
  line-height: 0;
}
.wp-block-avatar,
.wp-block-avatar img {
  box-sizing: border-box;
}
.wp-block-avatar.aligncenter {
  text-align: center;
}
.wp-block-audio {
  box-sizing: border-box;
}
.wp-block-audio :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-audio audio {
  min-width: 300px;
  width: 100%;
}
.wp-block-button__link {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  word-break: break-word;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
:where(.wp-block-button__link) {
  border-radius: 9999px;
  box-shadow: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-decoration: none;
}
.wp-block-button[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons
  > .wp-block-button.has-custom-font-size
  .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  flex-basis: 100%;
  width: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-text-color)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-text-color)
  ) {
  color: currentColor;
}
:root
  :where(
    .wp-block-button
      .wp-block-button__link.is-style-outline:not(.has-background)
  ),
:root
  :where(
    .wp-block-button.is-style-outline
      > .wp-block-button__link:not(.has-background)
  ) {
  background-color: initial;
  background-image: none;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(
    .is-content-justification-space-between,
    .is-content-justification-right,
    .is-content-justification-left,
    .is-content-justification-center
  )
  .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.wp-block-buttons[style*="text-decoration"] .wp-block-button,
.wp-block-buttons[style*="text-decoration"] .wp-block-button__link {
  text-decoration: inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar td,
.wp-block-calendar th {
  border: 1px solid;
  padding: 0.25em;
}
.wp-block-calendar th {
  font-weight: 400;
}
.wp-block-calendar caption {
  background-color: inherit;
}
.wp-block-calendar table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-calendar table:where(:not(.has-text-color)) {
  color: #40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
  border-color: #ddd;
}
.wp-block-calendar table.has-background th {
  background-color: inherit;
}
.wp-block-calendar table.has-text-color th {
  color: inherit;
}
:where(.wp-block-calendar table:not(.has-background) th) {
  background: #ddd;
}
.wp-block-categories {
  box-sizing: border-box;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter {
  text-align: center;
}
.wp-block-code {
  box-sizing: border-box;
}
.wp-block-code code {
  display: block;
  font-family: inherit;
  overflow-wrap: break-word;
  white-space: pre-wrap;
}
.wp-block-columns {
  align-items: normal !important;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0%;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)
    > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0%;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile
  > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}
:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}
.wp-block-post-comments {
  box-sizing: border-box;
}
.wp-block-post-comments .alignleft {
  float: left;
}
.wp-block-post-comments .alignright {
  float: right;
}
.wp-block-post-comments .navigation:after {
  clear: both;
  content: "";
  display: table;
}
.wp-block-post-comments .commentlist {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 1em;
  line-height: 1.8;
  margin: 1em 0;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  margin-top: 0.5em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  font-size: 0.875em;
  line-height: 1.5;
}
.wp-block-post-comments .comment-meta b {
  font-weight: 400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.875em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-comments .reply {
  font-size: 0.875em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
:where(.wp-block-post-comments input[type="submit"]) {
  border: none;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next,
.wp-block-comments-pagination > .wp-block-comments-pagination-numbers,
.wp-block-comments-pagination > .wp-block-comments-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination
  > .wp-block-comments-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-comments-pagination
  .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-comments-pagination.aligncenter {
  justify-content: center;
}
.wp-block-comment-template {
  box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-comment-template li {
  clear: both;
}
.wp-block-comment-template ol {
  list-style: none;
  margin-bottom: 0;
  max-width: 100%;
  padding-left: 2rem;
}
.wp-block-comment-template.alignleft {
  float: left;
}
.wp-block-comment-template.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-comment-template.alignright {
  float: right;
}
.wp-block-cover,
.wp-block-cover-image {
  align-items: center;
  background-position: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  min-height: 430px;
  overflow: hidden;
  overflow: clip;
  padding: 1em;
  position: relative;
}
.wp-block-cover .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
  background-color: initial;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: "";
}
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(
    .has-background-gradient
  ):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(
    .has-background-gradient
  ):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(
    .has-background-gradient
  ):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(
    .has-background-gradient
  ):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(
    .has-background-gradient
  ):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(
    .has-background-gradient
  ):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(
    .has-background-gradient
  ):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(
    .has-background-gradient
  ):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(
    .has-background-gradient
  ):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100
  .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(
    .has-background-gradient
  ):before {
  opacity: 1;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
  .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image
  .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 1;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position
  .wp-block-cover__inner-container {
  margin: 0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left
  .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right
  .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
  border: none;
  bottom: 0;
  box-shadow: none;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  object-fit: cover;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax,
  .wp-block-cover__image-background.has-parallax,
  video.wp-block-cover__video-background.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
  z-index: 1;
}
:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
  color: #fff;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: #000;
}
:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
  color: inherit;
}
.wp-block-details {
  box-sizing: border-box;
}
.wp-block-details summary {
  cursor: pointer;
}
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper,
.wp-block[data-align="right"]
  > [data-type="core/embed"]
  .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-height: 240px;
  min-width: 320px;
}
.wp-block-embed {
  overflow-wrap: break-word;
}
.wp-block-embed :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}
.wp-block-file {
  box-sizing: border-box;
}
.wp-block-file:not(.wp-element-button) {
  font-size: 0.8em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}
:where(.wp-block-file) {
  margin-bottom: 1.5em;
}
.wp-block-file__embed {
  margin-bottom: 1em;
}
:where(.wp-block-file__button) {
  border-radius: 2em;
  display: inline-block;
  padding: 0.5em 1em;
}
:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-form-input__label {
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  margin-bottom: 0.5em;
  width: 100%;
}
.wp-block-form-input__label.is-label-inline {
  align-items: center;
  flex-direction: row;
  gap: 0.5em;
}
.wp-block-form-input__label.is-label-inline
  .wp-block-form-input__label-content {
  margin-bottom: 0.5em;
}
.wp-block-form-input__label:has(input[type="checkbox"]) {
  flex-direction: row-reverse;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-form-input__label-content {
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-form-input__input {
  font-size: 1em;
  margin-bottom: 0.5em;
  padding: 0 0.5em;
}
.wp-block-form-input__input[type="date"],
.wp-block-form-input__input[type="datetime-local"],
.wp-block-form-input__input[type="datetime"],
.wp-block-form-input__input[type="email"],
.wp-block-form-input__input[type="month"],
.wp-block-form-input__input[type="number"],
.wp-block-form-input__input[type="password"],
.wp-block-form-input__input[type="search"],
.wp-block-form-input__input[type="tel"],
.wp-block-form-input__input[type="text"],
.wp-block-form-input__input[type="time"],
.wp-block-form-input__input[type="url"],
.wp-block-form-input__input[type="week"] {
  border: 1px solid;
  line-height: 2;
  min-height: 2em;
}
textarea.wp-block-form-input__input {
  min-height: 10em;
}
.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 1em 1em 0;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
  align-items: flex-end;
  display: flex;
  height: 100%;
  justify-content: flex-start;
  margin: 0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  width: auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.8em;
  margin: 0;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-image
  figcaption
  img,
.blocks-gallery-grid:not(.has-nested-images)
  .blocks-gallery-item
  figcaption
  img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-image
  img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped
  .blocks-gallery-item
  img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
  flex: 1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(33.33333% - 0.66667em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(25% - 0.75em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(20% - 0.8em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(16.66667% - 0.83333em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(14.28571% - 0.85714em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
  .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
    margin-right: 1em;
    width: calc(12.5% - 0.875em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-1
    .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-2
    .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-3
    .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-4
    .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-5
    .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-6
    .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-7
    .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery:not(.has-nested-images).columns-8
    .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure,
.wp-block-gallery:not(.has-nested-images).aligncenter
  .blocks-gallery-item
  figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
figure.wp-block-gallery.has-nested-images {
  align-items: normal;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image:not(#individual-image) {
  margin: 0;
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  flex-direction: column;
  flex-grow: 1;
  margin: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  scrollbar-color: #0000 #0000;
  scrollbar-gutter: stable both-edges;
  scrollbar-width: thin;
  text-align: center;
  width: 100%;
  will-change: transform;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar-track {
  background-color: initial;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: initial;
  border: 3px solid #0000;
  border-radius: 8px;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:hover::-webkit-scrollbar-thumb {
  background-color: #fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images
  figure.wp-block-image
  figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
  scrollbar-color: #fffc #0000;
}
@media (hover: none) {
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    scrollbar-color: #fffc #0000;
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
  color: inherit;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  img {
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  > div,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images
  figure.wp-block-image.has-custom-border
  figcaption,
.wp-block-gallery.has-nested-images
  figure.wp-block-image.is-style-rounded
  figcaption {
  background: none;
  color: inherit;
  flex: initial;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-basis: 100%;
  flex-grow: 1;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped)
  figure.wp-block-image:not(#individual-image) {
  margin-bottom: auto;
  margin-top: 0;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  a,
.wp-block-gallery.has-nested-images.is-cropped
  figure.wp-block-image:not(#individual-image)
  img {
  flex: 1 0 0%;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.wp-block-gallery.has-nested-images.columns-1
  figure.wp-block-image:not(#individual-image) {
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33333% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-4
    figure.wp-block-image:not(#individual-image) {
    width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-5
    figure.wp-block-image:not(#individual-image) {
    width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-6
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      16.66667% - var(--wp--style--unstable-gallery-gap, 16px) * 0.83333
    );
  }
  .wp-block-gallery.has-nested-images.columns-7
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      14.28571% - var(--wp--style--unstable-gallery-gap, 16px) * 0.85714
    );
  }
  .wp-block-gallery.has-nested-images.columns-8
    figure.wp-block-image:not(#individual-image) {
    width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image) {
    width: calc(
      33.33% - var(--wp--style--unstable-gallery-gap, 16px) * 0.66667
    );
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)
    ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default
    figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}
.wp-block-group {
  box-sizing: border-box;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: relative;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
h1.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h1.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h2.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h2.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h3.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h3.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h4.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h4.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h5.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h5.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]),
h6.has-text-align-left[style*="writing-mode"]:where([style*="vertical-lr"]),
h6.has-text-align-right[style*="writing-mode"]:where([style*="vertical-rl"]) {
  rotate: 180deg;
}
.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}
.wp-block-image[style*="border-radius"] img,
.wp-block-image[style*="border-radius"] > a {
  border-radius: inherit;
}
.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.aligncenter > figcaption,
.wp-block-image.alignleft > figcaption,
.wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-image.is-style-circle-mask img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or
  (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
:root
  :where(
    .wp-block-image.is-style-rounded img,
    .wp-block-image .is-style-rounded img
  ) {
  border-radius: 9999px;
}
.wp-block-image figure {
  margin: 0;
}
.wp-lightbox-container {
  display: flex;
  flex-direction: column;
  position: relative;
}
.wp-lightbox-container img {
  cursor: zoom-in;
}
.wp-lightbox-container img:hover + button {
  opacity: 1;
}
.wp-lightbox-container button {
  align-items: center;
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  backdrop-filter: blur(16px) saturate(180%);
  background-color: #5a5a5a40;
  border: none;
  border-radius: 4px;
  cursor: zoom-in;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 16px;
  transition: opacity 0.2s ease;
  width: 20px;
  z-index: 100;
}
.wp-lightbox-container button:focus-visible {
  outline: 3px auto #5a5a5a40;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: 3px;
}
.wp-lightbox-container button:hover {
  cursor: pointer;
  opacity: 1;
}
.wp-lightbox-container button:focus {
  opacity: 1;
}
.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
  background-color: #5a5a5a40;
  border: none;
}
.wp-lightbox-overlay {
  box-sizing: border-box;
  cursor: zoom-out;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 100000;
}
.wp-lightbox-overlay .close-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: calc(env(safe-area-inset-right) + 16px);
  top: calc(env(safe-area-inset-top) + 16px);
  z-index: 5000000;
}
.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay
  .close-button:not(:hover):not(:active):not(.has-background) {
  background: none;
  border: none;
}
.wp-lightbox-overlay .lightbox-image-container {
  height: var(--wp--lightbox-container-height);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  width: var(--wp--lightbox-container-width);
  z-index: 9999999999;
}
.wp-lightbox-overlay .wp-block-image {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  position: relative;
  transform-origin: 0 0;
  width: 100%;
  z-index: 3000000;
}
.wp-lightbox-overlay .wp-block-image img {
  height: var(--wp--lightbox-image-height);
  min-height: var(--wp--lightbox-image-height);
  min-width: var(--wp--lightbox-image-width);
  width: var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption {
  display: none;
}
.wp-lightbox-overlay button {
  background: none;
  border: none;
}
.wp-lightbox-overlay .scrim {
  background-color: #fff;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: 2000000;
}
.wp-lightbox-overlay.active {
  animation: turn-on-visibility 0.25s both;
  visibility: visible;
}
.wp-lightbox-overlay.active img {
  animation: turn-on-visibility 0.35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) {
  animation: turn-off-visibility 0.35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) img {
  animation: turn-off-visibility 0.25s both;
}
@media (prefers-reduced-motion: no-preference) {
  .wp-lightbox-overlay.zoom.active {
    animation: none;
    opacity: 1;
    visibility: visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container {
    animation: lightbox-zoom-in 0.4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.active .scrim {
    animation: turn-on-visibility 0.4s forwards;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
    .lightbox-image-container {
    animation: lightbox-zoom-out 0.4s;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active)
    .lightbox-image-container
    img {
    animation: none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
    animation: turn-off-visibility 0.4s forwards;
  }
}
@keyframes turn-on-visibility {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes turn-off-visibility {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes lightbox-zoom-in {
  0% {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out {
  0% {
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
  99% {
    visibility: visible;
  }
  to {
    transform: translate(
        calc(
          (-100vw + var(--wp--lightbox-scrollbar-width)) / 2 +
            var(--wp--lightbox-initial-left-position)
        ),
        calc(-50vh + var(--wp--lightbox-initial-top-position))
      )
      scale(var(--wp--lightbox-scale));
    visibility: hidden;
  }
}
ol.wp-block-latest-comments {
  box-sizing: border-box;
  margin-left: 0;
}
:where(
  .wp-block-latest-comments:not(
      [style*="line-height"] .wp-block-latest-comments__comment
    )
) {
  line-height: 1.1;
}
:where(
  .wp-block-latest-comments:not(
      [style*="line-height"] .wp-block-latest-comments__comment-excerpt p
    )
) {
  line-height: 1.8;
}
.has-dates :where(.wp-block-latest-comments:not([style*="line-height"])),
.has-excerpts :where(.wp-block-latest-comments:not([style*="line-height"])) {
  line-height: 1.5;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  list-style: none;
  min-height: 2.25em;
}
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-latest-comments[class*="-font-size"] a,
.wp-block-latest-comments[style*="font-size"] a {
  font-size: inherit;
}
.wp-block-latest-posts {
  box-sizing: border-box;
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
  overflow-wrap: break-word;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
:root :where(.wp-block-latest-posts.is-grid) {
  padding: 0;
}
:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
  padding-left: 0;
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.wp-block-latest-posts__featured-image.alignleft {
  float: left;
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  float: right;
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}
ol,
ul {
  box-sizing: border-box;
}
:root :where(ul.has-background, ol.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-media-text {
  box-sizing: border-box;   direction: ltr;   display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center
  > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media,
.wp-block-media-text > .wp-block-media-text__content,
.wp-block-media-text > .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom
  > .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom
  > .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text > .wp-block-media-text__media {
    grid-column: 1;
  grid-row: 1;   margin: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
  direction: ltr;   grid-column: 2;
  grid-row: 1;   padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
    grid-column: 2;
  grid-row: 1; }
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    grid-column: 1;
  grid-row: 1; }
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
  background-size: cover;
  height: 100%;
  min-height: 250px;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}
.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.wp-block-navigation ul {
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  align-items: center;
  display: flex;
  position: relative;
}
.wp-block-navigation
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  display: block;
}
.wp-block-navigation
  .wp-block-navigation-item__content.wp-block-navigation-item__content {
  color: inherit;
}
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline
  .wp-block-navigation-item__content:focus {
  text-decoration: underline;
}
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through
  .wp-block-navigation-item__content:focus {
  text-decoration: line-through;
}
.wp-block-navigation :where(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  background-color: inherit;
  border: none;
  color: currentColor;
  display: inline-block;
  font-size: inherit;
  height: 0.6em;
  line-height: 0;
  margin-left: 0.25em;
  padding: 0;
  width: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  height: inherit;
  margin-top: 0.075em;
  width: inherit;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
  align-items: normal;
  background-color: inherit;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 0;
  left: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  z-index: 2;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content
  .wp-block-navigation__submenu-icon {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container:before {
    background: #0000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 100%;
    width: 0.5em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon {
    margin-right: 0.25em;
  }
  .wp-block-navigation
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-icon
    svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation
  .has-child
  .wp-block-navigation-submenu__toggle[aria-expanded="true"]
  ~ .wp-block-navigation__submenu-container,
.wp-block-navigation
  .has-child:not(.open-on-click):hover
  > .wp-block-navigation__submenu-container,
.wp-block-navigation
  .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within
  > .wp-block-navigation__submenu-container {
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: visible;
  visibility: visible;
  width: auto;
}
.wp-block-navigation.has-background
  .has-child
  .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  display: flex;
  position: relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: initial;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: left;
  text-transform: inherit;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
  padding-left: 0;
  padding-right: 0.85em;
}
.wp-block-navigation-item.open-on-click
  .wp-block-navigation-submenu__toggle
  + .wp-block-navigation__submenu-icon {
  margin-left: -0.6em;
  pointer-events: none;
}
.wp-block-navigation-item.open-on-click
  button.wp-block-navigation-item__content:not(
    .wp-block-navigation-submenu__toggle
  ) {
  padding: 0;
}
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
  gap: inherit;
}
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation.has-background
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
) {
  padding: 0.5em 1em;
}
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-item
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    a:not(.wp-element-button)
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-navigation-submenu
    button.wp-block-navigation-item__content
),
:where(
  .wp-block-navigation
    .wp-block-navigation__submenu-container
    .wp-block-pages-list__item
    button.wp-block-navigation-item__content
) {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right
  .wp-block-navigation__container
  .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right
  .wp-block-page-list
  > .has-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  .wp-block-page-list
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between
  > .wp-block-navigation__container
  > .has-child:last-child
  .wp-block-navigation__submenu-container
  .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right
    .wp-block-navigation__container
    .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right
    .wp-block-page-list
    > .has-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    .wp-block-page-list
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between
    > .wp-block-navigation__container
    > .has-child:last-child
    .wp-block-navigation__submenu-container
    .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: #fff;
  border: 1px solid #00000026;
}
.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
  background-color: inherit;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__submenu-container {
  color: #000;
}
.wp-block-navigation__container {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
@keyframes overlay-menu__fade-in-animation {
  0% {
    opacity: 0;
    transform: translateY(0.5em);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.wp-block-navigation__responsive-container {
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
  color: inherit;
}
.wp-block-navigation__responsive-container
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-align, initial);
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  animation: overlay-menu__fade-in-animation 0.1s ease-out;
  animation-fill-mode: forwards;
  background-color: inherit;
  display: flex;
  flex-direction: column;
  overflow: auto;
  padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem)
    clamp(1rem, var(--wp--style--root--padding-right), 20rem)
    clamp(1rem, var(--wp--style--root--padding-bottom), 20rem)
    clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index: 100000;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-navigation__responsive-container.is-menu-open {
    animation-delay: 0s;
    animation-duration: 1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  align-items: var(--navigation-layout-justification-setting, inherit);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: visible;
  padding-top: calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .has-child
  .wp-block-navigation__submenu-container {
  border: none;
  height: auto;
  min-width: 200px;
  opacity: 1;
  overflow: initial;
  padding-left: 2rem;
  padding-right: 2rem;
  position: static;
  visibility: visible;
  width: auto;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  gap: inherit;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content
  .wp-block-page-list {
  align-items: var(--navigation-layout-justification-setting, initial);
  display: flex;
  flex-direction: column;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation-item
  .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  background: #0000 !important;
  color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  left: auto;
  right: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    background-color: inherit;
    display: block;
    position: relative;
    width: 100%;
    z-index: auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    )
    .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background)
  .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
}
.wp-block-navigation:not(.has-text-color)
  .wp-block-navigation__responsive-container.is-menu-open {
  color: #000;
}
.wp-block-navigation__toggle_button_label {
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  background: #0000;
  border: none;
  color: currentColor;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-transform: inherit;
  vertical-align: middle;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  display: block;
  height: 24px;
  pointer-events: none;
  width: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.has-modal-open .wp-block-navigation__responsive-close {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus {
  outline: none;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
.has-modal-open
  .admin-bar
  .is-menu-open
  .wp-block-navigation__responsive-dialog {
  margin-top: 46px;
}
@media (min-width: 782px) {
  .has-modal-open
    .admin-bar
    .is-menu-open
    .wp-block-navigation__responsive-dialog {
    margin-top: 32px;
  }
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-navigation-item__description {
  display: none;
}
.link-ui-tools {
  border-top: 1px solid #f0f0f0;
  padding: 8px;
}
.link-ui-block-inserter {
  padding-top: 8px;
}
.link-ui-block-inserter__back {
  margin-left: 8px;
  text-transform: uppercase;
}
.wp-block-navigation .wp-block-page-list {
  align-items: var(--navigation-layout-align, initial);
  background-color: inherit;
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  justify-content: var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  font-style: normal;
  font-weight: 100;
  line-height: 0.68;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
}
body.rtl .has-drop-cap:not(:focus):first-letter {
  float: none;
  margin-left: 0.1em;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
:root :where(p.has-background) {
  padding: 1.25em 2.375em;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  font-size: 0.5em;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  font-size: 0.7em;
  margin-bottom: 0.7em;
}
.wp-block-post-author__content {
  flex-basis: 0%;
  flex-grow: 1;
}
.wp-block-post-author__name {
  margin: 0;
}
:where(.wp-block-post-comments-form) input:not([type="submit"]),
:where(.wp-block-post-comments-form) textarea {
  border: 1px solid #949494;
  font-family: inherit;
  font-size: 1em;
}
:where(.wp-block-post-comments-form)
  input:where(:not([type="submit"]):not([type="checkbox"])),
:where(.wp-block-post-comments-form) textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form {
  box-sizing: border-box;
}
.wp-block-post-comments-form[style*="font-weight"]
  :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"]
  :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"]
  :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"]
  :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  overflow-wrap: break-word;
  text-align: center;
}
.wp-block-post-comments-form
  .comment-form
  input:not([type="submit"]):not([type="checkbox"]):not([type="hidden"]),
.wp-block-post-comments-form .comment-form textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form
  .comment-form-cookies-consent
  #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments-form .comment-reply-title {
  margin-bottom: 0;
}
.wp-block-post-comments-form .comment-reply-title :where(small) {
  font-size: var(--wp--preset--font-size--medium, smaller);
  margin-left: 0.5em;
}
.wp-block-post-date {
  box-sizing: border-box;
}
:where(.wp-block-post-excerpt) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__excerpt {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-post-excerpt__more-text {
  margin-bottom: 0;
  margin-top: var(--wp--style--block-gap);
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: block;
  height: 100%;
}
.wp-block-post-featured-image :where(img) {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim {
  background-color: #000;
  inset: 0;
  position: absolute;
}
.wp-block-post-featured-image {
  position: relative;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-gradient {
  background-color: initial;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-0 {
  opacity: 0;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-post-featured-image
  .wp-block-post-featured-image__overlay.has-background-dim-100 {
  opacity: 1;
}
.wp-block-post-featured-image:where(.alignleft, .alignright) {
  width: 100%;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-post-navigation-link
  .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
  rotate: 180deg;
}
.wp-block-post-terms {
  box-sizing: border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-time-to-read,
.wp-block-post-title {
  box-sizing: border-box;
}
.wp-block-post-title {
  word-break: break-word;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  box-sizing: border-box;
  white-space: pre-wrap;
}
:where(.wp-block-preformatted.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-pullquote {
  box-sizing: border-box;
  margin: 0 0 1em;
  overflow-wrap: break-word;
  padding: 4em 0;
  text-align: center;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote p {
  margin-top: 0;
}
.wp-block-pullquote p:last-child {
  margin-bottom: 0;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
  max-width: 420px;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  font-style: normal;
  text-transform: none;
}
.wp-block-pullquote cite {
  color: inherit;
}
.wp-block-post-template {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  padding: 0;
}
.wp-block-post-template.is-flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container > li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}
@media (max-width: 600px) {
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
    grid-template-columns: 1fr;
  }
}
.wp-block-post-template-is-layout-constrained > li > .alignright,
.wp-block-post-template-is-layout-flow > li > .alignright {
  float: right;
  margin-inline-end: 0;
  margin-inline-start: 2em;
}
.wp-block-post-template-is-layout-constrained > li > .alignleft,
.wp-block-post-template-is-layout-flow > li > .alignleft {
  float: left;
  margin-inline-end: 2em;
  margin-inline-start: 0;
}
.wp-block-post-template-is-layout-constrained > li > .aligncenter,
.wp-block-post-template-is-layout-flow > li > .aligncenter {
  margin-inline-end: auto;
  margin-inline-start: auto;
}
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-bottom: 0.5em;
  margin-right: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-next:last-of-type {
  margin-inline-start: auto;
}
.wp-block-query-pagination.is-content-justification-space-between
  > .wp-block-query-pagination-previous:first-child {
  margin-inline-end: auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  display: inline-block;
  margin-right: 1ch;
}
.wp-block-query-pagination
  .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  display: inline-block;
  margin-left: 1ch;
}
.wp-block-query-pagination
  .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}
.wp-block-query-title,
.wp-block-quote {
  box-sizing: border-box;
}
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
  font-size: 1.125em;
  text-align: right;
}
.wp-block-quote > cite {
  display: block;
}
.wp-block-read-more {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-block-read-more:where(:not([style*="text-decoration"])) {
  text-decoration: none;
}
.wp-block-read-more:where(:not([style*="text-decoration"])):active,
.wp-block-read-more:where(:not([style*="text-decoration"])):focus {
  text-decoration: none;
}
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-search__button {
  margin-left: 10px;
  word-break: normal;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  height: 1.25em;
  min-height: 24px;
  min-width: 24px;
  width: 1.25em;
  fill: currentColor;
  vertical-align: text-bottom;
}
:where(.wp-block-search__button) {
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  appearance: none;
  border: 1px solid #949494;
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 3rem;
  padding: 8px;
  text-decoration: unset !important;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  flex-shrink: 0;
  margin-left: 0;
  max-width: 100%;
}
.wp-block-search.wp-block-search__button-only
  .wp-block-search__button[aria-expanded="true"] {
  max-width: calc(100% - 100px);
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
  min-width: 0 !important;
  transition-property: width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input {
  flex-basis: 100%;
  transition-duration: 0.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__inside-wrapper {
  overflow: hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden
  .wp-block-search__input {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  flex-basis: 0%;
  flex-grow: 0;
  margin: 0;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 0 !important;
}
:where(.wp-block-search__input) {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-transform: inherit;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: 1px solid #949494;
  box-sizing: border-box;
  padding: 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input {
  border: none;
  border-radius: 0;
  padding: 0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  .wp-block-search__input:focus {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
  :where(.wp-block-search__button) {
  padding: 4px 8px;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}
.wp-block[data-align="right"]
  .wp-block-search.wp-block-search__button-only
  .wp-block-search__inside-wrapper {
  float: right;
}
.wp-block-separator {
  border: none;
  border-top: 2px solid;
}
:root :where(.wp-block-separator.is-style-dots) {
  height: auto;
  line-height: 1;
  text-align: center;
}
:root :where(.wp-block-separator.is-style-dots):before {
  color: currentColor;
  content: "···";
  font-family: serif;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none !important;
}
.wp-block-site-logo {
  box-sizing: border-box;
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
  line-height: 0;
}
.wp-block-site-logo.is-default-size img {
  height: auto;
  width: 120px;
}
.wp-block-site-logo img {
  height: auto;
  max-width: 100%;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
:root :where(.wp-block-site-logo.is-style-rounded) {
  border-radius: 9999px;
}
:root :where(.wp-block-site-title a) {
  color: inherit;
}
.wp-block-social-links {
  background: none;
  box-sizing: border-box;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none;
}
.wp-block-social-links .wp-social-link svg {
  height: 1em;
  width: 1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
  font-size: 0.65em;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  border-radius: 9999px;
  display: block;
  height: auto;
  transition: transform 0.1s ease;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
.wp-block-social-link a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor
  svg,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:active,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:hover,
.wp-block-social-links
  .wp-block-social-link.wp-social-link
  .wp-block-social-link-anchor:visited {
  color: currentColor;
  fill: currentColor;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-bluesky {
  background-color: #0a7aff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-gravatar {
  background-color: #1d4fc4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-medium {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-patreon {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-reddit {
  background-color: #ff4500;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-threads {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-whatsapp {
  background-color: #25d366;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
  background-color: #000;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
:where(.wp-block-social-links:not(.is-style-logos-only))
  .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
  background: none;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
  height: 1.25em;
  width: 1.25em;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
  color: #f90;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
  color: #1ea0c3;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
  color: #0757fe;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
  color: #0a7aff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
  color: #1e1f26;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
  color: #02e49b;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
  color: #e94c89;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
  color: #4280ff;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
  color: #f45800;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
  color: #1778f2;
}
:where(.wp-block-social-links.is-style-logos-only)
  .wp-social-link-fivehundredpx {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
  color: #0461dd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
  color: #e65678;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
  color: #24292d;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
  color: #382110;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
  color: #ea4434;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
  color: #1d4fc4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
  color: #f00075;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
  color: #e21b24;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
  color: #0d66c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
  color: #3288d4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
  color: #f6405f;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
  color: #e60122;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
  color: #ef4155;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
  color: #ff4500;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
  color: #0478d7;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
  color: #ff5600;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
  color: #1bd760;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
  color: #2aabee;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
  color: #011835;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
  color: #6440a4;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
  color: #1da1f2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
  color: #1eb7ea;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
  color: #4680c2;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
  color: #25d366;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
  color: #3499cd;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
  color: #000;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
  color: #d32422;
}
:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
:root :where(.wp-block-social-links .wp-social-link a) {
  padding: 0.25em;
}
:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
  padding: 0;
}
:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}
.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color)
  .wp-social-link-snapchat
  .wp-block-social-link-label {
  color: #000;
}
.wp-block-spacer {
  clear: both;
}
.wp-block-tag-cloud {
  box-sizing: border-box;
}
.wp-block-tag-cloud.aligncenter {
  justify-content: center;
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}
:root :where(.wp-block-tag-cloud.is-style-outline) {
  display: flex;
  flex-wrap: wrap;
  gap: 1ch;
}
:root :where(.wp-block-tag-cloud.is-style-outline a) {
  border: 1px solid;
  font-size: unset !important;
  margin-right: 0;
  padding: 1ch 2ch;
  text-decoration: none !important;
}
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table thead {
  border-bottom: 3px solid;
}
.wp-block-table tfoot {
  border-top: 3px solid;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color
  tbody
  tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: #0000;
}
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color > * {
  border-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:first-child,
.wp-block-table table[style*="border-top-color"] tr:first-child td,
.wp-block-table table[style*="border-top-color"] tr:first-child th,
.wp-block-table table[style*="border-top-color"] > *,
.wp-block-table table[style*="border-top-color"] > * td,
.wp-block-table table[style*="border-top-color"] > * th {
  border-top-color: inherit;
}
.wp-block-table table[style*="border-top-color"] tr:not(:first-child) {
  border-top-color: initial;
}
.wp-block-table table[style*="border-right-color"] td:last-child,
.wp-block-table table[style*="border-right-color"] th,
.wp-block-table table[style*="border-right-color"] tr,
.wp-block-table table[style*="border-right-color"] > * {
  border-right-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:last-child,
.wp-block-table table[style*="border-bottom-color"] tr:last-child td,
.wp-block-table table[style*="border-bottom-color"] tr:last-child th,
.wp-block-table table[style*="border-bottom-color"] > *,
.wp-block-table table[style*="border-bottom-color"] > * td,
.wp-block-table table[style*="border-bottom-color"] > * th {
  border-bottom-color: inherit;
}
.wp-block-table table[style*="border-bottom-color"] tr:not(:last-child) {
  border-bottom-color: initial;
}
.wp-block-table table[style*="border-left-color"] td:first-child,
.wp-block-table table[style*="border-left-color"] th,
.wp-block-table table[style*="border-left-color"] tr,
.wp-block-table table[style*="border-left-color"] > * {
  border-left-color: inherit;
}
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr,
.wp-block-table table[style*="border-style"] > * {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr,
.wp-block-table table[style*="border-width"] > * {
  border-style: inherit;
  border-width: inherit;
}
:where(.wp-block-term-description) {
  margin-bottom: var(--wp--style--block-gap);
  margin-top: var(--wp--style--block-gap);
}
.wp-block-term-description p {
  margin-bottom: 0;
  margin-top: 0;
}
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}
pre.wp-block-verse {
  overflow: auto;
  white-space: pre-wrap;
}
:where(pre.wp-block-verse) {
  font-family: inherit;
}
.wp-block-video {
  box-sizing: border-box;
}
.wp-block-video video {
  vertical-align: middle;
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video :where(figcaption) {
  margin-bottom: 1em;
  margin-top: 0.5em;
}
.editor-styles-wrapper,
.entry-content {
  counter-reset: footnotes;
}
a[data-fn].fn {
  counter-increment: footnotes;
  display: inline-flex;
  font-size: smaller;
  text-decoration: none;
  text-indent: -9999999px;
  vertical-align: super;
}
a[data-fn].fn:after {
  content: "[" counter(footnotes) "]";
  float: left;
  text-indent: 0;
}
.wp-element-button {
  cursor: pointer;
}
:root {
  --wp--preset--font-size--normal: 16px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
html :where(.has-border-color) {
  border-style: solid;
}
html :where([style*="border-top-color"]) {
  border-top-style: solid;
}
html :where([style*="border-right-color"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-color"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-color"]) {
  border-left-style: solid;
}
html :where([style*="border-width"]) {
  border-style: solid;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
}
html :where([style*="border-right-width"]) {
  border-right-style: solid;
}
html :where([style*="border-bottom-width"]) {
  border-bottom-style: solid;
}
html :where([style*="border-left-width"]) {
  border-left-style: solid;
}
html :where(img[class*="wp-image-"]) {
  height: auto;
  max-width: 100%;
}
:where(figure) {
  margin: 0 0 1em;
}
html :where(.is-position-sticky) {
  --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0);
}
@media screen and (max-width: 600px) {
  html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: 0;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
}
.wpcf7-form-control-wrap {
  position: relative;
}
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}
.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}
form.submitting .wpcf7-spinner {
  visibility: visible;
}
.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type="file"] {
  cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}
.menu-item-object-language_switcher .trp-flag-image {
  display: inline-block;
  margin: -1px 5px;
  vertical-align: baseline;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.trp-language-switcher {
  height: 42px;
  position: relative;
  box-sizing: border-box;
  width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trp-language-switcher > div {
  box-sizing: border-box;
  padding: 4px 20px 3px 13px;
  border: 1.5px solid #949494;
  border-radius: 2px;
  background-image: url(../../../plugins/translatepress-multilingual/assets/images/arrow-down-3101.svg);
  background-repeat: no-repeat;
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 3px) calc(1em + 0px);
  background-size:
    8px 8px,
    8px 8px;
  background-repeat: no-repeat;
  background-color: #fff;
}
.trp-language-switcher > div:hover {
  background-image: none;
}
.trp-language-switcher > div > a {
  display: block;
  padding: 7px 12px;
  border-radius: 3px;
  text-decoration: none;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}
.trp-language-switcher > div > a:hover {
  background: #f0f0f0;
  border-radius: 2px;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language {
  cursor: default;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language:hover {
  background: none;
}
.trp-language-switcher > div > a > img {
  display: inline;
  margin: 0 3px;
  width: 18px;
  height: 12px;
  border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-current-language {
  display: inline-block;
}
.trp-language-switcher:focus .trp-ls-shortcode-current-language,
.trp-language-switcher:hover .trp-ls-shortcode-current-language {
  visibility: hidden;
}
.trp-language-switcher .trp-ls-shortcode-language {
  display: inline-block;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  z-index: 1;
  max-height: 250px;
  overflow-y: auto;
  left: 0;
  top: 0;
  min-height: auto;
}
.trp-language-switcher:focus .trp-ls-shortcode-language,
.trp-language-switcher:hover .trp-ls-shortcode-language {
  visibility: visible;
  max-height: 250px;
  padding: 4px 13px;
  height: auto;
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block !important;
  min-height: auto;
}
#wpadminbar #wp-admin-bar-trp_edit_translation .ab-icon:before {
  content: "\f326";
  top: 3px;
}
@media screen and (max-width: 782px) {
  #wpadminbar #wp-admin-bar-trp_edit_translation > .ab-item {
    text-indent: 0;
  }
  #wpadminbar li#wp-admin-bar-trp_edit_translation {
    display: block;
  }
}
.elementor-shortcode .trp-ls-shortcode-current-language,
.elementor-shortcode .trp-ls-shortcode-language {
  width: 300px !important;
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges,
.daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid #000;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges,
  .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges,
  .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@charset 'UTF-8';
.slick-loading .slick-list {
  background: #fff url(../../../themes/rooq/libs/ajax-loader.gif) center center
    no-repeat;
}
@font-face {
  font-display: swap;
  font-family: "slick";
  font-weight: 400;
  font-style: normal;
  src: url(../../../themes/rooq/libs/fonts/slick.eot);
  src:
    url("../../../themes/rooq/libs/fonts/slick-1.eot")
      format("embedded-opentype"),
    url(../../../themes/rooq/libs/fonts/slick.woff) format("woff"),
    url(../../../themes/rooq/libs/fonts/slick.ttf) format("truetype"),
    url("../../../themes/rooq/libs/fonts/slick.svg") format("svg");
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
