/*
	
	RESET
	--------------------------------------------------------------------
	Reset montado a partir de vários resets, usando apenas o necessário.
	
	Fontes:
	https://github.com/murtaugh/HTML5-Reset/blob/master/assets/css/reset.css
	https://gist.github.com/joshuapowell/1680540
	https://github.com/h5bp/html5-boilerplate/tree/master/dist/css

*/
html,
body {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body,
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label,
button,
input,
select,
textarea,
form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}
:before,
:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}
main,
article,
aside,
canvas,
details,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
  padding: 0;
}
a img {
  border: 0;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
ul {
  list-style: none;
  list-style-position: inside;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
  overflow: auto;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}
button[disabled],
html input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled] {
  cursor: default;
}
textarea {
  resize: vertical;
  font-family: inherit;
}
::-moz-selection {
  background: #0000ff;
  color: white;
  text-shadow: none;
}
::selection {
  background: #0000ff;
  color: white;
  text-shadow: none;
}
html {
  overflow-x: hidden;
  height: 100%;
  background: #f4f4f4;
}
html.noscroll,
html.noscroll body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
body {
  line-height: 1.2;
  cursor: default;
  background: #f4f4f4;
  overflow-x: hidden;
}
body img {
  display: none;
}
main {
  position: relative;
  overflow-x: hidden;
}
main img {
  display: block;
}
main[data-page="home"] .footer {
  background-color: #e4e4e4;
}
main[data-page="partners"] .header .icons {
  display: none;
}
#hcrmAlertBox {
  display: none !important;
}
.grid {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 100;
  display: none;
}
.grid .inner {
  position: relative;
}
.grid .col {
  position: relative;
  height: 100vh;
  width: 8.36% !important;
}
.grid .col:last-child:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0px;
  background: red;
}
.grid .col:before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0px;
  background: red;
}
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px 4.33%;
}
.inner.i-padding {
  padding-top: 40px;
  padding-bottom: 120px;
}
.inner .col {
  display: inline-block;
  vertical-align: middle;
  margin-right: -5px;
}
.inner .col.col-1 {
  width: -webkit-calc(8.33% * 1);
  width: calc(8.33% * 1);
}
.inner .col.col-2 {
  width: -webkit-calc(8.33% * 2);
  width: calc(8.33% * 2);
}
.inner .col.col-3 {
  width: -webkit-calc(8.33% * 3);
  width: calc(8.33% * 3);
}
.inner .col.col-4 {
  width: -webkit-calc(8.33% * 4);
  width: calc(8.33% * 4);
}
.inner .col.col-5 {
  width: -webkit-calc(8.33% * 5);
  width: calc(8.33% * 5);
}
.inner .col.col-6 {
  width: -webkit-calc(8.33% * 6);
  width: calc(8.33% * 6);
}
.inner .col.col-7 {
  width: -webkit-calc(8.33% * 7);
  width: calc(8.33% * 7);
}
.inner .col.col-8 {
  width: -webkit-calc(8.33% * 8);
  width: calc(8.33% * 8);
}
.inner .col.col-9 {
  width: -webkit-calc(8.33% * 9);
  width: calc(8.33% * 9);
}
.inner .col.col-10 {
  width: -webkit-calc(8.33% * 10);
  width: calc(8.33% * 10);
}
.inner .col.col-11 {
  width: -webkit-calc(8.33% * 11);
  width: calc(8.33% * 11);
}
.inner .col.col-12 {
  width: -webkit-calc(8.33% * 12);
  width: calc(8.33% * 12);
}
@media (max-width: 1024px) {
  .inner {
    padding: 0px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.svg-inline {
  position: relative;
  text-indent: 0 !important;
  background-image: none !important;
}
.svg-inline svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */
}
.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}
.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}
/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}
/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}
/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}
.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}
.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}
.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}
/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}
.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}
/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
}
.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
}
.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
}
.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
}
.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}
/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}
.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}
/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}
.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}
.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}
/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}
.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}
/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}
/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}
.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}
/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}
.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}
/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}
.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}
/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}
.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}
/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}
/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}
/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}
.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 16px;
  border-radius: 16px;
}
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}
.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}
/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}
/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}
/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}
/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}
/* ---------------------------------------- */
/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.flickity-prev-next-button:hover {
  background: white;
}
.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #09F;
          box-shadow: 0 0 0 5px #09F;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: 10px;
}
.flickity-prev-next-button.next {
  right: 10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
.flickity-prev-next-button .arrow {
  fill: #333;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
/* Flickity fullscreen v1.0.1
------------------------- */
.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding-bottom: 35px;
  z-index: 1;
}
.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}
.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}
/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}
/* ---- flickity-fullscreen-button ---- */
.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}
.flickity-fullscreen-button-exit {
  display: none;
}
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
  display: block;
}
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view {
  display: none;
}
.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
  display: none;
}
.modal {
  width: 100%;
  min-width: 300px;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px;
  position: relative;
  z-index: 1;
  background: white;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  display: table;
}
.modal .mod-text {
  font-size: 16px;
  line-height: 18px;
}
.modal .mod-text.mob-show {
  display: none;
}
.modal .mod-text a {
  position: relative;
  display: table;
  margin: 10px 0px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
}
.modal .mod-text a.inline {
  display: inline-block;
}
.modal .mod-text a:hover {
  color: black;
}
.modal .mod-text a:hover:after {
  width: 100%;
}
.modal .mod-text a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #000000;
  bottom: -5px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.modal .modal-box {
  margin-bottom: 30px;
}
.modal .modal-box .caption {
  padding: 0;
  margin-bottom: 20px;
}
.modal .modal-box .caption h2 {
  padding: 0;
}
.modal .modal-box .p-padding {
  padding-left: 60px;
}
.modal .modal-box .svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  vertical-align: middle;
  left: 0;
}
.modal .modal-box .svg.compass-share {
  background-image: url('../img/compass-share.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-app {
  background-image: url('../img/compass-app.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-filter {
  background-image: url('../img/compass-filter.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-icon {
  background-image: url('../img/compass-icon.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-bell {
  background-image: url('../img/compass-bell.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-register {
  background-image: url('../img/compass-register.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-mail {
  background-image: url('../img/compass-mail.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-grill {
  background-image: url('../img/compass-grill.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-car {
  background-image: url('../img/compass-car.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-gym {
  background-image: url('../img/compass-gym.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-calendar {
  background-image: url('../img/compass-calendar.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-pay {
  background-image: url('../img/compass-pay.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-cleaning {
  background-image: url('../img/compass-cleaning.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-wash {
  background-image: url('../img/compass-wash.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-more {
  background-image: url('../img/compass-more.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-box {
  background-image: url('../img/compass-box.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .modal-box .svg.compass-car-mob {
  background-image: url('../img/compass-car-mob.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .list {
  width: 100%;
  -webkit-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}
.modal .list.title {
  margin-bottom: 20px;
}
.modal .list.title .i-list {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  padding-left: 10px;
}
.modal .list.title .i-list:before {
  background: #000000;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.modal .list.margin-top {
  margin-top: 20px;
  -webkit-column-count: 1;
          column-count: 1;
}
.modal .list .i-list {
  color: #6f6f6f;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  z-index: 2;
  text-align: left;
  padding-left: 60px;
}
.modal .list .i-list span {
  display: block;
  font-size: 12px;
  position: absolute;
  bottom: -50px;
}
.modal .bt-close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  right: 25px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
          transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  background-image: url('../img/modal/bt-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 2;
}
.modal .bt-close:hover {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.modal .mod-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  padding: 0px;
  color: #252424;
  line-height: 25px;
}
.modal h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 40px;
  color: #000000;
}
.modal .quote {
  display: block;
  width: 100%;
  margin: 40px 0px;
  position: relative;
  z-index: 2;
}
.modal .quote span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  line-height: 39px;
  color: #000000;
  text-align: left;
  display: inline-block;
  padding: 0px 30px;
  padding-right: 0px;
}
.modal .quote:before {
  content: '';
  display: block;
  height: 100%;
  width: 4px;
  background: #2484c6;
  position: absolute;
}
.modal .items {
  margin-top: 40px;
  position: relative;
}
.modal .item {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: 0.5s opacity cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s opacity cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
}
.modal .item span {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
}
.modal .item:hover {
  opacity: .6;
}
.modal .ico {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.modal .ico svg path {
  fill: #fdb619;
}
.modal .ico.ico-phone {
  background-image: url('../img/home/phone-yellow.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .ico.ico-whats {
  background-image: url('../img/home/whats-yellow.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .ico.ico-mail {
  background-image: url('../img/home/mail-yellow.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .ico.ico-chats {
  background-image: url('../img/home/chat-yellow.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.modal .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.modal .mod-message {
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 40px;
}
.modal .mod-subtitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0px;
  color: #6f6f6f;
  line-height: 25px;
}
.modal .mod-caption {
  text-align: center;
  color: #808080;
  line-height: 1.5em;
  max-width: 215px;
  margin: 25px auto;
}
.modal .caption {
  padding-top: 10px;
}
.modal .caption.c-mleft .wrapper {
  margin-left: 0px;
}
.modal .caption .wrapper {
  position: relative;
}
.modal .caption .square {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal .mod-section {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ccc;
}
.modal .mod-center-text {
  text-align: center;
  margin: 20px 0;
  font-size: 15px;
  color: #000000;
  max-width: 700px;
}
.modal .mod-center-text b {
  color: #000000;
}
.modal b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.modal.mod-max {
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.modal.mod-pan {
  width: 80vw;
  height: 80vh;
  min-width: auto !important;
  max-width: 100% !important;
}
.modal.mod-medium {
  max-width: 510px;
}
.modal.mod-small {
  max-width: 410px;
}
.modal.mod-xsmall {
  max-width: 350px;
}
.modal hr {
  margin: 20px 0px;
  position: relative;
  width: 100px;
  height: 2px;
  background: #fdb619;
}
@media (max-width: 500px) {
  .modal {
    padding: 40px;
  }
  .modal .mod-text.mob-hide {
    display: none;
  }
  .modal .mod-text.mob-show {
    display: block;
  }
  .modal .mod-text.mob-show-last {
    margin-top: 20px;
  }
  .modal .caption {
    padding: 50px 0px;
  }
  .modal .caption .select {
    display: table;
    right: auto;
    margin: 0 auto;
    position: relative;
    margin-top: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
  }
  .modal .form .select select {
    padding-right: 30px;
  }
  .modal .form .select .arrow {
    right: -10px;
  }
  .modal .list {
    -webkit-column-count: 1;
            column-count: 1;
  }
}
.modal-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 16000004;
  text-align: center;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6);
  white-space: nowrap;
  font-size: 0;
  display: none;
}
.modal-wrapper:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-wrapper .hint {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.modal-wrapper .modal-content {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
  position: relative;
  padding: 20px;
  text-align: left;
}
.modal-wrapper .modal {
  background: white;
}
@media (max-width: 500px) {
  .modal-wrapper .modal-content {
    padding: 0px;
  }
}
.header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 101;
  margin-top: 0px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header.motion-in .icons {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header.motion-in .wrapper {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header.motion-in .hmbgr {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header.motion-in .hmbgr:before {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.header.motion-in.m-open .icons {
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header.motion-in.m-open .wrapper {
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.header.motion-in.m-open .hmbgr:before {
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
}
.header.force-hide {
  -webkit-transform: translateY(-125px);
      -ms-transform: translateY(-125px);
          transform: translateY(-125px);
}
.header .col {
  position: relative;
}
.header .wrapper {
  position: relative;
  width: 100%;
  height: 80px;
  max-width: 190px;
  background: #ffffff;
  display: block;
  border-left: 1px solid rgba(111, 111, 111, 0.2);
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px);
}
.header .logo {
  width: 90px;
  height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.header .logo:hover {
  opacity: .8;
}
.header .logo:hover .svg svg path:last-child {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.header .logo .svg {
  width: 100px;
  height: 100%;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header .logo .svg svg path:last-child {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  fill: #2382c8;
}
.header .hmbgr {
  position: relative;
  width: 100%;
  height: 80px;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.header .hmbgr:hover .hmbgr-ico span:nth-child(1) {
  width: 100%;
}
.header .hmbgr:hover .hmbgr-ico span:nth-child(2) {
  width: 85%;
}
.header .hmbgr:hover .hmbgr-ico span:nth-child(3) {
  width: 70%;
}
.header .hmbgr:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.header .hmbgr.closed:hover .hmbgr-ico {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.header .hmbgr.closed .hmbgr-ico span {
  background: #ffffff;
}
.header .hmbgr.closed .hmbgr-ico span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
      -ms-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  left: 9px;
  top: 0px;
  width: 100%;
}
.header .hmbgr.closed .hmbgr-ico span:nth-child(2) {
  width: 0px;
}
.header .hmbgr.closed .hmbgr-ico span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  left: 7px;
  top: 15px;
  width: 100%;
}
.header .hmbgr.motion-out .hmbgr-ico span:nth-child(1) {
  width: 0px;
}
.header .hmbgr.motion-out .hmbgr-ico span:nth-child(2) {
  width: 0px;
}
.header .hmbgr.motion-out .hmbgr-ico span:nth-child(3) {
  width: 0%;
}
.header .hmbgr-ico {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 17px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
}
.header .hmbgr-ico span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  background: #000000;
}
.header .hmbgr-ico span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.header .hmbgr-ico span:nth-child(2) {
  top: 7px;
  left: 0px;
}
.header .hmbgr-ico span:nth-child(3) {
  top: 14px;
  left: 0px;
}
.header .icons {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #0c588c;
  float: right;
  -webkit-transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  margin-right: -1px;
}
.header .icons.open {
  right: -2px;
}
.header .icons .btGetTouch {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0px;
  left: -80px;
  background: #2484c6;
  display: none;
}
.header .icons .btGetTouch.closed .svg {
  opacity: 0;
}
.header .icons .btGetTouch.closed:before {
  opacity: 1;
}
.header .icons .btGetTouch:before {
  content: '';
  display: block;
  background-image: url('../img/ico-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}
.header .icons .btGetTouch .svg {
  background-image: url('../img/ico-support.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.header .icons .btGetTouch .svg svg path {
  fill: #ffffff;
}
.header .item {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.header .item.blue-light {
  background-color: #176498;
}
.header .item:hover span {
  opacity: 1;
}
.header .item:hover .svg svg {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.header .item span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  bottom: 17px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: .2;
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
          transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
}
.header .item .svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 43%;
}
.header .item .svg svg {
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
          transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
}
.header .item.mail .svg {
  background-image: url('../img/ico-mail.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.header .item.phone .svg {
  background-image: url('../img/ico-phone.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.header .item.chat .svg {
  background-image: url('../img/ico-chat.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.header .item.whats .svg {
  background-image: url('../img/ico-whats.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.header .item.brokers .svg {
  background-image: url('../img/ico-building.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.header .item.brokers .svg svg path {
  fill: #ffffff;
}
@media (max-width: 1024px) {
  .header .col {
    vertical-align: top;
  }
  .header .col.col-1 {
    width: -webkit-calc(8.33% * 2);
    width: calc(8.33% * 2);
  }
  .header .col.col-2 {
    width: -webkit-calc(8.33% * 2);
    width: calc(8.33% * 2);
  }
  .header .col.col-4 {
    width: -webkit-calc(8.33% * 2);
    width: calc(8.33% * 2);
  }
  .header .col.col-5 {
    width: -webkit-calc(8.33% * 6);
    width: calc(8.33% * 6);
  }
  .header .logo .svg {
    width: 60px;
    margin-left: 4px;
  }
  .header .icons {
    position: absolute;
    float: none;
    width: 80px;
    right: -82px;
    display: table;
  }
  .header .icons .btGetTouch {
    display: block;
  }
  .header .hmbgr.closed .hmbgr-ico {
    left: 315px;
    top: 15px;
  }
}
@media (max-width: 500px) {
  .header .col {
    vertical-align: top;
  }
  .header .col.col-1 {
    width: -webkit-calc(8.33% * 3);
    width: calc(8.33% * 3);
  }
  .header .col.col-2 {
    width: -webkit-calc(8.33% * 3);
    width: calc(8.33% * 3);
  }
  .header .col.col-5 {
    width: -webkit-calc(8.33% * 4);
    width: calc(8.33% * 4);
  }
}
.footer {
  width: 100%;
  height: 324px;
  position: absolute;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  overflow: hidden;
  bottom: 0px;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  display: table;
  padding-top: 55px;
}
.footer.motion-in .col.col-3:before {
  height: 100%;
}
.footer.motion-in .col.col-1:before {
  height: 100%;
}
.footer.motion-in .top:before {
  -webkit-transform: scaleY(2);
      -ms-transform: scaleY(2);
          transform: scaleY(2);
}
.footer.motion-in .newsletter {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.footer.motion-in .newsletter:before,
.footer.motion-in .newsletter:after {
  height: 16px;
}
.footer.motion-in .newsletter .input {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.footer.motion-in .newsletter .button {
  right: 10px;
  opacity: 1;
}
.footer.motion-in .logos .skr {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.footer.motion-in .logos .arquitetura {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.footer.motion-in .item {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.footer.motion-in .social {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.footer.motion-in .social .ico {
  opacity: 1;
}
.footer.motion-in .politics {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer.motion-in .politics .s-item {
  margin-right: 10px;
}
.footer.motion-in .bottom {
  opacity: 1;
}
.footer .top {
  position: relative;
  padding: 40px 4.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.footer .top .col {
  display: block;
  height: initial;
}
.footer .top:before {
  content: '';
  display: block;
  position: absolute;
  left: 4.33%;
  bottom: 0px;
  right: 4.33%;
  top: 0px;
  background: #000000;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.footer .bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.footer .bottom span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #6f6f6f;
  display: block;
  line-height: 25px;
}
.footer .col {
  position: relative;
  vertical-align: top;
}
.footer .col.col-3:before {
  content: '';
  display: block;
  width: 1px;
  height: 0%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .2;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
  right: 0px;
}
.footer .col.col-1:before {
  content: '';
  display: block;
  width: 1px;
  height: 0%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .2;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
  left: 0px;
}
.footer .col.col-8 {
  padding-left: 50px;
}
.footer .logos {
  display: block;
  padding: 0px 40px;
}
.footer .logos .skr {
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 80px;
  height: 32px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.footer .logos .skr svg path {
  fill: #ffffff;
}
.footer .logos .arquitetura {
  width: 105px;
  height: 32px;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.footer .logos .arquitetura .svg {
  position: absolute;
  left: -70%;
  top: 0;
  width: 205px;
  height: 200px;
  background-image: url('../img/logo-arquitetura-menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.footer .newsletter {
  position: relative;
  padding: 0px 40px;
  margin-bottom: 60px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.footer .newsletter:before,
.footer .newsletter:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 0px;
  background: #ffffff;
  bottom: 0px;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.footer .newsletter.sucess .row {
  opacity: 0;
}
.footer .newsletter.sucess .message-error {
  bottom: 10px;
}
.footer .newsletter.sucess:before,
.footer .newsletter.sucess:after {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer .newsletter .message-error {
  position: absolute;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  bottom: -20px;
}
.footer .newsletter .row {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .newsletter .input {
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.footer .newsletter .button {
  opacity: 0;
  right: 45px;
  top: auto;
  bottom: 8px;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.footer .newsletter .button.disabled {
  opacity: .4;
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.footer .newsletter:before {
  left: 40px;
}
.footer .newsletter:after {
  right: 40px;
}
.footer .social {
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.footer .social .ico {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .social .ico:nth-child(1) {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
  margin-top: -10px;
}
.footer .social .ico:nth-child(2) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.footer .social .ico:nth-child(3) {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}
.footer .social .ico:nth-child(4) {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}
.footer .f-menu {
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
}
.footer .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ffffff;
  display: block;
  text-align: left;
}
.footer .item {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  width: 25%;
}
.footer .item:nth-child(1) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.footer .item:nth-child(2) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.footer .item:nth-child(3) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.footer .item:nth-child(4) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.footer .item:nth-child(5) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.footer .item:hover span {
  opacity: .7;
}
.footer .item:last-child {
  padding-right: 0px;
}
.footer .item span {
  text-transform: uppercase;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .politics {
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.footer .politics .s-item {
  margin-bottom: 0px;
}
.footer .politics .p-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
  margin-right: 10px;
  opacity: .5;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.footer .politics .p-item:hover {
  opacity: 1;
}
.footer .sub {
  margin-top: 20px;
}
.footer .s-item {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  text-transform: inherit;
  display: table;
}
.footer .s-item:hover:after {
  width: 100%;
}
.footer .s-item:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #ffffff;
  bottom: -5px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 1366px) {
  .footer .politics {
    bottom: -30px;
  }
  .footer .newsletter .message-error {
    bottom: -40px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .footer {
    height: auto;
  }
  .footer .inner {
    padding: 0px;
  }
  .footer .inner.top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .inner.top:before {
    left: 40px;
    right: 40px;
  }
  .footer .inner.top .col {
    display: block;
    width: 100% !important;
  }
  .footer .inner.top .col.col-8 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0px;
  }
  .footer .inner.top .col.col-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .inner.top .col.col-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .inner.bottom {
    padding: 20px 40px;
  }
  .footer .sub {
    display: none;
  }
  .footer .f-menu {
    padding: 30px 0px;
    padding-top: 50px;
    display: table;
    margin: 0 auto;
    width: auto;
  }
  .footer .item {
    margin-bottom: 20px;
    padding-left: 0px;
    font-size: 12px;
    width: auto !important;
    padding: 0px 7px;
  }
  .footer .politics {
    position: relative;
    left: auto;
    margin: 0 auto;
    display: table;
    bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .politics .s-item {
    display: none;
  }
  .footer .social {
    padding: 20px 10px;
    padding-top: 10px;
  }
  .footer .social .ico:nth-child(1) {
    margin-top: 0px;
  }
  .footer .text {
    font-size: 12px;
    width: 100%;
    text-align: center;
  }
  .footer .logos {
    display: table;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .footer .item {
    padding: 0px 25px;
  }
  .footer .f-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .inner.top:before {
    left: 20px;
    right: 20px;
  }
  .footer .inner.bottom {
    padding: 20px 20px;
  }
}
.webdoor {
  position: relative;
  width: 100vw;
  height: 75vh;
}
.webdoor.w-pages h1 {
  padding-right: 20%;
}
.webdoor.w-pages .scroll {
  bottom: 40px;
}
.webdoor.w-buildings {
  height: 75vh;
  min-height: 650px;
}
.webdoor.w-buildings .col {
  height: 65vh;
}
.webdoor.w-buildings h1 {
  display: table;
  padding-right: 0px;
  margin-bottom: 0px;
}
.webdoor.w-news {
  height: 60vh;
}
.webdoor.w-news .col {
  height: 60vh;
}
.webdoor.w-news .paragraph.motion-in {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.webdoor.w-news h1 {
  display: table;
  padding-right: 0px;
  margin-bottom: 0px;
}
.webdoor.w-new {
  height: 90vh;
}
.webdoor.w-new .col {
  height: 90vh;
}
.webdoor.w-new .w-background {
  position: relative;
}
.webdoor.w-new .w-background.motion-in {
  margin-top: 110px;
}
.webdoor.w-new .scroll {
  bottom: 100px;
}
.webdoor .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  z-index: 10;
}
.webdoor .slick-dots li {
  padding: 0 5px;
}
.webdoor .slick-dots li button {
  font-size: 0;
  border: 1px solid #ffffff;
  height: 10px;
  width: 10px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.webdoor .slick-dots li.slick-active button {
  background-color: #ffffff;
}
.webdoor .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 50px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  border: 1px solid #000000;
  z-index: 1;
  display: block;
  background: #ffffff;
  text-indent: -99999px;
  opacity: .5;
}
.webdoor .slick-arrow:hover {
  opacity: 1;
}
.webdoor .slick-arrow:before {
  content: '';
  display: block;
  background-image: url('../img/ico-arrow-1-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.webdoor .slick-arrow.slick-prev {
  left: 4.33%;
}
.webdoor .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(90deg) translate(-50%, 50%);
      -ms-transform: rotate(90deg) translate(-50%, 50%);
          transform: rotate(90deg) translate(-50%, 50%);
}
.webdoor .slick-arrow.slick-next {
  right: 4.33%;
}
.webdoor .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-90deg) translate(50%, -50%);
      -ms-transform: rotate(-90deg) translate(50%, -50%);
          transform: rotate(-90deg) translate(50%, -50%);
}
.webdoor .col {
  position: relative;
  height: 75vh;
}
.webdoor .w-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20%;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.webdoor .w-background.motion-in {
  top: 0px;
}
.webdoor .w-background.motion-in:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
}
.webdoor .w-background:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #f4f4f4;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.webdoor .w-background figure {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.webdoor .paragraph {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 65%;
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
}
.webdoor .paragraph.motion-in {
  top: 50%;
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.webdoor .breadcrumb {
  position: absolute;
  bottom: 20px;
  left: 12.33%;
}
.webdoor .logo {
  position: relative;
  width: 350px;
  height: auto;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.webdoor .logo.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.webdoor .logo .logo-svg {
  position: relative;
  width: 100%;
  margin-bottom: 80px;
}
.webdoor .a-link {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0px;
}
.webdoor h1 {
  position: relative;
  font-size: 70px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
  text-align: left;
  margin-bottom: 30px;
  padding-right: 30%;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: 1s -webkit-transform cubic-bezier(0.55, 0.085, 0, 0.99), 0.5s opacity cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s transform cubic-bezier(0.55, 0.085, 0, 0.99), 0.5s opacity cubic-bezier(0.55, 0.085, 0, 0.99);
}
.webdoor h1.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.webdoor h1 .qty {
  color: #000000;
  font-size: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  right: -50px;
  top: 97px;
}
.webdoor .button {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
  padding: 20px 20px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.webdoor .button.btAbout {
  -webkit-border-radius: 100%;
          border-radius: 100%;
  padding: 20px 20px;
}
.webdoor .button.link.white span {
  color: #ffffff;
}
.webdoor .button.link span {
  font-size: 13px;
  color: #000000;
  display: block;
  left: 0px;
  top: 0px;
  width: 100%;
  white-space: -webkit-nowrap;
  height: fit-content;
  padding: 0;
  margin: 0;
  line-height: 20px;
}
.webdoor .button.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.webdoor .knowmore {
  position: relative;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  margin-top: 20px;
  display: block;
  opacity: 0;
  -webkit-transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
  padding: 15px 25px;
  background-color: #ffffff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.webdoor .knowmore.white span {
  color: #000000;
}
.webdoor .knowmore span {
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  text-decoration: none;
}
.webdoor .knowmore.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.webdoor .breadcrumb {
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.webdoor .breadcrumb.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.webdoor .slides {
  position: relative;
  width: 100%;
  height: 75vh;
  overflow: hidden;
}
.webdoor .slides .images {
  position: relative;
  height: 75vh;
  background: #ffffff;
  overflow: hidden;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.webdoor .slides .images.motion-in figure {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.webdoor .slides .images.mobile {
  display: none;
}
.webdoor .info {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.webdoor .info[data-color="black"] h1 {
  color: #000000;
}
.webdoor .info.i-news {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
}
.webdoor .arrows {
  position: absolute;
  bottom: 120px;
  left: 0px;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.webdoor .arrows .arrow {
  border: none;
}
.webdoor .arrows .arrow.a-next {
  margin-left: -1px;
}
.webdoor .arrows.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.webdoor .arrows:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #000000;
  top: 0px;
  z-index: 4;
  opacity: .2;
}
.webdoor .arrows:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 40%;
  background: #000000;
  z-index: 4;
}
@media (max-width: 1400px) {
  .webdoor h1 {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  .webdoor.w-news {
    height: 80vh;
  }
  .webdoor.w-news .col {
    height: 80vh;
  }
  .webdoor.w-new {
    height: 95vh;
  }
  .webdoor.w-new .col {
    height: 95vh;
  }
}
@media (max-width: 1024px) {
  .webdoor {
    width: 100%;
    height: 85vh;
  }
  .webdoor .slides {
    height: 85vh;
  }
  .webdoor .slides .images {
    height: 85vh;
  }
  .webdoor .slides .images.no-mobile {
    display: none;
  }
  .webdoor .slides .images.mobile {
    display: block;
  }
  .webdoor h1 {
    font-size: 40px;
  }
  .webdoor .col-1,
  .webdoor .col-2 {
    display: none;
  }
  .webdoor .col-10 {
    width: 100%;
    padding: 0 40px;
  }
  .webdoor.w-pages .col-1,
  .webdoor.w-pages .col-2 {
    display: none;
  }
  .webdoor.w-pages .col-10 {
    width: 100%;
    padding: 0 40px;
  }
  .webdoor.w-pages .scroll {
    bottom: 100px;
  }
  .webdoor.w-news {
    height: 45vh;
    padding-top: 150px;
  }
  .webdoor.w-news .col {
    height: auto;
  }
  .webdoor.w-news .col-1,
  .webdoor.w-news .col-2 {
    display: none;
  }
  .webdoor.w-news .col-6 {
    display: block;
    width: 100%;
  }
  .webdoor.w-news .col-3 {
    display: block;
    width: 100%;
  }
  .webdoor.w-news .paragraph {
    display: block;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
  .webdoor.w-news .info {
    display: block;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0px;
    top: auto;
    margin-bottom: 30px;
  }
  .webdoor.w-news .scroll {
    bottom: 0px;
    right: -30px;
  }
  .webdoor.w-news .breadcrumb {
    bottom: 0px;
  }
  .webdoor.w-new {
    height: initial;
  }
  .webdoor.w-new .col {
    height: initial;
  }
  .webdoor.w-new .slides {
    height: 55vh;
  }
  .webdoor.w-new .slides .images {
    height: 55vh;
  }
  .webdoor.w-new .w-background {
    left: 0px;
  }
  .webdoor.w-new .scroll {
    bottom: 100px;
  }
  .webdoor.w-buildings {
    height: 60vh;
    padding: 0px 20px;
    padding-top: 150px;
  }
  .webdoor.w-buildings .col {
    height: auto;
  }
  .webdoor.w-buildings .col-1,
  .webdoor.w-buildings .col-2 {
    display: none;
  }
  .webdoor.w-buildings .col-6 {
    display: block;
    width: 100%;
  }
  .webdoor.w-buildings .col-3 {
    display: block;
    width: 100%;
  }
  .webdoor.w-buildings .paragraph {
    display: block;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
  }
  .webdoor.w-buildings .paragraph.motion-in {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .webdoor.w-buildings .info {
    display: table;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    left: 0px;
    margin-bottom: 40px;
  }
  .webdoor.w-buildings .scroll {
    bottom: -10px;
    right: 0px;
  }
  .webdoor.w-buildings .breadcrumb {
    bottom: 0px;
    left: 20px;
  }
  .webdoor .arrows {
    bottom: 40px;
    left: 40px;
  }
  .webdoor .breadcrumb {
    left: 0px;
    bottom: 100px;
    margin-bottom: 0px;
  }
  .webdoor .info {
    width: auto;
    left: 40px;
    right: 40px;
    margin-left: 77px;
  }
  .webdoor .info.i-news {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .webdoor .info img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .webdoor.w-news .info {
    left: 0px;
  }
  .webdoor.w-new .col-10 {
    padding: 0 20px;
  }
  .webdoor.w-new .w-background.motion-in {
    margin-bottom: 0px;
  }
  .webdoor.w-buildings {
    height: initial;
    padding-bottom: 100px;
  }
  .webdoor.w-buildings .info {
    top: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 20px;
  }
  .webdoor.w-buildings .paragraph {
    margin-bottom: 70px;
  }
  .webdoor .slick-arrow {
    display: none;
  }
  .webdoor h1 {
    margin-bottom: 0px;
  }
  .webdoor .logo-svg {
    margin-top: 100px;
    margin-bottom: 70px;
  }
  .webdoor .info {
    margin-left: 37px;
  }
  .webdoor .info img {
    width: 80%;
  }
  .webdoor .info.i-news {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media (max-width: 350px) {
  .webdoor h1 {
    font-size: 32px;
  }
}
.sub-webdoor {
  height: 500px;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.sub-webdoor.motion-in {
  opacity: 1;
}
.sub-webdoor.large {
  background-color: #dddddd;
  height: 45vh;
  position: relative;
}
.sub-webdoor.large .img-sub {
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.sub-webdoor.large .img-png {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 70%;
  height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 45%;
}
.sub-webdoor.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .sub-webdoor.large {
    height: 25vh;
  }
  .sub-webdoor.large .img-sub {
    height: 70%;
  }
}
@media (max-width: 812px) {
  .sub-webdoor {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .sub-webdoor {
    height: 350px;
  }
  .sub-webdoor.large {
    height: 25vh;
  }
  .sub-webdoor.large .img-sub {
    height: 60%;
  }
  .sub-webdoor.mobile {
    display: block;
  }
  .sub-webdoor.desktop {
    display: none;
  }
}
.e-feature.e-partnes {
  margin-top: 40px;
  display: table;
  width: 100%;
}
.e-feature.e-partnes .inner::after {
  display: none;
}
.e-feature .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.e-feature .inner::after {
  content: '';
  display: block;
  height: 1px;
  background-color: #6f6f6f;
  width: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  opacity: 0.2;
}
.e-feature .gallery {
  width: 32.5%;
}
.e-feature .gallery:hover .g-image figure {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.e-feature .gallery .infos {
  margin-left: unset;
  width: 100%;
  padding: 30px 0;
  margin-top: 0;
  min-height: unset;
  height: auto;
  text-align: center;
}
.e-feature .gallery .infos .button {
  bottom: unset;
  position: relative;
  margin: 0 auto;
}
.e-feature .gallery .infos .title {
  margin-bottom: 10px;
  font-size: 19px;
}
.e-feature .g-image {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.e-feature .g-image figure {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.e-feature .message {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .e-feature .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .e-feature .gallery {
    width: 100%;
  }
  .e-feature .gallery .infos {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .e-feature .g-image {
    height: 900px;
  }
}
@media (max-width: 500px) {
  .e-feature .g-image {
    height: 450px;
  }
  .e-feature .gallery .infos {
    padding: 20px 0;
    margin-bottom: 10px;
  }
}
.n-feature {
  margin-bottom: 80px;
}
.n-feature .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.n-feature .gallery {
  width: 32.5%;
  height: auto;
  display: block;
}
.n-feature .gallery .f-infos {
  padding: 30px 60px 50px 60px;
  border: 1px solid #c7c7c7;
  text-align: center;
}
.n-feature .gallery .f-infos .f-title {
  margin-bottom: 20px;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
.n-feature .gallery .f-infos .sub-title {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.n-feature .gallery:hover .g-image::after {
  opacity: 0.3;
}
.n-feature .g-image {
  height: 500px;
  width: 100%;
  position: relative;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.n-feature .g-image::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  bottom: 0;
  opacity: 0;
  background: #000000;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 1;
}
.n-feature .g-image:hover::after {
  opacity: 0.3;
}
.n-feature .button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  background-color: #ffffff;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding: 20px;
  display: none;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 2;
}
.n-feature .button.active {
  display: block;
}
.n-feature .button:hover.btvideo {
  padding: 22px;
}
.n-feature .button:hover .g-image::after {
  height: 100%;
}
.n-feature .button.btvideo {
  padding: 20px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.n-feature .button .svg svg path {
  fill: #000000;
}
@media (max-width: 1366px) {
  .n-feature .g-image {
    height: 380px;
  }
}
@media (max-width: 1024px) {
  .n-feature {
    margin-bottom: 20px;
  }
  .n-feature .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .n-feature .gallery {
    width: 100%;
    margin-bottom: 0px;
  }
  .n-feature .gallery .infos {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .n-feature .g-image {
    height: 740px;
  }
}
@media (max-width: 500px) {
  .n-feature .gallery .f-infos {
    padding: 30px 40px;
  }
  .n-feature .g-image {
    height: 350px;
  }
  .n-feature .g-image .button {
    padding: 10px;
  }
  .n-feature .g-image .button:hover {
    padding: 12px;
  }
}
.location {
  position: relative;
}
.location .l-map {
  height: 700px;
}
.location .caption .select {
  background-color: #000000;
  border: unset;
  right: 14.33%;
  top: 250%;
}
.location .caption .select .drop {
  right: unset;
  width: 100%;
}
.location .caption .select .label {
  color: #ffffff;
}
.location .caption .select .arrow svg path {
  fill: #ffffff;
}
.location .i-container {
  display: none;
  position: absolute;
  left: 14.33%;
  top: 30%;
  width: auto;
}
.location .i-container.active {
  display: block;
}
.location .l-infos {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  height: auto;
  padding: 20px;
  padding-bottom: 50px;
  background-color: #ffffff;
  display: block;
}
.location .l-image {
  height: 250px;
  width: 250px;
  background-color: #f4f4f4;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.location .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
}
.location .sub-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  margin-top: 10px;
  color: #6f6f6f;
}
.location .closeBT {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  float: left;
  border: 1px solid #000000;
  padding: 20px 50px;
  z-index: 1;
  display: block;
  background: #ffffff;
  cursor: pointer;
  margin-top: 5px;
}
.location .closeBT:hover::before {
  height: 100%;
}
.location .closeBT::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0;
  background: #000000;
  z-index: 10;
  opacity: .2;
  width: 100%;
  top: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 500px) {
  .location .i-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-top: 60px;
  }
  .location .closeBT {
    margin-top: 20px;
  }
}
.history {
  position: relative;
  width: 100%;
}
.history .v-image {
  position: relative;
  width: 100%;
  height: 700px;
  top: 0px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.history .v-image .button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  background-color: #ffffff;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.history .v-image .button.btvideo {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  padding: 20px;
}
.history .v-image .button .svg svg path {
  fill: #000000;
}
.history .v-image .button:hover.btvideo {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 1024px) {
  .history .v-image {
    height: 450px;
  }
}
@media (max-width: 500px) {
  .history .v-image {
    height: 300px;
  }
  .history .v-image .button.btvideo {
    padding: 10px;
  }
  .history .v-image .button:hover.btvideo {
    padding: 12px;
  }
}
.news-home {
  position: relative;
  height: auto;
}
.news-home .n-gallery {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.news-home .n-gallery .arrow {
  position: absolute;
  top: 170px;
}
.news-home .n-gallery .arrow.a-next {
  right: -30px;
  border: 1px solid #000000;
}
.news-home .n-gallery .arrow.a-prev {
  left: -30px;
  border: 1px solid #000000;
}
.news-home .n-gallery .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.news-home .n-gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  opacity: 1;
  margin: 0 3px;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.news-home .n-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 25px;
}
.news-home .n-gallery .swiper-container {
  height: 100%;
}
.news-home .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.news-home .date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #6f6f6f;
  font-size: 14px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.news-home .date span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #0c588c;
  margin-left: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
}
.news-home .date span:hover {
  opacity: .5;
}
.news-home .n-info {
  margin-top: 30px;
  width: 100%;
}
.news-home .title {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  display: block;
  margin-top: 20px;
  height: 65px;
}
.news-home .swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.news-home .swiper-slide:hover figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news-home .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.news-home .s-container {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.news-home figure {
  height: 400px;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 1380px) {
  .news-home .n-info {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .news-home .n-gallery {
    padding: 0 40px;
  }
  .news-home .n-gallery .arrow {
    top: 130px;
  }
  .news-home .n-gallery .arrow.a-prev {
    left: 0;
  }
  .news-home .n-gallery .arrow.a-next {
    right: 0;
  }
  .news-home figure {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .news-home .n-gallery {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.instagram {
  background-color: #e4e4e4;
  position: relative;
}
.instagram .instagram-content {
  position: relative;
}
.instagram .instagram-content img {
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
          transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99) all;
  float: none !important;
  display: block;
  width: 100% !important;
  top: 0px;
}
.instagram .instagram-content img:hover {
  opacity: .8;
}
.instagram .swiper-container {
  width: -webkit-calc(100% - 8.66%);
  width: calc(100% - 8.66%);
  margin-left: 4.33%;
  position: relative;
  top: 0px;
  overflow: hidden;
}
.instagram .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.instagram .swiper-slide {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
}
.instagram .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  display: none;
  z-index: 2;
  padding: 0px 40px;
  left: 0px;
}
.instagram .arrow {
  position: absolute !important;
}
.instagram .arrow.a-next {
  right: 0px;
  border: 1px solid #000000 !important;
}
.instagram .arrow.a-prev {
  left: 0px;
  border: 1px solid #000000 !important;
}
@media (max-width: 1024px) {
  .instagram {
    margin-bottom: 60px;
  }
  .instagram .arrows {
    display: table;
  }
  .instagram .swiper-container {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin-left: 40px;
  }
}
@media (max-width: 500px) {
  .instagram .swiper-container {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-left: 20px;
  }
}
.button {
  position: relative;
  display: table;
  cursor: pointer;
  z-index: 1;
}
.button.btvideo {
  padding: 20px 20px!important;
  background-color: #fff;
  width: fit-content!important;
}
.button.b-marginT {
  margin-top: 40px;
}
.button span {
  line-height: 40px;
  font-size: 16px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: table;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  position: relative;
  z-index: 3;
}
.button.arrow {
  position: relative;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  float: left;
  border: 1px solid #000000;
  padding: 10px 32px;
  z-index: 1;
  display: block;
  background: #ffffff;
}
.button.arrow:hover.a-prev .svg {
  left: 45%;
}
.button.arrow:hover:before {
  width: 100%;
  left: 0px;
  right: auto;
}
.button.arrow:hover .svg {
  left: 55%;
}
.button.arrow:hover .svg svg path {
  fill: #000000;
}
.button.arrow.a-prev {
  border-right: none;
}
.button.arrow.a-prev svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.button.arrow.a-next {
  border-left: none;
}
.button.arrow.a-next svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.button.arrow:before {
  content: '';
  display: block;
  background: #f4f4f4;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: -1;
}
.button.arrow .svg {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('../img/ico-arrow-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 3;
}
.button.arrow .svg svg path {
  fill: #000000;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.button.send {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 45px;
  right: 50px;
  padding: 0px;
}
.button.send:hover .svg svg {
  left: 10px;
}
.button.send .svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('../img/ico-arrow-2.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.button.send .svg svg {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  left: 0px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.button.send .svg path {
  fill: #ffffff;
}
.button.full {
  position: relative;
  margin: 0 auto;
  display: table;
  background: #2484c6;
  padding: 11px 20px;
  margin-top: 30px;
}
.button.full:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0c588c;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  left: 0px;
  top: 0px;
}
.button.full:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.button.line {
  position: relative;
  margin: 0 auto;
  display: table;
  border: 1px solid #000000;
  padding: 5px 15px;
  margin-top: 30px;
  margin-left: 0px;
}
.button.line.l-contact span {
  font-size: 12px;
}
.button.line span {
  font-size: 14px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  white-space: nowrap;
}
.button.line:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  left: 0px;
  top: 0px;
}
.button.line:hover:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.button.line:hover span {
  opacity: .5;
}
.button .ico-video {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url('../img/ico-play.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-top: -1px;
}
.button .ico-video svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.button .ico-video svg path {
  fill: #000000;
}
.button.link {
    margin-top: 11px;
    
}
.webdoor .button.link{
  width: 30%;
  height: fit-content;
  padding: 0;
}

.button.link:hover:after {
  width: 100%;
}
.button.link:hover span {
  opacity: .6;
}
.button.link.black:before {
  background: #000000;
}
.button.link.black span {
  color: #000000;
}
.button.link span {
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 0px;
  display: inline-block;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 812px) {
  .button.link span {
    line-height: 22px;
  }
  .button.arrow {
    width: 40px;
    height: 40px;
    padding: 20px;
  }
  .button.arrow .svg {
    width: 20px;
    height: 20px;
  }
  .button.full {
    font-size: 12px;
    padding: 7px 20px;
  }
}
.caption {
  position: relative;
  width: 100%;
  padding: 60px 4.33%;
  display: block;
  z-index: 3;
}
.caption.c-left {
  padding-top: 0px;
  padding-left: 0px;
}
.caption.c-left .wrapper {
  margin-left: 0px;
}
.caption.c-noPadding {
  padding-left: 0px;
}
.caption.c-noPadding .wrapper {
  margin-left: 0px;
}
.caption.paddingT {
  margin-top: 70px;
}
.caption .wrapper {
  display: table;
}
.caption h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  text-transform: uppercase;
}
.caption .h2-white {
  color: #ffffff;
}
.caption span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin: 0px 10px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.caption .link {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.caption .link:hover:after {
  width: 100%;
}
.caption .link:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #000000;
  bottom: -5px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.caption .select {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4.33%;
  border: 1px solid #000000;
  margin-right: 1px;
  cursor: pointer;
}
.caption .select.active .arrow svg {
  -webkit-transform: translateY(-50%) rotate(180deg) translate3d(0, 0, 0);
          transform: translateY(-50%) rotate(180deg) translate3d(0, 0, 0);
}
.caption .select.active .drop {
  display: block;
}
.caption .select .arrow {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/ico-arrow-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.caption .select .arrow svg {
  -webkit-transform: translateY(-50%) rotate(0deg) translate3d(0, 0, 0);
          transform: translateY(-50%) rotate(0deg) translate3d(0, 0, 0);
}
.caption .select .arrow svg path {
  fill: #000000;
}
.caption .select .label {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  line-height: 40px;
  padding-right: 38px;
  padding-left: 20px;
}
.caption .select .drop {
  position: absolute;
  right: -1px;
  display: none;
  z-index: 2;
  background: #000000;
  overflow: hidden;
  width: 160px;
}
.caption .select .d-item {
  cursor: pointer;
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 2;
}
.caption .select .d-item.active {
  color: #000000;
  background: #CECECE;
}
.caption .select .d-item.active:hover {
  opacity: .5;
}
.caption .select .d-item a {
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 20px;
  padding-top: 12px;
  padding-left: 15px;
  text-transform: uppercase;
}
.caption .select .d-item:hover {
  color: #000000;
  background: #CECECE;
}
.caption .select .d-item.active {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1024px) {
  .caption {
    padding: 50px 40px;
  }
  .caption h2 {
    font-size: 16px;
  }
  .caption .select {
    right: 40px;
  }
  .caption.c-mleft .wrapper {
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .caption {
    padding: 40px 20px;
  }
  .caption .select {
    right: 20px;
  }
  .caption h2 {
    font-size: 14px;
  }
  .caption .link {
    font-size: 12px;
  }
}
.paragraph {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 22px;
  color: #6f6f6f;
  text-align: left;
  clear: both;
  z-index: 2;
  position: relative;
}
.paragraph.white {
  color: #ffffff;
}
.paragraph.center {
  text-align: center;
}
.paragraph.right {
  text-align: right;
}
.paragraph a {
  color: #000000;
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .paragraph {
    width: 100%;
    padding-right: 0px;
    font-size: 14px;
    line-height: 20px;
  }
}
.form {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 700px;
}
.form.f-center {
  width: 440px;
  margin: 0 auto;
  margin-top: 50px;
}
.form.f-center .button {
  margin: 0 auto;
  margin-top: 50px;
}
.form.f-webdoor {
  width: 600px;
}
.form .row {
  position: relative;
  width: 100%;
  clear: both;
  margin: 20px 0px;
  margin-top: 0px;
  display: table;
}
.form .row:last-child {
  padding-right: 0px;
}
.form .group {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-right: 20px;
}
.form .group.error .input {
  border-bottom: 1px solid red;
}
.form .group.error .input::-webkit-input-placeholder {
  color: #ff0000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .group.error .input:-moz-placeholder {
  color: #ff0000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .group.error .input::-moz-placeholder {
  color: #ff0000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .group.error .input:-ms-input-placeholder {
  color: #ff0000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .group.error .label {
  color: red;
}
.form .group.error .label .radio {
  border: 2px solid red;
}
.form .group.error:before,
.form .group.error:after {
  background: red;
  bottom: 22px;
}
.form .group.n-border:before,
.form .group.n-border:after {
  display: none;
}
.form .group:before,
.form .group:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 16px;
  background: #6f6f6f;
  bottom: 0px;
}
.form .group:before {
  left: 0px;
  z-index: 1;
}
.form .group:after {
  right: 20px;
  z-index: 1;
}
.form .group:last-child {
  padding-right: 0px;
}
.form .group:last-child:after {
  right: 0px;
}
.form .group.col-1 {
  width: 25%;
}
.form .group.col-2 {
  width: 50%;
}
.form .group.col-3 {
  width: 75%;
}
.form .group .select {
  width: 100%;
  float: none;
}
.form .group .label {
  margin-left: 0px;
}
.form .input {
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  padding: 17px 20px;
  background: transparent;
  display: block;
  -webkit-transition: 0.3s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.3s all cubic-bezier(0.55, 0.085, 0, 0.99);
  margin: 0;
  border-bottom: 1px solid #6f6f6f;
}
.form .input::-webkit-input-placeholder {
  color: #000000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .input:-moz-placeholder {
  color: #000000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .input::-moz-placeholder {
  color: #000000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .input:-ms-input-placeholder {
  color: #000000;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .input.white {
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
.form .input.white::-webkit-input-placeholder {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .input.white:-moz-placeholder {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .input.white::-moz-placeholder {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
}
.form .input.white:-ms-input-placeholder {
  color: #ffffff;
  font-family: 'Roboto';
  font-size: 14px;
}
.form input[type=number]::-webkit-inner-spin-button,
.form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form textarea {
  height: 200px;
}
.form .select {
  position: relative;
  background: #FFF;
  width: 100%;
  float: left;
}
.form .select.error select {
  color: red;
  border: 1px solid red;
}
.form .select.error .arrow.svg {
  background-image: url('../img/ico-arrow-1-red.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.form .select select {
  display: block;
  width: 100%;
  height: 56px;
  position: relative;
  border: 1px solid #6f6f6f;
  -webkit-border-radius: 0px;
          border-radius: 0px;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-size: 14px;
  background: transparent;
  cursor: pointer;
  padding: 8px 16px;
}
.form .select .arrow {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  right: 0px;
  top: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form .select .arrow.svg {
  width: 30px;
  height: 30px;
  background-image: url('../img/ico-arrow-1-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  display: block;
}
.form .select .arrow.svg path {
  fill: #000000;
}
.form span.error {
  font-size: 10px;
  color: red;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  margin-top: 10px;
  white-space: normal;
  line-height: 11px;
}
.form .upload {
  position: relative;
  display: inline-block;
}
.form .upload:hover .btn {
  background: rgba(0, 0, 0, 0.1);
}
.form .upload.error .btn {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
}
.form .upload .msg {
  font-size: 10px;
  color: gray;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  margin-top: 10px;
  white-space: normal;
}
.form .upload .url {
  font-size: 10px;
  color: #000000;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  margin-left: 10px;
  white-space: normal;
  position: absolute;
  top: 18px;
  left: 160px;
  width: 200px;
}
.form .upload .btn {
  border: 1px solid #6f6f6f;
  display: inline-block;
  color: #000000;
  padding: 16px 20px;
  font-size: 16px;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.05);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}
.form .upload input[type=file] {
  font-size: 20px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form .label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  margin: 20px 30px;
}
.form .label .error {
  position: absolute;
  top: 12px;
  left: 0px;
  white-space: nowrap;
}
.form .label span {
  display: block;
  text-align: left;
}
.form .label b {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
}
.form .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form .label input:checked ~ .checkmark:after {
  display: block;
}
.form .label input:checked ~ .checkmark {
  border: 2px solid #000;
}
.form .label input:checked ~ .checkmark.radio {
  border: 2px solid #000;
}
.form .label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  border: 2px solid #000;
}
.form .label .checkmark:after {
  content: "";
  display: none;
  width: 5px;
  height: 5px;
  background-color: #000;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.form .label .checkmark.radio {
  border: 2px solid #000;
  background-color: #FFF;
  -webkit-border-radius: 16px;
          border-radius: 16px;
}
.form .label .checkmark.radio:after {
  content: '';
  display: block;
  display: none;
  width: 8px;
  height: 8px;
  background-image: url('../img/ico-check.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  background-color: #fff;
}
.form .label:hover input ~ .checkmark {
  background-color: rgba(53, 53, 53, 0.1);
}
.form .label:hover input ~ .checkmark.radio {
  border: 2px solid rgba(0, 0, 0, 0.5);
  background: #FFF;
}
.form .btSearch {
  background-image: url('../img/ico-search.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  cursor: pointer;
}
.form .btSearch svg path {
  fill: #000000;
}
@media (max-width: 500px) {
  .form.f-center {
    width: 100%;
  }
  .form.f-webdoor {
    width: 100%;
  }
}
.pages {
  padding-bottom: 370px;
}
.pages.building {
  padding-bottom: 350px;
}
.pages.building .w-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0px;
  left: 0px;
  display: block;
}
.pages.p-inner {
  padding-bottom: 320px;
}
.pages.new .infos {
  margin-top: 0px;
  padding: 0px 50px;
}
.pages.new .share {
  margin-top: 30px;
}
.pages .inner {
  position: relative;
}
.pages .inner.paddingT {
  padding-top: 120px;
}
.pages .inner.paddingB {
  padding-bottom: 120px;
}
.pages .col {
  position: relative;
  vertical-align: top;
}
.pages .content {
  position: relative;
  width: 100%;
  display: table;
  padding: 10%;
  margin-top: -100px;
  min-height: 780px;
  padding-top: 50px;
}
.pages .content.motion-in:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.pages .content:before {
  content: '';
  display: block;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
  background: #ffffff;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  z-index: 1;
}
.pages .tags {
  position: relative;
  display: block;
  z-index: 2;
}
.pages .tags.t-bottom {
  margin-bottom: 50px;
}
.pages .tags .tag {
  font-size: 14px;
  letter-spacing: 1.5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin-right: 5px;
}
.pages .tags .tag.commercial {
  color: #000000;
}
.pages .tags .tag.delivery {
  color: #6f6f6f;
}
.pages .tags .tag.residential {
  color: #2484c6;
}
.pages .tags .tag.launch {
  color: #fdb619;
}
.pages .tags .tag.p-launching {
  color: #0c588c;
}
.pages .numbers {
  position: relative;
  width: 90%;
  display: table;
  margin-top: -100px;
  float: right;
}
.pages .numbers.motion-in:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.pages .numbers.motion-in .heading:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.pages .numbers.motion-in .heading span {
  opacity: 1;
}
.pages .numbers:before {
  content: '';
  display: block;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
  background: #ffffff;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
  z-index: 1;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.pages .numbers .heading {
  position: relative;
  padding: 0px 40px;
  z-index: 3;
}
.pages .numbers .heading:before {
  content: '';
  display: block;
  left: 0px;
  bottom: 0px;
  right: 0px;
  top: 0px;
  position: absolute;
  background: #0c588c;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.pages .numbers .heading span {
  position: relative;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #ffffff;
  line-height: 100px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.pages .numbers .item {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 70%;
  border-bottom: 1px solid #F3F3F3;
  z-index: 4;
}
.pages .numbers .number {
  display: table;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}
.pages .numbers .number span {
  font-size: 20px;
}
.pages .numbers .number .n-decimal {
  font-size: 60px;
}
.pages .numbers .subtitle {
  position: absolute;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #6f6f6f;
  text-align: center;
  bottom: 40px;
}
.pages .numbers .subtitle span {
  font-size: 10px;
  color: #000000;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  display: inline-block;
}
.pages .text-title {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 40px;
  line-height: 51px;
  color: #000000;
  margin: 40px 0px;
  margin-top: 0px;
  z-index: 2;
}
.pages .text-title.white {
  color: #ffffff;
}
.pages .quote {
  display: block;
  width: 100%;
  margin: 40px 0px;
  position: relative;
  z-index: 2;
}
.pages .quote span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 25px;
  line-height: 39px;
  color: #000000;
  text-align: left;
  display: inline-block;
  padding: 0px 30px;
}
.pages .quote:before {
  content: '';
  display: block;
  height: 100%;
  width: 4px;
  background: #2484c6;
  position: absolute;
}
.pages .image {
  margin: 50px auto;
  display: table;
  z-index: 2;
  position: relative;
  margin-top: 100px;
}
.pages .background {
  position: absolute;
  left: 4.33%;
  right: 4.333%;
  top: 0px;
  bottom: 0px;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
}
.pages .background.b-black {
  background-position: center top;
}
.pages .background.b-black:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
}
.pages .background.about {
  left: 0;
  right: 0;
}
.pages .box {
  position: relative;
  width: 40%;
  float: left;
  height: 42vw;
}
.pages .box .b-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pages .box.right {
  float: right;
}
.pages .box-about {
  position: relative;
  width: 44%;
  float: left;
}
.pages .signature {
  display: block;
  margin-top: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #ffffff;
}
.pages .infos {
  position: relative;
  padding: 0px 80px;
  display: table;
  margin: 0 auto;
  margin-top: 50px;
}
.pages .infos.i-contact {
  padding: 0px 60px;
}
.pages .infos .i-info {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.pages .infos .buttons .i-info {
  width: 100%;
}
.pages .infos .type {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #000000;
  margin-bottom: 10px;
}
.pages .infos .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  letter-spacing: .5px;
  color: #000000;
}
.pages .infos .text a {
  position: relative;
  display: table;
}
.pages .infos .text a:hover:after {
  width: 100%;
}
.pages .infos .text a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: #000000;
  bottom: -5px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.pages .infos .t-maps {
  display: block;
  font-size: 10px;
  color: #6f6f6f;
  margin-top: 10px;
  vertical-align: middle;
}
.pages .infos .t-maps .svg {
  width: 15px;
  height: 15px;
  background-image: url('../img/ico-map.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.pages .infos .t-maps .svg svg path {
  fill: #6f6f6f;
}
.pages .icons {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  margin-top: 60px;
  padding: 0px 0px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pages .icons .item {
  width: 25%;
  margin: unset;
  padding: 0 20px;
  margin-bottom: 10px;
}
.pages .icons .svg {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: table;
}
.pages .icons .svg.i-metragem {
  background-image: url('../img/ico-metragem.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-dorms {
  background-image: url('../img/ico-quarto.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-suites {
  background-image: url('../img/ico-suite.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-banheiro {
  background-image: url('../img/ico-banheiro.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-tech {
  background-image: url('../img/ico-techs.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-price {
  background-image: url('../img/ico-price.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-training {
  background-image: url('../img/ico-training.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-image {
  background-image: url('../img/ico-image.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg svg path {
  fill: #6f6f6f;
}
.pages .icons .svg.i-vagas {
  background-image: url('../img/ico-car.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.pages .icons .svg.i-vagas svg path {
  fill: #fff;
  stroke: #6f6f6f;
}
.pages .icons .svg.i-vagas svg polyline {
  stroke: #6f6f6f;
}
.pages .icons .svg.i-vagas svg line {
  stroke: #6f6f6f;
}
.pages .icons .desc {
  font-size: 14px;
  color: #6f6f6f;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  margin-top: 10px;
}
.pages .status {
  margin-top: 50px;
  position: relative;
  width: 100%;
}
.pages .status .item {
  display: block;
  margin-bottom: 20px;
}
.pages .status .graph {
  position: relative;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  display: table;
  margin-bottom: 10px;
}
.pages .status .graph .circular-chart {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  stroke: #000000;
  max-width: 100%;
  max-height: 100%;
}
.pages .status .graph .circle-bg {
  fill: none;
  stroke: rgba(0, 0, 0, 0.1);
  stroke-width: 3;
}
.pages .status .graph .circle {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  -webkit-animation: progress 1s ease-out forwards;
          animation: progress 1s ease-out forwards;
  -webkit-transition: 2s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 2s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.pages .status .number {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  letter-spacing: .4px;
  color: #000000;
  text-align: center;
}
.pages .status .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #000000;
  opacity: .8;
  text-align: center;
}
.pages .maps {
  position: relative;
  display: block;
  width: 100%;
  height: 80vh;
}
.pages .pan360 {
  position: relative;
  width: 100%;
  height: 80vh;
  left: 0px;
  top: 0px;
}
.pages .text-title {
  font-size: 25px;
  line-height: 31px;
}
.pages .iframe {
  position: relative;
  z-index: 3;
  margin: 30px 0px;
}
@media (max-width: 1366px) {
  .pages {
    padding-bottom: 415px;
  }
}
@media (max-width: 1024px) {
  .pages {
    padding-bottom: 490px;
  }
  .pages.new .content {
    padding-bottom: 50px;
  }
  .pages.building {
    padding-bottom: 410px;
  }
  .pages .inner {
    position: relative;
  }
  .pages .inner.paddingT {
    padding-top: 40px;
  }
  .pages .inner.paddingB {
    padding-bottom: 40px;
  }
  .pages .inner.i-content .col {
    display: block;
  }
  .pages .inner.i-content .col.col-1 {
    width: 100%;
    padding: 0px 40px;
  }
  .pages .inner.i-content .col.col-2 {
    width: 100%;
    padding: 0px 40px;
  }
  .pages .inner.i-content .col.col-4 {
    width: 100%;
    padding: 0px;
  }
  .pages .inner.i-content .col.col-11 {
    width: 100%;
    padding: 0px;
  }
  .pages .inner.i-content .col.col-7 {
    width: 100%;
    padding: 0px 40px;
  }
  .pages .inner.i-content .col.col-10 {
    width: 100%;
    padding: 0px 40px;
  }
  .pages .inner.i-content .col.col-3 {
    width: 100%;
  }
  .pages .text-title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .pages .content {
    display: block;
    padding: 30px;
    min-height: auto;
  }
  .pages .numbers {
    margin-top: 0px;
    padding: 0px 40px;
    width: 100%;
    float: none;
  }
  .pages .numbers:before {
    left: 40px;
    right: 40px;
  }
  .pages .numbers .heading {
    text-align: center;
  }
  .pages .numbers .subtitle {
    padding: 0px 10px;
    font-size: 18px;
  }
  .pages .numbers .number {
    top: 40%;
  }
  .pages .numbers .number .n-decimal {
    font-size: 70px;
  }
  .pages .numbers .number span {
    font-size: 45px;
  }
  .pages .numbers .item {
    width: 50%;
    float: left;
    padding-top: 50%;
  }
  .pages .status {
    margin-top: 40px;
    width: 100%;
    clear: both;
    display: table;
  }
  .pages .status .item {
    width: 50%;
    float: left;
  }
  .pages .status .graph {
    width: 120px;
    height: 120px;
  }
  .pages .background {
    left: 10px;
    right: 10px;
  }
  .pages .box {
    width: 100%;
    float: none;
    min-height: 100vw;
    display: table;
  }
  .pages .box.right {
    float: none;
  }
  .pages .box .b-box {
    position: relative;
    padding: 60px 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
  }
  .pages .box-about {
    float: none;
    display: table;
    width: 100%;
  }
  .pages .infos {
    margin-top: 40px !important;
    padding: 0px 40px;
    width: 100%;
  }
  .pages .maps {
    height: 40vh;
    padding: 0px 10px;
  }
  .pages .tags .tag {
    font-size: 12px;
  }
  .pages .quote span {
    font-size: 22px;
    line-height: 32px;
  }
  .pages .icons {
    -webkit-flex-wrap: initial;
        -ms-flex-wrap: initial;
            flex-wrap: initial;
    margin-top: 0px;
  }
  .pages .icons .item {
    width: initial;
  }
}
@media (max-width: 500px) {
  .pages {
    padding-bottom: 580px;
  }
  .pages.new .infos {
    margin-bottom: 50px;
  }
  .pages.news .pagination {
    margin-bottom: 30px;
  }
  .pages.about .news {
    margin-bottom: 70px;
  }
  .pages.contact .contactMap {
    margin-bottom: 60px;
  }
  .pages.building .inner:last-child {
    margin-bottom: 40px;
  }
  .pages .numbers {
    margin-top: 0px;
    padding: 0px 20px;
  }
  .pages .numbers:before {
    left: 20px;
    right: 20px;
  }
  .pages .numbers .subtitle {
    font-size: 12px;
  }
  .pages .numbers .number .n-decimal {
    font-size: 37px;
  }
  .pages .numbers .number span {
    font-size: 15px;
  }
  .pages .image {
    width: 100%;
    margin-top: 50px;
  }
  .pages .image img {
    width: 100%;
  }
  .pages .content {
    margin-top: -70px;
  }
  .pages .inner.paddingT {
    padding-top: 20px;
  }
  .pages .inner.paddingB {
    padding-bottom: 20px;
  }
  .pages .inner.i-content .col {
    display: block;
  }
  .pages .inner.i-content .col.col-1 {
    width: 100%;
    padding: 0px 20px;
  }
  .pages .inner.i-content .col.col-2 {
    width: 100%;
    padding: 0px 20px;
  }
  .pages .inner.i-content .col.col-7 {
    width: 100%;
    padding: 0px 20px;
  }
  .pages .inner.i-content .col.col-10 {
    width: 100%;
    padding: 0px 30px;
  }
  .pages .infos {
    padding: 0px 20px;
  }
  .pages .infos.i-contact {
    padding: 0px 20px;
  }
  .pages .infos .i-info {
    text-align: left;
  }
  .pages .infos .i-info:last-child {
    margin-bottom: 0px;
  }
  .pages .icons {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0px;
  }
  .pages .icons .item {
    width: 50%;
    padding: 0 20px;
  }
}
.scroll {
  position: absolute;
  bottom: -15vh;
  right: 4.33%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  text-align: center;
  z-index: 1;
}
.scroll span {
  font-size: 10px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  width: 120%;
  position: absolute;
  right: -4px;
  bottom: 50px;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.scroll.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.scroll:hover span {
  opacity: 1;
}
.scroll:hover .svg {
  top: 55% !important;
}
.scroll.gray .svg svg path {
  fill: #6f6f6f;
}
.scroll .svg {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('../img/ico-arrow-2.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-animation: fontbulger cubic-bezier(0.55, 0.085, 0, 0.99) 2s infinite;
          animation: fontbulger cubic-bezier(0.55, 0.085, 0, 0.99) 2s infinite;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.scroll .svg svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.scroll .svg svg path {
  fill: #ffffff;
}
@-webkit-keyframes fontbulger {
  0% {
    top: 45%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 45%;
  }
}
@keyframes fontbulger {
  0% {
    top: 45%;
  }
  50% {
    top: 55%;
  }
  100% {
    top: 45%;
  }
}
@media (max-width: 1024px) {
  .scroll {
    display: none;
  }
}
.news .news-mosaic {
  position: relative;
  margin: 0px -10px;
}
.news .news-mosaic .item.small {
  padding: 10px;
}
.news .item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.news .item:hover .images figure {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.news .item:hover .data {
  color: #000000;
}
.news .item:hover .tag {
  color: #000000;
}
.news .item.small {
  width: -webkit-calc(8.33% * 4);
  width: calc(8.33% * 4);
  padding-left: 10px;
}
.news .item.small .images {
  position: relative;
  height: 381px;
}
.news .item.small .infos {
  padding: 0px;
  padding-top: 40px;
  margin-top: 0px;
}
.news .item.big {
  width: -webkit-calc(8.33% * 8);
  width: calc(8.33% * 8);
  height: 600px;
  padding-right: 10px;
}
.news .item.big .images {
  height: 600px;
}
.news .item.big .infos {
  width: -webkit-calc(8.33% * 7);
  width: calc(8.33% * 7);
  position: absolute;
  bottom: 0px;
  right: -1px;
  padding: 40px;
}
.news .item.big .infos .button {
  position: absolute;
  bottom: 0px;
}
.news .item.big .infos .title {
  margin: 40px 0px;
  padding: 0px;
}
.news .images {
  width: 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.news .images figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.news .infos {
  position: relative;
  background: #f4f4f4;
  width: 100%;
}
.news .data {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #6f6f6f;
  font-size: 14px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.news .tag {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #0c588c;
  margin-left: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
}
.news .tag:hover {
  opacity: .5;
}
.news .title {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  margin: 20px 0px;
  padding-right: 60px;
  min-height: 84px;
}
@media (max-width: 1024px) {
  .news {
    padding-left: 40px;
    padding-right: 40px;
  }
  .news .item {
    float: none;
    margin-bottom: 30px;
    margin-right: -4px;
  }
  .news .item.small {
    width: 50%;
    padding-left: 0px;
  }
  .news .item.small .infos {
    padding-top: 0px;
  }
  .news .item.big {
    width: 50%;
    height: auto;
    padding-right: 0px;
  }
  .news .item.big .infos {
    position: relative;
    width: 100%;
    padding: 0px;
  }
  .news .item.big .infos .button {
    position: relative;
  }
  .news .item.big .infos .title {
    margin: 22px 0px;
  }
  .news .images {
    height: 260px !important;
  }
  .news .title {
    font-size: 22px;
    padding-right: 0px;
    min-height: auto;
  }
}
@media (max-width: 860px) {
  .news .item {
    margin-bottom: 30px;
    margin-right: 0px;
  }
  .news .item.small {
    width: 49.5%;
  }
  .news .item.big {
    width: 49.5%;
  }
}
@media (max-width: 500px) {
  .news {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news .item.small {
    margin-bottom: 0px;
    width: 100%;
  }
  .news .item.big {
    width: 100%;
  }
}
.neverland {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  right: 0px;
  cursor: pointer;
  height: 25px;
  top: 13px;
}
.neverland:hover .n-logo {
  width: 102px;
}
.neverland:hover .n-logo .svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.neverland:hover .n-logo .svg .letter {
  opacity: 1;
}
.neverland .n-text {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  color: #6f6f6f;
  position: absolute;
  display: block;
  left: -42px;
  top: 6px;
}
.neverland .n-logo {
  position: relative;
  width: 23px;
  height: 23px;
  background: #000000;
  -webkit-border-radius: 40px;
          border-radius: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.neverland .n-logo .svg {
  height: 20px;
  width: 80px;
  -webkit-transform: translateX(7px);
      -ms-transform: translateX(7px);
          transform: translateX(7px);
  background-image: url('../img/neverland.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.neverland .n-logo .svg svg path {
  fill: #ffffff;
}
.neverland .n-logo .svg .letter {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.neverland .n-logo .svg .letter:nth-child(1) {
  opacity: 1;
}
.neverland .n-logo .svg .letter:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.neverland .n-logo .svg .letter:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.neverland .n-logo .svg .letter:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.neverland .n-logo .svg .letter:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.neverland .n-logo .svg .letter:nth-child(6) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.neverland .n-logo .svg .letter:nth-child(7) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.neverland .n-logo .svg .letter:nth-child(8) {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.neverland .n-logo .svg .letter:nth-child(9) {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}
.gallery {
  position: relative;
  width: 100%;
  display: table;
  z-index: 1;
}
.gallery.g-home {
  margin-bottom: 60px;
}
.gallery.g-home .infos {
  padding-bottom: 0px;
  padding-top: 0 ;
  width: -webkit-calc(8.33% * 3);
  width: calc(8.33% * 3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px;
  margin-top: 0 !important;
}
.gallery.g-home .infos .button {
  bottom: 0px;
  position: relative;
  margin-top: 10px;
}
.gallery.g-home .arrows {
  top: 73%;
  left: -webkit-calc(8.33% * 8);
  left: calc(8.33% * 8);
}
.gallery.g-home .slides {
  width: -webkit-calc(8.33% * 8);
  width: calc(8.33% * 8);
}
.gallery.g-home .slides.over {
  top: 50%;
  left: -webkit-calc(66% - 20px);
  left: calc(66% - 20px);
  width: -webkit-calc(8.33% * 4.2);
  width: calc(8.33% * 4.2);
}
.gallery.zoom {
  z-index: 1000 !important;
}
.gallery.zoom .arrows {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  position: fixed !important;
  z-index: 10001 !important;
  width: 100% !important;
}
.gallery.zoom .arrows .a-prev {
  border: 1px solid #000000 !important;
  left: 7px !important;
  float: none !important;
  position: absolute !important;
}
.gallery.zoom .arrows .a-prev svg path {
  fill: #000000 !important;
}
.gallery.zoom .arrows .a-next {
  border: 1px solid #000000 !important;
  float: none !important;
  position: absolute !important;
  right: 10px !important;
}
.gallery.zoom .arrows .a-next svg path {
  fill: #000000 !important;
}
.gallery.zoom .arrows .arrow:after {
  background: #000000 !important;
}
.gallery.zoom .arrows .arrow:hover .svg svg path {
  fill: #ffffff !important;
}
.gallery[data-type="team"] {
  /* width: 91.3vw; */
  height: 43vw;
  margin-bottom: 0px;
  overflow: hidden;
  display: block;
}
@media (max-width: 1700px)
{
  .gallery[data-type="team"] {
    height: 45vw;
   }
}
@media (max-width: 1400px)
{
  .gallery[data-type="team"] {
    height: 47vw;
   }
}
@media (max-width: 1300px)
{
  .gallery[data-type="team"] {
    height: 49vw;
   }
}
@media (max-width: 1200px)
{
  .gallery[data-type="team"] {
    height: 51vw;
   }
}
.gallery[data-type="team"] .slides {
  margin-bottom: 0px;
  width: 100%;
  height: 42vw;
  float: none;
}
.gallery[data-type="team"] .slides .slide {
  position: relative;
  width: 91.3vw;
  height: 42vw;
}
.gallery[data-type="team"] .slides .slide.active {
  display: block;
}
.gallery[data-type="team"] .slides .slide.desactive {
  display: none;
}
.gallery[data-type="team"] .background {
  left: 0px;
  right: 0px;
}
.gallery[data-type="team"] .slick-dots {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gallery[data-type="team"] .slick-dots li {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  font-size: 0;
  opacity: .5;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.gallery[data-type="team"] .slick-dots .slick-active {
  background-color: #ffffff;
  opacity: 1;
}
.gallery[data-type="team"] .slick-dots button {
  font-size: 0;
}
.gallery[data-type="team"] .box {
  width: 40%;
  padding-right: 80px;
}
.gallery[data-type="team"] .box .b-box {
  position: relative;
}
.gallery[data-type="team"] .slick-list {
  overflow: inherit;
  width: 100%;
}
.gallery[data-type="carrossel"] {
  margin-bottom: 0px;
  margin-top: 20px;
  height: 700px;
  width: -webkit-calc(100% + 8.33%);
  width: calc(100% + 8.33%);
  display: block;
}
.gallery[data-type="carrossel"] .slides {
  margin-bottom: 0px;
  width: 100%;
}
.gallery[data-type="carrossel"] .slides .images {
  position: relative;
  width: 555px !important;
  margin-right: 20px;
}
.gallery[data-type="carrossel"] .slick-list {
  overflow: inherit;
  width: 100%;
}
.gallery[data-type="carrossel"] .arrows {
  left: 1px;
}
.gallery[data-type="carrossel"] .arrows.hideArrow {
  display: none;
}
.gallery.left .slides {
  margin-left: -webkit-calc(8.33% * 2);
  margin-left: calc(8.33% * 2);
}
.gallery.left .slides.over {
  right: -webkit-calc(41.65% - 20px);
  right: calc(41.65% - 20px);
  left: auto;
}
.gallery.left .arrows {
  left: -webkit-calc(8.33% * 7);
  left: calc(8.33% * 7);
}
.gallery.left .btZoom {
  right: 10px;
  left: auto;
}
.gallery.g-landscape {
  margin-bottom: 90px;
}
.gallery.g-landscape.left .slides {
  margin-left: -webkit-calc(8.33% * 1);
  margin-left: calc(8.33% * 1);
  margin-bottom: 140px;
  float: right;
}
.gallery.g-landscape.left .slides.over {
  right: auto;
  left: 10%;
  bottom: -90px;
  top: auto;
  margin-bottom: 0px;
}
.gallery.g-landscape.left .infos {
  width: -webkit-calc(8.33% * 4);
  width: calc(8.33% * 4);
}
.gallery.g-landscape .slides {
  width: -webkit-calc(8.33% * 6);
  width: calc(8.33% * 6);
  height: 534px;
}
.gallery.g-landscape .slides .images {
  height: 534px;
}
.gallery.g-landscape .slides.over {
  width: -webkit-calc(8.33% * 4);
  width: calc(8.33% * 4);
  left: auto;
  right: 18%;
  bottom: -90px;
  top: auto;
  height: 270px;
}
.gallery.g-landscape .slides.over .images {
  height: 270px;
}
.gallery.g-landscape .arrows {
  left: -webkit-calc(8.33% * 6);
  left: calc(8.33% * 6);
  margin-left: 1px;
}
.gallery.g-landscape .infos {
  margin-top: 0px;
  padding-top: 40px;
}
.gallery.g-news {
  margin-top: 40px;
  margin-bottom: 0px;
  position: relative;
}
.gallery.g-news .btvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery.g-news .slides {
  width: 100%;
  height: 534px;
  margin-bottom: 0px;
}
.gallery.g-news .slides .images {
  height: 534px;
}
.gallery.g-news .a-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -66px;
  border: 1px solid #6f6f6f;
}
.gallery.g-news .a-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -65px;
  border: 1px solid #6f6f6f;
}
.gallery.g-map {
  margin-bottom: 0px;
}
.gallery.g-map .infos {
  padding-top: 190px;
  width: -webkit-calc(8.33% * 3);
  width: calc(8.33% * 3);
}
.gallery.g-map .btZoom {
  right: auto;
  left: 10px;
}
.gallery.g-map .slides {
  margin-bottom: 0px;
  width: -webkit-calc(8.33% * 8);
  width: calc(8.33% * 8);
  height: 600px;
}
.gallery.g-map .slides .images {
  background-color: #ffffff;
  -webkit-background-size: contain;
          background-size: contain;
  height: 600px;
}
.gallery.g-map .slides .images.active {
  display: block;
}
.gallery.g-map .slides .images.desactive {
  display: none;
}
.gallery.g-map .arrows {
  left: -webkit-calc(8.33% * 8);
  left: calc(8.33% * 8);
}
.gallery.g-modal {
  margin-bottom: 0px !important;
}
.gallery.g-modal.g-full {
  padding: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery.g-modal.g-full .slides {
  height: 80vh !important;
}
.gallery.g-modal.g-full .arrows .a-prev {
  left: 25px;
  border: none;
}
.gallery.g-modal.g-full .arrows .a-next {
  right: 25px;
  border: none;
}
.gallery.g-modal .infos {
  padding-top: 190px;
  width: -webkit-calc(8.33% * 3) !important;
  width: calc(8.33% * 3) !important;
}
.gallery.g-modal .slides {
  margin-bottom: 0px;
  width: 100% !important;
  height: 450px !important;
}
.gallery.g-modal .slides .images {
  background-color: #ffffff;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  height: 100% !important;
}
.gallery.g-modal .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px !important;
  width: 100%;
  top: 45%;
  margin-left: 0px;
}
.gallery.g-modal .arrows:before {
  display: none;
}
.gallery.g-modal .arrows .arrow {
  float: none;
  position: absolute;
}
.gallery.g-modal .arrows .a-prev {
  border: 1px solid #000000 !important;
  left: -65px;
}
.gallery.g-modal .arrows .a-next {
  border: 1px solid #000000 !important;
  right: -65px;
}
.gallery .slides {
  width: -webkit-calc(8.33% * 5);
  width: calc(8.33% * 5);
  height: 700px;
  float: left;
  margin-bottom: 100px;
}
.gallery .slides.zoom {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0px !important;
  z-index: 800 !important;
  top: 0px !important;
  left: 0px !important;
  padding: 80px !important;
  background: #ffffff;
}
.gallery .slides.zoom .images {
  height: 100%;
}
.gallery .slides.over {
  position: absolute;
  width: -webkit-calc(8.33% * 4);
  width: calc(8.33% * 4);
  float: none;
  top: 60%;
  height: 380px;
  left: -webkit-calc(41.65% - 20px);
  left: calc(41.65% - 20px);
  z-index: -1;
  margin-bottom: 0px;
}
.gallery .slides.over.maps {
  opacity: .5;
}
.gallery .slides.over .images {
  height: 380px;
}
.gallery .images {
  position: relative;
  height: 700px;
  width: 100%;
  background: no-repeat center center;
  -webkit-background-size: cover;
          background-size: cover;
  overflow: hidden;
}
.gallery .images.tag:after {
  content: '';
  display: block;
  background-image: url('../img/selo.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
}
.gallery .images.slick-current .subtitle {
  opacity: 1;
  bottom: 0px;
}
.gallery .images.is-selected .subtitle {
  opacity: 1;
  bottom: 0px;
}
.gallery .images .bt-video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url('../img/ico-play.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  opacity: 1;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.gallery .images .bt-video:hover {
  opacity: .5;
}
.gallery .g-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.gallery .infos {
  width: -webkit-calc(8.33% * 4);
  width: calc(8.33% * 4);
  position: relative;
  float: left;
  margin-left: -webkit-calc(8.33% * 1);
  margin-left: calc(8.33% * 1);
  padding: 90px 0px;
  min-height: 430px;
}
.gallery .infos .title {
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-transform: uppercase;
  display: block;
}
.gallery .infos .city {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  color: #000000;
  margin-bottom: 10px;
}
.gallery .infos .paragraph {
  padding-right: 5vw;
}
.gallery .infos .button {
  margin-top: 0px;
  position: absolute;
  bottom: 60px;
}
.gallery .arrows {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 131px;
  display: table;
  z-index: 2;
  left: -webkit-calc(8.33% * 5);
  left: calc(8.33% * 5);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gallery .arrows:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 40%;
  background: #000000;
  z-index: 4;
}
.gallery .arrows:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: #000000;
  top: 0px;
  z-index: 10;
  margin-left: -1px;
  opacity: .2;
}
.gallery .btZoom {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 10px;
  top: 10px;
  cursor: pointer;
}
.gallery .btZoom.black .ico svg path {
  fill: #000000;
}
.gallery .btZoom.active {
  position: fixed;
  z-index: 1001;
  left: auto;
  right: 10px;
}
.gallery .btZoom.active .ico {
  display: none;
}
.gallery .btZoom.active .close {
  display: block;
}
.gallery .btZoom .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('../img/ico-zoom-in.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 40px;
  height: 40px;
}
.gallery .btZoom .close {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url('../img/ico-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 35px;
  height: 35px;
  display: none;
}
.gallery .btZoom .close svg path {
  fill: #000000;
}
.gallery .subtitle {
  position: absolute;
  padding: 10px 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  font-size: 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  bottom: -20px;
  left: 0px;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 1366px) {
  .gallery.g-landscape.left .infos {
    margin-left: -webkit-calc(8.33% * .81);
    margin-left: calc(8.33% * .81);
  }
  .gallery .box.right {
    width: 70%;
    padding-right: 0px;
    margin: 0 auto;
    float: none;
  }
}
@media (max-width: 1024px) {
  .gallery[data-type="team"] {
    width: 100vw;
    height: 80vw;
  }
  .gallery[data-type="team"] .slides {
    height: 80vw;
  }
  .gallery[data-type="team"] .slides .slide {
    width: 100vw;
    height: 80vw;
  }
  .gallery[data-type="team"] .box {
    padding-right: 20px;
    width: 100%;
    height: 80vw;
    min-height: inherit;
  }
  .gallery[data-type="team"] .box .b-box {
    left: 0px;
    padding: 0px 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gallery[data-type="team"] .text-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .gallery[data-type="team"] .paragraph {
    text-align: center;
  }
  .gallery .infos .paragraph {
    padding-right: 0;
  }
  .gallery[data-type="carrossel"] {
    padding: 0 65px;
  }
  .gallery[data-type="carrossel"] .arrows {
    left: 65px;
  }
}
@media (max-width: 812px) {
  .gallery {
    padding: 0px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
  .gallery.left .slides {
    margin: 0px;
  }
  .gallery[data-type="team"] {
    padding: 0px 0px;
  }
  .gallery[data-type="team"] .box {
    width: 100%;
  }
  .gallery[data-type="team"] .box .b-box {
    left: 0px;
    padding: 0px 40px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gallery[data-type="team"] .text-title {
    text-align: center;
  }
  .gallery[data-type="team"] .paragraph {
    text-align: center;
  }
  .gallery[data-type="carrossel"] {
    height: 560px;
    width: 100%;
    padding: 0 40px;
  }
  .gallery[data-type="carrossel"] .slick-list {
    overflow: hidden;
  }
  .gallery[data-type="carrossel"] .slides {
    height: 560px;
  }
  .gallery[data-type="carrossel"] .slides .images {
    height: 560px !important;
  }
  .gallery[data-type="carrossel"] .arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gallery.g-landscape {
    margin: 0px !important;
  }
  .gallery.g-landscape .slides {
    margin: 0px !important;
    height: 560px;
  }
  .gallery.g-landscape .slides .images {
    height: 560px;
  }
  .gallery.g-landscape .arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-left: 0px;
  }
  .gallery.g-landscape .infos {
    padding-top: 0px;
    display: none;
  }
  .gallery.g-news {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px;
    width: initial;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -50px;
  }
  .gallery.g-news .slides {
    height: 300px;
  }
  .gallery.g-news .slides .images {
    height: 300px;
  }
  .gallery.g-news .arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    width: 100%;
  }
  .gallery.g-news .arrows .arrow {
    border: none;
  }
  .gallery.g-news .arrows .a-prev {
    left: -15px;
  }
  .gallery.g-news .arrows .a-next {
    right: -15px;
  }
  .gallery.g-map {
    margin-top: 40px;
    margin-bottom: 0px;
    width: initial;
  }
  .gallery.g-map .infos {
    width: 100% !important;
    padding-top: 0px;
  }
  .gallery.g-map .btZoom {
    left: 52px;
  }
  .gallery.g-map .slides {
    height: 560px !important;
    width: 100% !important;
  }
  .gallery.g-map .slides .images {
    height: 560px !important;
  }
  .gallery.g-map .arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px !important;
    width: 100vw;
  }
  .gallery.g-map .arrows .arrow {
    border: none;
  }
  .gallery.g-map .arrows .a-prev {
    left: 0px;
  }
  .gallery.g-map .arrows .a-next {
    right: 0px;
  }
  .gallery.g-modal {
    width: 100% !important;
  }
  .gallery.g-modal .slides {
    width: 100% !important;
    height: 300px !important;
  }
  .gallery.g-modal .slides .images {
    height: 300px !important;
  }
  .gallery.g-modal .arrows {
    left: 0px !important;
    top: 25% !important;
  }
  .gallery.g-modal .infos {
    width: 100% !important;
    padding-top: 20px;
    padding-left: 5vw;
  }
  .gallery.g-home .arrows {
    top: 27%;
  }
  .gallery .slides {
    width: 100% !important;
    height: 560px;
    float: left;
    margin-bottom: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .gallery .slides .images {
    height: 560px;
  }
  .gallery .slides.over {
    display: none;
  }
  .gallery .infos {
    display: block;
    margin: 0px;
    width: 100% !important;
    padding: 0px;
    padding-top: 30px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .gallery .infos .paragraph {
    padding-right: 0px;
  }
  .gallery .infos .title {
    font-size: 26px;
  }
  .gallery .arrows {
    position: absolute;
    width: 100vw;
    top: 25%;
    left: 0px !important;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .gallery .arrows::before {
    display: none;
  }
  .gallery .arrows .arrow {
    border: none;
    z-index: 4;
  }
  .gallery .arrows .arrow:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #6f6f6f;
    left: 0px;
    top: 0px;
    background: #FFF;
    opacity: 1;
  }
  .gallery .arrows .arrow.a-next {
    float: right;
  }
  .gallery .arrows .arrow:after {
    background: #000000;
  }
  .gallery .arrows .arrow .svg path {
    fill: #000000 !important;
  }
  .gallery .arrows:after {
    display: none !important;
  }
}
@media (max-width: 500px) {
  .gallery {
    padding: 0px 20px;
  }
  .gallery.g-news .a-prev {
    left: -20px;
  }
  .gallery.g-news .a-next {
    right: -20px;
  }
  .gallery[data-type="carrossel"] {
    padding: 0 20px;
  }
  .gallery.g-home {
    margin-bottom: 0px;
  }
  .gallery.g-home .arrows {
    top: 37%;
  }
  .gallery.g-home .infos {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
  }
  .gallery[data-type="team"] {
    padding: 0px 0px;
    padding-bottom: 60px;
    background: #000000;
    height: auto;
  }
  .gallery[data-type="team"] .slides {
    height: auto;
  }
  .gallery[data-type="team"] .slides .slide {
    height: auto;
  }
  .gallery[data-type="team"] .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gallery[data-type="team"] .box {
    position: relative;
    height: auto;
    width: 100%;
  }
  .gallery[data-type="team"] .box .b-box {
    left: auto;
    padding: 40px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: auto;
    width: 100%;
  }
  .gallery[data-type="team"] .background {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 300px;
  }
  .gallery[data-type="team"] .slick-dots {
    bottom: -30px;
  }
  .gallery .infos {
    padding-top: 0px;
    min-height: initial;
    margin-top: 20px !important;
    margin-bottom: 30px;
  }
  .gallery .infos .button {
    position: relative;
    bottom: 0px;
    margin: 30px 0px;
  }
  .gallery.g-modal {
    padding: 0px 0px;
  }
  .gallery.g-modal .arrows {
    top: 40% !important;
  }
  .gallery.g-modal .arrows .arrow.a-next {
    border: none !important;
    right: -40px;
  }
  .gallery.g-modal .arrows .arrow.a-prev {
    border: none !important;
    left: -40px;
  }
  .gallery .btZoom {
    display: none;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .g-map .infos {
      padding-left: 50px !important;
    }
  }
}
.menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 49;
  display: none;
}
.menu.m-open {
  display: block;
}
.menu .inner {
  position: relative;
  z-index: 3;
}
.menu .gray {
  content: '';
  display: block;
  width: 0%;
  height: 100%;
  position: absolute;
  background: #252424;
  top: 0px;
  left: 0px;
  -webkit-transition: 0.6s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.6s all cubic-bezier(0.55, 0.085, 0, 0.99);
  z-index: 1;
  overflow: hidden;
}
.menu .gray.motion-in {
  width: -webkit-calc(8.33%  * 10);
  width: calc(8.33%  * 10);
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .gray.motion-in .line svg path {
  stroke-dasharray: 500;
  stroke-dashoffset: 1000;
  -webkit-transition: 1.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.menu .grayDark {
  position: absolute;
  width: 0px;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #191818;
  z-index: 2;
  -webkit-transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .grayDark.motion-in {
  left: -webkit-calc(8.33%  * 6);
  left: calc(8.33%  * 6);
  width: -webkit-calc(8.33%  * 4);
  width: calc(8.33%  * 4);
  -webkit-transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .black {
  position: absolute;
  width: 0%;
  height: 100vh;
  top: 0px;
  background: #000000;
  z-index: -2;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .black.motion-in {
  width: 100%;
  -webkit-transition: 0.6s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.6s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .wrapper {
  position: relative;
  margin-top: 80px;
  z-index: 3;
}
.menu .col {
  vertical-align: top;
}
.menu .item {
  position: relative;
  display: table;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .item.motion-in span {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition: 1.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .item.motion-in.active span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  color: #ffffff;
  opacity: .2;
}
.menu .item.motion-in:hover span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  color: #ffffff;
  opacity: 1;
}
.menu .item.motion-in:hover.active span {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  color: #ffffff;
  opacity: .2;
}
.menu .item.motion-in:hover:before {
  opacity: .5;
}
.menu .item.motion-in:hover .sub {
  left: 45vw;
  opacity: 1;
}
.menu .item.motion-in:hover .sub:after {
  opacity: 1;
  left: -55%;
}
.menu .item.motion-in:hover .sub .s-item {
  opacity: 1;
}
.menu .item.submenu {
  width: 100%;
}
.menu .item span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 46px;
  line-height: 70px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-right: 20px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.menu .sub {
  position: absolute;
  top: 10px;
  left: 44vw;
  right: 0px;
  z-index: 2;
  -webkit-transition: 0.5s left cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s left cubic-bezier(0.55, 0.085, 0, 0.99);
  opacity: 0;
}
.menu .sub:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -62%;
  opacity: 0;
  -webkit-transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.8s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .sub .s-item {
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .s-item {
  display: block;
}
.menu .s-item span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: .3px;
  color: #ffffff !important;
}
.menu .s-item:hover span {
  text-decoration: underline;
}
.menu .logo {
  position: absolute;
  bottom: 17%;
  left: -webkit-calc(12.66%  * .9);
  left: calc(12.66%  * .9);
  display: block;
  margin-left: -11px;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
  opacity: 0;
  z-index: 4;
}
.menu .logo.motion-in {
  left: -webkit-calc(12.66%  * 1);
  left: calc(11.66%  * 1);
  opacity: 1;
}
.menu .logo-arquitetura {
  width: 105px;
  height: 30px;
  display: inline-block;
}
.menu .logo-arquitetura .svg {
  position: absolute;
  left: -10px;
  top: 15px;
  width: 170px;
  height: 155px;
  background-image: url('../img/logo-arquitetura-menu.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.menu .logo-arquitetura .svg path {
  fill: #ffffff;
}
.menu .logo-skr {
  width: 60px;
  height: 15px;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  z-index: 4;
  display: inline-block;
}
.menu .logo-skr .svg {
  width: 60px;
  height: 15px;
  background-image: url('../img/logo.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.menu .logo-skr .svg path {
  fill: #ffffff;
}
.menu .copyright {
  position: absolute;
  bottom: 10%;
  right: 4.33%;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .copyright.motion-in {
  opacity: 1;
}
.menu .copyright span {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: .3px;
  color: #ffffff;
  opacity: .5;
}
.menu .social {
  margin-top: 94px;
  margin-left: 10vw;
}
.menu .social .text {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.menu .social .text.motion-in {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: .5;
}
.menu .social .ico {
  margin: 0 auto;
  margin-bottom: 20px;
}
.menu .social .ico.motion-in .svg svg {
  opacity: 1;
  left: 50%;
}
.menu .social .ico .svg svg {
  opacity: 0;
  left: -20px;
  -webkit-transition: 1.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 1024px) {
  .menu .inner {
    padding: 0px -webkit-calc(12.66% * 1);
    padding: 0px calc(12.66% * 1);
    margin-left: -11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .menu .col {
    width: 100% !important;
    display: block;
  }
  .menu .gray {
    z-index: initial;
  }
  .menu .gray.line {
    bottom: -30%;
  }
  .menu .gray.motion-in {
    width: 100%;
  }
  .menu .grayDark {
    display: none;
  }
  .menu .copyright {
    display: none;
  }
  .menu .wrapper {
    margin-top: 0px;
  }
  .menu .sub {
    display: none;
  }
  .menu .social {
    margin-left: 105px;
    margin-top: 50px;
    margin-bottom: 0px;
  }
  .menu .social .ico {
    width: 40px;
  }
  .menu .social .text {
    text-align: left;
    padding-left: 13px;
    margin-bottom: 5px;
  }
  .menu .item span {
    font-size: 40px;
    line-height: 60px;
  }
  .menu .item.motion-in.active span {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@media (max-width: 500px) {
  .menu .gray .line {
    display: none;
  }
  .menu .item span {
    font-size: 20px;
    line-height: 50px;
  }
}
.social {
  display: table;
  margin: 0 auto;
}
.social .text {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ffffff;
  display: block;
  text-align: center;
  opacity: .4;
  width: 100%;
}
.social .ico {
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}
.social .ico:hover .svg svg {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.social .ico .svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.social .ico .svg svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.social .ico .svg svg path {
  fill: #ffffff;
}
.social .ico.i-twitter .svg {
  background-image: url('../img/ico-twitter.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.social .ico.i-yt .svg {
  background-image: url('../img/ico-yt.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.social .ico.i-facebook .svg {
  background-image: url('../img/ico-facebook.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.social .ico.i-linkedin .svg {
  background-image: url('../img/ico-linkedin.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.social .ico.i-pinterest .svg {
  background-image: url('../img/ico-pinterest.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.social .ico.i-instagram .svg {
  background-image: url('../img/ico-instagram.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
@media (max-width: 1024px) {
  .social {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .social .ico {
    float: left;
    margin-bottom: 0px;
    width: 60px;
  }
}
.share {
  display: table;
  margin: 0 auto;
  border: 1px solid #6f6f6f;
  margin-top: 50px;
  margin-left: 0px;
  position: relative;
}
.share .ico {
  position: relative;
  width: 60px;
  height: 60px;
  display: block;
  cursor: pointer;
  border-bottom: 1px solid #6f6f6f;
}
.share .ico:last-child {
  border-bottom: none;
}
.share .ico:hover .svg svg {
  -webkit-transform: translate(-50%, -50%) scale(0.8);
      -ms-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
}
.share .ico:hover.i-facebook .svg svg path {
  fill: #3b5998;
}
.share .ico:hover.i-whatsapp .svg svg path {
  fill: #4AC959;
}
.share .ico:hover.i-twitter .svg svg path {
  fill: #1da1f2;
}
.share .ico .svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
}
.share .ico .svg svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.share .ico .svg svg path {
  fill: #6f6f6f;
}
.share .ico.i-twitter .svg {
  background-image: url('../img/ico-twitter.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.share .ico.i-facebook .svg {
  background-image: url('../img/ico-facebook.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.share .ico.i-linkedin .svg {
  background-image: url('../img/ico-linkedin.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.share .ico.i-pinterest .svg {
  background-image: url('../img/ico-pinterest.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.share .ico.i-instagram .svg {
  background-image: url('../img/ico-instagram.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.share .ico.i-whatsapp .svg {
  background-image: url('../img/ico-whats.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
}
.share .share-text {
  position: absolute;
  top: -30px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 1024px) {
  .share {
    display: none;
  }
}
.breadcrumb {
  position: relative;
  display: table;
  z-index: 2;
  margin-bottom: 48px;
}
.breadcrumb.light {
  margin-bottom: 0px;
}
.breadcrumb.light .b-home svg path,
.breadcrumb.light .arrow svg path {
  fill: #ffffff;
}
.breadcrumb.light .home:hover svg {
  opacity: 1;
}
.breadcrumb.light .home:hover svg path {
  fill: #ffffff;
}
.breadcrumb.light a {
  color: #ffffff;
}
.breadcrumb .b-home {
  width: 30px;
  height: 30px;
  background-image: url('../img/ico-home.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: -6px;
}
.breadcrumb .b-home:hover svg {
  opacity: 1;
}
.breadcrumb .b-home:hover svg path {
  fill: #000000;
}
.breadcrumb .b-home svg {
  opacity: .7;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.breadcrumb .b-home svg path {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  fill: #6f6f6f;
}
.breadcrumb .arrow {
  width: 30px;
  height: 30px;
  background-image: url('../img/ico-arrow-1.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .arrow svg {
  opacity: .7;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.breadcrumb .arrow svg path {
  fill: #6f6f6f;
}
.breadcrumb a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  opacity: .7;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.breadcrumb a:hover {
  opacity: 1;
}
.breadcrumb a.active {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  opacity: 1;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 320px;
}
@media (max-width: 1024px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .breadcrumb a.active {
    max-width: 150px;
  }
}
.mosaic {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.mosaic.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.mosaic .col {
  width: 33.3333%;
  height: 680px;
  display: inline-block;
  margin-right: -4px;
}
.mosaic .item.left .arrows {
  left: -64px;
  z-index: 4;
}
.mosaic .item.left .infos {
  margin-left: 0px;
}
.mosaic .gallery {
  width: 100%;
  height: 680px;
  margin-bottom: 0px;
}
.mosaic .gallery .slides {
  width: 100%;
  height: 680px;
  margin-bottom: 0px;
}
.mosaic .gallery .images {
  width: 100%;
  height: 680px;
}
.mosaic .gallery .arrows {
  top: auto;
  bottom: 10%;
  left: auto;
  right: -65px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.mosaic .gallery .arrows.hideArrow {
  display: none;
}
.mosaic .infos {
  position: absolute;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: 100%;
  background: #ffffff;
  margin-top: 0px;
  margin-left: -2px;
}
.mosaic .infos .button {
  position: absolute;
  bottom: 12%;
  left: 90px;
}
.mosaic .infos .i-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  padding: 40px 90px;
  left: 0px;
}
.mosaic .name {
  font-size: 40px;
  letter-spacing: 2px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 20px 0px;
  display: block;
}
.mosaic .city {
  font-size: 16px;
  letter-spacing: .5px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .mosaic .infos {
    margin-top: 0 !important;
  }
  .mosaic .infos .i-wrapper {
    padding-right: 70px;
    padding-left: 80px;
  }
  .mosaic .gallery .arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    bottom: unset;
  }
  .mosaic .name {
    font-size: 30px;
  }
  .mosaic .pagination .p-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 812px) {
  .mosaic {
    padding-top: 40px;
  }
  .mosaic .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mosaic .item.left .arrows .arrow {
    border: none;
  }
  .mosaic .item.left .arrows:after {
    background: #000000;
  }
  .mosaic .item.left .arrows .svg path {
    fill: #000000;
  }
  .mosaic .item.left .arrows .arrow.black {
    border: none;
  }
  .mosaic .item.left .arrows .arrow.black .svg path {
    fill: #000000;
  }
  .mosaic .col {
    width: 100%;
    display: block;
    height: auto;
    margin-right: 0px;
  }
  .mosaic .col.c-empty {
    display: none;
  }
  .mosaic .col.c-gallery {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .mosaic .col.c-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    padding: 0px 20px;
  }
  .mosaic .gallery {
    height: auto;
    padding: 0px 20px;
    position: relative;
  }
  .mosaic .gallery .slides {
    height: auto;
  }
  .mosaic .gallery .images {
    height: 70vh;
    background-position-x: unset ;
  }
  .mosaic .gallery .arrows {
    left: 0px !important;
    right: auto !important;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mosaic .infos {
    padding: 30px;
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 30px;
  }
  .mosaic .infos .i-wrapper {
    padding: 0px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
  .mosaic .infos .button {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
  }
  .mosaic .name {
    font-size: 20px;
  }
  .mosaic .city {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .mosaic .pagination .p-wrapper {
    margin-top: 20px;
    margin-bottom: 110px;
  }
}
.filter {
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  position: absolute;
  left: -webkit-calc(12.33% * 1);
  left: calc(12.33% * 1);
  bottom: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.filter.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.filter .bar {
  position: relative;
  width: 1px;
  height: 100%;
  background: #6f6f6f;
  padding: 23px 0px;
  margin: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  opacity: .2;
}
.filter .tag {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  padding: 7px 16px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-right: 5px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.filter .tag.disabled {
  color: rgba(0, 0, 0, 0.1);
  cursor: auto;
}
.filter .tag.disabled:before {
  opacity: .2;
}
.filter .tag.selected {
  color: #ffffff;
  padding-right: 30px;
}
.filter .tag.selected:before {
  background: #252424;
}
.filter .tag.selected .close {
  display: block;
}
.filter .tag:hover {
  opacity: .8;
}
.filter .tag:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #D8D8D8;
  -webkit-border-radius: 25px;
          border-radius: 25px;
  top: 0px;
  left: 0px;
  position: absolute;
}
.filter .tag a {
  display: block;
}
.filter .tag span {
  z-index: 2;
  position: relative;
}
.filter .tag .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7px;
  cursor: pointer;
  display: none;
}
.filter .tag .close:hover svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.filter .tag .close:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.filter .tag .close svg {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.filter .tag .close svg path {
  fill: #6f6f6f;
}
.filter .close {
  position: relative;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url('../img/ico-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  cursor: pointer;
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
}
.filter .close:hover svg {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.filter .close:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.filter .close svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.filter .close svg path {
  fill: #ffffff;
}
@media (max-width: 1024px) {
  .filter {
    position: unset;
    width: 100%;
    bottom: unset;
    display: block;
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
@media (max-width: 500px) {
  .filter {
    text-align: center;
  }
  .filter .bar {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    padding: 1px;
    margin: 10px 0;
  }
  .filter .tag {
    font-size: 9px;
    padding: 7px 7px;
    margin: 2px 2px;
  }
}
.loader {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 601;
  display: none;
}
.loader.motion-in:before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.loader.motion-in .logo {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.loader.motion-in.motion-out:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.loader.motion-in.motion-out .logo {
  left: 70%;
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.loader:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f4f4f4;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.loader .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 60px;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0;
  top: 55%;
}
.loader .logo svg {
  -webkit-animation: dash 3s cubic-bezier(0.55, 0.085, 0, 0.99) infinite;
          animation: dash 3s cubic-bezier(0.55, 0.085, 0, 0.99) infinite;
  position: absolute;
  opacity: .2;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.loader .logo svg path {
  fill: #6f6f6f;
}
@-webkit-keyframes dash {
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: .2;
  }
}
@keyframes dash {
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: .2;
  }
}
.loader-init {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 601;
}
.loader-init.motion-in:after {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.loader-init.motion-in .logo {
  top: 50%;
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.loader-init.motion-in.motion-out:after {
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}
.loader-init.motion-in.motion-out .logo {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  left: 70%;
}
.loader-init:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f4f4f4;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}
.loader-init .logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 60px;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: all 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  opacity: 0;
  top: 55%;
}
.loader-init .logo svg {
  -webkit-animation: dash 3s cubic-bezier(0.55, 0.085, 0, 0.99) infinite;
          animation: dash 3s cubic-bezier(0.55, 0.085, 0, 0.99) infinite;
  position: absolute;
  opacity: .2;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: transform 0.6s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.loader-init .logo svg path {
  /* fill: #6f6f6f; */
}
@keyframes dash {
  50% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: .2;
  }
}
@media (max-width: 1024px) {
  .loader-init .line {
    width: 100%;
  }
  .loader-init .line svg {
    width: 110%;
    height: 110%;
  }
}
.video-frame {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  top: 0px;
  display: none;
  z-index: 9000;
}
.video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.video-frame .bt-close {
  display: block;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  position: fixed;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
  background: #000000;
}
.video-frame .bt-close .svg {
  background-image: url('../img/ico-close.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.video-frame .bt-close:hover .svg {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.video {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  margin-top: 40px;
  z-index: 4;
}
.video .content {
  position: relative;
}
.video .img {
  position: relative;
  width: 100%;
  top: 0px;
  padding-top: 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
}
.video .img:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.video .wrapper {
  display: block;
  margin: 0px -10px;
  width: auto;
}
.video .wrapper:before,
.video .wrapper:after {
  content: '';
  display: table;
}
.video .wrapper:after {
  clear: both;
}
.video .item {
  position: relative;
  width: 33.333%;
  display: inline-block;
  padding: 0px 10px;
  margin-right: -4px;
}
.video .item .img {
  padding-top: 100%;
}
.video .v-background {
  position: relative;
  width: 100%;
  padding-top: 50%;
  overflow: hidden;
}
.video .v-background .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 0px;
}
.video .v-background video {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.video .v-btPlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
.video .v-btPlay:hover svg {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
}
.video .v-btPlay:hover span {
  opacity: .2;
}
.video .ico {
  background-image: url('../img/ico-play.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 40px;
  height: 50px;
  margin: 0 auto;
}
.video .ico svg {
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.video span {
  color: #ffffff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  display: block;
  text-align: center;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  text-transform: uppercase;
}
@media (max-width: 736px) {
  .video .v-background {
    height: 40vh;
  }
  .video .v-background video {
    display: none;
  }
  .video .v-background .image {
    display: block;
    position: relative;
    width: 100%;
    height: 40vh;
  }
}
@media (max-width: 500px) {
  .video .item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
  .video .item:last-child {
    padding-bottom: 0px;
  }
  .video span {
    font-size: 11px;
    margin-top: 8px;
  }
  .video .ico {
    width: 30px;
    height: 39px;
  }
}
.pagination {
  position: relative;
  width: 100%;
  display: table;
}
.pagination .p-wrapper {
  margin: 60px auto;
  display: table;
}
.pagination .arrow {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
.pagination .arrow:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/ico-arrow-1-black.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
          background-size: contain;
  width: 30px;
  height: 30px;
  -webkit-transition: all cubic-bezier(0.55, 0.085, 0, 0.99) 0.2s;
          transition: all cubic-bezier(0.55, 0.085, 0, 0.99) 0.2s;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 2px;
}
.pagination .arrow:hover:before {
  left: 5px;
}
.pagination .arrow.prev:hover:before {
  right: 5px;
  left: auto;
}
.pagination .arrow.prev:before {
  right: 0px;
  left: auto;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pagination .p-pages {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  line-height: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #6f6f6f;
}
.pagination .p-pages:after {
  margin-top: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #f4f4f4;
  z-index: 1;
}
.pagination .p-pages a {
  display: block;
  position: relative;
  z-index: 2;
}
.pagination .p-pages:hover {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.pagination .p-pages:hover:after {
  border: 1px solid #000000;
}
.pagination .p-pages.active {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.pagination .p-pages.active:after {
  border: 1px solid #6f6f6f;
}
.differentials {
  position: relative;
  width: 100%;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 1.2s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.differentials .inner {
  margin-bottom: 80px;
}
.differentials.motion-in {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
}
.differentials .col {
  height: 680px;
  display: inline-block;
  margin-right: -4px;
}
.differentials .col.c-gallery {
  width: 60%;
}
.differentials .col.c-info {
  width: 40%;
}
.differentials .item.left .arrows {
  left: -64px;
  z-index: 4;
}
.differentials .item.left .infos {
  margin-left: 0px;
}
.differentials .gallery {
  width: 100%;
  height: 680px;
  margin-bottom: 0px;
}
.differentials .gallery .slides {
  width: 100%;
  height: 680px;
  margin-bottom: 0px;
}
.differentials .gallery .images {
  width: 100%;
  height: 680px;
}
.differentials .gallery .arrows {
  top: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: -65px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.differentials .infos {
  position: absolute;
  width: -webkit-calc(100% + 2px);
  width: calc(100% + 2px);
  height: 100%;
  margin-top: 0px;
  margin-left: 130px;
  padding: unset;
}
.differentials .infos .button {
  position: absolute;
  bottom: 20%;
}
.differentials .infos .i-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  left: 0px;
}
.differentials .infos .paragraph {
  width: 70%;
}
.differentials .infos .paragraph p {
  padding-bottom: 20px;
}
.differentials .title {
  font-size: 35px;
  letter-spacing: 2px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  margin: 20px 0px;
  display: block;
  width: 80%;
}
.differentials .title.mobile {
  display: none;
}
.differentials .city {
  font-size: 16px;
  letter-spacing: .5px;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .differentials .item {
    padding: 0 40px;
  }
  .differentials .infos {
    margin-left: 80px;
  }
  .differentials .title {
    font-size: 28px;
    width: 100%;
  }
}
@media (max-width: 860px) {
  .differentials .inner {
    padding: 0px 4.33%;
    margin-bottom: 0px;
  }
  .differentials .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  .differentials .item.left .arrows .arrow {
    border: none;
  }
  .differentials .item.left .arrows .arrow.black {
    border: none;
  }
  .differentials .item.left .arrows .arrow.black .svg path {
    fill: #000000;
  }
  .differentials .item.left .arrows:after {
    background: #000000;
  }
  .differentials .item.left .arrows .svg path {
    fill: #000000;
  }
  .differentials .col {
    display: block;
    height: auto;
    margin-right: 0px;
  }
  .differentials .col.c-empty {
    display: none;
  }
  .differentials .col.c-gallery {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .differentials .col.c-info {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    height: auto;
    width: 100%;
  }
  .differentials .gallery {
    height: auto;
    position: relative;
  }
  .differentials .gallery .slides {
    height: auto;
  }
  .differentials .gallery .images {
    height: 70vh;
  }
  .differentials .gallery .arrows {
    left: 0px !important;
    right: auto !important;
    width: 100%;
  }
  .differentials .gallery .arrows .arrow.a-next {
    float: right;
    right: -30px;
  }
  .differentials .gallery .arrows .arrow.a-prev {
    left: -30px;
  }
  .differentials .title {
    display: none;
  }
  .differentials .title.mobile {
    display: block;
    text-align: center;
  }
  .differentials .infos {
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px !important;
    margin-bottom: 30px;
  }
  .differentials .infos .i-wrapper {
    padding: 0px;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: auto;
    top: auto;
  }
  .differentials .infos .button {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
  .differentials .infos .paragraph {
    width: 100%;
    text-align: center;
  }
  .differentials .infos .paragraph p {
    padding: 20px 0;
  }
  .differentials .name {
    font-size: 20px;
  }
  .differentials .city {
    font-size: 14px;
  }
}
@media (max-width: 812px) {
  .differentials .gallery {
    padding: unset;
  }
  .differentials .gallery .arrows .arrow.a-next {
    right: -20px;
  }
  .differentials .gallery .arrows .arrow.a-prev {
    left: -20px;
  }
}
@media (max-width: 500px) {
  .differentials .inner {
    margin-bottom: 10px;
  }
  .differentials .title {
    font-size: 25px;
    text-align: center;
  }
  .differentials .gallery .images {
    height: 50vh;
  }
  .differentials .infos {
    margin-bottom: 0px;
  }
  .differentials .infos .button {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .differentials .infos .paragraph {
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
}
.awards {
  background-color: #d5d5d5;
}
.awards .a-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.awards .a-item {
  width: 100%;
  height: auto;
  margin: 30px 0;
  position: relative;
}
.awards .a-item img {
  width: 80%;
  height: auto;
  display: table;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .awards .inner .col.col-1 {
    display: none;
  }
  .awards .inner .col.col-10 {
    width: -webkit-calc(8.33% * 12);
    width: calc(8.33% * 12);
  }
  .awards .a-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .awards .a-item {
    width: 50%;
  }
}
.a-video {
  position: relative;
  height: auto;
  width: 100%;
}
.a-video .caption {
  position: absolute;
}
.a-video .v-image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  padding-top: 60%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
}
.a-video .v-image:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0px;
  left: 0px;
  z-index: 2;
}
.a-video .v-image .button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 0;
  background-color: #ffffff;
  -webkit-border-radius: 100px;
          border-radius: 100px;
  padding: 20px;
  z-index: 3;
}
.a-video .v-image .button .svg svg path {
  fill: #0c588c;
}
.a-video .v-image span {
  position: absolute;
  left: 50%;
  top: 58%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  z-index: 3;
}
@media (max-width: 812px) {
  .a-video .v-image span {
    top: 63%;
  }
}
@media (max-width: 500px) {
  .a-video .v-image .button {
    padding: 10px;
  }
  .a-video .v-image span {
    font-size: 12px;
    top: 67%;
  }
}
.g-video {
  position: relative;
  height: auto;
}
.g-video .v-gallery {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.g-video .v-gallery .arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-video .v-gallery .arrow.a-next {
  right: -30px;
  border: 1px solid #000000;
}
.g-video .v-gallery .arrow.a-prev {
  left: -30px;
  border: 1px solid #000000;
}
.g-video .v-gallery .arrow.hideArrow {
  display: none;
}
.g-video .v-gallery .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 30px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.g-video .v-gallery .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-border-radius: 100px;
          border-radius: 100px;
  opacity: 1;
  margin: 0 3px;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
}
.g-video .v-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  width: 25px;
}
.g-video .v-gallery .swiper-container {
  height: 100%;
}
.g-video .button.btvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px 20px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  background-color: #ffffff;
}
.g-video .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.g-video .subtitle {
  position: absolute;
  padding: 10px 15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  letter-spacing: .5px;
  font-size: 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0px;
  left: 0px;
}
.g-video .date {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #6f6f6f;
  font-size: 14px;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.g-video .date span {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #0c588c;
  margin-left: 10px;
  text-transform: uppercase;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
  cursor: pointer;
}
.g-video .date span:hover {
  opacity: .5;
}
.g-video .swiper-slide {
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition-property: -webkit-transform, -webkit-transform;
          transition-property: transform, -webkit-transform;
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
.g-video .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.g-video .s-container {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.g-video figure {
  height: 400px;
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
          transition: 0.5s all cubic-bezier(0.55, 0.085, 0, 0.99);
}
@media (max-width: 1024px) {
  .g-video .n-gallery {
    padding: 0 40px;
  }
  .g-video .n-gallery .arrow {
    top: 130px;
  }
  .g-video .n-gallery .arrow.a-prev {
    left: 0;
  }
  .g-video .n-gallery .arrow.a-next {
    right: 0;
  }
  .g-video figure {
    height: 300px;
  }
}
@media (max-width: 500px) {
  .g-video .n-gallery {
    padding: 0 20px;
  }
}
.contactMap {
  position: relative;
  margin-bottom: 60px;
}
.contactMap .l-map {
  height: 700px;
}
.contactMap .l-map .gm-style-iw-d {
  overflow: unset !important;
  max-width: unset !important;
  max-height: unset !important;
}
.contactMap .l-map .gm-style-iw-c {
  -webkit-border-radius: 0;
          border-radius: 0;
  max-width: unset !important;
  max-height: unset !important;
}
.contactMap .l-map .gm-style .gm-style-iw-t::after {
  background: #0c588c;
}
.contactMap .l-map .gm-style-iw-c {
  padding: unset;
}
.contactMap .l-map .gm-ui-hover-effect {
  display: none !important;
}
.contactMap .l-infos {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  padding: 20px;
  padding-bottom: 50px;
  background-color: #0c588c;
  display: block;
  text-align: center;
}
.contactMap .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-transform: uppercase;
  color: #ffffff;
}
.contactMap .sub-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  margin-top: 10px;
  color: #ffffff;
}
.partners {
  background-color: #ffffff;
}
.partners .a-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
.partners .a-item {
  width: 100%;
  height: 180px;
  position: relative;
  margin-bottom: 80px;
}
.partners .a-item img {
  height: 50px;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
}
.partners .sub-partners {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #6f6f6f;
  font-size: 15px;
  margin-top: 40px;
}
.partners .box-partner {
  width: 100%;
  height: 20px;
  margin: 0 auto;
  border-color: #6f6f6f;
  border-style: solid;
  border-width: 0 1px 1px 1px;
  margin-bottom: 30px;
  position: relative;
}
.partners .box-partner.no-border {
  width: 30%;
}
.partners .box-partner::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  height: 30px;
  width: 1px;
  background: #6f6f6f;
}
.partners .content-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.partners .content-image.more::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 16px;
  width: 3px;
  background: #000000;
}
.partners .content-image.more::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 3px;
  width: 16px;
  background: #000000;
}
@media (max-width: 1024px) {
  .partners .a-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .partners .a-item {
    height: 140px;
    width: 50%;
  }
  .partners .box-partner.no-border {
    width: 60%;
  }
}
@media (max-width: 812px) {
  .partners .a-item {
    height: 100px;
  }
  .partners .a-item img {
    height: 40px;
  }
}
@media (max-width: 500px) {
  .partners .inner .col.col-1 {
    display: none;
  }
  .partners .inner .col.col-10 {
    width: -webkit-calc(8.33% * 12);
    width: calc(8.33% * 12);
  }
  .partners .a-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0 20px;
  }
  .partners .a-item {
    width: 100%;
  }
  .partners .a-item img {
    height: 40px;
  }
  .partners .box-partner.no-border {
    width: 30%;
  }
}

.topbar{
  background: #000000;
  text-align:center;
  padding: 10px;
}

.topbar span{
  color: #FFFFFF;
  font-size: 12px;
}

@media (max-width: 1024px){
.canalvendas {
    display: none;
}}