html {
  font-size: calc(1 * 62.5%);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: top;
  font-family: regular, Verdana, sans-serif;
  color: #000;
  font-weight: normal;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: none;
  width: 100%;
  overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
strong {
  vertical-align: baseline;
}
p,
li {
  line-height: 150%;
}
ol,
ul {
  list-style: none;
}
li {
  break-inside: avoid-column;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
span {
  font-family: inherit;
  vertical-align: unset;
  font-size: inherit;
}
tr {
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
}
sup {
  color: inherit !important;
}
sub {
  color: inherit !important;
}
a,
input[type="submit"] {
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 3.8rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.2rem;
}
h4,
h5,
h6,
p {
  font-size: 1.8rem;
}
p {
  line-height: 130%;
}
p:last-child {
  margin-bottom: 0;
}
p strong,
strong p,
h1 strong,
strong h1,
h2 strong,
strong h2,
h3 strong,
strong h3,
h4 strong,
strong h4 {
  font-family: bold;
}
li,
.dark_bgrd li {
  list-style: none;
}
a {
  color: #f24c27;
}
a:hover {
  color: #000;
}
p strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
strong,
strong span,
strong a,
a strong,
strong sup,
strong sub,
sup strong,
sub strong {
  font-size: inherit;
  font-weight: normal;
  color: inherit;
}
p a,
h1 a,
h2 a,
h3 a,
h4 a {
  font-size: inherit;
}
p sup,
h1 sup,
h2 sup,
h3 sup,
h4 sup {
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.6em;
  vertical-align: 0.4em;
}
p sub,
h1 sub,
h2 sub,
h3 sub,
h4 sub {
  font-family: inherit;
  font-weight: inherit;
  font-size: 0.6em;
  vertical-align: -0.4em;
}
hr {
  width: 45px;
  height: 1px;
  margin: 0;
  padding: 0;
  color: #f24c27;
  border: 0;
  background-color: #f24c27;
}
em {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: italic;
  color: inherit;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
tr {
  vertical-align: top;
}
a,
.dark_bgrd a {
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.dark_bgrd a:hover {
  text-decoration: none;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  vertical-align: top;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
  vertical-align: top;
}
.aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: top;
}
.wp-caption-text {
  color: #909090;
  font-size: 0.8rem;
}
.gallery-item {
  float: left;
  margin: 0 0 0 0;
  padding: 0;
}
.gallery-item a img {
  border: solid 1px;
  margin: 0;
  padding: 0;
}
.loading {
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
}
form.post-password-form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  outline: unset;
  color: #303030;
  background-color: #f5f5f5;
  border: 0;
}
form.post-password-form input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 10px 30px;
  color: #fff;
  background-color: #f24c27;
  transition: all 250ms ease-in-out;
  cursor: pointer;
}
form.post-password-form input[type="submit"]:hover {
  color: #fff;
  background-color: #000;
}
#top {
  width: 0;
  height: 0;
}
#link_to_top {
  position: fixed;
  z-index: 10000;
  display: none;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
}
#link_to_top_bgrd {
  position: absolute;
  width: 100%;
  height: 100%;
}
#link_to_top a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../images/scrollTopLink_bgrd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
#link_to_top a.dark_bgrd {
  background-image: url(../images/scrollTopLink_bgrd_dark.png);
}
#link_to_top a:hover {
  background-size: 75% 100%;
}
#site_bgrd_image {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.forminator-edit-module {
  display: none !important;
}
#connect_div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  padding: 30px;
  transform: translate3d(-50%,-50%,0);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
#connect_div input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  background: #efefef;
  border: 0;
}
a#wazconnect {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  color: #fff;
  background: #505050;
}
a#wazconnect:hover {
  background: #000;
}
@media screen and (max-width: 580px) {
  #connect_div {
    width: 100%;
    box-shadow: none;
  }
}
#waz_popup_container {
  position: fixed;
  z-index: 10000;
  display: none;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  padding: 50px;
  opacity: 0;
  background: rgba(0,0,0,0.75);
  cursor: pointer;
}
#waz_popup_wrapper {
  position: relative;
  max-width: calc(1460px);
  max-height: 100%;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  cursor: default;
}
#waz_popup_actions {
  position: sticky;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 30px;
}
#waz_popup_close {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/popup_close.png) no-repeat center center #000;
  background-size: 100%;
}
#waz_popup_close:hover {
  transform: rotate(90deg);
}
#waz_popup_wait {
  z-index: 10;
  height: 400px;
  padding: 0;
  background: url(../images/flexContent/wait_horizontal.gif) no-repeat center center;
}
#waz_popup_content {
  z-index: 10;
  min-height: 400px;
  padding: 0;
  transform: translateY(-30px);
}
#waz_popup_content.error {
  margin-top: 150px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #waz_popup_container {
    min-height: 100%;
    padding: 0 !important;
  }
  #waz_popup_wrapper {
    min-height: 100%;
  }
}
@media screen and (max-width: 960px) {
  #waz_popup_content .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#header_info_col_2 {
  text-align: right;
}
#header_info_complementaires p {
  margin: 0;
  line-height: 1;
}
#main_header {
  position: relative;
  z-index: 500;
  background-position: center center;
}
#header_main_container {
  padding: 0;
}
#main_header .row {
  overflow: visible;
}
#header_div {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#header_logo {
  float: left;
  margin: 0;
}
#header_menu {
  float: right;
  margin: 0;
}
.header_menu > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
.header_menu > ul > li > ul {
  display: none;
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding-top: 11px;
  text-align: center;
}
.header_menu > ul > li:hover > ul {
  display: block;
}
.header_menu > ul li {
  margin-top: 0;
  margin-bottom: 0;
  transition: all 250ms ease-in-out;
}
.header_menu > ul > li {
  position: relative;
  display: inline-block;
  margin: auto;
  min-height: 0;
  line-height: 100%;
  padding: 0 4px;
  background: none;
}
.header_menu > ul > li > li {
  display: block;
  padding: 0;
}
.header_menu > ul > li > ul > li.current-menu-ancestor a,
.header_menu > ul > li > ul > li.current-menu-item a {
  cursor: default;
}
.header_menu > ul a {
  transition: all 250ms ease-in-out;
}
.header_menu > ul > li a {
  display: block;
  padding: 5px 10px;
}
.header_menu > ul > li > li a {
  display: block;
  width: 100%;
  text-transform: none;
  padding: 5px 10px;
}
#main_menu_burger {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 44px;
  height: 44px;
}
#main_menu_burger a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f24c27;
  background-image: url(../images/burger.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
#main_menu_burger a:hover {
  transform: rotate(180deg);
}
#burger_content {
  z-index: 10000000;
  display: none;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  text-align: center;
  padding: 30px 0;
  opacity: 0;
}
#burger_content #burger_content_close {
  position: fixed;
  right: 30px;
  top: 30px;
  width: 44px;
  height: 44px;
}
#burger_content #burger_content_close a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/burger_close.png) no-repeat center center;
  background-size: 100%;
}
#burger_content.dark_bgrd #burger_content_close a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/burger_close_dark.png) no-repeat center center;
  background-size: 100%;
}
#burger_content #burger_content_close a:hover {
  transform: rotate(180deg);
}
#burger_content_wrapper {
  width: 100%;
  max-width: 1000px;
  min-height: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#burger_content_wrapper > ul {
  display: inline-block;
}
#burger_content_wrapper > ul > li {
  display: block;
  width: 100%;
  text-align: center;
}
#burger_content_wrapper > ul > li + li {
  margin-top: 30px;
}
#burger_content.dark_bgrd #burger_content_wrapper > ul > li > a {
  display: inline-block;
  line-height: 1;
  margin-bottom: 30px;
  color: #f24c27;
  font-size: 1.5rem;
  font-family: semibold;
}
#burger_content #burger_content_wrapper > ul > li > a:hover,
#burger_content #burger_content_wrapper > ul > li.current-menu-item > a {
  color: #000;
}
#burger_content.dark_bgrd #burger_content_wrapper > ul > li > a:hover,
#burger_content.dark_bgrd #burger_content_wrapper > ul > li.current-menu-item > a {
  color: #fff;
}
#burger_content.dark_bgrd #burger_content_wrapper > ul > li.menu-item-has-children > a:hover {
  color: #f24c27;
  cursor: default;
}
#burger_content_wrapper > ul > li > ul > li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
#burger_content_wrapper > ul > li > ul > li > a {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  border-bottom: 1px solid transparent;
}
#burger_content_wrapper > ul > li > ul > li > a:hover,
#burger_content_wrapper > ul > li > ul > li.current-menu-item > a {
  color: #f24c27;
  border-bottom: 1px solid #f24c27;
}
@media screen and (max-width: 580px) {
  #header_logo {
    float: right;
  }
  #main_menu_burger {
    left: 30px;
    right: unset;
    top: 30px;
  }
  #burger_content #burger_content_close {
    right: unset;
    left: 30px;
    top: 30px;
  }
}
#fixed_menu {
  position: fixed;
  top: -500px;
  left: 0;
  z-index: 10000;
  width: 100%;
  margin: 0;
  opacity: 0;
  background: #fff;
}
#fixed_menu_container {
  padding: 0;
}
#fixed_menu .row {
  overflow: visible;
}
#fixed_menu_div {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
#fixed_menu_logo {
  float: left;
}
#fixed_menu_menu {
  float: right;
}
#fixed_menu_menu > ul {
  display: inline-block;
}
#fixed_menu_burger {
  display: none;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
}
#fixed_menu_burger a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/menu_burger_bgrd.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%;
}
#fixed_menu_burger a:hover {
  background-size: 70% 70%;
}
#lang {
  display: inline-block;
  margin-top: -3px;
  margin-left: 15px;
}
#lang span,
#lang a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 38px;
  margin: 0 3px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 40px;
}
#lang span {
  color: #fff;
  background: #4dc1fe;
}
#lang a {
  color: #6a6f72;
  background: unset;
}
#lang a:hover {
  color: #4dc1fe;
}
@media screen and (max-width: 960px) {
  .header_menu > ul > li a:last-child {
    padding-right: 15px;
  }
}
@media screen and (max-width: 1024px) {
  #header_menu {
    display: none;
  }
  #main_menu_burger {
    display: block;
  }
  #fixed_menu {
    display: none;
  }
  #fixed_menu_burger {
    display: block;
  }
}
.section_image_wrapper,
.container_image_wrapper {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.section_image,
.container_image {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#page_header .row {
  overflow: visible;
}
#page_header.section_bgrd_to_container #page_title h1,
#page_header.section_bgrd_to_container #page_title p {
  padding-left: 30px;
}
#page_header * {
  -webkit-transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  -moz-transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  -o-transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  transition-property: opacity, transform, filter, -webkit-filter, -moz-filter, -o-filter, -ms-filter;
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: 6000ms;
  -moz-transition-duration: 6000ms;
  -o-transition-duration: 6000ms;
  transition-duration: 6000ms;
}
#page_header_container {
  min-height: 300px;
  padding: 50px 0;
}
#page_title {
  z-index: 1000;
}
#page_title .waz_FE {
  margin-bottom: 0;
}
#content {
  position: relative;
  z-index: 10;
  min-height: 600px;
  background-repeat: no-repeat;
}
#page_header + #content {
  margin-top: 0;
}
.dark_bgrd * {
  color: #fff;
}
.dark_bgrd strong {
  color: inherit;
}
.col_dark_bgrd * {
  color: #fff;
}
.col_dark_bgrd strong {
  color: inherit;
}
a.section_anchor {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 ! important;
}
.waz_FE_textArea li,
.waz_FE_bulletedList li,
.dropDownBox_content li,
.tabContent_wrapper li {
  margin-left: 0;
  margin-bottom: 10px;
  padding-left: 25px;
  list-style: none;
  background: url(../images/default_li.png) no-repeat 0 7px;
}
.dark_bgrd .waz_FE_textArea li,
.dark_bgrd .waz_FE_bulletedList li,
.dark_bgrd .dropDownBox_content li,
.dark_bgrd .tabContent_wrapper li {
  background-image: url(../images/default_li_dark.png);
}
@media screen and (max-width: 580px) {
  table {
    width: 100% !important;
  }
}
#page_subnav {
  transition-duration: 0ms !important;
}
#page_header .row {
  overflow: visible;
}
#page_header #page_subnav {
  position: static;
  transform: unset;
  width: auto;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
