/* ------------------------------------------------
 Author: ArtStyles (Art)

 version: 1.6.0
------------------------------------------------ */
/* ------------------------------------------------

 - General Styles
   - Input
   - Buttons
   - Icon
   - Table
   - Flex Table
 - Typography
 - Preloader
 - Scrollbar
 - Header
   - V2
   - Navbar white
   - State open
   - Navbar back
   - Logotype
   - Hamburger
 - Hero
 - Slider
   - Carousel horizontal
   - Carousel vertical
   - Slider Fullscreen
   - Slider simply
   - Swiper
 - Sections
   - Notation
   - Social
   - Details
   - itemCard
   - itemBrand
 - Project
 - Project Single
   - Gallery
 - Menu
 - About
 - Contact
 - News
   - Sidebar
   - Filter
   - Three grid
   - Single
   - Gallery
   - Scroll Indicator
   - Share
   - Comments
 - Footer
   - Newsletter
 - 404
 - Custom PhotoSwiper
 - Effects
   - Reveal
   - Text wave
   - Text down
   - Cursor
   - Jarallax
   - Medium Zoom
 - Utilities
   - Accessibility
   - Alignments
    
------------------------------------------------ */

:root {
  /* Font Size */
  --paragraph-font-size: 1;

  /* Colors */
  --color-accent: #f7541b;
  --color-button: #110f10;
  --color-button_light: #fff;
}

/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

body,
html {
  font-size: calc(var(--paragraph-font-size) * 1rem);
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #110f10;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  -ms-overflow-style: overlay;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 580px) {
  body {
    line-height: 1.8;
	font-size: .95rem;
  }
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1rem;
}

html.is-scroll-disabled body {
  height: 100vh;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.is-scroll-disabled {
    overflow: hidden;
  }
}
.no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

.no-scroll-h {
  overflow-x: hidden;
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  -ms-word-wrap: break-word;
	word-wrap: break-word;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 1200px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 3rem;
  }
}

