/* CSS RESET. standardizes cross-browser rendering on common elements, neutralizing browsers' built-in stylesheets. */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, iframe {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a, img a {
  border: 0 none;
  margin: 0;
  padding: 0; }

/* End RESET. */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-filter;
  transition-property: opacity,-webkit-filter;
  transition-property: opacity,filter;
  transition-property: opacity,filter,-webkit-filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #000; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  border-radius: 4px;
  background-color: #000; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dx.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  background-color: transparent !important; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  background-color: transparent !important; }

.hamburger--3dy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-color: transparent !important; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg);
          transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dxy.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  -webkit-transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  -webkit-transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, -webkit-transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r.is-active .hamburger-inner {
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
          transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important; }

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  -webkit-transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s, -webkit-transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: .13s;
          transition-delay: .13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  -webkit-transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
          transition-duration: .275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-transition-duration: .275s;
          transition-duration: .275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition: opacity .125s ease .275s;
  transition: opacity .125s ease .275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  -webkit-transition-delay: 75ms;
          transition-delay: 75ms;
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color .125s ease-in .175s;
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  -webkit-transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  -webkit-transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  -webkit-transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s, -webkit-transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  -webkit-transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear;
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  -webkit-transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0; }

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .15s;
          transition-duration: .15s;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spin .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
          transition-duration: .22s; }

.hamburger--spin .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .22s;
          transition-duration: .22s; }

.hamburger--spin-r .hamburger-inner:before {
  -webkit-transition: top .1s ease-in .25s,opacity .1s ease-in;
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top .1s ease-out,opacity .1s ease-out .12s;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s linear .13s;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: .13s;
          transition-duration: .13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transition-delay: .22s;
          transition-delay: .22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s, -webkit-transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }

.hamburger--stand .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s; }

.hamburger--stand-r .hamburger-inner:before {
  -webkit-transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent !important; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--squeeze .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
          transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  -webkit-transition: top 75ms ease .12s,opacity 75ms ease;
  transition: top 75ms ease .12s,opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  -webkit-transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transition-delay: .12s;
          transition-delay: .12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  -webkit-transition: top 75ms ease,opacity 75ms ease .12s;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  -webkit-transition-property: top,opacity;
  transition-property: top,opacity; }

