#page-blog-single .section-hero .flex-wrapper .right-image img, .card-block--image img, .card-block--image, .card-block::after, .card-block::before, .card-block, .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a.card-block--image, a.card-block::after, a.card-block::before, a.card-block, a.card-link {
  text-indent: -999px;
  overflow: hidden;
}

button.card-block--image, button.card-block::after, button.card-block::before, button.card-block, button.card-link {
  text-indent: -999px;
  overflow: hidden;
}

.card {
  position: relative;
  width: 100%;
  height: 190rem;
  overflow: hidden;
}
.card::before {
  content: "";
  background-color: #f1c116;
  position: absolute;
  top: 0;
  left: 0;
  width: 23rem;
  height: 23rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: translate(-12rem, -12rem);
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
.card-link {
  z-index: 3;
}
.card-block {
  z-index: 1;
}
.card-block::before {
  content: "";
  background-image: linear-gradient(to bottom right, black -10.56%, rgba(0, 0, 0, 0) 66%);
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 3;
}
@media (max-width: 1023px) {
  .card-block::before {
    background-image: linear-gradient(to right, black -10.56%, rgba(0, 0, 0, 0) 80%);
  }
}
.card-block::after {
  content: "";
  background-image: linear-gradient(to bottom right, #f3b327 -10.56%, rgba(243, 179, 39, 0) 80%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
.card-block--image {
  opacity: 0;
  display: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
.card-block--image.active {
  opacity: 1;
  z-index: 2;
}
.card-block--image.active, .card-block--image.loaded {
  display: block;
}
.card-content {
  position: absolute;
  top: 22rem;
  left: 12rem;
  right: 12rem;
  z-index: 2;
}
.card-content--brand {
  color: white;
  font-size: 9rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.card-content--title {
  color: white;
  font-size: 16rem;
  font-family: "Anton";
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5rem;
  width: 100%;
}
.card-content--armored {
  background-color: rgba(219, 219, 219, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 8rem;
  border-radius: 4px;
  backdrop-filter: blur(10px);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .card-content--armored {
    top: 45rem;
    bottom: unset;
  }
}
.card-content--armored span {
  color: white;
  font-size: 14rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-left: 6rem;
}
.card-content--features {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18rem;
}
@media (max-width: 1023px) {
  .card-content--features {
    margin-top: 83rem;
  }
}
.card-content--features .feature {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .card-content--features .feature {
    opacity: 1;
    transform: translateY(0);
  }
}
.card-content--features .feature:not(:last-child) {
  margin-right: 20rem;
}
.card-content--features .feature-label {
  color: white;
  font-size: 10rem;
  font-family: "Anton";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.card-content--features .feature-value {
  color: white;
  font-size: 14rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 8rem;
}
.card-content--features .feature-value small {
  font-size: 10rem;
}
.card-content--cta {
  margin-top: 25rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .card-content--cta {
    display: none;
  }
}
.card-content--cta a {
  width: 170rem;
}
@media (min-width: 1024px) {
  .card:hover::before {
    transform: translate(0, 0);
  }
  .card:hover .card-block::before {
    opacity: 0.5;
  }
  .card:hover .card-block::after {
    opacity: 1;
  }
  .card:hover .card-content--armored {
    opacity: 0;
  }
  .card:hover .card-content--features .feature {
    opacity: 1;
    transform: translateY(0);
  }
  .card:hover .card-content--features .feature:nth-child(2) {
    transition-delay: 0.1s;
  }
  .card:hover .card-content--features .feature:nth-child(3) {
    transition-delay: 0.2s;
  }
  .card:hover .card-content--cta {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .card:hover .card-content--cta .button span {
    letter-spacing: 2rem;
    transition-delay: 0.2s;
  }
}

.general-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.general-scroll span {
  color: #cccccc;
  font-size: 12rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 12rem;
  transform-origin: 50% 100%;
  transform: rotate(-90deg) translate(17rem, 5rem);
}

#page-blog-single {
  background-color: #fefefe;
  position: relative;
  width: 100%;
  overflow: hidden;
}
#page-blog-single .section-hero {
  padding: 0 0 120rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero {
    padding: 0 0 80rem;
  }
}
#page-blog-single .section-hero .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper {
    flex-direction: column;
  }
}
#page-blog-single .section-hero .flex-wrapper .left {
  position: relative;
  width: 545rem;
  flex-shrink: 0;
  flex-grow: 1;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left {
    width: 100%;
    order: 2;
  }
}
#page-blog-single .section-hero .flex-wrapper .left::before {
  content: "";
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 465rem;
  z-index: 1;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left::before {
    right: -25rem;
    left: -25rem;
    width: 100vw;
    height: unset;
    bottom: 50rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 445rem;
  height: 465rem;
  z-index: 2;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content {
    width: 100%;
    padding: 40rem 0;
    height: unset;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--title {
  color: white;
  font-size: 36rem;
  font-weight: 400;
  font-family: "Anton";
  text-transform: uppercase;
  line-height: 40rem;
  margin-bottom: 40rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .left-content--title {
    font-size: 24rem;
    line-height: 28rem;
  }
}
#page-blog-single .section-hero .flex-wrapper .left-content--infos {
  display: flex;
  align-items: center;
  opacity: 0.7;
}
#page-blog-single .section-hero .flex-wrapper .left-content--infos .info {
  color: white;
  font-size: 12rem;
  font-weight: 500;
}
#page-blog-single .section-hero .flex-wrapper .left-content--infos .separate {
  margin: 0 8rem;
  background-color: #b2b2b2;
  border-radius: 50px;
  width: 5rem;
  height: 5rem;
}
#page-blog-single .section-hero .flex-wrapper .left-share {
  display: flex;
  align-items: center;
  margin-top: 32rem;
}
#page-blog-single .section-hero .flex-wrapper .left-share--title {
  margin-right: 30rem;
  color: #b0b8c0;
  font-size: 12rem;
  font-weight: 400;
}
#page-blog-single .section-hero .flex-wrapper .left-share--social ul {
  display: flex;
  align-items: center;
}
#page-blog-single .section-hero .flex-wrapper .left-share--social ul li:not(:last-child) {
  margin-right: 25rem;
}
#page-blog-single .section-hero .flex-wrapper .left-share--social ul li a svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-hero .flex-wrapper .left-share--social ul li a:hover svg path {
  fill: #f1c116;
}
#page-blog-single .section-hero .flex-wrapper .right {
  width: 820rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right {
    position: relative;
    width: 100vw;
    left: -25rem;
    order: 1;
  }
}
#page-blog-single .section-hero .flex-wrapper .right-image {
  position: relative;
  width: 100%;
  height: 545rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-hero .flex-wrapper .right-image {
    height: 300rem;
  }
}
#page-blog-single .section-content {
  position: relative;
  padding: 0 0 120rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content {
    padding: 0 0 80rem;
  }
}
#page-blog-single .section-content .flex-wrapper .item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .item {
    flex-direction: column;
  }
}
#page-blog-single .section-content .flex-wrapper .item.no-image {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page-blog-single .section-content .flex-wrapper .item:not(:last-child) {
  margin-bottom: 30rem;
}
#page-blog-single .section-content .flex-wrapper .item-image {
  position: relative;
  width: 100%;
  max-width: 940rem;
  height: unset;
  flex-shrink: 0;
  margin-bottom: 30rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .item-image {
    left: -25rem;
    width: 100vw;
    height: unset;
    margin: 0 0 40rem;
  }
}
#page-blog-single .section-content .flex-wrapper .item-image img {
  width: 100%;
  height: unset;
  display: block;
}
#page-blog-single .section-content .flex-wrapper .item-content {
  width: 940rem;
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .item-content {
    width: 100%;
  }
}
#page-blog-single .section-content .flex-wrapper .item-content > *:not(:last-child) {
  margin-bottom: 25rem;
}
#page-blog-single .section-content .flex-wrapper .item-content p,
#page-blog-single .section-content .flex-wrapper .item-content ul li,
#page-blog-single .section-content .flex-wrapper .item-content ol li {
  color: black;
  font-size: 16rem;
  font-weight: normal;
  line-height: 1.5;
}
#page-blog-single .section-content .flex-wrapper .item-content p > *:not(:last-child) {
  margin-bottom: 25rem;
}
#page-blog-single .section-content .flex-wrapper .item-content p.wp-caption-text {
  font-size: 14rem;
  margin-top: 5rem;
  text-align: center;
}
#page-blog-single .section-content .flex-wrapper .item-content ol {
  padding-left: 18rem;
}
#page-blog-single .section-content .flex-wrapper .item-content ol,
#page-blog-single .section-content .flex-wrapper .item-content ol li {
  list-style-type: decimal !important;
}
#page-blog-single .section-content .flex-wrapper .item-content blockquote {
  padding: 0 50rem;
  font-style: italic;
}
#page-blog-single .section-content .flex-wrapper .item-content ul li {
  position: relative;
  padding-left: 15rem;
}
#page-blog-single .section-content .flex-wrapper .item-content ul li::before {
  content: "";
  background-color: #7f7f7e;
  position: absolute;
  top: 9rem;
  left: 0;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}