#page_header #page_subnav.sticky {
  position: fixed;
  z-index: 10000;
  top: 0;
  transform: translate(0px,5px);
}
#main_header #page_subnav {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page_subnav.absolute {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#page_subnav.absolute #page_subnav_container {
  border-radius: 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#page_subnav.absolute .waz_page_nav {
  display: block;
  padding: 10px 25px;
}
#page_subnav.absolute .waz_page_nav:first-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 25px;
}
#page_subnav.absolute .waz_page_nav:last-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-right: 25px;
}
#page_subnav.absolute .waz_page_nav + .waz_page_nav {
  border-top: 1px solid #ddd;
}
#page_subnav #page_subnav_container {
  display: inline-block;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
#page_subnav .waz_page_nav {
  display: inline-block;
  padding: 5px 10px;
  font-size: 1.5rem;
  color: #000;
  background-color: #fff;
}
#page_subnav .waz_page_nav.top {
  background-image: url(../images/top.png);
  background-repeat: no-repeat;
  background-position: 17px center;
}
#page_subnav .waz_page_nav.top:hover {
  background-color: #aaa;
}
#page_subnav .waz_page_nav:first-of-type {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding-left: 20px;
}
#page_subnav .waz_page_nav:last-of-type {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding-right: 20px;
}
#page_subnav .waz_page_nav + .waz_page_nav {
  border-left: 1px solid #ddd;
}
#page_subnav .waz_page_nav:hover,
#page_subnav .waz_page_nav.selected {
  color: #fff;
  background-color: #000;
}
#footer_menu_div li {
  display: inline-block;
}
@media screen and (max-width: 580px) {
  .section_footer * {
    text-align: center !important;
  }
  .section_footer img.alignleft {
    float: none;
    display: inline-block;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
p.recatcha {
  font-size: 1.2rem !important;
}
p.recatcha,
p.recatcha a {
  color: rgba(0,0,0,0.5) !important;
}
.fancybox_page #header_section,
.fancybox_page #fixed_menu_section,
.fancybox_page #footer_perso,
.fancybox_page #footer,
.fancybox_page #footer_menu_section {
  display: none;
}
.main {
  position: relative;
}
.main.full_height {
  min-height: 100vh;
}
.main .img_voile {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section_anchor {
  display: block;
}
.container {
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 40px 0;
}
.main.section_bgrd_to_container .container {
  width: calc(1460px);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.main.section_bgrd_to_container .container .row {
  width: 100%;
}
.container.no_padding {
  padding: 0;
}
.container.w80pct {
  width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
.container.w60pct {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.container.w50pct {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.full_width .container,
.container.full_width {
  width: 100%;
}
.row {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background-clip: content-box;
}
.row > * {
  float: left;
}
.row:after,
.row:before {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.row.with_bgrd {
  padding: 0 30px;
}
.row.full_width,
.row.full_width_no_margin {
  width: 100%;
  padding: 0;
}
.row.full_width_no_margin .col,
.row.full_width_no_margin.col_with_bgrd .col,
.row.full_width_no_margin.col_with_bgrd .col .col_container {
  padding: 0;
}
.row + .row.full_width_no_margin.with_bgrd .col {
  padding-top: 0;
}
.row.row_w80 {
  width: calc(1120px);
}
.row.row_w60 {
  width: calc(840px);
}
.row.row_w50 {
  width: calc(700px);
}
@media screen and (max-width: calc(1120px)) {
  .row.row_w80 {
    width: 100%;
  }
}
@media screen and (max-width: calc(840px)) {
  .row.row_w60 {
    width: 100%;
  }
}
@media screen and (max-width: calc(700px)) {
  .row.row_w50 {
    width: 100%;
  }
}
.col {
  position: relative;
  margin: 0;
  padding: 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-clip: content-box;
}
.row + .row.with_bgrd .col {
  padding-top: 30px;
}
.row + .row.with_bgrd.col_with_bgrd .col {
  padding-top: 0;
}
.row + .row .col {
  padding-top: 0;
}
.row.col_with_bgrd .col {
  padding: 0 30px;
}
.row.col_with_bgrd .col .col_container {
  padding: 30px;
}
.row .col .col_container {
  background-repeat: no-repeat;
  background-size: cover;
}
.row .col .col_container.col_container_with_bgrd .waz_FE {
  padding: 30px;
}
.row.col_with_bgrd .waz_FE {
  padding: 0 30px;
}
.row .col .col_container {
  background-clip: content-box;
  background-repeat: no-repeat;
}
.row.row_2_col.col_with_bgrd .col1,
.row.row_3_col.col_with_bgrd .col1,
.row.row_4_col.col_with_bgrd .col1 {
  padding-right: 0;
}
.row.row_2_col.col_with_bgrd .col2,
.row.row_3_col.col_with_bgrd .col3,
.row.row_4_col.col_with_bgrd .col4 {
  padding-left: 0;
}
.row.row_3_col.col_with_bgrd .col2,
.row.row_4_col.col_with_bgrd .col2,
.row.row_4_col.col_with_bgrd .col3 {
  padding-left: 0;
  padding-right: 0;
}
.col.no_padding {
  padding: 0;
}
.col.no_content.col_with_bgrd {
  min-height: 400px;
}
.col.col_vertical_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.col.col_no_padding {
  padding: 0;
}
.col_bgrd_voile {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-clip: content-box;
}
.row.col_with_bgrd .col_bgrd_voile {
  padding: 0 30px;
}
.row.row_2_col.col_with_bgrd .col1 .col_bgrd_voile,
.row.row_3_col.col_with_bgrd .col1 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col1 .col_bgrd_voile {
  padding-right: 0;
}
.row.row_2_col.col_with_bgrd .col2 .col_bgrd_voile,
.row.row_3_col.col_with_bgrd .col3 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col4 .col_bgrd_voile {
  padding-left: 0;
}
.row.row_3_col.col_with_bgrd .col2 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col2 .col_bgrd_voile,
.row.row_4_col.col_with_bgrd .col3 .col_bgrd_voile {
  padding-left: 0;
  padding-right: 0;
}
.w12u {
  width: 100%;
}
.w9u {
  width: 75%;
}
.w8u {
  width: 66.66%;
}
.w6u {
  width: 50%;
}
.w5u {
  width: 41.66%;
}
.w4u {
  width: 33.33%;
}
.w3u {
  width: 25%;
}
.w2u {
  width: 16.66%;
}
.w0u {
  display: none;
}
@media screen and (max-width: calc(1460px)) {
  .main.section_bgrd_to_container .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .main.section_bgrd_to_container .container .row {
    width: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
  }
  .container.w80pct {
    width: 80%;
  }
  .container.w60pct {
    width: 60%;
  }
  .container.w50pct {
    width: 50%;
  }
  .full_width .container,
  .container.full_width {
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .container {
    padding: 0;
  }
  .container.w80pct,
  .container.w60pct,
  .container.w50pct {
    width: 100%;
  }
}
@media screen and (max-width: 740px) {
  .x2col.w9u,
  .x2col.w8u,
  .x2col.w6u,
  .x2col.w4u,
  .x2col.w3u {
    width: 100%;
  }
  .full_width .x2col.w9u,
  .full_width .x2col.w8u,
  .full_width .x2col.w6u,
  .full_width .x2col.w4u,
  .full_width .x2col.w3u {
    width: 100%;
  }
  .x3col.w8u,
  .x3col.w6u,
  .x3col.w4u,
  .x3col.w3u,
  .x3col.w2u {
    width: 100%;
  }
  .full_width .x3col.w8u,
  .full_width .x3col.w6u,
  .full_width .x3col.w4u,
  .full_width .x3col.w3u,
  .full_width .x3col.w2u {
    width: 100%;
  }
  .x4col.w3u {
    width: 50%;
  }
  .full_width .x4col.w3u {
    width: 50%;
  }
  .row.row_2_col.col_with_bgrd .col1,
  .row.row_3_col.col_with_bgrd .col1 {
    padding-right: 30px;
  }
  .row.row_2_col.col_with_bgrd .col2,
  .row.row_3_col.col_with_bgrd .col3 {
    padding-left: 30px;
  }
  .row.row_3_col.col_with_bgrd .col2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col2 {
    padding-left: 0;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col3 {
    padding-left: 30px;
    padding-right: 0;
  }
  .row.row_2_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col1 .col_bgrd_voile {
    padding-right: 30px;
  }
  .row.row_2_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col3 .col_bgrd_voile {
    padding-left: 30px;
  }
  .row.row_3_col.col_with_bgrd .col2 .col_bgrd_voile {
    padding-left: 30px;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col2 .col_bgrd_voile {
    padding-left: 0;
    padding-right: 30px;
  }
  .row.row_4_col.col_with_bgrd .col3 .col_bgrd_voile {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .container,
  .container.w80pct,
  .container.w60pct,
  .container.w50pct {
    width: 100%;
  }
  .col {
    padding: 30px;
  }
  .x2col.w9u,
  .x2col.w8u,
  .x2col.w6u,
  .x2col.w4u,
  .x2col.w3u {
    width: 100%;
  }
  .x3col.w8u,
  .x3col.w6u,
  .x3col.w4u,
  .x3col.w3u,
  .x3col.w2u {
    width: 100%;
  }
  .x4col.w3u {
    width: 100%;
  }
  .full_width .x4col.w3u {
    width: 100%;
  }
  #page_header.section_bgrd_to_container #page_title h1,
  #page_header.section_bgrd_to_container #page_title p {
    padding-left: 0;
  }
  .row.with_bgrd,
  .row.col_with_bgrd .col,
  .row.row_1_col.col_with_bgrd .col1,
  .row.row_2_col.col_with_bgrd .col1,
  .row.row_2_col.col_with_bgrd .col2,
  .row.row_3_col.col_with_bgrd .col1,
  .row.row_3_col.col_with_bgrd .col2,
  .row.row_3_col.col_with_bgrd .col3,
  .row.row_4_col.col_with_bgrd .col1,
  .row.row_4_col.col_with_bgrd .col2,
  .row.row_4_col.col_with_bgrd .col3,
  .row.row_4_col.col_with_bgrd .col4 {
    padding: 0;
  }
  .row.col_with_bgrd .col .col_bgrd_voile,
  .row.row_1_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_2_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_2_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_3_col.col_with_bgrd .col3 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col1 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col2 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col3 .col_bgrd_voile,
  .row.row_4_col.col_with_bgrd .col4 .col_bgrd_voile {
    padding: 0;
  }
}
#header_logo {
  padding: 20px 0;
}
#header_menu {
  margin: 52px 0 0 0;
}
.main_menu > ul > li {
  padding: 0 0px;
}
.main_menu > ul > li > a {
  font-family: light;
  font-size: 2rem;
  color: #000000;
  text-transform: none;
  background: none;
}
.main_menu > ul > li:hover > a,
.main_menu > ul > li > a:hover,
.main_menu > ul > li.current-menu-ancestor > a,
.main_menu > ul > li.current-menu-item > a {
  color: #f24c27;
}
.main_menu > ul > li > ul {
  width: 250px;
  margin-left: -125px;
}
.main_menu > ul > li > ul > li a {
  padding: 5px;
  font-family: light;
  font-size: 1.4rem;
  color: #ffffff;
  text-transform: none;
  background: #000000;
}
.main_menu > ul > li > ul > li a:hover,
.main_menu > ul > li > ul > li.current-menu-ancestor a,
.main_menu > ul > li > ul > li.current-menu-item a {
  color: #f24c27;
  background: #000000;
}
@font-face {
  font-family: "bold";
  src: url("https://dev.wazimir.fr/wp-content/themes/wazimir/font/opensans/opensans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "semibold";
  src: url("https://dev.wazimir.fr/wp-content/themes/wazimir/font/opensans/opensans-semibold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "regular";
  src: url("https://dev.wazimir.fr/wp-content/themes/wazimir/font/opensans/opensans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "light";
  src: url("https://dev.wazimir.fr/wp-content/themes/wazimir/font/opensans/opensans-light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
p {
  font-family: regular;
  color: #000000;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 150%;
  font-size: 1.8rem;
}
p strong,
strong p {
  font-family: semibold;
}
li,
td {
  font-family: regular;
  color: #000000;
  margin-bottom: 1rem;
  text-transform: none;
  letter-spacing: 0px;
  line-height: 150%;
  font-size: 1.8rem;
}
li strong,
strong li,
td strong,
strong td {
  font-family: semibold;
}
input,
textarea,
select {
  font-family: regular;
  font-size: 1.8rem;
  color: #000000;
  letter-spacing: 0px;
}
a {
  font-family: regular;
}
.color_black,
.dark_bgrd .color_black {
  color: #000;
  font-size: inherit;
}
.color_white,
.dark_bgrd .color_white {
  color: #fff;
  font-size: inherit;
}
.color1,
.dark_bgrd .color1,
.color1 em,
.dark_bgrd .color1 em {
  color: #f24c27;
  font-size: inherit;
}
.color2,
.dark_bgrd .color2,
.color2 em,
.dark_bgrd .color2 em {
  color: #f5f5f5;
  font-size: inherit;
}
body::-webkit-scrollbar,
#waz_popup_wrapper::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track,
#waz_popup_wrapper::-webkit-scrollbar-track {
  background: #ffffff;
}
body::-webkit-scrollbar-thumb,
#waz_popup_wrapper::-webkit-scrollbar-thumb {
  background-color: #f24c27;
  border: 4px solid #ffffff;
  border-radius: 20px;
}
html,
body,
#waz_popup_wrapper {
  scrollbar-width: thin;
  scrollbar-color: #f24c27 #ffffff;
}
#waz_popup_container {
  padding: 50px 50px 50px 65px;
}
.waz_FE {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
}
.waz_FE:last-child {
  margin-bottom: 0;
}
.waz_FE li {
  list-style: none;
}
.waz_FE_title h1,
.waz_FE_title h2,
.waz_FE_title h3,
.waz_FE_title h4,
.waz_FE_title h5,
.waz_FE_title h6,
.waz_FE_title p {
  display: inline-block;
}
.waz_FE_title.waz_FE_title_center {
  text-align: center;
}
.waz_FE_title.waz_FE_title_center span.filet {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.waz_FE_title.waz_FE_title_right {
  text-align: right;
}
.waz_FE_title span.filet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .waz_FE_title.reduced_width {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.title_3389 p,
p.title_3389 {
  font-family: light;
  font-size: 2rem;
  text-transform: none;
  color: #000000;
}
.dark_bgrd .title_3389 p,
.col_dark_bgrd  .title_3389 p,
.dark_bgrd p.title_3389,
.col_dark_bgrd  p.title_3389 {
  color: #ffffff;
}
.title_3389 p strong,
p.title_3389 strong {
  font-family: semibold;
}
.title_3388 h1,
h1.title_3388 {
  font-family: bold;
  font-size: 3rem;
  text-transform: none;
  color: #000000;
}
.dark_bgrd .title_3388 h1,
.col_dark_bgrd  .title_3388 h1,
.dark_bgrd h1.title_3388,
.col_dark_bgrd  h1.title_3388 {
  color: #ffffff;
}
.title_3388 h1 strong,
h1.title_3388 strong {
  font-family: bold;
}
.title_3423 p,
p.title_3423 {
  margin-bottom: 0px;
  font-family: light;
  font-size: 2.2rem;
  text-transform: none;
  color: #000000;
}
.dark_bgrd .title_3423 p,
.col_dark_bgrd  .title_3423 p,
.dark_bgrd p.title_3423,
.col_dark_bgrd  p.title_3423 {
  color: #ffffff;
}
.title_3423 p strong,
p.title_3423 strong {
  font-family: light;
}
.title_3422 h1,
h1.title_3422 {
  font-family: light;
  font-size: 3.8rem;
  text-transform: none;
  color: #000000;
}
.dark_bgrd .title_3422 h1,
.col_dark_bgrd  .title_3422 h1,
.dark_bgrd h1.title_3422,
.col_dark_bgrd  h1.title_3422 {
  color: #ffffff;
}
.title_3422 h1 strong,
h1.title_3422 strong {
  font-family: semibold;
}
.title_2973 p,
p.title_2973 {
  font-family: regular;
  font-size: 1em;
  text-transform: none;
}
.title_2973 p strong,
p.title_2973 strong {
  font-family: regular;
}
.title_2965 h1,
h1.title_2965 {
  font-family: regular;
  font-size: 1.8em;
  text-transform: none;
}
.title_2965 h1 strong,
h1.title_2965 strong {
  font-family: regular;
}
.waz_FE_textArea {
  margin-left: auto;
  margin-right: auto;
  column-gap: 30px;
  border-style: solid;
  border-width: 0;
}
.waz_FE_textArea.textArea_bgrd {
  padding: 20px;
}
.waz_FE_textArea.textArea_2_cols {
  column-count: 2;
}
.waz_FE_textArea.textArea_3_cols {
  column-count: 3;
}
.waz_FE_textArea.textArea_4_cols {
  column-count: 4;
}
.waz_FE_textArea.textArea_5_cols {
  column-count: 5;
}
.waz_FE_textArea.textArea_2_cols p,
.waz_FE_textArea.textArea_3_cols p,
.waz_FE_textArea.textArea_4_cols p,
.waz_FE_textArea.textArea_5_cols p {
  margin-top: 0;
}
.waz_FE_textArea.left.w80,
.waz_FE_textArea.left.w60,
.waz_FE_textArea.left.w50 {
  margin-left: 0 !important;
}
.waz_FE_textArea.center.w80,
.waz_FE_textArea.center.w60,
.waz_FE_textArea.center.w50 {
  margin-left: auto !important;
  margin-right: auto !important;
}
.waz_FE_textArea.right.w80 {
  margin-left: 20% !important;
  margin-right: 0 !important;
}
.waz_FE_textArea.right.w60 {
  margin-left: 40% !important;
  margin-right: 0 !important;
}
.waz_FE_textArea.right.w50 {
  margin-left: 50% !important;
  margin-right: 0 !important;
}
.waz_FE_textArea.w80 {
  width: 80%;
}
.waz_FE_textArea.w60 {
  width: 60%;
}
.waz_FE_textArea.w50 {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .waz_FE_textArea.textArea_5_cols {
    column-count: 4;
  }
}
@media screen and (max-width: 1024px) {
  .waz_FE_textArea.w100,
  .waz_FE_textArea.w80,
  .waz_FE_textArea.w60,
  .waz_FE_textArea.w50 {
    width: 100%;
  }
  .waz_FE_textArea.textArea_3_cols {
    column-count: 2;
  }
  .waz_FE_textArea.textArea_4_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_textArea.w100,
  .waz_FE_textArea.w80,
  .waz_FE_textArea.w60,
  .waz_FE_textArea.w50 {
    width: 100%;
  }
  .waz_FE_textArea.textArea_4_cols {
    column-count: 2;
  }
  .waz_FE_textArea.textArea_5_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .waz_FE_textArea.textArea_2_cols,
  .waz_FE_textArea.textArea_3_cols,
  .waz_FE_textArea.textArea_4_cols,
  .waz_FE_textArea.textArea_5_cols {
    column-count: 2;
  }
  .w6u .waz_FE_textArea.textArea_2_cols,
  .w6u .waz_FE_textArea.textArea_3_cols,
  .w6u .waz_FE_textArea.textArea_4_cols,
  .w6u .waz_FE_textArea.textArea_5_cols {
    column-count: 1;
  }
}
@media screen and (max-width: 650px) {
  .waz_FE_textArea.w100,
  .waz_FE_textArea.w80,
  .waz_FE_textArea.w60,
  .waz_FE_textArea.w50 {
    width: 100%;
  }
  .waz_FE_textArea.textArea_2_cols,
  .waz_FE_textArea.textArea_3_cols,
  .waz_FE_textArea.textArea_4_cols,
  .waz_FE_textArea.textArea_5_cols {
    column-count: 1 !important;
  }
  .waz_FE_textArea {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.button_container_left {
  text-align: left;
}
.button_container_left .waz_FE_button {
  margin-left: 0 !important;
}
.button_container_center {
  text-align: center;
}
.button_container_right {
  text-align: right;
}
.button_container_right .waz_FE_button {
  margin-right: 0 !important;
}
.button_container span,
.button_container a {
  font-size: 1.8rem;
}
.button_container.button_1 a {
  margin: 0 !important;
}
.waz_FE_button {
  position: relative;
  display: inline-block;
}
.button_full_width .waz_FE_button {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 ! important;
}
.waz_FE_button,
.dark_bgrd .waz_FE_button,
a.waz_FE_button,
.dark_bgrd a.waz_FE_button {
  cursor: default;
  background-repeat: no-repeat;
}
a.waz_FE_button:hover,
.dark_bgrd a.waz_FE_button:hover {
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .waz_FE_button {
    display: block;
    margin: 0 auto 20px auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }
}
.waz_FE_image {
  transition: all 500ms ease-in-out;
}
.waz_FE_image::after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: " ";
}
.waz_FE_image .img_container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  transition: all 500ms ease-in-out;
}
.waz_FE_image.image_center .img_container {
  float: left;
  left: 50%;
  transform: translateX(-50%);
}
.waz_FE_image.image_left .img_container {
  float: left;
}
.waz_FE_image.image_right .img_container {
  float: right;
}
.waz_FE_image .img_image {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 100%;
  padding-top: 100%;
  transition: all 500ms ease-in-out;
}
.waz_FE_image.image_16_9 .img_image {
  padding-top: calc(56.25%);
}
.waz_FE_image.image_4_3 .img_image {
  padding-top: calc(75%);
}
.waz_FE_image.image_3_2 .img_image {
  padding-top: calc(66.666666666667%);
}
.waz_FE_image.image_1_1 .img_image {
  padding-top: 100%;
}
.waz_FE_image.image_2_3 .img_image {
  padding-top: calc(150%);
}
.waz_FE_image.image_3_4 .img_image {
  padding-top: calc(133.33333333333%);
}
.waz_FE_image.image_9_16 .img_image {
  padding-top: calc(177.77777777778%);
}
.waz_FE_image .img_image .img_image_src {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.waz_FE_image .img_voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_legend {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_legend.img_legend_hide {
  display: none;
}
.waz_FE_image.waz_FE_image_legend_hover .img_legend {
  opacity: 1;
}
.waz_FE_image .img_container:hover .img_legend {
  opacity: 1;
}
.waz_FE_image.waz_FE_image_legend_hover .img_container:hover .img_legend {
  opacity: 0 !important;
}
.waz_FE_image .img_legend .img_legend_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
  text-align: center;
  transform: translate(-50%,-50%);
}
.img_legend .img_legend_content h1,
.img_legend .img_legend_content h2,
.img_legend .img_legend_content h3,
.img_legend .img_legend_content p,
.img_legend .img_legend_content li {
  color: #fff;
}
.waz_FE_image .img_image_on {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_legend_hover {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.waz_FE_image .img_container:hover .img_legend_hover {
  opacity: 1;
}
.waz_FE_image .img_legend_hover .img_legend_hover_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 10px;
  text-align: center;
  transform: translate(-50%,-50%);
}
.waz_FE_mozaic {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.waz_FE_mozaic_voile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.waz_FE_mozaic_element {
  position: relative;
  text-align: center;
  transition: all 500ms ease-in-out;
  cursor: default;
  overflow: hidden;
}
.waz_FE_mozaic_element_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 500ms ease-in-out;
}
.waz_FE_mozaic_element:hover .waz_FE_mozaic_element_image {
  transform: scale(1.05);
}
.waz_FE_mozaic_element_voile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
}
.waz_FE_mozaic_element:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.mozaic_16_9 .waz_FE_mozaic_element:after {
  padding-bottom: 56%;
}
.mozaic_4_3 .waz_FE_mozaic_element:after {
  padding-bottom: 75%;
}
.mozaic_3_2 .waz_FE_mozaic_element:after {
  padding-bottom: 67%;
}
.mozaic_2_3 .waz_FE_mozaic_element:after {
  padding-bottom: 150%;
}
.mozaic_3_4 .waz_FE_mozaic_element:after {
  padding-bottom: 133%;
}
.mozaic_9_16 .waz_FE_mozaic_element:after {
  padding-bottom: 178%;
}
.waz_FE_mozaic_1_elt .waz_FE_mozaic_element {
  width: 100%;
}
.waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
  width: 50%;
}
.waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
  width: calc(33.333333333333%);
}
.waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
  width: 25%;
}
.waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
  width: 20%;
}
.waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
  width: calc(16.666666666667%);
}
.waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
  width: calc(14.285714285714%);
}
.waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
  width: 12.5%;
}
.waz_FE_mozaic_element .mozaic_title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  opacity: 1;
  transition: all 500ms ease-in-out;
}
.waz_FE_mozaic_element .mozaic_icone {
  margin-bottom: 25px;
}
.waz_FE_mozaic_element .mozaic_description {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  opacity: 0;
  transition: all 500ms ease-in-out;
}
.waz_FE_mozaic_element.with_content:hover .mozaic_title {
  opacity: 0;
}
.waz_FE_mozaic_element.with_content:hover .mozaic_description {
  opacity: 1;
}
.waz_FE_mozaic.mozaic_no_hover .waz_FE_mozaic_element.with_content:hover .mozaic_title {
  opacity: 1;
}
.waz_FE_mozaic.mozaic_no_hover .waz_FE_mozaic_element.with_content:hover .mozaic_description {
  opacity: 0;
}
.waz_FE_mozaic .waz_FE_mozaic_element.no_description:hover .mozaic_title {
  opacity: 1;
}
.waz_FE_mozaic .waz_FE_mozaic_element.no_description:hover .mozaic_description {
  opacity: 0;
}
.waz_FE_mozaic .waz_FE_mozaic_element_link {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
}
@media screen and (max-width: 1450px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
}
@media screen and (max-width: 1300px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
}
@media screen and (max-width: 1150px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: 1000px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
}
@media screen and (max-width: 800px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
}
@media screen and (max-width: 660px) {
  .full_width .waz_FE_mozaic_2_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_3_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_4_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_5_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_6_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_7_elt .waz_FE_mozaic_element,
  .full_width .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: 100%;
  }
}
@media screen and (max-width: calc(1325px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(16.666666666667%);
  }
}
@media screen and (max-width: calc(1250px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(20%);
  }
}
@media screen and (max-width: calc(1175px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: calc(1100px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: calc(1025px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(33.333333333333%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(25%);
  }
}
@media screen and (max-width: calc(950px)) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: calc(50%);
  }
}
@media screen and (max-width: 580px) {
  .waz_FE_mozaic_2_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_3_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_4_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_5_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_6_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_7_elt .waz_FE_mozaic_element,
  .waz_FE_mozaic_8_elt .waz_FE_mozaic_element {
    width: 100%;
  }
  .waz_FE_mozaic_element .mozaic_description,
  .waz_FE_mozaic_element .mozaic_description {
    padding: 10px;
  }
}
.waz_FE_portfolio {
  width: calc(100% + 20px);
  margin-left: -10px;
  text-align: center;
}
.waz_FE_portfolio_box {
  position: relative;
  display: inline-block;
  width: 10%;
  padding: 10px;
}
.waz_FE_portfolio_1_img .waz_FE_portfolio_box {
  width: 100%;
}
.waz_FE_portfolio_2_img .waz_FE_portfolio_box {
  width: 50%;
}
.waz_FE_portfolio_3_img .waz_FE_portfolio_box {
  width: 33.33%;
}
.waz_FE_portfolio_4_img .waz_FE_portfolio_box {
  width: 25%;
}
.waz_FE_portfolio_5_img .waz_FE_portfolio_box {
  width: 20%;
}
.waz_FE_portfolio_6_img .waz_FE_portfolio_box {
  width: 16.66%;
}
.waz_FE_portfolio_7_img .waz_FE_portfolio_box {
  width: 14.28%;
}
.waz_FE_portfolio_8_img .waz_FE_portfolio_box {
  width: 12.5%;
}
.waz_FE_portfolio_9_img .waz_FE_portfolio_box {
  width: 11.11%;
}
.waz_FE_portfolio_10_img .waz_FE_portfolio_box {
  width: 10%;
}
.waz_FE_portfolio_image_container {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.waz_FE_portfolio_image_padding {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.waz_FE_portfolio_image_effect {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.waz_FE_portfolio_image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 250ms ease-in-out;
}
.waz_FE_portfolio_voile {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.waz_FE_portfolio_legend {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: rgba(0,0,0,0);
  transition: all 250ms ease-in-out;
}
.waz_FE_portfolio .waz_FE_portfolio_image_container:hover .waz_FE_portfolio_legend {
  background: rgba(0,0,0,0.5);
}
.waz_FE_portfolio .waz_FE_portfolio_legend p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: rgba(255,255,255,0);
}
.waz_FE_portfolio .waz_FE_portfolio_image_container:hover .waz_FE_portfolio_legend p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  transition: all 250ms ease-in-out;
}
@media screen and (max-width: 740px) {
  .waz_FE_portfolio_4_img .waz_FE_portfolio_box {
    width: 50%;
  }
}
@media screen and (max-width: 580px) {
  .waz_FE_portfolio_3_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_4_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_5_img .waz_FE_portfolio_box {
    width: 100%;
  }
  .waz_FE_portfolio_6_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_9_img .waz_FE_portfolio_box {
    width: 33%;
  }
  .waz_FE_portfolio_7_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_8_img .waz_FE_portfolio_box,
  .waz_FE_portfolio_10_img .waz_FE_portfolio_box {
    width: 50%;
  }
}
.bxslider * {
  transition: unset;
}
.bx_slider_container {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.galery_normal .bx-wrapper,
.galery_normal .bx-viewport,
.galery_normal .galery_image,
.galery_normal .bx_slider_image_container {
  width: 100% !important;
}
.bx-wrapper {
  position: relative;
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: hidden;
  border: 0;
}
.bxslider {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  height: 100% !important;
  -webkit-transform: translateZ(0);
}
.bx-viewport:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  content: "\A";
}
.waz_FE_galery_wait {
  width: 100%;
  background-color: #efefef;
}
.waz_FE_galery_wait:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  content: "\A";
}
.waz_FE_galery_2_1 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_2_1:after {
  padding-bottom: 50%;
}
.waz_FE_galery_3_2 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_3_2:after {
  padding-bottom: 67%;
}
.waz_FE_galery_4_3 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_4_3:after {
  padding-bottom: 75%;
}
.waz_FE_galery_1_1 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_1_1:after {
  padding-bottom: 100%;
}
.waz_FE_galery_3_4 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_3_4:after {
  padding-bottom: 133%;
}
.waz_FE_galery_2_3 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_2_3:after {
  padding-bottom: 150%;
}
.waz_FE_galery_9_16 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_9_16:after {
  padding-bottom: 178%;
}
.waz_FE_galery_1_2 .bx-viewport:after,
.waz_FE_galery_wait.waz_FE_galery_1_2:after {
  padding-bottom: 200%;
}
.bx_slider_image_container {
  height: 100%;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 100% ! important;
}
.waz_FE_galery_1_images .bx-controls {
  display: none;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  border: 2px solid #000;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
  border: 2px solid #fff;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  width: auto !important;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
.bx-wrapper .bx-prev {
  left: 20px;
  background: url('bx_slider_images/prev.png') no-repeat;
}
.bx-wrapper .bx-next {
  right: 20px;
  background: url('bx_slider_images/next.png') no-repeat;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  outline: 0;
  width: 13px;
  height: 36px;
  text-indent: -9999px;
  z-index: 9999;
  background-size: 13px 36px;
  background-position: center center;
}
.bx-wrapper .bx-controls-direction a:hover {
  background-size: 13px 20px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.galery_image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.galery_link {
  display: block;
  width: 100%;
  height: 100%;
}
.bx_slider_legend {
  position: absolute;
  top: 0;
  width: 100% !important;
  padding: 20px 20px 10px 20px;
  text-align: center;
  background-color: rgba(0,0,0,0.75);
}
.bx_slider_legend p {
  color: #fff;
}
.bx_slider_thumbnail {
  margin-top: 10px;
  text-align: center;
}
.bx_slider_thumbnail a {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 100px;
  height: 70px;
  opacity: 0.5;
  background-size: cover;
  background-position: center center;
}
.bx_slider_thumbnail a:hover,
.bx_slider_thumbnail a.galery_thumbnail_selected {
  opacity: 1;
}
.galery_thumbnail_left a:first-child {
  margin-left: 0 !important;
}
.galery_thumbnail_right a:last-child {
  margin-right: 0 !important;
}
.bx_slider_thumbnail a .thumbnail_image_hover {
  display: none;
}
.waz_FE_postList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 150px;
  background-position: center 100px !important;
}
.waz_FE_postList_wrapper {
  min-height: 200px;
}
.waz_FE_postList_json {
  display: none;
}
.waz_FE_postList.postList_no_margin {
  padding: 0 5px;
}
.full_width .waz_FE_postList.postList_no_margin {
  padding: 0;
}
.postList_item {
  position: relative;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  background-size: cover;
  background-position-x: center;
  transition: all 250ms ease-in-out;
}
.postList_item a {
  display: block;
  height: 100%;
}
.postList_no_margin .postList_item {
  margin: 0;
}
.postList_1_item {
  width: 100%;
}
.postList_2_item {
  width: calc(50% - (10px));
  margin-bottom: 20px;
}
.postList_no_margin .postList_2_item {
  width: 50%;
}
.postList_3_item {
  width: calc(33.33% - (10px));
  margin-bottom: 15px;
}
.postList_no_margin .postList_3_item {
  width: 33.33%;
}
.postList_4_item {
  width: calc(25% - (10px));
  margin-bottom: 13.333333333333px;
}
.postList_no_margin .postList_4_item {
  width: 25%;
}
.postList_5_item {
  width: calc(20% - (10px));
  margin-bottom: 12.5px;
}
.postList_no_margin .postList_5_item {
  width: 20%;
}
.postList_6_item {
  width: calc(16.66% - (10px));
  margin-bottom: 12px;
}
.postList_no_margin .postList_6_item {
  width: 16.66%;
}
.postList_item_content_container {
  transition: all 250ms ease-in-out;
}
.postList_item_content {
  margin: auto;
}
.postList_item_content_container_before {
  display: none;
}
.postList_item_content_container_after {
  padding: 1em 0 0 0;
}
.postList_item_image_container {
  position: relative;
  overflow: hidden;
  padding-top: 66.66%;
}
.postList_item_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 250ms ease-in-out;
}
.postList_item_image_img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3D(-50%,-50%,0);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postList_item_image_voile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}
.postList_item  .waz_FE_button {
  cursor: pointer;
}
.postList_item_end {
  clear: both;
}
.postList_item_hack {
  display: block !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: unset !important;
  border: 0 !important;
  box-shadow: unset !important;
}
.postList_item .title,
.postList_item .subtitle,
.postList_item .description {
  transition: all 250ms ease-in-out;
}
.postList_text .postList_item_content_container_after {
  padding: 0;
}
.postList_image .postList_item_content_container_after {
  display: none;
}
.postList_top_text .postList_item_content_container_before {
  display: block;
  padding: 0 0 1em 0;
}
.postList_top_text .postList_item_content_container_after {
  display: none;
}
.postList_left_text .postList_item_content_container_before {
  display: block;
  float: left;
  width: 50%;
  padding: 0 1em 0 0;
}
.postList_left_text .postList_item_image {
  float: right;
  width: 50%;
}
.postList_left_text .postList_item_content_container_after {
  display: none;
}
.postList_right_text .postList_item_content_container_before {
  display: block;
  float: right;
  width: 50%;
  padding: 0 0 0 1em;
}
.postList_right_text .postList_item_image {
  float: left;
  width: 50%;
}
.postList_right_text .postList_item_content_container_after {
  display: none;
}
.postList_text_on_image .postList_item_content_container_after,
.postList_text_on_image_show_hover .postList_item_content_container_after,
.postList_text_on_image_hide_hover .postList_item_content_container_after {
  background: rgba(0,0,0,0.6);
}
.postList_text_on_image .postList_item_content_container_after *,
.postList_text_on_image_show_hover .postList_item_content_container_after *,
.postList_text_on_image_hide_hover .postList_item_content_container_after * {
  color: #fff;
}
.postList_text_on_image .postList_item_content_container_after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  text-align: center;
}
.postList_text_on_image_show_hover .postList_item_content_container_after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  text-align: center;
  transition: all 250ms ease-in-out;
}
.postList_text_on_image_show_hover .postList_item:hover .postList_item_content_container_after {
  opacity: 1;
}
.postList_text_on_image_hide_hover .postList_item_content_container_after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  text-align: center;
  transition: all 250ms ease-in-out;
}
.postList_text_on_image_hide_hover .postList_item:hover .postList_item_content_container_after {
  opacity: 0;
}
.waz_FE_postList.postList_masonery {
  display: block;
}
.waz_FE_postList.postList_masonery .waz_FE_postList_masonery_wrapper {
  width: 100%;
}
.waz_FE_postList.postList_masonery.postList_masonery_masonery .postList_item {
  background: unset !important;
}
.waz_FE_postList.postList_masonery.postList_masonery_masonery .postList_item_image_container {
  padding-top: 0 !important;
}
.waz_FE_postList.postList_masonery.postList_masonery_masonery .postList_item_image {
  position: static;
}
.waz_FE_postList.postList_masonery.postList_masonery_masonery .postList_item_image_img {
  position: static;
  transform: unset;
}
.waz_FE_postList.postList_masonery .postList_item {
  box-sizing: border-box;
  height: auto;
  padding: 0 10px 20px 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_6_item {
  width: calc(16.666666666667%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_6_item:nth-child(6n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_6_item:nth-child(6n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1300px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(20%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(25%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(33.333333333333%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n) {
    padding-right: 0;
  }
}
.waz_FE_postList.postList_masonery .postList_item.postList_5_item {
  width: calc(20%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(5n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1100px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item {
    width: calc(25%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(4n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item {
    width: calc(33.333333333333%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(3n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item:nth-child(2n) {
    padding-right: 0;
  }
}
.waz_FE_postList.postList_masonery .postList_item.postList_4_item {
  width: calc(25%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(5n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(5n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 900px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item {
    width: calc(33.333333333333%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(3n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(3n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item:nth-child(2n) {
    padding-right: 0;
  }
}
.waz_FE_postList.postList_masonery .postList_item.postList_3_item {
  width: calc(33.333333333333%);
}
.waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(3n + 1) {
  padding-left: 0;
  padding-right: 10px;
}
.waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(3n) {
  padding-left: 10px;
  padding-right: 0;
}
@media screen and (max-width: 1000px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item {
    width: calc(50%);
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(2n + 1) {
    padding-left: 0;
  }
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item:nth-child(2n) {
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .waz_FE_postList.postList_masonery .postList_item.postList_6_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_5_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_4_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_3_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_2_item,
  .waz_FE_postList.postList_masonery .postList_item.postList_1_item {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.waz_FE_postList.postList_horizontal_scroll {
  padding: 0 60px;
}
.mobile .waz_FE_postList.postList_horizontal_scroll {
  padding: 0;
}
.waz_FE_postList_horizontal_scroll_wrapper {
  display: flex;
  flex-wrap: nowrap;
  min-width: 100%;
  overflow: hidden;
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_item_hack {
  display: none !important;
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_item {
  margin: 0 calc(10px / 2);
}
.horizontal_scroll_btn_wrapper {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}
.mobile .horizontal_scroll_btn_wrapper {
  display: none;
}
.horizontal_scroll_btn_wrapper.left {
  left: 0;
}
.horizontal_scroll_btn_wrapper.right {
  right: 0;
}
.horizontal_scroll_btn {
  display: block;
  width: 50px;
  height: 50px;
  background-color: #efefef;
  background-repeat: no-repeat;
  border-radius: 200px;
}
.horizontal_scroll_btn:hover {
  transform: scale(1.1);
}
.horizontal_scroll_btn.go_left {
  left: 0;
  background-image: url(../images/flexContent/go_left.png);
}
.horizontal_scroll_btn.go_right {
  right: 0;
  background-image: url(../images/flexContent/go_right.png);
}
.horizontal_scroll_btn.disabled {
  opacity: 0.5;
  transform: unset !important;
  cursor: default !important;
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_1_item {
  min-width: calc(100% - 10px);
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_2_item {
  min-width: calc(50% - 10px);
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_3_item {
  min-width: calc(100% / 3 - 10px);
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_4_item {
  min-width: calc(25% - 10px);
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_5_item {
  min-width: calc(20% - 10px);
}
.waz_FE_postList_horizontal_scroll_wrapper .postList_6_item {
  min-width: calc(100% / 6 - 10px);
}
@media screen and (max-width: 1600px) {
  .waz_FE_postList_horizontal_scroll_wrapper .postList_6_item {
    min-width: calc(20% - 10px);
  }
}
@media screen and (max-width: 1350px) {
  .waz_FE_postList_horizontal_scroll_wrapper .postList_5_item {
    min-width: calc(25% - 10px);
  }
  .waz_FE_postList_horizontal_scroll_wrapper .postList_6_item {
    min-width: calc(20% - 10px);
  }
}
@media screen and (max-width: 1100px) {
  .waz_FE_postList_horizontal_scroll_wrapper .postList_4_item {
    min-width: calc(100% / 3 - 10px);
  }
  .waz_FE_postList_horizontal_scroll_wrapper .postList_5_item {
    min-width: calc(100% / 3 - 10px);
  }
  .waz_FE_postList_horizontal_scroll_wrapper .postList_6_item {
    min-width: calc(100% / 3 - 10px);
  }
}
@media screen and (max-width: 950px) {
  .waz_FE_postList_horizontal_scroll_wrapper .postList_3_item {
    min-width: calc(50% - 10px);
  }
  .waz_FE_postList_horizontal_scroll_wrapper .postList_4_item {
    min-width: calc(50% - 10px);
  }
  .waz_FE_postList_horizontal_scroll_wrapper .postList_5_item {
    min-width: calc(50% - 10px);
  }
  .waz_FE_postList_horizontal_scroll_wrapper .postList_6_item {
    min-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 700px) {
  .waz_FE_postList_horizontal_scroll_wrapper .postList_item {
    min-width: calc(100% - 10px) !important;
  }
  .waz_FE_postList_horizontal_scroll_wrapper .postList_2_item {
    min-width: calc(100% - 10px);
  }
}
.postlist_nav_rub {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.postlist_nav_rub.postlist_nav_rub_dropdown {
  position: absolute;
  z-index: 1000;
  display: inline-block;
  width: auto;
}
.postlist_nav_rub_bottom {
  display: block;
  width: 100vw;
  height: 1px;
}
.postlist_nav_rub.postlist_nav_rub_dropdown + .postlist_nav_rub_bottom {
  height: 40px;
}
.postlist_nav_rub.postlist_nav_rub_center {
  text-align: center;
}
.postlist_nav_rub.postlist_nav_rub_right {
  text-align: right;
}
.postlist_nav_rub_item {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 5px 15px;
  color: #000;
  background: #efefef;
}
.postlist_nav_rub_dropdown .postlist_nav_rub_item {
  display: none;
  margin: 0;
}
.postlist_nav_rub_dropdown .postlist_nav_rub_item.selected {
  display: flex;
  margin: 0;
}
.postlist_nav_rub_dropdown:hover .postlist_nav_rub_item {
  display: flex;
  margin: 0;
}
.postlist_nav_rub_center .postlist_nav_rub_item {
  margin: 0 5px 10px 5px;
}
.postlist_nav_rub_right .postlist_nav_rub_item {
  margin: 0 0 10px 10px;
}
.postlist_nav_rub_item:hover,
.postlist_nav_rub_item.selected {
  color: #fff;
  background: #202020;
}
.postlist_nav_rub_item.selected {
  cursor: default;
}
.waz_FE_postList_pagination {
  clear: both;
  display: block;
  width: 100%;
}
.waz_FE_postList_pagination span,
.waz_FE_postList_pagination a,
.waz_FE_postList_pagination a:hover {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #000;
}
.waz_FE_postList_pagination a {
  color: #000;
  background: #efefef;
}
.postList_pagination_item + .postList_pagination_item {
  margin-left: 5px;
}
@media screen and (max-width: 1280px) {
  .postList_5_item {
    width: calc(25% - (10px));
  }
  .postList_no_margin .postList_5_item {
    width: 25%;
  }
  .postList_6_item {
    width: calc(20% - (10px));
  }
  .postList_no_margin .postList_6_item {
    width: 20%;
  }
}
@media screen and (max-width: 1024px) {
  .postList_3_item {
    width: calc(50% - (10px));
  }
  .postList_no_margin .postList_3_item {
    width: 50%;
  }
  .postList_5_item {
    width: calc(33.33% - (10px));
  }
  .postList_no_margin .postList_5_item {
    width: 33.33%;
  }
  .postList_6_item {
    width: calc(25% - (10px));
  }
  .postList_no_margin .postList_6_item {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  .postList_4_item {
    width: calc(33.33% - (10px));
  }
  .postList_no_margin .postList_4_item {
    width: 33.33%;
  }
}
@media screen and (max-width: 750px) {
  .postList_2_item {
    width: 100%;
    margin-bottom: 5px;
  }
  .postList_3_item {
    width: 100%;
    margin-bottom: 5px;
  }
  .postList_4_item {
    width: calc(50% - (10px));
  }
  .postList_no_margin .postList_4_item {
    width: 50%;
  }
  .postList_5_item {
    width: calc(50% - (10px));
  }
  .postList_no_margin .postList_5_item {
    width: 50%;
  }
  .postList_6_item {
    width: calc(33.33% - (10px));
  }
  .postList_no_margin .postList_6_item {
    width: 33.33%;
  }
}
@media screen and (max-width: 480px) {
  .postList_4_item,
  .postList_5_item,
  .postList_6_item {
    width: 100%;
  }
  .postList_no_margin .postList_4_item,
  .postList_no_margin .postList_5_item,
  .postList_no_margin .postList_6_item {
    width: 100%;
  }
  .postList_1_item,
  .postList_2_item,
  .postList_3_item,
  .postList_4_item,
  .postList_5_item,
  .postList_6_item {
    margin: 0 0 5px 0;
  }
}
.postList_2966 .postList_item {
  padding: 30px;
  background-color: #d8d8d8;
  border-radius: 5px;
}
.postList_2966 .postList_item_image_container {
  padding-top: 66.666666666667%;
}
.postList_2966 .title {
  text-align: left;
  text-transform: none;
}
.postList_2966 .subtitle {
  text-align: left;
  text-transform: none;
}
.postList_2966 .date,
.postList_2966 .date {
  text-align: left;
  text-transform: none;
}
.postList_2966 .description {
  text-align: left;
  text-transform: none;
}
.waz_FE_bulletedList {
  position: relative;
  width: 100%;
}
.bulletedList_center ul {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.bulletedList_2_cols {
  column-count: 2;
}
.bulletedList_3_cols {
  column-count: 3;
}
.bulletedList_4_cols {
  column-count: 4;
}
.bulletedList_2_cols li,
.bulletedList_3_cols li,
.bulletedList_4_cols li {
  margin-top: 0;
}
.waz_FE_bulletedList a {
  display: block;
}
.waz_FE_bulletedList.bulletedList_with_model li {
  margin-left: 0;
  list-style: none;
}
.waz_FE_bulletedList li:last-child {
  margin-bottom: 0;
}
.waz_FE_bulletedList .bulleted_list_title {
  display: inline-block;
  transition: all 250ms ease-in-out;
}
.waz_FE_bulletedList .bulleted_list_subtitle {
  display: block;
  transition: all 250ms ease-in-out;
}
.waz_FE_bulletedList .bulleted_list_more {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.5rem;
  color: #fff;
  background: #3aaba0;
  transition: all 250ms ease-in-out;
}
.waz_FE_bulletedList a:hover .bulleted_list_more {
  color: #404040;
}
@media screen and (max-width: 880px) {
  .bulletedList_2_cols,
  .bulletedList_3_cols,
  .bulletedList_4_cols {
    column-count: 1;
  }
}
.waz_FE_dropDownBox {
  position: relative;
  width: 100%;
}
.waz_FE_dropDownBox .dropDownBox_title {
  overflow: hidden;
}
.waz_FE_dropDownBox .dropDownBox_link {
  display: block;
  padding: 1em 3em 1em 1em;
  font-size: 1.8rem;
  color: #303030;
  color: #ffffff;
  background-color: #ccc;
  background-color: #606060;
  background-image: url(../images/flexContent/dropDownBox_closed.png);
  background-repeat: no-repeat;
  background-position: right 1em center;
  transition: all 250ms ease-in-out;
}
.waz_FE_dropDownBox .dropDownBox_show .dropDownBox_link,
.waz_FE_dropDownBox .dropDownBox_link:hover {
  color: #303030;
  color: #ffffff;
  background-color: #aaa;
  background-color: #f24c27;
}
.waz_FE_dropDownBox .dropDownBox_show .dropDownBox_link {
  background-image: url(../images/flexContent/dropDownBox_opened.png);
}
.waz_FE_dropDownBox .dropDownBox_content {
  padding: 1em;
  background: #f0f0f0;
  column-gap: 30px;
  background: #f5f5f5;
}
.waz_FE_dropDownBox.waz_FE_dropDownBox_simple .dropDownBox_content * {
  margin-top: 0;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols {
  column-count: 2;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols {
  column-count: 3;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols {
  column-count: 4;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
  column-count: 5;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_1element div {
  float: none;
  width: 100%;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_2element div {
  float: left;
  width: 50%;
  padding-right: 1em;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_3element div {
  float: left;
  width: 33.33%;
  padding-right: 1em;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_4element div {
  float: left;
  width: 25%;
  padding-right: 1em;
}
.waz_FE_dropDownBox .dropDownBox_content.dropDownBox_5element div {
  float: left;
  width: 20%;
  padding-right: 1em;
}
.waz_FE_dropDownBox.dropDownBox_show_none .dropDownBox_content {
  display: none;
}
.waz_FE_dropDownBox.dropDownBox_show_first .dropDownBox_content {
  display: none;
}
.waz_FE_dropDownBox.dropDownBox_show_first .dropDownBox_content.dropdownbox_first {
  display: block;
}
.waz_FE_dropDownBox.dropDownBox_show_all .dropDownBox_content {
  display: block;
}
@media screen and (max-width: 1200px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 4;
  }
}
@media screen and (max-width: 1024px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols {
    column-count: 2;
  }
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols {
    column-count: 2;
  }
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 2;
  }
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols,
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols,
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols,
  .w6u .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 1;
  }
}
@media screen and (max-width: 650px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_2_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_3_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_4_cols,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_content_5_cols {
    column-count: 1 !important;
  }
}
@media screen and (max-width: 560px) {
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_1element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_2element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_3element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_4element div,
  .waz_FE_dropDownBox .dropDownBox_content.dropDownBox_5element div {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.waz_FE_tabsBox {
  position: relative;
  width: 100%;
}
.waz_FE_tabsBox .tabs_container {
  display: flex;
}
.waz_FE_tabsBox .tab {
  float: left;
  padding: 0 1px 0 0;
}
.waz_FE_tabsBox.tab_extend .tab {
  flex-grow: 1;
}
.waz_FE_tabsBox .tab:last-of-type {
  padding: 0;
}
.waz_FE_tabsBox .tabTitle,
.waz_FE_tabsBox .selected_title {
  width: 100%;
  margin-right: 1px;
}
.waz_FE_tabsBox .tabTitle:hover,
.waz_FE_tabsBox .tabTitle.selected_title {
  cursor: pointer;
}
.waz_FE_tabsBox .tabTitle.selected_title:hover {
  cursor: default;
}
.waz_FE_tabsBox .tabTitle span,
.waz_FE_tabsBox .selected_title span {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 1em;
  font-size: 1.8rem;
  font-family: regular;
  color: inherit;
  color: #303030;
  color: #ffffff;
  background-color: #ccc;
  background-color: #606060;
  transition: all 250ms ease-in-out;
}
.waz_FE_tabsBox .tabTitle span:hover,
.waz_FE_tabsBox .tabTitle.selected_title span {
  color: #303030;
  color: #ffffff;
  background-color: #ccc;
  background-color: #f24c27;
}
.waz_FE_tabsBox .tab span {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.waz_FE_tabsBox .tabContent {
  clear: both;
  padding: 1em;
  background: #f0f0f0;
  background: #f5f5f5;
  column-gap: 30px;
}
.waz_FE_tabsBox.waz_FE_tabsBox_advanced .tabContent {
  display: flex;
}
.waz_FE_tabsBox .tabContent.tabContent_2_cols {
  column-count: 2;
}
.waz_FE_tabsBox .tabContent.tabContent_3_cols {
  column-count: 3;
}
.waz_FE_tabsBox .tabContent.tabContent_4_cols {
  column-count: 4;
}
.waz_FE_tabsBox .tabContent.tabContent_5_cols {
  column-count: 5;
}
.waz_FE_tabsBox .tabContent {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.waz_FE_tabsBox .tabContent div {
  flex-grow: 1;
  flex-basis: 0;
  padding-right: 1em;
}
.waz_FE_tabsBox .tabContent div:last-child {
  padding: 0;
}
.waz_FE_tabsBox .tabContent .tabContent_wrapper p {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 4;
  }
}
@media screen and (max-width: 1024px) {
  .waz_FE_tabsBox .tabContent.tabContent_3_cols {
    column-count: 2;
  }
  .waz_FE_tabsBox .tabContent.tabContent_4_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 900px) {
  .waz_FE_tabsBox .tabContent.tabContent_4_cols {
    column-count: 2;
  }
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 3;
  }
}
@media screen and (max-width: 780px) {
  .waz_FE_tabsBox .tabContent.tabContent_2_cols,
  .waz_FE_tabsBox .tabContent.tabContent_3_cols,
  .waz_FE_tabsBox .tabContent.tabContent_4_cols,
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 2;
  }
  .w6u .waz_FE_tabsBox .tabContent.tabContent_2_cols,
  .w6u .waz_FE_tabsBox .tabContent.tabContent_3_cols,
  .w6u .waz_FE_tabsBox .tabContent.tabContent_4_cols,
  .w6u .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 1;
  }
  .waz_FE_tabsBox .tab {
    float: none;
  }
  .waz_FE_tabsBox .tabContent {
    padding: 1em;
  }
}
@media screen and (max-width: 650px) {
  .waz_FE_tabsBox .tabContent.tabContent_2_cols,
  .waz_FE_tabsBox .tabContent.tabContent_3_cols,
  .waz_FE_tabsBox .tabContent.tabContent_4_cols,
  .waz_FE_tabsBox .tabContent.tabContent_5_cols {
    column-count: 1 !important;
  }
}
.waz_FE_map:after {
  content: "\A";
  display: block;
  padding-bottom: 56%;
}
.waz_FE_map.map_2_1:after {
  padding-bottom: 50%;
}
.waz_FE_map.map_16_9:after {
  padding-bottom: 56%;
}
.waz_FE_map.map_4_3:after {
  padding-bottom: 75%;
}
.waz_FE_map.map_3_2:after {
  padding-bottom: 67%;
}
.waz_FE_map.map_2_3:after {
  padding-bottom: 150%;
}
.waz_FE_map.map_3_4:after {
  padding-bottom: 133%;
}
.waz_FE_map.map_9_16:after {
  padding-bottom: 178%;
}
.waz_FE_map.map_1_2:after {
  padding-bottom: 200%;
}
.waz_FE_map_datas {
  display: none;
}
.waz_FE_map .map_popup_img {
  display: inline-block;
  margin-bottom: 10px;
}
.waz_FE_map .map_popup_title {
  font-family: bold;
}
.waz_FE_map .map_popup_link a {
  display: inline-block;
  font-size: 1.5rem;
}
.leaflet-popup {
  opacity: 1;
  min-width: 200px;
}
.leaflet-popup-content p:first-child {
  margin-top: 20px !important;
}
.leaflet-popup-content p {
  margin: 0 0 10px 0 !important;
}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-attribution * {
  font-size: 1.1rem;
  color: #606060;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100% !important;
  margin-bottom: 10px;
  padding: 15px;
  outline: unset;
  color: #303030;
  background-color: #f5f5f5;
  border: 0;
}
.wpcf7-form input[type="checkbox"] {
  width: auto !important;
}
.wpcf7-form input[type="submit"] {
  display: inline-block !important;
  width: auto !important;
  color: #ffffff;
  background-color: #606060;
  transition: all 250ms ease-in-out;
  cursor: pointer !important;
}
.wpcf7-form input[type="submit"]:hover {
  color: #ffffff;
  background-color: #f24c27;
}
span.wpcf7-not-valid-tip {
  margin-bottom: 0.5em !important;
  padding: 0 !important;
}
div.wpcf7-validation-errors {
  border: none !important;
  padding: 0 !important;
}
div.wpcf7-mail-sent-ok {
  border: none !important;
  padding: 0 !important;
}
div.wpcf7-response-output {
  border: none !important;
  margin: 1em 0 0 0 !important;
  padding: 0 !important;
}
.waz_FE_line_center {
  text-align: center;
}
.waz_FE_line_right {
  text-align: right;
}
.waz_FE_line span {
  display: inline-block;
}
.waz_FE.waz_FE_verticalSpacer {
  clear: both;
  margin-bottom: 0;
}
.col .col_container {
  height: 100%;
}
.col.col_vertical_center .col_container {
  height: auto;
}
section.animate_2926 .section_image,
section.animate_2926 .container_image {
  transform: scale(1);
  -webkit-transition-duration: 5000ms;
  -moz-transition-duration: 5000ms;
  -0-transition-duration: 5000ms;
  transition-duration: 5000ms;
}
section.animate_2926.animate .section_image,
section.animate_2926.animate .container_image {
  transform: scale(1.05);
  -webkit-transition-duration: 5000ms;
  -moz-transition-duration: 5000ms;
  -0-transition-duration: 5000ms;
  transition-duration: 5000ms;
}
.row.animate_3017 {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_3017.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_3017 {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_3017.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017 {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.button_container,
.waz_FE.animate_3017.waz_FE_postList,
.waz_FE.animate_3017.waz_FE_bulletedList,
.waz_FE.animate_3017.waz_FE_portfolio,
.waz_FE.animate_3017.waz_FE_dropDownBox,
.waz_FE.animate_3017.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3017.animate.button_container,
.waz_FE.animate_3017.animate.waz_FE_postList,
.waz_FE.animate_3017.animate.waz_FE_bulletedList,
.waz_FE.animate_3017.animate.waz_FE_portfolio,
.waz_FE.animate_3017.animate.waz_FE_dropDownBox,
.waz_FE.animate_3017.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3017.button_container .waz_FE_button {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_postList .postList_item {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_portfolio .waz_FE_portfolio_box {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_bulletedList li {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_dropDownBox .dropDownBox_title {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_mozaic .waz_FE_mozaic_element {
  transform: rotate(-15deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.button_container .waz_FE_button.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_postList .postList_item.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_bulletedList li.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_dropDownBox .dropDownBox_title.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3017.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  transform: rotate(0deg);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
section.animate_3018 .section_image,
section.animate_3018 .container_image {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
section.animate_3018.animate .section_image,
section.animate_3018.animate .container_image {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.row.animate_3018 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.row.animate_3018.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.col.animate_3018 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.col.animate_3018.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.button_container,
.waz_FE.animate_3018.waz_FE_postList,
.waz_FE.animate_3018.waz_FE_bulletedList,
.waz_FE.animate_3018.waz_FE_portfolio,
.waz_FE.animate_3018.waz_FE_dropDownBox,
.waz_FE.animate_3018.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3018.animate.button_container,
.waz_FE.animate_3018.animate.waz_FE_postList,
.waz_FE.animate_3018.animate.waz_FE_bulletedList,
.waz_FE.animate_3018.animate.waz_FE_portfolio,
.waz_FE.animate_3018.animate.waz_FE_dropDownBox,
.waz_FE.animate_3018.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3018.button_container .waz_FE_button {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_postList .postList_item {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_portfolio .waz_FE_portfolio_box {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_bulletedList li {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_dropDownBox .dropDownBox_title {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_mozaic .waz_FE_mozaic_element {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.button_container .waz_FE_button.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_postList .postList_item.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_bulletedList li.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_dropDownBox .dropDownBox_title.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_3018.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
section.animate_3384 .section_image,
section.animate_3384 .container_image {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
section.animate_3384.animate .section_image,
section.animate_3384.animate .container_image {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_3384 {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_3384.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_3384 {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_3384.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384 {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.button_container,
.waz_FE.animate_3384.waz_FE_postList,
.waz_FE.animate_3384.waz_FE_bulletedList,
.waz_FE.animate_3384.waz_FE_portfolio,
.waz_FE.animate_3384.waz_FE_dropDownBox,
.waz_FE.animate_3384.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3384.animate.button_container,
.waz_FE.animate_3384.animate.waz_FE_postList,
.waz_FE.animate_3384.animate.waz_FE_bulletedList,
.waz_FE.animate_3384.animate.waz_FE_portfolio,
.waz_FE.animate_3384.animate.waz_FE_dropDownBox,
.waz_FE.animate_3384.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_3384.button_container .waz_FE_button {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_postList .postList_item {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_portfolio .waz_FE_portfolio_box {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_bulletedList li {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_dropDownBox .dropDownBox_title {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_mozaic .waz_FE_mozaic_element {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.button_container .waz_FE_button.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_postList .postList_item.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_bulletedList li.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_dropDownBox .dropDownBox_title.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_3384.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2990 {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2990.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2990 {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2990.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990 {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.button_container,
.waz_FE.animate_2990.waz_FE_postList,
.waz_FE.animate_2990.waz_FE_bulletedList,
.waz_FE.animate_2990.waz_FE_portfolio,
.waz_FE.animate_2990.waz_FE_dropDownBox,
.waz_FE.animate_2990.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2990.animate.button_container,
.waz_FE.animate_2990.animate.waz_FE_postList,
.waz_FE.animate_2990.animate.waz_FE_bulletedList,
.waz_FE.animate_2990.animate.waz_FE_portfolio,
.waz_FE.animate_2990.animate.waz_FE_dropDownBox,
.waz_FE.animate_2990.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2990.button_container .waz_FE_button {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_postList .postList_item {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_bulletedList li {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.button_container .waz_FE_button.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_postList .postList_item.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_bulletedList li.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2990.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2930 {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2930.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2930 {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2930.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930 {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.button_container,
.waz_FE.animate_2930.waz_FE_postList,
.waz_FE.animate_2930.waz_FE_bulletedList,
.waz_FE.animate_2930.waz_FE_portfolio,
.waz_FE.animate_2930.waz_FE_dropDownBox,
.waz_FE.animate_2930.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2930.animate.button_container,
.waz_FE.animate_2930.animate.waz_FE_postList,
.waz_FE.animate_2930.animate.waz_FE_bulletedList,
.waz_FE.animate_2930.animate.waz_FE_portfolio,
.waz_FE.animate_2930.animate.waz_FE_dropDownBox,
.waz_FE.animate_2930.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2930.button_container .waz_FE_button {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateX(-100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2930.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2934 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2934.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2934 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2934.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.button_container,
.waz_FE.animate_2934.waz_FE_postList,
.waz_FE.animate_2934.waz_FE_bulletedList,
.waz_FE.animate_2934.waz_FE_portfolio,
.waz_FE.animate_2934.waz_FE_dropDownBox,
.waz_FE.animate_2934.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2934.animate.button_container,
.waz_FE.animate_2934.animate.waz_FE_postList,
.waz_FE.animate_2934.animate.waz_FE_bulletedList,
.waz_FE.animate_2934.animate.waz_FE_portfolio,
.waz_FE.animate_2934.animate.waz_FE_dropDownBox,
.waz_FE.animate_2934.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2934.button_container .waz_FE_button {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2934.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2962 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.row.animate_2962.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_2962 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_2962.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.button_container,
.waz_FE.animate_2962.waz_FE_postList,
.waz_FE.animate_2962.waz_FE_bulletedList,
.waz_FE.animate_2962.waz_FE_portfolio,
.waz_FE.animate_2962.waz_FE_dropDownBox,
.waz_FE.animate_2962.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2962.animate.button_container,
.waz_FE.animate_2962.animate.waz_FE_postList,
.waz_FE.animate_2962.animate.waz_FE_bulletedList,
.waz_FE.animate_2962.animate.waz_FE_portfolio,
.waz_FE.animate_2962.animate.waz_FE_dropDownBox,
.waz_FE.animate_2962.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2962.button_container .waz_FE_button {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_postList .postList_item {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_portfolio .waz_FE_portfolio_box {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_bulletedList li {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_dropDownBox .dropDownBox_title {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_mozaic .waz_FE_mozaic_element {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.button_container .waz_FE_button.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_postList .postList_item.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_bulletedList li.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_dropDownBox .dropDownBox_title.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2962.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.row.animate_2933 {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2933.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2933 {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2933.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933 {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.button_container,
.waz_FE.animate_2933.waz_FE_postList,
.waz_FE.animate_2933.waz_FE_bulletedList,
.waz_FE.animate_2933.waz_FE_portfolio,
.waz_FE.animate_2933.waz_FE_dropDownBox,
.waz_FE.animate_2933.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2933.animate.button_container,
.waz_FE.animate_2933.animate.waz_FE_postList,
.waz_FE.animate_2933.animate.waz_FE_bulletedList,
.waz_FE.animate_2933.animate.waz_FE_portfolio,
.waz_FE.animate_2933.animate.waz_FE_dropDownBox,
.waz_FE.animate_2933.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2933.button_container .waz_FE_button {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateX(100px);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2933.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
section.animate_2947 .section_image,
section.animate_2947 .container_image {
  opacity: 0;
  transform: scale(1);
  -webkit-transition-duration: 5000ms;
  -moz-transition-duration: 5000ms;
  -0-transition-duration: 5000ms;
  transition-duration: 5000ms;
}
section.animate_2947.animate .section_image,
section.animate_2947.animate .container_image {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transition-duration: 5000ms;
  -moz-transition-duration: 5000ms;
  -0-transition-duration: 5000ms;
  transition-duration: 5000ms;
}
section.animate_2946 .section_image,
section.animate_2946 .container_image {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
section.animate_2946.animate .section_image,
section.animate_2946.animate .container_image {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.row.animate_2946 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.row.animate_2946.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.col.animate_2946 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.col.animate_2946.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946 {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.button_container,
.waz_FE.animate_2946.waz_FE_postList,
.waz_FE.animate_2946.waz_FE_bulletedList,
.waz_FE.animate_2946.waz_FE_portfolio,
.waz_FE.animate_2946.waz_FE_dropDownBox,
.waz_FE.animate_2946.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2946.animate.button_container,
.waz_FE.animate_2946.animate.waz_FE_postList,
.waz_FE.animate_2946.animate.waz_FE_bulletedList,
.waz_FE.animate_2946.animate.waz_FE_portfolio,
.waz_FE.animate_2946.animate.waz_FE_dropDownBox,
.waz_FE.animate_2946.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2946.button_container .waz_FE_button {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_postList .postList_item {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_portfolio .waz_FE_portfolio_box {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_bulletedList li {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_dropDownBox .dropDownBox_title {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_mozaic .waz_FE_mozaic_element {
  filter: grayscale(100%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.button_container .waz_FE_button.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_postList .postList_item.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_bulletedList li.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_dropDownBox .dropDownBox_title.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
.waz_FE.animate_2946.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 3000ms;
  -moz-transition-duration: 3000ms;
  -0-transition-duration: 3000ms;
  transition-duration: 3000ms;
}
section.animate_2945 .section_image,
section.animate_2945 .container_image {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
section.animate_2945.animate .section_image,
section.animate_2945.animate .container_image {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2945 {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2945.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2945 {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.col.animate_2945.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945 {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.button_container,
.waz_FE.animate_2945.waz_FE_postList,
.waz_FE.animate_2945.waz_FE_bulletedList,
.waz_FE.animate_2945.waz_FE_portfolio,
.waz_FE.animate_2945.waz_FE_dropDownBox,
.waz_FE.animate_2945.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2945.animate.button_container,
.waz_FE.animate_2945.animate.waz_FE_postList,
.waz_FE.animate_2945.animate.waz_FE_bulletedList,
.waz_FE.animate_2945.animate.waz_FE_portfolio,
.waz_FE.animate_2945.animate.waz_FE_dropDownBox,
.waz_FE.animate_2945.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2945.button_container .waz_FE_button {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_postList .postList_item {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_portfolio .waz_FE_portfolio_box {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_bulletedList li {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_dropDownBox .dropDownBox_title {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_mozaic .waz_FE_mozaic_element {
  filter: grayscale(100%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.button_container .waz_FE_button.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_postList .postList_item.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_bulletedList li.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_dropDownBox .dropDownBox_title.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.waz_FE.animate_2945.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  filter: grayscale(0%);
  -webkit-transition-duration: 500ms;
  -moz-transition-duration: 500ms;
  -0-transition-duration: 500ms;
  transition-duration: 500ms;
}
.row.animate_2944 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2944.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2944 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2944.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944 {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.button_container,
.waz_FE.animate_2944.waz_FE_postList,
.waz_FE.animate_2944.waz_FE_bulletedList,
.waz_FE.animate_2944.waz_FE_portfolio,
.waz_FE.animate_2944.waz_FE_dropDownBox,
.waz_FE.animate_2944.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2944.animate.button_container,
.waz_FE.animate_2944.animate.waz_FE_postList,
.waz_FE.animate_2944.animate.waz_FE_bulletedList,
.waz_FE.animate_2944.animate.waz_FE_portfolio,
.waz_FE.animate_2944.animate.waz_FE_dropDownBox,
.waz_FE.animate_2944.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2944.button_container .waz_FE_button {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_postList .postList_item {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_bulletedList li {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.button_container .waz_FE_button.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_postList .postList_item.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_bulletedList li.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2944.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2943 {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2943.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2943 {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2943.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943 {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.button_container,
.waz_FE.animate_2943.waz_FE_postList,
.waz_FE.animate_2943.waz_FE_bulletedList,
.waz_FE.animate_2943.waz_FE_portfolio,
.waz_FE.animate_2943.waz_FE_dropDownBox,
.waz_FE.animate_2943.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2943.animate.button_container,
.waz_FE.animate_2943.animate.waz_FE_postList,
.waz_FE.animate_2943.animate.waz_FE_bulletedList,
.waz_FE.animate_2943.animate.waz_FE_portfolio,
.waz_FE.animate_2943.animate.waz_FE_dropDownBox,
.waz_FE.animate_2943.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2943.button_container .waz_FE_button {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateX(200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2943.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2942 {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2942.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2942 {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2942.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942 {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.button_container,
.waz_FE.animate_2942.waz_FE_postList,
.waz_FE.animate_2942.waz_FE_bulletedList,
.waz_FE.animate_2942.waz_FE_portfolio,
.waz_FE.animate_2942.waz_FE_dropDownBox,
.waz_FE.animate_2942.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2942.animate.button_container,
.waz_FE.animate_2942.animate.waz_FE_postList,
.waz_FE.animate_2942.animate.waz_FE_bulletedList,
.waz_FE.animate_2942.animate.waz_FE_portfolio,
.waz_FE.animate_2942.animate.waz_FE_dropDownBox,
.waz_FE.animate_2942.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2942.button_container .waz_FE_button {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateX(-200px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2942.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2941 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2941.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2941 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.col.animate_2941.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941 {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.button_container,
.waz_FE.animate_2941.waz_FE_postList,
.waz_FE.animate_2941.waz_FE_bulletedList,
.waz_FE.animate_2941.waz_FE_portfolio,
.waz_FE.animate_2941.waz_FE_dropDownBox,
.waz_FE.animate_2941.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2941.animate.button_container,
.waz_FE.animate_2941.animate.waz_FE_postList,
.waz_FE.animate_2941.animate.waz_FE_bulletedList,
.waz_FE.animate_2941.animate.waz_FE_portfolio,
.waz_FE.animate_2941.animate.waz_FE_dropDownBox,
.waz_FE.animate_2941.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2941.button_container .waz_FE_button {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_postList .postList_item {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_portfolio .waz_FE_portfolio_box {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_bulletedList li {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_dropDownBox .dropDownBox_title {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_mozaic .waz_FE_mozaic_element {
  opacity: 0;
  transform: translateY(100px);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.button_container .waz_FE_button.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_postList .postList_item.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_bulletedList li.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_dropDownBox .dropDownBox_title.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.waz_FE.animate_2941.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  opacity: 1;
  transform: translateX(0);
  -webkit-transition-duration: 1000ms;
  -moz-transition-duration: 1000ms;
  -0-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.row.animate_2940 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.row.animate_2940.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_2940 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.col.animate_2940.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940 {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.button_container,
.waz_FE.animate_2940.waz_FE_postList,
.waz_FE.animate_2940.waz_FE_bulletedList,
.waz_FE.animate_2940.waz_FE_portfolio,
.waz_FE.animate_2940.waz_FE_dropDownBox,
.waz_FE.animate_2940.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2940.animate.button_container,
.waz_FE.animate_2940.animate.waz_FE_postList,
.waz_FE.animate_2940.animate.waz_FE_bulletedList,
.waz_FE.animate_2940.animate.waz_FE_portfolio,
.waz_FE.animate_2940.animate.waz_FE_dropDownBox,
.waz_FE.animate_2940.animate.waz_FE_mozaic {
  opacity: 1;
  filter: unset;
  transform: unset;
}
.waz_FE.animate_2940.button_container .waz_FE_button {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_postList .postList_item {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_portfolio .waz_FE_portfolio_box {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_bulletedList li {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_dropDownBox .dropDownBox_title {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_mozaic .waz_FE_mozaic_element {
  transform: scale(0);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.button_container .waz_FE_button.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_postList .postList_item.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_portfolio .waz_FE_portfolio_box.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_bulletedList li.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_dropDownBox .dropDownBox_title.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
.waz_FE.animate_2940.waz_FE_mozaic .waz_FE_mozaic_element.animate {
  transform: scale(1);
  -webkit-transition-duration: 700ms;
  -moz-transition-duration: 700ms;
  -0-transition-duration: 700ms;
  transition-duration: 700ms;
}