.hamburger--vortex .hamburger-inner:after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-duration: .2s;
          transition-duration: .2s; }

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  -webkit-transition-property: top,opacity;
  transition-property: top,opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
  transition-property: bottom,transform,-webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=aab46673704e7643d5fdec2d2e9cbeca)
 * Config saved to config.json and https://gist.github.com/aab46673704e7643d5fdec2d2e9cbeca
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
.container, .row, *[class^="col-"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  background: #ff7d01;
  border: 0 none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 50px;
  text-align: center;
  text-transform: uppercase; }
  .btn:hover {
    background: #dc6c00; }
  @media (max-width: 600px) {
    .btn.block_on_mobile {
      display: block;
      padding: 16px 5px;
      width: 100%; } }
  .btn small {
    display: block; }
  .btn.pdf, .btn.document {
    font-size: 18px;
    background-image: url(../images/icon-pdf.svg);
    background-repeat: no-repeat;
    background-position: 20px center;
    text-align: left;
    padding: 20px 40px 20px 80px; }
    .btn.pdf.document, .btn.document.document {
      background-image: url(../images/icon-invoice.svg); }
    .btn.pdf small, .btn.document small {
      font-size: 13px;
      opacity: 0.7; }
    @media (max-width: 550px) {
      .btn.pdf, .btn.document {
        padding: 20px 20px 20px 70px; } }
ul.bullets {
  font-family: 'Ubuntu', sans-serif; }
  ul.bullets li {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 5px;
    padding-left: 20px;
    position: relative; }
    ul.bullets li.line:after {
      content: "";
      margin-top: 4px;
      display: block;
      border-top: 1px solid #1f2d3a; }
    ul.bullets li:before {
      content: "";
      position: absolute;
      left: 0;
      background: #1f2d3a url(../images/bullet2.svg) no-repeat center center;
      border-radius: 50%;
      height: 14px;
      width: 14px; }
  ul.bullets.two-cols {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px; }
  @media (min-width: 768px) {
    ul.bullets.two-cols-desktop {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 30px;
         -moz-column-gap: 30px;
              column-gap: 30px; } }
  ul.bullets.md li {
    font-size: 12px; }
    ul.bullets.md li:before {
      top: 1px; }
  ul.bullets.border li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 768px) {
    ul.bullets.border li:not(.next-col) {
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
  @media (min-width: 768px) {
    ul.bullets.border li.next-col.alt {
      padding-bottom: 0 !important;
      margin-bottom: 0 !important;
      border: 0 none; } }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes progress {
  0% {
    background: #ff9101;
    width: 20px; }
  50% {
    background: white;
    -webkit-transform: scale(1, 0.33);
    transform: scale(1, 0.33);
    width: 150px; }
  100% {
    background: #ff9101;
    width: 20px; } }

@keyframes progress {
  0% {
    background: #ff9101;
    width: 20px; }
  50% {
    background: white;
    -webkit-transform: scale(1, 0.33);
    transform: scale(1, 0.33);
    width: 150px; }
  100% {
    background: #ff9101;
    width: 20px; } }

form.contact-form input, form.contact-form textarea, form.contact-form button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-family: 'Roboto', sans-serif; }

form.contact-form input, form.contact-form textarea {
  display: block;
  width: 100%; }
  form.contact-form input:focus, form.contact-form textarea:focus {
    background: white;
    border-color: #ff9101; }

form.contact-form .group {
  margin-bottom: 25px; }
  form.contact-form .group.fade {
    opacity: 0.55; }

form.contact-form input, form.contact-form textarea {
  transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  border: 0 none;
  border: 1px solid #a6a8ab;
  background: transparent;
  border-radius: 0;
  padding: 10px;
  font-size: 16px; }
  form.contact-form input.error, form.contact-form textarea.error {
    border-color: #CF1D35; }
  form.contact-form input:focus, form.contact-form input.focus, form.contact-form textarea:focus, form.contact-form textarea.focus {
    outline: 0 none; }

form.contact-form textarea {
  min-height: 100px; }

form.contact-form span.error {
  color: #CF1D35;
  margin-top: 3px;
  display: block; }

form.contact-form #security, form.contact-form #security2 {
  display: none; }

form.contact-form .btn.sending {
  background: #ff7d01;
  color: rgba(255, 255, 255, 0.75); }

form.contact-form .btn.sent {
  background: #00B685;
  color: white; }

form.contact-form .btn[disabled="disabled"], form.contact-form .btn.sending, form.contact-form .btn.sent {
  cursor: default;
  pointer-events: none; }

form.contact-form .action p {
  color: #00B685;
  font-size: 16px; }
  @media (min-width: 768px) {
    form.contact-form .action p {
      float: left;
      line-height: 1.2;
      margin: 0 20px 0 0;
      text-align: left; } }
  @media (max-width: 767px) {
    form.contact-form .action p {
      text-align: center; } }
#hero .slider-for {
  position: initial; }
  #hero .slider-for .text {
    position: relative; }
    #hero .slider-for .text a.angle {
      font-family: "Ubuntu", sans-serif; }
  #hero .slider-for li:not([role="presentation"]) {
    background: #045d7a url(../images/hero-welcome-2-sm.jpg) no-repeat center center;
    background-size: cover; }
    @media (max-width: 900px) {
      #hero .slider-for li#welcome:not([role="presentation"]) {
        background-position: center bottom;
        background-size: 100% auto; } }
    @media (min-width: 901px) {
      #hero .slider-for li#welcome:not([role="presentation"]) {
        background-image: url(../images/hero-welcome-2-xl.jpg); } }
    #hero .slider-for li#petrochemicals:not([role="presentation"]) {
      background-color: #11316D;
      background-image: url(../images/hero-petrochemicals-lg.jpg); }
      @media (max-width: 1700px) {
        #hero .slider-for li#petrochemicals:not([role="presentation"]) {
          background-image: url(../images/hero-petrochemicals-md.jpg); } }
      @media (max-width: 1000px) {
        #hero .slider-for li#petrochemicals:not([role="presentation"]) {
          background-image: url(../images/hero-petrochemicals-sm.jpg); } }
      #hero .slider-for li#petrochemicals:not([role="presentation"]):before {
        background: #11316D;
        background: -moz-linear-gradient(left, #11316D 0%, rgba(17, 49, 109, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #11316D), color-stop(100%, rgba(17, 49, 109, 0)));
        background-color: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 80%; }
    #hero .slider-for li#fuel:not([role="presentation"]) {
      background-color: #a0aaba;
      background-image: url(../images/hero-fuel-2-lg.jpg); }
      @media (max-width: 1500px) {
        #hero .slider-for li#fuel:not([role="presentation"]) {
          background-image: url(../images/hero-fuel-2-md.jpg); } }
      @media (max-width: 1000px) {
        #hero .slider-for li#fuel:not([role="presentation"]) {
          background-image: url(../images/hero-fuel-2-sm.jpg); } }
    #hero .slider-for li#polymers:not([role="presentation"]) {
      background-color: #B5C4D6;
      background-image: url(../images/hero-polymers-lg.jpg); }
      @media (max-width: 1500px) {
        #hero .slider-for li#polymers:not([role="presentation"]) {
          background-image: url(../images/hero-polymers-md.jpg); } }
      @media (max-width: 1000px) {
        #hero .slider-for li#polymers:not([role="presentation"]) {
          background-image: url(../images/hero-polymers-sm.jpg); } }
    #hero .slider-for li#oilfield:not([role="presentation"]) {
      background-color: #B5C4D6;
      background-image: url(../images/hero-oilfield-lg.jpg); }
      @media (max-width: 1500px) {
        #hero .slider-for li#oilfield:not([role="presentation"]) {
          background-image: url(../images/hero-oilfield-md.jpg); } }
      @media (max-width: 1000px) {
        #hero .slider-for li#oilfield:not([role="presentation"]) {
          background-image: url(../images/hero-oilfield-sm.jpg); } }
    #hero .slider-for li#chemicals:not([role="presentation"]) {
      background-color: #5B61E5;
      background-image: url(../images/hero-chemicals-lg.jpg); }
      @media (max-width: 1700px) {
        #hero .slider-for li#chemicals:not([role="presentation"]) {
          background-image: url(../images/hero-chemicals-md.jpg); } }
      @media (max-width: 1000px) {
        #hero .slider-for li#chemicals:not([role="presentation"]) {
          background-image: url(../images/hero-chemicals-sm.jpg); } }
    #hero .slider-for li.white-gradient:not([role="presentation"]) {
      position: relative; }
      #hero .slider-for li.white-gradient:not([role="presentation"]):before {
        background: rgba(255, 255, 255, 0.99);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.99)), color-stop(100%, rgba(255, 255, 255, 0)));
        background-color: transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 80%; }

