@charset "UTF-8";
.x {
  foo: #xxx; }

HTML, BODY {
  background: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  min-height: 100vh; }

HTML {
  background: url(bg_clouds.jpg) no-repeat 50% 0; }
  @media only screen and (max-width: 759px) {
    HTML {
      background-size: contain; } }

BODY {
  background: url(bg_index.png) no-repeat 50% 100%;
  position: relative; }
  @media only screen and (min-width: 1090px) {
    BODY {
      padding-bottom: 280px !important; } }
  @media only screen and (max-width: 1099px) {
    BODY {
      background-position: 35% 100%;
      padding-bottom: 280px !important; } }
  @media only screen and (max-width: 759px) {
    BODY {
      background: url(bg03.png) no-repeat 50% 100%;
      background-size: contain;
      padding-bottom: 110% !important; } }
  .sub BODY {
    background: url(bg_sub.png) no-repeat 50% 100%;
    padding-bottom: 100px !important; }
    .sub BODY:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: url(bg_top_tree.png) no-repeat 100% 0; }
      @media only screen and (max-width: 759px) {
        .sub BODY:before {
          display: none; } }
      @media only screen and (min-width: 760px) and (max-width: 1089px) {
        .sub BODY:before {
          margin-top: -50px;
          background-size: 450px auto; } }
  .sub.theme01 BODY:before {
    background-image: url(bg_top_lighthouse.png); }
    @media only screen and (max-width: 1499px) {
      .sub.theme01 BODY:before {
        background-position: 120% 0; } }
    @media only screen and (max-width: 1099px) {
      .sub.theme01 BODY:before {
        background-size: 400px auto; } }

A {
  color: #ee2a24;
  text-decoration: none; }
  A:hover {
    color: #878a90;
    transition: all 200ms linear; }
    A:hover * {
      transition: all 200ms linear; }
  A.muted {
    color: #cad2dd;
    font-size: 70%; }
    A.muted:hover {
      text-decoration: underline; }

.wrap-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
  /*overflow: hidden;*/
  position: relative;
  z-index: 11; }
  @media only screen and (max-width: 1089px) {
    .wrap-main {
      max-width: 100%;
      padding: 0 20px; } }
  @media only screen and (max-width: 759px) {
    .wrap-main {
      display: block;
      padding-top: 60px; } }

