/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*
Theme Name: Theme Name
*/
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999; }
  header .nav_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 99;
    padding: 14px 5%;
    background-color: #ffffff;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      header .nav_top {
        padding: 12px 2.5%; } }
    @media only screen and (max-width: 768px) {
      header .nav_top {
        padding: 5px 5%; } }
    header .nav_top.bw_nav {
      padding: 17px 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .nav_top.bw_nav {
          padding: 12px 5%; } }
    header .nav_top .left {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      header .nav_top .left .logo {
        width: 180px;
        height: auto;
        margin-left: -12px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1375px) {
          header .nav_top .left .logo {
            width: 135px; } }
    header .nav_top .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      width: 100%;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      header .nav_top .right .nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 5%;
        /* -- @include break(mobile)-- */ }
        header .nav_top .right .nav .top-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: relative;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          font-size: 15px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 500;
          margin-left: 18px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          cursor: pointer;
          /* -- @include break(mobile)-- */ }
          header .nav_top .right .nav .top-title::before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            display: block;
            background-color: #9A0A80;
            -webkit-transition: width .25s ease-out;
            transition: width .25s ease-out; }
          @media only screen and (max-width: 1375px) {
            header .nav_top .right .nav .top-title {
              font-size: 14px;
              margin-left: 16px; } }
          header .nav_top .right .nav .top-title:first-of-type {
            margin-left: 0; }
          header .nav_top .right .nav .top-title svg {
            margin-left: 5px;
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
            header .nav_top .right .nav .top-title svg path {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
          header .nav_top .right .nav .top-title:hover, header .nav_top .right .nav .top-title.active {
            color: #9A0A80; }
            header .nav_top .right .nav .top-title:hover::before, header .nav_top .right .nav .top-title.active::before {
              width: calc(100% - 17px); }
            header .nav_top .right .nav .top-title:hover path, header .nav_top .right .nav .top-title.active path {
              fill: #9A0A80; }
          header .nav_top .right .nav .top-title.active svg {
            -webkit-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
        @media only screen and (max-width: 1140px) {
          header .nav_top .right .nav {
            display: none; } }
      header .nav_top .right .btn {
        margin-left: 15px;
        margin-top: 0;
        padding: 11px 20px;
        font-size: 14px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        header .nav_top .right .btn::before, header .nav_top .right .btn::after {
          display: none; }
        @media only screen and (max-width: 1375px) {
          header .nav_top .right .btn {
            padding: 5px 18px;
            font-size: 14px;
            margin-left: 18px; } }
      header .nav_top .right .btn_menu {
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 7px 40px 7px 20px;
        font-size: 14px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        border-radius: 40px;
        border: 1px solid #343436;
        text-decoration: none;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        header .nav_top .right .btn_menu::after {
          content: " ";
          background-color: #343436;
          height: 2px;
          width: 9px;
          border-radius: 0.5px;
          right: 18px;
          position: absolute;
          top: 42%;
          -webkit-transform: translate(-50%, -50%) rotate(50deg);
                  transform: translate(-50%, -50%) rotate(50deg);
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        header .nav_top .right .btn_menu::before {
          content: " ";
          background-color: #343436;
          height: 2px;
          width: 9px;
          border-radius: 0.5px;
          right: 18px;
          position: absolute;
          top: 55%;
          -webkit-transform: translate(-50%, -50%) rotate(-50deg);
                  transform: translate(-50%, -50%) rotate(-50deg);
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        @media only screen and (max-width: 1375px) {
          header .nav_top .right .btn_menu {
            padding: 5px 25px 5px 18px;
            font-size: 14px; }
            header .nav_top .right .btn_menu::after, header .nav_top .right .btn_menu::before {
              right: 8px; }
            header .nav_top .right .btn_menu::before {
              top: 56%; } }
        @media only screen and (max-width: 1200px) and (min-width: 991px) {
          header .nav_top .right .btn_menu {
            font-size: 11px;
            padding: 5px 25px 5px 11px; } }
        @media only screen and (max-width: 1140px) {
          header .nav_top .right .btn_menu {
            display: none; } }
        header .nav_top .right .btn_menu:hover {
          background-color: #9A0A80;
          border-color: #9A0A80;
          color: #ffffff; }
          header .nav_top .right .btn_menu:hover::after, header .nav_top .right .btn_menu:hover::before {
            background-color: #ffffff; }
      header .nav_top .right .wpml-ls {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1140px) {
          header .nav_top .right .wpml-ls {
            display: none; } }
        header .nav_top .right .wpml-ls a {
          font-size: 14px;
          text-transform: uppercase;
          color: #9A0A80;
          padding: 0px 10px 2px;
          font-weight: 500; }
        header .nav_top .right .wpml-ls li:nth-of-type(2) {
          border-left: 2px solid #9A0A80; }
          header .nav_top .right .wpml-ls li:nth-of-type(2) a {
            padding-right: 0; }
        header .nav_top .right .wpml-ls li.wpml-ls-current-language a {
          pointer-events: none;
          opacity: 0.5; }
      header .nav_top .right .burger {
        height: 21px;
        width: 21px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        header .nav_top .right .burger div {
          background-color: #343436;
          width: 100%;
          height: 2px;
          margin-top: 1px;
          margin-bottom: 1px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      header .nav_top .right .active .burger div:nth-of-type(1) {
        -webkit-transform: rotate(-45deg) translate(-3px, 3px);
                transform: rotate(-45deg) translate(-3px, 3px); }
      header .nav_top .right .active .burger div:nth-of-type(2) {
        width: 0; }
      header .nav_top .right .active .burger div:nth-of-type(3) {
        -webkit-transform: rotate(45deg) translate(-2.5px, -3px);
                transform: rotate(45deg) translate(-2.5px, -3px); }
      header .nav_top .right .nav_mobile-btn {
        margin-left: 26px;
        display: none;
        position: relative;
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1140px) {
          header .nav_top .right .nav_mobile-btn {
            display: block; } }
        header .nav_top .right .nav_mobile-btn .burger {
          height: 23px;
          width: 23px; }
        header .nav_top .right .nav_mobile-btn .close {
          opacity: 0;
          position: absolute;
          top: -10px;
          left: 7px;
          font-size: 35px;
          line-height: 41px; }
      header .nav_top .right .search_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 15px;
        cursor: pointer;
        position: relative; }
        header .nav_top .right .search_btn .icon_search {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        header .nav_top .right .search_btn .icon_close {
          position: absolute;
          opacity: 0;
          top: 42%;
          left: 42%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        header .nav_top .right .search_btn.active .icon_search {
          opacity: 0; }
        header .nav_top .right .search_btn.active .icon_close {
          opacity: 1; }
    header .nav_top.nav_landing .left {
      width: 100%; }
      header .nav_top.nav_landing .left a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav_top.nav_landing .left a {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start; } }
    header .nav_top.nav_landing .right {
      position: absolute;
      right: 5%; }
  header .filter {
    position: fixed;
    opacity: 0.4;
    pointer-events: all;
    z-index: 0;
    display: none; }
  header .nav_desktop {
    background-color: #ffffff;
    position: absolute;
    z-index: 999;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    border-top: 1px solid #E9EDF2;
    border-bottom: 3px solid #9A0A80;
    display: none;
    overflow: hidden;
    height: 0; }
    header .nav_desktop .menu {
      margin: 60px 5% 84px 5%;
      position: relative;
      height: 60vh;
      margin: 40px 5% 84px 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        header .nav_desktop .menu {
          height: 63vh;
          margin: 40px 5% 60px 5%; } }
    header .nav_desktop .menu_tab {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow-y: scroll;
      overflow-x: hidden;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      display: none;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      header .nav_desktop .menu_tab::-webkit-scrollbar {
        width: 0 !important; }
    header .nav_desktop .list_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: -20px; }
      header .nav_desktop .list_wrap .col {
        width: 30%;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-left: 20px; }
        header .nav_desktop .list_wrap .col a {
          text-decoration: none;
          margin-bottom: 25px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          text-transform: uppercase;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1375px) {
            header .nav_desktop .list_wrap .col a {
              margin-bottom: 20px; } }
          header .nav_desktop .list_wrap .col a:last-of-type {
            margin-bottom: 0; }
          header .nav_desktop .list_wrap .col a.lvl2 {
            font-size: 1.1em;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1375px) {
              header .nav_desktop .list_wrap .col a.lvl2 {
                font-size: 1.1em; } }
          header .nav_desktop .list_wrap .col a.lvl3 {
            font-size: 16px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1375px) {
              header .nav_desktop .list_wrap .col a.lvl3 {
                font-size: 14px; } }
    header .nav_desktop .col_title {
      width: 370px;
      padding-right: 80px;
      border-right: 1px solid #E9EDF2;
      margin-right: 80px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        header .nav_desktop .col_title {
          width: 300px;
          padding-right: 20px;
          margin-right: 2.5%; } }
      header .nav_desktop .col_title .title-h3 {
        color: #9A0A80;
        margin-bottom: 0; }
      header .nav_desktop .col_title .txt {
        font-size: 16px;
        margin-top: 8px; }
      header .nav_desktop .col_title .btn {
        margin-top: 32px; }
    header .nav_desktop .col_content {
      -ms-flex-negative: 2;
          flex-shrink: 2;
      width: 100%; }
      header .nav_desktop .col_content > div {
        padding-top: 40px; }
        header .nav_desktop .col_content > div:first-of-type {
          padding-top: 0; }
      header .nav_desktop .col_content .img-link_title,
      header .nav_desktop .col_content .buttons-list_title {
        font-size: 20px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase; }
      header .nav_desktop .col_content .img-link_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -25px;
        margin-bottom: -25px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-height: 700px) {
          header .nav_desktop .col_content .img-link_wrap {
            margin-bottom: -15px; } }
        header .nav_desktop .col_content .img-link_wrap a {
          text-decoration: none;
          width: 245px;
          margin-right: 25px;
          margin-bottom: 25px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-height: 700px) {
            header .nav_desktop .col_content .img-link_wrap a {
              width: 205px;
              margin-bottom: 15px; } }
          @media screen and (max-width: 1450px) {
            header .nav_desktop .col_content .img-link_wrap a {
              width: 205px;
              height: 155px; } }
          header .nav_desktop .col_content .img-link_wrap a .img {
            width: 245px;
            height: 245px;
            border-radius: 7px;
            background-position: center;
            background-size: cover;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-height: 700px) {
              header .nav_desktop .col_content .img-link_wrap a .img {
                width: 205px;
                height: 155px; } }
            @media screen and (max-width: 1450px) {
              header .nav_desktop .col_content .img-link_wrap a .img {
                width: 205px;
                height: 155px; } }
          header .nav_desktop .col_content .img-link_wrap a .title {
            font-size: 15px;
            font-family: 'Ubuntu', sans-serif;
            font-style: normal;
            font-weight: 700;
            margin-top: 12px;
            text-transform: uppercase; }
      header .nav_desktop .col_content .buttons-list_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -12px; }
        header .nav_desktop .col_content .buttons-list_wrap a {
          text-decoration: none;
          margin-right: 12px;
          margin-bottom: 12px;
          color: #9A0A80;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 16px;
          letter-spacing: 0.96px;
          text-transform: uppercase;
          padding: 12px 16px;
          line-height: 1em;
          border-radius: 46px;
          background-color: rgba(154, 10, 128, 0.12); }
          header .nav_desktop .col_content .buttons-list_wrap a:hover {
            color: #ffffff;
            background-color: #9a0a80; }
      header .nav_desktop .col_content.items-full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        header .nav_desktop .col_content.items-full > div {
          width: 50%;
          padding-top: 0; }
          header .nav_desktop .col_content.items-full > div:first-of-type {
            width: 82%;
            padding-top: 0; }
        @media screen and (max-width: 1450px) {
          header .nav_desktop .col_content.items-full .img-link_wrap a {
            margin-right: 15px; } }
    header .nav_desktop .col_highlight {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      margin-left: 5%;
      width: 350px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        header .nav_desktop .col_highlight {
          width: 335px;
          margin-left: 2.5%; } }
      header .nav_desktop .col_highlight .card_highlight {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 350px;
        height: 385px;
        background-position: center;
        background-size: cover;
        border-radius: 7px;
        text-decoration: none;
        color: #ffffff;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 20px 36px;
        position: relative;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1375px) {
          header .nav_desktop .col_highlight .card_highlight {
            width: 300px;
            height: 340px;
            padding: 20px 26px; } }
        header .nav_desktop .col_highlight .card_highlight .card-filter {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0.5;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 54, 0)), to(#343436));
          background: linear-gradient(180deg, rgba(52, 52, 54, 0) 0%, #343436 100%);
          z-index: 1; }
        header .nav_desktop .col_highlight .card_highlight .title-h4 {
          position: relative;
          z-index: 2; }
        header .nav_desktop .col_highlight .card_highlight svg {
          margin-left: auto;
          position: absolute;
          top: 20px;
          right: 20px;
          z-index: 2; }
          header .nav_desktop .col_highlight .card_highlight svg circle,
          header .nav_desktop .col_highlight .card_highlight svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav_desktop .col_highlight .card_highlight .card-overlay {
          position: absolute;
          width: 48px;
          height: 48px;
          background-color: #9A0A80;
          border-radius: 50%;
          top: 20px;
          right: 20px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          z-index: 1; }
        header .nav_desktop .col_highlight .card_highlight:hover {
          color: #ffffff; }
          header .nav_desktop .col_highlight .card_highlight:hover circle {
            fill: #FFA4DF; }
          header .nav_desktop .col_highlight .card_highlight:hover path {
            fill: #9A0A80; }
          header .nav_desktop .col_highlight .card_highlight:hover .card-overlay {
            -webkit-transform: scale(20);
                    transform: scale(20); }
    header .nav_desktop .bw_title a {
      text-decoration: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #9A0A80; }
      header .nav_desktop .bw_title a svg {
        margin-left: 20px; }
    header .nav_desktop .bottom {
      background-color: #ffffff;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: absolute;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        header .nav_desktop .bottom {
          padding-top: 20px;
          padding-bottom: 20px; } }
      header .nav_desktop .bottom .btn_close {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        border: 1px solid #9A0A80;
        padding: 4px 8px;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        line-height: 1em;
        font-size: 10px;
        color: #9A0A80;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-radius: 34px;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        header .nav_desktop .bottom .btn_close svg {
          margin-right: 5px; }
          header .nav_desktop .bottom .btn_close svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav_desktop .bottom .btn_close:hover {
          color: #ffffff;
          background-color: #9a0a80; }
          header .nav_desktop .bottom .btn_close:hover path {
            fill: #ffffff; }
    header .nav_desktop .menu_tab-search .seach_container {
      width: 100%;
      max-width: 970px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
      header .nav_desktop .menu_tab-search .seach_container h4 {
        margin-bottom: 0;
        padding-bottom: 24px; }
      header .nav_desktop .menu_tab-search .seach_container .search-bar {
        margin-top: 24px;
        margin-bottom: 50px;
        width: 100%; }
      header .nav_desktop .menu_tab-search .seach_container form > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        width: 100%;
        position: relative; }
        header .nav_desktop .menu_tab-search .seach_container form > div input[type=text] {
          width: 100%;
          border: 1px solid #9A0A80;
          padding-left: 32px;
          padding-right: 220px;
          border-radius: 36px;
          height: 55px;
          background-color: #ffffff;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            header .nav_desktop .menu_tab-search .seach_container form > div input[type=text] {
              padding-left: 20px;
              padding-right: 20px;
              margin-right: 0; } }
        header .nav_desktop .menu_tab-search .seach_container form > div #searchsubmit {
          height: 55px;
          width: auto;
          position: absolute;
          top: 11px;
          margin: 0;
          right: 0;
          text-align: left;
          padding-right: 60px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            header .nav_desktop .menu_tab-search .seach_container form > div #searchsubmit {
              top: 5px;
              color: #9A0A80;
              padding: 0;
              width: 58px; } }
        header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing {
          top: 0 !important;
          left: 20px !important;
          right: 20px !important;
          border-color: #9A0A80 !important;
          width: auto !important; }
        header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing {
          margin-top: -5px; }
          header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing a {
            text-decoration: none;
            color: #9A0A80; }
            header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-results-showing a:hover {
              color: #751663; }
        header .nav_desktop .menu_tab-search .seach_container form > div .relevanssi-live-search-result-status {
          display: none !important; }
      header .nav_desktop .menu_tab-search .seach_container .form_wrap {
        position: relative; }
        header .nav_desktop .menu_tab-search .seach_container .form_wrap .icon {
          position: absolute;
          right: 20px;
          top: 54%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 3;
          pointer-events: none;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            header .nav_desktop .menu_tab-search .seach_container .form_wrap .icon {
              top: 50%;
              right: 16px; } }
      header .nav_desktop .menu_tab-search .seach_container h6 {
        padding-top: 55px;
        padding-bottom: 15px; }
      header .nav_desktop .menu_tab-search .seach_container .tag_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        header .nav_desktop .menu_tab-search .seach_container .tag_wrap .tag {
          margin-right: 10px;
          padding: 9px 14px;
          border-radius: 46px;
          background: rgba(154, 10, 128, 0.12);
          font-size: 12px;
          letter-spacing: 0.72px;
          text-transform: uppercase;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          color: #9A0A80;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          margin-bottom: 12px; }
          header .nav_desktop .menu_tab-search .seach_container .tag_wrap .tag:hover {
            background: #9A0A80;
            color: #ffffff; }
  header .nav_mobile {
    background-color: #ffffff;
    position: fixed;
    position: absolute;
    z-index: 999;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    height: 100vh;
    border-top: 1px solid #E9EDF2;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    display: none; }
    header .nav_mobile::-webkit-scrollbar {
      width: 0 !important; }
    header .nav_mobile .main_menu {
      padding: 40px 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow-y: scroll;
      overflow-x: hidden;
      scroll-behavior: smooth;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      height: calc(100vh - 80px);
      padding-bottom: 20vh;
      /* -- @include break(mobile)-- */ }
      header .nav_mobile .main_menu::-webkit-scrollbar {
        width: 0 !important; }
      @media only screen and (max-width: 768px) {
        header .nav_mobile .main_menu {
          height: calc(100vh - 65px); } }
      header .nav_mobile .main_menu .top-title {
        padding-top: 16px;
        padding-bottom: 16px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
        font-size: 1.6em;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        border-bottom: 1px solid #E9EDF2;
        text-decoration: none;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        header .nav_mobile .main_menu .top-title svg {
          margin-left: 8px;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
          header .nav_mobile .main_menu .top-title svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        header .nav_mobile .main_menu .top-title:hover, header .nav_mobile .main_menu .top-title.active {
          color: #9A0A80; }
          header .nav_mobile .main_menu .top-title:hover path, header .nav_mobile .main_menu .top-title.active path {
            fill: #9A0A80; }
      header .nav_mobile .main_menu .wpml-ls {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0;
        width: 100%;
        margin-top: 15px; }
        header .nav_mobile .main_menu .wpml-ls a {
          font-size: 14px;
          text-transform: uppercase;
          color: #9A0A80;
          padding: 0px 10px 2px;
          font-weight: 500; }
        header .nav_mobile .main_menu .wpml-ls li:nth-of-type(2) {
          border-left: 2px solid #9A0A80; }
          header .nav_mobile .main_menu .wpml-ls li:nth-of-type(2) a {
            padding-right: 0; }
        header .nav_mobile .main_menu .wpml-ls li:nth-of-type(1) a {
          padding-left: 0; }
        header .nav_mobile .main_menu .wpml-ls li.wpml-ls-current-language a {
          pointer-events: none;
          opacity: 0.5; }
      header .nav_mobile .main_menu .btn {
        margin-top: 60px;
        padding: 11px 40px;
        font-size: 18px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        /* -- @include break(mobile)-- */ }
        header .nav_mobile .main_menu .btn::before, header .nav_mobile .main_menu .btn::after {
          display: none; }
        @media only screen and (max-width: 768px) {
          header .nav_mobile .main_menu .btn {
            width: 100%;
            max-width: 500px; } }
    header .nav_mobile .menu_tab {
      scroll-behavior: smooth;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #ffffff;
      height: calc(100vh - 80px);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        header .nav_mobile .menu_tab {
          height: calc(100vh - 70px); } }
      header .nav_mobile .menu_tab .top {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      header .nav_mobile .menu_tab .back {
        background-color: #9A0A80;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 5%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #ffffff;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500; }
        header .nav_mobile .menu_tab .back svg {
          margin-right: 8px; }
      header .nav_mobile .menu_tab .title-h3 {
        display: block;
        padding: 42px 5% 32px 5%;
        color: #9A0A80;
        margin-bottom: 0;
        text-decoration: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        header .nav_mobile .menu_tab .title-h3 svg {
          margin-left: 12px; }
      header .nav_mobile .menu_tab .content {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        height: 100%;
        padding: 0;
        padding: 0 5% 25vh 5%;
        overflow-y: scroll;
        overflow-x: hidden;
        scroll-behavior: smooth;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none; }
        header .nav_mobile .menu_tab .content::-webkit-scrollbar {
          width: 0 !important; }
        header .nav_mobile .menu_tab .content > div {
          padding-top: 40px; }
          header .nav_mobile .menu_tab .content > div:first-of-type {
            padding-top: 0; }
        header .nav_mobile .menu_tab .content .img-link_title,
        header .nav_mobile .menu_tab .content .buttons-list_title {
          font-size: 20px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          margin-bottom: 20px;
          text-transform: uppercase; }
        header .nav_mobile .menu_tab .content .img-link_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 101vw;
          margin-left: -6%;
          overflow-x: scroll;
          overflow-y: visible;
          scroll-behavior: smooth;
          overflow: -moz-scrollbars-none;
          -ms-overflow-style: none;
          -ms-scroll-snap-type: x mandatory;
              scroll-snap-type: x mandatory; }
          header .nav_mobile .menu_tab .content .img-link_wrap::-webkit-scrollbar {
            width: 0 !important; }
          header .nav_mobile .menu_tab .content .img-link_wrap a {
            text-decoration: none;
            width: 160px;
            margin-right: 8px;
            scroll-snap-align: start;
            scroll-margin: 5vw; }
            header .nav_mobile .menu_tab .content .img-link_wrap a .img {
              width: 160px;
              height: 160px;
              border-radius: 7px;
              background-position: center;
              background-size: cover; }
            header .nav_mobile .menu_tab .content .img-link_wrap a .title {
              font-size: 16px;
              font-family: 'Ubuntu', sans-serif;
              font-style: normal;
              font-weight: 700;
              margin-top: 12px;
              text-transform: uppercase; }
            header .nav_mobile .menu_tab .content .img-link_wrap a:first-of-type {
              margin-left: 5vh; }
            header .nav_mobile .menu_tab .content .img-link_wrap a:last-of-type {
              margin-right: 5vh; }
        header .nav_mobile .menu_tab .content .buttons-list_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          margin-right: -6px; }
          header .nav_mobile .menu_tab .content .buttons-list_wrap a {
            text-decoration: none;
            margin-right: 6px;
            margin-bottom: 6px;
            color: #9A0A80;
            font-family: 'Ubuntu', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 0.96px;
            text-transform: uppercase;
            padding: 12px 16px;
            line-height: 1em;
            border-radius: 46px;
            background-color: rgba(154, 10, 128, 0.12); }
            header .nav_mobile .menu_tab .content .buttons-list_wrap a:hover {
              color: #ffffff;
              background-color: #9a0a80; }
        header .nav_mobile .menu_tab .content .list_wrap a {
          display: block;
          text-decoration: none;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          text-transform: uppercase; }
          header .nav_mobile .menu_tab .content .list_wrap a:last-of-type {
            margin-bottom: 0; }
          header .nav_mobile .menu_tab .content .list_wrap a.lvl2 {
            font-size: 18px;
            margin-top: 16px;
            margin-bottom: 16px; }
          header .nav_mobile .menu_tab .content .list_wrap a.lvl3 {
            font-size: 16px;
            padding-top: 6px;
            padding-bottom: 20px; }
        header .nav_mobile .menu_tab .content .col_highlight {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            header .nav_mobile .menu_tab .content .col_highlight {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          header .nav_mobile .menu_tab .content .col_highlight .card_highlight {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 335px;
            height: 371px;
            background-position: center;
            background-size: cover;
            border-radius: 7px;
            text-decoration: none;
            color: #ffffff;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            padding: 20px 26px; }
            header .nav_mobile .menu_tab .content .col_highlight .card_highlight svg {
              margin-right: -16px;
              margin-left: auto; }
              header .nav_mobile .menu_tab .content .col_highlight .card_highlight svg circle,
              header .nav_mobile .menu_tab .content .col_highlight .card_highlight svg path {
                -webkit-transition: all 0.4s;
                transition: all 0.4s; }
            header .nav_mobile .menu_tab .content .col_highlight .card_highlight:hover {
              color: #9A0A80; }
              header .nav_mobile .menu_tab .content .col_highlight .card_highlight:hover circle {
                fill: #9A0A80; }
              header .nav_mobile .menu_tab .content .col_highlight .card_highlight:hover path {
                fill: #ffffff; }

footer {
  background-color: #343436;
  color: #ffffff;
  padding: 80px 0 50px 0; }
  footer .footer_container {
    margin-left: 5%;
    margin-right: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .footer_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  footer .left {
    width: 555px;
    border-right: 1px solid #ffffff;
    padding-right: 95px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .left {
        width: 100%;
        padding-right: 0px;
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-right: none;
        border-bottom: 1px solid #ffffff; } }
    footer .left h5 {
      font-size: 3.666em;
      margin-bottom: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left h5 {
          font-size: 2.666em; } }
    footer .left h6 {
      margin-top: 60px;
      font-size: 1.333em;
      margin-bottom: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left h6 {
          font-size: 1.25em; } }
    footer .left .btn {
      margin-top: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left .btn {
          margin-top: 20px; } }
    footer .left .socials {
      margin-top: 90px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .left .socials {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 48px;
          margin-right: -2%;
          margin-left: -2%; } }
      footer .left .socials .icon_social {
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .left .socials .icon_social {
            -webkit-transform: scale(0.6);
                    transform: scale(0.6); } }
        footer .left .socials .icon_social svg path {
          fill: #343436; }
        footer .left .socials .icon_social svg circle, footer .left .socials .icon_social svg ellipse {
          fill: #ffffff; }
        footer .left .socials .icon_social svg:hover path {
          fill: #ffffff; }
        footer .left .socials .icon_social svg:hover circle, footer .left .socials .icon_social svg:hover ellipse {
          fill: #9A0A80; }
  footer .right {
    width: 100%;
    padding-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .right {
        padding-left: 0; } }
    footer .right .col_wrap {
      width: 100%;
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
    footer .right .main-list {
      width: 90%;
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid;
      margin-bottom: 48px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .right .main-list {
          width: 95%; } }
      footer .right .main-list .main-item a {
        text-decoration: none;
        font-size: 1.1em;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        text-transform: uppercase; }
        footer .right .main-list .main-item a:hover {
          color: #FFA4DF; }
      footer .right .main-list .sub-list {
        margin-top: 16px; }
        footer .right .main-list .sub-list a {
          text-decoration: none;
          font-size: 16px; }
          footer .right .main-list .sub-list a:hover {
            color: #FFA4DF; }
    footer .right .link_bw a {
      text-decoration: none;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      padding-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .right .link_bw a svg {
        margin-left: 14px;
        width: 20px; }
        footer .right .link_bw a svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
      footer .right .link_bw a:hover {
        color: #FFA4DF; }
        footer .right .link_bw a:hover svg path {
          fill: #FFA4DF; }
  footer .copyright {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 50px;
    border-top: 1px solid #ffffff;
    margin-top: 40px;
    font-size: 16px;
    line-height: 150%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      footer .copyright {
        padding-top: 20px;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        footer .copyright .right_bottom {
          margin-bottom: 16px; } }
    footer .copyright .left_bottom {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-right: 2.5%; }
    footer .copyright .right_bottom {
      width: 400px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        footer .copyright .right_bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      footer .copyright .right_bottom svg {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      footer .copyright .right_bottom .wpml-ls {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 50px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer .copyright .right_bottom .wpml-ls {
            margin-right: 0px;
            margin-bottom: 15px; } }
        footer .copyright .right_bottom .wpml-ls li:nth-of-type(2) {
          border-left: 2px solid #ffffff; }
        footer .copyright .right_bottom .wpml-ls a {
          padding: 0px 10px 2px; }
    footer .copyright a:hover {
      color: #FFA4DF; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #9A0A80;
  color: #343436;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }

body {
  padding-top: 96px;
  background-color: #F8F7F7;
  color: #343436;
  font-size: 18px;
  line-height: 150%;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 1375px) {
    body {
      padding-top: 80px; } }
  @media only screen and (max-width: 768px) {
    body {
      padding-top: 70px;
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1172px; }

.med_container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 970px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .med_container {
      width: 90%; } }

.small_container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 775px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .small_container {
      width: 90%; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

.grecaptcha-badge {
  visibility: hidden; }

h1, h2, h3, h4 {
  margin: 0;
  padding: 0; }
  h1 a, h2 a, h3 a, h4 a {
    color: inherit;
    text-decoration: none; }

a {
  color: inherit;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  a:hover {
    color: #9A0A80; }

p {
  line-height: 150%; }

.txt img {
  height: auto !important; }

.txt img {
  width: 100%; }

.intro-text {
  line-height: 150%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.3em;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .intro-text {
      font-size: 1.1em; } }

.filter {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #343436;
  z-index: 0;
  pointer-events: none; }

section {
  position: relative;
  margin-top: 120px;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    section {
      margin-top: 60px;
      margin-bottom: 60px; } }
  section.pad-top_big {
    margin-top: 240px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section.pad-top_big {
        margin-top: 120px; } }
  section.pad-bottom_big {
    margin-bottom: 240px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section.pad-bottom_big {
        margin-bottom: 120px; } }
  section.pad-top_small {
    margin-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section.pad-top_small {
        margin-top: 40px; } }
  section.pad-bottom_small {
    margin-bottom: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section.pad-bottom_small {
        margin-bottom: 40px; } }
  section.pad-top_none {
    margin-top: 0; }
  section.pad-bottom_none {
    margin-bottom: 0; }
  section .container {
    position: relative; }
  section.flex-block_first {
    margin-top: 0; }
  section .container {
    position: relative; }
  section.flex-block_first {
    margin-top: 0; }
  section:not(.bg_white) {
    overflow: hidden;
    padding-top: 120px;
    padding-bottom: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section:not(.bg_white) {
        padding-top: 60px;
        padding-bottom: 60px; } }
    section:not(.bg_white).pad-inner-top_big {
      padding-top: 240px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        section:not(.bg_white).pad-inner-top_big {
          padding-top: 120px; } }
    section:not(.bg_white).pad-inner-bottom_big {
      padding-bottom: 240px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        section:not(.bg_white).pad-inner-bottom_big {
          padding-bottom: 120px; } }
    section:not(.bg_white).pad-inner-top_small {
      padding-top: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        section:not(.bg_white).pad-inner-top_small {
          padding-top: 40px; } }
    section:not(.bg_white).pad-inner-bottom_small {
      padding-bottom: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        section:not(.bg_white).pad-inner-bottom_small {
          padding-bottom: 40px; } }
    section:not(.bg_white).pad-inner-top_none {
      padding-top: 0 !important; }
    section:not(.bg_white).pad-inner-bottom_none {
      padding-bottom: 0 !important; }
  section.flex-block_last:not(.bg_white) {
    margin-bottom: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      section.flex-block_last:not(.bg_white) {
        margin-bottom: 0; } }

.top_container {
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .top_container {
      padding-bottom: 30px; } }

.align_center {
  text-align: center; }

.align_left {
  text-align: left; }

.align_right {
  text-align: right; }

.hiddenText {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 1px;
  width: 1px; }

h1, .title-h1 {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 4.2em;
  line-height: 108%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h1, .title-h1 {
      font-size: 2.9em; } }

h2, .title-h2 {
  font-size: 2.6em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h2, .title-h2 {
      font-size: 2.5em; } }

h3, .title-h3 {
  font-size: 2.25em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h3, .title-h3 {
      font-size: 2em; } }
  h3.subtitle, .title-h3.subtitle {
    font-size: 1.2em; }

h4, .title-h4 {
  font-size: 1.75em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h4, .title-h4 {
      font-size: 1.45em; } }

h5, .title-h5 {
  font-size: 1.55em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h5, .title-h5 {
      font-size: 1.25em; } }

h6, .title-h6 {
  margin: 0;
  padding: 0;
  font-size: 1.33em;
  line-height: 108%;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 16px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h6, .title-h6 {
      font-size: 1.15em; } }

.bg_pink {
  background-color: #9A0A80;
  color: #ffffff; }
  .bg_pink a:hover {
    color: #FFA4DF; }
  .bg_pink .btn_light-pink {
    border: 2px solid #FFA4DF;
    padding: 14px 62px 14px 26px; }
  .bg_pink .btn_white, .bg_pink .btn_primary {
    border: 2px solid #ffffff;
    padding: 14px 62px 14px 26px; }

.bg_sec-pink {
  background-color: #FFA4DF; }

.bg_light-pink {
  background-color: rgba(255, 164, 223, 0.2); }

.bg_green {
  background-color: #1C632C;
  color: #ffffff; }
  .bg_green .btn_light-green {
    border: 2px solid #CED976;
    padding: 14px 62px 14px 26px; }

.bg_sec-green {
  background-color: #CED976; }

.bg_light-green {
  background-color: rgba(206, 217, 118, 0.2); }

.bg_yellow {
  background-color: #FFC801;
  color: #343436; }
  .bg_yellow p {
    color: #343436; }
  .bg_yellow .btn_light-yellow {
    border: 2px solid #FDEE88;
    padding: 14px 62px 14px 26px; }

.bg_sec-yellow {
  background-color: #FDEE88; }

.bg_light-yellow {
  background-color: rgba(253, 238, 136, 0.2); }

.bg_blue {
  background-color: #005F82;
  color: #ffffff; }
  .bg_blue .btn_light-blue {
    border: 2px solid #7EB6E2;
    padding: 14px 62px 14px 26px; }

.bg_sec-blue {
  background-color: #7EB6E2; }

.bg_light-blue {
  background-color: rgba(126, 182, 226, 0.2); }

.bg_orange {
  background-color: #D14900;
  color: #ffffff; }
  .bg_orange .btn_light-orange {
    border: 2px solid #FFA96E;
    padding: 14px 62px 14px 26px; }

.bg_sec-orange {
  background-color: #FFA96E; }

.bg_light-orange {
  background-color: rgba(255, 169, 110, 0.2); }

.txt-pink {
  color: #9A0A80; }

.txt-green {
  color: #1C632C; }

.txt-yellow {
  color: #FFC801; }

.txt-blue {
  color: #005F82; }

.txt-orange {
  color: #D14900; }

.img-shape_square {
  overflow: hidden;
  border-radius: 0; }

.img-shape_round {
  overflow: hidden;
  border-radius: 50%; }

.img-shape_arc {
  overflow: hidden;
  border-radius: 50% 50% 0 0; }

.img-shape_leaf {
  overflow: hidden;
  border-radius: 0 50% 0 50%; }

.popup_video {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup_video .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup_video .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup_video .video_wrap iframe, .popup_video .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup_video .close {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    cursor: pointer;
    z-index: 2; }
  .popup_video .bg {
    background: rgba(52, 52, 54, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }

.icon_social {
  text-decoration: none;
  border-radius: 50%;
  display: inline-block;
  padding: 0;
  margin: 0;
  line-height: 0;
  width: 69px;
  height: 68px;
  position: relative;
  z-index: 2; }
  .icon_social svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    width: 69px;
    height: 68px; }
  .icon_social circle, .icon_social path {
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .icon_social:hover circle {
    fill: #9A0A80; }
  .icon_social:hover path {
    fill: #ffffff; }

.bg_pink .icon_social {
  border: 4px solid #F0E5ED; }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 16px 64px 16px 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  margin-top: 40px;
  background-color: #9A0A80;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .btn:hover {
    color: #ffffff; }
  .btn::after {
    content: " ";
    background-color: #ffffff;
    height: 2px;
    width: 9px;
    border-radius: 0.5px;
    right: 28px;
    position: absolute;
    top: 45%;
    -webkit-transform: translate(-50%, -50%) rotate(50deg);
            transform: translate(-50%, -50%) rotate(50deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .btn::before {
    content: " ";
    background-color: #ffffff;
    height: 2px;
    width: 9px;
    border-radius: 0.5px;
    right: 28px;
    position: absolute;
    top: 55%;
    -webkit-transform: translate(-50%, -50%) rotate(-50deg);
            transform: translate(-50%, -50%) rotate(-50deg);
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .btn_ddl {
    padding: 16px 28px 16px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .btn_ddl::after, .btn_ddl::before {
      display: none; }
    .btn_ddl svg path {
      fill: #ffffff; }
  .btn_pink {
    color: #ffffff;
    background-color: #9A0A80; }
    .btn_pink:hover {
      color: #ffffff !important; }
    .btn_pink:hover {
      background-color: #751663; }
      .btn_pink:hover svg path {
        fill: #ffffff; }
  .btn_light-pink {
    color: #9A0A80;
    background-color: #FFA4DF; }
    .btn_light-pink::after, .btn_light-pink::before {
      background-color: #9A0A80; }
    .btn_light-pink svg path {
      fill: #9A0A80; }
    .btn_light-pink:hover {
      background-color: #9A0A80;
      color: #ffffff; }
      .btn_light-pink:hover::after, .btn_light-pink:hover::before {
        background-color: #ffffff; }
      .btn_light-pink:hover svg path {
        fill: #ffffff; }
  .btn_green {
    color: #ffffff;
    background-color: #1C632C; }
    .btn_green:hover {
      background-color: #174621; }
      .btn_green:hover svg path {
        fill: #ffffff; }
  .btn_light-green {
    color: #1C632C;
    background-color: #CED976; }
    .btn_light-green::after, .btn_light-green::before {
      background-color: #1C632C; }
    .btn_light-green svg path {
      fill: #1C632C; }
    .btn_light-green:hover {
      background-color: #1C632C;
      color: #ffffff; }
      .btn_light-green:hover::after, .btn_light-green:hover::before {
        background-color: #ffffff; }
      .btn_light-green:hover svg path {
        fill: #ffffff; }
  .btn_yellow {
    color: #343436;
    background-color: #FFC801; }
    .btn_yellow::after, .btn_yellow::before {
      background-color: #343436; }
    .btn_yellow svg path {
      fill: #343436; }
    .btn_yellow:hover {
      color: #343436;
      background-color: #E2B40D; }
      .btn_yellow:hover::after, .btn_yellow:hover::before {
        background-color: #343436; }
      .btn_yellow:hover svg path {
        fill: #343436; }
  .btn_light-yellow {
    color: #343436;
    background-color: #FDEE88; }
    .btn_light-yellow::after, .btn_light-yellow::before {
      background-color: #343436; }
    .btn_light-yellow svg path {
      fill: #343436; }
    .btn_light-yellow:hover {
      background-color: #FFC801;
      color: #343436; }
      .btn_light-yellow:hover::after, .btn_light-yellow:hover::before {
        background-color: #343436; }
      .btn_light-yellow:hover svg path {
        fill: #343436; }
  .btn_blue {
    color: #ffffff;
    background-color: #005F82; }
    .btn_blue:hover {
      background-color: #053F55; }
      .btn_blue:hover svg path {
        fill: #ffffff; }
  .btn_light-blue {
    color: #005F82;
    background-color: #7EB6E2; }
    .btn_light-blue::after, .btn_light-blue::before {
      background-color: #005F82; }
    .btn_light-blue svg path {
      fill: #005F82; }
    .btn_light-blue:hover {
      background-color: #005F82;
      color: #ffffff; }
      .btn_light-blue:hover::after, .btn_light-blue:hover::before {
        background-color: #ffffff; }
      .btn_light-blue:hover svg path {
        fill: #ffffff; }
  .btn_orange {
    color: #ffffff;
    background-color: #D14900; }
    .btn_orange:hover {
      background-color: #B04105; }
      .btn_orange:hover svg path {
        fill: #ffffff; }
  .btn_light-orange {
    color: #D14900;
    background-color: #FFA96E; }
    .btn_light-orange::after, .btn_light-orange::before {
      background-color: #D14900; }
    .btn_light-orange svg path {
      fill: #D14900; }
    .btn_light-orange:hover {
      background-color: #D14900;
      color: #ffffff; }
      .btn_light-orange:hover::after, .btn_light-orange:hover::before {
        background-color: #ffffff; }
      .btn_light-orange:hover svg path {
        fill: #ffffff; }
  .btn_white, .btn_primary {
    color: #9A0A80;
    background-color: #ffffff; }
    .btn_white::after, .btn_white::before, .btn_primary::after, .btn_primary::before {
      background-color: #9A0A80; }
    .btn_white svg path, .btn_primary svg path {
      fill: #9A0A80; }
    .btn_white:hover, .btn_primary:hover {
      color: #ffffff !important; }
    .btn_white:hover, .btn_primary:hover {
      background-color: #9A0A80; }
      .btn_white:hover::after, .btn_white:hover::before, .btn_primary:hover::after, .btn_primary:hover::before {
        background-color: #ffffff; }
      .btn_white:hover svg path, .btn_primary:hover svg path {
        fill: #ffffff; }
  .btn_grey {
    color: #9A0A80;
    background-color: #EBEBEB; }
    .btn_grey::after, .btn_grey::before {
      background-color: #9A0A80; }
    .btn_grey svg path {
      fill: #9A0A80; }
    .btn_grey:hover {
      background-color: #9A0A80;
      color: #ffffff; }
      .btn_grey:hover::after, .btn_grey:hover::before {
        background-color: #ffffff; }
      .btn_grey:hover svg path {
        fill: #ffffff; }
  .btn_secondary {
    background-color: transparent;
    border: 2px solid #ffffff;
    padding: 14px 62px 14px 26px;
    color: #ffffff; }
    .btn_secondary::after, .btn_secondary::before {
      background-color: #ffffff; }
    .btn_secondary svg path {
      fill: #ffffff; }
    .btn_secondary:hover {
      background-color: #ffffff;
      color: #9A0A80; }
      .btn_secondary:hover::after, .btn_secondary:hover::before {
        background-color: #9A0A80; }
      .btn_secondary:hover svg path {
        fill: #9A0A80; }
  .btn_sec_pink {
    background-color: transparent;
    border: 2px solid #9A0A80;
    padding: 14px 62px 14px 26px;
    color: #9A0A80; }
    .btn_sec_pink::after, .btn_sec_pink::before {
      background-color: #9A0A80; }
    .btn_sec_pink svg path {
      fill: #9A0A80; }
    .btn_sec_pink:hover {
      background-color: #9A0A80;
      color: #ffffff; }
      .btn_sec_pink:hover::after, .btn_sec_pink:hover::before {
        background-color: #ffffff; }
      .btn_sec_pink:hover svg path {
        fill: #ffffff; }

.header_projects {
  width: 100%;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .header_projects {
      margin-bottom: 60px; } }
  .header_projects .img {
    width: 100%;
    height: 45vh;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .header_projects .img {
        height: 35vh; } }
    .header_projects .img .btn_arrow {
      position: absolute;
      bottom: 0;
      right: 5%;
      z-index: 2;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .header_projects .img .btn_arrow {
          display: none; } }
  .header_projects h1 {
    padding-top: 80px;
    padding-bottom: 22px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .header_projects h1 {
        padding-top: 60px; } }

.header_article {
  position: relative;
  padding-top: 100px;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .header_article {
      margin-bottom: 60px; } }
  .header_article .breadcrumb {
    color: rgba(52, 52, 54, 0.8);
    background-color: transparent; }
    .header_article .breadcrumb a {
      color: rgba(52, 52, 54, 0.8); }
    .header_article .breadcrumb li {
      color: rgba(52, 52, 54, 0.8); }
      .header_article .breadcrumb li ::before {
        color: rgba(52, 52, 54, 0.8); }
  .header_article .content {
    padding-bottom: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .header_article .content {
        padding-bottom: 30px; } }
    .header_article .content .date {
      font-size: 14px;
      color: rgba(52, 52, 54, 0.6);
      margin-bottom: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .header_article .content .date {
          margin-bottom: 12px; } }
    .header_article .content .sub_title {
      margin-top: 24px;
      font-size: 1.1em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .header_article .content .sub_title {
          margin-top: 12px; } }
  .header_article .img {
    width: 100%; }

.breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  padding-left: 5%;
  padding-right: 5%;
  z-index: 2;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  padding-top: 16px;
  background-color: rgba(52, 52, 54, 0.45);
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }
  .breadcrumb::-webkit-scrollbar {
    width: 0 !important; }
  .breadcrumb ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
    .breadcrumb ul li {
      margin-left: 30px;
      position: relative;
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 500;
      text-transform: uppercase;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .breadcrumb ul li a {
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none; }
        .breadcrumb ul li a:hover {
          color: #FFA4DF; }
      .breadcrumb ul li::before {
        content: "•";
        position: absolute;
        top: 50%;
        left: -15px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .breadcrumb ul li::before:hover {
          color: rgba(255, 255, 255, 0.8); }
    .breadcrumb ul li:first-of-type {
      margin-left: 0; }
      .breadcrumb ul li:first-of-type::before {
        display: none; }
  .breadcrumb:hover {
    background-color: rgba(52, 52, 54, 0.7); }
  .breadcrumb.no-bg {
    background-color: transparent !important; }

form {
  position: relative; }
  form input, form textarea, form select {
    margin-top: 11px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    width: 100%;
    padding: 11px 18px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 2px solid #ffffff;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form input, form textarea, form select {
        margin-top: 5px;
        font-size: 16px; } }
    form input:focus, form textarea:focus, form select:focus {
      outline: none;
      border: 2px solid #9A0A80; }
    form input[type='submit'], form textarea[type='submit'], form select[type='submit'] {
      padding: 16px 28px 16px 28px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 40px;
      text-decoration: none;
      color: #ffffff;
      font-size: 16px;
      text-align: center;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      margin-top: 16px;
      background-color: #9A0A80;
      border: none;
      display: inline-block;
      width: auto;
      cursor: pointer; }
      form input[type='submit']:hover, form input[type='submit']:focus, form textarea[type='submit']:hover, form textarea[type='submit']:focus, form select[type='submit']:hover, form select[type='submit']:focus {
        background-color: #751663; }
    form input[type='checkbox'], form textarea[type='checkbox'], form select[type='checkbox'] {
      width: 20px;
      height: 20px;
      border-radius: 2px;
      margin-top: 0px;
      margin-right: 10px;
      margin-bottom: 0;
      border: 3px solid #ffffff;
      border: 1px solid #9A0A80; }
      form input[type='checkbox']:focus, form input[type='checkbox']:checked, form textarea[type='checkbox']:focus, form textarea[type='checkbox']:checked, form select[type='checkbox']:focus, form select[type='checkbox']:checked {
        border: 3px solid #ffffff;
        background-color: #9A0A80; }
    form input[type='radio'], form textarea[type='radio'], form select[type='radio'] {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin-top: 0px;
      margin-right: 10px;
      margin-bottom: 0;
      border: 3px solid #ffffff;
      border: 1px solid #9A0A80; }
      form input[type='radio']:focus, form input[type='radio']:checked, form textarea[type='radio']:focus, form textarea[type='radio']:checked, form select[type='radio']:focus, form select[type='radio']:checked {
        border: 3px solid #ffffff;
        background-color: #9A0A80; }
  form textarea {
    height: 120px; }
  form .select .wpcf7-form-control-wrap {
    position: relative; }
    form .select .wpcf7-form-control-wrap::after {
      content: " ";
      background-color: #343436;
      height: 2px;
      width: 9px;
      border-radius: 0.5px;
      right: 28px;
      position: absolute;
      top: 52%;
      -webkit-transform: translate(-50%, -50%) rotate(50deg);
              transform: translate(-50%, -50%) rotate(50deg);
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      pointer-events: none; }
    form .select .wpcf7-form-control-wrap::before {
      content: " ";
      background-color: #343436;
      height: 2px;
      width: 9px;
      border-radius: 0.5px;
      right: 23px;
      position: absolute;
      top: 52%;
      -webkit-transform: translate(-50%, -50%) rotate(-50deg);
              transform: translate(-50%, -50%) rotate(-50deg);
      pointer-events: none; }
  form .wpcf7-checkbox, form .wpcf7-radio {
    margin-top: 11px;
    display: block;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form .wpcf7-checkbox, form .wpcf7-radio {
        margin-top: 5px; } }
    form .wpcf7-checkbox label, form .wpcf7-radio label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 35px; }
    form .wpcf7-checkbox .wpcf7-list-item, form .wpcf7-radio .wpcf7-list-item {
      margin: 0; }
  form .wpcf7-response-output {
    border: none !important;
    padding: 0 !important; }
  form p {
    margin-bottom: 18px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form p {
        margin-bottom: 15px; } }
  form.sent .wpcf7-response-output {
    padding: 35px !important; }
  form.sent .wpcf7-response-output {
    background-color: rgba(52, 52, 54, 0.9);
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 40px;
    position: absolute;
    bottom: -35px;
    top: -85px;
    left: -35px;
    right: -35px;
    bottom: -35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 2em;
    line-height: 150%; }
  form .row_2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form .row_2col {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    form .row_2col p {
      width: 47.5%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        form .row_2col p {
          width: 100%; } }

.txt .caption {
  font-style: italic;
  font-size: 0.8em; }

.txt blockquote {
  font-size: 1.22em;
  text-align: center;
  font-style: italic; }

.txt .quote-source {
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px; }

.txt .box-pink {
  background-color: rgba(255, 164, 223, 0.2);
  border-radius: 20px;
  padding: 20px; }

.search.template-stories-archive .page-title {
  text-align: center;
  padding-left: 5%;
  padding-right: 5%; }
  .search.template-stories-archive .page-title span {
    color: #9A0A80; }

.search.template-stories-archive .search-bar {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0; }
  .search.template-stories-archive .search-bar .seach_container {
    width: 100%;
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding-left: 5%;
    padding-right: 5%; }
    .search.template-stories-archive .search-bar .seach_container h4 {
      margin-bottom: 0;
      padding-bottom: 24px; }
    .search.template-stories-archive .search-bar .seach_container .search-bar {
      margin-top: 24px;
      margin-bottom: 50px;
      width: 100%; }
    .search.template-stories-archive .search-bar .seach_container form > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      width: 100%;
      position: relative; }
      .search.template-stories-archive .search-bar .seach_container form > div input[type=text] {
        width: 100%;
        border: 1px solid #9A0A80;
        padding-left: 32px;
        padding-right: 220px;
        border-radius: 36px;
        height: 55px;
        background-color: #ffffff;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .search.template-stories-archive .search-bar .seach_container form > div input[type=text] {
            padding-left: 20px;
            padding-right: 20px;
            margin-right: 0; } }
      .search.template-stories-archive .search-bar .seach_container form > div #searchsubmit {
        height: 55px;
        width: auto;
        position: absolute;
        top: 11px;
        margin: 0;
        right: 0;
        text-align: left;
        padding-right: 60px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .search.template-stories-archive .search-bar .seach_container form > div #searchsubmit {
            top: 5px;
            color: #9A0A80;
            padding: 0;
            width: 58px; } }
      .search.template-stories-archive .search-bar .seach_container form > div .relevanssi-live-search-results-showing {
        top: 0 !important;
        left: 20px !important;
        right: 20px !important;
        border-color: #9A0A80 !important;
        width: auto !important; }
      .search.template-stories-archive .search-bar .seach_container form > div .relevanssi-live-search-results-showing {
        margin-top: -5px; }
        .search.template-stories-archive .search-bar .seach_container form > div .relevanssi-live-search-results-showing a {
          text-decoration: none;
          color: #9A0A80; }
          .search.template-stories-archive .search-bar .seach_container form > div .relevanssi-live-search-results-showing a:hover {
            color: #751663; }
      .search.template-stories-archive .search-bar .seach_container form > div .relevanssi-live-search-result-status {
        display: none !important; }
    .search.template-stories-archive .search-bar .seach_container .form_wrap {
      position: relative; }
      .search.template-stories-archive .search-bar .seach_container .form_wrap .icon {
        position: absolute;
        right: 20px;
        top: 54%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3;
        pointer-events: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .search.template-stories-archive .search-bar .seach_container .form_wrap .icon {
            top: 50%;
            right: 16px; } }
    .search.template-stories-archive .search-bar .seach_container h6 {
      padding-top: 55px;
      padding-bottom: 15px; }
    .search.template-stories-archive .search-bar .seach_container .tag_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .search.template-stories-archive .search-bar .seach_container .tag_wrap .tag {
        margin-right: 10px;
        padding: 9px 14px;
        border-radius: 46px;
        background: rgba(154, 10, 128, 0.12);
        font-size: 12px;
        letter-spacing: 0.72px;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        text-decoration: none;
        color: #9A0A80;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .search.template-stories-archive .search-bar .seach_container .tag_wrap .tag:hover {
          background: #9A0A80;
          color: #ffffff; }

.search.template-stories-archive form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .search.template-stories-archive form > div input {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border: 1px solid #9A0A80;
    margin-right: 60px; }
  .search.template-stories-archive form > div #searchsubmit {
    width: 200px; }

.search.template-stories-archive h4 {
  margin-bottom: 40px; }

.search.template-stories-archive .page-nav {
  margin-top: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .search.template-stories-archive .page-nav a.prev.page-numbers {
    margin-left: -30px; }

.img_capt {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #828283;
  padding-left: 8px;
  margin-top: 10px;
  border-left: 2px solid #9A0A80; }

.post-password-form {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1172px;
  padding-top: 100px;
  padding-bottom: 100px; }

.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .bg picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%; }
  .bg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.popup_global {
  width: 100%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #D14900;
  color: #ffffff;
  line-height: 100%;
  font-size: 14px;
  position: relative;
  z-index: 99;
  overflow: hidden;
  display: none; }
  .popup_global .popup_icon {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .popup_global .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 14px 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .popup_global .txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .popup_global .txt a {
      text-decoration: none;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin-left: 22px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-transform: uppercase;
      letter-spacing: 0.84px;
      text-transform: uppercase;
      font-size: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .popup_global .txt a {
          margin-top: 5px;
          margin-left: 0; } }
      .popup_global .txt a svg {
        margin-left: 8px; }
        .popup_global .txt a svg path {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .popup_global .txt a:hover {
        color: #FFA96E; }
        .popup_global .txt a:hover path {
          fill: #FFA96E; }
  .popup_global .close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer; }
    .popup_global .close svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .popup_global .close:hover path {
      fill: #FFA96E; }
  .popup_global.pop-color_blue {
    background-color: #005F82; }
    .popup_global.pop-color_blue .txt a:hover {
      color: #7EB6E2; }
      .popup_global.pop-color_blue .txt a:hover path {
        fill: #7EB6E2; }
    .popup_global.pop-color_blue .close:hover path {
      fill: #7EB6E2; }
  .popup_global.pop-color_yellow {
    background-color: #FFC801;
    color: #343436; }
    .popup_global.pop-color_yellow svg path {
      fill: #343436; }
    .popup_global.pop-color_yellow .txt a:hover {
      color: #FDEE88; }
      .popup_global.pop-color_yellow .txt a:hover path {
        fill: #FDEE88; }
    .popup_global.pop-color_yellow .close:hover path {
      fill: #FDEE88; }
  .popup_global.pop-color_magenta {
    background-color: #9A0A80; }
    .popup_global.pop-color_magenta .txt a:hover {
      color: #FFA4DF; }
      .popup_global.pop-color_magenta .txt a:hover path {
        fill: #FFA4DF; }
    .popup_global.pop-color_magenta .close:hover path {
      fill: #FFA4DF; }
  .popup_global.pop-color_grey {
    background-color: #343436; }
    .popup_global.pop-color_grey .txt a:hover {
      color: #FFA4DF; }
      .popup_global.pop-color_grey .txt a:hover path {
        fill: #FFA4DF; }
    .popup_global.pop-color_grey .close:hover path {
      fill: #FFA4DF; }

.popup_post {
  border-radius: 20px;
  width: 400px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #FFA96E;
  line-height: 100%;
  font-size: 16px;
  padding: 12px;
  position: fixed;
  right: 2.5%;
  bottom: 30px;
  z-index: 9999;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .popup_post {
      width: 95%;
      left: 2.5%; } }
  .popup_post .popup_icon {
    background-color: #D14900;
    width: 54px;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .popup_post .txt {
    padding-left: 18px;
    padding-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .popup_post .txt p {
      line-height: 120%; }
    .popup_post .txt a {
      text-decoration: none;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin-top: 5px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.84px;
      text-transform: uppercase; }
      .popup_post .txt a svg {
        margin-left: 8px; }
        .popup_post .txt a svg path {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .popup_post .txt a:hover {
        color: #D14900; }
        .popup_post .txt a:hover path {
          fill: #D14900; }
  .popup_post .close {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 12px;
    padding-top: 4px;
    cursor: pointer; }
    .popup_post .close svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .popup_post .close:hover path {
      fill: #D14900; }
  .popup_post.pop-color_blue {
    background-color: #7EB6E2; }
    .popup_post.pop-color_blue .popup_icon {
      background-color: #005F82; }
    .popup_post.pop-color_blue .txt a:hover {
      color: #005F82; }
      .popup_post.pop-color_blue .txt a:hover path {
        fill: #005F82; }
    .popup_post.pop-color_blue .close:hover path {
      fill: #005F82; }
  .popup_post.pop-color_yellow {
    background-color: #FDEE88;
    color: #343436; }
    .popup_post.pop-color_yellow svg path {
      fill: #343436; }
    .popup_post.pop-color_yellow .popup_icon {
      background-color: #FFC801; }
    .popup_post.pop-color_yellow .txt a:hover {
      color: #FFC801; }
      .popup_post.pop-color_yellow .txt a:hover path {
        fill: #FFC801; }
    .popup_post.pop-color_yellow .close:hover path {
      fill: #FFC801; }
  .popup_post.pop-color_magenta {
    background-color: #FFA4DF; }
    .popup_post.pop-color_magenta .popup_icon {
      background-color: #9A0A80; }
    .popup_post.pop-color_magenta .txt a:hover {
      color: #9A0A80; }
      .popup_post.pop-color_magenta .txt a:hover path {
        fill: #9A0A80; }
    .popup_post.pop-color_magenta .close:hover path {
      fill: #9A0A80; }
  .popup_post.pop-color_grey {
    background-color: #AAA8AA; }
    .popup_post.pop-color_grey .popup_icon {
      background-color: #343436; }
    .popup_post.pop-color_grey .txt a:hover {
      color: #343436; }
      .popup_post.pop-color_grey .txt a:hover path {
        fill: #343436; }
    .popup_post.pop-color_grey .close:hover path {
      fill: #343436; }

.popup_page .popup_page-container {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFA96E;
  line-height: 100%;
  font-size: 17px;
  padding: 16px 25px; }
  .popup_page .popup_page-container .popup_icon {
    background-color: #D14900;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .popup_page .popup_page-container .txt {
    padding-left: 18px;
    padding-right: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .popup_page .popup_page-container .txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    .popup_page .popup_page-container .txt p {
      line-height: 120%; }
    .popup_page .popup_page-container .txt a {
      margin-left: 18px;
      text-decoration: none;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      margin-top: 3px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.84px;
      text-transform: uppercase;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .popup_page .popup_page-container .txt a {
          margin-left: 0; } }
      .popup_page .popup_page-container .txt a svg {
        margin-left: 8px; }
        .popup_page .popup_page-container .txt a svg path {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      .popup_page .popup_page-container .txt a:hover {
        color: #D14900; }
        .popup_page .popup_page-container .txt a:hover path {
          fill: #D14900; }

.popup_page.pop-color_blue .popup_page-container {
  background-color: #7EB6E2; }
  .popup_page.pop-color_blue .popup_page-container .popup_icon {
    background-color: #005F82; }
  .popup_page.pop-color_blue .popup_page-container .txt a:hover {
    color: #005F82; }
    .popup_page.pop-color_blue .popup_page-container .txt a:hover path {
      fill: #005F82; }

.popup_page.pop-color_yellow .popup_page-container {
  background-color: #FDEE88;
  color: #343436; }
  .popup_page.pop-color_yellow .popup_page-container svg path {
    fill: #343436; }
  .popup_page.pop-color_yellow .popup_page-container .popup_icon {
    background-color: #FFC801; }
  .popup_page.pop-color_yellow .popup_page-container .txt a:hover {
    color: #FFC801; }
    .popup_page.pop-color_yellow .popup_page-container .txt a:hover path {
      fill: #FFC801; }

.popup_page.pop-color_magenta .popup_page-container {
  background-color: #FFA4DF; }
  .popup_page.pop-color_magenta .popup_page-container .popup_icon {
    background-color: #9A0A80; }
  .popup_page.pop-color_magenta .popup_page-container .txt a:hover {
    color: #9A0A80; }
    .popup_page.pop-color_magenta .popup_page-container .txt a:hover path {
      fill: #9A0A80; }

.popup_page.pop-color_grey .popup_page-container {
  background-color: #AAA8AA; }
  .popup_page.pop-color_grey .popup_page-container .popup_icon {
    background-color: #343436; }
  .popup_page.pop-color_grey .popup_page-container .txt a:hover {
    color: #343436; }
    .popup_page.pop-color_grey .popup_page-container .txt a:hover path {
      fill: #343436; }

.page-template-default .popup_page, .template-archive .popup_page, .bw_page-template-default .popup_page {
  margin-top: -95px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .page-template-default .popup_page, .template-archive .popup_page, .bw_page-template-default .popup_page {
      margin-top: -30px; } }

.template-home .popup_page, .template-conf-archive .popup_page {
  margin-top: -95px;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-home .popup_page, .template-conf-archive .popup_page {
      margin-top: -30px;
      margin-bottom: 60px; } }

.template-conf .popup_page, .template-projects .popup_page, .template-news .popup_page, .template-tenants .popup_page {
  margin-top: -75px;
  margin-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf .popup_page, .template-projects .popup_page, .template-news .popup_page, .template-tenants .popup_page {
      margin-top: -20px;
      margin-bottom: 60px; } }

.template-story .popup_page {
  margin-top: 0;
  margin-bottom: 60px; }

.template-activities .popup_page, .template-events .popup_page {
  margin-top: -20px;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-activities .popup_page, .template-events .popup_page {
      margin-bottom: 60px; } }

.sup-view.template-home .header_home {
  height: 75vh;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-home .header_home {
      height: 70vh; } }
  .sup-view.template-home .header_home .content {
    position: relative;
    z-index: 2;
    padding-top: 13vh;
    color: #ffffff;
    width: 65%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .sup-view.template-home .header_home .content {
        width: 80%; } }
    @media only screen and (max-width: 768px) {
      .sup-view.template-home .header_home .content {
        width: 100%; } }

.sup-view.template-home .sub-text .intro-text {
  padding: 30px 20%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 120px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sup-view.template-home .sub-text .intro-text {
      padding: 10px 5%;
      margin-bottom: 60px; } }

.template-home-secondary .header_home {
  background-position: center;
  background-size: cover;
  height: 80vh;
  position: relative;
  margin-bottom: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-home-secondary .header_home {
      height: 70vh;
      margin-bottom: 60px; } }
  .template-home-secondary .header_home .container {
    position: relative;
    z-index: 2; }
  .template-home-secondary .header_home .filter {
    background: #343436;
    mix-blend-mode: multiply; }
  .template-home-secondary .header_home .svg_arrow {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 42px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.template-team .module-team_text .intro-text {
  padding-right: 20%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-team .module-team_text .intro-text {
      padding-right: 0%; } }

.template-team .module-team_list-name p {
  padding-top: 20px;
  padding-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-team .module-team_list-name p {
      padding-top: 10px;
      padding-bottom: 10px; } }

.template-team .module-team_list-name .name {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5em;
  padding-right: 40px;
  display: inline-block; }

.template-team .module-team_banner {
  background-position: center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  position: relative; }
  .template-team .module-team_banner .container {
    position: relative;
    z-index: 2; }

.template-stories-archive .last_post a.card-post_highlight, .template-news-archive .last_post a.card-post_highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-stories-archive .last_post a.card-post_highlight, .template-news-archive .last_post a.card-post_highlight {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .template-stories-archive .last_post a.card-post_highlight .card_img, .template-news-archive .last_post a.card-post_highlight .card_img {
    position: relative;
    width: 57.5%;
    padding-bottom: 40%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .last_post a.card-post_highlight .card_img, .template-news-archive .last_post a.card-post_highlight .card_img {
        width: 100%;
        padding-bottom: 86%; } }
    .template-stories-archive .last_post a.card-post_highlight .card_img picture, .template-news-archive .last_post a.card-post_highlight .card_img picture {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .template-stories-archive .last_post a.card-post_highlight .card_img picture .image, .template-news-archive .last_post a.card-post_highlight .card_img picture .image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .template-stories-archive .last_post a.card-post_highlight .card_img .cat, .template-news-archive .last_post a.card-post_highlight .card_img .cat {
      position: absolute;
      top: 0;
      left: 0;
      background-color: #CED976;
      color: green;
      font-size: 10px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 500;
      line-height: 100%;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      padding: 6px 10px; }
  .template-stories-archive .last_post a.card-post_highlight .content, .template-news-archive .last_post a.card-post_highlight .content {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 37.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .last_post a.card-post_highlight .content, .template-news-archive .last_post a.card-post_highlight .content {
        width: 100%;
        margin-top: 15px; } }
    .template-stories-archive .last_post a.card-post_highlight .content .date, .template-news-archive .last_post a.card-post_highlight .content .date {
      font-size: 14px;
      color: rgba(52, 52, 54, 0.6);
      margin-top: 5px;
      margin-bottom: 5px;
      -webkit-transition: all 0.6s;
      transition: all 0.6s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .last_post a.card-post_highlight .content .date, .template-news-archive .last_post a.card-post_highlight .content .date {
          margin-top: 12px; } }
    .template-stories-archive .last_post a.card-post_highlight .content .cta, .template-news-archive .last_post a.card-post_highlight .content .cta {
      font-size: 16px;
      line-height: 140%;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #9A0A80;
      margin-top: 10px; }
      .template-stories-archive .last_post a.card-post_highlight .content .cta svg, .template-news-archive .last_post a.card-post_highlight .content .cta svg {
        width: 20px;
        margin-bottom: -4px;
        margin-left: 14px; }
        .template-stories-archive .last_post a.card-post_highlight .content .cta svg path, .template-news-archive .last_post a.card-post_highlight .content .cta svg path {
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
  .template-stories-archive .last_post a.card-post_highlight:hover .date, .template-news-archive .last_post a.card-post_highlight:hover .date {
    color: #9A0A80; }

.template-stories-archive .filter_container, .template-news-archive .filter_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-stories-archive .filter_container, .template-news-archive .filter_container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 40px; } }
  .template-stories-archive .filter_container .left, .template-news-archive .filter_container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #9A0A80;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .filter_container .left, .template-news-archive .filter_container .left {
        width: 100%; } }
    .template-stories-archive .filter_container .left h6, .template-news-archive .filter_container .left h6 {
      margin: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .filter_container .left h6, .template-news-archive .filter_container .left h6 {
          display: none; } }
    .template-stories-archive .filter_container .left .drop_cat, .template-news-archive .filter_container .left .drop_cat {
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .filter_container .left .drop_cat, .template-news-archive .filter_container .left .drop_cat {
          width: 100%; } }
      .template-stories-archive .filter_container .left .drop_cat select, .template-news-archive .filter_container .left .drop_cat select {
        padding: 16px 42px 16px 32px;
        border: 1px solid #9A0A80;
        color: #9A0A80;
        border-radius: 34px;
        margin-left: 60px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-stories-archive .filter_container .left .drop_cat select, .template-news-archive .filter_container .left .drop_cat select {
            margin-left: 0px;
            width: 100%; } }
      .template-stories-archive .filter_container .left .drop_cat svg, .template-news-archive .filter_container .left .drop_cat svg {
        position: absolute;
        top: 50%;
        right: 14px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none; }
  .template-stories-archive .filter_container .right, .template-news-archive .filter_container .right {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .filter_container .right, .template-news-archive .filter_container .right {
        display: none; } }

.template-stories-archive .card-row, .template-news-archive .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-stories-archive .card-row, .template-news-archive .card-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .template-stories-archive .card-row .card-post, .template-news-archive .card-row .card-post {
    width: 370px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 48px;
    /* -- @include break(mobile)-- */ }
    .template-stories-archive .card-row .card-post:last-of-type, .template-news-archive .card-row .card-post:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .template-stories-archive .card-row .card-post, .template-news-archive .card-row .card-post {
        width: 100%;
        max-width: 370px;
        margin-right: 0px;
        margin-bottom: 25px; } }
    .template-stories-archive .card-row .card-post .img, .template-news-archive .card-row .card-post .img {
      width: 100%;
      padding-bottom: 67%;
      position: relative;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .card-row .card-post .img, .template-news-archive .card-row .card-post .img {
          margin-bottom: 15px; } }
      .template-stories-archive .card-row .card-post .img picture, .template-news-archive .card-row .card-post .img picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .template-stories-archive .card-row .card-post .img picture .image, .template-news-archive .card-row .card-post .img picture .image {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .template-stories-archive .card-row .card-post .img .cat, .template-news-archive .card-row .card-post .img .cat {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #CED976;
        color: green;
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 6px 10px; }
    .template-stories-archive .card-row .card-post h6, .template-news-archive .card-row .card-post h6 {
      margin-bottom: 6px; }
    .template-stories-archive .card-row .card-post .date, .template-news-archive .card-row .card-post .date {
      font-size: 14px;
      color: rgba(52, 52, 54, 0.6);
      margin-top: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-stories-archive .card-row .card-post .date, .template-news-archive .card-row .card-post .date {
          margin-top: 12px; } }

.template-stories-archive .nav-links, .template-news-archive .nav-links {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 75px;
  padding-left: 75px; }
  .template-stories-archive .nav-links a, .template-stories-archive .nav-links span, .template-news-archive .nav-links a, .template-news-archive .nav-links span {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 16px; }
    .template-stories-archive .nav-links a:hover, .template-stories-archive .nav-links span:hover, .template-news-archive .nav-links a:hover, .template-news-archive .nav-links span:hover {
      color: #9A0A80; }
  .template-stories-archive .nav-links .current, .template-news-archive .nav-links .current {
    line-height: 1;
    color: #9A0A80;
    background-color: #F6EDF5;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .template-stories-archive .nav-links a.next.page-numbers, .template-news-archive .nav-links a.next.page-numbers {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .template-stories-archive .nav-links a.prev.page-numbers, .template-news-archive .nav-links a.prev.page-numbers {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

.template-conf-archive .intro-text_section .container {
  padding-right: 35%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-conf-archive .intro-text_section .container {
      padding-right: 0%; } }

.template-conf-archive .current_section h2 {
  margin-bottom: 48px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf-archive .current_section h2 {
      margin-bottom: 20px; } }

.template-conf-archive .current_section a {
  text-decoration: none; }

.template-conf-archive .current_section .img {
  position: relative;
  padding-bottom: 56%;
  margin-bottom: 24px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf-archive .current_section .img {
      margin-bottom: 14px; } }
  .template-conf-archive .current_section .img picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .template-conf-archive .current_section .img picture .image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.template-conf-archive .current_section .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .template-conf-archive .current_section .info h4 {
    margin-bottom: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-conf-archive .current_section .info h4 {
        margin-bottom: 0; } }
  .template-conf-archive .current_section .info .date {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 20px;
    font-size: 14px;
    color: rgba(52, 52, 54, 0.6);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-conf-archive .current_section .info .date {
        margin-top: 12px; } }

.template-conf-archive .latest_section h2 {
  margin-bottom: 48px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf-archive .latest_section h2 {
      margin-bottom: 20px; } }

.template-conf-archive .latest_section .conf_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-conf-archive .latest_section .conf_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .template-conf-archive .latest_section .conf_container .card_conf {
    width: 47.5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 30px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-conf-archive .latest_section .conf_container .card_conf {
        width: 100%; } }
    .template-conf-archive .latest_section .conf_container .card_conf a {
      text-decoration: none; }
    .template-conf-archive .latest_section .conf_container .card_conf .img {
      position: relative;
      padding-bottom: 56%;
      margin-bottom: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-conf-archive .latest_section .conf_container .card_conf .img {
          margin-bottom: 14px; } }
      .template-conf-archive .latest_section .conf_container .card_conf .img picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .template-conf-archive .latest_section .conf_container .card_conf .img picture .image {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
    .template-conf-archive .latest_section .conf_container .card_conf .info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .template-conf-archive .latest_section .conf_container .card_conf .info h5 {
        margin-bottom: 0;
        line-height: 1em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-conf-archive .latest_section .conf_container .card_conf .info h5 {
            margin-bottom: 0; } }
      .template-conf-archive .latest_section .conf_container .card_conf .info .date {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 20px;
        font-size: 14px;
        color: rgba(52, 52, 54, 0.6);
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-conf-archive .latest_section .conf_container .card_conf .info .date {
            margin-top: 12px; } }

.bw-flex-modules .header_projects {
  margin-bottom: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .bw-flex-modules .header_projects {
      margin-bottom: 60px; } }
  .bw-flex-modules .header_projects .img {
    width: 100%;
    height: 58vh;
    max-height: 600px;
    background-position: center;
    background-size: cover;
    position: relative; }

.bw-flex-modules .info_banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .bw-flex-modules .info_banner .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .bw-flex-modules .info_banner .container .col_left {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    position: relative;
    z-index: 2; }
  .bw-flex-modules .info_banner .container .col_right {
    width: 360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    z-index: 2;
    margin-left: 5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bw-flex-modules .info_banner .container .col_right {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 20px;
        margin-left: 0%; } }
    .bw-flex-modules .info_banner .container .col_right .countdown {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .bw-flex-modules .info_banner .container .col_right .countdown .time {
        margin-left: 50px;
        text-align: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .bw-flex-modules .info_banner .container .col_right .countdown .time {
            margin-left: 15px;
            margin-right: 15px; } }
        .bw-flex-modules .info_banner .container .col_right .countdown .time .number {
          font-size: 4.5em;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          line-height: 1em; }
  .bw-flex-modules .info_banner .container .bg_shape {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1; }

.bw-flex-modules .info_banner p {
  font-size: 1.33em; }

.bw-flex-modules .cpt-page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 120px;
  padding-top: 45px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .bw-flex-modules .cpt-page-container {
      padding-bottom: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .bw-flex-modules .cpt-page-container .sidebar {
    position: relative;
    width: 405px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bw-flex-modules .cpt-page-container .sidebar {
        width: 100%;
        margin-top: 0px; } }
    .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner {
      border-radius: 40px 0px 0px 40px;
      background: rgba(126, 182, 226, 0.2);
      padding: 65px 35px 65px 60px;
      height: calc(100vh - 96px);
      position: sticky;
      top: 96px;
      left: 0;
      overflow-y: scroll;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner {
          top: 80px;
          height: calc(100vh - 80px); } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner {
          height: auto;
          border-radius: 40px 40px 0px 0px;
          padding: 50px 5%; } }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info {
        margin-bottom: 52px; }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 15px; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info-top h6 {
          font-size: 1.3em;
          margin-right: 16px;
          margin-bottom: 0; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_info-top .copy_link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 14px;
          color: #9A0A80;
          text-transform: uppercase;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          line-height: 1em;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          cursor: pointer; }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .btn {
        margin-top: 20px; }
      .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map {
        margin-bottom: 52px; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .map {
          width: 315px;
          height: 230px;
          position: relative;
          border-radius: 12px;
          border: 3px solid #ffffff;
          position: relative;
          overflow: hidden; }
          .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .map iframe {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .txt {
          padding-top: 14px; }
        .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .link {
          font-size: 16px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          text-decoration: none;
          color: #9A0A80;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-transform: uppercase;
          margin-top: 15px; }
          .bw-flex-modules .cpt-page-container .sidebar .sidebar_inner .side_map .link svg {
            margin-left: 14px; }
  .bw-flex-modules .cpt-page-container > .content {
    padding-left: calc((100vw - 1172px) / 2);
    padding-right: calc((100vw - 1172px) / 2);
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .bw-flex-modules .cpt-page-container > .content {
        padding-left: 5%;
        padding-right: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .bw-flex-modules .cpt-page-container > .content {
        width: 100%; } }
    .bw-flex-modules .cpt-page-container > .content section:first-of-type {
      margin-top: 60px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .bw-flex-modules .cpt-page-container > .content section:first-of-type {
          margin-top: 0px; } }

.template-story .header_article {
  margin-bottom: 30px; }
  .template-story .header_article .breadcrumb:hover {
    background-color: rgba(52, 52, 54, 0); }
  .template-story .header_article .cat {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 10px;
    border-radius: 4px;
    background-color: #CED976;
    color: #1C632C;
    font-size: 14px;
    text-align: center;
    line-height: 150%;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    .template-story .header_article .cat:hover {
      background-color: #1C632C;
      color: #CED976; }
  .template-story .header_article .date {
    padding-top: 35px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-story .header_article .date {
        padding-top: 15px; } }
  .template-story .header_article .img {
    position: relative;
    padding-bottom: 51%;
    background-position: center;
    background-size: cover; }
    .template-story .header_article .img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.template-story .page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-bottom: 120px;
  padding-top: 45px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-story .page-container {
      padding-bottom: 60px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .template-story .page-container .sidebar {
    position: relative;
    width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .template-story .page-container .sidebar {
        width: 350px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-story .page-container .sidebar {
        width: 100%;
        margin-top: 60px; } }
    .template-story .page-container .sidebar .sidebar_inner {
      border-radius: 40px 0px 0px 40px;
      background: rgba(126, 182, 226, 0.2);
      padding: 60px 60px 60px 40px;
      height: calc(100vh - 96px);
      position: sticky;
      top: 96px;
      left: 0;
      overflow-y: scroll;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        .template-story .page-container .sidebar .sidebar_inner {
          top: 80px;
          height: calc(100vh - 80px); } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-story .page-container .sidebar .sidebar_inner {
          height: auto;
          border-radius: 40px 40px 0px 0px;
          padding: 50px 5%; } }
      .template-story .page-container .sidebar .sidebar_inner .link {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 25px;
        font-size: 12px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none; }
        .template-story .page-container .sidebar .sidebar_inner .link svg {
          margin-left: 10px; }
          .template-story .page-container .sidebar .sidebar_inner .link svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
        .template-story .page-container .sidebar .sidebar_inner .link:hover svg path {
          fill: #9A0A80; }
      .template-story .page-container .sidebar .sidebar_inner .side_info {
        margin-bottom: 52px; }
      .template-story .page-container .sidebar .sidebar_inner .side_info-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 15px; }
        .template-story .page-container .sidebar .sidebar_inner .side_info-top h6 {
          font-size: 1.3em;
          margin-right: 16px;
          margin-bottom: 0; }
        .template-story .page-container .sidebar .sidebar_inner .side_info-top .copy_link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-size: 14px;
          color: #9A0A80;
          text-transform: uppercase;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          line-height: 1em;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          cursor: pointer; }
      .template-story .page-container .sidebar .sidebar_inner .related_stories .rel_post {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-decoration: none;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 2px solid #ffffff; }
        .template-story .page-container .sidebar .sidebar_inner .related_stories .rel_post .img {
          width: 55px;
          height: 55px;
          border-radius: 8px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-right: 16px;
          position: relative;
          overflow: hidden; }
          .template-story .page-container .sidebar .sidebar_inner .related_stories .rel_post .img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .template-story .page-container .sidebar .sidebar_inner .related_stories .rel_post .title {
          font-size: 17px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          line-height: 150%; }
      .template-story .page-container .sidebar .sidebar_inner .more_news .btn {
        font-size: 14px;
        text-align: left; }
      .template-story .page-container .sidebar .sidebar_inner .share {
        padding-top: 40px; }
        .template-story .page-container .sidebar .sidebar_inner .share .share_wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .template-story .page-container .sidebar .sidebar_inner .share .share_wrap .icon_social {
            width: 40px;
            height: 40px;
            margin-right: 10px; }
            .template-story .page-container .sidebar .sidebar_inner .share .share_wrap .icon_social svg {
              width: 100%; }
  .template-story .page-container > .content {
    padding-left: calc((100vw - 1172px) / 2);
    padding-right: calc((100vw - 1172px) / 2);
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    overflow: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .template-story .page-container > .content {
        padding-left: 5%;
        padding-right: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-story .page-container > .content {
        width: 100%; } }
    .template-story .page-container > .content section {
      padding-bottom: 40px;
      margin-bottom: 0;
      margin-top: 0;
      padding-top: 0; }
      .template-story .page-container > .content section:not(.bg_white) {
        padding-top: 0;
        margin-top: 0; }
      .template-story .page-container > .content section:first-of-type {
        padding-top: 20px !important;
        margin-top: 0 !important; }
      .template-story .page-container > .content section:last-of-type {
        padding-bottom: 0; }
    .template-story .page-container > .content .container {
      width: 100%; }
    .template-story .page-container > .content .top_container {
      padding-bottom: 20px; }
    .template-story .page-container > .content h1, .template-story .page-container > .content h2 {
      font-size: 1.85em; }
    .template-story .page-container > .content h3 {
      font-size: 1.55em; }
    .template-story .page-container > .content h4 {
      font-size: 1.4em; }
    .template-story .page-container > .content h5 {
      font-size: 1.3em; }
    .template-story .page-container > .content h6 {
      font-size: 1.1em; }
    .template-story .page-container > .content .module-stories-02-high-text .txt {
      padding: 24px 32px;
      border-radius: 40px; }
    .template-story .page-container > .content .module-03-editorial_text img {
      width: auto !important;
      max-width: 100% !important; }
    .template-story .page-container > .content .module-03-editorial_text .wp-caption {
      width: 100% !important; }
    .template-story .page-container > .content .module-03-editorial_text .wp-caption {
      text-align: left; }
      .template-story .page-container > .content .module-03-editorial_text .wp-caption .wp-caption-text {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        color: #828283;
        padding-left: 8px;
        margin-top: 10px;
        border-left: 2px solid #9A0A80; }
    .template-story .page-container > .content .module-stories-03-images img {
      width: auto !important;
      max-width: 100% !important; }
    .template-story .page-container > .content .module-stories-03-images .slider-image {
      position: relative;
      padding-bottom: 69%;
      width: 100%; }
      .template-story .page-container > .content .module-stories-03-images .slider-image .slider-image_slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none; }
        .template-story .page-container > .content .module-stories-03-images .slider-image .slider-image_slide:first-of-type {
          display: block; }
        .template-story .page-container > .content .module-stories-03-images .slider-image .slider-image_slide .img_wrap {
          background-color: #F6EDF5;
          width: 100%;
          height: calc(100% - 30px);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          overflow: hidden;
          position: relative; }
          .template-story .page-container > .content .module-stories-03-images .slider-image .slider-image_slide .img_wrap img {
            width: 100% !important; }
          .template-story .page-container > .content .module-stories-03-images .slider-image .slider-image_slide .img_wrap img {
            height: 100%;
            -o-object-fit: contain;
               object-fit: contain;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
      .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_left {
        position: absolute;
        top: calc(50% - 15px);
        left: 26px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_left svg g {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          opacity: 0.6; }
        .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_left:hover svg g {
          opacity: 1; }
        @media only screen and (max-width: 768px) {
          .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_left {
            left: 10px; }
            .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_left svg {
              width: 35px; } }
      .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_right {
        position: absolute;
        top: calc(50% - 15px);
        right: 26px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_right svg g {
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          opacity: 0.6; }
        .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_right:hover svg g {
          opacity: 1; }
        @media only screen and (max-width: 768px) {
          .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_right {
            right: 10px; }
            .template-story .page-container > .content .module-stories-03-images .slider-image .arrow_right svg {
              width: 35px; } }
    .template-story .page-container > .content .module-stories-04-quote .quote_inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .template-story .page-container > .content .module-stories-04-quote .quote_inner .mark {
        width: 100px;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        /* -- @include break(mobile)-- */ }
        .template-story .page-container > .content .module-stories-04-quote .quote_inner .mark svg {
          width: 100%; }
        @media only screen and (max-width: 768px) {
          .template-story .page-container > .content .module-stories-04-quote .quote_inner .mark {
            width: 40px; } }
      .template-story .page-container > .content .module-stories-04-quote .quote_inner .quote_txt {
        width: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        padding-left: 48px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-story .page-container > .content .module-stories-04-quote .quote_inner .quote_txt {
            padding-left: 20px; } }
        .template-story .page-container > .content .module-stories-04-quote .quote_inner .quote_txt .txt {
          font-size: 1.33em; }
        .template-story .page-container > .content .module-stories-04-quote .quote_inner .quote_txt .source {
          padding-top: 16px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700; }
    .template-story .page-container > .content .module-stories-05-cta {
      margin-top: 10px !important; }
    .template-story .page-container > .content .module-stories-05-cta {
      padding-bottom: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-story .page-container > .content .module-stories-05-cta {
          margin-bottom: 60px; } }
      .template-story .page-container > .content .module-stories-05-cta .cta_inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-story .page-container > .content .module-stories-05-cta .cta_inner {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
      .template-story .page-container > .content .module-stories-05-cta .title {
        width: 100%;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        padding-right: 30px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .template-story .page-container > .content .module-stories-05-cta .title {
            padding-right: 0px;
            text-align: center; } }
        .template-story .page-container > .content .module-stories-05-cta .title h4 {
          margin-bottom: 0; }
      .template-story .page-container > .content .module-stories-05-cta .btn_wrap {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .template-story .page-container > .content .module-stories-05-cta .btn_wrap .btn {
          margin-top: 0;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .template-story .page-container > .content .module-stories-05-cta .btn_wrap .btn {
              margin-top: 30px; } }

.template-story .module-08-action_subscription {
  margin-top: 0; }
  .template-story .module-08-action_subscription .container {
    width: auto;
    padding: 50px 57px;
    margin-left: calc((100vw - 1172px) / 2);
    margin-right: calc(((100vw - 1172px) / 2) + 400px);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .template-story .module-08-action_subscription .container {
        margin-left: 5%;
        margin-right: calc(5vw + 350px); } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-story .module-08-action_subscription .container {
        margin-top: 30px;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%; } }

.sup-view.template-annual-reports .header_home {
  background-position: center;
  background-size: cover;
  height: 75vh;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .sup-view.template-annual-reports .header_home {
      height: 70vh; } }
  .sup-view.template-annual-reports .header_home .content {
    position: relative;
    z-index: 2;
    padding-top: 13vh;
    color: #ffffff;
    width: 50%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .sup-view.template-annual-reports .header_home .content {
        width: 80%; } }
    @media only screen and (max-width: 768px) {
      .sup-view.template-annual-reports .header_home .content {
        width: 100%; } }

.sup-view.template-annual-reports .sub-text .intro-text {
  padding: 30px 20%;
  text-align: center;
  color: #ffffff;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sup-view.template-annual-reports .sub-text .intro-text {
      padding: 10px 5%;
      margin-bottom: 60px; } }

.sup-view.template-annual-reports .module-07-action_donate .content .btn {
  background-color: #FDEE88;
  color: #343436; }
  .sup-view.template-annual-reports .module-07-action_donate .content .btn::before, .sup-view.template-annual-reports .module-07-action_donate .content .btn::after {
    background-color: #343436; }
  .sup-view.template-annual-reports .module-07-action_donate .content .btn:hover {
    background-color: #9A0A80; }
    .sup-view.template-annual-reports .module-07-action_donate .content .btn:hover::before, .sup-view.template-annual-reports .module-07-action_donate .content .btn:hover::after {
      background-color: #ffffff; }

.sup-view.template-annual-reports .module-15-timeline.layout-card .timeline_card-txt {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sup-view.template-annual-reports .module-15-timeline.layout-card .timeline_card-txt {
      opacity: 0;
      -webkit-transform: translateY(50px);
              transform: translateY(50px); } }

.sup-view.template-annual-reports .module-15-timeline.layout-card .timeline_card-overlay {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .sup-view.template-annual-reports .module-15-timeline.layout-card .timeline_card-overlay {
      opacity: 0;
      -webkit-transform: translateY(100%);
              transform: translateY(100%); } }

.template-dashboard .mozaique .container {
  max-width: 1172px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1375px) {
    .template-dashboard .mozaique .container {
      max-width: 972px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-dashboard .mozaique .container {
      max-width: 740px; } }
  .template-dashboard .mozaique .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    font-size: 0.9em;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .template-dashboard .mozaique .container .row {
        font-size: 0.75em; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .template-dashboard .mozaique .container .row {
        font-size: 0.7em; } }
    @media only screen and (max-width: 768px) {
      .template-dashboard .mozaique .container .row {
        font-size: 1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .template-dashboard .mozaique .container .row .col_t1 {
      width: 33%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row .col_t1 {
          width: 100%; } }
    .template-dashboard .mozaique .container .row .col_t2 {
      width: 66%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row .col_t2 {
          width: 100%; } }
    .template-dashboard .mozaique .container .row.row_type1 .col_t1 {
      padding-right: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type1 .col_t1 {
          padding-right: 0px;
          margin-bottom: 25px; } }
    .template-dashboard .mozaique .container .row.row_type1 .col_t2 .smallbox {
      margin-bottom: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type1 .col_t2 .smallbox {
          margin-bottom: 25px; } }
    .template-dashboard .mozaique .container .row.row_type1 .col_t2 .imagebox {
      margin-bottom: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type1 .col_t2 .imagebox {
          margin-bottom: 25px; } }
    .template-dashboard .mozaique .container .row.row_type1 .col_t2 .longbox {
      margin-top: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type1 .col_t2 .longbox {
          argin-bottom: 25px; } }
    .template-dashboard .mozaique .container .row.row_type2 .col_t1 {
      padding-left: 24px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type2 .col_t1 {
          padding-left: 0px;
          margin-bottom: 25px; } }
    .template-dashboard .mozaique .container .row.row_type2 .col_t2 .smallbox {
      margin-top: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type2 .col_t2 .smallbox {
          margin-top: 0;
          margin-bottom: 25px; } }
    .template-dashboard .mozaique .container .row.row_type2 .col_t2 .imagebox {
      margin-top: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type2 .col_t2 .imagebox {
          margin-top: 0;
          margin-bottom: 25px; } }
    .template-dashboard .mozaique .container .row.row_type2 .col_t2 .longbox {
      margin-bottom: 12px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .template-dashboard .mozaique .container .row.row_type2 .col_t2 .longbox {
          margin-bottom: 25px; } }
  .template-dashboard .mozaique .container .open_pop-dash {
    cursor: pointer; }
  .template-dashboard .mozaique .container .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
  .template-dashboard .mozaique .container .content {
    position: relative;
    z-index: 3;
    padding: 35px 25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    overflow-y: scroll;
    overflow-x: hidden;
    /* -- @include break(mobile)-- */ }
    .template-dashboard .mozaique .container .content h3 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    @media only screen and (max-width: 1375px) {
      .template-dashboard .mozaique .container .content {
        padding: 30px 20px; } }
  .template-dashboard .mozaique .container .bigbox {
    height: 680px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .template-dashboard .mozaique .container .bigbox {
        height: 580px; } }
    @media only screen and (max-width: 768px) {
      .template-dashboard .mozaique .container .bigbox {
        min-height: 480px;
        height: auto;
        width: 100%;
        max-width: 375px;
        margin-left: auto;
        margin-right: auto; } }
    .template-dashboard .mozaique .container .bigbox .bg_img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
      .template-dashboard .mozaique .container .bigbox .bg_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .template-dashboard .mozaique .container .bigbox .filter {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 54, 0)), to(#343436));
      background: linear-gradient(180deg, rgba(52, 52, 54, 0) 0%, #343436 100%); }
    .template-dashboard .mozaique .container .bigbox .content {
      color: #ffffff; }
      .template-dashboard .mozaique .container .bigbox .content h3 {
        color: #ffffff; }
    .template-dashboard .mozaique .container .bigbox:hover .hover {
      opacity: 1; }
    .template-dashboard .mozaique .container .bigbox.color_yellow:hover h3, .template-dashboard .mozaique .container .bigbox.color_yellow:hover .content {
      color: #343436 !important; }
  .template-dashboard .mozaique .container .smallbox {
    border-radius: 20px;
    height: calc(60% - 12px);
    position: relative;
    width: calc(50% - 12px);
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-dashboard .mozaique .container .smallbox {
        height: auto;
        width: 100%;
        max-width: 375px;
        margin-left: auto;
        margin-right: auto; } }
    .template-dashboard .mozaique .container .smallbox:hover .hover {
      opacity: 1; }
    .template-dashboard .mozaique .container .smallbox:hover h3, .template-dashboard .mozaique .container .smallbox:hover .content {
      color: #ffffff; }
    .template-dashboard .mozaique .container .smallbox.color_yellow:hover h3, .template-dashboard .mozaique .container .smallbox.color_yellow:hover .content {
      color: #343436; }
  .template-dashboard .mozaique .container .imagebox {
    width: calc(50% - 12px);
    height: calc(60% - 12px);
    overflow: hidden;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-dashboard .mozaique .container .imagebox {
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 100%; } }
    .template-dashboard .mozaique .container .imagebox .bg_img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0; }
      .template-dashboard .mozaique .container .imagebox .bg_img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .template-dashboard .mozaique .container .imagebox:hover .hover {
      opacity: 1; }
  .template-dashboard .mozaique .container .longbox {
    height: calc(40% - 12px);
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .template-dashboard .mozaique .container .longbox {
        height: auto;
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    .template-dashboard .mozaique .container .longbox:hover .hover {
      opacity: 1; }
    .template-dashboard .mozaique .container .longbox:hover h3, .template-dashboard .mozaique .container .longbox:hover .content {
      color: #ffffff; }
    .template-dashboard .mozaique .container .longbox.color_yellow:hover h3, .template-dashboard .mozaique .container .longbox.color_yellow:hover .content {
      color: #343436; }
    .template-dashboard .mozaique .container .longbox svg {
      height: 70px;
      width: auto;
      margin-bottom: 5px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        .template-dashboard .mozaique .container .longbox svg {
          height: 50px; } }
    .template-dashboard .mozaique .container .longbox.color_pink svg path {
      fill: #9A0A80 !important; }
    .template-dashboard .mozaique .container .longbox.color_blue svg path {
      fill: #005F82 !important; }
    .template-dashboard .mozaique .container .longbox.color_green svg path {
      fill: #1C632C !important; }
    .template-dashboard .mozaique .container .longbox.color_yellow svg path {
      fill: #FFC801 !important; }
    .template-dashboard .mozaique .container .longbox.color_orange svg path {
      fill: #D14900 !important; }

.template-dashboard .mozaique .module-09-action_box {
  margin-top: 0;
  margin-bottom: 25px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .template-dashboard .mozaique .module-09-action_box {
      margin-top: -25px; } }
  .template-dashboard .mozaique .module-09-action_box .container {
    max-width: 100%;
    width: 100%;
    border-radius: 20px; }

.module-01-header {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.module-01-header {
  position: relative;
  border-radius: 0px 0px 60px 60px;
  overflow: hidden;
  margin-top: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-01-header {
      border-radius: 0px 0px 30px 30px; } }
  .module-01-header.bg_pink .breadcrumb ul li a:hover {
    color: #FFA4DF; }
  .module-01-header .top {
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 54px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-header .top {
        min-height: 50vh; } }
    .module-01-header .top picture {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
    .module-01-header .top .img {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-header .top .img {
          display: none; } }
      .module-01-header .top .img.mobile {
        display: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01-header .top .img.mobile {
            display: block; } }
    .module-01-header .top .title-h1 {
      position: relative;
      color: #ffffff;
      z-index: 2;
      text-align: center;
      width: 80%; }
  .module-01-header .hub-content {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
    color: #ffffff;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-header .hub-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .module-01-header.layout-shape .container {
    height: 430px;
    padding-top: 104px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-header.layout-shape .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-top: 94px;
        padding-bottom: 40px;
        height: auto;
        min-height: 40vh; } }
    .module-01-header.layout-shape .container .title_wrap {
      position: relative;
      z-index: 2;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */ }
      .module-01-header.layout-shape .container .title_wrap .title-h1 {
        color: #ffffff; }
    .module-01-header.layout-shape .container .shape_wrap {
      width: 375px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-header.layout-shape .container .shape_wrap {
          position: absolute;
          bottom: -11vh;
          right: -38%;
          width: 100%;
          z-index: 0; }
          .module-01-header.layout-shape .container .shape_wrap svg {
            width: 100%;
            max-width: 235px; } }
  .module-01-header.layout-side {
    border-radius: 0px;
    overflow: visible;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-header.layout-side {
        overflow: hidden; } }
    .module-01-header.layout-side .breadcrumb {
      position: relative;
      margin-top: 8px;
      background-color: transparent;
      /* -- @include break(mobile)-- */ }
      .module-01-header.layout-side .breadcrumb ul li, .module-01-header.layout-side .breadcrumb ul li a {
        color: #343436; }
      .module-01-header.layout-side .breadcrumb ul li a:hover {
        color: #9A0A80; }
      @media only screen and (max-width: 768px) {
        .module-01-header.layout-side .breadcrumb {
          margin-top: 0; } }
    .module-01-header.layout-side .banner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 515px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-header.layout-side .banner {
          height: auto;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .module-01-header.layout-side .banner .title_wrap {
        padding: 80px 5%;
        width: 50%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01-header.layout-side .banner .title_wrap {
            width: 100%;
            padding: 60px 5%; } }
        .module-01-header.layout-side .banner .title_wrap .txt {
          padding-top: 20px; }
      .module-01-header.layout-side .banner .img_wrap {
        width: 50%;
        height: 515px;
        position: relative;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01-header.layout-side .banner .img_wrap {
            width: 100%;
            height: auto;
            padding-bottom: 63%; } }
        .module-01-header.layout-side .banner .img_wrap img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .module-01-header.layout-side .banner .img_wrap .btn_arrow {
          position: absolute;
          bottom: 0%;
          right: 10%;
          -webkit-transform: translate(0%, 50%);
                  transform: translate(0%, 50%);
          z-index: 2;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-01-header.layout-side .banner .img_wrap .btn_arrow {
              display: none; } }
  .module-01-header.layout-image {
    border-radius: 0px; }
    .module-01-header.layout-image .breadcrumb {
      position: relative;
      margin-top: 8px;
      background-color: transparent;
      /* -- @include break(mobile)-- */ }
      .module-01-header.layout-image .breadcrumb ul li, .module-01-header.layout-image .breadcrumb ul li a {
        color: rgba(52, 52, 54, 0.8); }
      .module-01-header.layout-image .breadcrumb ul li a:hover {
        color: #343436; }
      @media only screen and (max-width: 768px) {
        .module-01-header.layout-image .breadcrumb {
          margin-top: 0; } }
    .module-01-header.layout-image .title_wrap {
      padding-top: 60px;
      padding-bottom: 60px;
      width: 70%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-header.layout-image .title_wrap {
          width: 100%; } }
      @media only screen and (max-width: 768px) {
        .module-01-header.layout-image .title_wrap {
          padding-top: 40px;
          padding-bottom: 40px; } }
      .module-01-header.layout-image .title_wrap .txt {
        padding-top: 24px; }
    .module-01-header.layout-image .img_wrap {
      width: 100%;
      position: relative;
      padding-bottom: 50%; }
      .module-01-header.layout-image .img_wrap img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .module-01-header.layout-image .img_wrap .btn_arrow {
        position: absolute;
        top: 0%;
        right: 10%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        z-index: 2;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-01-header.layout-image .img_wrap .btn_arrow {
            display: none; } }

.module-02-editorial_image-text {
  overflow: hidden; }
  .module-02-editorial_image-text .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .module-02-editorial_image-text.note-layout .container {
    width: 80%;
    max-width: 970px; }
  .module-02-editorial_image-text.layout-txt-img .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text.layout-txt-img .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-02-editorial_image-text.layout-txt-img .container .col_content {
      padding-left: 0%; }
    .module-02-editorial_image-text.layout-txt-img .container .shape-bg {
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-02-editorial_image-text.layout-txt-img .container .shape-bg {
          -webkit-transform: translate(0%, -50%) rotateY(180deg);
                  transform: translate(0%, -50%) rotateY(180deg); } }
  .module-02-editorial_image-text.ratio-half .col_img-video {
    width: 45%;
    padding-bottom: 45%; }
  .module-02-editorial_image-text.ratio-half .col_content {
    width: 45%; }
  .module-02-editorial_image-text.ratio-left60 .col_img-video {
    width: 35%;
    padding-bottom: 35%; }
  .module-02-editorial_image-text.ratio-left60 .col_content {
    width: 55%; }
  .module-02-editorial_image-text.ratio-left60 .shape-bg {
    left: 40%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left60 .col_img-video {
    width: 55%;
    padding-bottom: 55%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left60 .col_content {
    width: 35%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left60 .shape-bg {
    left: 41%;
    width: 125%; }
  .module-02-editorial_image-text.ratio-right60 .col_img-video {
    width: 55%;
    padding-bottom: 55%; }
  .module-02-editorial_image-text.ratio-right60 .col_content {
    width: 35%; }
  .module-02-editorial_image-text.ratio-right60 .shape-bg {
    left: 58%;
    width: 125%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right60 .col_img-video {
    width: 35%;
    padding-bottom: 35%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right60 .col_content {
    width: 55%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right60 .shape-bg {
    left: 60%; }
  .module-02-editorial_image-text.ratio-left70 .col_img-video {
    width: 30%;
    padding-bottom: 30%; }
  .module-02-editorial_image-text.ratio-left70 .col_content {
    width: 65%; }
  .module-02-editorial_image-text.ratio-left70 .shape-bg {
    left: 35%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left70 .col_img-video {
    width: 65%;
    padding-bottom: 65%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left70 .col_content {
    width: 30%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-left70 .shape-bg {
    left: 32%;
    width: 140%; }
  .module-02-editorial_image-text.ratio-right70 .col_img-video {
    width: 65%;
    padding-bottom: 65%; }
  .module-02-editorial_image-text.ratio-right70 .col_content {
    width: 30%; }
  .module-02-editorial_image-text.ratio-right70 .shape-bg {
    left: 67%;
    width: 140%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right70 .col_img-video {
    width: 30%;
    padding-bottom: 30%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right70 .col_content {
    width: 65%; }
  .module-02-editorial_image-text.layout-txt-img.ratio-right70 .shape-bg {
    left: 65%; }
  .module-02-editorial_image-text .col_img-video {
    padding-bottom: 45%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .col_img-video {
        width: 100% !important;
        padding-bottom: 100% !important; } }
    .module-02-editorial_image-text .col_img-video .img-shape {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .module-02-editorial_image-text .col_img-video .img-shape .img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
      .module-02-editorial_image-text .col_img-video .img-shape video {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .module-02-editorial_image-text .col_content {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .col_content {
        width: 100% !important; }
      .module-02-editorial_image-text .col_content {
        margin-top: 40px; } }
  .module-02-editorial_image-text .shape-bg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) rotateY(180deg);
            transform: translate(-50%, -50%) rotateY(180deg);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-02-editorial_image-text .shape-bg {
        top: 17%;
        -webkit-transform: translate(0%, -50%) rotateY(180deg);
                transform: translate(0%, -50%) rotateY(180deg); } }

.single-bw_activities .module-02-editorial_image-text .container {
  width: 100%;
  padding: 0; }

.module-03-editorial_text.ratio-large .container {
  padding-right: 20%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-editorial_text.ratio-large .container {
      padding-right: 0%; } }

.module-03-editorial_text.ratio-half .container {
  padding-right: 35%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-03-editorial_text.ratio-half .container {
      padding-right: 0%; } }

.module-04-editorial_text .top_container {
  text-align: center;
  padding-bottom: 12px; }
  .module-04-editorial_text .top_container h2 {
    margin-bottom: 0; }

.module-04-editorial_text .multi-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-editorial_text .multi-column {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-04-editorial_text.layout-2col .col {
  width: 42%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-editorial_text.layout-2col .col {
      width: 100%; } }

.module-04-editorial_text.layout-3col .col {
  width: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-04-editorial_text.layout-3col .col {
      width: 100%; } }

.module-04-editorial_text .col {
  padding-top: 48px;
  text-decoration: none; }
  .module-04-editorial_text .col .img-shape {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 32px; }
    .module-04-editorial_text .col .img-shape picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .module-04-editorial_text .col .img-shape picture .img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
  .module-04-editorial_text .col p {
    color: #343436 !important; }
  .module-04-editorial_text .col:hover .txt p {
    color: #343436; }

.module-04-editorial_text .col_ghost {
  height: 0;
  padding: 0;
  margin: 0; }

.module-05-collapse_content .top_container {
  text-align: center;
  padding-bottom: 60px; }

.module-05-collapse_content .collapse_wrap {
  border-bottom: 1px solid #AAA8AA; }
  .module-05-collapse_content .collapse_wrap:first-of-type {
    border-top: 1px solid #AAA8AA; }
  .module-05-collapse_content .collapse_wrap .collapse_top {
    padding-top: 32px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-collapse_content .collapse_wrap .collapse_top {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .module-05-collapse_content .collapse_wrap .collapse_top h5 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-bottom: 0; }
    .module-05-collapse_content .collapse_wrap .collapse_top .plus {
      margin-left: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 23px;
      height: 23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .module-05-collapse_content .collapse_wrap .collapse_top .plus .line1 {
        background-color: #343436;
        width: 100%;
        height: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-05-collapse_content .collapse_wrap .collapse_top .plus .line2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #343436;
        width: 2px;
        height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-05-collapse_content .collapse_wrap .collapse_top:hover h4 {
      color: #AAA8AA; }
    .module-05-collapse_content .collapse_wrap .collapse_top:hover .line1, .module-05-collapse_content .collapse_wrap .collapse_top:hover .line2 {
      background-color: #AAA8AA; }
  .module-05-collapse_content .collapse_wrap .collapse_container {
    display: none;
    overflow: hidden; }
    .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner {
      padding-bottom: 22px; }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .txt {
        padding-bottom: 30px;
        width: 100%; }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .img {
        padding-bottom: 30px;
        width: 100%; }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-txt {
          width: 65%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-txt {
              width: 100%; } }
        .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-img {
          width: 25%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .two-col .col-img {
              width: 100%; } }
      .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .collapse_btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .module-05-collapse_content .collapse_wrap .collapse_container .collapse_inner .collapse_btn-container .btn {
          margin-right: 15px;
          width: 435px;
          margin-top: 0px;
          margin-bottom: 30px; }
  .module-05-collapse_content .collapse_wrap.open .plus .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.module-05-collapse_content .nb_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-05-collapse_content .nb_col2 .col {
    width: 46%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-collapse_content .nb_col2 .col {
        width: 100%; } }
  .module-05-collapse_content .nb_col2 .col1 .collapse_wrap:nth-child(even) {
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-collapse_content .nb_col2 .col1 .collapse_wrap:nth-child(even) {
        display: block; } }
  .module-05-collapse_content .nb_col2 .col2 {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-05-collapse_content .nb_col2 .col2 {
        display: none; } }

.module-06-collapse_faq .top_container {
  text-align: center;
  padding-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-06-collapse_faq .top_container {
      padding-bottom: 40px; } }

.module-06-collapse_faq .collapse_wrap {
  border-top: 1px solid #AAA8AA; }
  .module-06-collapse_faq .collapse_wrap:last-of-type {
    border-bottom: 1px solid #AAA8AA; }
  .module-06-collapse_faq .collapse_wrap .collapse_top {
    padding-top: 32px;
    padding-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-06-collapse_faq .collapse_wrap .collapse_top {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .module-06-collapse_faq .collapse_wrap .collapse_top h6 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      margin-bottom: 0;
      font-size: 1.3em; }
    .module-06-collapse_faq .collapse_wrap .collapse_top .plus {
      margin-left: 60px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 23px;
      height: 23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .module-06-collapse_faq .collapse_wrap .collapse_top .plus .line1 {
        background-color: #343436;
        width: 100%;
        height: 2px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-06-collapse_faq .collapse_wrap .collapse_top .plus .line2 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background-color: #343436;
        width: 2px;
        height: 100%;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-06-collapse_faq .collapse_wrap .collapse_top:hover h6 {
      color: #9A0A80; }
    .module-06-collapse_faq .collapse_wrap .collapse_top:hover .line1, .module-06-collapse_faq .collapse_wrap .collapse_top:hover .line2 {
      background-color: #9A0A80; }
  .module-06-collapse_faq .collapse_wrap .collapse_container {
    display: none;
    overflow: hidden; }
    .module-06-collapse_faq .collapse_wrap .collapse_container .collapse_inner {
      padding-bottom: 52px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-collapse_faq .collapse_wrap .collapse_container .collapse_inner {
          padding-bottom: 30px; } }
  .module-06-collapse_faq .collapse_wrap.open .plus .line2 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg); }

.module-07-action_donate .container {
  width: 95%;
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-07-action_donate .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-07-action_donate .container .img {
    width: calc(100% - 505px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 60px 0 0 60px;
    background-position: center;
    background-size: cover;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-action_donate .container .img {
        width: 100%;
        border-radius: 60px 60px 0 0;
        height: 300px; } }
    @media only screen and (max-width: 768px) {
      .module-07-action_donate .container .img {
        height: 200px;
        border-radius: 30px 30px 0 0; } }
    .module-07-action_donate .container .img picture {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      .module-07-action_donate .container .img picture .img {
        width: 100%; }
  .module-07-action_donate .container .content {
    position: relative;
    width: 565px;
    margin-left: -60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 60px;
    padding: 60px 114px 60px 74px;
    font-size: 0.875em;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-07-action_donate .container .content {
        width: 100%;
        margin-left: 0px;
        margin-top: -60px; } }
    @media only screen and (max-width: 768px) {
      .module-07-action_donate .container .content {
        border-radius: 30px;
        margin-top: -30px;
        padding: 30px 57px 30px 37px; } }
    .module-07-action_donate .container .content a,
    .module-07-action_donate .container .content .txt,
    .module-07-action_donate .container .content h3 {
      position: relative;
      z-index: 1; }
    .module-07-action_donate .container .content .shape {
      position: absolute;
      right: 40px;
      bottom: 40px;
      width: 147px;
      z-index: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-action_donate .container .content .shape {
          right: -5px;
          bottom: 0px;
          -webkit-transform: scale(0.6);
                  transform: scale(0.6); } }

.module-08-action_subscription .container {
  border-radius: 60px;
  padding: 72px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-08-action_subscription .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 30px;
      padding: 35px 50px; } }
  .module-08-action_subscription .container .content {
    width: 65%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-action_subscription .container .content {
        width: 100%; } }
  .module-08-action_subscription .container .btn {
    margin-top: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-action_subscription .container .btn {
        margin-top: 20px; } }
  .module-08-action_subscription .container .arcs {
    position: absolute;
    right: -50px;
    top: -50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-08-action_subscription .container .arcs {
        right: -19px;
        top: -52px;
        width: 50px; } }

.module-09-action_box .container {
  background-size: cover;
  background-position: center;
  border-radius: 60px;
  padding: 58px 80px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-09-action_box .container {
      padding: 30px;
      border-radius: 30px; } }

.module-09-action_box.layout-big .container {
  padding: 105px 250px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-09-action_box.layout-big .container {
      padding: 52px 40px; } }

.module-09-action_box .content {
  position: relative;
  z-index: 2; }

.module-09-action_box .btn_wrap {
  position: relative;
  z-index: 2; }
  .module-09-action_box .btn_wrap .btn {
    margin-left: 10px;
    margin-right: 10px;
    /* -- @include break(mobile)-- */ }
    .module-09-action_box .btn_wrap .btn:first-of-type {
      margin-left: 0px; }
    .module-09-action_box .btn_wrap .btn:last-of-type {
      margin-right: 0px; }
    @media only screen and (max-width: 768px) {
      .module-09-action_box .btn_wrap .btn {
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px; } }

.module-09-action_box .shape {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-09-action_box .shape {
      display: none !important; } }

.module-09-action_box .bg_shape1 .shape {
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  height: 100%;
  width: auto; }

.module-09-action_box.align_left .bg_shape1 .content {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-09-action_box.align_left .bg_shape1 .content {
      padding-right: 0%; } }

.module-09-action_box.align_right .bg_shape1 .shape {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  right: auto;
  left: 0; }

.module-09-action_box.align_right .bg_shape1 .content {
  padding-left: 40%; }

.module-09-action_box .container.bg_green .shape path {
  opacity: 0.3;
  fill: #CED976; }

.module-09-action_box .container.bg_green .btn_primary {
  color: #1C632C;
  border: 2px solid #ffffff;
  padding: 14px 62px 14px 26px; }
  .module-09-action_box .container.bg_green .btn_primary::after, .module-09-action_box .container.bg_green .btn_primary::before {
    background-color: #1C632C; }
  .module-09-action_box .container.bg_green .btn_primary:hover {
    background-color: #1C632C; }
    .module-09-action_box .container.bg_green .btn_primary:hover::after, .module-09-action_box .container.bg_green .btn_primary:hover::before {
      background-color: #ffffff; }

.module-09-action_box .container.bg_green .btn_secondary:hover {
  color: #1C632C; }
  .module-09-action_box .container.bg_green .btn_secondary:hover::after, .module-09-action_box .container.bg_green .btn_secondary:hover::before {
    background-color: #1C632C; }

.module-09-action_box .container.bg_yellow {
  color: #343436; }
  .module-09-action_box .container.bg_yellow .shape path {
    opacity: 0.3;
    fill: #FDEE88; }
  .module-09-action_box .container.bg_yellow .btn_primary {
    color: #FFC801;
    border: 2px solid #ffffff;
    padding: 14px 62px 14px 26px; }
    .module-09-action_box .container.bg_yellow .btn_primary::after, .module-09-action_box .container.bg_yellow .btn_primary::before {
      background-color: #FFC801; }
    .module-09-action_box .container.bg_yellow .btn_primary:hover {
      background-color: #FFC801; }
      .module-09-action_box .container.bg_yellow .btn_primary:hover::after, .module-09-action_box .container.bg_yellow .btn_primary:hover::before {
        background-color: #ffffff; }
  .module-09-action_box .container.bg_yellow .btn_secondary:hover {
    color: #FFC801; }
    .module-09-action_box .container.bg_yellow .btn_secondary:hover::after, .module-09-action_box .container.bg_yellow .btn_secondary:hover::before {
      background-color: #FFC801; }

.module-09-action_box .container.bg_blue .shape path {
  opacity: 0.3;
  fill: #7EB6E2; }

.module-09-action_box .container.bg_blue .btn_primary {
  color: #005F82;
  border: 2px solid #ffffff;
  padding: 14px 62px 14px 26px; }
  .module-09-action_box .container.bg_blue .btn_primary::after, .module-09-action_box .container.bg_blue .btn_primary::before {
    background-color: #005F82; }
  .module-09-action_box .container.bg_blue .btn_primary:hover {
    background-color: #005F82; }
    .module-09-action_box .container.bg_blue .btn_primary:hover::after, .module-09-action_box .container.bg_blue .btn_primary:hover::before {
      background-color: #ffffff; }

.module-09-action_box .container.bg_blue .btn_secondary:hover {
  color: #005F82; }
  .module-09-action_box .container.bg_blue .btn_secondary:hover::after, .module-09-action_box .container.bg_blue .btn_secondary:hover::before {
    background-color: #005F82; }

.module-09-action_box .container.bg_orange .shape path {
  opacity: 0.3;
  fill: #FFA96E; }

.module-09-action_box .container.bg_orange .btn_primary {
  color: #D14900;
  border: 2px solid #ffffff;
  padding: 14px 62px 14px 26px; }
  .module-09-action_box .container.bg_orange .btn_primary::after, .module-09-action_box .container.bg_orange .btn_primary::before {
    background-color: #D14900; }
  .module-09-action_box .container.bg_orange .btn_primary:hover {
    background-color: #D14900; }
    .module-09-action_box .container.bg_orange .btn_primary:hover::after, .module-09-action_box .container.bg_orange .btn_primary:hover::before {
      background-color: #ffffff; }

.module-09-action_box .container.bg_orange .btn_secondary:hover {
  color: #D14900; }
  .module-09-action_box .container.bg_orange .btn_secondary:hover::after, .module-09-action_box .container.bg_orange .btn_secondary:hover::before {
    background-color: #D14900; }

.module-10-action_line .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(52, 52, 54, 0.08);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-10-action_line .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .module-10-action_line .container .content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
    .module-10-action_line .container .content h4 {
      margin-bottom: 0; }
  .module-10-action_line .container .btn_wrap {
    margin-left: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-10-action_line .container .btn_wrap {
        margin-top: 20px;
        width: 100%;
        margin-left: 0; } }
    .module-10-action_line .container .btn_wrap .btn {
      margin-top: 0; }
    .module-10-action_line .container .btn_wrap .icon_social {
      text-decoration: none;
      margin-left: 10px;
      margin-right: 10px;
      display: inline-block;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-10-action_line .container .btn_wrap .icon_social {
          margin-left: 5px;
          margin-right: 5px;
          margin-top: 20px; } }
      .module-10-action_line .container .btn_wrap .icon_social:first-of-type {
        margin-left: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-10-action_line .container .btn_wrap .icon_social:first-of-type {
            margin-left: 5px; } }
      .module-10-action_line .container .btn_wrap .icon_social:last-of-type {
        margin-right: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-10-action_line .container .btn_wrap .icon_social:last-of-type {
            margin-right: 5px; } }

.module-11-action_cards .top_container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.module-11-action_cards .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-11-action_cards .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-11-action_cards .container .card-link {
    width: 31.5%;
    text-decoration: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11-action_cards .container .card-link {
        width: 100%;
        margin-bottom: 40px; }
        .module-11-action_cards .container .card-link:last-of-type {
          margin-bottom: 0; } }
    .module-11-action_cards .container .card-link_image {
      width: 100%;
      background-position: center;
      background-size: cover;
      padding-bottom: 67%;
      margin-bottom: 16px;
      position: relative; }
      .module-11-action_cards .container .card-link_image picture {
        position: absolute;
        width: 100%;
        height: 100%; }
      .module-11-action_cards .container .card-link_image .img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-11-action_cards .container .card-link_title-normal {
      font-size: 1.6em;
      line-height: 108%;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-action_cards .container .card-link_title-normal {
          font-size: 1.25em; } }
    .module-11-action_cards .container .card-link_title-small {
      font-size: 1.4em;
      line-height: 108%;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 16px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-action_cards .container .card-link_title-small {
          font-size: 1.15em; } }
    .module-11-action_cards .container .card-link .icon_ext {
      display: block;
      margin-top: 20px; }
      .module-11-action_cards .container .card-link .icon_ext circle, .module-11-action_cards .container .card-link .icon_ext path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-11-action_cards .container .card-link:hover .icon_ext circle {
      fill: #9A0A80; }
    .module-11-action_cards .container .card-link:hover .icon_ext path {
      fill: #ffffff; }
    .module-11-action_cards .container .card-link_ghost {
      height: 0;
      padding: 0;
      margin: 0;
      line-height: 0; }

.module-12-action_img-cta {
  height: 90vh;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-12-action_img-cta {
      height: auto;
      min-height: 45vh; } }
  .module-12-action_img-cta .container {
    position: relative;
    z-index: 2; }
    .module-12-action_img-cta .container .title-h2 {
      margin-bottom: 0; }
    .module-12-action_img-cta .container .txt {
      margin-top: 20px; }

.module-13-projects .card-project {
  width: 500px;
  height: 615px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-height: 700px) {
    .module-13-projects .card-project {
      width: 445px;
      height: 535px; } }
  @media only screen and (max-width: 768px) {
    .module-13-projects .card-project {
      width: 306px;
      height: 382px; } }
  .module-13-projects .card-project .card-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 54, 0)), to(#343436));
    background: linear-gradient(180deg, rgba(52, 52, 54, 0) 0%, #343436 100%);
    z-index: 1; }
  .module-13-projects .card-project_top {
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    height: 100%; }
  .module-13-projects .card-project .arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 4;
    /* -- @include break(mobile)-- */ }
    .module-13-projects .card-project .arrow svg {
      width: 62px;
      height: 62px; }
      .module-13-projects .card-project .arrow svg circle, .module-13-projects .card-project .arrow svg path {
        -webkit-transition: fill 0.4s;
        transition: fill 0.4s; }
    @media only screen and (max-width: 768px) {
      .module-13-projects .card-project .arrow {
        right: 26px; }
        .module-13-projects .card-project .arrow svg {
          width: 52px;
          height: 52px; } }
  .module-13-projects .card-project_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    z-index: 2; }
    .module-13-projects .card-project_overlay::-webkit-scrollbar {
      width: 0 !important; }
    .module-13-projects .card-project_overlay .title-h2 {
      margin-bottom: 0;
      color: #ffffff;
      position: relative;
      z-index: 2; }
  .module-13-projects .card-project .card-project_overlay-bg {
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: #CED976;
    border-radius: 50%;
    top: 32px;
    right: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1; }
  .module-13-projects .card-project_txt {
    display: none;
    overflow: hidden;
    z-index: 2;
    position: relative; }
  .module-13-projects .card-project .txt_date {
    margin-top: 10px; }
  .module-13-projects .card-project_txt-inner {
    padding-top: 10px; }
  .module-13-projects .card-project:hover .card-project_overlay {
    color: #343436; }
    .module-13-projects .card-project:hover .card-project_overlay .title-h2 {
      color: #343436; }
  .module-13-projects .card-project:hover .arrow circle {
    fill: #1C632C; }
  .module-13-projects .card-project:hover .arrow path {
    fill: #CED976; }
  .module-13-projects .card-project:hover .card-project_overlay-bg {
    -webkit-transform: scale(30);
            transform: scale(30); }
  .module-13-projects .card-project_ghost {
    padding: 0 !important;
    height: 0 !important; }
  .module-13-projects .card-project_small {
    width: 375px;
    height: 465px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-13-projects .card-project_small {
        width: 306;
        height: 382; } }
    .module-13-projects .card-project_small:hover .card-project_overlay-bg {
      -webkit-transform: scale(20);
              transform: scale(20); }

.module-13-projects.layout-grid .grid_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-13-projects.layout-grid .grid_container .card-project {
    margin-bottom: 26px;
    margin-right: 13px;
    margin-left: 13px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    .module-13-projects.layout-grid .grid_container .card-project_small {
      margin-right: 5px;
      margin-left: 5px;
      margin-bottom: 10px; }
    @media only screen and (max-width: 1375px) {
      .module-13-projects.layout-grid .grid_container .card-project {
        width: 46%;
        max-width: 532px; }
        .module-13-projects.layout-grid .grid_container .card-project_small {
          width: 32%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-grid .grid_container .card-project {
        width: 100%;
        max-width: 532px; }
        .module-13-projects.layout-grid .grid_container .card-project_small {
          width: 100%;
          max-width: 375px; } }

.module-13-projects.layout-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-13-projects.layout-slider {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-13-projects.layout-slider .left_container {
    margin-left: calc((100vw - 1172px) / 2);
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-13-projects.layout-slider .left_container {
        margin-left: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-slider .left_container {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%; } }
  .module-13-projects.layout-slider .slider_wrap {
    width: 824px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 615px;
    position: relative;
    margin-left: 10%;
    overflow: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-13-projects.layout-slider .slider_wrap {
        margin-left: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-slider .slider_wrap {
        margin-top: 40px;
        margin-left: 0;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .module-13-projects.layout-slider .slider_wrap {
        height: 382px; } }
    .module-13-projects.layout-slider .slider_wrap .card-project {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-13-projects.layout-slider .slider_wrap .card-project {
          width: 50%;
          min-width: 306px;
          left: 5%; } }
      .module-13-projects.layout-slider .slider_wrap .card-project:first-of-type {
        display: block; }
      .module-13-projects.layout-slider .slider_wrap .card-project:nth-of-type(2) {
        display: block;
        -webkit-transform: translateX(105%);
                transform: translateX(105%); }

.module-13-projects.layout-small-slider {
  width: 100%;
  overflow: hidden; }
  .module-13-projects.layout-small-slider .top_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
    .module-13-projects.layout-small-slider .top_container .left_container {
      width: 60%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-projects.layout-small-slider .top_container .left_container {
          width: 100%; } }
    .module-13-projects.layout-small-slider .top_container .slider_nav {
      width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-projects.layout-small-slider .top_container .slider_nav {
          display: none; } }
  .module-13-projects.layout-small-slider .left_container {
    min-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-13-projects.layout-small-slider .left_container {
        margin-left: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-small-slider .left_container {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%; } }
  .module-13-projects.layout-small-slider .slider_wrap {
    width: 95%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 342px;
    position: relative;
    margin-left: calc((100vw - 1172px) / 2);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-13-projects.layout-small-slider .slider_wrap {
        margin-left: 5%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects.layout-small-slider .slider_wrap {
        margin-top: 40px;
        margin-left: 0;
        width: 100%; } }
    @media only screen and (max-width: 768px) {
      .module-13-projects.layout-small-slider .slider_wrap {
        height: 382px; } }
    .module-13-projects.layout-small-slider .slider_wrap .card-project {
      position: absolute;
      top: 0;
      left: 0;
      display: none;
      width: 275px;
      height: 342px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-13-projects.layout-small-slider .slider_wrap .card-project {
          width: 50%;
          min-width: 306px;
          left: 5%; } }
      .module-13-projects.layout-small-slider .slider_wrap .card-project:first-of-type {
        display: block; }
      .module-13-projects.layout-small-slider .slider_wrap .card-project:nth-of-type(2) {
        display: block;
        -webkit-transform: translateX(110%);
                transform: translateX(110%); }
      .module-13-projects.layout-small-slider .slider_wrap .card-project:nth-of-type(3) {
        display: block;
        -webkit-transform: translateX(220%);
                transform: translateX(220%); }
      .module-13-projects.layout-small-slider .slider_wrap .card-project:nth-of-type(4) {
        display: block;
        -webkit-transform: translateX(330%);
                transform: translateX(330%); }
      .module-13-projects.layout-small-slider .slider_wrap .card-project:nth-of-type(5) {
        display: block;
        -webkit-transform: translateX(440%);
                transform: translateX(440%); }
      .module-13-projects.layout-small-slider .slider_wrap .card-project .arrow {
        width: 38px;
        height: 38px;
        top: 20px;
        right: 20px; }
        .module-13-projects.layout-small-slider .slider_wrap .card-project .arrow svg {
          width: 38px;
          height: 38px; }
      .module-13-projects.layout-small-slider .slider_wrap .card-project .card-project_overlay-bg {
        width: 38px;
        height: 38px;
        top: 20px;
        right: 20px; }
      .module-13-projects.layout-small-slider .slider_wrap .card-project .title-h2 {
        font-size: 1.45em; }
      .module-13-projects.layout-small-slider .slider_wrap .card-project .card-project_txt {
        font-size: 13px; }

.module-13-projects .slider_nav {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-13-projects .slider_nav {
      margin-top: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-left: 5%;
      padding-right: 5%; } }
  .module-13-projects .slider_nav svg {
    cursor: pointer; }
    .module-13-projects .slider_nav svg ellipse, .module-13-projects .slider_nav svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-13-projects .slider_nav svg:hover ellipse {
      fill-opacity: 1; }
    .module-13-projects .slider_nav svg:hover path {
      fill: #ffffff; }
  .module-13-projects .slider_nav .arrow_left {
    margin-right: 8px; }
  .module-13-projects .slider_nav.desktop {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects .slider_nav.desktop {
        display: none; } }
  .module-13-projects .slider_nav.mobile {
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-13-projects .slider_nav.mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.module-13-projects .container_btn {
  text-align: center; }

.module-14-impact .impact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .module-14-impact .impact-container .card-impact {
    text-decoration: none;
    text-align: center;
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-14-impact .impact-container .card-impact {
        margin-bottom: 40px; } }
    .module-14-impact .impact-container .card-impact .card-impact_top {
      width: 100%;
      padding-bottom: 100%;
      background-position: center;
      background-size: cover;
      position: relative; }
      .module-14-impact .impact-container .card-impact .card-impact_top picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .module-14-impact .impact-container .card-impact .card-impact_top .img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-14-impact .impact-container .card-impact .card-impact_title {
      font-size: 1.1em;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      text-transform: uppercase;
      margin-top: 30px; }
    .module-14-impact .impact-container .card-impact_ghost {
      margin: 0;
      padding: 0;
      height: 0; }

.module-14-impact.layout-big .impact-container {
  padding-left: 5%;
  padding-right: 5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14-impact.layout-big .impact-container {
      padding-left: 0%;
      padding-right: 0%; } }

.module-14-impact.layout-big .card-impact {
  width: 46%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14-impact.layout-big .card-impact {
      width: 48.5%; } }

.module-14-impact.layout-small .card-impact {
  width: 23.5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14-impact.layout-small .card-impact {
      width: 48.5%; } }

.module-14-impact .container_btn {
  text-align: center; }

.module-15-timeline.layout-tab .timeline-tab_name-container {
  overflow-x: scroll;
  overflow-y: visible;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .module-15-timeline.layout-tab .timeline-tab_name-container::-webkit-scrollbar {
    width: 0 !important; }
  .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name_container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(52, 52, 54, 0.2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
  .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-right: 32px;
    color: rgba(52, 52, 54, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 2; }
    .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name::after {
      z-index: 2;
      content: " ";
      bottom: -20px;
      background-color: #9A0A80;
      height: 2px;
      width: 100%;
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name:hover {
      color: #9A0A80; }
    .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name.active {
      color: #9A0A80;
      pointer-events: none; }
      .module-15-timeline.layout-tab .timeline-tab_name-container .tab-name.active::after {
        opacity: 1; }

.module-15-timeline.layout-tab .timeline-tab_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-15-timeline.layout-tab .timeline-tab_container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .module-15-timeline.layout-tab .timeline-tab_container svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    cursor: pointer;
    margin-top: 135px;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
    /* -- @include break(mobile)-- */ }
    .module-15-timeline.layout-tab .timeline-tab_container svg ellipse, .module-15-timeline.layout-tab .timeline-tab_container svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-15-timeline.layout-tab .timeline-tab_container svg:hover ellipse {
      fill-opacity: 1; }
    .module-15-timeline.layout-tab .timeline-tab_container svg:hover path {
      fill: #ffffff; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-timeline.layout-tab .timeline-tab_container svg {
        display: none; } }
  .module-15-timeline.layout-tab .timeline-tab_container .arrow_left {
    margin-right: 50px; }
  .module-15-timeline.layout-tab .timeline-tab_container .arrow_right {
    margin-left: 50px; }
  .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slider {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-height: 370px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slider {
        min-height: 600px; } }
  .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        top: 0%;
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image {
      width: 370px;
      height: 370px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 8%;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image {
          margin-bottom: 30px;
          margin-right: 0; } }
      @media only screen and (max-width: 768px) {
        .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image {
          width: 250px;
          height: 250px; } }
      .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .timeline-tab_image .img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .btn_sec_pink {
      margin-left: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-15-timeline.layout-tab .timeline-tab_container .timeline-tab_slide .btn_sec_pink {
          margin-left: 0px;
          margin-top: 20px; } }

.module-15-timeline.layout-card .container_timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 100px;
  overflow-y: hidden;
  overflow-x: scroll;
  scroll-behavior: smooth;
  padding-left: 25%;
  padding-right: 25%;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar {
    height: 4px;
    width: 100%;
    -webkit-appearance: none;
    -webkit-overflow-scrolling: auto; }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:start:increment {
    width: calc((100vw - 1172px) / 2);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:start:increment {
        width: 5%; } }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:end:increment {
    width: calc((100vw - 1172px) / 2);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-button:end:increment {
        width: 5%; } }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgba(52, 52, 54, 0.2); }
  .module-15-timeline.layout-card .container_timeline::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #343436; }

.module-15-timeline.layout-card .timeline_card {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 373px;
  height: 466px;
  border-radius: 20px;
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  scroll-snap-align: start;
  scroll-margin: 30vw;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-15-timeline.layout-card .timeline_card {
      height: 260px;
      width: 200px;
      padding: 24px 18px;
      border-radius: 10px; } }
  .module-15-timeline.layout-card .timeline_card picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .module-15-timeline.layout-card .timeline_card .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .module-15-timeline.layout-card .timeline_card:nth-child(2n) {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
    z-index: 4; }
  .module-15-timeline.layout-card .timeline_card-date {
    font-size: 4.77em;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 108%;
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-15-timeline.layout-card .timeline_card-date {
        font-size: 2.25em; } }
  .module-15-timeline.layout-card .timeline_card-txt {
    position: relative;
    z-index: 2;
    color: #ffffff;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
    height: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-15-timeline.layout-card .timeline_card-txt {
        opacity: 1;
        font-size: 14px;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  .module-15-timeline.layout-card .timeline_card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-15-timeline.layout-card .timeline_card-overlay {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 1) .timeline_card-date {
    color: #CED976; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 1) .timeline_card-overlay {
    background-color: #1C632C; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 2) .timeline_card-date {
    color: #FFA4DF; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 2) .timeline_card-overlay {
    background-color: #9A0A80; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 3) .timeline_card-date {
    color: #7EB6E2; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 3) .timeline_card-overlay {
    background-color: #005F82; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 4) .timeline_card-date {
    color: #FFA96E; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 4) .timeline_card-overlay {
    background-color: #D14900; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 5) .timeline_card-date {
    color: #FDEE88; }
  .module-15-timeline.layout-card .timeline_card:nth-child(5n + 5) .timeline_card-overlay {
    background-color: #FFC801; }
  .module-15-timeline.layout-card .timeline_card:hover .timeline_card-overlay {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .module-15-timeline.layout-card .timeline_card:hover .timeline_card-txt {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

.module-16-slider_tab .tab-name_container {
  overflow-x: scroll;
  overflow-y: visible;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .module-16-slider_tab .tab-name_container::-webkit-scrollbar {
    width: 0 !important; }
  .module-16-slider_tab .tab-name_container .tab-name_container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(52, 52, 54, 0.2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
  .module-16-slider_tab .tab-name_container .tab-name {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-right: 32px;
    color: rgba(52, 52, 54, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .module-16-slider_tab .tab-name_container .tab-name::after {
      z-index: 2;
      content: " ";
      bottom: -20px;
      background-color: #9A0A80;
      height: 2px;
      width: 100%;
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-16-slider_tab .tab-name_container .tab-name:hover {
      color: #9A0A80; }
    .module-16-slider_tab .tab-name_container .tab-name.active {
      color: #9A0A80;
      pointer-events: none; }
      .module-16-slider_tab .tab-name_container .tab-name.active::after {
        opacity: 1; }

.module-16-slider_tab .tab_container {
  position: relative;
  height: 555px; }

.module-16-slider_tab .tab-slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none; }
  .module-16-slider_tab .tab-slide:first-of-type {
    display: block; }
  .module-16-slider_tab .tab-slide_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-slider_tab .tab-slide_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .module-16-slider_tab .tab-slide .tab-slide_left {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    padding-right: 10%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-slider_tab .tab-slide .tab-slide_left {
        padding-right: 0%; } }
    .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap {
      margin-top: 50px; }
      .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap p {
        margin-bottom: 0.4em; }
      .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap .tab-cards_cta {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        margin-bottom: 0.4em;
        cursor: pointer; }
        .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap .tab-cards_cta:hover {
          color: #9A0A80; }
        .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap .tab-cards_cta.active {
          color: #9A0A80;
          pointer-events: none; }
      .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap.titles-big {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap.titles-big {
            display: none; } }
        .module-16-slider_tab .tab-slide .tab-slide_left .tab-cards_title-wrap.titles-big .tab-cards_cta {
          font-size: 1.33em;
          margin-bottom: 1.1em; }
  .module-16-slider_tab .tab-slide .tab-slide_right {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 555px;
    width: 425px;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-slider_tab .tab-slide .tab-slide_right {
        height: 478px;
        width: 375px; } }
    .module-16-slider_tab .tab-slide .tab-slide_right .tab-card {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      display: none; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .svg_bg {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        height: 100%; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 375px;
        height: 465px;
        padding: 32px 28px 84px 28px;
        z-index: 2;
        border-radius: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner {
            width: 335px;
            height: 420px; } }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .title-card {
          -ms-flex-negative: 0;
              flex-shrink: 0; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .txt {
          -ms-flex-negative: 1;
              flex-shrink: 1;
          overflow-x: hidden;
          overflow-y: scroll; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .link {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          margin-top: 25px;
          font-size: 16px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          letter-spacing: 0.96px;
          text-transform: uppercase;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-decoration: none; }
          .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .link svg {
            margin-left: 14px; }
            .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .inner .link svg path {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .slider_nav {
        position: absolute;
        z-index: 5;
        bottom: 32px;
        left: 50%;
        -webkit-transform: translate(-50%);
                transform: translate(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 70px; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .slider_nav svg {
          cursor: pointer; }
          .module-16-slider_tab .tab-slide .tab-slide_right .tab-card .slider_nav svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .svg_bg path {
        fill: #FFA4DF; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .link:hover {
        color: #FFA4DF; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .link:hover svg path {
          fill: #FFA4DF; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-pink .tab-card_arrow:hover path {
        fill: #FFA4DF; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .svg_bg path {
        fill: #CED976; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .tab-card_arrow:hover path {
        fill: #CED976; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .link:hover {
        color: #CED976; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-green .link:hover svg path {
          fill: #CED976; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .svg_bg path {
        fill: #7EB6E2; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .tab-card_arrow:hover path {
        fill: #7EB6E2; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .link:hover {
        color: #7EB6E2; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-blue .link:hover svg path {
          fill: #7EB6E2; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .svg_bg path {
        fill: #FDEE88; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .tab-card_arrow:hover path {
        fill: #FDEE88; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .link:hover {
        color: #FDEE88; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-yellow .link:hover svg path {
          fill: #FDEE88; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .svg_bg path {
        fill: #FFA96E; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .tab-card_arrow:hover path {
        fill: #FFA96E; }
      .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .link:hover {
        color: #FFA96E; }
        .module-16-slider_tab .tab-slide .tab-slide_right .tab-card_color-orange .link:hover svg path {
          fill: #FFA96E; }

.module-17-content_cards .card_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-17-content_cards .card_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-17-content_cards .card_container .card-content {
    width: 31%;
    border-radius: 20px;
    padding: 28px;
    margin-bottom: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-17-content_cards .card_container .card-content {
        width: 100%;
        border-radius: 16px;
        padding: 22px; } }
    .module-17-content_cards .card_container .card-content h5 {
      margin-bottom: 20px; }
    .module-17-content_cards .card_container .card-content h6 {
      font-size: 1.1em;
      margin-bottom: 12px;
      line-height: 150%; }
    .module-17-content_cards .card_container .card-content_ghost {
      height: 0;
      padding: 0;
      margin: 0; }
    .module-17-content_cards .card_container .card-content.bg_light-pink h5, .module-17-content_cards .card_container .card-content.bg_light-pink strong {
      color: #9A0A80; }
    .module-17-content_cards .card_container .card-content.bg_light-green h5, .module-17-content_cards .card_container .card-content.bg_light-green strong {
      color: #1C632C; }
    .module-17-content_cards .card_container .card-content.bg_light-yellow h5, .module-17-content_cards .card_container .card-content.bg_light-yellow strong {
      color: #FFC801; }
    .module-17-content_cards .card_container .card-content.bg_light-blue h5, .module-17-content_cards .card_container .card-content.bg_light-blue strong {
      color: #005F82; }
    .module-17-content_cards .card_container .card-content.bg_light-orange h5, .module-17-content_cards .card_container .card-content.bg_light-orange strong {
      color: #D14900; }
    .module-17-content_cards .card_container .card-content.bg_pink h5, .module-17-content_cards .card_container .card-content.bg_pink strong {
      color: #FFA4DF; }
    .module-17-content_cards .card_container .card-content.bg_green h5, .module-17-content_cards .card_container .card-content.bg_green strong {
      color: #CED976; }
    .module-17-content_cards .card_container .card-content.bg_yellow h5, .module-17-content_cards .card_container .card-content.bg_yellow strong {
      color: #FDEE88; }
    .module-17-content_cards .card_container .card-content.bg_blue h5, .module-17-content_cards .card_container .card-content.bg_blue strong {
      color: #7EB6E2; }
    .module-17-content_cards .card_container .card-content.bg_orange h5, .module-17-content_cards .card_container .card-content.bg_orange strong {
      color: #FFA96E; }
  .module-17-content_cards .card_container a.card-content {
    text-decoration: none;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .module-17-content_cards .card_container a.card-content h5 {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-17-content_cards .card_container a.card-content h6 {
      font-size: 14px;
      font-weight: 400;
      line-height: 150%;
      margin-bottom: 7px; }
    .module-17-content_cards .card_container a.card-content svg {
      display: block;
      margin-left: auto; }
      .module-17-content_cards .card_container a.card-content svg path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-17-content_cards .card_container a.card-content.bg_light-pink h5, .module-17-content_cards .card_container a.card-content.bg_light-pink strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-green h5, .module-17-content_cards .card_container a.card-content.bg_light-green strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-yellow h5, .module-17-content_cards .card_container a.card-content.bg_light-yellow strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-blue h5, .module-17-content_cards .card_container a.card-content.bg_light-blue strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_light-orange h5, .module-17-content_cards .card_container a.card-content.bg_light-orange strong {
      color: #343436; }
    .module-17-content_cards .card_container a.card-content.bg_pink h5, .module-17-content_cards .card_container a.card-content.bg_pink strong {
      color: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_pink svg path {
      fill: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_green h5, .module-17-content_cards .card_container a.card-content.bg_green strong {
      color: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_green svg path {
      fill: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_green svg path {
      fill: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_yellow h5, .module-17-content_cards .card_container a.card-content.bg_yellow strong {
      color: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_yellow svg path {
      fill: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_blue h5, .module-17-content_cards .card_container a.card-content.bg_blue strong {
      color: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_blue svg path {
      fill: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_orange h5, .module-17-content_cards .card_container a.card-content.bg_orange strong {
      color: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_orange svg path {
      fill: #ffffff; }
    .module-17-content_cards .card_container a.card-content.bg_light-pink:hover {
      color: #9A0A80; }
      .module-17-content_cards .card_container a.card-content.bg_light-pink:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-pink:hover strong {
        color: #9A0A80; }
      .module-17-content_cards .card_container a.card-content.bg_light-pink:hover svg path {
        fill: #9A0A80; }
    .module-17-content_cards .card_container a.card-content.bg_light-green:hover {
      color: #1C632C; }
      .module-17-content_cards .card_container a.card-content.bg_light-green:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-green:hover strong {
        color: #1C632C; }
      .module-17-content_cards .card_container a.card-content.bg_light-green:hover svg path {
        fill: #1C632C; }
    .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover {
      color: #FFC801; }
      .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover strong {
        color: #FFC801; }
      .module-17-content_cards .card_container a.card-content.bg_light-yellow:hover svg path {
        fill: #FFC801; }
    .module-17-content_cards .card_container a.card-content.bg_light-blue:hover {
      color: #005F82; }
      .module-17-content_cards .card_container a.card-content.bg_light-blue:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-blue:hover strong {
        color: #005F82; }
      .module-17-content_cards .card_container a.card-content.bg_light-blue:hover svg path {
        fill: #005F82; }
    .module-17-content_cards .card_container a.card-content.bg_light-orange:hover {
      color: #D14900; }
      .module-17-content_cards .card_container a.card-content.bg_light-orange:hover h5, .module-17-content_cards .card_container a.card-content.bg_light-orange:hover strong {
        color: #D14900; }
      .module-17-content_cards .card_container a.card-content.bg_light-orange:hover svg path {
        fill: #D14900; }
    .module-17-content_cards .card_container a.card-content.bg_pink:hover {
      color: #FFA4DF; }
      .module-17-content_cards .card_container a.card-content.bg_pink:hover h5, .module-17-content_cards .card_container a.card-content.bg_pink:hover strong {
        color: #FFA4DF; }
      .module-17-content_cards .card_container a.card-content.bg_pink:hover svg path {
        fill: #FFA4DF; }
    .module-17-content_cards .card_container a.card-content.bg_green:hover {
      color: #CED976; }
      .module-17-content_cards .card_container a.card-content.bg_green:hover h5, .module-17-content_cards .card_container a.card-content.bg_green:hover strong {
        color: #CED976; }
      .module-17-content_cards .card_container a.card-content.bg_green:hover svg path {
        fill: #CED976; }
    .module-17-content_cards .card_container a.card-content.bg_yellow:hover {
      color: #FDEE88; }
      .module-17-content_cards .card_container a.card-content.bg_yellow:hover h5, .module-17-content_cards .card_container a.card-content.bg_yellow:hover strong {
        color: #FDEE88; }
      .module-17-content_cards .card_container a.card-content.bg_yellow:hover svg path {
        fill: #FDEE88; }
    .module-17-content_cards .card_container a.card-content.bg_blue:hover {
      color: #7EB6E2; }
      .module-17-content_cards .card_container a.card-content.bg_blue:hover h5, .module-17-content_cards .card_container a.card-content.bg_blue:hover strong {
        color: #7EB6E2; }
      .module-17-content_cards .card_container a.card-content.bg_blue:hover svg path {
        fill: #7EB6E2; }
    .module-17-content_cards .card_container a.card-content.bg_orange:hover {
      color: #FFA96E; }
      .module-17-content_cards .card_container a.card-content.bg_orange:hover h5, .module-17-content_cards .card_container a.card-content.bg_orange:hover strong {
        color: #FFA96E; }
      .module-17-content_cards .card_container a.card-content.bg_orange:hover svg path {
        fill: #FFA96E; }

.module-17-content_cards.layout-two_col .card-content {
  width: 49%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-17-content_cards.layout-two_col .card-content {
      width: 100%; } }

.module-17-content_cards .container_btn {
  text-align: center; }

.module-17-content_cards .bg_light-pink {
  background-color: #fce6f3;
  color: #343436; }

.module-17-content_cards .bg_light-green {
  background-color: #f3fae2;
  color: #343436; }

.module-17-content_cards .bg_light-yellow {
  background-color: #fffce9;
  color: #343436; }

.module-17-content_cards .bg_light-blue {
  background-color: #e5f0f9;
  color: #343436; }

.module-17-content_cards .bg_light-orange {
  background-color: #f6dbcc;
  color: #343436; }

.module-18-testimonial .testimony {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1375px) {
    .module-18-testimonial .testimony {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-18-testimonial .testimony {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .module-18-testimonial .testimony .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
    position: initial;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-18-testimonial .testimony .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-18-testimonial .testimony .container .testimony-img {
      z-index: 1;
      width: 33%;
      /* -- @include break(mobile)-- */ }
      .module-18-testimonial .testimony .container .testimony-img img {
        width: 100%;
        height: auto; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-18-testimonial .testimony .container .testimony-img {
          width: 100%;
          margin-bottom: 20px; } }
    .module-18-testimonial .testimony .container .shape {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 0;
      height: 100%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        .module-18-testimonial .testimony .container .shape {
          height: 80%;
          left: -2.5%; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-18-testimonial .testimony .container .shape {
          display: none; } }
    .module-18-testimonial .testimony .container .testimony-content {
      position: relative;
      z-index: 2;
      width: 70%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-18-testimonial .testimony .container .testimony-content {
          width: 100%; } }
      .module-18-testimonial .testimony .container .testimony-content .txt {
        position: relative;
        z-index: 2;
        font-size: 1.15em;
        padding-bottom: 35px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-18-testimonial .testimony .container .testimony-content .txt {
            font-size: 1.25em;
            padding-bottom: 20px; } }
        .module-18-testimonial .testimony .container .testimony-content .txt p {
          display: inline; }
      .module-18-testimonial .testimony .container .testimony-content .name, .module-18-testimonial .testimony .container .testimony-content .job {
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 1.33em;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-18-testimonial .testimony .container .testimony-content .name, .module-18-testimonial .testimony .container .testimony-content .job {
            font-size: 1.1em; } }
      .module-18-testimonial .testimony .container .testimony-content .quote_icon {
        position: absolute;
        width: 90px;
        top: -38px;
        left: -58px;
        z-index: 1;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-18-testimonial .testimony .container .testimony-content .quote_icon {
            left: -25px; } }
  .module-18-testimonial .testimony.bg_sec-pink svg path {
    fill: #9A0A80; }
  .module-18-testimonial .testimony.bg_sec-green svg path {
    fill: #1C632C; }
  .module-18-testimonial .testimony.bg_sec-yellow svg path {
    fill: #FFC801; }
  .module-18-testimonial .testimony.bg_sec-blue svg path {
    fill: #005F82; }
  .module-18-testimonial .testimony.bg_sec-orange svg path {
    fill: #D14900; }
  .module-18-testimonial .testimony.layout-img .testimony-content {
    width: 60%; }

.module-19-image_video .slider_wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 50%; }
  .module-19-image_video .slider_wrapper .slide {
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    z-index: 1; }
    .module-19-image_video .slider_wrapper .slide:first-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }
    .module-19-image_video .slider_wrapper .slide picture {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .module-19-image_video .slider_wrapper .slide .img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .module-19-image_video .slider_wrapper .slide .content {
      position: static;
      position: initial;
      z-index: 2;
      padding-bottom: 65px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-19-image_video .slider_wrapper .slide .content {
          padding-bottom: 0; } }
      .module-19-image_video .slider_wrapper .slide .content h3 {
        color: #ffffff;
        width: 50%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-19-image_video .slider_wrapper .slide .content h3 {
            font-size: 1.5em; } }
    .module-19-image_video .slider_wrapper .slide .filter {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(58.85%, rgba(52, 52, 54, 0)), to(#343436));
      background: linear-gradient(180deg, rgba(52, 52, 54, 0) 58.85%, #343436 100%);
      mix-blend-mode: multiply; }
    .module-19-image_video .slider_wrapper .slide .popup_click {
      cursor: pointer;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-19-image_video .slider_wrapper .slide .popup_click .play {
          width: 55px; } }
    .module-19-image_video .slider_wrapper .slide .slide_caption {
      position: absolute;
      bottom: 0;
      right: 0;
      color: #ffffff;
      background-color: #9A0A80;
      padding: 12px;
      font-size: 14px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 1em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-19-image_video .slider_wrapper .slide .slide_caption {
          padding: 7px;
          font-size: 10px;
          bottom: 0;
          -webkit-transform: translateY(100%);
                  transform: translateY(100%); } }

.module-19-image_video .slider_nav {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-19-image_video .slider_nav {
      position: relative !important;
      right: 0 !important;
      bottom: auto !important; }
    .module-19-image_video .slider_nav {
      padding-left: 5%;
      padding-right: 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 80px; } }
  .module-19-image_video .slider_nav svg {
    cursor: pointer; }
    .module-19-image_video .slider_nav svg ellipse, .module-19-image_video .slider_nav svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-19-image_video .slider_nav svg:hover ellipse {
      fill: #9A0A80; }
    .module-19-image_video .slider_nav svg:hover path {
      fill: #ffffff; }

.module-19-image_video .slider_container.full .slider_nav {
  z-index: 5;
  position: absolute;
  bottom: 65px;
  right: calc((100vw - 1172px) / 2);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1375px) {
    .module-19-image_video .slider_container.full .slider_nav {
      right: 5%; } }
  .module-19-image_video .slider_container.full .slider_nav .slider_arrow-left {
    margin-right: 8px; }

.module-19-image_video .slider_container.container .slider_arrow-left {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5%; }
  .module-19-image_video .slider_container.container .slider_arrow-left:hover {
    opacity: 1; }

.module-19-image_video .slider_container.container .slider_arrow-right {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5%; }
  .module-19-image_video .slider_container.container .slider_arrow-right:hover {
    opacity: 1; }

.module-20-logos .top_container {
  padding-bottom: 0px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-20-logos .top_container {
      padding-bottom: 0px; } }

.module-20-logos .logo_container {
  margin-top: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-20-logos .logo_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 40px; } }
  .module-20-logos .logo_container:first-of-type {
    margin-top: 0; }
  .module-20-logos .logo_container .logo_text {
    text-align: center;
    margin-bottom: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-20-logos .logo_container .logo_text {
        width: 100%;
        margin-bottom: 16px; } }
    .module-20-logos .logo_container .logo_text h6 {
      text-transform: uppercase;
      font-size: 16px;
      color: #9A0A80;
      margin-bottom: 0; }
    .module-20-logos .logo_container .logo_text .txt {
      margin-top: 12px; }
  .module-20-logos .logo_container .logo_wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-20-logos .logo_container .logo_wrap {
        width: 100%; } }
    .module-20-logos .logo_container .logo_wrap.container_size-large {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .module-20-logos .logo_container .logo_wrap .logo {
      width: 30%;
      margin-right: 1%;
      margin-left: 1%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-20-logos .logo_container .logo_wrap .logo {
          margin-bottom: 15px;
          margin-right: 0; } }
      .module-20-logos .logo_container .logo_wrap .logo img {
        width: 100%;
        max-width: 100%;
        height: auto; }
      .module-20-logos .logo_container .logo_wrap .logo:last-child {
        margin-right: 0; }
      .module-20-logos .logo_container .logo_wrap .logo_ghost {
        height: 0;
        padding: 0;
        margin: 0; }
      .module-20-logos .logo_container .logo_wrap .logo.size_med {
        width: 21%; }
      .module-20-logos .logo_container .logo_wrap .logo.size_small {
        width: 13%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-20-logos .logo_container .logo_wrap .logo.size_small {
            width: 21%; } }

.module-21-stories {
  position: relative; }
  .module-21-stories .bg_shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* -- @include break(mobile)-- */ }
    .module-21-stories .bg_shape svg {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .module-21-stories .bg_shape.shape_color-light-pink svg path {
      fill: #FFA4DF; }
    .module-21-stories .bg_shape.shape_color-light-green svg path {
      fill: #CED976; }
    .module-21-stories .bg_shape.shape_color-light-yellow svg path {
      fill: #FDEE88; }
    .module-21-stories .bg_shape.shape_color-light-blue svg path {
      fill: #7EB6E2; }
    .module-21-stories .bg_shape.shape_color-light-orange svg path {
      fill: #FFA96E; }
    @media only screen and (max-width: 768px) {
      .module-21-stories .bg_shape {
        display: none; } }
  .module-21-stories .card-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -40px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-21-stories .card-row {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly; } }
    @media only screen and (max-width: 768px) {
      .module-21-stories .card-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: -25px; } }
  .module-21-stories .cards_highlight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-21-stories .cards_highlight {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .module-21-stories .cards_highlight .highlight {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding-right: 25px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-21-stories .cards_highlight .highlight {
          padding-right: 0; } }
      .module-21-stories .cards_highlight .highlight a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding: 40px;
        position: relative;
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
        text-decoration: none;
        color: #ffffff;
        min-height: 350px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-21-stories .cards_highlight .highlight a {
            padding: 25px;
            width: 100%;
            max-width: 370px;
            margin-bottom: 25px;
            height: 119vw;
            max-height: 500px;
            margin-left: auto;
            margin-right: auto; } }
        .module-21-stories .cards_highlight .highlight a picture {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        .module-21-stories .cards_highlight .highlight a .img,
        .module-21-stories .cards_highlight .highlight a .image {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
        .module-21-stories .cards_highlight .highlight a .card_filter {
          z-index: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, color-stop(33.5%, rgba(52, 52, 54, 0)), to(#343436));
          background: linear-gradient(180deg, rgba(52, 52, 54, 0) 33.5%, #343436 100%); }
        .module-21-stories .cards_highlight .highlight a .cat {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #CED976;
          color: green;
          font-size: 12px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: 0.6px;
          text-transform: uppercase;
          padding: 8px 12px;
          z-index: 1; }
        .module-21-stories .cards_highlight .highlight a .title-h6 {
          position: relative;
          z-index: 1; }
        .module-21-stories .cards_highlight .highlight a .txt_date {
          margin-bottom: 16px; }
        .module-21-stories .cards_highlight .highlight a .cta {
          position: relative;
          z-index: 1;
          font-size: 16px;
          line-height: 140%;
          letter-spacing: 0.96px;
          text-transform: uppercase;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700; }
          .module-21-stories .cards_highlight .highlight a .cta svg {
            width: 20px;
            margin-bottom: -4px;
            margin-left: 14px; }
            .module-21-stories .cards_highlight .highlight a .cta svg path {
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
        .module-21-stories .cards_highlight .highlight a .txt_wrap {
          overflow: hidden; }
          .module-21-stories .cards_highlight .highlight a .txt_wrap .txt_inner {
            -webkit-transform: translateY(1.2em);
                    transform: translateY(1.2em);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-21-stories .cards_highlight .highlight a .txt_wrap .txt_inner {
                -webkit-transform: translateY(0);
                        transform: translateY(0); } }
        .module-21-stories .cards_highlight .highlight a:hover {
          color: #ffffff; }
          .module-21-stories .cards_highlight .highlight a:hover .txt_inner {
            -webkit-transform: translateY(0);
                    transform: translateY(0); }
    .module-21-stories .cards_highlight .card-post_highlight-small {
      text-decoration: none;
      margin-bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      /* -- @include break(mobile)-- */ }
      .module-21-stories .cards_highlight .card-post_highlight-small:last-of-type {
        margin-bottom: 0; }
      @media only screen and (max-width: 768px) {
        .module-21-stories .cards_highlight .card-post_highlight-small {
          margin-right: 0px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          max-width: 370px;
          margin-bottom: 25px;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .module-21-stories .cards_highlight .card-post_highlight-small picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .module-21-stories .cards_highlight .card-post_highlight-small picture .image {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .module-21-stories .cards_highlight .card-post_highlight-small .img {
        width: 210px;
        position: relative;
        height: 140px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 25px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-21-stories .cards_highlight .card-post_highlight-small .img {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px;
            padding-bottom: 67%; } }
        .module-21-stories .cards_highlight .card-post_highlight-small .img .cat {
          position: absolute;
          top: 0;
          left: 0;
          background-color: #CED976;
          color: green;
          font-size: 10px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          letter-spacing: 0.6px;
          text-transform: uppercase;
          padding: 6px 10px; }
      .module-21-stories .cards_highlight .card-post_highlight-small .content {
        max-width: 240px; }
    .module-21-stories .cards_highlight .cards_col {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-21-stories .cards_highlight .cards_col {
          width: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .module-21-stories .cards_highlight .cards_col .txt_date {
        color: #9A0A80;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500; }
  .module-21-stories .card-post {
    width: 370px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 40px;
    /* -- @include break(mobile)-- */ }
    .module-21-stories .card-post:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .module-21-stories .card-post {
        width: 100%;
        max-width: 370px;
        margin-right: 0px;
        margin-bottom: 25px; } }
    .module-21-stories .card-post picture {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .module-21-stories .card-post picture .image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-21-stories .card-post .img {
      width: 100%;
      padding-bottom: 67%;
      background-position: center;
      background-size: cover;
      position: relative;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-21-stories .card-post .img {
          margin-bottom: 15px; } }
      .module-21-stories .card-post .img .cat {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #CED976;
        color: green;
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 6px 10px; }
    .module-21-stories .card-post .txt_date {
      color: #9A0A80;
      text-transform: uppercase;
      font-size: 14px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 5px; }
    .module-21-stories .card-post_ghost {
      height: 0;
      margin: 0;
      padding: 0;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) and (min-width: 991px) {
        .module-21-stories .card-post_ghost {
          display: none; } }
      @media only screen and (max-width: 768px) {
        .module-21-stories .card-post_ghost {
          display: none; } }
  .module-21-stories .container_btn {
    text-align: center; }

.module-22-contact_cards .card_contact-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-22-contact_cards .card_contact-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .module-22-contact_cards .card_contact-container .card_contact {
    border-radius: 20px;
    border: 1px solid rgba(52, 52, 54, 0.4);
    padding: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
    max-width: 525px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-22-contact_cards .card_contact-container .card_contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        margin-bottom: 20px; }
        .module-22-contact_cards .card_contact-container .card_contact:last-of-type {
          margin-bottom: 0; } }
    .module-22-contact_cards .card_contact-container .card_contact .content_img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100px;
      margin-right: 35px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-22-contact_cards .card_contact-container .card_contact .content_img {
          margin-right: 0; } }
      .module-22-contact_cards .card_contact-container .card_contact .content_img .img {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
        border-radius: 50%; }
        .module-22-contact_cards .card_contact-container .card_contact .content_img .img picture {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          .module-22-contact_cards .card_contact-container .card_contact .content_img .img picture .image {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
    .module-22-contact_cards .card_contact-container .card_contact .content_text {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1; }
      .module-22-contact_cards .card_contact-container .card_contact .content_text h5 {
        padding-top: 20px;
        margin-bottom: 7px; }
      .module-22-contact_cards .card_contact-container .card_contact .content_text h6 {
        font-size: 1.1em;
        margin-bottom: 20px; }
      .module-22-contact_cards .card_contact-container .card_contact .content_text .phone,
      .module-22-contact_cards .card_contact-container .card_contact .content_text .email {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 14px; }
        .module-22-contact_cards .card_contact-container .card_contact .content_text .phone span,
        .module-22-contact_cards .card_contact-container .card_contact .content_text .email span {
          margin-left: 12px; }

.module-23-contact_map .map_container {
  position: relative; }
  .module-23-contact_map .map_container .map {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-contact_map .map_container .map {
        height: 50vh; } }
    .module-23-contact_map .map_container .map iframe {
      pointer-events: none;
      position: absolute;
      top: -40px;
      left: 0;
      right: -52px;
      bottom: -60px;
      width: calc(100% + 52px);
      height: calc(100% + 100px); }
  .module-23-contact_map .map_container .btn {
    position: absolute;
    bottom: 140px;
    left: calc(50% + (505px / 2));
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 90%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-contact_map .map_container .btn {
        left: 50%;
        bottom: 70px; } }
  .module-23-contact_map .map_container .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 0px 60px 60px 0px;
    width: 505px;
    z-index: 2;
    padding: 100px 125px 100px 135px;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    .module-23-contact_map .map_container .sidebar::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-height: 700px) {
      .module-23-contact_map .map_container .sidebar {
        padding: 60px 125px 60px 135px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-23-contact_map .map_container .sidebar {
        position: relative;
        width: 100%;
        height: auto;
        padding: 40px 5% 40px 5%;
        border-radius: 30px 30px 0px 0px;
        margin-top: -30px; } }
    .module-23-contact_map .map_container .sidebar h6 {
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 14px;
      line-height: 150%;
      text-transform: uppercase;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-23-contact_map .map_container .sidebar h6 {
          margin-bottom: 10px; } }
    .module-23-contact_map .map_container .sidebar .txt {
      line-height: 150%; }
    .module-23-contact_map .map_container .sidebar .box {
      margin-bottom: 50px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-height: 700px) {
        .module-23-contact_map .map_container .sidebar .box {
          margin-bottom: 30px; } }
      .module-23-contact_map .map_container .sidebar .box:last-of-type {
        margin-bottom: 0; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-23-contact_map .map_container .sidebar .box {
          margin-bottom: 30px; }
          .module-23-contact_map .map_container .sidebar .box:last-of-type {
            margin-bottom: 0; } }
    .module-23-contact_map .map_container .sidebar a {
      text-decoration: none; }
    .module-23-contact_map .map_container .sidebar .icon_social {
      -webkit-transform: scale(0.7);
              transform: scale(0.7);
      margin-left: -11px;
      border: 35px solid #F0E5ED; }

.module-24-contact_form {
  position: relative;
  border-radius: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-24-contact_form {
      border-radius: 30px; } }
  .module-24-contact_form:not(.bg_white) {
    padding-top: 80px;
    padding-bottom: 80px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-24-contact_form:not(.bg_white) {
        padding-top: 40px;
        padding-bottom: 40px; } }
  .module-24-contact_form .bg_shape {
    position: absolute;
    left: 2.5%;
    right: 2.5%;
    bottom: -20%;
    z-index: 0; }
    .module-24-contact_form .bg_shape.shape_color-light-pink svg path {
      fill: #FFA4DF; }
    .module-24-contact_form .bg_shape.shape_color-light-blue svg path {
      fill: #7EB6E2; }
    .module-24-contact_form .bg_shape.shape_color-light-green svg path {
      fill: #CED976; }
    .module-24-contact_form .bg_shape.shape_color-light-yellow svg path {
      fill: #FDEE88; }
    .module-24-contact_form .bg_shape.shape_color-light-orange svg path {
      fill: #FFA96E; }
  .module-24-contact_form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-24-contact_form .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-24-contact_form .container .content-left {
      min-width: 360px;
      width: 30%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-right: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-24-contact_form .container .content-left {
          width: 100%;
          margin-bottom: 40px; } }
    .module-24-contact_form .container .content-form {
      width: 60%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-24-contact_form .container .content-form {
          width: 100%; } }

.module-25-contact_follow_us .img_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .module-25-contact_follow_us .img_gallery .img {
    background-size: cover;
    background-position: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0.25%;
    margin-right: 0.25%; }

.module-25-contact_follow_us.layout-insta .img_gallery, .module-25-contact_follow_us.layout-api .img_gallery {
  overflow: hidden;
  width: 117.5%;
  margin-left: -8.75%;
  margin-right: -8.75%; }
  .module-25-contact_follow_us.layout-insta .img_gallery .img, .module-25-contact_follow_us.layout-api .img_gallery .img {
    width: 16.5%;
    padding-bottom: 16.5%;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-contact_follow_us.layout-insta .img_gallery .img, .module-25-contact_follow_us.layout-api .img_gallery .img {
        width: 24.5%;
        padding-bottom: 24.5%; } }
    .module-25-contact_follow_us.layout-insta .img_gallery .img > a, .module-25-contact_follow_us.layout-api .img_gallery .img > a {
      position: absolute;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%; }

.module-25-contact_follow_us.layout-insta .insta_container, .module-25-contact_follow_us.layout-api .insta_container {
  text-align: center; }
  .module-25-contact_follow_us.layout-insta .insta_container .btn, .module-25-contact_follow_us.layout-api .insta_container .btn {
    margin-top: 60px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-contact_follow_us.layout-insta .insta_container .btn, .module-25-contact_follow_us.layout-api .insta_container .btn {
        margin-top: 25px; } }

.module-25-contact_follow_us.layout-all .socials {
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-25-contact_follow_us.layout-all .socials {
      padding-bottom: 20px; } }
  .module-25-contact_follow_us.layout-all .socials .icon_social {
    margin-left: 12px;
    margin-right: 12px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-25-contact_follow_us.layout-all .socials .icon_social {
        -webkit-transform: scale(0.65);
                transform: scale(0.65); } }

.module-25-contact_follow_us.layout-all .img {
  width: 24%;
  padding-bottom: 24%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-25-contact_follow_us.layout-all .img {
      width: 24.5%;
      padding-bottom: 24.5%; } }

.module-26-iframe .iframe_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .module-26-iframe .iframe_wrap iframe, .module-26-iframe .iframe_wrap > div {
    max-width: 100%; }
  .module-26-iframe .iframe_wrap p {
    width: 100%; }

.module-bw-26-contact_hours .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-26-contact_hours .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-bw-26-contact_hours .col1 {
  width: 45%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-26-contact_hours .col1 {
      width: 100%; } }
  .module-bw-26-contact_hours .col1 .tab_nav-container {
    margin-top: 48px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: visible;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    /* -- @include break(mobile)-- */ }
    .module-bw-26-contact_hours .col1 .tab_nav-container::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-width: 768px) {
      .module-bw-26-contact_hours .col1 .tab_nav-container {
        margin-top: 24px; } }
    .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding-bottom: 12px;
      margin-bottom: 30px;
      border-bottom: 2px solid rgba(52, 52, 54, 0.2);
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      min-width: 100%; }
      .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name {
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        margin-right: 32px;
        color: rgba(52, 52, 54, 0.6);
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        position: relative;
        z-index: 2;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name::after {
          z-index: 2;
          content: " ";
          bottom: -14px;
          background-color: #9A0A80;
          height: 2px;
          width: 100%;
          display: block;
          position: absolute;
          opacity: 0;
          -webkit-transition: all 0.4s;
          transition: all 0.4s; }
        .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name:hover {
          color: #9A0A80; }
        .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name.active {
          color: #9A0A80;
          pointer-events: none; }
          .module-bw-26-contact_hours .col1 .tab_nav-container .tab_nav .tab-name.active::after {
            opacity: 1; }
  .module-bw-26-contact_hours .col1 .tab_container {
    position: relative;
    width: 100%;
    height: 280px; }
    .module-bw-26-contact_hours .col1 .tab_container .tab {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      display: none; }
      .module-bw-26-contact_hours .col1 .tab_container .tab:first-of-type {
        display: block; }

.module-bw-26-contact_hours .col2 {
  width: 45%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-26-contact_hours .col2 {
      width: 100%;
      margin-top: 40px; } }
  .module-bw-26-contact_hours .col2 .top {
    margin-bottom: 48px;
    /* -- @include break(mobile)-- */ }
    .module-bw-26-contact_hours .col2 .top h2 {
      margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .module-bw-26-contact_hours .col2 .top {
        margin-bottom: 24px; } }
    .module-bw-26-contact_hours .col2 .top .btn {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-26-contact_hours .col2 .top .btn {
          margin-top: 24px; } }
  .module-bw-26-contact_hours .col2 .box {
    margin-bottom: 25px; }
    .module-bw-26-contact_hours .col2 .box h6 {
      margin-bottom: 10px; }
    .module-bw-26-contact_hours .col2 .box:last-of-type {
      margin-bottom: 0; }
  .module-bw-26-contact_hours .col2 .icon_social {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    margin-left: -11px;
    border: 35px solid #F0E5ED; }

.module-27-conferences .row_conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #AAA8AA;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-27-conferences .row_conf {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-top: 20px;
      padding-bottom: 20px; } }
  .module-27-conferences .row_conf:last-of-type {
    border-bottom: 1px solid #AAA8AA; }
  .module-27-conferences .row_conf .col_left {
    width: 360px;
    margin-right: 5%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-27-conferences .row_conf .col_left {
        width: 100%;
        margin-right: 0; } }
  .module-27-conferences .row_conf .col_right {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    .module-27-conferences .row_conf .col_right .tag_wrap {
      margin-top: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-27-conferences .row_conf .col_right .tag_wrap {
          margin-top: 10px; } }
      .module-27-conferences .row_conf .col_right .tag_wrap .tag {
        border-radius: 34px;
        background: rgba(154, 10, 128, 0.08);
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        color: #9A0A80;
        padding: 4px 8px;
        line-height: 1em; }
  .module-27-conferences .row_conf .col_link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    margin-left: 8%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-27-conferences .row_conf .col_link {
        margin-left: 0;
        margin-top: 10px; } }

.module-28-ceo-letter {
  margin-top: 0;
  padding-top: 48px; }
  .module-28-ceo-letter.layout-img-txt .letter-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .module-28-ceo-letter.layout-img-txt .letter-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .module-28-ceo-letter.layout-txt-img .letter-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-28-ceo-letter.layout-txt-img .letter-img {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .module-28-ceo-letter.layout-txt-img .letter-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-28-ceo-letter.layout-txt-img .letter-content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
  .module-28-ceo-letter.layout-txt-img .letter {
    padding-left: calc(10% - 20px);
    padding-right: 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-28-ceo-letter.layout-txt-img .letter {
        padding-left: 8%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-28-ceo-letter.layout-txt-img .letter {
        padding-left: 0; } }
  .module-28-ceo-letter.bg_white {
    background-color: #ffffff; }
  .module-28-ceo-letter .letter {
    position: relative;
    padding-top: 140px;
    padding-bottom: 140px;
    padding-right: calc(10% - 20px);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 85px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-28-ceo-letter .letter {
        padding-top: 60px;
        padding-bottom: 60px;
        padding-right: 8%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-28-ceo-letter .letter {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .module-28-ceo-letter .letter .letter-img {
      width: auto;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-28-ceo-letter .letter .letter-img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 50%;
          max-width: none;
          max-height: none;
          margin: 0 auto 20px auto; } }
      @media only screen and (max-width: 768px) {
        .module-28-ceo-letter .letter .letter-img {
          width: 100%; } }
      .module-28-ceo-letter .letter .letter-img .shape {
        width: 30vw;
        margin-top: -200px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1375px) {
          .module-28-ceo-letter .letter .letter-img .shape {
            margin-top: -115px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-28-ceo-letter .letter .letter-img .shape {
            width: 100%;
            margin-top: -160px; } }
        @media only screen and (max-width: 768px) {
          .module-28-ceo-letter .letter .letter-img .shape {
            width: 80%;
            margin-top: -160px; } }
        .module-28-ceo-letter .letter .letter-img .shape .quote_icon {
          width: 100%; }
      .module-28-ceo-letter .letter .letter-img .image {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 13vw;
        left: 7vw;
        z-index: 1;
        max-width: 314px;
        max-height: 314px;
        margin-top: -200px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1375px) {
          .module-28-ceo-letter .letter .letter-img .image {
            max-width: 230px;
            max-height: 230px;
            margin-top: -115px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-28-ceo-letter .letter .letter-img .image {
            margin-top: -80px;
            max-width: 250px;
            max-height: 250px;
            top: 12vw;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
        @media only screen and (max-width: 768px) {
          .module-28-ceo-letter .letter .letter-img .image {
            max-width: 200px;
            max-height: 200px;
            top: 17vw; } }
        .module-28-ceo-letter .letter .letter-img .image img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 50%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-28-ceo-letter .letter .letter-img .image img {
              max-height: inherit; } }
        .module-28-ceo-letter .letter .letter-img .image .letter-name {
          text-align: center;
          position: relative;
          margin-top: 30px;
          z-index: 1; }
          .module-28-ceo-letter .letter .letter-img .image .letter-name .name {
            font-family: 'Ubuntu', sans-serif;
            font-style: normal;
            font-weight: 700;
            color: #9A0A80;
            font-size: 20px;
            padding-bottom: 10px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-28-ceo-letter .letter .letter-img .image .letter-name .name {
                font-size: 1.1em; } }
          .module-28-ceo-letter .letter .letter-img .image .letter-name .job {
            font-size: 17px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-28-ceo-letter .letter .letter-img .image .letter-name .job {
                font-size: 1.1em; } }
    .module-28-ceo-letter .letter .letter-content {
      position: relative;
      z-index: 2;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-28-ceo-letter .letter .letter-content {
          width: 90%;
          margin: 0 auto; } }
      .module-28-ceo-letter .letter .letter-content .txt {
        position: relative;
        z-index: 2;
        font-size: 1.15em;
        padding-bottom: 40px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-28-ceo-letter .letter .letter-content .txt {
            font-size: 1.25em;
            padding-bottom: 20px; } }
        .module-28-ceo-letter .letter .letter-content .txt p {
          margin-bottom: 1em; }
      .module-28-ceo-letter .letter .letter-content .signature {
        max-width: 150px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-28-ceo-letter .letter .letter-content .signature {
            max-width: 80px; } }

.module-29-annual-numbers:not(.bg_white) {
  padding-top: 0;
  padding-bottom: 0; }

.module-29-annual-numbers .card-project {
  width: 100%;
  height: 375px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  -webkit-transition: none;
  transition: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-29-annual-numbers .card-project {
      width: 100%; } }
  .module-29-annual-numbers .card-project.item-10 {
    grid-area: auto / span 3; }
    .module-29-annual-numbers .card-project.item-10:hover .card-project_overlay-bg {
      -webkit-transform: scale(40);
              transform: scale(40); }
  .module-29-annual-numbers .card-project .card-filter {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 54, 0)), to(#343436));
    background: linear-gradient(180deg, rgba(52, 52, 54, 0) 0%, #343436 100%);
    z-index: 1; }
  .module-29-annual-numbers .card-project_top {
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    height: 100%; }
  .module-29-annual-numbers .card-project .arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 4;
    /* -- @include break(mobile)-- */ }
    .module-29-annual-numbers .card-project .arrow svg {
      width: 62px;
      height: 62px;
      padding: 12px;
      background-color: #FFA4DF;
      border-radius: 50%;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-29-annual-numbers .card-project .arrow svg {
          background-color: transparent; } }
      .module-29-annual-numbers .card-project .arrow svg path {
        -webkit-transition: fill 0.4s;
        transition: fill 0.4s; }
    @media only screen and (max-width: 768px) {
      .module-29-annual-numbers .card-project .arrow {
        top: 36px;
        right: 36px; }
        .module-29-annual-numbers .card-project .arrow svg {
          width: 52px;
          height: 52px; } }
  .module-29-annual-numbers .card-project_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 40px 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 2; }
    .module-29-annual-numbers .card-project_overlay .title-h2 {
      margin-bottom: 0;
      color: #ffffff;
      position: relative;
      z-index: 2; }
  .module-29-annual-numbers .card-project .card-project_overlay-bg {
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: #FFA4DF;
    border-radius: 50%;
    top: 32px;
    right: 32px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 1; }
  .module-29-annual-numbers .card-project_txt {
    display: none;
    overflow: hidden;
    z-index: 2;
    position: relative; }
  .module-29-annual-numbers .card-project .txt_date {
    margin-top: 10px; }
  .module-29-annual-numbers .card-project_txt-inner {
    padding-top: 10px; }
  .module-29-annual-numbers .card-project:hover .card-project_overlay {
    color: #343436; }
    .module-29-annual-numbers .card-project:hover .card-project_overlay .title-h2 {
      color: #343436; }
  .module-29-annual-numbers .card-project:hover .arrow svg {
    background-color: #9A0A80; }
  .module-29-annual-numbers .card-project:hover .arrow path {
    fill: #FFA4DF; }
  .module-29-annual-numbers .card-project:hover .card-project_overlay-bg {
    -webkit-transform: scale(30);
            transform: scale(30); }
  .module-29-annual-numbers .card-project_ghost {
    padding: 0 !important;
    height: 0 !important; }
  .module-29-annual-numbers .card-project:hover .card-project_overlay-bg {
    -webkit-transform: scale(20);
            transform: scale(20); }

.module-29-annual-numbers.layout-grid .grid_container {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
  gap: 25px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-29-annual-numbers.layout-grid .grid_container {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .module-29-annual-numbers.layout-grid .grid_container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 25px 0; } }

.module-29-annual-numbers .bg_green .arrow svg {
  background-color: #CED976; }
  .module-29-annual-numbers .bg_green .arrow svg path {
    fill: #1C632C; }

.module-29-annual-numbers .bg_green:hover .arrow svg {
  background-color: #CED976; }
  .module-29-annual-numbers .bg_green:hover .arrow svg path {
    fill: #1C632C; }

.module-29-annual-numbers .bg_green .card-project_overlay-bg {
  background-color: #CED976; }

.module-29-annual-numbers .bg_yellow .arrow svg {
  background-color: #FDEE88; }
  .module-29-annual-numbers .bg_yellow .arrow svg path {
    fill: #FFC801; }

.module-29-annual-numbers .bg_yellow:hover .arrow svg {
  background-color: #FDEE88; }
  .module-29-annual-numbers .bg_yellow:hover .arrow svg path {
    fill: #FFC801; }

.module-29-annual-numbers .bg_yellow .card-project_overlay-bg {
  background-color: #FDEE88; }

.module-29-annual-numbers .bg_blue .arrow svg {
  background-color: #7EB6E2; }
  .module-29-annual-numbers .bg_blue .arrow svg path {
    fill: #005F82; }

.module-29-annual-numbers .bg_blue:hover .arrow svg {
  background-color: #7EB6E2; }
  .module-29-annual-numbers .bg_blue:hover .arrow svg path {
    fill: #005F82; }

.module-29-annual-numbers .bg_blue .card-project_overlay-bg {
  background-color: #7EB6E2; }

.module-29-annual-numbers .bg_orange .arrow svg {
  background-color: #FFA96E; }
  .module-29-annual-numbers .bg_orange .arrow svg path {
    fill: #D14900; }

.module-29-annual-numbers .bg_orange:hover .arrow svg {
  background-color: #FFA96E; }
  .module-29-annual-numbers .bg_orange:hover .arrow svg path {
    fill: #D14900; }

.module-29-annual-numbers .bg_orange .card-project_overlay-bg {
  background-color: #FFA96E; }

.module-30-board:not(.bg_white) {
  padding-top: 0;
  padding-bottom: 0; }

.module-30-board .top_container {
  padding-right: 15%;
  padding-bottom: 45px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-30-board .top_container {
      padding-right: 0; } }
  .module-30-board .top_container .subtitle {
    font-size: 24px; }

.module-30-board .tab-name_container {
  overflow-x: scroll;
  overflow-y: visible;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .module-30-board .tab-name_container::-webkit-scrollbar {
    width: 0 !important; }
  .module-30-board .tab-name_container .tab-name_container-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(52, 52, 54, 0.2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
  .module-30-board .tab-name_container .tab-name {
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-right: 32px;
    color: rgba(52, 52, 54, 0.6);
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 2;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .module-30-board .tab-name_container .tab-name::after {
      z-index: 2;
      content: " ";
      bottom: -20px;
      background-color: #9A0A80;
      height: 2px;
      width: 100%;
      display: block;
      position: absolute;
      opacity: 0;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-30-board .tab-name_container .tab-name:hover {
      color: #9A0A80; }
    .module-30-board .tab-name_container .tab-name.active {
      color: #9A0A80;
      pointer-events: none; }
      .module-30-board .tab-name_container .tab-name.active::after {
        opacity: 1; }

.module-30-board .tab_container {
  position: relative; }
  .module-30-board .tab_container .tab-list:not(:first-child) {
    display: none;
    opacity: 0; }
  .module-30-board .tab_container .tab-list_inner {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px; }
    .module-30-board .tab_container .tab-list_inner .tab-donor {
      page-break-inside: avoid;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid;
      margin-bottom: 15px; }
      .module-30-board .tab_container .tab-list_inner .tab-donor .title-donor {
        font-size: 17px; }

.module-30-board .list-director {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: -webkit-max-content;
  grid-auto-rows: max-content;
  grid-gap: 20px 26px;
  gap: 20px 26px;
  padding-bottom: 45px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-30-board .list-director {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (max-width: 768px) {
    .module-30-board .list-director {
      grid-template-columns: 1fr; } }
  .module-30-board .list-director .directors .name {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #9A0A80; }
  .module-30-board .list-director .directors .job {
    font-size: 17px; }

.module-30-board .asterisk {
  font-size: 12px; }

.module-30-board.text_pink .subtitle,
.module-30-board.text_pink .list-director .name,
.module-30-board.text_pink .asterisk span {
  color: #9A0A80; }

.module-30-board.text_green .subtitle,
.module-30-board.text_green .list-director .name,
.module-30-board.text_green .asterisk span {
  color: #1C632C; }

.module-30-board.text_yellow .subtitle,
.module-30-board.text_yellow .list-director .name,
.module-30-board.text_yellow .asterisk span {
  color: #FFC801; }

.module-30-board.text_blue .subtitle,
.module-30-board.text_blue .list-director .name,
.module-30-board.text_blue .asterisk span {
  color: #005F82; }

.module-30-board.text_orange .subtitle,
.module-30-board.text_orange .list-director .name,
.module-30-board.text_orange .asterisk span {
  color: #D14900; }

.module-30-board.text_light-pink .subtitle,
.module-30-board.text_light-pink .list-director .name,
.module-30-board.text_light-pink .asterisk span {
  color: #FFA4DF; }

.module-30-board.text_light-green .subtitle,
.module-30-board.text_light-green .list-director .name,
.module-30-board.text_light-green .asterisk span {
  color: #CED976; }

.module-30-board.text_light-yellow .subtitle,
.module-30-board.text_light-yellow .list-director .name,
.module-30-board.text_light-yellow .asterisk span {
  color: #FDEE88; }

.module-30-board.text_light-blue .subtitle,
.module-30-board.text_light-blue .list-director .name,
.module-30-board.text_light-blue .asterisk span {
  color: #7EB6E2; }

.module-30-board.text_light-orange .subtitle,
.module-30-board.text_light-orange .list-director .name,
.module-30-board.text_light-orange .asterisk span {
  color: #FFA96E; }

.module-31-menu-anchors {
  overflow: visible !important;
  overflow: initial !important;
  margin-bottom: 0 !important;
  padding-bottom: 20px !important; }

.module-31-menu-anchors {
  overflow-anchor: none;
  margin-top: 100px;
  padding-top: 88px;
  position: sticky;
  position: -webkit-sticky;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /* -- @include break(mobile)-- */ }
  .module-31-menu-anchors.fixed {
    position: fixed;
    top: 65px;
    padding-top: 30px;
    width: 100%; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-31-menu-anchors {
      margin-top: 0;
      top: 65px;
      width: 100%; } }
  .module-31-menu-anchors > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-31-menu-anchors > .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .module-31-menu-anchors > .container .btn {
      margin-top: 0;
      padding: 7px 46px 7px 25px;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      /* -- @include break(mobile)-- */ }
      .module-31-menu-anchors > .container .btn::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.59994 0.60024C6.59994 0.268906 6.33107 0 5.99976 0C5.66845 0 5.39958 0.268894 5.39958 0.60024V6.35182L3.42469 4.37617C3.19013 4.14159 2.81047 4.14159 2.57591 4.37617C2.34192 4.61075 2.34192 4.99045 2.57591 5.22447L5.55877 8.20763C5.66789 8.32632 5.82539 8.40114 5.99976 8.40114C6.09032 8.40114 6.17582 8.38089 6.25232 8.34545C6.31475 8.3162 6.37325 8.27626 6.42443 8.22506L9.42413 5.22446C9.65869 4.99045 9.65869 4.61074 9.42413 4.37617C9.19014 4.14159 8.80991 4.14159 8.57592 4.37617L6.59987 6.35242L6.59994 0.60024ZM0.60014 7.19988C0.931441 7.19988 1.20032 7.46877 1.20032 7.80012V10.1999C1.20032 10.3591 1.26332 10.5121 1.37581 10.6246C1.48831 10.7371 1.64074 10.8001 1.79992 10.8001H10.2C10.3592 10.8001 10.5117 10.7371 10.6241 10.6246C10.7366 10.5121 10.7996 10.3591 10.7996 10.1999V7.80012C10.7996 7.46879 11.0685 7.19988 11.3998 7.19988C11.7311 7.19988 12 7.46877 12 7.80012V10.1999C12 10.6775 11.8104 11.1354 11.4724 11.4729C11.1349 11.8104 10.677 12 10.2001 12H1.79994C1.32296 12 0.865091 11.8104 0.527622 11.4729C0.18957 11.1354 0 10.6775 0 10.1999V7.80012C0 7.46879 0.268867 7.19988 0.60018 7.19988H0.60014Z' fill='%23333333'/%3E%3C/svg%3E");
        height: auto;
        width: auto;
        top: 50%;
        right: 20px;
        border-radius: 0;
        background-color: transparent;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .module-31-menu-anchors > .container .btn::after {
        display: none; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-31-menu-anchors > .container .btn {
          margin-top: 10px; } }
  .module-31-menu-anchors .container_ancres {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 70%;
    padding-bottom: 0px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1375px) {
      .module-31-menu-anchors .container_ancres {
        max-width: 90%; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-31-menu-anchors .container_ancres {
        max-width: 100%;
        padding-bottom: 10px; } }
    .module-31-menu-anchors .container_ancres a {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-left: 12px;
      margin-right: 12px;
      text-decoration: none;
      line-height: 140%;
      font-size: 0.888em; }
      .module-31-menu-anchors .container_ancres a:first-of-type {
        margin-left: 0; }

.module-32-hero-landing {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.module-32-hero-landing {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0;
  /* -- @include break(mobile)-- */ }
  .module-32-hero-landing.bg_pink .breadcrumb ul li a:hover {
    color: #FFA4DF; }
  .module-32-hero-landing:not(.bg-media):not(.bg-white) .btn {
    background-color: #ffffff;
    color: #9A0A80; }
    .module-32-hero-landing:not(.bg-media):not(.bg-white) .btn::before, .module-32-hero-landing:not(.bg-media):not(.bg-white) .btn::after {
      background-color: #9A0A80; }
  .module-32-hero-landing .bg picture {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-32-hero-landing .bg picture {
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .module-32-hero-landing .bg .img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    .module-32-hero-landing .bg .img.mobile {
      display: block;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-32-hero-landing .bg .img.mobile {
          display: none; } }
      .module-32-hero-landing .bg .img.mobile-display {
        display: none;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-32-hero-landing .bg .img.mobile-display {
            display: block; } }
  .module-32-hero-landing .bg picture,
  .module-32-hero-landing .bg video,
  .module-32-hero-landing .bg iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-32-hero-landing .bg picture,
      .module-32-hero-landing .bg video,
      .module-32-hero-landing .bg iframe {
        left: 50%; } }
    .module-32-hero-landing .bg picture img,
    .module-32-hero-landing .bg video img,
    .module-32-hero-landing .bg iframe img {
      -o-object-fit: contain;
         object-fit: contain;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-32-hero-landing .bg picture img,
        .module-32-hero-landing .bg video img,
        .module-32-hero-landing .bg iframe img {
          -o-object-fit: cover;
             object-fit: cover; } }
      .module-32-hero-landing .bg picture img.mobile,
      .module-32-hero-landing .bg video img.mobile,
      .module-32-hero-landing .bg iframe img.mobile {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-32-hero-landing .bg picture img.mobile,
          .module-32-hero-landing .bg video img.mobile,
          .module-32-hero-landing .bg iframe img.mobile {
            display: none; } }
        .module-32-hero-landing .bg picture img.mobile-display,
        .module-32-hero-landing .bg video img.mobile-display,
        .module-32-hero-landing .bg iframe img.mobile-display {
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-32-hero-landing .bg picture img.mobile-display,
            .module-32-hero-landing .bg video img.mobile-display,
            .module-32-hero-landing .bg iframe img.mobile-display {
              display: block; } }
  .module-32-hero-landing .wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-32-hero-landing .wrapper-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px; } }
    @media only screen and (max-width: 768px) {
      .module-32-hero-landing .wrapper-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .module-32-hero-landing .wrapper-content .col-left {
      width: 65%;
      padding: 60px;
      margin-left: -60px;
      color: #ffffff;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-32-hero-landing .wrapper-content .col-left {
          padding: 32px 22px;
          margin-left: 0;
          width: 100%; } }
      .module-32-hero-landing .wrapper-content .col-left.bg-white {
        color: #343436;
        background-color: #ffffff;
        border-radius: 20px; }
      .module-32-hero-landing .wrapper-content .col-left .title-h1,
      .module-32-hero-landing .wrapper-content .col-left .title-h2 {
        margin-bottom: 35px; }
      .module-32-hero-landing .wrapper-content .col-left .txt {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
    .module-32-hero-landing .wrapper-content .col-right {
      width: 35%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-32-hero-landing .wrapper-content .col-right {
          width: 100%; } }
      .module-32-hero-landing .wrapper-content .col-right picture,
      .module-32-hero-landing .wrapper-content .col-right .cover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 450px;
        height: 450px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-32-hero-landing .wrapper-content .col-right picture,
          .module-32-hero-landing .wrapper-content .col-right .cover {
            width: 100%;
            height: 350px; } }
        .module-32-hero-landing .wrapper-content .col-right picture img,
        .module-32-hero-landing .wrapper-content .col-right .cover img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-32-hero-landing .wrapper-content .col-right picture img,
            .module-32-hero-landing .wrapper-content .col-right .cover img {
              display: none; } }
          .module-32-hero-landing .wrapper-content .col-right picture img.mobile,
          .module-32-hero-landing .wrapper-content .col-right .cover img.mobile {
            display: none;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-32-hero-landing .wrapper-content .col-right picture img.mobile,
              .module-32-hero-landing .wrapper-content .col-right .cover img.mobile {
                display: block; } }
      .module-32-hero-landing .wrapper-content .col-right .cover {
        position: relative;
        -o-object-fit: cover;
           object-fit: cover; }
        .module-32-hero-landing .wrapper-content .col-right .cover .play {
          width: 81px;
          height: 81px; }
        .module-32-hero-landing .wrapper-content .col-right .cover.mobile {
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-32-hero-landing .wrapper-content .col-right .cover.mobile {
              display: none; } }
          .module-32-hero-landing .wrapper-content .col-right .cover.mobile-display {
            display: none;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-32-hero-landing .wrapper-content .col-right .cover.mobile-display {
                display: block; } }
    .module-32-hero-landing .wrapper-content.order-mobile .col-left {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-32-hero-landing .wrapper-content.order-mobile .col-left {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .module-32-hero-landing .wrapper-content.order-mobile .col-right {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-32-hero-landing .wrapper-content.order-mobile .col-right {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.module-33-2cols-landing {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.module-33-2cols-landing {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  color: #343436;
  background-color: #F8F7F7;
  /* -- @include break(mobile)-- */ }
  .module-33-2cols-landing .wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-33-2cols-landing .wrapper-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 40px; } }
    @media only screen and (max-width: 768px) {
      .module-33-2cols-landing .wrapper-content {
        padding-top: 40px;
        padding-bottom: 40px; } }
    .module-33-2cols-landing .wrapper-content .col-left {
      width: 50%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-33-2cols-landing .wrapper-content .col-left {
          width: 100%; } }
      .module-33-2cols-landing .wrapper-content .col-left .title-h2 {
        margin-bottom: 20px; }
      .module-33-2cols-landing .wrapper-content .col-left .txt {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; }
      .module-33-2cols-landing .wrapper-content .col-left picture,
      .module-33-2cols-landing .wrapper-content .col-left video {
        width: 100%;
        margin-bottom: 40px; }
      .module-33-2cols-landing .wrapper-content .col-left .mobile {
        display: block;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-33-2cols-landing .wrapper-content .col-left .mobile {
            display: none; } }
        .module-33-2cols-landing .wrapper-content .col-left .mobile-display {
          display: none;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-33-2cols-landing .wrapper-content .col-left .mobile-display {
              display: block;
              margin-bottom: 40px; } }
    .module-33-2cols-landing .wrapper-content .col-right {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-33-2cols-landing .wrapper-content .col-right {
          width: 100%; } }
      .module-33-2cols-landing .wrapper-content .col-right picture,
      .module-33-2cols-landing .wrapper-content .col-right .cover {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 450px;
        height: 450px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-33-2cols-landing .wrapper-content .col-right picture,
          .module-33-2cols-landing .wrapper-content .col-right .cover {
            width: 100%;
            height: 350px; } }
        .module-33-2cols-landing .wrapper-content .col-right picture img,
        .module-33-2cols-landing .wrapper-content .col-right .cover img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          .module-33-2cols-landing .wrapper-content .col-right picture img.mobile,
          .module-33-2cols-landing .wrapper-content .col-right .cover img.mobile {
            display: block;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-33-2cols-landing .wrapper-content .col-right picture img.mobile,
              .module-33-2cols-landing .wrapper-content .col-right .cover img.mobile {
                display: none; } }
            .module-33-2cols-landing .wrapper-content .col-right picture img.mobile-display,
            .module-33-2cols-landing .wrapper-content .col-right .cover img.mobile-display {
              display: none;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
                .module-33-2cols-landing .wrapper-content .col-right picture img.mobile-display,
                .module-33-2cols-landing .wrapper-content .col-right .cover img.mobile-display {
                  display: block; } }
      .module-33-2cols-landing .wrapper-content .col-right .cover {
        position: relative;
        -o-object-fit: cover;
           object-fit: cover; }
        .module-33-2cols-landing .wrapper-content .col-right .cover .play {
          width: 81px;
          height: 81px; }
        .module-33-2cols-landing .wrapper-content .col-right .cover.mobile {
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-33-2cols-landing .wrapper-content .col-right .cover.mobile {
              display: none; } }
          .module-33-2cols-landing .wrapper-content .col-right .cover.mobile-display {
            display: none;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .module-33-2cols-landing .wrapper-content .col-right .cover.mobile-display {
                display: block; } }
    .module-33-2cols-landing .wrapper-content.order-mobile .col-left {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-33-2cols-landing .wrapper-content.order-mobile .col-left {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
    .module-33-2cols-landing .wrapper-content.order-mobile .col-right {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-33-2cols-landing .wrapper-content.order-mobile .col-right {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; } }

.module-32-hero-landing + .module-33-2cols-landing {
  margin-top: 120px; }

.module-34-boxes-landing {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .module-34-boxes-landing .top_container .title-h2 {
    text-align: center;
    margin: 0 auto;
    max-width: 60%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-34-boxes-landing .top_container .title-h2 {
        max-width: 100%; } }
  .module-34-boxes-landing .card {
    width: calc((100% / 2) - 37px);
    padding: 32px 28px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
    /* -- @include break(mobile)-- */ }
    .module-34-boxes-landing .card:nth-child(1), .module-34-boxes-landing .card:nth-child(2), .module-34-boxes-landing .card:nth-child(3) {
      width: calc((100% / 3) - 37px); }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-34-boxes-landing .card {
        width: 100%; }
        .module-34-boxes-landing .card:nth-child(1), .module-34-boxes-landing .card:nth-child(2), .module-34-boxes-landing .card:nth-child(3) {
          width: 100%; } }
    .module-34-boxes-landing .card .icon {
      max-width: 100px; }
    .module-34-boxes-landing .card .card-content .title-h2 {
      font-size: 20px;
      line-height: 150%;
      margin-bottom: 12px; }
    .module-34-boxes-landing .card .card-content_txt {
      font-size: 17px;
      font-weight: 400;
      line-height: 150%; }
    .module-34-boxes-landing .card.layout-vertical .icon {
      margin-bottom: 25px; }
    .module-34-boxes-landing .card.layout-horizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 22px; }
      .module-34-boxes-landing .card.layout-horizontal .icon {
        min-width: 60px; }
  .module-34-boxes-landing.layout-grid .grid_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
    row-gap: 50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-34-boxes-landing.layout-grid .grid_container {
        row-gap: 30px; } }

.module-35-map {
  margin-top: -60px;
  padding-top: 0;
  padding-bottom: 0; }
  .module-35-map .hotspot_inner {
    position: relative; }
  .module-35-map .img_container {
    width: 100%; }
    .module-35-map .img_container img {
      width: 100%;
      height: auto; }
  .module-35-map .hotspot {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute; }
    .module-35-map .hotspot.open {
      z-index: 4; }
    .module-35-map .hotspot .icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-35-map .hotspot .icon {
          width: 32px;
          height: 32px; } }
      .module-35-map .hotspot .icon .plus {
        width: 22px;
        height: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-35-map .hotspot .icon .plus {
            height: 18px;
            width: 18px; } }
        .module-35-map .hotspot .icon .plus div {
          background-color: #ffffff;
          width: 100%;
          height: 2px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          .module-35-map .hotspot .icon .plus div.line1 {
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
                    transform: translate(-50%, -50%) rotate(90deg);
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
      .module-35-map .hotspot .icon svg {
        height: 22px;
        width: auto;
        max-width: 26px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        /* -- @include break(mobile)-- */ }
        .module-35-map .hotspot .icon svg path {
          fill: #ffffff; }
        @media only screen and (max-width: 768px) {
          .module-35-map .hotspot .icon svg {
            height: 18px; } }
      .module-35-map .hotspot .icon.bg_yellow svg path {
        fill: #343436; }
      .module-35-map .hotspot .icon.bg_yellow .plus div {
        background-color: #343436; }
      .module-35-map .hotspot .icon:hover, .module-35-map .hotspot .icon.open {
        background-color: #ffffff; }
        .module-35-map .hotspot .icon:hover .plus, .module-35-map .hotspot .icon:hover svg, .module-35-map .hotspot .icon.open .plus, .module-35-map .hotspot .icon.open svg {
          -webkit-transform: translate(-50%, -50%) scale(1.18);
                  transform: translate(-50%, -50%) scale(1.18); }
        .module-35-map .hotspot .icon:hover.bg_pink svg path, .module-35-map .hotspot .icon.open.bg_pink svg path {
          fill: #9A0A80; }
        .module-35-map .hotspot .icon:hover.bg_pink .plus div, .module-35-map .hotspot .icon.open.bg_pink .plus div {
          background-color: #9A0A80; }
        .module-35-map .hotspot .icon:hover.bg_blue svg path, .module-35-map .hotspot .icon.open.bg_blue svg path {
          fill: #005F82; }
        .module-35-map .hotspot .icon:hover.bg_blue .plus div, .module-35-map .hotspot .icon.open.bg_blue .plus div {
          background-color: #005F82; }
        .module-35-map .hotspot .icon:hover.bg_green svg path, .module-35-map .hotspot .icon.open.bg_green svg path {
          fill: #1C632C; }
        .module-35-map .hotspot .icon:hover.bg_green .plus div, .module-35-map .hotspot .icon.open.bg_green .plus div {
          background-color: #1C632C; }
        .module-35-map .hotspot .icon:hover.bg_orange svg path, .module-35-map .hotspot .icon.open.bg_orange svg path {
          fill: #D14900; }
        .module-35-map .hotspot .icon:hover.bg_orange .plus div, .module-35-map .hotspot .icon.open.bg_orange .plus div {
          background-color: #D14900; }
        .module-35-map .hotspot .icon:hover.bg_yellow, .module-35-map .hotspot .icon.open.bg_yellow {
          background-color: #343436; }
          .module-35-map .hotspot .icon:hover.bg_yellow svg path, .module-35-map .hotspot .icon.open.bg_yellow svg path {
            fill: #FFC801; }
          .module-35-map .hotspot .icon:hover.bg_yellow .plus div, .module-35-map .hotspot .icon.open.bg_yellow .plus div {
            background-color: #FFC801; }
      .module-35-map .hotspot .icon:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
      .module-35-map .hotspot .icon.open .plus div.line1 {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg); }
    .module-35-map .hotspot .content_box {
      padding: 22px 18px;
      font-size: 12px;
      border-radius: 20px;
      position: absolute;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      height: -webkit-max-content;
      height: -moz-max-content;
      height: max-content;
      max-width: 335px;
      max-height: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      display: none; }
      .module-35-map .hotspot .content_box h6 {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .module-35-map .hotspot .content_box .txt {
        -ms-flex-negative: 1;
            flex-shrink: 1;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        overflow-y: auto; }
      .module-35-map .hotspot .content_box .link {
        font-size: 10px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 140%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-top: 15px; }
      .module-35-map .hotspot .content_box.pos-top_bottom {
        top: calc(100% + 10px); }
      .module-35-map .hotspot .content_box.pos-top_top {
        top: -10px;
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); }
      .module-35-map .hotspot .content_box.pos-left_left {
        right: 0; }
      .module-35-map .hotspot .content_box.pos-left_right {
        left: 0; }
      .module-35-map .hotspot .content_box.bg_pink .link:hover {
        color: #FFA4DF; }
      .module-35-map .hotspot .content_box.bg_blue .link:hover {
        color: #7EB6E2; }
      .module-35-map .hotspot .content_box.bg_green .link:hover {
        color: #CED976; }
      .module-35-map .hotspot .content_box.bg_yellow .link:hover {
        color: #FDEE88; }
      .module-35-map .hotspot .content_box.bg_orange .link:hover {
        color: #FFA96E; }
  .module-35-map .hotspots_mobile {
    margin-top: 15px;
    display: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-35-map .hotspots_mobile {
        display: block; } }
  .module-35-map .hotspot_mobile {
    font-size: 16px; }
    .module-35-map .hotspot_mobile .title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: 5%;
      margin-right: 5%;
      width: 90%;
      border-bottom: 1px solid #E9EDF2; }
      .module-35-map .hotspot_mobile .title h6 {
        margin-bottom: 0;
        -ms-flex-negative: 1;
            flex-shrink: 1; }
      .module-35-map .hotspot_mobile .title .plus {
        height: 18px;
        width: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        margin-left: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
        .module-35-map .hotspot_mobile .title .plus div {
          background-color: #343436;
          width: 100%;
          height: 2px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
          .module-35-map .hotspot_mobile .title .plus div.line1 {
            -webkit-transform: translate(-50%, -50%) rotate(90deg);
                    transform: translate(-50%, -50%) rotate(90deg); }
    .module-35-map .hotspot_mobile .drop {
      overflow: hidden;
      height: 0;
      display: none; }
      .module-35-map .hotspot_mobile .drop .content_drop {
        padding: 20px 5%; }
        .module-35-map .hotspot_mobile .drop .content_drop .link {
          font-size: 14px;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 700;
          line-height: 140%;
          letter-spacing: 0.6px;
          text-transform: uppercase;
          cursor: pointer;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          margin-top: 10px; }
    .module-35-map .hotspot_mobile.open .plus div.line1 {
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg); }

.popup_dash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none; }
  .popup_dash .bg {
    background: rgba(52, 52, 54, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .popup_dash .popup_container {
    background-color: #ffffff;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 20px;
    width: 675px;
    z-index: 2;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .popup_dash .popup_container {
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 0px;
        width: 100%;
        border-radius: 0; } }
    .popup_dash .popup_container .popup_inner {
      overflow-y: auto;
      overflow-x: hidden;
      padding: 65px 25px;
      height: 100%; }
    .popup_dash .popup_container .close_container {
      position: absolute;
      top: 0px;
      right: 0px;
      left: 0;
      cursor: pointer;
      padding: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      background-color: #ffffff;
      border-radius: 20px 20px 0px 0px;
      z-index: 4;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .popup_dash .popup_container .close_container {
          border-radius: 0px; } }
    .popup_dash .popup_container .popup_module {
      margin-bottom: 40px; }
      .popup_dash .popup_container .popup_module:last-of-type {
        margin-bottom: 0; }
    .popup_dash .popup_container .popup_module-01-text .btn {
      margin-top: 25px; }
    .popup_dash .popup_container .popup_module-02-image-video {
      position: relative; }
      .popup_dash .popup_container .popup_module-02-image-video img {
        width: 100%; }
      .popup_dash .popup_container .popup_module-02-image-video .caption {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #ffffff;
        background-color: #9A0A80;
        padding: 8px;
        font-size: 10px;
        opacity: 0.7;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1em;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .popup_dash .popup_container .popup_module-02-image-video .caption {
            padding: 7px;
            font-size: 10px;
            bottom: 0;
            -webkit-transform: translateY(100%);
                    transform: translateY(100%); } }
        .popup_dash .popup_container .popup_module-02-image-video .caption:hover {
          opacity: 1; }
    .popup_dash .popup_container .popup_module-03-image-video-2col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .popup_dash .popup_container .popup_module-03-image-video-2col .col {
        width: 47.5%;
        position: relative; }
        .popup_dash .popup_container .popup_module-03-image-video-2col .col .play {
          width: 80px; }
      .popup_dash .popup_container .popup_module-03-image-video-2col img {
        width: 100%; }
      .popup_dash .popup_container .popup_module-03-image-video-2col .caption {
        position: absolute;
        bottom: 0;
        right: 0;
        color: #ffffff;
        background-color: #9A0A80;
        padding: 8px;
        font-size: 10px;
        opacity: 0.7;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 1em;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .popup_dash .popup_container .popup_module-03-image-video-2col .caption {
            padding: 7px;
            font-size: 10px;
            bottom: 0;
            -webkit-transform: translateY(100%);
                    transform: translateY(100%); } }
        .popup_dash .popup_container .popup_module-03-image-video-2col .caption:hover {
          opacity: 1; }
    .popup_dash .popup_container .popup_module-04-slider .slider_container {
      position: relative; }
      .popup_dash .popup_container .popup_module-04-slider .slider_container .slider_nav {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 95%;
        z-index: 10;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        pointer-events: none; }
        .popup_dash .popup_container .popup_module-04-slider .slider_container .slider_nav .slider_arrow {
          pointer-events: all;
          width: 30px;
          opacity: 0.8; }
          .popup_dash .popup_container .popup_module-04-slider .slider_container .slider_nav .slider_arrow:hover {
            opacity: 1; }
      .popup_dash .popup_container .popup_module-04-slider .slider_container .slide_caption {
        padding: 8px;
        font-size: 10px;
        opacity: 0.7;
        -webkit-transition: 0.4s;
        transition: 0.4s; }
        .popup_dash .popup_container .popup_module-04-slider .slider_container .slide_caption:hover {
          opacity: 1; }
      .popup_dash .popup_container .popup_module-04-slider .slider_container .img-container {
        position: relative; }
      .popup_dash .popup_container .popup_module-04-slider .slider_container .slider_wrapper .slide picture.vertical img {
        -o-object-fit: contain;
           object-fit: contain; }
    .popup_dash .popup_container .popup_module-05-testimonial {
      margin-left: -25px;
      margin-right: -25px; }
      .popup_dash .popup_container .popup_module-05-testimonial .testimony-content {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        position: relative; }
        .popup_dash .popup_container .popup_module-05-testimonial .testimony-content svg {
          position: absolute;
          width: 44px;
          top: -20px;
          left: 7px;
          z-index: 0; }
        .popup_dash .popup_container .popup_module-05-testimonial .testimony-content .txt {
          position: relative;
          z-index: 2;
          font-family: 'Ubuntu', sans-serif;
          font-style: normal;
          font-weight: 500; }
      .popup_dash .popup_container .popup_module-05-testimonial .testimonial_bottom {
        padding-top: 25px;
        padding-left: 25px;
        font-size: 1em;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        width: calc(100% - 120px); }
      .popup_dash .popup_container .popup_module-05-testimonial .testimony-img {
        position: absolute;
        bottom: -7px;
        right: 0; }
    .popup_dash .popup_container .popup_module-06-stories .cards_highlight .highlight a {
      min-height: 450px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .popup_dash .popup_container .popup_module-06-stories .cards_highlight .highlight a {
          height: 100%;
          min-height: 260px; } }
    .popup_dash .popup_container .popup_module-06-stories .cards_highlight .highlight {
      padding-right: 0; }

.module-36-newsletter_form .container {
  border-radius: 60px;
  padding: 25px 25px 25px 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-36-newsletter_form .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-radius: 30px;
      padding: 25px;
      gap: 20px 25px; } }
  .module-36-newsletter_form .container .content {
    width: 35%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-36-newsletter_form .container .content {
        width: 100%; } }
  .module-36-newsletter_form .container .form_container {
    width: 60%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-36-newsletter_form .container .form_container {
        width: 100%; } }
    .module-36-newsletter_form .container .form_container iframe {
      border-radius: 40px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-36-newsletter_form .container .form_container iframe {
          border-radius: 20px; } }
  .module-36-newsletter_form .container .btn {
    margin-top: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-36-newsletter_form .container .btn {
        margin-top: 20px; } }
  .module-36-newsletter_form .container .arcs {
    position: absolute;
    right: -50px;
    top: -50px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-36-newsletter_form .container .arcs {
        right: -19px;
        top: -52px;
        width: 50px; } }

.module-37-carousel_cards {
  overflow: hidden; }
  .module-37-carousel_cards .top_container {
    padding-right: 35%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-37-carousel_cards .top_container {
        padding-right: 0%; } }
  .module-37-carousel_cards .card-project {
    width: 275px;
    height: 342px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-transition: none;
    transition: none;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-37-carousel_cards .card-project {
        width: 50%;
        min-width: 306px; } }
    .module-37-carousel_cards .card-project .card-filter {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0.5;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 52, 54, 0)), to(#343436));
      background: linear-gradient(180deg, rgba(52, 52, 54, 0) 0%, #343436 100%);
      z-index: 1; }
    .module-37-carousel_cards .card-project_top {
      background-position: center;
      background-size: cover;
      width: 100%;
      position: relative;
      height: 100%; }
    .module-37-carousel_cards .card-project .arrow {
      position: absolute;
      z-index: 4;
      width: 38px;
      height: 38px;
      top: 20px;
      right: 20px; }
      .module-37-carousel_cards .card-project .arrow svg {
        width: 38px;
        height: 38px; }
        .module-37-carousel_cards .card-project .arrow svg circle, .module-37-carousel_cards .card-project .arrow svg path {
          -webkit-transition: fill 0.4s;
          transition: fill 0.4s; }
    .module-37-carousel_cards .card-project_overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      padding: 40px 34px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-transition: background-color 0.4s;
      transition: background-color 0.4s;
      overflow-y: scroll;
      overflow-x: hidden;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;
      z-index: 2; }
      .module-37-carousel_cards .card-project_overlay::-webkit-scrollbar {
        width: 0 !important; }
      .module-37-carousel_cards .card-project_overlay .title-h2 {
        margin-bottom: 0;
        color: #ffffff;
        position: relative;
        z-index: 2;
        font-size: 1.45em; }
    .module-37-carousel_cards .card-project .card-project_overlay-bg {
      position: absolute;
      width: 38px;
      height: 38px;
      top: 20px;
      right: 20px;
      background-color: #CED976;
      border-radius: 50%;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      z-index: 1; }
    .module-37-carousel_cards .card-project_txt {
      display: none;
      overflow: hidden;
      z-index: 2;
      position: relative;
      font-size: 13px; }
    .module-37-carousel_cards .card-project .txt_date {
      margin-top: 10px; }
    .module-37-carousel_cards .card-project_txt-inner {
      padding-top: 10px; }
    .module-37-carousel_cards .card-project:hover .card-project_overlay {
      color: #343436; }
      .module-37-carousel_cards .card-project:hover .card-project_overlay .title-h2 {
        color: #343436; }
    .module-37-carousel_cards .card-project:hover .arrow circle {
      fill: #1C632C; }
    .module-37-carousel_cards .card-project:hover .arrow path {
      fill: #CED976; }
    .module-37-carousel_cards .card-project:hover .card-project_overlay-bg {
      -webkit-transform: scale(20);
              transform: scale(20); }
    .module-37-carousel_cards .card-project_ghost {
      padding: 0 !important;
      height: 0 !important; }
  .module-37-carousel_cards .slider_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-37-carousel_cards .slider_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-37-carousel_cards .slider_wrap .arrow_left.desktop {
      margin-left: 5%;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        .module-37-carousel_cards .slider_wrap .arrow_left.desktop {
          margin-left: 2.5%; } }
    .module-37-carousel_cards .slider_wrap .arrow_right.desktop {
      margin-right: 5%;
      cursor: pointer;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1375px) {
        .module-37-carousel_cards .slider_wrap .arrow_right.desktop {
          margin-right: 2.5%; } }
  .module-37-carousel_cards .slider {
    width: 75%;
    max-width: 1175px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 25px;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    .module-37-carousel_cards .slider::-webkit-scrollbar {
      width: 0 !important; }
    @media only screen and (max-width: 1375px) {
      .module-37-carousel_cards .slider {
        width: 80%; } }
    @media only screen and (max-width: 768px) {
      .module-37-carousel_cards .slider {
        width: 100%;
        scroll-padding-left: 5%;
        scroll-padding-right: 5%;
        padding-left: 5%;
        padding-right: 5%; } }
    .module-37-carousel_cards .slider .card-project {
      scroll-snap-align: start;
      scroll-snap-stop: always; }
  .module-37-carousel_cards .slider_nav.mobile {
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-37-carousel_cards .slider_nav.mobile {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%; } }
  .module-37-carousel_cards .arrow_left, .module-37-carousel_cards .arrow_right {
    cursor: pointer; }
    .module-37-carousel_cards .arrow_left path, .module-37-carousel_cards .arrow_left circle, .module-37-carousel_cards .arrow_left ellipse, .module-37-carousel_cards .arrow_right path, .module-37-carousel_cards .arrow_right circle, .module-37-carousel_cards .arrow_right ellipse {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .module-37-carousel_cards .arrow_left:hover path, .module-37-carousel_cards .arrow_right:hover path {
      fill: #FFA4DF; }
    .module-37-carousel_cards .arrow_left:hover circle, .module-37-carousel_cards .arrow_left:hover ellipse, .module-37-carousel_cards .arrow_right:hover circle, .module-37-carousel_cards .arrow_right:hover ellipse {
      fill-opacity: 1; }

.module-bw-whats-on_feature .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-whats-on_feature .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-bw-whats-on_feature .feature {
  width: 68%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 25px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-whats-on_feature .feature {
      padding-right: 0;
      width: 100%;
      margin-bottom: 25px; } }
  .module-bw-whats-on_feature .feature a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 40px;
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    color: #ffffff;
    min-height: 350px;
    padding-bottom: 68%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-whats-on_feature .feature a {
        padding: 25px;
        width: 100%;
        max-width: 370px;
        margin-bottom: 25px;
        height: 119vw;
        max-height: 500px;
        margin-left: auto;
        margin-right: auto; } }
    .module-bw-whats-on_feature .feature a .feature_image {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .module-bw-whats-on_feature .feature a .tag {
      position: absolute;
      z-index: 2;
      top: 14px;
      left: 14px;
      background-color: #F6E0ED;
      color: #9A0A80;
      font-size: 12px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      padding: 6px;
      border-radius: 4px;
      text-align: center; }
      .module-bw-whats-on_feature .feature a .tag span {
        display: block; }
    .module-bw-whats-on_feature .feature a .img,
    .module-bw-whats-on_feature .feature a .image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .module-bw-whats-on_feature .feature a .feature_filter {
      z-index: 0;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(33.5%, rgba(52, 52, 54, 0)), to(#343436));
      background: linear-gradient(180deg, rgba(52, 52, 54, 0) 33.5%, #343436 100%); }
    .module-bw-whats-on_feature .feature a .feature_info {
      position: absolute;
      bottom: 40px;
      left: 40px;
      right: 40px;
      z-index: 1;
      overflow: hidden; }
      .module-bw-whats-on_feature .feature a .feature_info .txt_inner {
        -webkit-transform: translateY(1.2em);
                transform: translateY(1.2em);
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-bw-whats-on_feature .feature a .feature_info .txt_inner {
            -webkit-transform: translateY(0);
                    transform: translateY(0); } }
      .module-bw-whats-on_feature .feature a .feature_info .feature_date {
        margin-bottom: 20px;
        font-size: 1.0625rem;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700; }
      .module-bw-whats-on_feature .feature a .feature_info .feature_title {
        width: 460px; }
      .module-bw-whats-on_feature .feature a .feature_info .cta {
        position: relative;
        z-index: 1;
        font-size: 16px;
        line-height: 140%;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700; }
        .module-bw-whats-on_feature .feature a .feature_info .cta svg {
          width: 20px;
          margin-bottom: -4px;
          margin-left: 14px; }
          .module-bw-whats-on_feature .feature a .feature_info .cta svg path {
            -webkit-transition: all 0.4s;
            transition: all 0.4s; }
    .module-bw-whats-on_feature .feature a:hover {
      color: #ffffff; }
      .module-bw-whats-on_feature .feature a:hover .txt_inner {
        -webkit-transform: translateY(0);
                transform: translateY(0); }

.module-bw-whats-on_feature .small_feature {
  width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  text-decoration: none; }
  .module-bw-whats-on_feature .small_feature .small_feature_image {
    width: 100%;
    padding-bottom: 68%;
    position: relative; }
    .module-bw-whats-on_feature .small_feature .small_feature_image .img,
    .module-bw-whats-on_feature .small_feature .small_feature_image .image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .module-bw-whats-on_feature .small_feature .tag {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 14px;
    background-color: #F6E0ED;
    color: #9A0A80;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 4px;
    text-align: center; }
    .module-bw-whats-on_feature .small_feature .tag span {
      display: block; }
  .module-bw-whats-on_feature .small_feature .small_feature_info .txt_inner {
    -webkit-transform: translateY(1.2em);
            transform: translateY(1.2em);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-whats-on_feature .small_feature .small_feature_info .txt_inner {
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
    .module-bw-whats-on_feature .small_feature .small_feature_info .txt_inner .small_feature_date {
      margin-bottom: 20px;
      font-size: 1.0625rem;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #9A0A80; }
    .module-bw-whats-on_feature .small_feature .small_feature_info .txt_inner .small_feature_title {
      color: #343436;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
  .module-bw-whats-on_feature .small_feature:hover .small_feature_title {
    color: #9A0A80 !important; }

.module-bw-whats-on_always-on .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-whats-on_always-on .title-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 40px; } }
  .module-bw-whats-on_always-on .title-container .title h2 {
    margin: 0; }
  .module-bw-whats-on_always-on .title-container .cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-whats-on_always-on .title-container .cta {
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 20px; } }
    .module-bw-whats-on_always-on .title-container .cta a {
      color: #9A0A80;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1rem;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .module-bw-whats-on_always-on .title-container .cta a:hover {
        opacity: 0.7; }
      .module-bw-whats-on_always-on .title-container .cta a svg {
        margin-left: 14px; }
    .module-bw-whats-on_always-on .title-container .cta .arrow_wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 12px; }
      .module-bw-whats-on_always-on .title-container .cta .arrow_wrap .arrow_left,
      .module-bw-whats-on_always-on .title-container .cta .arrow_wrap .arrow_right {
        cursor: pointer;
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease; }
        .module-bw-whats-on_always-on .title-container .cta .arrow_wrap .arrow_left:hover:not([style*="pointer-events: none"]),
        .module-bw-whats-on_always-on .title-container .cta .arrow_wrap .arrow_right:hover:not([style*="pointer-events: none"]) {
          opacity: 0.7; }
        .module-bw-whats-on_always-on .title-container .cta .arrow_wrap .arrow_left svg,
        .module-bw-whats-on_always-on .title-container .cta .arrow_wrap .arrow_right svg {
          display: block; }

.module-bw-whats-on_always-on > .container:last-child {
  overflow: visible; }

.module-bw-whats-on_always-on .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 20px;
  width: 100vw;
  padding-left: calc((100vw - 1172px) / 2);
  padding-right: calc((100vw - 1172px) / 2);
  scroll-padding-left: calc((100vw - 1172px) / 2);
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1375px) {
    .module-bw-whats-on_always-on .slider {
      padding-left: 5vw;
      padding-right: 5vw;
      scroll-padding-left: 5vw; } }
  @media only screen and (max-width: 768px) {
    .module-bw-whats-on_always-on .slider {
      gap: 15px; } }
  .module-bw-whats-on_always-on .slider::-webkit-scrollbar {
    display: none; }
  .module-bw-whats-on_always-on .slider .card-post {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.333% - 14px);
            flex: 0 0 calc(33.333% - 14px);
    max-width: 370px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    min-width: 300px;
    scroll-snap-align: start;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-bw-whats-on_always-on .slider .card-post {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(50% - 10px);
                flex: 0 0 calc(50% - 10px); } }
    @media only screen and (max-width: 768px) {
      .module-bw-whats-on_always-on .slider .card-post {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 calc(100% - 15px);
                flex: 0 0 calc(100% - 15px);
        min-width: 280px; } }
    .module-bw-whats-on_always-on .slider .card-post .img {
      width: 100%;
      aspect-ratio: 16 / 9;
      position: relative;
      overflow: hidden; }
      .module-bw-whats-on_always-on .slider .card-post .img picture {
        width: 100%;
        height: 100%; }
      .module-bw-whats-on_always-on .slider .card-post .img .image {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
      .module-bw-whats-on_always-on .slider .card-post .img .tag {
        position: absolute;
        z-index: 2;
        top: 14px;
        left: 14px;
        background-color: #F6E0ED;
        color: #9A0A80;
        font-size: 12px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 6px;
        border-radius: 4px;
        text-align: center; }
        .module-bw-whats-on_always-on .slider .card-post .img .tag span {
          display: block; }
    .module-bw-whats-on_always-on .slider .card-post .content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .module-bw-whats-on_always-on .slider .card-post .content .date {
        margin-top: 16px;
        margin-bottom: 6px;
        font-size: 1.0625rem;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        color: #9A0A80; }
      .module-bw-whats-on_always-on .slider .card-post .content .title-h6 {
        margin: 0;
        color: #343436;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700; }

.module-bw-whats-on_archives .filter_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-whats-on_archives .filter_container {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-bottom: 40px; } }
  .module-bw-whats-on_archives .filter_container .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #9A0A80;
    gap: 20px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-whats-on_archives .filter_container .left {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .module-bw-whats-on_archives .filter_container .left h6 {
      margin: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-whats-on_archives .filter_container .left h6 {
          display: none; } }
    .module-bw-whats-on_archives .filter_container .left .drop_cat {
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-whats-on_archives .filter_container .left .drop_cat {
          width: 100%; } }
      .module-bw-whats-on_archives .filter_container .left .drop_cat select {
        padding: 16px 42px 16px 32px;
        border: 1px solid #9A0A80;
        color: #9A0A80;
        border-radius: 34px;
        margin-left: 60px;
        letter-spacing: 0.96px;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 500;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        cursor: pointer;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-bw-whats-on_archives .filter_container .left .drop_cat select {
            margin-left: 0px;
            width: 100%; } }
      .module-bw-whats-on_archives .filter_container .left .drop_cat:first-of-type select {
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-bw-whats-on_archives .filter_container .left .drop_cat:first-of-type select {
            margin-bottom: 15px; } }
      .module-bw-whats-on_archives .filter_container .left .drop_cat svg {
        position: absolute;
        top: 50%;
        right: 14px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        pointer-events: none; }
  .module-bw-whats-on_archives .filter_container .right {
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-whats-on_archives .filter_container .right {
        display: none; } }

.module-bw-whats-on_archives .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-whats-on_archives .card-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .module-bw-whats-on_archives .card-row .card-post {
    width: 370px;
    text-decoration: none;
    margin-right: 10px;
    margin-bottom: 48px;
    /* -- @include break(mobile)-- */ }
    .module-bw-whats-on_archives .card-row .card-post:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .module-bw-whats-on_archives .card-row .card-post {
        width: 100%;
        max-width: 370px;
        margin-right: 0px;
        margin-bottom: 25px; } }
    .module-bw-whats-on_archives .card-row .card-post .img {
      width: 100%;
      padding-bottom: 67%;
      position: relative;
      margin-bottom: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-whats-on_archives .card-row .card-post .img {
          margin-bottom: 15px; } }
      .module-bw-whats-on_archives .card-row .card-post .img picture {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
        .module-bw-whats-on_archives .card-row .card-post .img picture .image {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .module-bw-whats-on_archives .card-row .card-post .img .tag {
        position: absolute;
        z-index: 2;
        top: 14px;
        left: 14px;
        background-color: #F6E0ED;
        color: #9A0A80;
        font-size: 12px;
        font-family: 'Ubuntu', sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        padding: 6px;
        border-radius: 4px;
        text-align: center; }
        .module-bw-whats-on_archives .card-row .card-post .img .tag span {
          display: block; }
    .module-bw-whats-on_archives .card-row .card-post .content h6 {
      margin-bottom: 6px; }
    .module-bw-whats-on_archives .card-row .card-post .content .txt {
      margin-top: 12px;
      font-size: 14px;
      line-height: 1.5; }
    .module-bw-whats-on_archives .card-row .card-post .content .date {
      margin-top: 16px;
      margin-bottom: 6px;
      font-size: 1.0625rem;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      color: #9A0A80;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-whats-on_archives .card-row .card-post .content .date {
          margin-top: 12px; } }
  .module-bw-whats-on_archives .card-row .card-post_ghost {
    height: 0;
    margin: 0;
    padding: 0; }
  .module-bw-whats-on_archives .card-row .no-results {
    width: 100%;
    text-align: center;
    padding: 60px 20px; }
    .module-bw-whats-on_archives .card-row .no-results h3 {
      color: #343436;
      margin-bottom: 15px; }
    .module-bw-whats-on_archives .card-row .no-results p {
      color: rgba(52, 52, 54, 0.6);
      font-size: 16px; }

.module-bw-whats-on_archives .page_numbers .page-numbers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 75px;
  padding-left: 75px;
  list-style: none; }
  .module-bw-whats-on_archives .page_numbers .page-numbers li {
    display: inline-block; }
  .module-bw-whats-on_archives .page_numbers .page-numbers a, .module-bw-whats-on_archives .page_numbers .page-numbers span {
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding: 16px;
    display: inline-block; }
    .module-bw-whats-on_archives .page_numbers .page-numbers a:hover, .module-bw-whats-on_archives .page_numbers .page-numbers span:hover {
      color: #9A0A80; }
  .module-bw-whats-on_archives .page_numbers .page-numbers .current {
    line-height: 1;
    color: #9A0A80;
    background-color: #F6EDF5;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0; }
  .module-bw-whats-on_archives .page_numbers .page-numbers a.next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  .module-bw-whats-on_archives .page_numbers .page-numbers a.prev {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }

.module-bw-cpt-01_text.flex-block_first {
  margin-top: 0 !important; }

.module-bw-cpt-02_info-banner {
  padding: 40px 32px !important; }

.module-bw-cpt-02_info-banner {
  border-radius: 40px; }

.module-bw-cpt-03_iframe .iframe_wrap {
  pointer-events: all;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .module-bw-cpt-03_iframe .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.module-bw-cpt-04_testimonial .txt {
  font-size: 1.555em;
  line-height: 150%; }
  .module-bw-cpt-04_testimonial .txt p {
    display: inline; }

.module-bw-cpt-04_testimonial .name {
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.1em; }
  .module-bw-cpt-04_testimonial .name:first-of-type {
    padding-top: 20px; }

.module-bw-cpt-04_testimonial .container {
  position: relative; }
  .module-bw-cpt-04_testimonial .container .bg_shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 85%; }

.module-bw-cpt-04_testimonial .testimonial_content {
  position: relative;
  z-index: 2; }

.module-bw-cpt-04_testimonial.color-pink .txt, .module-bw-cpt-04_testimonial.color-pink .name {
  color: #9A0A80; }

.module-bw-cpt-04_testimonial.color-pink svg path {
  fill: #7EB6E2; }

.module-bw-cpt-04_testimonial.color-green .txt, .module-bw-cpt-04_testimonial.color-green .name {
  color: #1C632C; }

.module-bw-cpt-04_testimonial.color-green svg path {
  fill: #FDEE88; }

.module-bw-cpt-04_testimonial.color-yellow .txt, .module-bw-cpt-04_testimonial.color-yellow .name {
  color: #FFC801; }

.module-bw-cpt-04_testimonial.color-yellow svg path {
  fill: #CED976; }

.module-bw-cpt-04_testimonial.color-blue .txt, .module-bw-cpt-04_testimonial.color-blue .name {
  color: #005F82; }

.module-bw-cpt-04_testimonial.color-blue svg path {
  fill: #FFA4DF; }

.module-bw-cpt-04_testimonial.color-orange .txt, .module-bw-cpt-04_testimonial.color-orange .name {
  color: #D14900; }

.module-bw-cpt-04_testimonial.color-orange svg path {
  fill: #FDEE88; }

.module-bw-cpt-05_image-slider .slider_arrow-left {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2.5%; }
  .module-bw-cpt-05_image-slider .slider_arrow-left:hover {
    opacity: 1; }

.module-bw-cpt-05_image-slider .slider_arrow-right {
  opacity: 0.6;
  z-index: 5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.5%; }
  .module-bw-cpt-05_image-slider .slider_arrow-right:hover {
    opacity: 1; }

.module-bw-cpt-05_image-slider .slider_container {
  position: relative; }

.module-bw-cpt-05_image-slider .slider_wrapper {
  padding-bottom: 60%;
  position: relative; }

.module-bw-cpt-06_table .table_container {
  overflow-x: scroll;
  overflow-y: hidden; }

.module-bw-cpt-06_table table {
  width: 100%;
  background: rgba(52, 52, 54, 0.04);
  border-radius: 12px;
  overflow: hidden;
  min-width: 700px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-06_table table {
      min-width: 575px; } }
  .module-bw-cpt-06_table table .space {
    display: none; }
  .module-bw-cpt-06_table table thead, .module-bw-cpt-06_table table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .module-bw-cpt-06_table table th, .module-bw-cpt-06_table table td {
    width: 100%;
    text-align: left;
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .module-bw-cpt-06_table table th:last-of-type, .module-bw-cpt-06_table table td:last-of-type {
      border-right: none; }

.module-bw-cpt-06_table .scroll_icon {
  width: 100%;
  text-align: right;
  margin-top: 5px;
  display: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1; }
  .module-bw-cpt-06_table .scroll_icon.not-active {
    opacity: 0.5; }

.module-bw-cpt-07_collapse .collapse_top h4 {
  margin-bottom: 0px;
  line-height: 1em; }

.module-bw-cpt-07_collapse .btn {
  margin-top: 0;
  margin-bottom: 30px; }

.module-bw-cpt-07_collapse .txt, .module-bw-cpt-07_collapse h4 {
  margin-bottom: 30px; }

.module-bw-cpt-07_collapse .table_container {
  overflow-x: scroll;
  overflow-y: hidden; }

.module-bw-cpt-07_collapse table {
  width: 100%;
  background: rgba(52, 52, 54, 0.04);
  border-radius: 12px;
  overflow: hidden;
  min-width: 700px;
  margin-top: 30px;
  margin-bottom: 30px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-bw-cpt-07_collapse table {
      min-width: 600px; } }
  .module-bw-cpt-07_collapse table .space {
    display: none; }
  .module-bw-cpt-07_collapse table thead, .module-bw-cpt-07_collapse table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .module-bw-cpt-07_collapse table th, .module-bw-cpt-07_collapse table td {
    width: 100%;
    text-align: left;
    padding: 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff; }
    .module-bw-cpt-07_collapse table th:last-of-type, .module-bw-cpt-07_collapse table td:last-of-type {
      border-right: none; }

.module-bw-cpt-07_collapse .vendor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px; }
  .module-bw-cpt-07_collapse .vendor-list .box {
    width: 370px;
    height: 130px;
    padding: 22px 32px;
    border-radius: 12px;
    background-color: #CED976;
    color: #1C632C;
    text-decoration: none;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-07_collapse .vendor-list .box {
        width: 100%; } }
    .module-bw-cpt-07_collapse .vendor-list .box .sub {
      font-size: 14px;
      padding-bottom: 10px; }
    .module-bw-cpt-07_collapse .vendor-list .box h6 {
      margin-bottom: 0; }
    .module-bw-cpt-07_collapse .vendor-list .box svg {
      position: absolute;
      top: 22px;
      right: 28px; }
      .module-bw-cpt-07_collapse .vendor-list .box svg path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
  .module-bw-cpt-07_collapse .vendor-list a.box:hover {
    background-color: #1C632C;
    color: #CED976; }
    .module-bw-cpt-07_collapse .vendor-list a.box:hover svg rect {
      fill: #CED976; }

.module-bw-cpt-08_download-documents .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  width: 100%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-08_download-documents .btn_wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .module-bw-cpt-08_download-documents .btn_wrapper .btn {
    margin-top: 0;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 28px; }
    .module-bw-cpt-08_download-documents .btn_wrapper .btn::after, .module-bw-cpt-08_download-documents .btn_wrapper .btn::before {
      display: none; }
    .module-bw-cpt-08_download-documents .btn_wrapper .btn svg {
      margin-left: 14px; }
      .module-bw-cpt-08_download-documents .btn_wrapper .btn svg path {
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }

.module-bw-cpt-09_logo-box .logo_box {
  border-radius: 40px;
  padding: 52px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-bw-cpt-09_logo-box .logo_box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 26px 24px; } }
  .module-bw-cpt-09_logo-box .logo_box .left {
    width: 175px;
    margin-right: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .module-bw-cpt-09_logo-box .logo_box .left img {
      width: 100%;
      height: auto; }
  .module-bw-cpt-09_logo-box .logo_box .right {
    width: 100%;
    -ms-flex-negative: 1;
        flex-shrink: 1; }

.module-bw-cpt-10_logo-list .title-h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #9A0A80;
  font-family: 'Ubuntu', sans-serif;
  font-style: normal;
  font-weight: 700; }

.module-bw-cpt-10_logo-list .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .module-bw-cpt-10_logo-list .logo_wrapper img {
    width: 20%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-10_logo-list .logo_wrapper img {
        width: 45%; } }

.module-bw-cpt-11_cta-banner .layout_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(52, 52, 54, 0.08);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-11_cta-banner .layout_line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; } }
  .module-bw-cpt-11_cta-banner .layout_line .content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
    .module-bw-cpt-11_cta-banner .layout_line .content h4 {
      margin-bottom: 0; }
  .module-bw-cpt-11_cta-banner .layout_line .btn_wrap {
    margin-left: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-11_cta-banner .layout_line .btn_wrap {
        margin-top: 20px;
        width: 100%;
        margin-left: 0; } }
    .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .btn {
      margin-top: 0; }
    .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social {
      text-decoration: none;
      margin-left: 10px;
      margin-right: 10px;
      display: inline-block;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social {
          margin-left: 5px;
          margin-right: 5px;
          margin-top: 20px; } }
      .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:first-of-type {
        margin-left: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:first-of-type {
            margin-left: 5px; } }
      .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:last-of-type {
        margin-right: 0;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-bw-cpt-11_cta-banner .layout_line .btn_wrap .icon_social:last-of-type {
            margin-right: 5px; } }

.module-bw-cpt-11_cta-banner .layout_box {
  text-align: center;
  padding: 50px 80px;
  border-radius: 40px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-11_cta-banner .layout_box {
      padding: 25px; } }
  .module-bw-cpt-11_cta-banner .layout_box .title-h3 {
    margin-bottom: 0; }
  .module-bw-cpt-11_cta-banner .layout_box .txt {
    margin-top: 16px; }
  .module-bw-cpt-11_cta-banner .layout_box .content {
    position: relative;
    z-index: 2; }

.module-bw-cpt-12_faq .collapse_wrap {
  border: none !important; }
  .module-bw-cpt-12_faq .collapse_wrap .collapse_top {
    padding-top: 24px;
    padding-bottom: 24px; }

.module-bw-cpt-13_redirection .tab_nav-container {
  width: 100%;
  overflow-x: scroll;
  overflow-y: visible;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  .module-bw-cpt-13_redirection .tab_nav-container::-webkit-scrollbar {
    width: 0 !important; }
  .module-bw-cpt-13_redirection .tab_nav-container .tab_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(52, 52, 54, 0.2);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
    .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name {
      font-size: 16px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      line-height: 140%;
      letter-spacing: 0.96px;
      text-transform: uppercase;
      margin-right: 32px;
      color: rgba(52, 52, 54, 0.6);
      cursor: pointer;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      position: relative;
      z-index: 2;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name::after {
        z-index: 2;
        content: " ";
        bottom: -14px;
        background-color: #9A0A80;
        height: 2px;
        width: 100%;
        display: block;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name:hover {
        color: #9A0A80; }
      .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name.active {
        color: #9A0A80;
        pointer-events: none; }
        .module-bw-cpt-13_redirection .tab_nav-container .tab_nav .tab-name.active::after {
          opacity: 1; }

.module-bw-cpt-13_redirection .tab_container {
  position: relative;
  width: 100%;
  height: 760px; }
  .module-bw-cpt-13_redirection .tab_container .tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none; }
    .module-bw-cpt-13_redirection .tab_container .tab:first-of-type {
      display: block; }

.module-bw-cpt-13_redirection .row_redirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: 20px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-bw-cpt-13_redirection .row_redirection {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-bw-cpt-13_redirection .row_redirection:last-of-type {
    margin-bottom: 0; }
  .module-bw-cpt-13_redirection .row_redirection .img {
    width: 370px;
    height: 250px;
    margin-right: 10%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-bw-cpt-13_redirection .row_redirection .img {
        width: 100%;
        height: auto;
        padding-bottom: 60%;
        margin-right: 0;
        margin-bottom: 10px; } }
    .module-bw-cpt-13_redirection .row_redirection .img picture {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .module-bw-cpt-13_redirection .row_redirection .img .image {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .module-bw-cpt-13_redirection .row_redirection .redirection_content {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%; }
    .module-bw-cpt-13_redirection .row_redirection .redirection_content p {
      font-size: 14px;
      font-family: 'Ubuntu', sans-serif;
      font-style: normal;
      font-weight: 700;
      margin-bottom: 10px; }


/*# sourceMappingURL=style.css.map*/