ul.slider-nav {
  background: #ff9101;
  bottom: 0;
  color: white;
  font-style: italic;
  letter-spacing: 0.5px;
  font-weight: 500;
  left: 0;
  position: absolute;
  width: 100%; }
  ul.slider-nav .slick-slide {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
    ul.slider-nav .slick-slide:not(.slick-current):hover {
      opacity: 0.6; }
  ul.slider-nav li {
    background: url(../images/icon-chemium.svg) no-repeat center -17px;
    cursor: pointer;
    font-size: 13px;
    padding: 60px 0 15px;
    text-align: center; }
    ul.slider-nav li.link {
      padding: 0; }
      ul.slider-nav li.link a {
        display: block;
        padding: 60px 0 15px; }
    ul.slider-nav li.icon-chemium {
      background-position: center -5px; }
    ul.slider-nav li.icon-petrochemicals {
      background-image: url(../images/icon-petrochemicals.svg); }
    ul.slider-nav li.icon-chemicals {
      background-image: url(../images/icon-chemicals.svg); }
    ul.slider-nav li.icon-polymers {
      background-image: url(../images/icon-polymers.svg); }
    ul.slider-nav li.icon-fuel {
      background-image: url(../images/icon-fuel.svg); }
    ul.slider-nav li.icon-crude-oil {
      background-image: url(../images/icon-crude-oil.svg); }
    ul.slider-nav li.icon-distillates {
      background-image: url(../images/icon-distillates.svg); }
    ul.slider-nav li.icon-gasoline {
      background-image: url(../images/icon-gasoline.svg); }
    ul.slider-nav li.icon-oilfield {
      background-image: url(../images/icon-oilfield.svg); }
    ul.slider-nav li.icon-document {
      background-image: url(../images/icon-invoice-nav.svg); }
    ul.slider-nav li.icon-terms {
      background-image: url(../images/icon-terms.svg); }
  ul.slider-nav .slick-current {
    background-color: white;
    -webkit-box-shadow: 0 5px #ff9101 inset;
            box-shadow: 0 5px #ff9101 inset;
    color: #1f2d3a; }
    ul.slider-nav .slick-current li {
      background-position: center -217px; }
      ul.slider-nav .slick-current li.icon-chemium {
        background-position: center -204px; }
  @media (max-width: 700px) {
    ul.slider-nav li {
      background-position: center top;
      font-size: 13px;
      padding: 85px 0 15px; }
      ul.slider-nav li.link a {
        padding: 85px 0 15px; }
      ul.slider-nav li.icon-chemium {
        background-position: center 13px; }
    ul.slider-nav .slick-current li {
      background-position: center -200px; }
      ul.slider-nav .slick-current li.icon-chemium {
        background-position: center -187px; } }
.slick-dots {
  bottom: 125px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media (max-width: 767px) {
    .slick-dots {
      bottom: 135px; } }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px; }
    .slick-dots li button {
      background: #ff9101;
      border-radius: 50%;
      border: 1px solid #ff9101;
      display: block;
      height: 7px;
      opacity: 0.5;
      padding: 0;
      text-indent: -30000px;
      width: 7px; }
      .slick-dots li button:focus {
        outline: 0 none; }
    .slick-dots li.slick-active button {
      height: 9px;
      width: 9px;
      opacity: 1; }

header#header {
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  background: white;
  left: 0;
  padding: 5px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10; }
  header#header .wrapper {
    position: relative; }
  header#header a.logo {
    background: url(../images/logo.svg) no-repeat center center;
    background-size: cover;
    display: inline-block;
    height: 80px;
    text-indent: -30000px;
    width: 112px; }
  header#header .hamburger {
    position: absolute;
    right: 5px;
    top: 15px;
    -webkit-transform: scale(0.85, 0.85);
    transform: scale(0.85, 0.85); }
    header#header .hamburger:not(.is-active) .hamburger-inner {
      width: 36px; }
    header#header .hamburger:focus {
      outline: 0 none; }
    header#header .hamburger .hamburger-inner, header#header .hamburger .hamburger-inner:before, header#header .hamburger .hamburger-inner:after {
      background: #ff9101; }
  header#header nav {
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    font-size: 20px;
    height: calc(100% - 90px);
    min-width: 300px;
    position: fixed;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 90px;
    width: 30%; }
    header#header nav:not(.visible) {
      -webkit-transform: translateX(100%);
      transform: translateX(100%); }
      header#header nav:not(.visible) ul li {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0; }
    header#header nav.visible {
      -webkit-box-shadow: 0 10px 0 0 #ff9101 inset;
              box-shadow: 0 10px 0 0 #ff9101 inset;
      background: rgba(255, 255, 255, 0.94);
      -webkit-backdrop-filter: blur(4px); }
    header#header nav ul {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 15% 15px; }
      @media (max-width: 800px) {
        header#header nav ul {
          padding: 25% 15px; } }
      @media (min-height: 700px) {
        header#header nav ul {
          padding: 25% 15px; } }
      @media (min-height: 900px) {
        header#header nav ul {
          padding: 35% 15px; } }
      header#header nav ul li {
        align-items: center;
        display: flex;
        flex: 1;
        justify-content: center; }
        header#header nav ul li a {
          color: #6d6e70;
          font-weight: 600; }
          header#header nav ul li a:hover {
            color: #ff9101; }
        header#header nav ul li:first-child {
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
          -moz-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
          -o-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s; }
        header#header nav ul li:nth-child(2) {
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s;
          -moz-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s;
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s;
          -o-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.175s; }
        header#header nav ul li:nth-child(3) {
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
          -moz-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s;
          -o-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.35s; }
        header#header nav ul li:nth-child(4) {
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s;
          -moz-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s;
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s;
          -o-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.525s; }
        header#header nav ul li:nth-child(5) {
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s;
          -moz-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s;
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s;
          -o-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.7s; }
        header#header nav ul li:nth-child(6) {
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s;
          transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s, -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s;
          -moz-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s;
          -webkit-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s;
          -o-transition: color 0.15s linear 0s, opacity 0.25s linear 0s, transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.875s; }
        header#header nav ul li.active a {
          border-left: 4px solid #ff7d01;
          color: #ff9101;
          padding-left: 14px;
          margin-left: -18px; }
        header#header nav ul li.fade {
          opacity: 0.25; }
        header#header nav ul li.loading a {
          color: #ff7d01; }
          header#header nav ul li.loading a:after {
            -webkit-animation: progress 1.25s infinite linear;
            animation: progress 1.25s infinite linear;
            background: #ff7d01;
            content: "";
            display: block;
            height: 3px;
            margin: 10px auto -13px;
            width: 20px; }
  @media (max-height: 500px), (max-width: 600px) {
    header#header a.logo {
      width: 98px;
      height: 70px; }
    header#header .hamburger {
      top: 12px;
      -webkit-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7); }
    header#header .wrapper:before, header#header .wrapper:after {
      height: 80px; }
    header#header .wrapper:before {
      left: -240px; }
    header#header nav {
      top: 80px;
      height: calc(100% - 80px); } }