#page-blog-single .section-content .flex-wrapper .item-content div {
  max-width: 100%;
}
#page-blog-single .section-content .flex-wrapper .item-content img,
#page-blog-single .section-content .flex-wrapper .item-content iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
  border-radius: 5px;
}
#page-blog-single .section-content .flex-wrapper .item-content iframe {
  height: unset;
  aspect-ratio: 1/0.6;
}
#page-blog-single .section-content .flex-wrapper .item-content a:not(.button) {
  color: black;
  font-size: 16rem;
  font-weight: bold;
  border-bottom: 1px solid black;
  transition-property: color, border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-blog-single .section-content .flex-wrapper .item-content a:not(.button):hover {
  color: #888888;
  border-color: #888888;
}
#page-blog-single .section-content .flex-wrapper .item-content h1,
#page-blog-single .section-content .flex-wrapper .item-content h2,
#page-blog-single .section-content .flex-wrapper .item-content h3,
#page-blog-single .section-content .flex-wrapper .item-content h4,
#page-blog-single .section-content .flex-wrapper .item-content h5,
#page-blog-single .section-content .flex-wrapper .item-content h6 {
  color: black;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  display: block;
}
#page-blog-single .section-content .flex-wrapper .item-content h1 {
  font-size: 32rem;
}
#page-blog-single .section-content .flex-wrapper .item-content h2 {
  font-size: 27rem;
}
#page-blog-single .section-content .flex-wrapper .item-content h3 {
  font-size: 23rem;
}
#page-blog-single .section-content .flex-wrapper .item-content h4 {
  font-size: 20rem;
}
#page-blog-single .section-content .flex-wrapper .item-content h5 {
  font-size: 18rem;
}
#page-blog-single .section-content .flex-wrapper .item-content h6 {
  font-size: 16rem;
}
#page-blog-single .section-content .flex-wrapper .item-content blockquote {
  padding: 0 90rem 0 30rem;
  margin: 40rem 0 !important;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .item-content blockquote {
    padding: 0 25rem;
  }
}
#page-blog-single .section-content .flex-wrapper .item-content blockquote p {
  color: #888888;
  font-size: 20rem;
  font-weight: 400;
  line-height: 28rem;
  font-family: "Anton";
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  #page-blog-single .section-content .flex-wrapper .item-content blockquote p {
    font-size: 18rem;
  }
}
#page-blog-single .section-content .flex-wrapper .item-content blockquote p:last-child {
  color: black;
  font-size: 14rem;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-top: 20rem;
}
#page-blog-single .section-actions {
  padding: 0 0 190rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-actions {
    padding: 0 0 80rem;
  }
}
#page-blog-single .section-actions .flex-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-top: 1px solid #313131;
  padding: 45rem 0 0;
}
#page-blog-single .section-actions .flex-wrapper .left-small,
#page-blog-single .section-actions .flex-wrapper .right-small {
  color: #aaaaaa;
  font-size: 12rem;
  font-weight: 500;
}
#page-blog-single .section-actions .flex-wrapper .left-cta,
#page-blog-single .section-actions .flex-wrapper .right-cta {
  margin-top: 25rem;
  width: 262rem;
}
@media (max-width: 1023px) {
  #page-blog-single .section-actions .flex-wrapper .left-cta,
  #page-blog-single .section-actions .flex-wrapper .right-cta {
    width: 150rem;
  }
}
#page-blog-single .section-actions .flex-wrapper .left-cta a,
#page-blog-single .section-actions .flex-wrapper .right-cta a {
  display: flex;
  flex-direction: column;
}
#page-blog-single .section-actions .flex-wrapper .left-cta a span,
#page-blog-single .section-actions .flex-wrapper .right-cta a span {
  margin-bottom: 25rem;
  color: black;
  font-size: 20rem;
  font-weight: 400;
  line-height: 28rem;
  font-family: "Anton";
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  #page-blog-single .section-actions .flex-wrapper .left-cta a span,
  #page-blog-single .section-actions .flex-wrapper .right-cta a span {
    font-size: 16rem;
    line-height: 22rem;
  }
}
#page-blog-single .section-actions .flex-wrapper .left-cta a svg path,
#page-blog-single .section-actions .flex-wrapper .right-cta a svg path {
  transition-property: fill;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (min-width: 1024px) {
  #page-blog-single .section-actions .flex-wrapper .left-cta a:hover span,
  #page-blog-single .section-actions .flex-wrapper .right-cta a:hover span {
    color: #f1c116;
  }
  #page-blog-single .section-actions .flex-wrapper .left-cta a:hover svg path,
  #page-blog-single .section-actions .flex-wrapper .right-cta a:hover svg path {
    fill: #f1c116;
  }
}
#page-blog-single .section-actions .flex-wrapper .right {
  text-align: right;
}
#page-blog-single .section-actions .flex-wrapper .right-cta a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
/*# sourceMappingURL=blog-single.min.css.map */