.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .cols .col01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
    max-width: 66%;
    padding-right: 50px;
    box-sizing: border-box; }
  .cols .col02 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    transition: opacity 200ms linear; }
  .cols .col03 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 10px; }
  .showsingle .cols {
    /*.col01 { max-width: none; flex: 1; transition: all $uispeed linear; }*/ }
    .showsingle .cols .col02 {
      opacity: 0; }
  @media only screen and (min-width: 760px) and (max-width: 1089px) {
    .cols {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cols .col01,
      .cols .col02,
      .cols .col03 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }
  @media only screen and (max-width: 759px) {
    .cols {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .cols .col01,
      .cols .col02,
      .cols .col03 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0; } }

P.footer {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  font-size: 13px;
  margin: 0 20px 0; }
  P.footer A {
    color: #000; }

.scrolling::-webkit-scrollbar, .scrolling::-webkit-scrollbar-thumb {
  background-color: #d8d8d8;
  border: none;
  border-radius: 6px; }

.scrolling::-webkit-scrollbar-track {
  background-color: #fff;
  border: none;
  border-radius: 6px; }

.scrolling::-webkit-scrollbar {
  width: 5px; }

@-ms-viewport {
  width: device-width; }

HTML, BODY {
  padding: 0;
  margin: 0; }

HTML {
  overflow: -moz-scrollbars-vertical;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

BODY {
  position: relative; }

HTML {
  margin-left: calc(100vw - 100%); }

INPUT, SELECT, TEXTAREA {
  box-sizing: border-box;
  max-width: 100%;
  font-family: inherit;
  box-shadow: none; }

INPUT:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none; }

INPUT:not([type=checkbox]):not([type=radio]), SELECT, TEXTAREA {
  border-radius: 3px;
  outline: none; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

P, .p {
  padding: 0;
  margin: 20px 0 0 0; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

A {
  -webkit-text-decoration-skip: objects; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  max-width: 100%;
  height: auto;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

video {
  max-width: 100%;
  height: auto; }

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

A, button {
  outline: none; }
  A:focus, button:focus {
    outline: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

HEADER.main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px; }
  HEADER.main .logo01 {
    width: 288px;
    height: 43px;
    line-height: 1;
    margin: 40px 0 0;
    position: relative; }
    HEADER.main .logo01 A {
      display: block;
      width: 100%;
      height: 100%;
      background: url(cybernetica.png) no-repeat 50% 50%; }
    HEADER.main .logo01 IMG {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      max-width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      opacity: 0;
      -ms-interpolation-mode: nearest-neighbor;
          image-rendering: pixelated;
      image-rendering: -moz-crisp-edges; }
    @media only screen and (max-width: 759px) {
      HEADER.main .logo01 {
        width: 180px;
        height: 27px;
        margin: 0; }
        HEADER.main .logo01 A {
          background: url(cybernetica-mobile.png) no-repeat 50% 50%; } }
  @media only screen and (max-width: 759px) {
    HEADER.main {
      padding: 20px;
      margin: 0;
      position: fixed;
      z-index: 10;
      left: 0;
      top: 0;
      right: 0; }
      .scroll HEADER.main {
        background: #fff;
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.06); } }
  HEADER.main #nav-toggle {
    background: none;
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: 20px;
    margin: -10px;
    z-index: 101;
    border: none;
    padding: 0; }
    HEADER.main #nav-toggle SPAN {
      display: block;
      text-indent: -10000px;
      width: 26px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -1px 0 0 -13px;
      transition: all 200ms ease-in-out 0ms;
      will-change: transform; }
      HEADER.main #nav-toggle SPAN:before {
        content: " ";
        width: 26px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -7px 0 0 -13px;
        overflow: hidden;
        transition: all 200ms ease-in-out 0ms;
        will-change: transform; }
      HEADER.main #nav-toggle SPAN:after {
        content: " ";
        width: 26px;
        height: 2px;
        background: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 5px 0 0 -13px;
        overflow: hidden;
        transition: all 200ms ease-in-out 0ms;
        will-change: transform; }
      .menuopen HEADER.main #nav-toggle SPAN {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        background: #b6b9bf; }
        .menuopen HEADER.main #nav-toggle SPAN:before {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          margin-top: 0;
          background: #fff; }
        .menuopen HEADER.main #nav-toggle SPAN:after {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
          margin-top: 0;
          background: #fff; }
    @media only screen and (max-width: 759px) {
      HEADER.main #nav-toggle {
        display: block; } }