footer#footer {
  background: #1f2d3a;
  color: white;
  font-weight: 300;
  padding-top: 40px;
  position: relative; }
  footer#footer h3 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px; }
    footer#footer h3 strong {
      font-size: 16px;
      font-weight: 500; }
  footer#footer .phone_numbers, footer#footer address {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 2;
    margin-bottom: 25px; }
  footer#footer a.email {
    color: #ff9101;
    font-weight: 500; }
    footer#footer a.email:hover {
      color: #ff7d01; }
  footer#footer .col-sm-4 {
    margin-bottom: 40px; }
    footer#footer .col-sm-4 .matchHeight {
      margin-bottom: 40px; }
    @media (min-width: 768px) {
      footer#footer .col-sm-4:not(:first-child) {
        border-left: 1px solid white;
        padding-left: 30px; }
      footer#footer .col-sm-4:not(:last-child) {
        padding-right: 30px; } }
    @media (max-width: 767px) {
      footer#footer .col-sm-4 {
        text-align: center; }
        footer#footer .col-sm-4:not(:last-child) {
          border-bottom: 1px solid rgba(255, 255, 255, 0.25);
          margin-left: 25px;
          margin-right: 25px;
          padding-bottom: 40px; } }
  footer#footer .copyright {
    background: #efeeee;
    color: #1f2d3a;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 30px 0; }
    footer#footer .copyright a:hover {
      text-decoration: underline; }
    @media (min-width: 650px) {
      footer#footer .copyright nav {
        display: inline-block; }
      footer#footer .copyright img, footer#footer .copyright span {
        display: inline-block;
        vertical-align: middle; }
      footer#footer .copyright img {
        margin-right: 30px; }
      footer#footer .copyright a {
        border-left: 1px solid #1f2d3a;
        display: inline-block;
        margin-left: 10px;
        padding-left: 10px; } }
    @media (max-width: 649px) {
      footer#footer .copyright {
        text-align: center; }
        footer#footer .copyright img {
          display: block;
          margin: 0 auto 15px; }
        footer#footer .copyright a {
          display: block;
          margin: 5px auto 0; } }
body.home #who-we-are {
  border-top: 2px solid #1f2d3a; }
  @media (min-width: 768px) {
    body.home #who-we-are {
      position: relative; }
      body.home #who-we-are:after {
        background: #ff9101;
        content: "";
        height: 100%;
        position: absolute;
        left: 50%;
        margin-left: 400px;
        width: 3000px;
        top: 0;
        z-index: -1; } }
  body.home #who-we-are #who {
    max-width: 500px; }
    body.home #who-we-are #who h3.title .line:after {
      max-width: 230px; }
  body.home #who-we-are .pic {
    background: #1f2d3a url(../images/stairs-worker.jpg) no-repeat right center;
    background-size: cover;
    margin: 0 0 0 -15px; }
    @media (min-width: 768px) {
      body.home #who-we-are .pic {
        height: 348px;
        margin: 0 -15px 0 0;
        position: relative; }
        body.home #who-we-are .pic:before {
          background: #1f2d3a;
          content: "";
          height: 100%;
          left: -100vw;
          position: absolute;
          width: 100vw; } }
    @media (max-width: 767px) {
      body.home #who-we-are .pic {
        height: 300px;
        background-position: center;
        width: calc(100% + 30px); } }
body.home #wide {
  background: #B4BCC9 url(../images/homepage-wide-banner-md.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 150px; }
  @media (min-width: 1501px) {
    body.home #wide {
      background-image: url(../images/homepage-wide-banner-lg.jpg); } }
  @media (max-width: 767px) {
    body.home #wide {
      background-image: url(../images/homepage-wide-banner-sm.jpg);
      padding: 40px 30px 250px; } }
  body.home #wide p {
    max-width: 500px; }
  body.home #wide h3.title .line:after {
    max-width: 260px; }

body.home ul#three {
  padding-top: 40px; }
  body.home ul#three li {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      body.home ul#three li:not(:first-child) {
        border-left: 1px solid #1f2d3a;
        padding-left: 50px; }
      body.home ul#three li:not(:last-child) {
        padding-right: 50px; } }
    body.home ul#three li h4 {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 35px;
      padding-left: 80px;
      background: url(../images/icon-benefits.png) no-repeat left center;
      background-size: 60px; }
      body.home ul#three li h4#quality {
        background-image: url(../images/icon-quality.svg); }
      body.home ul#three li h4#value {
        background-image: url(../images/icon-value.png); }
    body.home ul#three li p {
      letter-spacing: 0.5px;
      line-height: 1.7; }
    @media (max-width: 767px) {
      body.home ul#three li {
        text-align: center; }
        body.home ul#three li h4 {
          background-position: center top;
          margin-bottom: 20px;
          padding: 80px 0 0; }
          body.home ul#three li h4 br {
            display: none; } }
#pre-footer {
  color: white;
  background: #1f2d3a;
  font-size: 18px; }
  #pre-footer h6 {
    padding: 50px 0 0; }
    @media (max-width: 767px) {
      #pre-footer h6 {
        padding: 40px 0 0 40px; } }
  #pre-footer .document-verification {
    padding: 50px 0;
    text-align: center; }
    @media (min-width: 768px) {
      #pre-footer .document-verification {
        border-left: 1px solid #ff9101;
        -o-border-image: linear-gradient(to bottom, #ff9101, #1f2d3a) 1 100%;
           border-image: -webkit-gradient(linear, left top, left bottom, from(#ff9101), to(#1f2d3a)) 1 100%;
           border-image: linear-gradient(to bottom, #ff9101, #1f2d3a) 1 100%; } }
    @media (max-width: 767px) {
      #pre-footer .document-verification {
        padding: 40px;
        border-bottom: 1px solid #ff9101;
        background: rgba(239, 238, 238, 0.45); } }
body.who-we-are #hero {
  background: #7294B8 url(../images/hero-who-lg.jpg) no-repeat center bottom;
  background-size: cover; }
  @media (max-width: 1250px) {
    body.who-we-are #hero {
      background-image: url(../images/hero-who-md.jpg); } }
  @media (max-width: 999px) {
    body.who-we-are #hero {
      background-image: url(../images/hero-who-sm.jpg); } }
  @media (max-width: 767px) {
    body.who-we-are #hero .flex .text {
      margin-top: -120px; } }
body.who-we-are .two-cols .left-col {
  max-width: 580px; }
  body.who-we-are .two-cols .left-col h3.title .line:after {
    max-width: 460px; }

body.who-we-are .two-cols .pic {
  background: #E2E5E7 url(../images/business-people.jpg) no-repeat center center;
  background-size: cover;
  height: 350px;
  margin: 0 -60px -40px; }
  @media (min-width: 768px) {
    body.who-we-are .two-cols .pic {
      height: 650px; } }
body.locations .two-cols .left-col {
  max-width: 580px; }
  body.locations .two-cols .left-col h3.title .line:after {
    max-width: 460px; }

body.locations .two-cols .orange q {
  margin-bottom: 50px; }