.entry-content h1 {
  font-size: 3.8rem;
}
@media only screen and (max-width: 992px) {
  .entry-content h1 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .entry-content h1 {
    font-size: 2.1rem;
  }
}
.entry-content h2 {
  font-size: 3.14rem;
}
@media only screen and (max-width: 992px) {
  .entry-content h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 580px) {
  .entry-content h2 {
    font-size: 2rem;
  }
}
.entry-content h3 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 580px) {
  .entry-content h3 {
    font-size: 1.8rem;
  }
}
.entry-content h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 580px) {
  .entry-content h4 {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.entry-content h5 {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width: 580px) {
  .entry-content h5 {
    font-size: 1.3rem;
  }
}
.entry-content h6 {
  font-size: 1.3rem;
  font-weight: 600;
}
@media only screen and (max-width: 580px) {
  .entry-content h6 {
    font-size: 1rem;
  }
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.comment-content h1,
.comment-content h2,
.comment-content h3 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.entry-content ul > *,
.entry-content ol > * {
  margin: 1rem 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	max-width: 100%;
	overflow: auto;
	padding: 1.6rem;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

code {
  padding: 2px;
  border-radius: 2px;
  color: #1e1e1e;
  background: #f0f0f0;
  font-size: 14px;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}
.title {
  transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  word-wrap: break-word;
}
.title--h1 {
  font-size: 3.8rem;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 992px) {
  .title--h1 {
    font-size: 3.2rem;
    margin-bottom: 2.14rem;
  }
}
@media only screen and (max-width: 580px) {
  .title--h1 {
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }
}
.title--h2 {
  font-size: 3.14rem;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 992px) {
  .title--h2 {
    font-size: 2.8rem;
    margin-bottom: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .title--h2 {
    font-size: 1.8rem;
    margin-bottom: 12rem;
  }
}
.title--h3 {
  font-size: 2.4rem;
  margin-bottom: 2.71rem;
}
@media only screen and (max-width: 580px) {
  .title--h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
.title--h4 {
  font-size: 2rem;
  margin-bottom: 2.28rem;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  .title--h4 {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .title--h4 {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
}
.title--h5 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width: 580px) {
  .title--h5 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.title--h6 {
  font-size: 1.3rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}
@media only screen and (max-width: 580px) {
  .title--h6 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
}
.title--display-1 {
  font-size: 5rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .title--display-1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 580px) {
  .title--display-1 {
    font-size: 2.3rem;
    margin-bottom: 1.2rem;
  }
}
.title--subtitle {
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 580px) {
  .title--subtitle {
    margin-top: 1rem;
    margin-bottom: .5rem;
  }
}
.title--center {
  text-align: center;
}
.title--overhead {
  color: #8d99a7;
  font-family: "Roboto", sans-serif;
  font-size: .87rem;
  font-weight: 400;
  letter-spacing: .1rem;
  margin-top: .62rem;
  margin-bottom: .62rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1500px) {
  .title--overhead {
    font-size: .87rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .title--overhead {
    letter-spacing: .1rem;
  }
}
.title--tail,
.title--tail-black {
  position: relative;
}
.title--tail::before,
.title--tail-black::before {
  content: '';
  background-color: #8d99a7;
  height: 1px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4rem;
  width: 2.5rem;
}
.title--tail-black::before {
  background-color: #110f10;
}
.title .num-article {
  margin-bottom: 0;
}

.weight--300 {
  font-weight: 300;
}
.weight--400 {
  font-weight: 400;
}
.weight--500 {
  font-weight: 500;
}
.weight--600 {
  font-weight: 600;
}
.weight--700 {
  font-weight: 700;
}

.wp-block-quote,
blockquote,
.wp-block-coblocks-click-to-tweet,
.wp-block-pullquote blockquote,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large,
blockquote.has-text-align-right,
.wp-block-quote.has-text-align-right {
  font-size: 1.715rem;
  font-weight: 400;
  margin: 3rem 0;
  position: relative;
  line-height: 1.6;
}
.wp-block-quote.has-text-align-right {
  border: 0;
  padding: 0;
}
.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
  font-size: 2.4rem;
  font-style: normal;
}
@media only screen and (max-width: 580px) {
  .wp-block-quote.is-large:not(.is-style-plain) p,
  .wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 2rem;
  }
}
.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
  font-size: 1.5rem;
  text-align: left;
}
@media only screen and (max-width: 580px) {
  .wp-block-quote.is-large:not(.is-style-plain) cite,
  .wp-block-quote.is-large:not(.is-style-plain) footer,
  .wp-block-quote.is-style-large:not(.is-style-plain) cite,
  .wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.3rem;
  }
}
.wp-block-quote.has-text-align-right cite,
.wp-block-quote.has-text-align-right footer {
  padding-right: 3rem;
  padding-left: 0;
}
.wp-block-quote.has-text-align-right cite::before,
.wp-block-quote.has-text-align-right footer::before {
  left: auto;
  right: 0;
}
.wp-block-quote.is-style-large cite em {
  font-style: normal;
}
.wp-block-quote {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 580px) {
  .wp-block-quote,
  blockquote,
  .wp-block-coblocks-click-to-tweet,
  .wp-block-pullquote blockquote,
  .wp-block-quote.is-style-large,
  .wp-block-quote.is-large,
  blockquote.has-text-align-right,
  .wp-block-quote.has-text-align-right {
    font-size: 1.28rem;
    margin: 1.4rem 0;
  }
}
.wp-block-quote::before,
blockquote::before,
.wp-block-coblocks-click-to-tweet::before,
.wp-block-pullquote blockquote::before,
.wp-block-quote.is-style-large::before,
.wp-block-quote.is-large::before,
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
  background-image: url(../images/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  height: 41px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: -5.6rem;
  width: 48px;
}
blockquote.has-text-align-right::before,
.wp-block-quote.has-text-align-right::before {
  left: auto;
  right: -5.6rem;
}
.wp-block-pullquote blockquote::before {
  top: -4.5rem;
  right: 0;
  left: 0;
}
.comment-content blockquote::before {
  left: 0;
}
.comment-content blockquote p {
  padding-left: 5.6rem;
}
@media only screen and (max-width: 992px) {
  .wp-block-quote,
  blockquote,
  .wp-block-coblocks-click-to-tweet,
  .wp-block-pullquote blockquote,
  .wp-block-quote.is-style-large,
  .wp-block-quote.is-large,
  blockquote.has-text-align-right,
  .wp-block-quote.has-text-align-right {
	  padding-left: 3.5rem;
  }
  .wp-block-quote::before,
  blockquote::before,
  .wp-block-coblocks-click-to-tweet::before,
  .wp-block-pullquote blockquote::before,
  .wp-block-quote.is-style-large::before,
  .wp-block-quote.is-large::before,
  blockquote.has-text-align-right::before,
  .wp-block-quote.has-text-align-right::before {
    height: 27px;
    left: 0;
    width: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-quote, 
  blockquote, 
  .wp-block-coblocks-click-to-tweet, 
  .wp-block-pullquote blockquote, 
  .wp-block-quote.is-style-large, 
  .wp-block-quote.is-large, 
  blockquote.has-text-align-right, 
  .wp-block-quote.has-text-align-right {
    font-size: 1.4rem;
  }
  .wp-block-pullquote blockquote::before {
    display: block;
  }
  .wp-block-pullquote blockquote::before {
    height: calc(41px /1.3);
    width: calc(48px /1.3);
    top: -3.5rem;
  }
  .comment-content blockquote p {
    padding-left: 0;
  }
}
@media only screen and (max-width: 580px) {
  .wp-block-quote, 
  blockquote, 
  .wp-block-coblocks-click-to-tweet, 
  .wp-block-pullquote blockquote, 
  .wp-block-quote.is-style-large, 
  .wp-block-quote.is-large, 
  blockquote.has-text-align-right, 
  .wp-block-quote.has-text-align-right {
	font-size: 1.28rem;
    padding-left: 0;
  }	
  .wp-block-quote::before,
  blockquote::before,
  .wp-block-coblocks-click-to-tweet::before,
  .wp-block-quote.is-style-large::before,
  .wp-block-quote.is-large::before,
  blockquote.has-text-align-right::before,
  .wp-block-quote.has-text-align-right::before {
    display: none;
  }
}
blockquote cite,
.wp-block-quote cite,
.wp-block-quote footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  font-size: 1rem;
  font-style: normal;
  color: rgba(17, 15, 16, 0.5);
  display: block;
  margin-top: 1.5rem;
  padding-left: 3rem;
  position: relative;
}
blockquote cite a {
  display: inline-block;
  color: rgba(17, 15, 16, 0.5);
}
.wp-block-pullquote__citation,
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  padding: 0;
}
blockquote cite::before,
.wp-block-quote cite::before,
.wp-block-quote footer::before {
  content: '';
  background-color: rgba(17, 15, 16, 0.5);
  height: 1px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
}
.wp-block-pullquote.has-border-color cite::before,
.wp-block-pullquote.is-style-solid-color cite::before {
  display: none;
}
.wp-block-quote.is-style-large cite::before,
.wp-block-quote.is-style-large footer::before {
  bottom: -2.3rem;
}
@media only screen and (max-width: 580px) {
  .wp-block-quote cite,
  .wp-block-quote footer {
    margin-top: 0;
  }
}
.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
  padding: 0;
}
.wp-block-pullquote {
  padding-bottom: .5rem;
}
.wp-block-pullquote.has-border-color {
  padding-bottom: 0;
  border-left: none;
  border-right: none;
  border-top: 4px solid;
  border-bottom: 4px solid;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  font-size: 1.715rem;
}
.item-news .wp-block-quote,
.item-news blockquote,
.item-news .wp-block-coblocks-click-to-tweet,
.item-news .wp-block-pullquote blockquote,
.item-news .wp-block-quote.is-style-large,
.item-news .wp-block-quote.is-large,
.item-news blockquote.has-text-align-right,
.item-news .wp-block-quote.has-text-align-right {
  font-size: 1.4rem;
  margin: 1rem 0;
}
.item-news .wp-block-quote::before,
.item-news blockquote::before,
.item-news .wp-block-coblocks-click-to-tweet::before,
.item-news .wp-block-pullquote blockquote::before,
.item-news .wp-block-quote.is-style-large::before,
.item-news .wp-block-quote.is-large::before,
.item-news blockquote.has-text-align-right::before,
.item-news .wp-block-quote.has-text-align-right::before {
    height: calc(41px /1.3);
    left: -3.4rem;
    width: calc(48px /1.3);
}
.wp-block-column .wp-block-quote {
  padding: 0 0 0 6rem;
}
.wp-block-column .wp-block-quote::before,
.wp-block-column blockquote::before {
  left: 1rem;
}

.single .entry-content p,
.item-news .entry-content .entry-video p,
.item-news .entry-content .entry-audio p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.item-news .entry-content .entry-video p,
.item-news .entry-content .entry-audio p {
  margin-top: .5rem;
}
.item-news .entry-content p {
  margin-top: 0;
}

a {
  color: #110f10;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
  transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
a:hover, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a.decoration--none {
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
 [type="checkbox"],
 [type="radio"] {
   box-sizing: border-box;
   padding: 0;
 }
 
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
 [type="search"] {
   -webkit-appearance: textfield;
   outline-offset: -2px;
 }
 
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
 ::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
 }
 
 /* Interactive
    ========================================================================== */
 
 /*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
 details {
   display: block;
 }
 
 /*
  * Add the correct display in all browsers.
  */
 summary {
   display: list-item;
 }
 
 /* Misc
    ========================================================================== */
 
 /**
  * Add the correct display in IE 10+.
  */
 template {
   display: none;
 }
 
 /**
  * Add the correct display in IE 10.
  */
 [hidden] {
   display: none;
 }

.noGutters-Top {
  margin-top: 0 !important;
}
.noGutters-Bottom {
  margin-bottom: 0 !important;
}
.noGutters-Left {
  margin-left: 0 !important;
}
.noGutters-Right {
  margin-right: 0 !important;
}

.description {
  margin-bottom: 2.32rem;
}
@media only screen and (max-width: 580px) {
  .description {
    margin-bottom: .05rem;
  }
}

.paragraph {
  color: rgba(17, 15, 16, 0.75);
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 580px) {
  .paragraph {
    margin-bottom: 1rem;
  }
}

.text-overlay {
  color: #fff;
  font-size: 14vw;
  font-weight: 700;
  position: absolute;
}
.text-overlay--left-bottom {
  bottom: 0;
  left: 0;
  line-height: .5;
}
.text-overlay--left-top {
  top: 0;
  left: 0;
  line-height: .2;
}
.text-overlay--right-bottom {
  bottom: 0;
  right: 0;
  line-height: .5;
}
.text-overlay--right-top {
  top: 0;
  right: 0;
  line-height: .2;
}

.text--red {
  color: var(--color-accent);
}

.list-unstyled {
  color: rgba(17, 15, 16, 0.75);
}

@media only screen and (max-width: 580px) {
  .list-block {
    margin-bottom: 0;
  }
}
.list-block li {
  margin-bottom: .3rem;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gallery img {
  display: inline-block;
}

iframe {
  background-color: #110f10;
  border: 0;
  display: block;
  width: 100%;
}

.single-news__media iframe,
.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  height: 100%;
}

.entry-video video {
  width: 100%;
}

.cover {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: bottom;';
  height: 100%;
  width: 100%;
}

.no-cropped {
  height: auto !important;
}

.gallery-two .gallery-two__item .cover {
  height: 100%;
}

.icon-arrow-right {
  background-image: url(../images/arrow-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-flex;
  height: 30px;
  width: 30px;
}

.icon-base {
  padding-left: .3rem;
  padding-right: .3rem;
  transition: all .3s ease-in-out;
}

.dark-mask {
  position: relative;
  z-index: 1;
}
.dark-mask::before {
  content: '';
  background-color: #110f10;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: .3;
  transition: opacity .3s;
  width: 100%;
  z-index: 1;
}
.dark-mask:hover::before {
  opacity: 0;
}

table {
  width: 100%;
}
table thead th,
.table thead th,
.wp-block-table thead th,
.wp-calendar-table thead th {
  border: 0;
  color: #8d99a7;
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: .2rem;
  padding: 1.3rem .5rem;
  text-transform: uppercase;
}
.wp-calendar-table thead th {
  background-color: transparent;
}
table td,
table th,
.table td,
.wp-block-table tbody td,
.wp-calendar-table tbody td {
  border-top: 1px solid #c5d2e0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 1.3rem .5rem;
}
@media only screen and (max-width: 768px) {
  .table td {
    border-top: 0;
  }
}
.table span {
  color: #8d99a7;
}
@media only screen and (max-width: 768px) {
  .table .table,
  .table thead,
  .table tbody,
  .table th,
  .table td,
  .table tr {
    display: block;
  }
  .table thead tr {
    display: none;
  }
  .table tr {
    padding-bottom: 1.4rem;
  }
  .table td {
    position: relative;
    padding-left: 50%;
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
  .table td:before {
    content: attr(data-th);
    color: #8d99a7;
    font-size: .85rem;
    position: absolute;
    left: 0;
    width: 45%;
    padding-right: 1rem;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 580px) {
  .table td {
    padding-left: 40%;
  }
  table thead th,
  table tbody th,
  table tbody td,
  .wp-block-table thead th,
  .wp-block-table tbody td,
  .wp-calendar-table thead th,
  .wp-calendar-table tbody td {
    padding: .8rem .5rem;
  }
}

.flex-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .flex-table {
    border-top: 1px solid rgba(197, 210, 224, 0.7);
  }
}
.flex-table__thead {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(197, 210, 224, 0.7);
}
@media only screen and (max-width: 768px) {
  .flex-table__thead {
    display: none;
  }
}
.flex-table__tr {
  border-bottom: 1px solid rgba(197, 210, 224, 0.7);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .flex-table__tr {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .flex-table__tr {
    padding-bottom: .5rem;
  }
}
.flex-table__tr:last-child {
  border: 0;
}
.flex-table__th {
  color: #8d99a7;
  font-size: .85rem;
  font-weight: 400;
  letter-spacing: .2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flex-table__th {
    padding-top: .2rem;
    padding-bottom: .2rem;
  }
}
.flex-table__td {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flex-table__td {
    padding-top: .2rem;
    padding-bottom: .2rem;
    padding-left: 24%;
  }
  .flex-table__td:before {
    content: attr(data-th);
    color: #8d99a7;
    font-size: .85rem;
    position: absolute;
    left: 0;
    padding-right: 1rem;
    padding-top: .2rem;
    white-space: nowrap;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 580px) {
  .flex-table__td {
    padding-top: 1.5rem;
    padding-bottom: .5rem;
    padding-left: 0;
  }
  .flex-table__td:before {
    top: 0;
  }
}

.separation {
  border-top: 1px solid rgba(17, 15, 16, 0.1);
}

::-moz-selection {
  background: transparent;
  color: var(--color-accent);
}

::selection {
  background: transparent;
  color: var(--color-accent);
}

select,
.inputText,
.textarea,
input[type=password] {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(17, 15, 16, 0.2);
  border-radius: 0;
  box-shadow: none;
  color: #110f10;
  line-height: 1;
  padding: 1.1rem 0;
  position: relative;
  width: 100%;
}
select option {
  background: #110f10; 
  color: #fff; 
}
.inputText,
.textarea,
input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 580px) {
  select,
  .inputText,
  .textarea,
  input[type=password] {
    padding: .8rem 0;
  }
}

select:focus,
.inputText:focus,
.textarea:focus,
input[type=password]:focus {
  border-bottom: 1px solid #110f10;
  box-shadow: none;
  outline: none;
}

.inputText--fill,
.wp-block-search__input {
  background-color: rgba(255, 255, 255, 0.08);
  border: 0;
  line-height: 1.9;
  outline: none;
  padding: 1rem 1.5rem;
  transition: width 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
.wp-block-search__input {
  background-color: #e7e7e7;
}
.inputText--fill:focus {
  color: #fff;
}

.textarea {
  display: block;
  line-height: 1.4;
  max-height: 6rem;
  resize: none;
}

.post-password-form input[type=password] {
  width: 100%;
}

.form-group {
  margin-bottom: 2.8rem;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .form-group {
    margin-bottom: 2rem;
  }
}

.help-block {
  font-size: .75rem;
  line-height: 1.4;
  padding-top: .8rem;
  position: absolute;
  bottom: -1.8rem;
}
@media only screen and (max-width: 580px) {
  .help-block {
    padding-top: .5rem;
    bottom: -1.5rem;
  }
}

.with-errors .list-unstyled {
  color: var(--color-accent);
  margin-bottom: 0;
}

.has-error input,
.has-error textarea,
.has-error input:focus,
.has-error textarea:focus {
  border-color: var(--color-accent);
}

#validator-contact {
  font-size: .89rem;
}
@media only screen and (max-width: 768px) {
  #validator-contact {
    padding-top: 1rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #110f10 !important;
}

.label {
  color: #8d99a7;
  display: block;
  font-weight: 400;
  line-height: 1.35;
  transform: translateY(50%);
  transition: all .25s ease-in-out;
  z-index: 1;
  pointer-events: none;
  position: absolute;
}
.is-completed .label {
  transform: translateY(-80%);
  font-size: .86rem;
}
@media only screen and (max-width: 1200px) {
  .is-completed .label {
    transform: translateY(-70%);
  }
}
@media only screen and (max-width: 580px) {
  .is-completed .label {
    transform: translateY(-50%);
  }
}

.wp-block-button__link {
  display: inline-block;
  position: relative;
  background-color: var(--color-button);
  border: 0;
  color: #fff !important;
  font-size: .87rem;
  letter-spacing: .1rem;
  line-height: inherit;
  white-space: nowrap;
  overflow: hidden;
  padding: .8rem 2.5rem;
  cursor: pointer;
	text-decoration: none !important;
	overflow-wrap: break-word;
  text-transform: uppercase;
  z-index: 1;
}
.wp-block-button.is-style-outline > .wp-block-button__link {
  display: inline-block;
  color: inherit !important;
	background-color: transparent;
	border: 2px solid var(--color-button);
  font-size: .87rem;
  letter-spacing: .1rem;
  line-height: inherit;
  white-space: nowrap;
  overflow: hidden;
  padding: .8rem 2.5rem;
  cursor: pointer;
	text-decoration: none !important;
	overflow-wrap: break-word;
  text-transform: uppercase;
  z-index: 1;
}
.wp-block-button.is-style-outline > .wp-block-button__link:hover {
  color: #fff !important;
	background-color: var(--color-button);
}
.btn,
.wp-block-file__button,
.wp-block-search__button,
input[type=submit] {
  background-color: var(--color-button);
  border: 0;
  border-radius: 2rem;
  color: #fff;
  cursor: pointer;
  font-size: .87rem;
  letter-spacing: .1rem;
  line-height: inherit;
  white-space: nowrap;
  overflow: hidden;
  padding: .8rem 2.5rem;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.wp-block-file__button {
  display: inline-flex;
  text-decoration: none;
}
.wp-block-search__button {
  margin-left: 0;
}
.wp-block-buttons > .wp-block-button {
  margin: 0 !important;
}
.post-password-form input[type=submit] {
  border-radius: 0;
}
.btn::before,
.wp-block-button__link::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.2);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
}
.btn:hover::before,
.wp-block-button__link:hover::before {
  animation: btn-hover 0.8s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
  width: 100%;
}
.btn:hover,
.wp-block-button__link:hover {
  color: #fff;
}
.wp-block-file__button:hover {
  color: #fff;
}
.btn:focus,
.wp-block-button__link:focus {
  box-shadow: none;
}
.btn.disabled {
  opacity: 1;
}
.btn--white,
.wp-block-search__button.has-icon {
  background-color: #fff;
  color: #110f10;
}
.btn--white::before {
  background-color: rgba(17, 15, 16, 0.2);
}
.btn__icon,
.wp-block-search__button.has-icon {
  line-height: 0;
  padding: 0.99rem 1rem;
}

.touch .btn::before {
  display: none;
}

@keyframes btn-hover {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.btn-link, 
.page-numbers,
.post-page-numbers {
  color: #110f10;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
.btn-link:hover,
.page-numbers:hover,
.post-page-numbers:hover {
  color: inherit;
  text-decoration: none;
}
.btn-link:hover .circle,
.page-numbers:hover .circle,
.post-page-numbers:hover .circle {
  box-shadow: 0 0 0 2px #110f10;
}
.btn-link:hover .circle--white,
.page-numbers:hover .circle--white,
.post-page-numbers:hover .circle--white {
  box-shadow: 0 0 0 2px var(--color-button_light);
}
.btn-link:hover .icon-base,
.page-numbers:hover .icon-base,
.post-page-numbers:hover .icon-base {
  padding-left: .6rem;
  padding-right: .6rem;
}
.btn-link:focus,
.page-numbers:focus,
.post-page-numbers:focus {
  text-decoration: none;
}
.btn--white {
  background-color: #fff;
}
.btn--white:hover {
  color: #110f10;
}
@media only screen and (max-width: 580px) {
  .btn,
  .wp-block-file__button,
  .wp-block-search__button,
  input[type=submit] {
    font-size: .8rem;
    padding: .7rem 1.5rem;
  }	
}

.circle {
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  color: #fff;
  background-color: var(--color-button);
  border-radius: 50%;
  box-shadow: 0 0 0 0px var(--color-button);
  height: 2.85rem;
  overflow: hidden;
  position: relative;
  width: 2.85rem;
  text-align: center;
  transition: box-shadow .3s ease-in-out;
}
.page-nav .page-numbers.current,
.single .entry-content .page-nav .post-page-numbers.current {
	border: 1px solid var(--color-button);
	color: var(--color-button)!important;
	border-radius: 2rem;
}
@media only screen and (max-width: 992px) {
  .circle,
  .page-nav .page-numbers.current,
  .single .entry-content .page-nav .post-page-numbers.current {
    height: 2rem;
    width: 2rem;
  }
}
@media only screen and (max-width: 992px) {
  .circle::before {
    font-size: .87rem;
  }
}
.circle--white {
  color: #110f10;
  background-color: var(--color-button_light);
  box-shadow: 0 0 0 0px var(--color-button_light);
}
.circle--left {
  margin-right: 1.07rem;
}
.circle--right {
  margin-left: 1.07rem;
}
.circle.icon-left-open::before {
  margin-left: 0;
}

button:focus {
  outline: none;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.preloader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-color: #110f10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1100;
  opacity: 1;
}
.preloader__wrap {
  width: 100%;
  max-width: 140px;
}
@media only screen and (max-width: 580px) {
  .preloader__wrap {
    max-width: 110px;
  }
}
.preloader__logo {
  opacity: 0;
  filter: blur(30px);
  width: 100%;
  max-width: 140px;
  animation: blur-logo 1.5s ease-in-out;
}
@media only screen and (max-width: 580px) {
  .preloader__logo {
    max-width: 110px;
  }
}
.preloader__progress {
  background: rgba(255, 255, 255, 0.1);
  height: 1px;
  position: relative;
  margin-top: 1.2rem;
  overflow: hidden;
  width: 100%;
}
.preloader__progress span {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
@media only screen and (max-width: 580px) {
  .preloader__progress {
    margin-top: .8rem;
  }
}
.preloader.fadeOut2 {
  pointer-events: none;
  opacity: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .preloader.fadeOut2 {
    visibility: hidden;
  }
}

@keyframes blur-logo {
  0% {
    filter: blur(30px);
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}

/* -----------------------------------------------------------------
    - Scrollbar
----------------------------------------------------------------- */

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
 background-color: transparent;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgb(66, 66, 66);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* -----------------------------------------------------------------
    - Header
----------------------------------------------------------------- */
.navbar {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 114px;
  line-height: 1;
  padding-top: .4rem;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  position: fixed;
  top: 0;
  transition: all 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  width: 100%;
  pointer-events: none;
  z-index: 1001;
}
@media only screen and (max-width: 1500px) {
  .navbar {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}
@media only screen and (max-width: 992px) {
  .navbar {
    height: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .navbar {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(17, 15, 16, 0.05);
    height: 48px;
    padding: 0 1.071rem;
  }
}
@media only screen and (min-width: 2400px) {
  .navbar {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
@media only screen and (max-height: 500px) {
  .navbar {
    height: 60px;
  }
}
.admin-bar .navbar {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .navbar {
		top: 46px;
	}
}
.navbar .logo-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  position: relative;
}
.navbar .logo-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  pointer-events: initial;
}
@media only screen and (max-width: 580px) {
  .navbar-v2 {
    background-color: transparent;
  }
  .navbar-v2 .hamburger__inner::before,
  .navbar-v2 .hamburger__inner::after {
    background-color: #fff;
  }
  .navbar-v2 .logotype {
    transform: translate3d(0, 0, 0) !important;
  }
}
@media only screen and (min-width: 580px) {
  .navbar--white {
    color: #fff;
  }
  .navbar--white .circle {
    color: #110f10;
    background-color: #fff;
    box-shadow: 0 0 0 0px #fff;
  }
  .navbar--white .circle:hover {
    box-shadow: 0 0 0 2px #fff;
  }
  .navbar--white .btn-link:hover .circle {
    box-shadow: 0 0 0 2px #fff;
  }
  .navbar--white .hamburger__inner::before,
  .navbar--white .hamburger__inner::after {
    background-color: #fff;
  }
  .navbar-expand-lg.navbar--white .hamburger__inner::before,
  .navbar-expand-lg.navbar--white .hamburger__inner::after {
    background-color: #110f10;
  }
  .navbar-v2 .logotype {
    transform: translate3d(0, 0, 0) !important;
  }
}
.navbar.navbar-back .logotype {
  transform: translate3d(0, -8rem, 0) !important;
}
@media only screen and (max-height: 320px) {
  .open .navbar {
    background-color: transparent;
  }
}
@media only screen and (max-width: 580px) {
  .open .navbar {
    background-color: transparent;
    justify-content: center;
  }
}
.open .navbar .logotype__front,
.open .navbar .btn-link {
  transform: translate3d(0, -8rem, 0);
}
.open .navbar .logotype__back {
  transform: translate3d(0, 0, 0);
}
.open .navbar--white {
  background-color: transparent;
}
.open .navbar.navbar-back .logotype {
  transform: translate3d(0, 0, 0) !important;
}

.navbar .btn-link {
  position: absolute;
  top: calc(50% - 1.42rem);
}
@media only screen and (max-width: 992px) {
  .navbar .btn-link {
    top: calc(50% - 1rem);
  }
}
.navbar .btn-link {
  transform: translate3d(0, 0, 0);
  transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
.navbar .logotype__back {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, -8rem, 0);
}
.navbar-change .logotype__back {
  transform: translate3d(0, -8rem, 0);
}
.navbar-change .logotype__front {
  transform: translate3d(0, 0, 0);
}
.navbar-change.navbar--white .logotype__back {
  transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 580px) {
  .navbar-change.navbar--white .logotype__back {
    transform: translate3d(0, -8rem, 0);
  }
}
.navbar-change.navbar--white .logotype__front {
  transform: translate3d(0, -8rem, 0);
}
@media only screen and (max-width: 580px) {
  .navbar-change.navbar--white .logotype__front {
    transform: translate3d(0, 0, 0);
  }
}
.navbar.sticky {
  background: #fff;
  height: 88px;
}
@media only screen and (max-width: 992px) {
  .navbar.sticky {
    height: 64px;
  }
}
@media screen and (max-width: 720px) {
	.navbar.sticky {
		top: 0;
	}
}
@media only screen and (max-width: 580px) {
  .navbar.sticky {
    height: 48px;
  }
}

.open .navbar.sticky {
  background-color: transparent;
}

.logotype {
  display: inline-block;
  height: 18px;
  transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  margin-right: 1rem;
}
@media only screen and (max-width: 580px) {
  .logotype {
    margin-right: 0.7rem;
  }
}
.default-menu .logo__color {
  color: #fff;
}
.logo__color .logotype__text-tagline {
  opacity: 0.7;
}
.logo-link {
  text-decoration: none;
}
.logotype__text-title {
  display: block;
	font-size: 1.5rem;
	line-height: 1.3;
	font-weight: 700;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.logotype__text-tagline {
	display: block;
  font-size: 0.9rem;
  line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.footer-logo .logotype__text-title {
	font-size: 3.5rem;
	line-height: 1.2;
	font-weight: 500;
}
.footer-logo .logotype__text-tagline {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 300;
  opacity: 0.7;
}
@media only screen and (max-width: 580px) {
  .logotype__text-title,
  .footer-logo .logotype__text-title {
    font-size: 1.2rem;
    line-height: 1.1;
  }
  .logotype__text-tagline,
  .footer-logo .logotype__text-tagline {
    font-size: 0.8rem;
    line-height: 1.1;
  }
}

.lang-switcher {
  pointer-events: initial;
}

.hamburger {
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: opacity .3s ease;
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle;
  pointer-events: initial;
  position: relative;
  z-index: 1001;
}
.hamburger__inner {
  display: block;
  height: 24px;
  width: 25px;
  position: relative;
}
.hamburger__inner:before, .hamburger__inner:after {
  background-color: #110f10;
  content: '';
  display: block;
  margin-left: -12px;
  height: 2px;
  width: 25px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform-origin: center center;
  transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.hamburger__inner:after {
  top: 16px;
}
.is-active .hamburger__inner {
  color: #110f10;
}
.is-active .hamburger__inner:before, .is-active .hamburger__inner:after {
  top: 50%;
  transition: top 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
}
.is-active .hamburger__inner:before {
  transform: rotate(45deg);
}
.is-active .hamburger__inner:after {
  transform: rotate(-45deg);
}
.hamburger--black .hamburger__inner:before, .hamburger--black .hamburger__inner:after {
  background-color: #110f10 !important;
}
.open .navbar.navbar-overlay .hamburger__inner:before, 
.open .navbar.navbar-overlay .hamburger__inner:after {
  background-color: #fff;
}
.is-active .open .hamburger__inner {
  color: #fff;
}

.sideNav {
  background-color: #fff;
  list-style: none;
  height: 100%;
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 6rem 0 0;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(360px);
  width: 360px;
  z-index: 1000;
}
.sideNav__item {
  color: #110f10;
  font-size: 1.4rem;
  position: relative;
  margin: 0 3rem;
  padding: .2rem 0;
  user-select: none;
}
.sideNav__item a {
  color: #110f10;
  text-decoration: none;
}
.sideNav__item a:hover {
  color: var(--color-accent);
}
.sideNav__item .icon {
  font-size: 1rem;
  display: inline-block;
  padding: 0 .3rem;
  position: absolute;
  bottom: -0.25rem;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: rotate(0deg);
}
.sideNav__item-open .icon {
  transform: rotate(-180deg);
}
.sideNav__sub {
  display: none;
  max-height: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0;
}
.sideNav__sub.open {
  display: block;
}
.sideNav__sub .sideNav__item {
  margin: 0;
  font-size: 1rem;
}
.sideNav-collapsed {
  cursor: pointer;
  position: relative;
}
.overlay-sideNav {
  background-color: rgba(17, 15, 16, 0.3);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 580px) {
  .sideNav {
    padding: 6.5rem 1.5rem 1.5rem;
    width: 100%;
    transform: translateX(100%);
  }
  .sideNav__item {
	font-size: 1.2rem;
    margin: 0!important;
  }
}

/* -----------------------------------------------------------------
    - Menu
----------------------------------------------------------------- */
.menu {
  background: #110f10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: all 0s 0.5s cubic-bezier(0.645, 0.05, 0.355, 1);
  width: 100%;
  z-index: 1000;
}
.menu.menu-show {
  opacity: 1;
  overflow-x: hidden;
  overflow-y: auto;
  transform: translate3d(0, 0%, 0);
}
.menu.menu-show .menu-inner {
  transform: translateY(0);
}
.menu.menu-show .menu-list__item span {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}
.menu .sub-menu.dropdown-menu {
  position: relative;
  top: 0;
  background: 0 0;
  float: none;
  border: none;
}
.menu .menu-list__item .icon {
  font-size: 2.5rem;
  display: inline-block;
  padding: 0 0.7rem;
  position: relative;
  bottom: 0.8rem;
  transition: transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: rotate(0deg);
}
.menu .menu-fs .menu-list__item .icon {
  font-size: 1.5rem;
}
@media only screen and (max-width: 1500px) {
  .menu .menu-list__item .icon {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu .menu-list__item .icon {
    font-size: .8rem;
	bottom: .4rem;
  }
}
@media only screen and (max-width: 580px) {
  .menu .menu-fs .menu-list__item .icon {
    font-size: .8rem;
    padding: 0 0.4rem;
    bottom: 0.2rem;
  }
}
.menu .has-droupdown.active .icon {
  transform: rotate(-180deg);
}
.menu.menu-show .social {
  opacity: 1;
}
.menu.menu-show .navbar {
  background-color: transparent;
}
.menu .social {
  align-self: flex-start;
  margin-bottom: 2.5rem;
  margin-left: 4.25rem;
  opacity: 0;
  transition: all 0.6s 1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
@media only screen and (max-width: 1500px) {
  .menu .social {
    margin-left: 3.12rem;
	margin-bottom: 1rem;  
  }
}
@media only screen and (max-width: 768px) {
  .menu .social .social__link {
    font-size: .8rem;
  }
}
@media only screen and (max-width: 580px) {
  .menu .social {
	margin-left: 1.5rem;
    margin-bottom: .8rem;
  }
}

.menu-inner {
  display: block;
  height: 100%;
  padding: 10rem 4.25rem 0;
  width: 100%;
  overflow: auto;
}
@media only screen and (max-width: 1500px) {
  .menu-inner {
    padding: 10rem 3.12rem 0;
  }
}
@media only screen and (max-width: 580px) {
  .menu-inner {
    padding: 4rem 1.071rem 0;
  }
  .admin-bar .menu-inner {
    padding: 7rem 1.071rem 0;
  }
}

.menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .menu-list {
    overflow: auto;
  }
}
@media only screen and (max-height: 320px) {
  .menu-list {
    justify-content: normal;
    padding: 2.14rem 0 0;
  }
}
.menu-list.has-hovered-link .menu-list__item {
  opacity: .1;
}
.menu-list.has-hovered-link .menu-list__item:hover {
  opacity: 1;
}
.menu-list__item {
  color: #fff;
  font-size: 6.25rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.menu-fs .menu-list__item {
  font-size: 4.25rem;
}
.menu-fs .has-droupdown .sub-menu .menu-list__item {
  font-size: 2rem;
}
.has-droupdown .sub-menu .menu-list__item {
  font-size: 4.25rem;
}
@media only screen and (max-width: 1500px) {
  .menu-list__item {
    font-size: 5rem;
  }
  .menu-fs .menu-list__item {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .menu-list__item {
    margin-top: .62rem;
    font-size: 3rem;
  }
  .menu-fs .menu-list__item {
    font-size: 2rem;
  }
  .menu-fs .has-droupdown .sub-menu .menu-list__item {
    font-size: 1rem;
	margin-top: 0;
  }
  .menu-list.has-hovered-link .menu-list__item {
    opacity: 1;
  }
}
@media only screen and (max-width: 580px) {
  .menu-list__item {
    font-size: 2.2rem;
  }
  .menu-fs .menu-list__item {
    font-size: 1.6rem;
  }
}
@media only screen and (max-height: 350px) {
  .menu-list__item {
    margin-bottom: 1.07rem;
  }
}
.menu-list__item:hover, .menu-list__item:focus {
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .menu-list__item:hover {
    opacity: .5;
  }
}
.menu-list__item span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 0.6s 0.64s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
li:nth-child(2) .menu-list__item span {
  transition-delay: .74s;
}
li:nth-child(3) .menu-list__item span {
  transition-delay: .84s;
}
li:nth-child(4) .menu-list__item span {
  transition-delay: .94s;
}

.menu-classic {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: relative;
  list-style-type: none;
  font-size: 1.3rem;
  word-wrap: normal;
  user-select: none;
  pointer-events: initial;
  margin: 0;
}
.menu-classic > li ul.sub-menu {
  min-width: 247px;
  height: auto;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  box-shadow: 0 0 35px rgb(0 0 0 / 10%);
  text-align: left;
  padding: 12px 0;
  list-style-type: none;
}
.menu-classic > li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
}
.menu-classic > li ul.sub-menu .menu-item a {
  color: #110f10;
}
.menu-classic > li:not(:last-child) {
  position: relative;
  margin-right: 1.5rem;
}
.menu-classic > li.has-droupdown:not(:last-child) {
  margin-right: 1rem;
}
.menu-classic .menu-item a {
  text-decoration: none;
}

.ef-background {
  background-color: #000;
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1100;
}
.ef-background.animated {
  display: block;
  animation: reveal-vertical 1s cubic-bezier(0.645, 0.05, 0.355, 1) both;
}

@keyframes reveal-link {
  0% {
    transform: translateX(-100%);
  }
  10% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}

/* Horizontal menu */
.navbar-expand-lg .logo-container {
	order: 1;
}
.navbar-expand-lg .lang-switcher {
	order: 3;
}
.navbar-expand-lg .navbar_menu {
	order: 2;
}
.open .navbar .hamburger__inner:before, 
.open .navbar .hamburger__inner:after {
	background-color: #110f10;
}
.navbar-expand-lg {
  background: #fff;
}
.navbar-nav {
  pointer-events: initial;
}
.navbar-light {
  background: #fff;
}
.navbar-nav .nav-link {
  display: inline-block;
}
.navbar-nav .active .nav-link,
.navbar-nav .nav-link:hover {
  color: var(--color-accent);
}
.navbar-nav .nav-link {
  color: #110f10;
}
.navbar-nav .nav-link,
.navbar-nav .dropdown-item {
  text-decoration: none;
}
.navbar-nav .menu-item {
  margin: 0;
}
.navbar-nav .dropdown-menu {
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px 0 rgba(17, 15, 16, 0.2);
  padding: .4rem 0 .3rem;
}
.navbar-nav .dropdown-menu .dropdown-item.dropdown {
  padding-left: 2.3rem;
}
.navbar-nav .dropdown-menu .dropdown-item.dropdown::after {
  content: '\e801';
  font-family: "fonticons";
  font-style: normal;
  font-size: .9rem;
  font-weight: normal;
  border: none;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.3rem;
}
.navbar-nav .dropdown-menu li:first-child a {
  border-top: 0;
}
.navbar-nav .dropdown-menu .nav-link {
  padding: 0.5rem 1rem;
}
.navbar-nav .dropdown > a::after {
  content: '\e805';
  font-family: "fonticons";
  font-style: normal;
  font-weight: normal;
  border: none;
  margin-left: .6em;
  vertical-align: bottom;
}
.navbar-nav .navbar-toggler {
  position: relative;
  z-index: 1001;
}
.navbar-nav .open .navbar .default-menu .logo__color {
    color: #000;
}
.dropdown-item:focus, .dropdown-item:hover {
	background-color: #322d2f!important;
	border-radius: 0!important;
	color: #fff!important;
}
@media only screen and (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .8rem;
    padding-left: .8rem;
  }
  .navbar-nav > .menu-item:not(:last-child) {
    margin-right: .5rem;
  }
  .navbar-nav li > .dropdown-menu {
    left: auto;
    right: -50%;
  }
  .navbar-expand-lg .navbar-nav > li:last-child .nav-link {
    padding-right: 0;
  }
  .navbar-nav .dropdown-menu .dropdown > a:after {
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
  }
  .navbar-nav .dropdown-item {
    padding: .8rem 1.3rem;
  }
  .navbar-nav .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-nav .dropdown-menu li {
    position: relative;
  }
  .navbar-nav li .submenu.dropdown-menu {
    display: none;
    position: absolute;
    right: 100%;
    left: auto;
    top: -7px;
  }
  .navbar-nav li .submenu-left {
    right: 100%;
    left: auto;
  }
  .navbar-nav .dropdown-menu {
    background-color: #110f10;
  }
  .navbar-nav .dropdown-menu > li:hover {
    /*background-color: #fff;*/
  }
  .navbar-nav .dropdown-menu .dropdown-item {
    color: #fff;
    transition: none;
  }
  .navbar-nav .dropdown-menu .menu-item:hover > .dropdown-item {
    /*color: #110f10;*/
  }
  .navbar-nav .dropdown-menu > li:hover > .submenu {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-expand-lg .logo-container {
    order: 1;
  }
  .navbar-expand-lg .lang-switcher {
     order: 2;
  }
  .navbar-expand-lg .navbar_menu {
    order: 3;
  }
  .navbar-nav {
    margin-top: 1rem;
  }
  .navbar-collapse {
    background-color: #fff;
    display: block !important;
    list-style: none;
    height: 100%;
    margin: 0;
    list-style: none;
	  pointer-events: all;
    overflow: auto;
    padding: 4rem 2rem 2rem;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(360px);
    transition: all .4s ease;
    width: 360px;
    z-index: 1000;
  }
  .navbar-collapse.show {
    transform: translateX(0);
  }
  .open .navbar.navbar-expand-lg::before {
    content: '';
    background-color: rgba(17, 15, 16, 0.3);
    height: 100vh;
    width: 100vw;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .navbar-nav > li {
	border-bottom: 1px solid rgba(17, 15, 16, 0.1);
    color: #110f10;
    font-size: 1.1rem;
    position: relative;
    margin: 0 3rem;
    padding: 0.3rem 0;
    user-select: none;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent!important;
    color: #110f10!important;
  }
  .navbar-nav .dropdown-menu,
  .navbar-nav .submenu.dropdown-menu {
    padding-left: 0!important;	
  }
 
  .navbar-nav .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
  }
  .navbar-nav .menu-item .dropdown-menu li,
  .navbar-nav .menu-item .dropdown-menu li:last-child {
    margin: .6rem 0 1rem;
  }
  .navbar-nav .dropdown-menu .dropdown-item {
	color: #8d99a7;
    display: inline-block;
    border: 0;
	border-radius: 0;
    padding: 0;
    width: auto;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover {
	  color: #110f10;
  }
  .navbar-nav .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
    background: transparent;
  }
  .navbar-nav .dropdown-menu .dropdown-item.dropdown {
    padding-left: 0;
    padding-right: 2.3rem;
  }
  .navbar-nav .dropdown > a::after {
    font-size: .9rem;
    vertical-align: middle;
  }
  .navbar-nav .dropdown-menu .dropdown-item.dropdown::after {
    font-size: .9rem;
    left: auto;
    right: 1.3rem;
    transform: rotate(-90deg);
  }
}
@media only screen and (max-width: 580px) {
  .navbar-nav {
    margin-top: 0;
  }
  .admin-bar .navbar-nav {
    margin-top: 2rem;
  }
  .navbar-collapse {
    padding: 3rem 1.5rem 1.5rem;
    transform: translateX(100%);
    width: 100%;
  }
  .navbar-nav > li {
    font-size: 1rem;
    margin: 0 1.8rem;
    padding: .3rem 0;
  }
}


/* -----------------------------------------------------------------
    - WMML
----------------------------------------------------------------- */
.wpml-ls {
	background: #fff;
    padding: 0.3rem 0.5rem 0.3rem .8rem;
    border-radius: 30px;
	margin-right: 2rem;
    width: auto;
}
.navbar.sticky .wpml-ls {
    border: 1px solid rgba(197, 210, 224, 0.7);
}
.navbar-expand-lg .wpml-ls {
	margin-left: 2rem;
	margin-right: 0;
}
.open .wpml-ls {
	background: #110f10;
}
.wpml-ls ul {
    padding: 0;
    line-height: 1;
}
.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown a {
    color: #fff;
    border: 0!important;
    background-color:transparent!important;
	padding: .3rem 0;
	font-size: .9rem;
	z-index: 102;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	background: #110f10!important;
	padding: 0.7rem 1.3rem;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag,
.wpml-ls-legacy-dropdown .wpml-ls-flag {
	width: 20px;
	max-width: initial;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "\e805";
	color: #110f10;
	font-family: "fonticons";
    font-weight: normal!important;
	font-size: 1rem;
    border: 0!important;
    border-top: 0.5em solid;
    right: 10px;
    top: calc(50% - 0.45em);
	transform: rotate(0deg);
	transition: transform .3s ease;
}
.open .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.open .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	color: #fff;
}
.wpml-ls-item-toggle .wpml-ls-native {
	display: none;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span,
.wpml-ls-legacy-dropdown .wpml-ls-flag+span {
    margin-left: .7em;
}
.wpml-ls-legacy-dropdown-click a span,
.wpml-ls-legacy-dropdown a span {
    vertical-align: initial;
}
.wpml-ls-sub-menu {
	border: 0!important;
	background: #110f10;
	border-radius: 0.25rem;
    box-shadow: 0 20px 40px 0 rgb(17 15 16 / 20%);
	overflow: hidden;
    padding: 0!important;
	top: calc(100% + .7rem)!important;
	left: auto!important;
    width: auto;
	white-space: nowrap;
}
.wpml-ls-sub-menu .wpml-ls-item {
	background: transparent;
	padding: 0;
	position: relative;
	transition: background .4s ease;
}
.wpml-ls-sub-menu .wpml-ls-item:hover,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a:hover,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
	color: #fff!important;
	background: #322d2f!important;
} 
.wpml-ls-sub-menu .wpml-ls-item::before,
.wpml-ls-sub-menu .wpml-ls-item::after {
	display: none;
}

@media only screen and (max-width: 992px) {
	.wpml-ls {
	    margin-right: 1.5rem;
		margin-left: 0;
    }
	.navbar-expand-lg .wpml-ls {
	    margin-right: 1.5rem;
	    margin-left: 0;
    }
	.wpml-ls-legacy-dropdown-click a,
  .wpml-ls-legacy-dropdown a {
	    font-size: .85rem;
    }
}
@media only screen and (max-width: 768px) {
	.wpml-ls-legacy-dropdown-click .wpml-ls-flag,
  .wpml-ls-legacy-dropdown .wpml-ls-flag {
		width: 18px;
	}
    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
    .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	    font-size: .9rem;
	}
}
@media only screen and (max-width: 580px) {
	.wpml-ls {
		padding: 0.2rem 0.3rem 0.2rem 0.5rem;
		margin-right: .8rem;
	}
	.navbar-expand-lg .wpml-ls {
	    margin-right: .8rem;
	    margin-left: 0;
    }	
	.wpml-ls-legacy-dropdown-click a,
  .wpml-ls-legacy-dropdown a {
	    font-size: .8rem;
	}
	.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a,
  .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
         padding: 0.7rem 1rem;
	}
}

/* -----------------------------------------------------------------
    - Hero
----------------------------------------------------------------- */
.hero {
  height: 100vh;
  position: relative;
}
.admin-bar .hero {
  height: calc(100vh - 32px);
}
@media only screen and (max-width: 580px) {
  .admin-bar .hero {
    height: calc(100vh - 46px);
  }
}
@media only screen and (max-width: 992px) {
  .hero .social {
    display: none;
  }
}

.hero-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
}

/* -----------------------------------------------------------------
    - Slider
----------------------------------------------------------------- */
.slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
}
.slider__item {
  width: 100%;
}
.slider__content--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slider__caption .slider__content--center .description {
  width: 100%;
}
.slider__caption .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 2400px) {
  .slider__caption .title--overhead {
    margin-bottom: .62rem;
  }
}
.slider__caption .title--display-1 {
  font-size: 4vw;
  margin-bottom: .5vw;
}
.slider__caption .description {
  font-size: 1rem;
  width: 60%;
  margin-bottom: 1.87rem;
  line-height: 1.6;
}
@media only screen and (max-width: 2400px) {
  .slider__caption .description {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .slider__caption .description {
    font-size: .93rem;
    width: 80%;
  }
}
@media only screen and (max-width: 992px) {
  .slider__caption .description {
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .slider__caption .description {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1500px) {
  .slider__caption .btn-link {
    font-size: .87rem;
    margin-top: 0;
  }
}
.slider__caption .btn-link .down-up span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
}
.slider__caption .down-up .btn {
  margin: 1rem 1rem 1rem 0;
}
@media only screen and (max-width: 580px) {
  .slider__caption .btn-link .down-up span {
    padding: 1rem 0 0;
  }
}
@media only screen and (max-width: 580px) {
  .slider__caption .down-up .btn {
    margin: 1rem 0 0;
  }
}
.slider__image {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .slider__image {
    width: 100%;
    order: 1;
  }
}
.slider .control-slider {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  position: absolute;
  z-index: 1;
}
.slider .control-slider--vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  padding: 8.5rem 0 3.1rem;
  bottom: 0;
  right: 0;
  width: 10rem;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  .slider .control-slider--vertical {
    width: 7.7rem;
  }
}
@media only screen and (max-width: 992px) {
  .slider .control-slider--vertical {
    height: 3.12rem;
    padding: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 2400px) {
  .slider .control-slider--vertical {
    width: 14rem;
  }
}
@media only screen and (max-height: 768px) {
  .slider .control-slider--vertical {
    padding: 5rem 0 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .slider .control-slider--vertical {
    padding: 0 2rem;
    display: none;
  }
}
.slider .control-slider--vertical .swiper-button-prev,
.slider .control-slider--vertical .swiper-button-next {
  display: block;
}
.slider .control-slider--vertical .swiper-button-next {
  margin-bottom: 1.42rem;
}
@media only screen and (max-width: 992px) {
  .slider .control-slider--vertical .swiper-button-next {
    margin-bottom: auto;
  }
}
.slider .control-slider--bottom {
  bottom: 0;
  right: 0;
}
.slider__case-details {
  height: 6.5rem;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (min-height: 992px) {
  .slider__case-details {
    height: 9.12rem;
  }
}
@media only screen and (max-width: 1500px) {
  .slider__case-details {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}
@media only screen and (max-width: 992px) {
  .slider__case-details {
    height: 80px;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .slider__case-details {
    height: 48px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.slider__case-details .item-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  overflow: auto;
}
@media only screen and (max-width: 580px) {
  .slider__case-details .item-details {
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
}
@media only screen and (max-width: 992px) {
  .slider__case-details .item-details__client {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .slider__case-details .item-details__category,
  .slider__case-details .item-details .btn-link {
    display: none;
  }
}
.slider__case-details .control-slider {
  width: 11.25rem;
}
@media only screen and (max-width: 992px) {
  .slider__case-details .control-slider {
    width: 0;
  }
}
.slider__case-details .swiper-button-next {
  margin-right: 1.42rem;
}
@media only screen and (max-width: 992px) {
  .slider__case-details .swiper-button-next {
    margin-right: 0;
  }
}

.swiper-container.slider-container-details {
  width: calc(100% - 11.25rem);
}
@media only screen and (max-width: 992px) {
  .swiper-container.slider-container-details {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .swiper-container.slider-container-details .swiper-wrapper {
    align-items: center;
  }
}
.swiper-container.slider-container-details .btn-link {
  margin: 2px;
}

/* Carousel horizontal */
.slider-horizontal {
  padding-left: 4.25rem;
  padding-right: 10rem;
}
@media only screen and (max-width: 1500px) {
  .slider-horizontal {
    padding-left: 3.12rem;
    padding-right: 7.7rem;
  }
}
@media only screen and (max-width: 992px) {
  .slider-horizontal {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}
@media only screen and (max-width: 580px) {
  .slider-horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 2400px) {
  .slider-horizontal {
    padding-left: 6.25rem;
    padding-right: 14rem;
  }
}
.slider-horizontal .slider__caption {
  flex: 0 1 50%;
  height: 100vh;
  padding-right: 3rem;
  width: 50%;
}
.admin-bar .slider-horizontal .slider__caption {
  height: calc(100vh - 32px);
}
@media only screen and (max-width: 992px) {
  .slider-horizontal .slider__caption {
    color: #fff;
    margin: auto;
    margin-top: 5rem;
    height: calc(100vh - 8.12rem);
    position: absolute;
    right: 0;
    left: 0;
    width: 70%;
    text-align: center;
    z-index: 3;
  }
}
@media only screen and (max-width: 580px) {
  .slider-horizontal .slider__caption {
    height: calc(100vh - 63px);
    margin-top: 48px;
    padding: 0 2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .admin-bar .slider-horizontal .slider__caption {
    height: calc(100vh - 109px);
  }
}
@media only screen and (max-width: 992px) {
  .slider-horizontal .slider__caption .title--overhead {
    color: #fff;
    padding: .2rem 0;
    margin: 0;
  }
}
@media only screen and (max-width: 580px) {
  .slider-horizontal .slider__caption .title--overhead {
    padding: 0;
  }
}
.slider-horizontal .slider__caption .title--display-1 .down-up span {
  transition-duration: .4s;
}
@media only screen and (max-width: 992px) {
  .slider-horizontal .slider__caption .title--display-1 {
    font-size: 6.8vw;
    margin-bottom: 0;
    padding: .6rem 0;
    overflow: hidden;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .slider-horizontal .slider__caption .title--display-1 {
    font-size: 6.4vw;
  }
}
@media only screen and (max-width: 580px) {
  .slider-horizontal .slider__caption .title--display-1 {
    font-size: 1.8rem;
    padding-bottom: .9rem;
  }
}
.slider-horizontal .slider__caption .description .down-up span {
  transition-duration: .4s;
}
@media only screen and (max-width: 580px) {
  .slider-horizontal .slider__caption .description {
    line-height: 1.4;
    margin-bottom: .5rem;
  }
}
.slider-horizontal .slider__caption .btn-link .down-up span {
  transition-duration: .4s;
}
@media only screen and (max-width: 992px) {
  .slider-horizontal .slider__caption .btn-link {
    color: #fff;
  }
  .slider-horizontal .slider__caption .btn-link .circle {
    background-color: #fff;
    color: #110f10;
  }
}
.slider-horizontal .slider__caption .swiper-slide-active .title--display-1 .down-up span {
  transition-delay: 0s;
}
.slider-horizontal .slider__caption .swiper-slide-active .description .down-up span {
  transition-delay: .4s;
}
.slider-horizontal .slider__caption .swiper-slide-active .btn-link .down-up span {
  transition-delay: .6s;
}
.slider-horizontal .slider__image {
  flex: 0 0 50%;
  height: 100vh;
  width: 50%;
  overflow: hidden;
  position: relative;
}
.admin-bar .slider-horizontal .slider__image {
  height: calc(100vh - 32px);
}
@media only screen and (max-width: 992px) {
  .slider-horizontal .slider__image {
    flex: 0 0 100%;
    margin-top: 5rem;
    height: calc(100vh - 8.12rem);
    width: 100%;
    order: 1;
  }
}
@media only screen and (max-width: 580px) {
  .slider-horizontal .slider__image {
    height: calc(100vh - 63px);
    margin-top: 48px;
  }
}
@media only screen and (max-width: 580px) {
  .admin-bar .slider-horizontal .slider__image {
    height: calc(100vh - 109px);
    margin-top: 48px;
  }
}
.slider-horizontal .slider__image .overlay--45::before {
  display: none;
}
@media only screen and (max-width: 992px) {
  .slider-horizontal .slider__image .overlay--45::before {
    display: block;
  }
}
@media only screen and (min-width: 2400px) {
  .slider-horizontal .social {
    left: 6.25rem;
  }
}

/* Carousel vertical */
.slider-vertical {
  height: calc(92vh - 218px);
  margin-top: 114px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .slider-vertical {
    height: calc(100vh - 160px);
    margin-top: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .slider-vertical {
    height: calc(100vh - 96px);
    margin-top: 48px;
  }
}
@media only screen and (max-width: 580px) {
  .admin-bar .slider-vertical {
    height: calc(100vh - 142px);
  }
}
.slider-vertical .slider__caption {
  flex: 0 1 50%;
  height: 100%;
  padding-left: 7rem;
  padding-right: 10rem;
  width: 50%;
}
@media only screen and (max-width: 1500px) {
  .slider-vertical .slider__caption {
    padding-left: 5.62rem;
    padding-right: 0;
  }
}
@media only screen and (max-width: 992px) {
  .slider-vertical .slider__caption {
    color: #fff;
    margin: auto;
    padding-left: 3.12rem;
    padding-right: 3.12rem;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 3;
  }
}
@media only screen and (max-width: 580px) {
  .slider-vertical .slider__caption {
    padding-left: 1.42rem;
    padding-right: 1.42rem;
    padding-bottom: 0;
  }
}
.slider-vertical .slider__caption .title--display-1 {
  margin-bottom: .1rem;
}
@media only screen and (max-width: 992px) {
  .slider-vertical .slider__caption .title--display-1 {
    font-size: 6.8vw;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .slider-vertical .slider__caption .title--display-1 {
    font-size: 6vw;
    margin-bottom: .6rem;
  }
}
@media only screen and (max-width: 580px) {
  .slider-vertical .slider__caption .title--display-1 {
    font-size: 1.8rem;
  }
}
.slider-vertical .slider__image {
  flex: 0 0 50%;
  height: 100%;
}
.slider-vertical .slider__image.overlay--45::before {
  display: none;
}
@media only screen and (max-width: 992px) {
  .slider-vertical .slider__image {
    flex: 0 0 100%;
  }
  .slider-vertical .slider__image.overlay--45::before {
    display: block;
    z-index: 2;
  }
}

/* Slider Fullscreen */
.slider-fullscreen {
  height: 100vh;
  position: relative;
  z-index: 0;
}
.admin-bar .slider-fullscreen {
  height: calc(100vh - 32px);
}
.slider-fullscreen .title--display-1 {
  font-size: 5rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 992px) {
  .slider-fullscreen .title--display-1 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 580px) {
  .slider-fullscreen .title--display-1 {
    font-size: 2.5rem;
  }
}
.slider-fullscreen .category, .slider-fullscreen .year {
  font-weight: 500;
  margin-left: .5rem;
}
@media only screen and (max-width: 992px) {
  .slider-fullscreen .category, .slider-fullscreen .year {
    font-weight: 400;
    margin-left: 0;
  }
}
.slider-fullscreen .year {
  opacity: .5;
  margin-top: .5rem;
}
.slider-fullscreen.overlay--45::before {
  z-index: 2;
}
.slider-fullscreen .slider__caption {
  height: 100%;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 1500px) {
  .slider-fullscreen .slider__caption {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}
@media only screen and (max-width: 580px) {
  .slider-fullscreen .slider__caption {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 2400px) {
  .slider-fullscreen .slider__caption {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.slider-fullscreen .slider__caption .slider__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5rem;
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 1500px) {
  .slider-fullscreen .slider__caption .slider__item {
    width: 80%;
  }
}
@media only screen and (max-width: 1200px) {
  .slider-fullscreen .slider__caption .slider__item {
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .slider-fullscreen .slider__caption .slider__item {
    text-align: center;
  }
}
@media only screen and (max-width: 580px) {
  .slider-fullscreen .slider__caption .slider__item .description {
    display: none;
  }
}
.slider-fullscreen .slider__image.overlay--45:before {
  z-index: 10;
}
.slider-fullscreen .slider__center {
  padding-top: 2rem;
}
@media only screen and (max-width: 992px) {
  .slider-fullscreen .slider__center {
    padding-top: 5.8rem;
  }
}
.slider-fullscreen .slider__end {
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 992px) {
  .slider-fullscreen .slider__end {
    margin-bottom: 6rem;
  }
}
@media only screen and (max-width: 580px) {
  .slider-fullscreen .slider__end {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 992px) {
  .slider-fullscreen .control-slider {
    margin-bottom: 1rem;
  }
}

/* Slider simply */
.slider-simply {
  margin: 0 0 1rem;
}
@media only screen and (max-width: 992px) {
  .slider-simply .swiper-control .swiper-button-prev,
  .slider-simply .swiper-control .swiper-button-next {
    position: relative;
    right: 0;
    left: 0;
  }
}

/* Swiper */
.swiper-container {
  position: relative;
  width: 100%;
}
.swiper-container .swiper-slide {
  overflow: hidden;
}
.swiper-container .swiper-slide .down-up span {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: opacity, transform .4s ease-out;
}
.swiper-container .swiper-slide .js-text-wave div span {
  transform: translate3d(0, 100%, 0);
}
.swiper-container .swiper-slide__link {
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.swiper-container .swiper-slide .cover-slider {
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.swiper-container .swiper-slide-active .down-up span,
.swiper-container .swiper-slide-duplicate-active .down-up span {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition-delay: 0.5s !important;
}
.swiper-container .swiper-slide-active .js-text-wave div span,
.swiper-container .swiper-slide-duplicate-active .js-text-wave div span {
  transform: translate3d(0, 0, 0);
}
.swiper-container .swiper-slide-duplicate .js-text-wave div span,
.swiper-container .swiper-slide-duplicate .down-up span {
  transform: translate3d(0, 100%, 0);
}

.fade {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-delay: .6s;
}

.swiper-slide-active .fade,
.swiper-slide-duplicate-active .fade {
  opacity: 1;
  transition-delay: .9s;
}

/* Control Swiper */
.swiper-control {
  line-height: 0;
}
.swiper-control .swiper-pagination {
  position: relative;
}
.swiper-control .swiper-button-prev,
.swiper-control .swiper-button-next {
  background-image: none;
  display: inline-block;
  margin-top: 0;
  height: 46px;
  width: 46px;
  outline: none;
  position: relative;
  top: 0;
  transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.swiper-control .swiper-button-prev:hover,
.swiper-control .swiper-button-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .swiper-control .swiper-button-prev,
  .swiper-control .swiper-button-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 32px;
    width: 32px;
  }
}
.swiper-control .swiper-button-prev--square,
.swiper-control .swiper-button-next--square {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 5rem;
  overflow: hidden;
  width: 5rem;
}
@media only screen and (max-width: 580px) {
  .swiper-control .swiper-button-prev--square,
  .swiper-control .swiper-button-next--square {
    height: 3rem;
    width: 3rem;
  }
}
.swiper-control .swiper-button-prev--square::after, .swiper-control .swiper-button-prev--square::before,
.swiper-control .swiper-button-next--square::after,
.swiper-control .swiper-button-next--square::before {
  content: '';
  background: #110f10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.swiper-control .swiper-button-prev--square::after,
.swiper-control .swiper-button-next--square::after {
  transform: translate3d(100%, 0, 0);
}
.swiper-control .swiper-button-prev--square::before,
.swiper-control .swiper-button-next--square::before {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.swiper-control .swiper-button-prev--square::after, .swiper-control .swiper-button-prev--square:hover::before,
.swiper-control .swiper-button-next--square::after,
.swiper-control .swiper-button-next--square:hover::before {
  transition: transform 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  opacity: 1;
}
.swiper-control .swiper-button-prev--square:hover::after,
.swiper-control .swiper-button-next--square:hover::after {
  transition: none;
  opacity: 0;
}
.swiper-control .swiper-button-prev--square:hover::after, .swiper-control .swiper-button-prev--square:hover::before,
.swiper-control .swiper-button-next--square:hover::after,
.swiper-control .swiper-button-next--square:hover::before {
  transform: translate3d(0, 0, 0);
}
.swiper-control .swiper-button-prev--square:hover,
.swiper-control .swiper-button-next--square:hover {
  color: #fff;
}
.swiper-control .swiper-button-prev {
  left: 0;
}
@media only screen and (max-width: 992px) {
  .swiper-control .swiper-button-prev {
    left: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .swiper-control .swiper-button-prev {
    left: 15px;
  }
}
.swiper-control .swiper-button-next {
  right: 0;
}
@media only screen and (max-width: 992px) {
  .swiper-control .swiper-button-next {
    right: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .swiper-control .swiper-button-next {
    right: 15px;
  }
}

/* SVG button */
.slider-nav {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.slider-nav--progress {
  transform: rotate(-90deg);
}
.slider-nav__arrow {
  fill: var(--color-button);
}
.slider-nav__arrow--white {
  fill: #fff;
}
.slider-nav__path-progress {
  stroke-width: 1;
  fill: none;
  transform: rotate(180deg);
  transform-origin: center;
}
.slider-nav__path-progress--gray {
  stroke: var(--color-button);
}
.slider-nav__path-progress--white {
  stroke: #fff;
}
.slider-nav__path--gray {
  stroke-width: 1;
  fill: transparent;
  stroke: #8d99a7;
  opacity: .4;
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.slider-nav__path--white {
  stroke: rgba(255, 255, 255, 0.2);
  fill: transparent;
}
.slider-nav:hover .slider-nav__path--gray {
  opacity: 1;
  stroke: var(--color-button);
  fill: var(--color-button);
}
.slider-nav:hover .slider-nav__path--white {
  opacity: 1;
  stroke: #fff;
  fill: #fff;
}
.slider-nav:hover .slider-nav__arrow {
  fill: #fff;
}
.slider-nav:hover .slider-nav__arrow--white {
  fill: var(--color-button);
}

@keyframes circle-progress {
  from {
    stroke-dashoffset: 300;
  }
  to {
    stroke-dashoffset: 0;
  }
}
/* Pagination */
.slider .swiper-pagination-bullet {
  background: #8d99a7;
  display: block;
  height: 6px;
  margin: 30px 0;
  opacity: 1;
  outline: none;
  width: 6px;
}
@media only screen and (max-width: 992px) {
  .slider .swiper-pagination-bullet {
    display: inline-block;
    margin: 0 10px;
  }
}
.slider .swiper-pagination-bullet-active {
  background: #110f10;
}

.slider .swiper-pagination--white .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 4px rgba(17, 15, 16, 0.3);
}
.slider .swiper-pagination--white .swiper-pagination-bullet-active {
  background: white;
}

/* Pagination number */
.slider .swiper-pagination-num {
  font-size: 3rem;
  color: inherit;
  font-weight: 300;
  margin-top: -3rem;
  margin-left: 4.25rem;
  position: absolute;
  bottom: auto;
  text-align: left;
  width: auto;
  z-index: 1;
}
@media only screen and (max-width: 992px) {
  .slider .swiper-pagination-num {
    display: none;
  }
}

/* -----------------------------------------------------------------
    - Sections
----------------------------------------------------------------- */
.container-no-gutters {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.container-cutout {
  padding-left: 12vw;
  padding-right: 12vw;
}
@media only screen and (max-width: 768px) {
  .container-cutout {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.fullheight {
  height: 100vh;
}

.flex-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-conteiner-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
@media only screen and (max-width: 1500px) {
  .flex-conteiner-fluid {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}
@media only screen and (max-width: 580px) {
  .flex-conteiner-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 2400px) {
  .flex-conteiner-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}

.mw {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.h--100 {
  height: 100vh;
}
@media only screen and (max-width: 768px) {
  .h--100 {
    height: 100%;
  }
}

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

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

.mt--2 {
  margin-top: 2rem;
}
@media only screen and (max-width: 580px) {
  .mt--2 {
    margin-top: 1rem;
  }
}

.mb--2 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 580px) {
  .mb--2 {
    margin-bottom: 1rem;
  }
}

.mt--5 {
  margin-top: 5rem;
}
@media only screen and (max-width: 580px) {
  .mt--5 {
    margin-top: 2.5rem;
  }
}

.mb--5 {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 580px) {
  .mb--5 {
    margin-bottom: 2.5rem;
  }
}

.mt--8 {
  margin-top: 8rem;
}
@media only screen and (max-width: 580px) {
  .mt--8 {
    margin-top: 4rem;
  }
}

.mb--8 {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 580px) {
  .mb--8 {
    margin-bottom: 4rem;
  }
}

.mt--10 {
  margin-top: 10rem;
}
@media only screen and (max-width: 580px) {
  .mt--10 {
    margin-top: 5rem;
  }
}

.mb--10 {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 580px) {
  .mb--10 {
    margin-bottom: 5rem;
  }
}

.tail {
  display: block;
  position: relative;
  padding-left: 12vw;
}
.tail::before {
  content: '';
  background-color: #fff;
  height: 1px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10vw;
}
@media only screen and (max-width: 992px) {
  .tail::before {
    width: 0;
  }
}
@media only screen and (max-width: 992px) {
  .tail {
    padding-left: 0;
  }
}
.wrap-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.js-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
}
.header-video {
  object-fit:cover;
}
.overlay::before, .overlay--45::before, .overlay--80::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.overlay {
  position: relative;
}
.overlay::before {
  background-color: rgba(17, 15, 16, 0.35);
}
.overlay--45::before {
  background-color: rgba(17, 15, 16, 0.45);
}
.overlay--80::before {
  background-color: rgba(17, 15, 16, 0.8);
}
.overlay .container {
  position: relative;
  z-index: 1;
}

.social {
  line-height: .8;
}
.social--floating {
  position: absolute;
  bottom: 3.1rem;
  left: 4.25rem;
  z-index: 1;
}
@media only screen and (max-height: 768px) {
  .social--floating {
    left: 3.12rem;
    bottom: 2rem;
  }
}
.social--white .social__link {
  color: #fff;
}
.social--white .social__link:hover {
  color: #fff;
}
.social--right {
  left: auto;
  right: 4.25rem;
}
.social__link {
  font-size: 1rem;
  display: inline-block;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  .social__link {
    margin-right: 1.071rem;
    margin-bottom: 1rem;
  }
}
.social__link:hover {
  color: #110f10;
}
.social__link:last-child {
  margin-right: 0;
}

.case-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  font-size: 0.93rem;
  z-index: 1;
}
@media only screen and (max-width: 580px) {
  .case-details {
    font-size: .875rem;
  }
}
.case-details--vertical {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.case-details--vertical .item-details {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .case-details .item-details {
    flex: 0 0 100%;
  }
  .case-details .item-details:nth-last-child(2) {
    flex: 0 0 60%;
    margin-bottom: 0;
  }
  .case-details .item-details:last-child {
    flex: 0 0 40%;
    margin-bottom: -1.87rem;
  }
}
@media only screen and (max-width: 580px) {
  .case-details .item-details:nth-last-child(2) {
    flex: 0 0 100%;
  }
  .case-details .item-details:last-child {
    flex: 0 0 100%;
    margin-top: 1rem;
    margin-bottom: 0;
    text-align: left;
  }
}
.case-details .item-details__title {
  color: #8d99a7;
  display: block;
  letter-spacing: .1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.case-details .item-details--end {
  margin-bottom: -2.2rem;
  text-align: right;
  flex: 0 0 35%;
}
.case-details .item-details.swiper-slide-duplicate {
  visibility: hidden;
}
.case-details .btn-link {
  justify-content: flex-end;
}

.slider__case-details {
  flex-wrap: nowrap;
}
.slider__case-details .item-details:nth-last-child(2) {
  flex: 0 0 100%;
}
.slider__case-details .item-details:last-child {
  flex: 0 0 100%;
  margin-top: 0;
  text-align: center;
}

.itemCard {
  margin-top: 1.87rem;
  padding-right: 8px;
  padding-left: 8px;
}
@media only screen and (max-width: 580px) {
  .itemCard {
    margin-top: .5rem;
    padding-right: 30px;
    padding-left: 30px;
  }
  .itemCard:first-child {
    margin-top: 0;
  }
}
.itemCard__imageWrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  overflow: hidden;
}
.itemCard .itemCard__image {
  object-fit: cover;
  max-height: 500px;
  width: 100%;
}
@media only screen and (max-width: 580px) {
  .itemCard .itemCard__image {
    height: 300px;
  }
}
@media only screen and (min-width: 1500px) {
  .itemCard .itemCard__image {
    max-height: 600px;
  }
}
.itemCard__header {
  margin-top: 2rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 1200px) {
  .itemCard__header {
    margin-left: 1.6rem;
  }
}
@media only screen and (max-width: 992px) {
  .itemCard__header {
    margin-left: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .itemCard__header {
    margin-top: 1.2rem;
    margin-left: 0;
  }
}
.itemCard__title {
  margin-bottom: .8rem;
}

.item-brand {
  background-color: rgba(199, 201, 209, 0.09);
  text-align: center;
  overflow: hidden;
  margin-bottom: 30px;
}
@media only screen and (max-width: 580px) {
  .item-brand {
    margin-bottom: 15px;
  }
}
.item-brand:hover .item-brand__logo {
  transform: scale(1.1);
}
.item-brand__logo {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}

@media only screen and (max-width: 580px) {
  .brands-wrap:nth-child(odd) div {
    margin-right: -7.5px;
  }
}
/* -----------------------------------------------------------------
    - Project
----------------------------------------------------------------- */
.js-masonry-project {
  overflow-y: hidden;
  margin-left: -4%;
  margin-right: -4%;
}
@media only screen and (max-width: 1200px) {
  .js-masonry-project {
    margin-left: -2%;
    margin-right: -2%;
  }
}
@media only screen and (max-width: 768px) {
  .js-masonry-project {
    margin-left: 0;
    margin-right: 0;
  }
}

.elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project {
  flex: 0 0 calc(46% - 4%);
  margin-left: 4%;
  margin-right: 4%;
  margin-bottom: 5rem;
  overflow: hidden;
  width: calc(46% - 4%);
}
@media only screen and (max-width: 1200px) {
  .elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project {
    flex: 0 0 calc(48% - 2%);
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2.4rem;
    width: calc(48% - 2%);
  }
}
@media only screen and (max-width: 992px) {
  .elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project {
    margin-bottom: 1.65rem;
  }
}
@media only screen and (max-width: 768px) {
  .elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project {
    flex: 0 0 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project {
    margin-bottom: 15px;
  }
}
.elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project:last-child {
  margin-bottom: 0;
}
.elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project:hover .item-news__image {
  transform: scale(1.1);
}
.elementor-section .elementor-widget-container .flex-grid .item-masonry.item-project .item-project__figure {
  margin: 0;
}
.item-project__link {
  width: 100%;
}

.gutter-sizer {
  width: 8%;
}
.gutter-sizer--2 {
  width: 8%;
}
.gutter-sizer--3 {
  width: 4.98%;
}
@media only screen and (max-width: 1200px) {
  .gutter-sizer {
    width: 4%;
  }
  .gutter-sizer--2 {
    width: 4%;
  }
  .gutter-sizer--3 {
    width: 8%;
  }
}

.onHover {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-decoration: none;
  z-index: 1;
}
.onHover::before {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .9s ease-in-out;
  z-index: 1;
}
.onHover:hover {
  opacity: 1;
}
.onHover:hover::before {
  opacity: 1;
}
.onHover:hover .onHover__details, .onHover:hover .title {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}
.onHover__details {
  color: #fff;
  padding: 0 2rem;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 100%, 0);
  transition: all .5s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 580px) {
  .onHover__details {
    padding: 0 15px;
  }
}
.onHover .title {
  margin-bottom: 1.5rem;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all .5s .1s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .onHover .title {
    font-size: 1.286rem;
  }
}
@media only screen and (max-width: 768px) {
  .onHover .title {
    font-size: 1.715rem;
  }
}
@media only screen and (max-width: 580px) {
  .onHover .title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 1200px) {
  .onHover .client {
    font-size: .86rem;
  }
}
@media only screen and (max-width: 768px) {
  .onHover .client {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .onHover .client {
    font-size: .875rem;
  }
}
.touch .onHover {
  opacity: 1;
}
.touch .onHover::before {
  opacity: 1;
}
.touch .onHover__details, .touch .onHover .title {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
}

.grid-carousel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.admin-bar .grid-carousel {
  height: calc(100vh - 32px);
}
@media only screen and (max-width: 580px) {
  .admin-bar .grid-carousel {
    height: calc(100vh - 46px);
  }
}

.projects-carousel .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 60vh;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .projects-carousel .swiper-slide {
    width: 70%;
  }
}
@media only screen and (max-width: 580px) {
  .projects-carousel .swiper-slide {
    height: 100vh;
    max-height: 100%;
    width: 100%;
  }
}
.projects-carousel .swiper-slide--portrait {
  width: calc(60vh / 1.5);
}
.projects-carousel .swiper-slide--square {
  width: 60vh;
}
.projects-carousel .swiper-slide__link {
  color: #fff;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.projects-carousel .swiper-slide__link::before {
  content: '';
  background-color: rgba(17, 15, 16, 0.15);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.projects-carousel .swiper-slide__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 2vw;
  position: relative;
  height: 100%;
  z-index: 1;
}
.projects-carousel .swiper-slide .title {
  font-size: 2.8vw;
  letter-spacing: -1px;
  margin-top: 1rem;
  margin-bottom: 1.5vw;
  transition: all .3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .projects-carousel .swiper-slide .title {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .projects-carousel .swiper-slide .title {
    font-size: 2.5rem;
    margin-bottom: .5rem;
  }
}
@media only screen and (max-width: 580px) {
  .projects-carousel .swiper-slide .title {
    font-size: 2rem;
	margin-bottom: 1.3rem;
  }
  .projects-carousel .swiper-slide__description {
    padding: 0 1rem;
  }
}

.projects-carousel .swiper-slide .cover-slider {
  transform: matrix(1, 0, 0, 1, 0, 0);
  transition: all .6s ease-in-out;
}
.projects-carousel .swiper-slide .change-text {
  margin-top: -1rem;
  font-size: 1rem;
  position: relative;
  overflow: hidden;
  transition: all .3s ease-in-out;
}
@media only screen and (min-width: 1500px) {
  .projects-carousel .swiper-slide .change-text {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .projects-carousel .swiper-slide .change-text {
    font-size: 1rem;
  }
}
.projects-carousel .swiper-slide .change-text__back {
  position: absolute;
  top: 0;
  width: 100%;
  transform: translate3d(0, 100%, 0);
  transition: transform .3s ease-in-out;
}
.projects-carousel .swiper-slide .change-text__front {
  margin-top: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  transition: transform .3s ease-in-out;
}
.projects-carousel .swiper-slide-active:hover .cover-slider {
  transform: matrix(1.08, 0, 0, 1.08, 0, 0);
}
.projects-carousel .swiper-slide-active:hover .change-text__back {
  transform: translate3d(0, 0, 0);
}
.projects-carousel .swiper-slide-active:hover .change-text__front {
  transform: translate3d(0, -100%, 0);
}
.projects-carousel .swiper-slide-active .js-text-wave div span, .projects-carousel .swiper-slide-duplicate.swiper-slide-active .js-text-wave div span {
  transform: translate3d(0, 0, 0);
}
.projects-carousel .swiper-slide-active .down-up span, .projects-carousel .swiper-slide-duplicate.swiper-slide-active .down-up span {
  transform: translate3d(0, 0, 0);
}
.projects-carousel .swiper-pagination-progressbar {
  background-color: rgba(197, 210, 224, 0.3);
  height: 3px;
  width: 100%;
  position: fixed;
  top: auto!important;
  bottom: 0!important;
}
.projects-carousel .swiper-pagination-progressbar-fill {
  background-color: #110f10;
}

/* -----------------------------------------------------------------
    - Project Single
----------------------------------------------------------------- */
.header-fullscreen {
  background-color: #110f10;
  color: #fff;
  height: 100vh;
}
.admin-bar .header-fullscreen {
  height: calc(100vh - 32px);
}
@media only screen and (max-width: 580px) {
  .admin-bar .header-fullscreen {
    height: calc(100vh - 46px);
  }
}
.header-fullscreen.header-page {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 580px) {
  .header-fullscreen.header-page {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.header-fullscreen .title--overhead,
.header-fullscreen .item-details__title,
.header-fullscreen .btn-link {
  color: #fff;
}
.header-fullscreen .title--tail::before {
  background-color: #fff;
}

.header-page {
  margin-top: 20vh;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .header-page {
    margin-top: 9.37rem;
  }
}
@media only screen and (max-width: 580px) {
  .header-page {
  margin-top: 5rem;
	margin-bottom: 1rem;
  }
}
.section-blog__single .header-page .title--h1 {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 580px) {
  .section-blog__single .header-page .title--h1 {
    margin-bottom: 0;
  }
}

.header-page--gutterBottom {
  height: 90vh;
}
.has-post-thumbnail .header-page--half,
.project-single .header-page--half {
  margin-bottom: 4rem;
}
.header-page--half {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 580px) {
  .has-post-thumbnail .header-page--half {
    margin-bottom: 1.2rem;
  }
  .header-page--half,
  .project-single .header-page--half {
    margin-bottom: 2rem;
  }
}
.header-page__container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-left: 4.25rem;
  padding-right: 4.25rem;
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 1500px) {
  .header-page__container-fluid {
    padding-left: 3.12rem;
    padding-right: 3.12rem;
  }
}
@media only screen and (max-width: 580px) {
  .header-page__container-fluid {
    padding-left: 1.42rem;
    padding-right: 1.42rem;
  }
}
@media only screen and (min-width: 2400px) {
  .header-page__container-fluid {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }
}
.header-page__container-fluid .row {
  align-items: center;
  width: 100%;
}
.header-page .title--display-1 {
  font-weight: 300;
}
@media only screen and (max-width: 580px) {
  .header-page .title--display-1 {
    font-weight: 400;
  }
}
.header-page__description {
  font-size: 1.125rem;
}
@media only screen and (max-width: 992px) {
  .header-page .title--display-1 {
	  font-size: 3.2rem;
  }
  .header-page__description {
    padding-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 768px) {
  .header-page .title--display-1 {
	  font-size: 3rem;
  }
}
@media only screen and (max-width: 580px) {
  .header-page .title--display-1 {
	  font-size: 2rem;
  }
  .header-page__description {
    line-height: 1.6;
  }
}
.not-found .title--h4 {
  margin-bottom: 1.2rem;
}

.flex-center-end {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.flex-center-end .flex-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  flex: 1;
}
.flex-center-end .flex-center__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  width: 100%;
}

.image-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: center;
  height: 45vw;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .image-container {
    height: 60vw;
  }
}
@media only screen and (max-width: 580px) {
  .image-container {
    height: 300px;
  }
}
.image-container--gutters {
  margin-left: 4.25rem !important;
  margin-right: 4.25rem !important;
}
.project-single .elementor-widget-wrap {
	padding: 0!important;
}
@media only screen and (max-width: 768px) {
  .image-container--gutters {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
}
@media only screen and (max-width: 580px) {
  .image-container--gutters {
    margin-left: .93rem !important;
    margin-right: .93rem !important;
  }
}
.image-container--half {
  margin-right: 30%;
}
@media only screen and (max-width: 992px) {
  .image-container--half {
    margin-right: 0;
  }
}
.image-container--cutoutRight {
  margin-right: 12vw !important;
}
@media only screen and (max-width: 768px) {
  .image-container--cutoutRight {
    margin-right: 0 !important;
  }
}

.video-container {
  height: 45vw;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .video-container {
    height: 60vw;
  }
}
@media only screen and (max-width: 580px) {
  .video-container {
    height: 300px;
    margin-bottom: 1rem;
  }
}
.video-container .video__btn {
  background-color: var(--color-button);
  box-shadow: 0 0 0 0px var(--color-button);
  border: 0;
  border-radius: 50%;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  height: 7.5rem;
  letter-spacing: .3rem;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  text-transform: uppercase;
  width: 7.5rem;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all .3s ease-in-out;
  z-index: 2;
}
@media only screen and (max-width: 992px) {
  .video-container .video__btn {
    height: 5rem;
    letter-spacing: .2rem;
    width: 5rem;
  }
}
@media only screen and (max-width: 580px) {
  .video-container .video__btn {
    height: 3.75rem;
    letter-spacing: .2rem;
    width: 3.75rem;
  }
}
.video-container .video__btn:before {
  content: "PLAY";
}
.video-container .video__btn:hover {
  background-color: var(--color-button);
  box-shadow: 0 0 0 10px var(--color-button);
  cursor: pointer;
}
.video-container .video__btn:focus {
  outline: 0;
}
.video-container .video__poster {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 1;
  visibility: visible;
  transition: .3s ease-in-out;
  transition-duration: 0.5s;
  width: 100%;
  z-index: 1;
}
.video-container .video__poster::before {
  content: '';
  background: rgba(17, 15, 16, 0.2);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s ease-in-out;
  width: 100%;
  z-index: 1;
}
.video-container .video__poster:hover::before {
  background: rgba(17, 15, 16, 0);
}

.js-video.is-active .video__poster {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.caption-single ul {
  padding-left: 0;
  list-style: none;
}

.caption-single .services-item {
  margin-bottom: 2rem;
}

.caption-single .services-item:nth-last-child(1),
.caption-single .services-item:nth-last-child(2) {
  margin-bottom: 0;
}

.caption-single {
  padding-top: 4rem;
}
@media only screen and (max-width: 992px) {
  .caption-single {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .caption-single {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .caption-single {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }
}

.num-article {
  color: #8d99a7;
  display: inline-block;
  text-transform: uppercase;
}
.num-article--light {
  font-weight: 300;
}
@media only screen and (max-width: 992px) {
  .num-article {
    margin-bottom: .93rem;
  }
}

.slider-article .swiper-slide {
  height: 45vw;
}
@media only screen and (max-width: 992px) {
  .slider-article .swiper-slide {
    height: 60vw;
  }
}
@media only screen and (max-width: 580px) {
  .slider-article .swiper-slide {
    height: 300px;
  }
}

@media only screen and (max-width: 768px) {
  .gallery-two {
    max-width: 100%;
    padding-left: 1.87rem;
    padding-right: 1.87rem;
  }
}
@media only screen and (max-width: 580px) {
  .gallery-two {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: .5rem;
  }
}
.gallery-two .gallery-two__item--full:first-child {
  flex-basis: 70%;
}
.gallery-two .gallery-two__item--full:last-child {
  flex-basis: 30%;
}
.gallery-two.container {
  margin-left: auto !important;
  margin-right: auto !important;
}
.gallery-two__item {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .gallery-two__item {
    margin-left: .62rem;
    margin-right: .62rem;
  }
}
@media only screen and (max-width: 580px) {
  .gallery-two__item {
    margin-left: 0;
    margin-right: 0;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
}
.gallery-two__item--irregular {
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .gallery-two__item--irregular {
    width: 100%;
  }
}
.gallery-two__item--irregular-right {
  align-self: flex-end;
  width: 50%;
}
@media only screen and (max-width: 992px) {
  .gallery-two__item--irregular-right {
    align-self: auto;
    width: 100%;
  }
}
.gallery-two__item:first-child {
  margin-left: 0;
}
.gallery-two__item:last-child {
  margin-right: 0;
}
.gallery-two .note {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center;
  background-color: #110f10;
  color: #fff;
  font-size: .87rem;
  height: 9.37rem;
  width: 9.37rem;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .gallery-two .note {
    height: auto;
  }
}
@media only screen and (max-width: 580px) {
  .gallery-two .note {
    padding: 1rem;
  }
}

.page-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(17, 15, 16, 0.1);
  border-bottom: 1px solid rgba(17, 15, 16, 0.1);
  margin-top: 4rem;
  padding: 2rem 1rem;
}
.post-navigation .page-nav,
.portfolio-navigation .page-nav {
  align-items: center;
  margin-top: 2rem;
}
.post-navigation .page-nav,
.portfolio-navigation.page-nav {
  border: 0;
  justify-content: center;
}
.post-navigation .page-nav .page-numbers,
.portfolio-navigation.page-nav .page-numbers {
  color: #8d99a7;
  height: 2.85rem;
  min-width: 2.85rem;
  margin: 0 .2rem;
  justify-content: center;
}
.post-navigation .page-nav .page-numbers .circle,
.portfolio-navigation.page-nav .circle {
  margin: 0;
}

@media only screen and (max-width: 992px) {
  .post-navigation .page-nav .page-numbers,
  .portfolio-navigation.page-nav .page-numbers {
	color: #8d99a7;
	height: 2rem;
    min-width: 2rem;
    margin: 0 .2rem;
	justify-content: center;
  }	
}
@media only screen and (max-width: 580px) {
  .post-navigation .page-nav {
    margin-top: 2.5rem;
  }
  .portfolio-navigation {
    margin-top: 1rem;
	margin-bottom: 1rem;
  }
  .portfolio-navigation.page-nav {
	margin-top: 2rem;
	height: auto;
    padding: 0!important;
  }
  .post-navigation .page-nav .page-numbers,
  .portfolio-navigation.page-nav .page-numbers {
	color: #8d99a7;
	height: 2rem;
    min-width: 2rem;
    margin: 0;
	justify-content: center;
  }	
  .post-navigation .page-nav .prev > span,
  .post-navigation .page-nav .next > span,
  .portfolio-navigation .prev > span,
  .portfolio-navigation .next > span {
    display: none;
  }
  .post-navigation .page-nav .circle--right,
  .portfolio-navigation .circle--right {
    margin-left: 0;
  }
  .post-navigation .page-nav .circle--left,
  .portfolio-navigation .circle--left {
    margin-right: 0;
  }
  .post-navigation .page-nav,
  .page-nav.portfolio-navigation {
    padding: 2rem 0;
  }
}
.project-single .page-nav {
  padding: 2rem 4.25rem;
}
@media only screen and (max-width: 992px) {
  .page-nav {
    margin-top: 3rem;
    padding: 2rem 1.87rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-nav {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .page-nav {
    margin-top: 1.42rem;
    height: 48px;
    padding: 0 15px;
  }
}
.page-nav__single {
  margin-top: 6rem;
  padding: 3rem 0 4rem;
}
@media only screen and (max-width: 580px) {
  .page-nav__single {
    height: auto;
    margin-top: 2rem;
    padding: 1.2rem 0 2rem;
  }
}
.page-nav .page-numbers,
.single .entry-content .page-nav .page-number {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .page-nav .page-numbers,
  .single .entry-content .page-nav .page-number {
    font-size: .82rem;
    font-weight: 500;
    letter-spacing: 0;
  }
}
.page-nav .btn-link,
.page-nav .prev.page-numbers,
.page-nav .next.page-numbers {
  font-size: .93rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .page-nav .btn-link,
  .page-nav .prev.page-numbers,
  .page-nav .next.page-numbers {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 580px) {
  .project-single .page-nav {
    padding: 1.6rem 1rem;
  }
  .project-single .page-nav	.circle--left {
    margin-right: 0.6rem;
  }
  .project-single .page-nav	.circle--right {
    margin-left: 0.6rem;
  }
}
.single .entry-content .page-nav {
  align-items: center;
  justify-content: center;
}
.single .entry-content .page-nav .post-page-numbers {
  margin: 0 2rem;
}

.award-item {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1500px) {
  .award-item {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .award-item {
    margin-bottom: 1.5rem;
  }
  .award-item:first-child {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .award-item {
	margin-bottom: 1rem;	
  }
  .award-item:last-child {
    margin-bottom: 0;
  }
}
.award-item .title {
  margin-bottom: .5rem;
}

/* -----------------------------------------------------------------
    - About
----------------------------------------------------------------- */
.col--award {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .col--award {
    width: 100%;
  }
}

.col--clint {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .col--clint {
    width: 100%;
  }
}

.col--year {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  .col--year {
    width: 100%;
  }
}

/* -----------------------------------------------------------------
    - Services
----------------------------------------------------------------- */
.itemService {
  margin-top: 1.87rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .itemService {
    margin-top: 0;
    margin-bottom: 1.8rem;
  }
}
.itemService .paragraph {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .itemService .itemCard__header {
    margin-top: 1.5rem;
  }
}

/* -----------------------------------------------------------------
    - Contact
----------------------------------------------------------------- */
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: .8em;
  margin-top: 0.5rem;
}
.wpcf7 form .wpcf7-response-output {
  background: #fff;
  border: 0;
  border-radius: 30px;
  box-shadow: 0 20px 40px 0 rgb(0 0 0 / 10%);
  color: #110f10;
  font-size: .88rem;
  line-height: 1.2;
  padding: .8rem 1rem;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 5;
  animation: wpcf7-response-fade-out .8s 12s ease-in-out forwards;
}
@keyframes wpcf7-response-fade-out {
 from {opacity:1; transform: translateY(0));}
 to {opacity:0; transform: translateY(calc(100% + 30px));}
}
.contect-block.js-block {
	overflow: inherit!important;
	transform: none!important;
}

@media only screen and (max-width: 768px) {
  .contect-block .title {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .contect-block {
    margin-top: 2rem;
  }
  .wpcf7 form .wpcf7-response-output {
	border-radius: 6px;
    font-size: .8rem;
    bottom: 15px;
    margin: 0 15px;
	width: calc(100% - 30px);
  }
}

.contact-info {
  font-size: 1.5rem;
  line-height: 1.7;
}
@media only screen and (max-width: 1200px) {
  .contact-info {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .contact-info {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.contact-wrap {
  margin-top: 4rem;
  padding-left: 6rem;
  padding-right: 8.26rem;
}
@media only screen and (max-width: 1500px) {
  .contact-wrap {
    padding-left: 4rem;
    padding-right: 6.26rem;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-wrap {
    padding-left: 0;
    padding-right: 1.25rem;
  }
}
@media only screen and (max-width: 992px) {
  .contact-wrap {
    margin-top: 6rem;
    padding-right: 0;
  }
}
@media only screen and (min-width: 2400px) {
  .contact-wrap {
    padding-left: 10rem;
    padding-right: 14.26rem;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-wrap .btn {
    width: 100%;
  }
}
.contact-wrap #validator-contact {
  padding-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .contact-form {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .contact-form .btn {
    width: 100%;
  }
}

.col-map {
	height: 100%;
}
.map-block {
  background-color: #110f10;
  height: 100vh;
  margin-right: -4.25rem;
  position: absolute;
  top: 0;
  right: 0;
  direction: ltr !important;
}
@media only screen and (max-width: 1500px) {
  .map-block {
    margin-right: -3.12rem;
  }
}
@media only screen and (max-width: 1200px) {
  .section-contact-map,
  .section-contact-map .h--100 {
	height: auto!important;	
  }
  .section-contact-map .elementor-container {
    display: block!important;
  }
  .section-contact-map .elementor-column {
    width: 100%!important;
  }
  .section-contact-map .h--100 {
    padding-top: 10rem;
	padding-bottom: 6rem;
  }
}
@media only screen and (max-width: 992px) {
  .map-block {
    height: 50vh;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 3.12rem;
  }
}
@media only screen and (max-width: 580px) {
  .map-block {
    margin-bottom: 15px;
  }
  .section-contact-map .h--100 {
    padding-top: 4rem;
	padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 2400px) {
  .map-block {
    margin-right: -6.25rem;
  }
}

.popover-map-title {
  font-size: 1.2rem;
  margin-top: .2rem;
  margin-bottom: .5rem;
}
.popover-map-caption {
  font-weight: 400;
}

#marker {
  background-image: url("../images/icon-map-pic.svg");
  background-size: cover;
  width: 57px;
  height: 71px;
  cursor: pointer;
}

/* -----------------------------------------------------------------
    - News
----------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  .container.post {
	padding-left: 3.12rem;
	padding-right: 3.12rem;
    max-width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .container.post {
	padding-left: 15px;
	padding-right: 15px;
  }
}

/* Sidebar
--------------------------------------------- */
.blog-sidebar {
  background-color: #e7e7e7;
  padding: 2rem;
}
@media only screen and (max-width: 580px) {
  .blog-sidebar {
    padding: 1rem;
    margin-top: 3rem;
  }
}
.blog-sidebar .wp-block-search__label {
  display: none;
}
.blog-sidebar .wp-block-search__button.wp-element-button {
  color: #fff;
  background-color: var(--color-button);
  overflow: inherit;
  padding: 1rem;
}
.blog-sidebar .wp-block-search__button svg {
  min-width: 2rem;
  min-height: 2rem;
}
.blog-sidebar .wp-block-search__input {
  color: #110f10;
  background-color: #fff;
}
.blog-sidebar .widget.widget_block {
  margin-bottom: 2.5rem;
}
.blog-sidebar .widget.widget_block:last-child {
  margin-bottom: 0;
}
.blog-sidebar .widget.widget_block h1,
.blog-sidebar .widget.widget_block h2,
.blog-sidebar .widget.widget_block h3,
.blog-sidebar .widget.widget_block h4,
.blog-sidebar .widget.widget_block h5,
.blog-sidebar .widget.widget_block h6 {
  margin-bottom: 1rem;
}
.blog-sidebar .widget.widget_block ul,
.blog-sidebar .widget.widget_block ol  {
  list-style: none;
  padding-left: 0;
}
.blog-sidebar ul li a,
.blog-sidebar ol li a {
  text-decoration: none;
}
.blog-sidebar ul li a:hover,
.blog-sidebar ol li a:hover {
	text-decoration: underline;
}
.wp-block-latest-comments__comment {
  line-height: 2;
  color: #8d99a7;
}
.wp-block-latest-comments__comment,
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: .5rem;
}
.single-post .wp-block-latest-comments__comment {
  margin-bottom: 2rem !important;
}
.wp-block-latest-comments__comment a {
  color: #110f10;
}
.wp-block-latest-comments__comment-excerpt p {
  color: #110f10;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image .aligncenter > figcaption {
  display: inline-block;
}
.wp-caption-text,
.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-gallery figcaption,
.wp-block-embed figcaption {
  color: #8d99a7;
  font-size: .87rem;
  font-style: italic;
  text-align: center;
  padding-top: 1rem;
  margin: 0;
}
.wp-block-video figcaption,
.wp-block-gallery figcaption {
  padding-top: .5rem;
}
@media only screen and (max-width: 580px) {
  .wp-caption-text,
  .wp-block-image figcaption,
  .wp-block-video figcaption,
  .wp-block-gallery figcaption,
  .wp-block-embed figcaption {
    font-size: .75rem;
    padding-top: .5rem;
  }
  .wp-block-video figcaption {
    padding-top: 0;
  }
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Calendar
--------------------------------------------- */
table th#today,
table td#today,
.wp-calendar-table th#today,
.wp-calendar-table td#today {
  background: #110f10;
  color: #fff;
}
.wp-block-calendar .wp-calendar-table caption {
  color: #110f10;
  text-align: center;
  caption-side: top;
}
.wp-block-calendar nav.wp-calendar-nav {
  padding-top: 0.75rem;
}
.wp-block-calendar table tbody,
.wp-block-calendar table caption {
  color: inherit;
}

.filters-title {
  display: inline-flex;
  padding-right: 2.2rem;
}
@media only screen and (max-width: 992px) {
  .filters-title {
    font-size: .87rem;
  }
}

@media only screen and (min-width: 769px) {
  .filters {
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
  }
  .filters__item {
    font-size: 1.1rem;
    font-weight: 700;
    padding-right: 2rem;
  }
  .filters__item:first-child {
    padding-right: 0;
    pointer-events: none;
  }
  .filters__item:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .filters__item {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 580px) {
  .filters__item {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 769px) {
  .filters__item.active .filters__link::before {
    content: '';
    background-color: #110f10;
    height: 2px;
    width: 100%;
    margin-top: -.1rem;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .filters__link {
    padding: 0 4px;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
  }
  .filters__link::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -0.5rem;
    width: calc(100% + 1rem);
    background-color: #110f10;
    height: 2px;
    margin-top: -.1rem;
    transform: translateX(-100%);
  }
  .filters__link:hover::after {
    animation: link-hover 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
  }
}
@keyframes link-hover {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
.select .placeholder {
  display: none;
}

@media only screen and (max-width: 768px) {
  .select {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    vertical-align: middle;
    text-align: left;
    user-select: none;
    -webkit-touch-callout: none;
    z-index: 2;
  }
  .select .placeholder {
    position: relative;
    display: block;
    background-color: #110f10;
    z-index: 1;
    padding: .5rem 1.2rem;
    cursor: pointer;
  }
  .select .placeholder:hover {
    background-color: rgba(17, 15, 16, 0.9);
  }
  .select .placeholder:after {
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
    font-family: 'fonticons';
    content: '\e805';
    z-index: 10;
  }
  .select.is-open .placeholder:after {
    content: '\e804';
  }
  .select.is-open ul {
    display: block;
  }
  .select ul {
    display: none;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 60px rgba(17, 15, 16, 0.1);
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    z-index: 100;
    max-height: 200px;
  }
  .select ul li {
    display: block;
    text-align: left;
    padding: .4rem 1.2rem;
    color: #110f10;
    cursor: pointer;
  }
  .select ul li:hover {
    background: rgba(17, 15, 16, 0.05);
  }
  .select ul li:first-child {
    display: none;
  }
  .select ul li a {
    text-decoration: none;
  }
}

.single .entry-content > * {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media only screen and (max-width: 580px) {
  .single .entry-content > * {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull.has-background {
  margin-top: 0;
}

.grid-item {
  width: 100%;
}
.grid-item--1 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 4rem;
}
.grid-item--2 {
  flex: 0 0 46%;
  max-width: 46%;
  margin-bottom: 4rem;
}
.grid-item--3 {
  flex: 0 0 30%;
  max-width: 30%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1200px) {
  .grid-item--2 {
    flex: 0 0 48%;
    max-width: 48%;
  }
  .grid-item--3 {
    flex: 0 0 46%;
    max-width: 46%;
  }
}
@media only screen and (max-width: 992px) {
  .grid-item--2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .item-news {
    margin-bottom: 1.5rem;
  }
}
.item-news:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .grid-item--3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.item-news__media {
  height: 330px;
  overflow: hidden;
}
.no-sidebar .grid-item--1 .item-news__media,
.no-sidebar .flex-conteiner-fluid .grid-item--1 .item-news__media {
  height: 500px;
}
.flex-conteiner-fluid .grid-item--1 .item-news__media {
  height: 440px;
}

@media only screen and (max-width: 992px) {
  .item-news__media {
    height: 400px;
  }	
}
@media only screen and (max-width: 580px) {
  .item-news__media {
    height: 200px;
  }
  .no-sidebar .col-lg-12 .item-news__media,
  .no-sidebar .flex-conteiner-fluid .grid-item--1 .item-news__media,
  .flex-conteiner-fluid .grid-item--1 .item-news__media {
    height: 200px;
  }
}
.item-news__image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
  transform-origin: center center;
  will-change: transform;
}
.item-news:hover .item-news__image {
  transform: scale(1.1);
}
.has-post-thumbnail.sticky .item-news__media::after {
  content:'';
  display:block;
  width: 0;
  border: 1rem solid var(--color-accent);
  border-bottom: 8px solid transparent;
  position: absolute;
  height: 2.2rem;
  right: 1rem;
  top: 0;
}
.item-news.sticky:not(.has-post-thumbnail) .date::after {
  content:'';
  display:block;
  width: 0;
  border: 1rem solid var(--color-accent);
  border-bottom: 8px solid transparent;
  position: absolute;
  height: 2.2rem;
  left: -3.5rem;
  top: 3.2rem;
}
@media only screen and (max-width: 580px) {
  .item-news.sticky:not(.has-post-thumbnail) .date::after {
    border-bottom: 8px solid transparent;
    height: 1.8rem;
    left: auto;
    right: 1rem;
    top: 0;
    margin-left: 0.5rem;
  }
}
.item-news__header {
  padding-top: 1rem;
}
.item-news .item-news__header,
.item-news .entry-content,
.item-news .post-btn-link {
  padding-left: 3.5rem;
}
.grid-item--3 .item-news__header {
  padding-left: 0;
  padding-top: .6rem;
}
@media only screen and (max-width: 580px) {
  .item-news__header {
    padding-top: .2rem;
  }
  .item-news .item-news__header,
  .item-news .entry-content,
  .item-news .post-btn-link {
    padding-left: 0;
  }
}
.item-news .date {
  position: relative;
  color: #8d99a7;
  font-size: .85rem;
  letter-spacing: .1rem;
  text-transform: uppercase;
}
.item-news .date::before {
  content: '';
  background-color: #8d99a7;
  height: 1px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -3.5rem;
  width: 2rem;
}
.item-news__title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1.2rem;
}
.grid-item--1 .item-news__title {
  font-size: 2rem;	
}
.grid-item--3 .item-news__title {
  font-size: 1.2rem;
  margin-top: .5rem;
}

@media only screen and (max-width: 580px) {
  .item-news__title {
    font-size: 1.4rem;
    margin-top: .5rem;
    margin-bottom: 0.8rem;
  }
}
.item-news__title a {
  text-decoration: none;
}

.item-news--3 .item-news__header {
  padding-top: 1rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 580px) {
  .item-news--3 .item-news__header {
    padding-top: .2rem;
    padding-left: 0;
  }
  .grid-item--1 .item-news__title,
  .grid-item--2 .item-news__title {
    font-size: 1.35rem;
  }
}
.item-news--3 .date::before {
  display: none;
}
.post-meta {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 580px) {
  .item-news.sticky .post-meta {
    padding-right: 3.5rem;
  }
}
.post-meta li {
  display: inline-flex;
  flex-wrap: wrap;
  margin: 0;
}
.post-meta li a {
  text-decoration: none;
  color: #8d99a7;
}
.post-meta li a:hover {
  text-decoration: none;
  color: #110f10;
}
.post-tags {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .post-tags {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}
.post-tags a {
  display: inline-block;
  font-size: .75rem;
  color: #8d99a7;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1rem;
  padding: .8rem 1rem .7rem;
  margin-bottom: .6rem;
  margin-right: .4rem;
  border: 1px solid rgba(17, 15, 16, 0.1);
  border-radius: 100px;
}
.post-tags a:hover {
  color: #fff;
  background-color: rgba(17, 15, 16, 1);
}
@media only screen and (max-width: 580px) {
  .post-tags a {
    padding: .4rem .6rem;
    margin-bottom: .4rem;
    line-height: 1;
  }
}

.post-btn {
  border: 0;
  background: transparent;
  color: var(--color-accent);
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  margin: 0;
}
.post-btn:hover {
  text-decoration: none;
}

.hover-line {
  background-image: linear-gradient(to right, #110f10 0%, #110f10 100%);
  background-size: 0px 2px;
  background-position: 0px 95%;
  transition: background-size 0.25s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  padding: 0.1% 0;
}

.triger-hl:hover .hover-line {
  background-size: 100% 2px;
}

.single-news__media {
  margin-bottom: 2rem;
  margin-left: -50vw;
  overflow: hidden;
  position: relative;
  left: 50%;
  width: calc(100vw - 3px);
}
@media only screen and (max-width: 580px) {
  .single-news__media {
    height: 300px;
    margin-bottom: .5rem;
    margin-left: -15px;
    left: 0;
  }
}
.single-news__image {
  object-fit: cover;
  width: 100%;
  height: 45vw;
}
@media only screen and (max-width: 992px) {
  .single-news__image {
    height: 60vw;
  }
}
@media only screen and (max-width: 580px) {
  .single-news__image {
    height: 300px;
  }
}
.single-news__video {
  height: 45vw;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .single-news__video {
    height: 50vw;
  }
}

.entry-audio audio {
  width: 100%;
}

.flex-gallery-container {
  margin-top: 1.2rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 580px) {
  .flex-gallery-container {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
}

.flex-gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin: 0 -5rem;
}
@media only screen and (max-width: 992px) {
  .flex-gallery {
    margin: 0 -1rem;
  }
}
@media only screen and (max-width: 768px) {
  .flex-gallery {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 580px) {
  .flex-gallery {
    margin: 0;
  }
}
.flex-gallery__item {
  flex: 1;
  margin-right: 1rem;
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .flex-gallery__item {
    margin-right: .62rem;
    margin-bottom: .62rem;
  }
}
@media only screen and (max-width: 580px) {
  .flex-gallery__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.flex-gallery__item:last-child {
  margin-right: 0;
}

.image-caption--two {
  margin-left: calc(-100% - 1rem);
}
@media only screen and (max-width: 768px) {
  .image-caption--two {
    margin-left: 0;
  }
}
.image-caption--three {
  margin-left: calc(-200% - 2rem);
}
@media only screen and (max-width: 768px) {
  .image-caption--three {
    margin-left: 0;
  }
}

.wp-block-cover-image .wp-block-subhead:not(.has-text-color),
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover .wp-block-subhead:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color),
.wp-block-cover a:not(.has-text-color) {
	color: #fff;
}

.scroll-line {
  background: var(--color-accent);
  height: 3px;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 1010;
}

.share-post {
  margin-top: 1rem;
  padding-top: 2rem;
  position: relative;
  text-align: center;
}
.share-post::before {
  background-color: #110f10;
  content: '';
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 6rem;
}
@media only screen and (max-width: 580px) {
  .share-post {
    padding-top: 1.5rem;
  }
  .share-post::before {
    width: 3rem;
  }
}
.share-post a {
  display: inline-flex;
  align-items: baseline;
  margin: 0 1.5rem;
  text-decoration: none;
}
@media only screen and (max-width: 580px) {
  .share-post a {
    margin: 0 .5rem;
  }
}
.share-post a span {
  font-size: .86rem;
  font-weight: 500;
  line-height: 2.3;
  padding-left: .8rem;
}
@media only screen and (max-width: 580px) {
  .share-post a span {
    display: none;
  }
}

/* Comments
--------------------------------------------- */
.post-comments {
  margin-top: 3.5rem;
}
@media only screen and (max-width: 580px) {
  .post-comments {
    margin-top: 2rem;
  }
}
.comments-title {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .comments-title {
    margin-bottom: .5rem;
  }
}
.comment-body {
  display: flex;
}
.trackback .comment-body,
.pingback .comment-body {
  display: grid;
}
.trackback .comment-body a,
.pingback .comment-body a {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.comment-list{
  list-style: none;
  padding: 0;
}
.comment-list .children {
  list-style: none;
}
.comment-list > li,
.children > li {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.comment-list > .trackback,
.comment-list > .pingback {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 580px) {
  .comment-list > li,
  .children > li {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .comment-list > .trackback,
  .comment-list > .pingback {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.children > li:last-child {
  padding-bottom: 0;
}
.children {
  padding-top: 1.5rem;
}
.comment-content {
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 580px) {
  .comment-content  {
    font-size: .9rem;
  }
  .comment-content > p {
    margin-bottom: .5rem;
    margin-top: .5rem;
  }
}
.comment-author {
  position: relative;
  margin-right: 1.5rem;
  flex: 0 0 auto;
}
@media only screen and (max-width: 580px) {
  .comment-author {
    margin-right: 1rem;
  }
}
.comment .comment-author .avatar {
  display: block;
  height: 70px;
  width: 70px;
  border-radius: 100%;
}
@media only screen and (max-width: 580px) {
  .comment .comment-author .avatar {
    height: 40px;
    width: 40px;
  }
}
.comment-meta {
  margin-bottom: 1rem;
}
.comment-meta .fn {
  font-size: 1.2rem;
  line-height: 1;
}
@media only screen and (max-width: 580px) {
  .comment-meta .fn {
    font-size: 1rem;
  }
  .comment-meta {
    margin-bottom: .5rem;
  }
}
.comment-meta .fn a,
.comment-metadata a,
.comment-reply-link,
.comment-edit-link {
  text-decoration: none;
}
.comment-metadata time {
  font-size: .75rem;
  font-weight: 500;
  color: #8d99a7;
  text-transform: uppercase;
  letter-spacing: .5px;
}
.comment-metadata time:hover {
  color: #110f10;
}
.reply {
  display: inline-block;
}
.comment-reply-link,
.comment-edit-link {
  font-size: .87rem;
  font-weight: 500;
  color: #8d99a7;
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-right: 1.5rem;
}
.bypostauthor {
  display: block;
}
.comment-list .comment.byuser .comment-author::after,
.comment-list .pingback.byuser .comment-author::after,
.comment-list .trackback.byuser .comment-author::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url('../images/check.svg');
  background-size: 24px 24px;
  height: 24px;
  width: 24px;
}
@media only screen and (max-width: 580px) {
  .comment-list .comment.byuser .comment-author::after,
  .comment-list .pingback.byuser .comment-author::after,
  .comment-list .trackback.byuser .comment-author::after {
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
  }
}
.comment-respond {
  margin-top: 2rem;
}
.comment-respond .form-group {
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 580px) {
  .comment-respond .form-group {
    margin-bottom: 1rem;
  }
}
.comment-reply-title {
  margin-bottom: 1rem;
}
.comment-reply-title small {
  font-size: 1rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 580px) {
  .comments-area .btn {
    width: 100%;
  }
  .comment-reply-title {
    margin-bottom: .5rem;
  }
}
.comments-pagination {
  text-align: center;
}
.comments-pagination .page-numbers {
  display: inline-block;
  padding: 0 1rem;
  font-size: .87rem;
  font-weight: 500;
  letter-spacing: .1rem;
  text-transform: uppercase;
}
.comments-pagination .page-numbers.current {
  display: inline-block;
  padding: 0 1rem;
  font-size: .87rem;
  color: #8d99a7;
  font-weight: 500;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
.footer-vertical,
.footer-horizontal,
.footer-default {
  margin-top: 5rem;
  position: relative;
}
.footer-default {
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  border-top: 1px solid rgba(17, 15, 16, 0.1);
}
.single-portfolio .footer-vertical,
.single-portfolio .footer-horizontal,
.single-portfolio .footer-default,
.single-post .footer-vertical,
.single-post .footer-horizontal,
.single-post .footer-default {
	border-top: 0;
	margin-top: 0;
}
.footer-horizontal .row {
  margin-right: 0;
  margin-left: 0;
}
.single-portfolio .footer-vertical,
.single-post .footer-vertical {
  margin-top: 0;
}
.footer .copyright-text {
  color: #8d99a7;
  font-size: .9rem;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .footer-vertical,
  .footer-default {
    margin-top: 4rem;
  }
  .footer .copyright-text {
	font-size: .9rem;
  }
}
@media only screen and (max-width: 580px) {
  .footer-vertical,
  .footer-default {
    margin-top: 1rem;
  }
  .footer-default {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .footer .copyright-text {
	font-size: .8rem;
	padding-left: 15px;
	padding-right: 15px;
  }
}
.footer-vertical::before {
  content: '';
  background-color: #110f10;
  position: absolute;
  height: 100%;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .footer-vertical::before {
    height: 0;
  }
}
.footer__left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding: 6rem;
  align-self: center;
}
@media only screen and (max-width: 992px) {
  .footer__left {
    padding: 5rem 0 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__left {
    background-color: #110f10;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .footer__left {
    padding: 2rem 0 1rem;
  }
}
.footer__left .form-group {
  margin-bottom: 0;
}
.footer__right {
  padding: 6rem 0 3rem 10vw;
}
@media only screen and (max-width: 768px) {
  .footer__right {
    padding: 3rem 0 0 2rem;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 580px) {
  .footer__right {
    padding: 2rem 15px 0 15px;
  }
}
.footer-logo .logo-link {
  display: flex;
  align-items: center;
  color: #fff;
}
.listContact {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .listContact {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .listContact {
    margin-bottom: 1.5rem;
  }
}
.listContact .title {
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .listContact .title {
    margin-bottom: .8rem;
  }
}
@media only screen and (max-width: 580px) {
  .listContact .title {
    font-size: 1rem;
    margin-bottom: .6rem;
  }
}

.newsletter-form__row {
  -ms-flex-align: start;
  align-items: start;
}
.newsletter-form__row .wpcf7-not-valid-tip {
	display: none;
}
.newsletter-form__row .inputText {
  padding: 1rem 5rem 1rem 1.5rem;
  width: 30vw;
  margin-right: -62px;
}
@media only screen and (max-width: 768px) {
  .newsletter-form__row .inputText {
    width: 80vw;
  }
}
@media only screen and (max-width: 580px) {
  .newsletter-form__row .inputText {
    padding: 1.1rem 5rem 1.1rem 1.5rem;
    margin-right: -2rem;
  }
}
@media only screen and (min-width: 1500px) {
  .newsletter-form__row .inputText {
    width: 20vw;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .newsletter-form__row .inputText {
    line-height: 1;
    padding: 1.4rem 5rem 1.4rem 1.5rem;
  }
}
.newsletter-form__row .btn,
.wp-block-search__button {
  border-radius: 0;
}

#validator-newsletter {
  font-size: .89rem;
  font-weight: 300;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #validator-newsletter {
    text-align: center;
  }
}

/* -----------------------------------------------------------------
    - 404
----------------------------------------------------------------- */
.parallax-container {
  overflow: hidden;
}

.error-page {
  height: 100vh;
}
.admin-bar .error-page {
  height: calc(100vh - 32px);
}
@media screen and (max-width: 782px) {
  .admin-bar .error-page {
    height: calc(100vh - 46px);
  }
}

.mask-object {
  filter: drop-shadow(0 20px 30px rgba(17, 15, 16, 0.1));
  margin-bottom: 2rem;
  width: 30vw;
  transition: all 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}
@media only screen and (max-width: 992px) {
  .mask-object {
    width: 50vw;
  }
}

/* -----------------------------------------------------------------
    - Custom PhotoSwiper
----------------------------------------------------------------- */
.pswp {
  z-index: 1010;
}

.pswp__caption {
  display: none;
}

.pswp__top-bar {
  background: transparent;
}

.pswp__container,
.pswp--zoom-allowed .pswp__img {
  cursor: none;
}
@media all and (-ms-high-contrast: none) {
  .pswp__container,
  .pswp--zoom-allowed .pswp__img {
    cursor: default;
  }
}

/* -----------------------------------------------------------------
    - Effects
----------------------------------------------------------------- */
.reveal {
  position: relative;
  overflow: hidden;
}
.reveal::after, .reveal::before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.reveal::after {
  background: #fff;
  z-index: 1;
}
.touch .reveal::after, .touch .reveal::before {
  visibility: hidden;
}
.reveal.animated::before {
  background: #110f10;
  animation: reveal 2s cubic-bezier(0.77, 0, 0.175, 1) both;
  z-index: 2;
}
.reveal.animated::after {
  animation: revealBack 2s cubic-bezier(0.77, 0, 0.175, 1) both;
}

@keyframes reveal {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes revealBack {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes reveal-vertical {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
.js-text-wave {
  opacity: 0;
}
.js-text-wave.complete {
  opacity: 1;
}
.js-text-wave div {
  display: inline-block;
  overflow: hidden;
}
.js-text-wave div span {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.js-text-wave.complete div span {
  transform: translate3d(0, 0, 0);
}

.js-lines,
.js-single-line,
.js-block,
.js-words,
.js-words .word {
  overflow: hidden;
}

.js-words .char,
.js-words .word {
  display: inline-block;
}

.down-up {
  display: block;
  margin-top: -5px;
  overflow: hidden;
  position: relative;
}
.down-up span {
  display: block;
  transform: translate3d(0, 100%, 0);
  transition: opacity, transform 0.75s cubic-bezier(0.8, 0, 0.2, 1);
}
.down-up.animated span {
  opacity: 1;
  transform: translate3d(0px, 0%, 0px);
}

/* Text down*/
.down-up-2 {
  display: inline-block;
  margin-top: -5px;
  overflow: hidden;
}
.down-up-2 span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: opacity, transform 0.8s 400ms cubic-bezier(0.7, 0, 0.3, 1);
}
.down-up-2.animated span {
  opacity: 1;
  transform: translate3d(0px, 0%, 0px);
}

.cursor {
  background-color: var(--color-accent);
  border-radius: 50%;
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  z-index: 1011;
}
@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: .7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
.cursor--zoom {
  transform: scale(4);
}
.cursor-close {
  background-color: #110f10;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}
.cursor-close::before, .cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: cursorClose .6s .1s ease-in-out both;
}
.cursor-close::before {
  height: 100%;
  width: 1px;
}
.cursor-close::after {
  height: 1px;
  width: 100%;
}

.open .cursor {
  mix-blend-mode: lighten;
}

.touch .cursor {
  display: none;
}

.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 var(--color-accent);
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 var(--color-accent);
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.medium-zoom-overlay {
  z-index: 9999;
}

.medium-zoom-image {
  z-index: 9999;
}

/* -----------------------------------------------------------------
    - Utilities
----------------------------------------------------------------- */

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.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 !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.single .entry-content .alignleft,
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5rem;
	margin-bottom: 1.5rem;
}
.single .entry-content .alignright,
.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5rem;
	margin-bottom: 1.5rem;
}

.single .entry-content .aligncenter,
.aligncenter {
	clear: both;
	margin-left: auto;
	margin-right: auto;
  text-align: center;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: calc(100vw - 3px);
}
.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns.alignfull,
  .alignfull:not(.has-background) .wp-block-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-columns.alignfull,
  .alignfull:not(.has-background) .wp-block-columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 580px) {
  .alignfull {
    width: 100vw;
  }
}

.alignwide {
  margin-left: -110px;
  margin-right: -110px;
  max-width: 1230px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-image.alignfull,
.wp-block-cover.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: calc(100vw - 3px);
  max-width: 100vw;
}
.wp-block-image.alignwide,
.wp-block-cover.alignwide {
  margin-left: -110px;
  margin-right: -110px;
  max-width: 1230px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .wp-block-image.alignwide,
  .wp-block-cover.alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-image.alignwide,
  .wp-block-cover.alignwide {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .wp-block-image.alignwide,
  .wp-block-cover.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-block-image.alignwide img,
.wp-block-cover.alignwide img {
  width: 100%;
}
.wp-block-image.alignfull img,
.wp-block-cover.alignfull img {
  width: 100%;
}

.wp-block-image {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.item-news .wp-block-image {
  margin-top: .5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 580px) {
  .item-news .wp-block-image {
    margin-bottom: 1rem;
  }
}

.search-form .inputText--fill {
  background-color: #e7e7e7;
}
.search-form .inputText {
  width: 100%;
}
.search-form .inputText:focus{
  border: none;
}
.search-form .btn.btn__icon i {
  width: 30px;
  height: 30px;
  line-height: 1.9;
}
.search-form .inputText--fill:focus {
  color: inherit;
}