SECTION.main {
  margin: 120px 0 0;
  font-size: 16px;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  position: relative;
  z-index: 1; }
  SECTION.main H1 {
    position: relative;
    display: inline-block;
    padding: 0 90px 30px 0;
    margin: 0; }
    SECTION.main H1:before {
      content: "";
      position: absolute;
      width: 82px;
      height: 50px;
      background: url(element_1.svg) no-repeat 0 0;
      right: 0;
      bottom: 8px; }
    SECTION.main H1:after {
      content: "";
      position: absolute;
      left: 0;
      right: 82px;
      bottom: 26px;
      border-bottom: 1px solid #ee2a24; }
  SECTION.main > UL:not([class]) {
    list-style: none;
    margin: 1em 0 0;
    padding: 0; }
    SECTION.main > UL:not([class]) LI {
      margin: .5em 0 0;
      padding: 0 0 0 20px;
      position: relative; }
      SECTION.main > UL:not([class]) LI:before {
        background: url(arrright.svg) no-repeat;
        background-size: 10px 12px;
        content: "";
        width: 10px;
        height: 12px;
        position: absolute;
        left: 0;
        top: .4em; }
  @media only screen and (max-width: 1499px) {
    SECTION.main H1 {
      margin-right: 200px; } }
  @media only screen and (min-width: 760px) and (max-width: 1089px) {
    SECTION.main H1 {
      margin-right: 0; } }
  @media only screen and (max-width: 759px) {
    SECTION.main {
      margin: 20px 0 0; }
      SECTION.main H1 {
        padding: 0;
        display: block;
        margin-right: 0; }
        SECTION.main H1:before {
          display: none; }
        SECTION.main H1:after {
          right: 0;
          bottom: 0; } }

DIV.block01 {
  border-left: 3px solid #ee2a24;
  padding: 20px;
  margin: 2em 0 0; }
  DIV.block01 H2,
  DIV.block01 H3,
  DIV.block01 H4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
  DIV.block01 P {
    margin: 0; }

DIV.block02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em -10px 0; }
  DIV.block02 .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 10px;
    min-width: 200px;
    background: #faf2f2 url(pattern.svg) no-repeat 100% 100%;
    background-size: contain;
    border-top: 4px solid #f6e8e8;
    padding: 25px; }
    DIV.block02 .item H2 {
      font-size: 20px;
      font-weight: bold;
      margin: 0;
      color: #000; }
    DIV.block02 .item UL {
      list-style: none;
      margin: 1em 0 0;
      padding: 0; }
      DIV.block02 .item UL LI {
        margin: .5em 0 0;
        padding: 0 0 0 20px;
        position: relative; }
        DIV.block02 .item UL LI:before {
          background: url(arrright.svg) no-repeat;
          background-size: 10px 12px;
          content: "";
          width: 10px;
          height: 12px;
          position: absolute;
          left: 0;
          top: .4em; }

.video-container {
  margin-top: 2em;
  max-width: 100%; }

.article-footer HR {
  border: 1px #eaf0f8;
  border-style: solid none none;
  margin: 40px 0; }

.article-footer .articles {
  list-style: none;
  padding: 0;
  margin: 0; }
  .article-footer .articles LI {
    margin: 5px 0 0;
    padding: 0; }
  .article-footer .articles H4 {
    margin: 0; }

@media only screen and (min-width: 769px) {
  .desktop-image {
    display: block; }
  .mobile-image {
    display: none; } }

.xxx {
  width: 100%; }

.footer1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 600; }
  .footer1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 40px 20px;
    box-sizing: border-box; }
  .footer1 .col-a {
    background: #fff; }
  .footer1 .col-b {
    background: #eaf0f8; }
  .footer1 .wrap {
    max-width: 425px;
    margin: 0 auto; }
  .footer1 H3 {
    font-size: 28px;
    color: #ee2a24;
    margin: 0;
    font-weight: bold; }
  @media only screen and (max-width: 1089px) {
    .footer1 {
      display: block; } }
  @media only screen and (max-width: 759px) {
    .footer1 {
      font-size: 20px; }
      .footer1 > * {
        padding: 40px 20px; }
      .footer1 H3 {
        font-size: 28px; } }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Condensed Light Italic"), local("RobotoCondensed-LightItalic"), url(fonts/mg0cGfGRUERshzBlvqxeAO6J62hFWZVScRuaNBOo_rA.woff) format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Condensed Italic"), local("RobotoCondensed-Italic"), url(fonts/BP5K8ZAJv9qEbmuFp8RpJfHZ7IfZvqUgXLEMrfwTXOk.woff) format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Condensed Bold Italic"), local("RobotoCondensed-BoldItalic"), url(fonts/mg0cGfGRUERshzBlvqxeAAm1Bdh5PCvFKhAPu2iWX-U.woff) format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url(fonts/b9QBgL0iMZfDSpmcXcE8nNeiznanRB67rGZDYkMvKPc.woff) format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url(fonts/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format("woff"); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url(fonts/b9QBgL0iMZfDSpmcXcE8nCSLrGe-fkSRw2DeVgOoWcQ.woff) format("woff"); }

H1, H2, H3, H4, H5, P {
  margin: 20px 0 0 0; }

H1, H2, H3, H4, H5 {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif; }

H1, H2, H3 {
  font-weight: 200; }

H1 {
  font-size: 42px; }

H2 {
  font-size: 30px;
  color: #878a90;
  font-weight: 300; }

H3 {
  font-size: 28px; }

B, STRONG {
  font-weight: 400; }

H4.section-title {
  position: relative;
  margin: 20px auto;
  text-align: center;
  font-weight: 300;
  font-size: 30px; }
  H4.section-title:after {
    content: '';
    display: block;
    width: 150px;
    height: 2px;
    background: #ee2a24;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto; }

P.lead {
  font-size: 22px;
  color: #878a90; }

P.meta {
  font-size: 16px;
  color: #878a90; }
  P.meta A {
    color: inherit; }

@-webkit-keyframes circles-fade {
  from {
    width: 0;
    height: 0;
    opacity: 0; }
  to {
    width: 270px;
    height: 270px;
    opacity: 1; } }

@keyframes circles-fade {
  from {
    width: 0;
    height: 0;
    opacity: 0; }
  to {
    width: 270px;
    height: 270px;
    opacity: 1; } }

@-webkit-keyframes mouse-nudge {
  0% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px); }
  40% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px); }
  70% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px); }
  100% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px); } }