body.locations .two-cols .pic {
  background: #337295 url(../images/ship-lg.jpg) no-repeat left bottom;
  background-size: cover;
  height: 350px;
  margin: 0 -60px -40px; }
  @media (min-width: 768px) {
    body.locations .two-cols .pic {
      height: 550px; } }
@media (max-width: 767px) {
  body.locations .two-cols .orange {
    padding: 40px; }
  body.locations .two-cols q {
    max-width: 100%; }
  body.locations #contact {
    padding-top: 0;
    border-top: 0 none; } }

body.locations .ncl-fullscreen-wrap {
  z-index: 8; }
  body.locations .ncl-fullscreen-wrap .ncl-nav-move {
    right: 30px !important; }
  body.locations .ncl-fullscreen-wrap .ncl-slider-wrap {
    right: 50px !important; }

body.locations #map_container {
  background: #f9ae49;
  position: relative; }
  @media (min-width: 768px) {
    body.locations #map_container {
      pointer-events: none; } }
  body.locations #map_container .ncl-nav-move {
    box-shaodw: 1px, 1px, 1px, rgba(255, 255, 255, 0.5), inset, 2px, 2px, 3px, rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    border: 1px solid #282828;
    height: 58px;
    width: 58px;
    z-index: 8;
    pointer-events: auto; }
  body.locations #map_container .ncl-fullscreen {
    display: none; }
  body.locations #map_container .ncl-fullscreen, body.locations #map_container .ncl-slider-zoomin, body.locations #map_container .ncl-slider-zoomout, body.locations #map_container .ncl-slider-draggable, body.locations #map_container .ncl-location-contents {
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
    pointer-events: auto; }
  body.locations #map_container .ncl-fullscreen, body.locations #map_container .ncl-slider-zoomin, body.locations #map_container .ncl-slider-zoomout {
    transition: all, 0.4s;
    -moz-transition: all, 0.4s;
    -webkit-transition: all, 0.4s;
    -o-transition: all, 0.4s;
    z-index: 8; }
    body.locations #map_container .ncl-fullscreen:hover, body.locations #map_container .ncl-slider-zoomin:hover, body.locations #map_container .ncl-slider-zoomout:hover {
      opacity: 0.7; }
  body.locations #map_container .ncl-fullscreen {
    border-radius: 2px;
    background: url(../images/rockstar-map/fullscreen.png);
    height: 31px;
    width: 31px; }
  body.locations #map_container .ncl-slider-zoomin {
    border-radius: 2px;
    background: url(../images/rockstar-map/more.png);
    top: -5px; }
  body.locations #map_container .ncl-slider-zoomout {
    border-radius: 2px;
    background: url(../images/rockstar-map/less.png);
    margin-top: 0; }
  body.locations #map_container .ncl-slider-draggable {
    border-radius: 2px;
    background: url(../images/rockstar-map/handle.png);
    height: 6px;
    left: 1px;
    width: 17px;
    z-index: 8; }
  body.locations #map_container .ncl-slider-slidebar {
    background: url(../images/rockstar-map/track.png);
    height: 154px;
    left: 7px;
    top: -9px;
    width: 5px;
    z-index: 8; }
  body.locations #map_container .ncl-location-pin {
    letter-spacing: 0.5px;
    pointer-events: auto;
    transition: all, 0.25s;
    -moz-transition: all, 0.25s;
    -webkit-transition: all, 0.25s;
    -o-transition: all, 0.25s;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ff9101;
    border: 4px solid white;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index: 8; }
    body.locations #map_container .ncl-location-pin:hover {
      opacity: 0.8;
      letter-spacing: 2px;
      border-width: 6px; }
    body.locations #map_container .ncl-location-pin:after {
      color: white;
      display: block;
      margin: -4px 0 0 30px;
      text-transform: uppercase; }
  body.locations #map_container .ncl-location.ncl-selected-location {
    z-index: 9; }
    body.locations #map_container .ncl-location.ncl-selected-location .ncl-location-pin {
      -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5); }
  body.locations #map_container #loc-houston .ncl-location-pin {
    background: #e04b00; }
    body.locations #map_container #loc-houston .ncl-location-pin:after {
      color: #e04b00;
      font-weight: 700; }
  body.locations #map_container #loc-switzerland .ncl-location-pin, body.locations #map_container #loc-calgary .ncl-location-pin, body.locations #map_container #loc-singapore .ncl-location-pin {
    background: #ff7d01; }
    body.locations #map_container #loc-switzerland .ncl-location-pin:after, body.locations #map_container #loc-calgary .ncl-location-pin:after, body.locations #map_container #loc-singapore .ncl-location-pin:after {
      color: #ff7d01;
      font-weight: 700; }
  body.locations #map_container #loc-switzerland h1, body.locations #map_container #loc-singapore h1, body.locations #map_container #loc-mexico h1 {
    background-color: #ff7d01; }
  body.locations #map_container #loc-houston h1 {
    background-color: #e04b00; }
  body.locations #map_container #loc-houston .ncl-location-pin:after {
    content: "Houston"; }
  body.locations #map_container #loc-calgary .ncl-location-pin:after {
    content: "Calgary"; }
  body.locations #map_container #loc-mexico .ncl-location-pin:after {
    content: "Mexico"; }
  body.locations #map_container #loc-venezuela .ncl-location-pin:after {
    content: "Venezuela"; }
  body.locations #map_container #loc-colombia .ncl-location-pin:after {
    content: "Colombia"; }
  body.locations #map_container #loc-ecuador .ncl-location-pin:after {
    content: "Ecuador"; }
  body.locations #map_container #loc-peru .ncl-location-pin:after {
    content: "Peru"; }
  body.locations #map_container #loc-bolivia .ncl-location-pin:after {
    content: "Bolivia"; }
  body.locations #map_container #loc-brazil .ncl-location-pin:after {
    content: "Brazil"; }
  body.locations #map_container #loc-chile .ncl-location-pin:after {
    content: "Chile"; }
  body.locations #map_container #loc-argentina .ncl-location-pin:after {
    content: "Argentina"; }
  body.locations #map_container #loc-switzerland .ncl-location-pin:after {
    content: "Switzerland"; }
  body.locations #map_container #loc-spain .ncl-location-pin:after {
    content: "Spain"; }
  body.locations #map_container #loc-morocco .ncl-location-pin:after {
    content: "Morocco"; }
  body.locations #map_container #loc-egypt .ncl-location-pin:after {
    content: "Egypt"; }
  body.locations #map_container #loc-nigeria .ncl-location-pin:after {
    content: "Nigeria"; }
  body.locations #map_container #loc-singapore .ncl-location-pin:after {
    content: "Singapore"; }
  body.locations #map_container ol#labels {
    bottom: 20px;
    left: 25px;
    position: absolute;
    z-index: 8; }
    body.locations #map_container ol#labels li {
      background: #1f2d3a;
      border-right: 8px solid #e04b00;
      -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
              box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
      color: white;
      display: inline-block;
      font-size: 11px;
      margin-right: 15px;
      padding: 10px; }
      body.locations #map_container ol#labels li#affiliates {
        border-color: #ff7d01; }
      body.locations #map_container ol#labels li#agents {
        border-color: #ff9101;
        margin-right: 0; }
  body.locations #map_container .ncl-menu-wrap {
    left: 25px;
    top: 140px;
    z-index: 9;
    pointer-events: auto; }
    body.locations #map_container .ncl-menu-wrap ul {
      -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
              box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3); }
      body.locations #map_container .ncl-menu-wrap ul li {
        background: #ff9101;
        color: #1f2d3a;
        transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        -o-transition: all, 0.3s;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.25);
        line-height: 25px;
        margin: 0;
        padding-left: 26px;
        padding-right: 30px; }
        body.locations #map_container .ncl-menu-wrap ul li:before {
          border-top: 1px solid #1f2d3a;
          border-width: 1px 0 0;
          border-radius: 0;
          content: "";
          left: 0;
          top: 50%;
          width: 15px; }
        body.locations #map_container .ncl-menu-wrap ul li:after {
          background: url(../images/bullet-dark2.svg) no-repeat center center;
          background-size: 125%;
          border-radius: 50%;
          border: 1px solid #1f2d3a;
          content: "";
          height: 14px;
          margin-top: -8px;
          position: absolute;
          right: 8px;
          top: 50%;
          width: 14px; }
        body.locations #map_container .ncl-menu-wrap ul li:hover {
          background-color: #e18000; }
          body.locations #map_container .ncl-menu-wrap ul li:hover:nth-child(2), body.locations #map_container .ncl-menu-wrap ul li:hover:nth-child(3), body.locations #map_container .ncl-menu-wrap ul li:hover:nth-child(4) {
            background-color: #e16e00; }
          body.locations #map_container .ncl-menu-wrap ul li:hover:first-child {
            background-color: #c14100; }
        body.locations #map_container .ncl-menu-wrap ul li:first-child {
          background-color: #e04b00; }
        body.locations #map_container .ncl-menu-wrap ul li:last-child {
          border-bottom: 0 none; }
        body.locations #map_container .ncl-menu-wrap ul li:nth-child(2), body.locations #map_container .ncl-menu-wrap ul li:nth-child(3), body.locations #map_container .ncl-menu-wrap ul li:nth-child(4) {
          background-color: #ff7d01; }

body.locations .ncl-location-contents {
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #1f2d3a;
  padding: 0;
  width: 270px; }
  body.locations .ncl-location-contents:after {
    background: url(../images/rockstar-map/triang.svg);
    bottom: -12px;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 21px; }
  body.locations .ncl-location-contents h1, body.locations .ncl-location-contents h2, body.locations .ncl-location-contents p {
    color: #1f2d3a;
    padding: 10px 30px; }
  body.locations .ncl-location-contents h1 {
    background: #ff9101;
    position: relative;
    font-size: 20px;
    padding: 15px 30px; }
    body.locations .ncl-location-contents h1:before {
      border-top: 1px solid #1f2d3a;
      content: "";
      left: 0;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      width: 20px; }
    body.locations .ncl-location-contents h1:after {
      background: url(../images/bullet-dark2.svg) no-repeat center center;
      background-size: 125%;
      border-radius: 50%;
      border: 2px solid #1f2d3a;
      content: "";
      height: 24px;
      margin-top: -14px;
      position: absolute;
      right: 15px;
      top: 50%;
      width: 24px; }
  body.locations .ncl-location-contents h2 {
    background: #1f2d3a;
    color: white;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden; }
    body.locations .ncl-location-contents h2:after {
      border-top: 1px solid white;
      content: "";
      margin-left: 12px;
      margin-top: -1px;
      position: absolute;
      top: 50%;
      width: 200px; }
  body.locations .ncl-location-contents p {
    border-bottom: 1px solid #1f2d3a; }
    body.locations .ncl-location-contents p:last-child {
      border: 0 none; }
    body.locations .ncl-location-contents p.address, body.locations .ncl-location-contents p.phone, body.locations .ncl-location-contents p.content {
      margin: 0;
      padding-left: 70px;
      background: url(../images/icon-location.svg) no-repeat 30px 12px; }
      body.locations .ncl-location-contents p.address.phone, body.locations .ncl-location-contents p.phone.phone, body.locations .ncl-location-contents p.content.phone {
        background-image: url(../images/icon-phone.svg); }
      body.locations .ncl-location-contents p.address.content, body.locations .ncl-location-contents p.phone.content, body.locations .ncl-location-contents p.content.content {
        background-image: url(../images/icon-mail.svg); }
        body.locations .ncl-location-contents p.address.content:only-of-type, body.locations .ncl-location-contents p.phone.content:only-of-type, body.locations .ncl-location-contents p.content.content:only-of-type {
          background-position: 30px 17px;
          padding-top: 15px;
          padding-bottom: 15px; }
      body.locations .ncl-location-contents p.address:before, body.locations .ncl-location-contents p.phone:before, body.locations .ncl-location-contents p.content:before {
        display: none; }
  body.locations .ncl-location-contents .ncl-location-close {
    display: none; }

@media (max-width: 767px) {
  body.locations section {
    padding-top: 80px; }
  body.locations #map_container {
    display: none; } }