@keyframes mouse-nudge {
  0% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px); }
  40% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px); }
  70% {
    -webkit-transform: translate(0, 3px);
            transform: translate(0, 3px); }
  100% {
    -webkit-transform: translate(0, -3px);
            transform: translate(0, -3px); } }

@-webkit-keyframes mouse-fill {
  0% {
    opacity: .3;
    background-position: 0 -78px; }
  20% {
    opacity: 1; }
  50% {
    background-position: 0 -78px; } }

@keyframes mouse-fill {
  0% {
    opacity: .3;
    background-position: 0 -78px; }
  20% {
    opacity: 1; }
  50% {
    background-position: 0 -78px; } }

@-webkit-keyframes mouse-scroll {
  0% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
    opacity: .3; }
  40% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
    opacity: 1; }
  70% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: .3; }
  90% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
    opacity: 0; } }

@keyframes mouse-scroll {
  0% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
    opacity: .3; }
  40% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
    opacity: 1; }
  70% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px);
    opacity: .3; }
  90% {
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
    opacity: 0; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    left: 500px; }
  to {
    opacity: 1;
    left: 0; } }

@keyframes fadein {
  from {
    opacity: 0;
    left: 500px; }
  to {
    opacity: 1;
    left: 0; } }

.btn {
  border: none;
  font-size: 18px;
  cursor: pointer;
  background-image: linear-gradient(to right, #ee2a24 0%, #878a90 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEE2A24', endColorstr='#FF878A90', GradientType=1);
  color: #fff;
  margin: 30px 0 0;
  padding: 20px 30px;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: bold; }
  .btn:hover {
    background-image: linear-gradient(to right, #878a90 0%, #ee2a24 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF878A90', endColorstr='#FFEE2A24', GradientType=1);
    color: #fff; }

NAV.menu01 {
  margin: 60px 0 0 30px; }
  NAV.menu01 UL {
    list-style: none;
    padding: 0;
    margin: 0; }
    NAV.menu01 UL LI {
      padding: 0;
      margin: 5px 0 0; }
      NAV.menu01 UL LI.open > UL {
        display: block; }
    NAV.menu01 UL A + UL {
      display: none; }
    NAV.menu01 UL.level1 > LI {
      margin: 10px 0 0; }
      NAV.menu01 UL.level1 > LI > A {
        text-transform: uppercase;
        font-size: 19px;
        font-weight: bold;
        color: #000;
        position: relative;
        display: block;
        padding-left: 20px; }
        NAV.menu01 UL.level1 > LI > A:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          left: 0;
          top: 5px;
          border-width: 5px 0 5px 7px;
          border-color: transparent transparent transparent #878a90; }
          @media only screen and (max-width: 759px) {
            NAV.menu01 UL.level1 > LI > A:before {
              border-color: transparent transparent transparent #ee2a24; } }
      NAV.menu01 UL.level1 > LI.open A:before {
        border-width: 7px 5px 0 5px;
        top: 8px;
        border-color: #ee2a24 transparent transparent transparent; }
        NAV.menu01 UL.level1 > LI.open A:before > A.active:before {
          border-width: 7px 5px 0 5px;
          top: 8px;
          border-color: #ee2a24 transparent transparent transparent; }
    NAV.menu01 UL.level2 {
      margin: 10px 0 0 20px; }
      NAV.menu01 UL.level2 > LI > A {
        font-size: 16px;
        color: #73767c; }
        NAV.menu01 UL.level2 > LI > A.active {
          font-weight: bold;
          color: #000; }
    NAV.menu01 UL.level3 {
      margin: 0 0 0 20px;
      padding-bottom: 10px; }
      NAV.menu01 UL.level3 > LI > A {
        font-size: 15px;
        color: #000; }
        NAV.menu01 UL.level3 > LI > A.active {
          color: #ee2a24; }
  @media only screen and (max-width: 759px) {
    NAV.menu01 A {
      color: #fff !important; }
      NAV.menu01 A.active {
        font-weight: bold; } }

NAV.menu02 {
  margin: 60px 0 0 50px; }
  NAV.menu02 UL {
    list-style: none;
    padding: 0;
    margin: 0; }
    NAV.menu02 UL LI {
      padding: 0;
      margin: 5px 0 0; }
      NAV.menu02 UL LI.open > UL {
        display: block;
        x: 7; }
    NAV.menu02 UL A {
      font-size: 16px;
      color: #73767c; }
      NAV.menu02 UL A + UL {
        display: none; }
    NAV.menu02 UL.level1 > LI > A.active {
      font-weight: bold; }
    NAV.menu02 UL.level2 {
      margin: 0 0 0 13.33333px; }
      NAV.menu02 UL.level2 A {
        font-size: 14px; }
        NAV.menu02 UL.level2 A.active {
          color: #ee2a24; }
  @media only screen and (max-width: 759px) {
    NAV.menu02 A {
      color: #fff !important; }
      NAV.menu02 A.active {
        font-weight: bold; } }

NAV.menu03 {
  margin: 40px 0 0 20px; }
  @media only screen and (min-width: 760px) {
    NAV.menu03 {
      display: none; } }
  NAV.menu03 A + UL {
    display: none; }
  NAV.menu03 UL {
    list-style: none;
    padding: 0;
    margin: 0; }
    NAV.menu03 UL LI {
      padding: 0;
      margin: 5px 0 0; }
      NAV.menu03 UL LI.open > UL {
        display: block; }
    NAV.menu03 UL.level1 > LI {
      margin: 10px 0 0; }
      NAV.menu03 UL.level1 > LI > A {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 19px;
        font-weight: bold;
        color: #000;
        position: relative;
        display: block;
        padding-left: 20px; }
        NAV.menu03 UL.level1 > LI > A:before {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          position: absolute;
          left: 0;
          top: 5px;
          border-width: 5px 0 5px 7px;
          border-color: transparent transparent transparent #878a90; }
          @media only screen and (max-width: 759px) {
            NAV.menu03 UL.level1 > LI > A:before {
              border-color: transparent transparent transparent #ee2a24; } }
      NAV.menu03 UL.level1 > LI.open A:before {
        border-width: 7px 5px 0 5px;
        top: 8px;
        border-color: #ee2a24 transparent transparent transparent; }
        NAV.menu03 UL.level1 > LI.open A:before > A.active:before {
          border-width: 7px 5px 0 5px;
          top: 8px;
          border-color: #ee2a24 transparent transparent transparent; }
    NAV.menu03 UL.level2 {
      margin: 10px 0 0 20px; }
      NAV.menu03 UL.level2 > LI > A {
        font-size: 16px;
        color: #73767c; }
        NAV.menu03 UL.level2 > LI > A.active {
          font-weight: bold;
          color: #000; }

@media only screen and (max-width: 759px) {
  DIV.menus {
    display: none; }
    .menuopen DIV.menus {
      display: block;
      position: absolute;
      z-index: 99;
      left: 0;
      right: 0;
      top: 0;
      background: #878a90;
      height: 100vh;
      bottom: 0;
      overflow: auto; } }

#page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0; }
  #page-nav > * {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 0 0; }
  #page-nav .page-number {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    text-align: center;
    background: #fff;
    color: #000; }
    #page-nav .page-number.current {
      background: #ee2a24;
      color: #fff; }
  #page-nav .extend {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: relative;
    color: #ee2a24; }
    #page-nav .extend:before {
      content: "";
      top: 50%;
      position: absolute;
      margin-top: -5px; }
    #page-nav .extend.prev {
      padding-left: 15px; }
      #page-nav .extend.prev:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 7px 5px 0;
        border-color: transparent #ee2a24 transparent transparent;
        left: 0; }
    #page-nav .extend.next {
      padding-right: 15px; }
      #page-nav .extend.next:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 7px;
        border-color: transparent transparent transparent #ee2a24;
        right: 0; }
  #page-nav .space {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #777; }

.form .row {
  position: relative;
  padding-top: 20px;
  margin: 20px 0 0; }
  .form .row LABEL:not(:first-child) {
    position: absolute;
    left: 0;
    transition: all 0.5s ease;
    top: 5px;
    font-size: 16px;
    color: #cad2dd; }
  .form .row > * {
    width: 100%; }
  @media only screen and (max-width: 759px) {
    .form .row {
      padding-top: 30px;
      margin: 10px 0 0; } }

.form .form-control {
  background: none;
  border: none;
  border-bottom: 3px solid #cad2dd;
  padding: 0 0 20px;
  position: relative;
  z-index: 2;
  line-height: 1; }
  .form .form-control:placeholder-shown:not(:focus) + LABEL {
    top: 20px;
    font-size: 22px;
    color: #000; }
    @media only screen and (max-width: 759px) {
      .form .form-control:placeholder-shown:not(:focus) + LABEL {
        font-size: 20px;
        top: 30px; } }
  .form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: transparent; }
  .form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: transparent; }
  .form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: transparent; }
  .form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: transparent; }
  @media only screen and (max-width: 759px) {
    .form .form-control {
      padding-bottom: 0;
      font-size: 20px; } }

TEXTAREA {
  height: 200px;
  max-height: 200px;
  max-width: 100%; }

.items01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  .items01 > LI {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    transition: all 0.5s ease;
    padding: 20px 20px 0 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 1.5; }
    .items01 > LI .pad {
      background: #fff;
      box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.06);
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      box-sizing: border-box;
      padding: 30px;
      cursor: pointer; }
      .items01 > LI .pad .heading {
        position: relative; }
        .items01 > LI .pad .heading:before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 0 9px 9px;
          transition: all 0.5s ease;
          border-color: transparent transparent #ee2a24 transparent;
          position: absolute;
          right: -30px;
          bottom: -30px;
          content: ""; }
    .items01 > LI H3 {
      margin: 0;
      text-align: center;
      font-weight: bold;
      font-size: 16px; }
    .items01 > LI H4 {
      font-size: 24px;
      font-weight: 300;
      margin: 1em 0 0; }
    .items01 > LI P.img IMG {
      max-width: 100%;
      height: auto; }
    .items01 > LI A.close {
      display: none;
      cursor: pointer; }
    .items01 > LI UL {
      margin: 0;
      padding: 0;
      list-style: none; }
      .items01 > LI UL LI {
        position: relative;
        margin: 10px 0 0;
        padding: 0 0 0 25px; }
        .items01 > LI UL LI:before {
          content: "●";
          color: #ee2a24;
          position: absolute;
          left: 0;
          top: 0; }
    .items01 > LI .b {
      background: #fff;
      max-height: 0;
      overflow: hidden;
      transition: all 0.5s ease; }
      @media only screen and (min-width: 760px) {
        .items01 > LI .b {
          pointer-events: none;
          padding: 20px;
          z-index: 99;
          opacity: 0;
          position: absolute;
          left: 0;
          top: 20px;
          box-sizing: border-box;
          /*height: calc(100vh - 300px);*/ }
          .items01 > LI .b .b-inner {
            /*overflow: auto;*/
            margin-top: 30px;
            /*height: calc(100% - 30px);*/
            margin-right: -20px;
            padding-right: 20px; } }
    .items01 > LI.expanded {
      /*flex: 0 0 100%;*/ }
      .items01 > LI.expanded .b {
        pointer-events: all;
        opacity: 1;
        display: block;
        max-height: none;
        background: #fff;
        box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.06); }
        @media only screen and (max-width: 759px) {
          .items01 > LI.expanded .b {
            box-shadow: none; } }
      .items01 > LI.expanded A.close {
        float: right;
        font-size: 14px;
        color: #878a90;
        line-height: 24px;
        display: block; }
        .items01 > LI.expanded A.close:after {
          content: "✕";
          font-family: sans-serif;
          font-size: 24px;
          float: right;
          margin-left: 20px; }
      .items01 > LI.expanded DIV.heading {
        overflow: hidden; }
        @media only screen and (max-width: 759px) {
          .items01 > LI.expanded DIV.heading H3,
          .items01 > LI.expanded DIV.heading A.close {
            float: none; } }
        @media only screen and (min-width: 760px) {
          .items01 > LI.expanded DIV.heading H3 {
            opacity: 0; }
          .items01 > LI.expanded DIV.heading A.close {
            position: absolute;
            right: 20px;
            top: 20px;
            z-index: 100; } }
  @media only screen and (min-width: 760px) {
    .showsingle .items01 > LI {
      opacity: 0; }
      .showsingle .items01 > LI.expanded {
        opacity: 1;
        /*width: auto; height: auto; padding: $gridunit $gridunit 0 0;
					display: flex;
					.pad {
						cursor: default;
						&:before { border-width: 0; }
					}
					@include mobile {
						padding: $gridunit 0 0;
					}*/ } }
  @media only screen and (max-width: 759px) {
    .items01 {
      display: block;
      max-width: 100%; }
      .items01 > LI {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        padding: 20px 0 0; } }

.items02 ARTICLE {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0; }
  .items02 ARTICLE .img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    margin: 0 20px 0 0; }
    .items02 ARTICLE .img IMG {
      max-width: 100%;
      height: auto; }
  .items02 ARTICLE:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 0 20px; }
  .items02 ARTICLE:first-child {
    margin: 20px 0 0; }
  .items02 ARTICLE P.heading01 {
    font-size: 20px;
    font-weight: bold;
    color: #45474c;
    margin: 0; }
  @media only screen and (max-width: 759px) {
    .items02 ARTICLE {
      display: block; }
      .items02 ARTICLE .img {
        margin: 0 !important; } }

.items02.items02b ARTICLE .img {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin: 0 20px 0 0; }

.items02.items02c ARTICLE .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 20px; }

.items03 ARTICLE {
  border-left: 3px solid #ee2a24;
  padding: 0 20px;
  margin: 2em 0 0; }
  .items03 ARTICLE H2,
  .items03 ARTICLE H3,
  .items03 ARTICLE H4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
  .items03 ARTICLE P {
    margin: 0; }

.items04 ARTICLE {
  border-left: 3px solid #878a90;
  padding: 0 20px;
  margin: 2em 0 0; }
  .items04 ARTICLE H2,
  .items04 ARTICLE H3,
  .items04 ARTICLE H4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
  .items04 ARTICLE P {
    margin: 0; }
  .items04 ARTICLE H3 {
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    color: #878a90; }
  .items04 ARTICLE SECTION {
    margin: 1em 0 0; }

.news01 {
  border-left: 3px solid #ee2a24;
  padding: 20px;
  margin: 2em 0 0; }
  .news01 H2,
  .news01 H3,
  .news01 H4 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px; }
    .news01 H2 A,
    .news01 H3 A,
    .news01 H4 A {
      color: #000; }
      .news01 H2 A:hover,
      .news01 H3 A:hover,
      .news01 H4 A:hover {
        color: #777; }
  .news01 P {
    margin: 0; }

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -10px; }
  .filters .group {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 10px;
    height: 64px; }
    .filters .group .pad {
      border: 1px solid #f9f9f9;
      background: #fff;
      box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.06);
      z-index: 10;
      padding: 20px;
      position: relative; }
      .notouch .filters .group .pad:hover,
      .hastouch .filters .group .pad.hover {
        z-index: 20; }
        .notouch .filters .group .pad:hover UL,
        .hastouch .filters .group .pad.hover UL {
          margin: 10px 0 0; }
          .notouch .filters .group .pad:hover UL SPAN,
          .hastouch .filters .group .pad.hover UL SPAN {
            display: block;
            position: static !important; }
    .filters .group H3 {
      font-size: 16px;
      font-weight: bold;
      margin: 0;
      position: relative;
      z-index: 1; }
      .filters .group H3:after {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #878a90 transparent transparent transparent; }
    .filters .group UL {
      list-style: none;
      padding: 0;
      margin: 0; }
      .filters .group UL LI {
        padding: 0;
        margin: 0 0 0 0; }
      .filters .group UL LABEL {
        position: relative;
        z-index: 2;
        display: block; }
        .filters .group UL LABEL INPUT {
          position: absolute;
          left: -10000px; }
          .filters .group UL LABEL INPUT:checked + SPAN, .filters .group UL LABEL INPUT[checked] + SPAN {
            display: block;
            position: absolute;
            top: -34px;
            right: 30px;
            left: 0;
            background: #fff;
            font-weight: bold; }
        .filters .group UL LABEL SPAN {
          display: none;
          cursor: pointer;
          padding: 10px 0; }
          .filters .group UL LABEL SPAN:hover {
            color: #ee2a24; }
  @media only screen and (max-width: 1089px) {
    .filters {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0; }
      .filters .group {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 10px 0; } }

.filter-items .item {
  width: 100%;
  margin: 30px 0 0 !important;
  border: 3px #ee2a24 !important;
  border-style: none none none solid !important;
  padding: 10px 0 10px 30px;
  box-sizing: border-box; }
  .filter-items .item H3 {
    margin: 0;
    font-size: 16px;
    font-weight: bold; }
  .filter-items .item P {
    margin: 0;
    font-size: 16px; }

.filter-items .item-sizer {
  width: 100%;
  margin: 0; }

.filter-items .gutter-sizer {
  width: 0; }

.intro {
  max-width: none;
  margin: 0; }
  .intro P {
    color: #ee2a24;
    font-size: 60px;
    font-weight: 300;
    margin: 10px 0 0;
    line-height: 1.2;
    position: relative;
    -webkit-animation: fadein 1.5s ease-in-out;
            animation: fadein 1.5s ease-in-out; }
  @media only screen and (max-width: 759px) {
    .intro {
      margin: 40px 0 0;
      max-width: none; }
      .intro P {
        font-size: 34px;
        color: #878a90; } }
  .intro .intro-news {
    list-style: none;
    padding: 0;
    margin: 60px -2.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 530px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .intro .intro-news > LI {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .intro .intro-news > LI > A {
        -ms-flex-line-pack: center;
            align-content: center;
        background: #ededed;
        padding: 20px;
        margin: 5px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        box-sizing: border-box;
        color: #777;
        font-weight: 400; }
        .intro .intro-news > LI > A:hover {
          color: #ee2a24; }
        .intro .intro-news > LI > A SPAN:after {
          content: "";
          max-width: 0;
          line-height: 0;
          max-height: 0;
          border-style: solid;
          border-width: 5px 0 5px 6px;
          border-color: transparent transparent transparent #ee2a24;
          overflow: hidden;
          font-size: 0;
          margin: 0 0 0 10px;
          position: relative;
          top: -5px; }
    @media only screen and (max-width: 759px) {
      .intro .intro-news {
        margin-top: 20px; } }