body.products {
  padding-bottom: 120px; }
  body.products #hero {
    height: auto; }
    body.products #hero ul.slider-for {
      height: 0;
      visibility: hidden;
      overflow: hidden; }
    @media (min-width: 768px) {
      body.products #hero {
        padding-top: 90px; }
        body.products #hero ul.slider-nav {
          position: relative; } }
    @media (max-width: 767px) {
      body.products #hero {
        padding-top: 80px; }
        body.products #hero ul.slider-nav {
          position: fixed;
          bottom: 0;
          z-index: 1; } }
    body.products #hero .flex .text h2 {
      margin-bottom: 20px; }
    body.products #hero .flex .text a.scroll-to-section {
      font-size: 18px; }
      body.products #hero .flex .text a.scroll-to-section:after {
        font-family: 'fontAwesome';
        content: "\f105";
        font-weight: normal;
        margin-left: 5px;
        display: inline-block; }
      body.products #hero .flex .text a.scroll-to-section:hover {
        color: #ff9101; }
  body.products ul#products {
    background: #1f2d3a;
    color: white; }
    @media (min-width: 768px) {
      body.products ul#products {
        margin: 50px 0; } }
    body.products ul#products ul.slick-dots {
      display: none !important; }
    body.products ul#products h2, body.products ul#products h3 {
      font-size: 12px;
      line-height: 1.2; }
      body.products ul#products h2 strong, body.products ul#products h3 strong {
        display: block;
        font-family: 'Ubuntu', sans-serif;
        font-weight: 500;
        font-size: 24px; }
    body.products ul#products h2, body.products ul#products .col {
      padding: 30px 40px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -moz-box-sizing: border-box; }
    body.products ul#products h2 {
      background: url(../images/icon-chemicals.svg) no-repeat center top;
      padding-top: 95px;
      text-align: center; }
      body.products ul#products h2.distillates {
        background-image: url(../images/icon-distillates.svg); }
      body.products ul#products h2.fuel {
        background-image: url(../images/icon-fuel.svg); }
      body.products ul#products h2.petrochemicals {
        background-image: url(../images/icon-petrochemicals.svg); }
      body.products ul#products h2.polymers {
        background-image: url(../images/icon-polymers.svg); }
      body.products ul#products h2.oilfield {
        background-image: url(../images/icon-oilfield.svg); }
      @media (max-width: 767px) {
        body.products ul#products h2 {
          background: transparent !important;
          padding: 15px 5px; } }
    body.products ul#products h3 {
      margin-bottom: 25px; }
    body.products ul#products .col {
      background: #4C5761; }
      body.products ul#products .col.dark {
        background: #404C57; }
      body.products ul#products .col.light {
        background: #626C75; }
      body.products ul#products .col .inner {
        margin: 30px -40px -30px;
        width: calc(100% + 80px); }
    @media (min-width: 768px) {
      body.products ul#products .product {
        display: flex !important;
        width: 100%;
        flex-direction: row; }
        body.products ul#products .product h2 {
          margin-top: 10px;
          max-height: 160px;
          min-width: 25%; }
        body.products ul#products .product .col {
          width: 37.5%; }
          body.products ul#products .product .col.double {
            width: 75%; }
            body.products ul#products .product .col.double.full {
              width: 100%; }
          body.products ul#products .product .col .inner {
            display: flex;
            align-items: stretch; }
            body.products ul#products .product .col .inner .col {
              width: 50%; } }
    @media (max-width: 767px) {
      body.products ul#products .product .full {
        margin: 0 -40px;
        width: calc(100% + 80px); } }
#contact {
  background: #1f2d3a url(../images/contact-boat-lg.jpg) no-repeat center center;
  background-size: cover;
  border-top: 100px solid #1f2d3a;
  color: #1f2d3a;
  position: relative; }
  @media (max-width: 1400px) {
    #contact {
      background-image: url(../images/contact-boat-md.jpg); } }
  @media (max-width: 767px) {
    #contact {
      background-image: url(../images/contact-boat-sm.jpg);
      background-position: left top;
      background-size: 100% auto;
      padding-top: 200px;
      border-top-width: 40px; } }
  @media (max-width: 500px) {
    #contact {
      padding-top: 150px; } }
  #contact #square {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #efeeee;
    overflow: hidden;
    padding: 50px 0 30px; }
    @media (min-width: 768px) {
      #contact #square {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        margin-bottom: -50px;
        width: 50%; } }
  #contact #more-contact-details {
    display: none;
    font-size: 15px;
    padding: 30px;
    background: #efeeee; }
    @media (min-width: 768px) {
      #contact #more-contact-details {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        -moz-box-sizing: border-box;
        background: rgba(255, 255, 255, 0.94);
        border: 3px solid #1f2d3a;
        border-right: 0 none;
        left: calc(50% + 60px);
        min-height: 400px;
        padding: 50px;
        position: absolute;
        top: 105px;
        width: calc(50% - 60px); } }
    @media (min-width: 768px) and (max-width: 880px) {
      #contact #more-contact-details {
        font-size: 14px;
        padding: 40px 30px; } }
    #contact #more-contact-details ul > li {
      background: url(../images/icon-location-orange.svg) no-repeat left 4px;
      background-size: 40px auto;
      padding-left: 60px; }
      #contact #more-contact-details ul > li#phone_fax {
        background-image: url(../images/icon-phone-orange.svg); }
      #contact #more-contact-details ul > li#email_addresses {
        background-image: url(../images/icon-mail-orange.svg); }
      #contact #more-contact-details ul > li:not(:last-child) {
        margin-bottom: 35px; }
    #contact #more-contact-details ul a {
      color: inherit; }
      #contact #more-contact-details ul a.small {
        font-size: 80%; }
      #contact #more-contact-details ul a.orange {
        color: #ff9101; }
        #contact #more-contact-details ul a.orange:hover {
          text-decoration: underline; }
    #contact #more-contact-details ul ol li:not(:last-child) {
      margin-bottom: 5px; }
    #contact #more-contact-details ul ol li span:after {
      content: "/";
      color: rgba(31, 45, 58, 0.45);
      margin: 0 3px 0 7px; }
  #contact form, #contact p {
    max-width: 500px; }
  #contact form {
    margin-top: 40px; }

body.contact #contact {
  border: 0 none; }
  body.contact #contact #square {
    background: white; }
    @media (min-width: 768px) {
      body.contact #contact #square {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        margin-bottom: 0; } }
  body.contact #contact #more-contact-details {
    display: block; }

body.terms section {
  padding-top: 40px;
  padding-bottom: 50px; }
  body.terms section h1 .line:after {
    max-width: 420px; }
  body.terms section h2 {
    max-width: 710px;
    font-size: 18px; }
  body.terms section a.btn {
    text-transform: none; }
    body.terms section a.btn .chemium {
      font-size: 13px; }
  @media (max-width: 767px) {
    body.terms section {
      padding-bottom: 40px; }
      body.terms section h2 {
        font-size: 15px; } }
body.document #hero {
  background: #045d7a url(../images/hero-welcome-2-sm.jpg) no-repeat center center;
  background-size: cover; }
  @media (max-width: 900px) {
    body.document #hero {
      background-position: center bottom;
      background-size: 100% auto; } }
  @media (min-width: 901px) {
    body.document #hero {
      background-image: url(../images/hero-welcome-2-xl.jpg); } }
body.document .content {
  padding-top: 40px;
  padding-bottom: 50px; }
  body.document .content iframe {
    width: 100%;
    border: 0 none; }

html, body {
  overflow-x: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  background: #efeeee;
  color: #1f2d3a;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  line-height: 1.4; }
  body.no-hero {
    padding-top: 110px; }
    @media (max-width: 767px) {
      body.no-hero {
        padding-top: 70px; } }
  body #hero {
    color: white;
    height: calc(100vh - 110px);
    position: relative; }
    body #hero .flex {
      display: flex;
      align-items: center; }
      body #hero .flex .wrapper {
        width: 100%; }
      body #hero .flex .text {
        max-width: 500px;
        margin-top: -100px; }
        body #hero .flex .text.black {
          color: #1f2d3a; }
        body #hero .flex .text h2 {
          font-size: 22px;
          margin-bottom: 32px; }
          body #hero .flex .text h2 strong {
            font-size: 48px; }
          body #hero .flex .text h2 .uppercase {
            padding-left: 60px; }
        body #hero .flex .text a.angle {
          font-size: 18px; }
          body #hero .flex .text a.angle:after {
            font-family: 'fontAwesome';
            content: "\f105";
            font-weight: normal;
            margin-left: 5px;
            display: inline-block; }
          body #hero .flex .text a.angle.angle-down:after {
            font-family: 'fontAwesome';
            content: "\f107";
            font-weight: normal; }
          body #hero .flex .text a.angle:hover {
            color: #ff9101; }
        @media (max-width: 767px) {
          body #hero .flex .text h2 {
            font-size: 20px;
            margin-bottom: 24px; }
            body #hero .flex .text h2 strong {
              font-size: 40px; }
            body #hero .flex .text h2 .uppercase {
              padding-left: 50px; } }
        @media (max-width: 600px) {
          body #hero .flex .text {
            margin-top: -40px; }
            body #hero .flex .text h2 {
              font-size: 18px;
              margin-bottom: 20px; }
              body #hero .flex .text h2 strong {
                font-size: 32px; }
              body #hero .flex .text h2 .uppercase {
                padding-left: 20px; } }
      @media (max-width: 600px) {
        body #hero .flex .left.narrow-on-mobile {
          max-width: 60%; } }
  body .two-cols .left-col {
    padding: 40px 60px 35px; }
    @media (max-width: 767px) {
      body .two-cols .left-col {
        padding: 40px 10px 30px; } }
  body .two-cols q {
    display: block;
    font-size: 20px;
    font-style: italic;
    margin: 40px auto 0;
    max-width: 84%;
    text-align: center; }
    body .two-cols q:after {
      border-top: 1px solid #1f2d3a;
      content: "";
      display: block;
      margin: 20px auto 0;
      width: 140px; }
  body .two-cols .orange {
    padding: 40px 60px;
    background: #ff9101;
    overflow: hidden;
    position: relative; }
    body .two-cols .orange > ul > li {
      padding-bottom: 20px; }
    body .two-cols .orange p {
      font-size: 13px; }
  body.avoid-scrolling {
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
    height: 100vh; }
  body .wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 767px) {
      body .wrapper {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 767px) {
      body .wrapper.mobile_no_padding {
        padding-left: 0;
        padding-right: 0; } }
  body .wrapper-left {
    padding-left: 25px;
    padding-right: 25px; }
    @media (max-width: 767px) {
      body .wrapper-left {
        padding-left: 15px;
        padding-right: 15px; } }
  body a {
    transition: all, 0.2s;
    -moz-transition: all, 0.2s;
    -webkit-transition: all, 0.2s;
    -o-transition: all, 0.2s;
    color: inherit;
    text-decoration: none; }
    body a.underline {
      text-decoration: underline; }
      body a.underline:hover {
        opacity: 0.7; }
    body a.underline_on_hover:hover {
      text-decoration: underline; }
    body a[href^="tel"] {
      color: inherit;
      cursor: default; }

.hide {
  display: none; }

.uppercase {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

@media (max-width: 767px) {
  .hidden-sm {
    display: none; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none; } }

@media (max-width: 767px) {
  .center_mobile {
    text-align: center; } }

@media (max-width: 767px) {
  img.center_mobile {
    display: block;
    margin-left: auto;
    margin-right: auto; } }

img.max {
  display: block;
  max-width: 100%;
  height: auto; }

.title {
  margin-bottom: 30px;
  position: relative;
  line-height: 1.3; }
  .title strong {
    display: block;
    font-size: 33px;
    font-weight: 500; }
    .title strong.line {
      position: relative; }
      .title strong.line:before {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        border-top: 2px solid #1f2d3a;
        content: "";
        position: absolute;
        left: -25px;
        top: 50%;
        Width: 100vw; }
  .title .uppercase {
    font-size: 21px;
    letter-spacing: 1px;
    padding-left: 40px; }
    .title .uppercase.line {
      display: inline-block;
      position: relative; }
      .title .uppercase.line:after {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        border-top: 2px solid #1f2d3a;
        content: "";
        position: absolute;
        right: -10px;
        top: 50%;
        margin-top: -1px;
        Width: 100vw; }
  .title.small {
    margin-bottom: 22px; }
    .title.small strong {
      font-size: 24px; }

p {
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 20px;
  line-height: 1.5; }

h4.icon-title {
  font-size: 18px;
  font-weight: 500;
  margin: 40px 0 25px; }
  h4.icon-title span {
    letter-spacing: 0.5px;
    line-height: 1.25; }
  h4.icon-title img, h4.icon-title span {
    display: inline-block;
    vertical-align: middle; }
  h4.icon-title img {
    margin-right: 10px; }

p + h4.icon-title {
  margin-top: 60px; }
