/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/*!
 * 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);
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}

.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}

.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}

.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}

.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}

@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}

.iti__flag-box {
  display: inline-block;
  width: 20px;
}

.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}

.iti__country {
  padding: 5px 10px;
  outline: none;
}

.iti__dial-code {
  color: #999;
}

.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti__flag-box, .iti__country-name, .iti__dial-code {
  vertical-align: middle;
}

.iti__flag-box, .iti__country-name {
  margin-right: 6px;
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}

.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}

.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}

.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}

.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}

.iti--container:hover {
  cursor: pointer;
}

.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}

.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}

.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  width: 20px;
}

.iti__flag.iti__be {
  width: 18px;
}

.iti__flag.iti__ch {
  width: 15px;
}

.iti__flag.iti__mc {
  width: 19px;
}

.iti__flag.iti__ne {
  width: 18px;
}

.iti__flag.iti__np {
  width: 13px;
}

.iti__flag.iti__va {
  width: 15px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}

.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}

.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}

.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}

.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}

.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}

.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}

.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}

.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}

.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}

.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}

.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}

.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}

.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}

.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}

.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}

.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}

.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}

.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}

.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}

.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}

.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}

.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}

.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}

.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}

.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}

.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}

.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}

.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}

.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}

.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}

.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}

.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}

.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}

.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}

.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}

.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}

.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}

.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}

.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}

.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}

.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}

.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}

.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}

.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}

.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}

.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}

.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}

.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}

.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}

.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}

.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}

.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}

.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}

.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}

.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}

.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}

.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}

.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}

.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}

.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}

.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}

.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}

.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}

.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}

.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}

.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}

.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}

.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}

.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}

.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}

.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}

.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}

.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}

.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}

.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}

.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}

.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}

.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}

.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}

.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}

.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}

.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}

.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}

.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}

.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}

.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}

.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}

.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}

.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}

.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}

.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}

.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}

.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}

.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}

.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}

.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}

.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}

.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}

.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}

.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}

.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}

.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}

.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}

.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}

.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}

.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}

.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}

.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}

.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}

.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}

.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}

.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}

.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}

.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}

.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}

.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}

.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}

.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}

.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}

.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}

.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}

.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}

.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}

.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}

.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}

.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}

.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}

.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}

.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}

.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}

.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}

.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}

.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}

.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}

.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}

.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}

.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}

.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}

.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}

.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}

.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}

.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}

.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}

.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}

.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}

.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}

.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}

.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}

.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}

.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}

.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}

.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}

.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}

.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}

.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}

.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}

.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}

.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}

.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}

.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}

.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}

.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}

.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}

.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}

.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}

.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}

.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}

.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}

.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}

.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}

.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}

.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}

.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}

.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}

.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}

.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}

.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}

.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}

.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}

.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}

.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}

.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}

.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}

.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}

.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}

.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}

.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}

.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}

.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}

.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}

.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}

.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}

.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}

.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}

.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}

.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}

.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}

.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}

.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}

.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}

.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}

.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}

.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}

.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}

.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}

.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}

.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}

.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}

.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}

.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}

.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}

.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}

.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}

.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}

.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}

.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}

.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}

.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}

.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}

.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}

.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}

.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}

.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}

.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}

.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}

.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}

.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}

.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}

.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}

.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}

.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}

.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}

.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}

.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}

.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}

.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}

.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}

.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}

.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}

.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}

.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}

.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}

.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}

.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}

.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}

.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}

.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}

.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}

.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}

.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}

.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}

.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}

.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}

.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}

.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}

.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}

.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}

.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}

.iti__flag {
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
          box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/contact-us/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/contact-us/flags@2x.png");
  }
}

.iti__flag.iti__np {
  background-color: transparent;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/**
 * Set up a decent box model on the root element
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  position: relative;
  min-height: 100%;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #e50050;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #222222;
  text-decoration: underline;
}

body {
  background-color: #313552;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Extrabold.eot");
  src: url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff2") format("woff2"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype"), url("../fonts/Gilroy-Extrabold.svg#Gilroy-Extrabold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype"), url("../fonts/Gilroy-Heavy.svg#Gilroy-Heavy") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Thin.eot");
  src: url("../fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Thin.woff2") format("woff2"), url("../fonts/Gilroy-Thin.woff") format("woff"), url("../fonts/Gilroy-Thin.ttf") format("truetype"), url("../fonts/Gilroy-Thin.svg#Gilroy-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Semibold.eot");
  src: url("../fonts/Gilroy-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff"), url("../fonts/Gilroy-Semibold.ttf") format("truetype"), url("../fonts/Gilroy-Semibold.svg#Gilroy-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Light.eot");
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype"), url("../fonts/Gilroy-Black.svg#Gilroy-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Italic.eot");
  src: url("../fonts/PublicSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-Italic.woff2") format("woff2"), url("../fonts/PublicSans-Italic.woff") format("woff"), url("../fonts/PublicSans-Italic.ttf") format("truetype"), url("../fonts/PublicSans-Italic.svg#PublicSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-ExtraBold.eot");
  src: url("../fonts/PublicSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-ExtraBold.woff2") format("woff2"), url("../fonts/PublicSans-ExtraBold.woff") format("woff"), url("../fonts/PublicSans-ExtraBold.ttf") format("truetype"), url("../fonts/PublicSans-ExtraBold.svg#PublicSans-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-SemiBold.eot");
  src: url("../fonts/PublicSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-SemiBold.woff2") format("woff2"), url("../fonts/PublicSans-SemiBold.woff") format("woff"), url("../fonts/PublicSans-SemiBold.ttf") format("truetype"), url("../fonts/PublicSans-SemiBold.svg#PublicSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Regular.eot");
  src: url("../fonts/PublicSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-Regular.woff2") format("woff2"), url("../fonts/PublicSans-Regular.woff") format("woff"), url("../fonts/PublicSans-Regular.ttf") format("truetype"), url("../fonts/PublicSans-Regular.svg#PublicSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Medium.eot");
  src: url("../fonts/PublicSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-Medium.woff2") format("woff2"), url("../fonts/PublicSans-Medium.woff") format("woff"), url("../fonts/PublicSans-Medium.ttf") format("truetype"), url("../fonts/PublicSans-Medium.svg#PublicSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-ExtraLight.eot");
  src: url("../fonts/PublicSans-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-ExtraLight.woff2") format("woff2"), url("../fonts/PublicSans-ExtraLight.woff") format("woff"), url("../fonts/PublicSans-ExtraLight.ttf") format("truetype"), url("../fonts/PublicSans-ExtraLight.svg#PublicSans-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Black.eot");
  src: url("../fonts/PublicSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-Black.woff2") format("woff2"), url("../fonts/PublicSans-Black.woff") format("woff"), url("../fonts/PublicSans-Black.ttf") format("truetype"), url("../fonts/PublicSans-Black.svg#PublicSans-Black") format("svg");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Thin.eot");
  src: url("../fonts/PublicSans-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-Thin.woff2") format("woff2"), url("../fonts/PublicSans-Thin.woff") format("woff"), url("../fonts/PublicSans-Thin.ttf") format("truetype"), url("../fonts/PublicSans-Thin.svg#PublicSans-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Light.eot");
  src: url("../fonts/PublicSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-Light.woff2") format("woff2"), url("../fonts/PublicSans-Light.woff") format("woff"), url("../fonts/PublicSans-Light.ttf") format("truetype"), url("../fonts/PublicSans-Light.svg#PublicSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans';
  src: url("../fonts/PublicSans-Bold.eot");
  src: url("../fonts/PublicSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/PublicSans-Bold.woff2") format("woff2"), url("../fonts/PublicSans-Bold.woff") format("woff"), url("../fonts/PublicSans-Bold.ttf") format("truetype"), url("../fonts/PublicSans-Bold.svg#PublicSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #222222;
  font: normal 125%/1.4 "Gilroy", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1480px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
  overflow: hidden;
}

.container-1200 {
  max-width: 1240px;
}

@media (max-width: 1024px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 650px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

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

.uc-left {
  width: 50%;
  float: left;
}

.uc-right {
  width: 50%;
  float: right;
}

.pt-0 {
  padding-top: 0 !important;
}

.uc-col-2-10 .uc-left {
  width: 16.6666666667%;
}

.uc-col-2-10 .uc-right {
  width: 83.3333333333%;
}

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

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

.uc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.uc-flex-jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.uc-para p {
  font-size: 22px;
  line-height: 32px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #ced3f7;
}

.uc-para p:last-child {
  margin-bottom: 0;
}

.hide {
  display: none;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.uc-tiles-img-shadow {
  -webkit-box-shadow: 20px 20px 0px #3a4270;
          box-shadow: 20px 20px 0px #3a4270;
  display: inline-block;
}

@media (max-width: 1024px) {
  .uc-tiles-img-shadow {
    display: block;
  }
  .uc-tiles-img-shadow img {
    display: block;
    width: 100%;
  }
}

.ico-pdf {
  background: url(../images/ico-pdf-sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 48px;
}

a:hover .ico-pdf {
  background-position: -35px 0;
}

.ucc-orange {
  color: #fc5417;
}

.uc-des {
  display: none;
}

@media (min-width: 1025px) {
  .uc-des {
    display: block;
  }
}

.uc-tab {
  display: none;
}

@media (max-width: 1024px) {
  .uc-tab {
    display: block;
  }
}

.uc-header {
  margin-top: 21px;
  z-index: 3;
  display: none !important;
}

.uc-header.uc-fixed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .uc-header.uc-fixed {
    margin-top: 67px;
  }
}

@media (max-width: 768px) {
  .uc-header.uc-fixed {
    margin-top: 57px;
  }
}

@media (max-width: 650px) {
  .uc-header.uc-fixed {
    margin-top: 28px;
  }
}

.uc-header .uc-col-2-10 .uc-right {
  height: 117px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.uc-header .uc-menu {
  margin-right: 40px;
}

.uc-header--mob {
  display: none;
}

@media (max-width: 1024px) {
  .uc-header .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 650px) {
  .uc-header .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uc-logo a, .uc-logo img {
  display: block;
}

@media (max-width: 1024px) {
  .uc-logo img {
    max-width: 101px;
    display: block;
  }
}

@media (max-width: 768px) {
  .uc-logo img {
    max-width: 123px;
  }
}

@media (max-width: 650px) {
  .uc-logo img {
    max-width: 90px;
  }
}

@media (max-width: 480px) {
  .uc-logo img {
    max-width: 70px;
  }
}

.uc-menu {
  display: inline-block;
}

.uc-menu ul {
  padding-left: 16px;
  list-style-type: none;
  overflow: hidden;
}

.uc-menu li {
  float: left;
  margin: 0 30px;
}

.uc-menu a {
  color: #8e96db;
  text-decoration: none;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-transform: capitalize;
  padding-bottom: 3px;
  display: block;
  font-size: 21px;
}

.uc-menu a:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  top: 3px;
  position: relative;
}

.uc-menu .uc-menu-active a,
.uc-menu a:hover {
  color: #fff;
}

.uc-menu .uc-menu-active a:after,
.uc-menu a:hover:after {
  opacity: 1;
}

.uc-sticky.fixed {
  position: fixed;
  margin-top: 0;
  padding: 10px 0;
}

.uc-sticky.fixed:after {
  content: "";
  background-color: #313552;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.uc-sticky.fixed .uc-logo img {
  max-height: 78px;
}

.uc-sticky.fixed .uc-btn .btn {
  padding: 18px 0;
  width: 258px;
  font-size: 14px;
}

.uc-sticky.fixed .uc-btn .btn:active,
.uc-sticky.fixed .uc-btn .btn:focus {
  color: #fff;
  text-decoration: none;
}

.uc-sticky.fixed .uc-col-2-10 .uc-right {
  height: 78px;
}

.uc-sticky.fixed .uc-menu a {
  font-size: 18px;
}

body {
  overflow-x: hidden;
}

#menu {
  display: none;
}

#menu.mm-menu_opened {
  display: block;
}

.uc-content {
  min-height: 1700px;
  position: relative;
  z-index: 4;
}

.uc-heading h2 {
  font-size: 72px;
  line-height: 78px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1024px) {
  .uc-heading h2 {
    font-size: 66px;
    text-align: left;
    line-height: 73px;
    max-width: 82%;
  }
}

@media (max-width: 860px) {
  .uc-heading h2 {
    font-size: 46px;
    line-height: 53px;
  }
}

@media (max-width: 768px) {
  .uc-heading h2 {
    font-size: 46px;
    line-height: 53px;
  }
}

@media (max-width: 480px) {
  .uc-heading h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 380px) {
  .uc-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.uc-sec {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .uc-sec {
    padding: 50px 0;
  }
}

@media (max-width: 860px) {
  .uc-sec {
    padding: 30px 0;
  }
}

.uc-sec--np {
  padding: 0;
}

.uc-sec-bg {
  position: absolute;
  top: 26px;
  width: 100%;
  height: 1200px;
  background: url("../images/fold-1.jpg") no-repeat top center;
  z-index: 1;
}

@media (max-width: 1024px) {
  .uc-sec-bg {
    background: url(../images/tablet-fold-bg.jpg) no-repeat top center !important;
    background-size: 100% auto !important;
  }
}

@media (max-width: 768px) {
  .uc-sec-bg {
    background: url(../images/mobile-fold-bg.jpg) no-repeat top center !important;
    background-size: 100% auto !important;
  }
}

.uc-sec-color--martinique {
  background-color: #292d4a;
}

.uc-sec__area {
  position: relative;
  z-index: 2;
}

@media (max-width: 1024px) {
  .uc-sec .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 650px) {
  .uc-sec .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 1024px) {
  .uc-sec.uc-call-to-action {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 100px;
  }
}

@media (max-width: 650px) {
  .uc-sec.uc-call-to-action {
    margin-top: 136px;
  }
}

@media (max-width: 1024px) {
  .uc-sec .uc-banner-cta {
    margin-bottom: 90px;
  }
}

@media (max-width: 860px) {
  .uc-sec .uc-banner-cta {
    margin-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .uc-sec .uc-banner-cta {
    margin-bottom: 70px;
  }
}

.uc-sec ul,
.uc-sec p {
  font-size: 22px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  color: #ced3f7;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 30px;
}

@media (max-width: 1024px) {
  .uc-sec ul,
  .uc-sec p {
    font-size: 30px;
    line-height: 47px;
    font-weight: 400;
    color: #fff !important;
  }
  .uc-sec ul br,
  .uc-sec p br {
    display: none;
  }
}

@media (max-width: 860px) {
  .uc-sec ul,
  .uc-sec p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 650px) {
  .uc-sec ul,
  .uc-sec p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .uc-sec ul,
  .uc-sec p {
    font-size: 18px;
    line-height: 28px;
  }
}

.uc-flags {
  display: none;
}

.uc-sec-1 {
  margin-bottom: 35px;
  margin-top: 150px;
}

@media (max-width: 1024px) {
  .uc-sec-1 {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .uc-sec-1 {
    margin-top: 40px;
  }
}

.uc-sec-1 .uc-heading {
  margin-top: 92px;
}

@media (max-width: 1024px) {
  .uc-sec-1 .uc-heading {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

@media (max-width: 860px) {
  .uc-sec-1 .uc-heading {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

.uc-btn {
  margin-top: 185px;
  display: block;
}

@media (max-width: 1024px) {
  .uc-btn {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .uc-btn {
    margin-top: 50px;
  }
}

.uc-btn .btn {
  width: 460px;
  font-size: 24px;
}

@media (max-width: 1024px) {
  .uc-btn .btn {
    width: 475px;
  }
}

@media (max-width: 860px) {
  .uc-btn .btn {
    width: 369px;
    font-size: 20px;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .uc-btn .btn {
    width: 100%;
    max-width: 60%;
    font-size: 18px;
  }
}

@media (max-width: 560px) {
  .uc-btn .btn {
    max-width: 80%;
    padding: 25px 0;
  }
}

@media (max-width: 480px) {
  .uc-btn .btn {
    max-width: 260px;
    width: 100%;
    padding: 25px 0;
    font-size: 14px;
  }
}

.uc-btn--footer {
  margin-top: 0;
}

.uc-btn--footer .btn {
  font-size: 16px;
  line-height: 30px;
  max-width: 308px;
  padding: 26px 0;
}

@media (max-width: 1024px) {
  .uc-btn--footer .btn {
    display: block;
    max-width: 380px;
    margin: 90px auto;
  }
}

@media (max-width: 768px) {
  .uc-btn--footer .btn {
    margin: 50px auto;
  }
}

.uc-sec-7,
.uc-sec-6,
.uc-sec-4,
.uc-sec-5,
.uc-sec-3 {
  padding: 140px 0 150px;
}

@media (max-width: 1024px) {
  .uc-sec-7,
  .uc-sec-6,
  .uc-sec-4,
  .uc-sec-5,
  .uc-sec-3 {
    padding: 100px 0;
  }
}

@media (max-width: 768px) {
  .uc-sec-7,
  .uc-sec-6,
  .uc-sec-4,
  .uc-sec-5,
  .uc-sec-3 {
    padding: 50px 0;
  }
}

@media (max-width: 860px) {
  .uc-sec-3 {
    padding: 40px 0 100px;
  }
}

@media (max-width: 650px) {
  .uc-sec-3 {
    padding: 70px 0;
  }
}

@media (max-width: 768px) {
  .uc-sec-4 {
    padding: 100px 0;
  }
}

@media (max-width: 650px) {
  .uc-sec-4 {
    padding: 69px 0;
  }
}

.uc-sec-process {
  padding-top: 110px;
}

@media (max-width: 768px) {
  .uc-sec-process {
    padding-top: 80px;
  }
}

.uc-banner-cta {
  background-color: #636fd0;
  height: 446px;
  padding: 109px 0 0;
  margin-bottom: 172px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .uc-banner-cta {
    padding: 80px 50px 80px 100px;
    height: auto;
  }
}

@media (max-width: 860px) {
  .uc-banner-cta {
    padding: 80px 50px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .uc-banner-cta {
    padding: 60px 30px;
    height: auto;
  }
}

@media (max-width: 560px) {
  .uc-banner-cta {
    padding: 45px 30px;
    height: auto;
  }
}

.uc-banner-cta h3 {
  line-height: 60px;
  font-size: 48px;
  margin-top: 0;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 1024px) {
  .uc-banner-cta h3 {
    font-size: 66px;
    line-height: 76px;
  }
}

@media (max-width: 860px) {
  .uc-banner-cta h3 {
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .uc-banner-cta h3 {
    font-size: 52px;
    line-height: 62px;
  }
}

@media (max-width: 650px) {
  .uc-banner-cta h3 {
    font-size: 48px;
    line-height: 58px;
  }
}

@media (max-width: 560px) {
  .uc-banner-cta h3 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media (max-width: 480px) {
  .uc-banner-cta h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (max-width: 860px) {
  .uc-banner-cta p {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 768px) {
  .uc-banner-cta p {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (max-width: 650px) {
  .uc-banner-cta p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .uc-banner-cta p {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .uc-banner-cta .uc-heading h2 {
    text-align: center;
  }
}

@media (max-width: 860px) {
  .uc-banner-cta .uc-banner-cta .uc-para {
    margin-bottom: 0;
  }
}

@media (max-width: 860px) {
  .uc-banner-cta .uc-btn {
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .uc-banner-cta .uc-btn {
    margin-top: 40px;
  }
}

@media (max-width: 860px) {
  .uc-banner-cta .uc-btn .btn {
    padding: 20px 0;
  }
}

@media (max-width: 768px) {
  .uc-banner-cta .uc-btn .btn {
    max-width: 100%;
    padding: 20px 34px;
  }
}

@media (max-width: 650px) {
  .uc-banner-cta .uc-btn .btn {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .uc-banner-cta .uc-btn .btn {
    font-size: 16px;
    padding: 15px 10px;
  }
}

@media (max-width: 480px) {
  .uc-banner-cta .uc-btn .btn {
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .uc-banner-cta .btn--fd span {
    margin-right: 5px;
  }
}

.uc-banner-cta .uc-g-arrow {
  position: absolute;
  bottom: 0;
  left: 150px;
}

.uc-banner-cta .uc-g-arrow img {
  display: block;
}

.uc-banner-cta--l1 {
  margin-bottom: 142px;
}

.uc-banner-cta--l1 .uc-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px 0 119px;
  width: 61.1111111111%;
}

.uc-banner-cta--l1 .uc-right {
  width: 38.8888888889%;
  padding-left: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  height: 100%;
}

@media (min-width: 1025px) {
  .uc-banner-cta--l1 .uc-btn {
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .uc-banner-cta--l1 .uc-btn {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  .uc-banner-cta--l1 .uc-heading {
    margin-bottom: 30px;
  }
}

.uc-banner-cta--l1 .uc-heading h3 {
  margin-bottom: 0;
}

.uc-banner-cta--l1 .btn {
  max-width: 361px;
  font-size: 20px;
  line-height: 30px;
}

.uc-banner-cta--l1 .btn--fd span {
  margin-right: 10px;
}

.uc-banner-cta--l1 .uc-g-arrow {
  left: 161px;
}

.uc-banner-cta--l2 {
  margin-top: 130px;
  text-align: center;
  padding: 56px 0 69px;
  background: url(../images/bg-banner-cta-2.jpg);
  height: auto;
  margin-bottom: 150px;
}

@media (max-width: 1024px) {
  .uc-banner-cta--l2 {
    background: url(../images/tablet-blue-bg.png) no-repeat top center;
    background-size: cover;
  }
}

.uc-banner-cta--l2 [class^="uc-"] {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .uc-banner-cta--l2 [class^="uc-"] {
    max-width: 100%;
  }
}

.uc-banner-cta--l2 h3 {
  font-weight: 700;
  font-size: 60px;
  line-height: 73px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .uc-banner-cta--l2 h3 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
  }
}

@media (max-width: 554px) {
  .uc-banner-cta--l2 h3 {
    font-size: 34px;
    line-height: 52px;
  }
}

@media (max-width: 480px) {
  .uc-banner-cta--l2 h3 {
    font-size: 30px;
    line-height: 38px;
  }
}

.uc-banner-cta--l2 .uc-heading {
  margin-bottom: 49px;
}

@media (max-width: 554px) {
  .uc-banner-cta--l2 .uc-heading {
    margin-bottom: 34px;
  }
}

@media (max-width: 480px) {
  .uc-banner-cta--l2 .uc-heading {
    margin-bottom: 24px;
  }
}

.uc-banner-cta--l2 .btn {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  width: 481px;
  padding: 27px 0;
  color: #fff;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.uc-banner-cta--l2 .btn:hover {
  background-color: #fc5417;
  border-color: #fc5417;
}

@media (max-width: 1024px) {
  .uc-banner-cta--l2 .btn {
    font-size: 21px;
    line-height: 32px;
  }
}

@media (max-width: 768px) {
  .uc-banner-cta--l2 .btn {
    width: auto;
    padding: 29px;
  }
}

@media (max-width: 650px) {
  .uc-banner-cta--l2 .btn {
    font-size: 18px;
    line-height: 29px;
  }
}

@media (max-width: 554px) {
  .uc-banner-cta--l2 .btn {
    padding: 24px 29px;
  }
}

@media (max-width: 480px) {
  .uc-banner-cta--l2 .btn {
    font-size: 12px;
    width: 100%;
    padding: 16px 10px;
    max-width: 220px;
  }
}

@media (max-width: 1024px) {
  .uc-banner-cta--l2 {
    padding: 83px 80px;
  }
}

@media (max-width: 768px) {
  .uc-banner-cta--l2 {
    padding: 83px 40px;
  }
}

@media (max-width: 650px) {
  .uc-banner-cta--l2 {
    padding: 63px 40px;
  }
}

@media (max-width: 480px) {
  .uc-banner-cta--l2 {
    padding: 43px 20px;
  }
}

.uc-carousel--case-studies {
  margin-top: 101px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -698px;
}

@media (max-width: 1240px) {
  .uc-carousel--case-studies {
    position: relative;
    margin-left: 0;
    left: 0;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies {
    padding: 0 60px;
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  .uc-carousel--case-studies {
    padding: 0 30px;
  }
}

.uc-carousel--case-studies .slick-slide {
  margin-right: 60px;
  width: 480px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
}

@media (max-width: 1240px) {
  .uc-carousel--case-studies .slick-slide {
    width: 380px;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .slick-slide {
    max-width: 100%;
    width: auto;
    top: 0;
    margin-right: 0;
  }
}

.uc-carousel--case-studies .slick-slide .uc-cs-item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .slick-slide .uc-cs-item {
    opacity: 0;
  }
}

.uc-carousel--case-studies .slick-slide img {
  opacity: 0;
  visibility: hidden;
  max-width: 100%;
  height: auto;
  max-width: 480px;
  width: 100%;
}

@media (max-width: 1240px) {
  .uc-carousel--case-studies .slick-slide img {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .slick-slide img {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
  }
}

.uc-carousel--case-studies .slick-slide.slick-current img {
  max-width: 100%;
}

.uc-carousel--case-studies .slick-current {
  width: 660px;
  height: 680px;
}

@media (max-width: 1240px) {
  .uc-carousel--case-studies .slick-current {
    width: 460px;
    max-width: 460px;
    height: 480px;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .slick-current {
    top: 0;
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .slick-current .uc-cs-item {
    height: 100%;
    opacity: 0;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .slick-current img {
    opacity: 1;
    visibility: visible;
    max-width: 100%;
  }
}

.uc-carousel--case-studies .slick-list {
  padding: 0 100px 100px;
}

@media (max-width: 1240px) {
  .uc-carousel--case-studies .slick-list {
    padding: 0 20px 100px;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .slick-list {
    padding: 0;
    height: auto;
  }
}

.uc-carousel--case-studies.uc-carousel .uc-carousel-arrow {
  position: relative;
  top: 0;
  margin: 0;
  left: 118px;
  max-width: 180px;
}

@media (max-width: 1240px) {
  .uc-carousel--case-studies.uc-carousel .uc-carousel-arrow {
    left: 0;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies.uc-carousel .uc-carousel-arrow {
    bottom: 0;
    position: absolute;
    width: 100%;
    max-width: 100%;
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies.uc-carousel .slick-next {
    right: 0;
  }
}

.uc-carousel--case-studies .uc-carousel--controls {
  position: absolute;
  width: 480px;
  top: 567px;
  margin-top: 0;
  left: 819px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14px;
}

@media (max-width: 1240px) {
  .uc-carousel--case-studies .uc-carousel--controls {
    left: 543px;
    margin-left: 30px;
    right: 0;
    top: 430px;
    margin-left: 0;
    width: 380px;
  }
}

@media (max-width: 1024px) {
  .uc-carousel--case-studies .uc-carousel--controls {
    width: 100%;
    left: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 29px;
    position: relative;
    top: 0;
    margin-top: 40px;
  }
}

.uc-carousel--case-studies .uc-carousel-arrow {
  position: relative;
  width: 179px;
  top: 0;
  margin: 0;
  left: 0;
  height: auto;
}

.uc-carousel--case-studies .slick-arrow {
  position: absolute;
  width: 60px;
  font-size: 0;
  height: 14px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  outline: none;
}

.uc-carousel--case-studies .slick-arrow:hover:not(.slick-disabled) {
  opacity: 1;
}

.uc-carousel--case-studies .slick-disabled {
  opacity: 0.4;
}

.uc-carousel--case-studies .slick-prev {
  left: 0;
  background: transparent url("../images/car-arrow-left-2.png") no-repeat center;
  border: 0;
}

.uc-carousel--case-studies .slick-prev:hover {
  background: transparent url("../images/car-arrow-left-2-hover.png") no-repeat center;
}

.uc-carousel--case-studies .slick-next {
  right: 0;
  background: transparent url("../images/car-arrow-right-2.png") no-repeat center;
  border: 0;
}

.uc-carousel--case-studies .slick-next:hover {
  background: transparent url("../images/car-arrow-right-2-hover.png") no-repeat center;
}

.uc-carousel--case-studies .slick-dots {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}

.uc-carousel--case-studies .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.uc-carousel--case-studies .slick-dots li button {
  background: #494e70;
  border: 0;
  width: 33px;
  height: 2px;
  font-size: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.uc-carousel--case-studies .slick-dots li.slick-active button {
  width: 73px;
  height: 2px;
  background-color: #fff;
}

.uc-carousel-counter {
  color: #5e659c;
  font-size: 22px;
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
  font-size: 0;
}

.uc-carousel-counter .current-slide {
  font-size: 33px;
  color: #fff;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .uc-carousel-counter .current-slide {
    font-size: 29px;
  }
}

.uc-carousel-counter .uccc-sep,
.uc-carousel-counter .total-slides {
  color: #5e659c;
  font-size: 22px;
  font-family: "Gilroy", sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .uc-carousel-counter .uccc-sep,
  .uc-carousel-counter .total-slides {
    font-size: 18px;
  }
}

.uc-cs-item {
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  background-size: cover;
  margin: 0 auto;
  float: left;
  -webkit-box-shadow: 0px 50px 70px 0px rgba(25, 27, 45, 0.71);
          box-shadow: 0px 50px 70px 0px rgba(25, 27, 45, 0.71);
}

.uc-sec--case-studies {
  height: 1147px;
}

@media (max-width: 1240px) {
  .uc-sec--case-studies {
    height: auto;
  }
}

@media (max-width: 1240px) {
  .uc-sec--case-studies.uc-sec-5 {
    padding: 100px 0 50px;
  }
}

@media (max-width: 768px) {
  .uc-sec--case-studies.uc-sec-5 {
    padding: 50px 0;
  }
}

@media (max-width: 1024px) {
  .uc-sec--case-studies {
    height: auto;
  }
}

.uc-sec--case-studies .container-1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  .uc-sec--case-studies .uc-heading {
    margin-bottom: 80px;
  }
}

@media (max-width: 860px) {
  .uc-sec--case-studies .uc-heading {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .uc-sec--case-studies .uc-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .uc-sec--case-studies .uc-heading h2 {
    max-width: 100%;
  }
}

.uc-carousel--case-studies .slick-active:not(.slick-current) .uc-cs-item {
  padding: 0 0px;
}

.uc-carousel--case-studies .slick-active:not(.slick-current) {
  max-width: 480px;
}

@media (max-width: 860px) {
  .uc-carousel--case-studies .slick-slide:not(.slick-current) .uc-cs-item {
    width: 360px;
    height: 400px;
  }
}

.uc-astronaut {
  position: absolute;
  top: 24px;
  right: -20px;
  z-index: -1;
  opacity: 0.8;
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}

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

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

.uc-heading,
.uc-sec__bottom,
.uc-sec__top,
.uc-sec__middle {
  position: relative;
  z-index: 3;
}

.uc-fold-box {
  padding: 70px 120px;
  position: relative;
}

@media (max-width: 1024px) {
  .uc-fold-box {
    padding: 68px 60px 47px;
  }
}

@media (max-width: 768px) {
  .uc-fold-box {
    padding: 70px 70px 66px;
  }
}

@media (max-width: 650px) {
  .uc-fold-box {
    padding: 80px 60px;
  }
}

@media (max-width: 560px) {
  .uc-fold-box {
    padding: 80px 30px;
  }
}

@media (max-width: 480px) {
  .uc-fold-box {
    padding: 50px 30px;
  }
}

.uc-fold-box:before {
  content: "";
  background-color: #393e62;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.uc-fold-box .uc-heading {
  margin-top: 0;
  margin-bottom: 28px;
}

@media (max-width: 480px) {
  .uc-fold-box .uc-heading {
    margin-bottom: 20px;
  }
}

.uc-fold-box .uc-heading h2 {
  font-size: 72px;
  line-height: 85px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1200px) {
  .uc-fold-box .uc-heading h2 {
    font-size: 62px;
    line-height: 68px;
  }
}

@media (max-width: 1024px) {
  .uc-fold-box .uc-heading h2 {
    font-size: 72px;
    line-height: 79px;
  }
}

@media (max-width: 768px) {
  .uc-fold-box .uc-heading h2 {
    font-size: 46px;
    line-height: 53px;
  }
}

@media (max-width: 480px) {
  .uc-fold-box .uc-heading h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 380px) {
  .uc-fold-box .uc-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.uc-fold-box .uc-sec__bottom {
  overflow: inherit;
}

.uc-fold-box .uc-sec__bottom:after {
  content: "";
  width: 100%;
  height: 0;
  display: block;
  clear: both;
}

.uc-fold-box .uc-left {
  width: 25%;
}

.uc-fold-box .uc-right {
  width: 75%;
}

.uc-fold-box .uc-para {
  width: 82.7777777778%;
}

.uc-fold-box .uc-para p {
  margin-top: 0;
  font-size: 20px;
}

@media (max-width: 1024px) {
  .uc-fold-box .uc-para p {
    font-size: 30px;
    line-height: 47px;
    color: #fff;
  }
  .uc-fold-box .uc-para p br {
    display: none;
  }
}

@media (max-width: 860px) {
  .uc-fold-box .uc-para p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 650px) {
  .uc-fold-box .uc-para p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .uc-fold-box .uc-para p {
    font-size: 18px;
    line-height: 28px;
  }
}

.uc-fold-box .uc-btn {
  margin-top: 45px;
}

.uc-mob-menu-btn {
  display: none;
  text-align: right;
}

.uc-mob-menu-btn a {
  display: inline-block;
  color: #fff;
}

.uc-mob-menu-btn .hamburger.is-active .hamburger-inner,
.uc-mob-menu-btn .hamburger.is-active .hamburger-inner:after,
.uc-mob-menu-btn .hamburger.is-active .hamburger-inner:before,
.uc-mob-menu-btn .hamburger-inner,
.uc-mob-menu-btn .hamburger-inner:after,
.uc-mob-menu-btn .hamburger-inner:before {
  background-color: #fff;
}

.mm-wrapper__blocker a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
}

.uc-mmenu {
  padding: 20px;
}

.mm-panels,
.mm-menu {
  background-color: #292d4a;
}

.uc-mmenu ul,
.uc-mmenu li {
  list-style: none;
  padding: 0;
}

.uc-mmenu .uc-btn {
  text-align: center;
  width: 100%;
}

.uc-mmenu .uc-btn a {
  width: 100%;
  color: #fff !important;
}

.uc-mmenu li a {
  padding: 15px 0;
  display: block;
  color: #fff !important;
  text-transform: capitalize;
}

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

.uc-flags span {
  text-transform: capitalize;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-block;
  padding: 10px 20px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  margin-right: 20px;
  font-weight: bold;
  cursor: pointer;
}

.uc-flags span:last-child {
  margin-right: 0;
}

.page--works-single .uc-fold-box .uc-heading {
  margin-bottom: 30px;
}

.page--works-single .uc-fold-box .uc-wp-desc .uc-heading {
  margin-bottom: 10px;
}

.page--works-single .uc-sec--last {
  padding-top: 60px;
}

.uc-wp-desc {
  overflow: hidden;
  position: relative;
  min-height: 225px;
  z-index: 2;
  margin-bottom: 15px;
}

.uc-wp-desc .uc-left {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 120px;
  width: 59.7014925373%;
}

.uc-wp-desc .uc-right {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 28px;
  width: 40.2985074627%;
}

.uc-wp-desc .uc-para {
  width: 100%;
}

.uc-wp-desc .uc-para p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 30px;
}

.uc-wp-desc .uc-para p:last-child {
  margin-bottom: 30px;
}

.uc-wp-desc h4 {
  font-size: 24px;
  line-height: 44px;
  color: #6b72aa;
  margin: 0;
}

.uc-wp-btm-nav {
  max-width: 1201px;
  margin: 0 auto;
}

.uc-wp-btm-nav > div {
  position: relative;
}

.uc-wp-btm-nav > div.uc-left {
  width: 45.3788509575%;
}

.uc-wp-btm-nav > div.uc-right {
  width: 47.1273938385%;
}

.uc-wp-btm-nav img {
  display: block;
}

.uc-wp-btm-nav .btn--np {
  position: absolute;
  right: -15px;
  bottom: 29px;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  width: 281px;
  background-color: #636fd0;
  line-height: 80px;
  text-align: center;
  height: 80px;
  text-decoration: none;
}

.uc-wp-btm-nav .uc-flags span {
  background-color: rgba(155, 150, 150, 0.75);
  color: #fff;
}

.uc-wp-btm-nav .uc-works__work {
  top: 26px;
  left: 45px;
}

.uc-wp-btm-nav:after {
  content: "";
  clear: both;
  display: block;
  width: 100%;
}

.page--blog .uc-fold-box:before {
  display: none;
}

.page--blog .uc-fold--blog + .uc-sec {
  padding-top: 40px;
}

.page--blog .bg-line {
  background: url(../images/bg-blog-line.png) repeat 0 0;
  width: 2920px;
  height: 368px;
  position: absolute;
  top: 442px;
  left: 50%;
  margin-left: -720px;
  z-index: 2;
}

.page--blog .uc-sec-bg {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 1488px;
  background: url("../images/bg-fold-insight.jpg") no-repeat top center;
  z-index: 1;
}

.page--blog .uc-fold-box .uc-heading h2 {
  line-height: 49px;
}

.page--blog .uc-search {
  margin-top: 56px;
}

.uc-blog-row {
  margin-bottom: 55px;
}

.uc-blog-row:last-child {
  margin-bottom: 0;
}

.uc-blog-row:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

.uc-blog-row--col3 > div {
  float: left;
  width: 29.0151515152%;
  margin-right: 5.6060606061%;
}

.uc-blog-row--col3 > div:last-child {
  float: right;
  margin-right: 0;
  width: 29.4696969697%;
}

.uc-blog-row--col3 > div .uc-btn {
  display: block;
  margin-top: 98px;
}

.uc-blog-left {
  float: left;
  width: 63.6363636364%;
}

.uc-blog-right {
  float: right;
  width: 29.4696969697%;
}

.uc-search fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uc-search button {
  border-radius: 0;
  background-color: transparent;
  border: 0;
  float: left;
  outline: none;
  padding: 0;
}

.uc-search button img {
  display: block;
}

.uc-search input {
  color: #fff;
  font-size: 23px;
  line-height: 42px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  background-color: transparent;
  border: 0;
  height: 26px;
  float: left;
  width: 84.5238095238%;
  margin-left: 20px;
  font-weight: 500;
  outline: none;
}

.uc-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.uc-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.uc-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.uc-search :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.uc-search__wrap {
  border-bottom: 2px solid #fff;
  padding-bottom: 14px;
  max-width: 420px;
  overflow: hidden;
}

.uc-blog-list {
  width: 100%;
  max-width: 1320px;
  margin: 145px auto 0;
  position: relative;
  left: 60px;
}

.uc-blog-card {
  position: relative;
  display: block;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 54px 84px 0px rgba(21, 23, 37, 0.69);
          box-shadow: 0px 54px 84px 0px rgba(21, 23, 37, 0.69);
}

.uc-blog-card:last-child {
  margin-bottom: 0;
}

.uc-blog-card__float {
  position: absolute;
  bottom: 29px;
  left: 44px;
  width: 65.5526992288%;
  z-index: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.uc-blog-card .uc-heading {
  margin: 0;
}

.uc-blog-card .uc-heading h4 {
  margin: 0;
  font-size: 30px;
  color: #fff;
  line-height: 35px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
}

.uc-blog-card .uc-heading h5 {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 30px;
  color: #808183;
  margin: 15px 0 0;
}

.uc-blog-card__meta {
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  position: relative;
  height: 29px;
  line-height: 29px;
  padding: 0 13px;
  margin-bottom: 15px;
  display: inline-block;
}

.uc-blog-card__meta:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #000;
  opacity: 0.7;
}

.uc-blog-card .uc-para {
  margin-top: 26px;
  margin-bottom: 0;
}

.uc-blog-card .uc-para p {
  margin: 0;
  font-size: 18px;
  color: #999999;
  line-height: 28px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
}

.uc-blog-card__img img {
  display: block;
}

.uc-blog-card__play {
  position: absolute;
  left: 50%;
  top: 115px;
  margin-left: -33px;
}

.uc-blog-card__play button {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.uc-blog-card__play img {
  display: block;
}

.uc-blog-card__btn {
  position: absolute;
  bottom: 94px;
  right: -11px;
  z-index: 4;
}

.uc-blog-card__btn a,
.uc-blog-card__btn img {
  display: block;
}

.uc-blog-card--featured .uc-heading h4 {
  font-size: 42px;
  line-height: 52px;
}

.uc-blog-card--featured .uc-para {
  max-width: 70%;
}

.uc-blog-card--featured .uc-blog-card__float {
  width: 100%;
  left: 0;
  bottom: 0;
}

.uc-blog-card--featured .uc-blog-card__top {
  width: 83.3333333333%;
  margin-left: 44px;
}

.uc-blog-card--featured .uc-blog-card__meta {
  padding: 0;
  margin-top: 45px;
  margin-bottom: 0;
  height: auto;
  display: block;
}

.uc-blog-card--featured .uc-blog-card__meta:after {
  display: none;
}

.uc-blog-card--featured .uc-blog-card__meta ul {
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  font-size: 0;
}

.uc-blog-card--featured .uc-blog-card__meta ul,
.uc-blog-card--featured .uc-blog-card__meta li {
  list-style: none;
  padding: 0;
}

.uc-blog-card--featured .uc-blog-card__meta li {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  font-size: 15px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 62px;
  line-height: 62px;
}

.uc-blog-card--featured .uc-blog-card__meta li:first-child {
  width: 156px;
  padding-right: 24px;
}

.uc-blog-card--featured .uc-blog-card__meta li:first-child + li {
  width: 134px;
  text-align: center;
}

.uccs-tab-nav {
  font-size: 0;
}

.uccs-tab-nav a {
  color: #838dd9;
  font-size: 18px;
  font-family: "Gilroy", sans-serif;
  font-weight: 500;
  width: 99px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background-color: #3f446b;
  display: inline-block;
  margin-right: 32px;
  text-decoration: none;
}

.uccs-tab-nav a:last-child {
  margin-right: 0;
}

.uccs-tab-nav a:hover,
.uccs-tab-nav a.active {
  background-color: #fc5417;
  color: #fff;
}

.uccs-tab-content > div {
  display: none;
}

.uccs-tab-content > div.active {
  display: block;
}

.schedule-datepicker-parent {
  position: relative;
}

.schedule-datepicker-parent:after {
  content: "";
  background: url(../images/calendar.png) no-repeat center;
  width: 36px;
  height: 37px;
  position: absolute;
  right: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 768px) {
  .schedule-datepicker-parent:after {
    width: 26px;
    height: 27px;
    background-size: 100%;
    right: 20px;
  }
}

@media (max-width: 480px) {
  .schedule-datepicker-parent:after {
    width: 22px;
    height: 23px;
    background-size: 100%;
    right: 20px;
  }
}

.daterangepicker.single {
  max-width: 250px;
}

.daterangepicker .drp-buttons .btn.cancelBtn {
  display: none;
}

.daterangepicker .drp-buttons .btn.applyBtn {
  color: #fff;
  background-color: #f24915;
  border: 0;
  cursor: pointer;
  font-size: 14px;
  font-family: "Public Sans";
  font-weight: 700;
  width: auto;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #21243e;
}

.btn-more-works {
  color: #fff;
  font-size: 24px;
  font-family: "Public Sans";
  font-weight: 700;
  text-transform: uppercase;
  max-width: 363px;
  width: 100%;
  height: 111px;
  line-height: 111px;
  border: 2px solid #4c527e;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.btn-more-works:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 650px) {
  .btn-more-works {
    max-width: 283px;
    height: 90px;
    line-height: 88px;
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .btn-more-works {
    max-width: 263px;
  }
}

.uc-footer {
  padding-bottom: 36px;
  position: relative;
  z-index: 3;
}

.uc-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.uc-footer .container:first-child + div {
  height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.uc-footer .uc-col-2-10 .uc-right {
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1024px) {
  .uc-footer .uc-col-2-10 .uc-right {
    display: none !important;
  }
}

@media (max-width: 650px) {
  .uc-footer .uc-col-2-10 .uc-right {
    height: auto;
  }
}

.uc-footer .uc-menu {
  margin-right: 40px;
}

@media (max-width: 1200px) {
  .uc-footer .uc-menu li {
    margin: 0 15px;
  }
}

@media (max-width: 1024px) {
  .uc-footer .uc-logo {
    margin-bottom: 95px;
  }
}

.uc-footer .uc-logo img {
  max-width: 120px;
}

@media (max-width: 1024px) {
  .uc-footer .uc-logo img {
    max-width: 160px;
  }
}

@media (max-width: 650px) {
  .uc-footer .uc-logo img {
    max-width: 120px;
  }
}

.uc-footer .uc-btn {
  margin-top: 0;
}

.uc-footer .uc-btn .btn {
  width: 307px;
  font-size: 16px;
  line-height: 100%;
  height: 83px;
}

.uc-copr p {
  color: #6068a5;
  font-size: 14px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .uc-copr p {
    font-size: 17px;
    line-height: 28px;
  }
}

@media (max-width: 650px) {
  .uc-copr p {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .uc-copr p {
    font-size: 14px;
    line-height: 24px;
  }
}

.uc-footer-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1196px;
  background: url(../images/footerbg.jpg) no-repeat center bottom;
  background-size: 1920px 1176px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .uc-footer-bg {
    background-image: url(../images/tablet-footer-bg.jpg);
    background-size: 100%;
  }
}

@media (max-width: 767px) {
  .uc-footer-bg {
    background-image: url(../images/mobile-footer-bg.jpg);
    background-size: 100%;
  }
}

@media (min-width: 1920px) {
  .uc-footer-bg {
    background-size: 100%;
  }
}

[class*="uc-ico-g1"] {
  background: url(../images/sprite-group-1.png);
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 860px) {
  [class*="uc-ico-g1"] {
    background-size: 300%;
  }
}

.uc-ico-g1-plan {
  width: 120px;
  height: 131px;
  background-position: -10px -10px;
}

@media (max-width: 860px) {
  .uc-ico-g1-plan {
    background: url(../images/ico-0.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 100px;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .uc-ico-g1-plan {
    width: 123px;
    height: 135px;
  }
}

@media (max-width: 560px) {
  .uc-ico-g1-plan {
    width: 103px;
    height: 115px;
  }
}

@media (max-width: 480px) {
  .uc-ico-g1-plan {
    width: 93px;
    height: 105px;
  }
}

@media (max-width: 380px) {
  .uc-ico-g1-plan {
    width: 73px;
    height: 85px;
  }
}

.uc-ico-g1-cust {
  width: 121px;
  height: 119px;
  background-position: -290px -10px;
}

@media (max-width: 860px) {
  .uc-ico-g1-cust {
    background: url(../images/ico-1.png);
    background-repeat: no-repeat;
    width: 102px;
    height: 100px;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .uc-ico-g1-cust {
    width: 123px;
    height: 135px;
    background-position: center bottom;
  }
}

@media (max-width: 560px) {
  .uc-ico-g1-cust {
    width: 103px;
    height: 115px;
  }
}

@media (max-width: 480px) {
  .uc-ico-g1-cust {
    width: 93px;
    height: 105px;
  }
}

@media (max-width: 380px) {
  .uc-ico-g1-cust {
    width: 73px;
    height: 85px;
  }
}

.uc-ico-g1-msg {
  width: 120px;
  height: 112px;
  background-position: -151px -161px;
}

@media (max-width: 860px) {
  .uc-ico-g1-msg {
    background: url(../images/ico-2.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 86px;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .uc-ico-g1-msg {
    width: 123px;
    height: 115px;
  }
}

@media (max-width: 560px) {
  .uc-ico-g1-msg {
    width: 103px;
    height: 95px;
  }
}

@media (max-width: 480px) {
  .uc-ico-g1-msg {
    width: 93px;
    height: 86px;
  }
}

@media (max-width: 380px) {
  .uc-ico-g1-msg {
    width: 73px;
    height: 66px;
  }
}

.uc-ico-g1-sales {
  width: 120px;
  height: 111px;
  background-position: -10px -300px;
}

@media (max-width: 860px) {
  .uc-ico-g1-sales {
    background: url(../images/ico-3.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 86px;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .uc-ico-g1-sales {
    width: 123px;
    height: 115px;
  }
}

@media (max-width: 560px) {
  .uc-ico-g1-sales {
    width: 103px;
    height: 95px;
  }
}

@media (max-width: 480px) {
  .uc-ico-g1-sales {
    width: 93px;
    height: 86px;
  }
}

@media (max-width: 380px) {
  .uc-ico-g1-sales {
    width: 73px;
    height: 66px;
  }
}

@media (min-width: 1025px) {
  .uc-ico-hover:hover .uc-ico-g1-plan {
    background-position: -150px -10px;
  }
}

@media (min-width: 1025px) {
  .uc-ico-hover:hover .uc-ico-g1-cust {
    background-position: -10px -161px;
  }
}

@media (min-width: 1025px) {
  .uc-ico-hover:hover .uc-ico-g1-msg {
    background-position: -291px -161px;
  }
}

@media (min-width: 1025px) {
  .uc-ico-hover:hover .uc-ico-g1-sales {
    background-position: -150px -300px;
  }
}

.uc-tiles--col-2 {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.uc-tiles--col-2 > div {
  width: 44.4444444444%;
  margin-right: 11.1111111111%;
  height: auto;
}

.uc-tiles--col-2 > div:nth-child(2n) {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .uc-tiles--col-2 > div:nth-child(2n) {
    margin-top: 72px;
  }
}

@media (max-width: 1024px) {
  .uc-tiles--col-2 > div {
    width: 47.2345132743%;
    margin-right: 5.5309734513%;
    margin-bottom: 60px;
  }
}

@media (max-width: 860px) {
  .uc-tiles--col-2 > div {
    margin-bottom: 40px;
  }
}

.uc-tiles--col-2 .uc-tiles__tile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding: 60px 0;
  margin-bottom: 49px;
}

@media (max-width: 1024px) {
  .uc-tiles--col-2 .uc-tiles__tile {
    padding: 0;
    margin-bottom: 0px;
  }
}

@media (max-width: 860px) {
  .uc-tiles--col-2 .uc-tiles__tile {
    padding: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  .uc-tiles--col-2 .uc-tiles__tile:hover {
    background-color: #fff;
  }
}

.uc-tiles--col-2 .uc-tiles__tile-inner {
  padding: 0 12.5%;
  width: 100%;
}

@media (max-width: 1024px) {
  .uc-tiles--col-2 .uc-tiles__tile-inner {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .uc-tiles--col-2 .uc-tiles__tile:hover .uc-tiles__tile-sep {
    background-color: #ccccff;
  }
}

@media (min-width: 1025px) {
  .uc-tiles--col-2 .uc-tiles__tile:hover .uc-tiles__tile-text p {
    color: #484e78;
  }
}

.uc-tiles__tile {
  margin: 0 auto 0;
  width: 240px;
  height: 472px;
}

@media (max-width: 1024px) {
  .uc-tiles__tile-ico {
    height: 131px;
  }
}

@media (max-width: 860px) {
  .uc-tiles__tile-ico {
    height: auto;
    min-height: 86px;
  }
}

.uc-tiles__tile-img img {
  display: block;
}

.uc-tiles__tile-sep {
  background-color: #4d5798;
  height: 4px;
  margin: 46px 0 30px;
  width: 100%;
}

@media (max-width: 1024px) {
  .uc-tiles__tile-sep {
    max-width: 300px;
    margin: 34px 0 30px;
  }
}

@media (max-width: 860px) {
  .uc-tiles__tile-sep {
    max-width: 200px;
    margin: 25px 0;
  }
}

@media (max-width: 768px) {
  .uc-tiles__tile-sep {
    max-width: 123px;
    margin: 20px 0 20px;
  }
}

@media (max-width: 560px) {
  .uc-tiles__tile-sep {
    max-width: 105px;
    margin: 20px 0 20px;
  }
}

@media (max-width: 480px) {
  .uc-tiles__tile-sep {
    max-width: 93px;
    margin: 20px 0 20px;
  }
}

@media (max-width: 380px) {
  .uc-tiles__tile-sep {
    max-width: 73px;
    margin: 15px 0;
  }
}

.page--capabilities .uc-tiles__tile-sep {
  display: none;
}

.uc-tiles__tile-sep--blue {
  background-color: #4895ed;
}

.uc-tiles__tile-sep--orange {
  background-color: #fc5417;
}

.uc-tiles__tile-sep--puerto {
  background-color: #53ca9c;
}

.uc-tiles__tile-icon {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .uc-tiles__tile-icon {
    width: 100px;
    height: 100px;
  }
}

.uc-tiles__tile-icon-auto {
  width: auto;
  display: inline-block;
  height: 110px;
}

@media (max-width: 768px) {
  .uc-tiles__tile-icon-auto {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 380px) {
  .uc-tiles__tile-icon-auto {
    height: auto;
    position: relative;
    left: 0;
    top: 0;
  }
}

.uc-tiles__tile-icon--blue {
  background-color: #4895ed;
}

.uc-tiles__tile-icon--orange {
  background-color: #fc5417;
}

.uc-tiles__tile-icon--puerto {
  background-color: #53ca9c;
}

.uc-tiles__tile-text ul {
  margin-bottom: 0;
}

.uc-tiles__tile-text ul,
.uc-tiles__tile-text li {
  padding-left: 0;
  list-style: none;
}

.uc-tiles__tile-text li {
  text-transform: uppercase;
  color: #57a5ff;
  line-height: 31px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bolder;
  position: relative;
}

.uc-tiles__tile-text li:before {
  width: 5px;
  display: block;
  height: 3px;
  background-color: #4895ed;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  content: "";
}

.uc-tiles__tile-title h4 {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  line-height: 54px;
  margin: 31px 0;
}

@media (max-width: 1024px) {
  .uc-tiles__tile-title h4 {
    margin-top: 50px;
    font-weight: 500;
  }
}

@media (max-width: 860px) {
  .uc-tiles__tile-title h4 {
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 650px) {
  .uc-tiles__tile-title h4 {
    font-size: 32px;
    line-height: 34px;
  }
}

.uc-tiles__tile-title h5 {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  margin: 31px 0;
}

@media (max-width: 1024px) {
  .uc-tiles__tile-title h5 {
    margin-top: 50px;
  }
}

.uc-tiles__tile-title span {
  font-size: 26px;
  color: #fc5417;
  line-height: 54px;
  font-weight: 700;
}

.uc-tiles__tile-counter {
  width: 60px;
  background-color: #fc5417;
  color: #fff;
  height: 60px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 60px;
  text-align: center;
}

@media (max-width: 860px) {
  .uc-tiles__tile-counter {
    font-size: 28px;
    font-weight: 700;
  }
}

.uc-tiles__tile--layout-2 {
  width: 360px;
  margin: 0;
  padding-top: 87px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-2 {
    max-width: 325px;
  }
}

@media (max-width: 860px) {
  .uc-tiles__tile--layout-2 {
    max-width: 250px;
  }
}

.uc-tiles__tile--layout-2 .uc-tiles__tile-sep {
  max-width: 60px;
}

.uc-tiles__tile--layout-2 .uc-tiles__tile-text {
  min-height: 160px;
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-2 .uc-tiles__tile-title h4 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
  }
}

@media (max-width: 860px) {
  .uc-tiles__tile--layout-2 .uc-tiles__tile-title h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
  }
}

.uc-tiles__tile--layout-op {
  width: 500px;
  margin: 0;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.uc-tiles__tile--layout-op.uc-tiles__tile {
  height: 322px;
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-op.uc-tiles__tile {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .uc-tiles__tile--layout-op.uc-tiles__tile {
    height: auto;
    padding-left: 163px;
  }
}

@media (max-width: 480px) {
  .uc-tiles__tile--layout-op.uc-tiles__tile {
    height: auto;
    padding-left: 107px;
  }
}

@media (max-width: 380px) {
  .uc-tiles__tile--layout-op.uc-tiles__tile {
    padding-left: 0;
  }
}

.uc-tiles__tile--layout-op .uc-tiles__tile-sep {
  max-width: 40px;
  margin: 25px 0 20px;
}

.uc-tiles__tile--layout-op .uc-tiles__tile-text {
  min-height: 160px;
}

@media (max-width: 768px) {
  .uc-tiles__tile--layout-op .uc-tiles__tile-text {
    min-height: 10px;
  }
}

@media (max-width: 768px) {
  .uc-tiles__tile--layout-op .uc-tiles__tile-icon {
    width: 123px;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .uc-tiles__tile--layout-op .uc-tiles__tile-icon {
    width: 80px;
  }
}

@media (max-width: 380px) {
  .uc-tiles__tile--layout-op .uc-tiles__tile-icon {
    text-align: left;
  }
}

.uc-tiles__tile--layout-op .uc-tiles__tile-text p {
  font-size: 19px;
  line-height: 29px;
}

.uc-tiles__tile--layout-op .uc-tiles__tile-title h5 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  top: -7px;
}

@media (max-width: 768px) {
  .uc-tiles__tile--layout-op .uc-tiles__tile-title h5 {
    font-size: 40px;
  }
  .uc-tiles__tile--layout-op .uc-tiles__tile-title h5 span {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .uc-tiles__tile--layout-op .uc-tiles__tile-title h5 {
    font-size: 30px;
  }
  .uc-tiles__tile--layout-op .uc-tiles__tile-title h5 span {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-op {
    width: 100%;
  }
}

.uc-tiles__tile--layout-3 {
  width: 300px;
  margin: 0;
  padding-top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.uc-tiles__tile--layout-3.uc-tiles__tile {
  height: 322px;
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-3.uc-tiles__tile {
    height: auto;
  }
}

.uc-tiles__tile--layout-3 .uc-tiles__tile-sep {
  max-width: 40px;
  margin: 20px 0;
}

.uc-tiles__tile--layout-3 .uc-tiles__tile-text {
  min-height: 160px;
}

.uc-tiles__tile--layout-3 p {
  font-size: 19px;
  line-height: 29px;
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-3 p {
    font-size: 30px;
    line-height: 47px;
    font-weight: 400;
  }
}

@media (max-width: 860px) {
  .uc-tiles__tile--layout-3 p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 650px) {
  .uc-tiles__tile--layout-3 p {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .uc-tiles__tile--layout-3 p {
    font-size: 18px;
    line-height: 28px;
  }
}

.uc-tiles__tile--layout-3 .uc-tiles__tile-title h5 {
  margin-top: 45px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-3 .uc-tiles__tile-title h5 {
    margin-top: 0;
    font-size: 40px;
    line-height: 42px;
  }
}

@media (max-width: 650px) {
  .uc-tiles__tile--layout-3 .uc-tiles__tile-title h5 {
    margin-top: 0;
    font-size: 30px;
    line-height: 32px;
  }
}

.uc-tiles__tile--layout-4 {
  width: 360px;
  margin: 0;
  padding-top: 87px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.uc-tiles__tile--layout-4 .uc-tiles__tile-sep {
  max-width: 60px;
}

.uc-tiles__tile--layout-4 .uc-tiles__tile-text {
  min-height: 10px;
  overflow: hidden;
}

@media (max-width: 480px) {
  .uc-tiles__tile--layout-4 .uc-tiles__tile-text {
    margin-bottom: 20px;
  }
}

.uc-tiles__tile--layout-4 .uc-tiles__tile-text ul {
  width: 50%;
  float: left;
}

@media (max-width: 1024px) {
  .uc-tiles__tile--layout-4 .uc-tiles__tile-text ul {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .uc-tiles__tile--layout-4 .uc-tiles__tile-text ul {
    width: 100%;
    min-height: 10px;
    margin-top: 0;
    font-size: 20px;
  }
}

.uc-tiles__tile--layout-4 .uc-tiles__tile-text ul.theme-marketing li:before {
  background-color: #fc5417;
}

.uc-tiles__tile--layout-4 .uc-tiles__tile-text ul.theme-webdes li:before {
  background-color: #53ca9c;
}

.page--home .uc-tiles__tile--layout-3 {
  height: auto;
}

.uc-heading h1, .uc-heading h2, .uc-heading h3, .uc-heading h4, .uc-heading h5, .uc-heading h6 {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
}

.uc-heading h1 {
  font-size: 90px;
  color: #fff;
  line-height: 90px;
  margin: 0;
  font-weight: bold;
}

.uc-heading h2 {
  color: #fff;
}

.uc-sicon {
  float: right;
}

.uc-sicon ul {
  list-style-type: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .uc-sicon ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.uc-sicon li {
  float: left;
  margin-left: 21px;
}

@media (max-width: 1024px) {
  .uc-sicon li {
    margin-right: 80px;
    margin-left: 0;
  }
  .uc-sicon li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .uc-sicon li {
    margin-right: 50px;
  }
}

.uc-sicon a,
.uc-sicon img {
  display: block;
}

@media (max-width: 650px) {
  .uc-sicon img {
    max-width: 35px;
  }
}

.ucc-article {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 275px;
}

.ucc-article__header {
  overflow: hidden;
}

.ucc-article__left, .ucc-article__right {
  float: left;
}

.ucc-article__left {
  width: 25%;
}

.ucc-article__right {
  width: 75%;
}

.ucc-article__meta ul {
  list-style: none;
  padding-left: 0;
  color: #656b9a;
  font-size: 17px;
  font-family: "Merriweather", serif;
}

.ucc-article__meta li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 84px;
}

.ucc-article__meta li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

.ucc-article .back-to-blog {
  margin-top: 23px;
}

.ucc-article .back-to-blog img {
  display: block;
  margin-bottom: 10px;
}

.ucc-article .back-to-blog a {
  color: #656b9a;
  font-size: 15px;
  font-family: "Merriweather", serif;
  text-transform: uppercase;
  font-weight: 900;
}

.ucc-article h1 {
  font-size: 62px;
  color: #fff;
  margin-top: 0;
  font-family: "Merriweather", serif;
}

.ucc-article__body {
  padding-top: 55px;
}

.ucc-article-image {
  margin-bottom: 58px;
}

.ucc-article-image img {
  display: block;
}

.ucc-article .has-shadow {
  -webkit-box-shadow: 0px 54px 84px 0px rgba(21, 23, 37, 0.69);
          box-shadow: 0px 54px 84px 0px rgba(21, 23, 37, 0.69);
  text-shadow: 0px 54px 84px rgba(21, 23, 37, 0.69);
}

.ucc-article-content {
  overflow: hidden;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 50px;
}

.ucc-article-content__left, .ucc-article-content__right {
  width: 50%;
  float: left;
}

.ucc-article-content--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1320px;
}

.ucc-article-content--images .ucc-article-content__left,
.ucc-article-content--images .ucc-article-content__right {
  width: auto;
  float: none;
}

.ucc-article-content--images .ucc-article-content__left {
  padding-right: 60px;
}

.ucc-article-content p {
  font-size: 20px;
  color: #989ecd;
  line-height: 160%;
  margin-bottom: 50px;
  font-family: "Merriweather", serif;
  margin-top: 0;
}

.ucc-article-content p a {
  color: #c9cff7;
}

.ucc-article-content p:last-of-type {
  margin-bottom: 0;
}

.ucc-article-content ul {
  padding-left: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 50px;
}

.ucc-article-content ul li {
  font-size: 20px;
  margin-bottom: 20px;
  color: #989ecd;
}

.ucc-article-content ul li:before {
  width: 9px;
  height: 9px;
  background: #fc5417;
  content: "";
  display: inline-block;
  margin-right: 25px;
  vertical-align: middle;
}

.ucc-article-content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: my-awesome-counter;
  margin-bottom: 50px;
  margin-top: 0;
}

.ucc-article-content ol li {
  counter-increment: my-awesome-counter;
  font-size: 20px;
  margin-bottom: 20px;
  color: #989ecd;
}

.ucc-article-content ol li a {
  color: #c9cff7;
  position: relative;
}

.ucc-article-content ol li a:after {
  content: "";
  background: url(../images/arrow-3.png) no-repeat;
  width: 35px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -55px;
}

.ucc-article-content ol li::before {
  width: 45px;
  height: 45px;
  border: 2px solid #fc5417;
  content: counter(my-awesome-counter) ". ";
  color: red;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  text-align: center;
  color: #fc5417;
  line-height: 45px;
  margin-right: 24px;
}

.ucc-article-content h2, .ucc-article-content h3, .ucc-article-content h4, .ucc-article-content h5, .ucc-article-content h6 {
  color: #fff;
  font-family: "Merriweather", serif;
}

.ucc-article-content h2 {
  font-size: 38px;
}

.ucc-article-content h3 {
  font-size: 28px;
}

.ucc-article-content h4 {
  font-size: 24px;
  line-height: 42px;
}

.ucc-article .ucc-quote {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}

.ucc-article .ucc-quote:before {
  content: "";
  background: url(../images/quote-2.png) no-repeat;
  width: 43px;
  height: 28px;
  display: block;
  position: absolute;
  left: -87px;
}

.ucc-article .ucc-quote p {
  color: #b8bff8;
  font-size: 25px;
  font-style: italic;
  line-height: 43px;
  font-weight: 700;
  font-family: "Merriweather", serif;
}

.ucc-article .ucc-author {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ucc-article .ucc-author h4 {
  margin: 0;
  font-size: 23px;
  font-family: "Gilroy", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #b8bff8;
}

.ucc-article .ucc-author p {
  margin: 0;
  font-size: 15px;
  font-family: "Gilroy", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #b8bff8;
  opacity: 45%;
}

.ucc-article .ucc-author > div {
  margin-right: 30px;
}

.ucc-article .ucc-author__social {
  margin-left: 15px;
}

.ucc-article .ucc-author__social a {
  margin-right: 15px;
}

.ucc-article .uc-wp-btm-nav {
  max-width: 1440px;
  margin-top: 113px;
}

.ucc-article .uc-wp-btm-nav .btn--np {
  right: auto;
  bottom: auto;
  top: 38px;
  left: -15px;
  font-size: 18px;
  font-family: "Gilroy", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ucc-article .uc-wp-btm-nav .btn--np span {
  opacity: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ucc-article .uc-wp-btm-nav div {
  text-align: left;
  display: inline-block;
}

.ucc-article .uc-wp-btm-nav a div img {
  margin: 0 0 14px;
}

.ucc-article .uc-wp-btm-nav .uc-works__work {
  top: auto;
  bottom: 42px;
  left: 51px;
}

.ucc-article .uc-wp-btm-nav .uc-works__work h4 {
  font-family: "Gilroy", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 29px;
  color: #fff;
}

.ucc-article .uc-wp-btm-nav a {
  display: block;
}

.ucc-article .uc-wp-btm-nav a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.ucc-article .uc-wp-btm-nav a:hover:before {
  opacity: 0;
}

.ucc-article .uc-wp-btm-nav a:hover .btn--np {
  background-color: #636fd0;
}

.ucc-article .uc-wp-btm-nav a:hover .btn--np span {
  opacity: 1;
}

.ucc-article .uc-banner-cta {
  margin-top: 114px;
}

.uc-fold {
  padding-bottom: 0;
  padding-top: 203px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .uc-fold {
    padding-top: 165px;
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}

@media (max-width: 860px) {
  .uc-fold {
    margin-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .uc-fold {
    padding-top: 88px;
  }
}

@media (max-width: 1024px) {
  .uc-fold .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 650px) {
  .uc-fold .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uc-fold .uc-heading {
  margin-top: 135px;
}

.uc-fold .uc-heading h1 {
  line-height: 99px;
}

@media (max-width: 1024px) {
  .uc-fold .uc-heading h1 {
    font-size: 66px;
    line-height: 79px;
  }
  .uc-fold .uc-heading h1 br ~ br {
    display: none;
  }
}

@media (max-width: 860px) {
  .uc-fold .uc-heading h1 br ~ br {
    display: inline;
  }
}

@media (max-width: 768px) {
  .uc-fold .uc-heading h1 {
    font-size: 51px;
    line-height: 120%;
  }
}

@media (max-width: 560px) {
  .uc-fold .uc-heading h1 {
    font-size: 42px;
  }
}

@media (max-width: 480px) {
  .uc-fold .uc-heading h1 {
    font-size: 33px;
  }
}

@media (max-width: 1024px) {
  .uc-fold .uc-heading {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  .uc-fold .uc-heading {
    margin-top: 40px;
  }
}

@media (max-width: 1024px) {
  .uc-fold--home .uc-heading {
    margin-bottom: 506px;
  }
}

@media (max-width: 768px) {
  .uc-fold--home .uc-heading {
    margin-bottom: 80%;
  }
}

.uc-fold--home .uc-sec-bg {
  background: url(../images/bg-fold-home-tablet.jpg) no-repeat center -43px !important;
}

@media (max-width: 860px) {
  .uc-fold--home .uc-sec-bg {
    background-position: center 13px !important;
  }
}

@media (max-width: 768px) {
  .uc-fold--home .uc-sec-bg {
    background: url(../images/bg-fold-home-mobile.jpg) no-repeat center -43px !important;
    background-size: 100% !important;
  }
}

.uc-fold--about {
  height: 1488px;
}

@media (max-width: 1024px) {
  .uc-fold--about {
    height: auto;
  }
}

.uc-fold--work-page .uc-fold-box {
  height: 585px;
}

.uc-fold--work-page .uc-works__nav a {
  cursor: default;
  pointer-events: none;
}

.uc-fold--work-page .uc-works__nav a:hover {
  background-color: transparent;
}

.uc-fold__wwd {
  margin-top: 165px;
}

.uc-fold__wwd > div {
  float: left;
}

.uc-fold__wwd > div:nth-child(1) {
  width: 91.6666666667%;
  border: 1px solid #626b85;
  border-bottom: 0;
  border-right: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.uc-fold__wwd > div:nth-child(1) > div {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #626b85;
  height: 279px;
}

.uc-fold__wwd > div:nth-child(1) > div span {
  font-weight: 800;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  color: #8c92b9;
  display: block;
  margin-top: 55px;
}

.uc-fold__wwd > div:nth-child(1) > div span:after {
  content: "";
  width: 90px;
  height: 6px;
  display: block;
  margin-top: 6px;
  background-color: #8c92b9;
}

.uc-fold__wwd > div:nth-child(1) > div h2 {
  font-size: 36px;
  color: #fff;
  margin: 55px 0 0;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  line-height: 42px;
}

.uc-fold__wwd > div:nth-child(1) > div:nth-child(1) {
  width: 9.0151515152%;
}

.uc-fold__wwd > div:nth-child(1) > div:nth-child(2) {
  width: 31.8181818182%;
}

.uc-fold__wwd > div:nth-child(1) > div:nth-child(3) {
  width: 31.8939393939%;
}

.uc-fold__wwd > div:nth-child(1) > div:nth-child(4) {
  width: 27.2727272727%;
}

.uc-fold__wwd > div:nth-child(1):after {
  content: "";
  background: url(../images/bg-trans-1.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.uc-fold__wwd > div:nth-child(2) {
  width: 8.3333333333%;
  float: right;
  border-top: 1px solid #626b85;
  border-right: 1px solid #626b85;
  border-bottom: 1px solid #626b85;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 425px;
  position: relative;
}

.uc-fold__wwd > div:nth-child(2):after {
  content: "";
  background: url(../images/bg-trans-1.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.uc-fold__wwd > div:nth-child(3) {
  width: 91.6666666667%;
}

.uc-fold__wwd > div:nth-child(3) > a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: 24px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

.uc-fold__wwd > div:nth-child(3) > a > span {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #626b85;
  height: 146px;
  background-color: #fc5417;
  margin-top: 0;
}

.uc-fold__wwd > div:nth-child(3) > a > span:nth-child(1) {
  width: 9.0151515152%;
  border-color: #fe6232;
  background-color: #f24915;
}

.uc-fold__wwd > div:nth-child(3) > a > span:nth-child(2) {
  width: 63.7121212121%;
  background-color: #f24915;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 40px;
}

.uc-fold__wwd > div:nth-child(3) > a > span:nth-child(3) {
  width: 27.2727272727%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 9.0151515152%;
}

.uc-fold__wwd-mobile {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #606a83;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .uc-fold__wwd-mobile {
    width: 100%;
  }
}

.uc-fold__wwd-mobile ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 1024px) {
  .uc-fold__wwd-mobile {
    border: 0;
  }
  .uc-fold__wwd-mobile > ul {
    border: 1px solid #606a83;
  }
}

.uc-fold__wwd-mobile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 107px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #606a83;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 560px) {
  .uc-fold__wwd-mobile li {
    height: 90px;
  }
}

.uc-fold__wwd-mobile div:first-child {
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  color: #898eb5;
  border-right: 1px solid #606a83;
  width: 16.703539823%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .uc-fold__wwd-mobile div:first-child {
    font-size: 20px;
  }
}

@media (max-width: 560px) {
  .uc-fold__wwd-mobile div:first-child {
    font-size: 17px;
    width: 20%;
  }
}

@media (max-width: 480px) {
  .uc-fold__wwd-mobile div:first-child {
    font-size: 14px;
  }
}

.uc-fold__wwd-mobile div:first-child span:after {
  content: "";
  width: 20px;
  height: 6px;
  max-width: 20px;
  background-color: #898eb5;
  display: block;
  margin-top: 7px;
}

@media (max-width: 768px) {
  .uc-fold__wwd-mobile div:first-child span:after {
    margin-top: 4px;
    height: 3px;
  }
}

@media (max-width: 480px) {
  .uc-fold__wwd-mobile div:first-child span:after {
    margin-top: 0;
  }
}

.uc-fold__wwd-mobile div:first-child + div {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-size: 34px;
  line-height: 44px;
  color: #fff;
  font-weight: 700;
  width: 83.296460177%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 6.9057104914%;
}

@media (max-width: 768px) {
  .uc-fold__wwd-mobile div:first-child + div {
    font-size: 25px;
  }
}

@media (max-width: 560px) {
  .uc-fold__wwd-mobile div:first-child + div {
    font-size: 24px;
    width: 80%;
    line-height: 100%;
  }
}

.uc-fold__wwd-mobile a {
  display: block;
  background-color: #f24915;
  text-transform: uppercase;
  font-size: 0;
  height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  .uc-fold__wwd-mobile a {
    height: 110px;
  }
}

@media (max-width: 560px) {
  .uc-fold__wwd-mobile a {
    height: 100px;
  }
}

.uc-fold__wwd-mobile a span:first-child {
  width: 70.4646017699%;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7.8492935636%;
}

@media (max-width: 768px) {
  .uc-fold__wwd-mobile a span:first-child {
    padding-left: 0;
    text-align: center;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 560px) {
  .uc-fold__wwd-mobile a span:first-child {
    font-size: 16px;
  }
}

.uc-fold__wwd-mobile a span:last-child {
  width: 29.5353982301%;
  text-align: center;
  background-color: #fc5417;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .uc-fold__wwd-mobile a span:last-child {
    padding: 0 15px;
  }
}

.uc-fold__wwd-mobile:after {
  content: "";
  background: url(../images/bg-trans-1.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .uc-fold__wwd > div:nth-child(1) > div h2 {
    font-size: 26px;
    line-height: 32px;
    margin-top: 35px;
  }
  .uc-fold__wwd > div:nth-child(1) > div span {
    margin-top: 35px;
  }
  .uc-fold__wwd > div:nth-child(2) {
    height: 330px;
  }
  .uc-fold__wwd > div:nth-child(1) > div {
    height: 218px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span {
    height: 111px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span:nth-child(2) img {
    max-width: 93px;
  }
  .uc-fold__wwd {
    margin-top: 100px;
  }
  .uc-fold__wwd > div:nth-child(3) > a {
    font-size: 20px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span:nth-child(2) span {
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .uc-fold__wwd {
    margin-top: 60px;
  }
  .uc-fold__wwd > div:nth-child(1) > div h2 {
    font-size: 19px;
    line-height: 20px;
  }
  .uc-fold__wwd > div:nth-child(1) > div {
    height: 149px;
  }
  .uc-fold__wwd > div:nth-child(1) > div span {
    margin-top: 23px;
  }
  .uc-fold__wwd > div:nth-child(1) > div h2 {
    margin-top: 23px;
  }
  .uc-fold__wwd > div:nth-child(1) > div span,
  .uc-fold__wwd > div:nth-child(3) > a {
    font-size: 12px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span:nth-child(2) img {
    max-width: 59px;
  }
  .uc-fold__wwd > div:nth-child(1) > div span:after {
    margin-top: 3px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span {
    height: 66px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span:nth-child(2) {
    padding-right: 10px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span:nth-child(3) img {
    max-width: 30px;
  }
  .uc-fold__wwd > div:nth-child(2) {
    height: 216px;
  }
}

@media (max-width: 480px) {
  .uc-fold__wwd {
    margin-top: 40px;
  }
  .uc-fold__wwd > div:nth-child(1) > div h2 {
    font-size: 12px;
    line-height: 13px;
    margin-top: 16px;
  }
  .uc-fold__wwd > div:nth-child(1) > div span {
    margin-top: 18px;
  }
  .uc-fold__wwd > div:nth-child(1) > div {
    height: 100px;
  }
  .uc-fold__wwd > div:nth-child(2) {
    height: 150px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span:nth-child(2) img {
    max-width: 30px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span {
    height: 49px;
  }
  .uc-fold__wwd > div:nth-child(1) > div span,
  .uc-fold__wwd > div:nth-child(3) > a {
    font-size: 10px;
  }
  .uc-fold__wwd > div:nth-child(1) > div span:after {
    height: 3px;
    width: 33px;
  }
  .uc-fold__wwd > div:nth-child(3) > a > span:nth-child(3) img {
    max-width: 20px;
  }
}

.form {
  width: 100%;
  max-width: 960px;
  margin: 90px auto 0;
  padding-bottom: 75px;
}

@media (max-width: 1024px) {
  .form {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 650px) {
  .form {
    margin-top: 30px;
  }
}

.form .form-group {
  text-align: left;
  margin-bottom: 43px;
}

@media (max-width: 1024px) {
  .form .form-group {
    margin-bottom: 40px;
  }
}

@media (max-width: 650px) {
  .form .form-group {
    margin-bottom: 24px;
  }
}

.form .form-group label {
  color: #adb3da;
  font-size: 22px;
  font-family: 'Public Sans';
  margin-bottom: 14px;
  font-weight: 600;
  display: block;
}

.form .form-group label span {
  color: #ff6600;
}

@media (max-width: 1024px) {
  .form .form-group label {
    font-size: 22px;
  }
}

@media (max-width: 650px) {
  .form .form-group label {
    font-size: 18px;
    margin-bottom: 9px;
  }
}

.form .form-group--col-2 {
  margin-bottom: 0;
}

.form .form-group--col-2 > div {
  margin-bottom: 43px;
  width: 47.9166666667%;
  float: left;
}

@media (max-width: 1024px) {
  .form .form-group--col-2 > div {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .form .form-group--col-2 > div {
    margin-bottom: 15px;
  }
}

.form .form-group--col-2 > div + div {
  float: right;
}

@media (max-width: 1024px) {
  .form .form-group--col-2 > div + div {
    float: none;
  }
}

.form .form-group.last {
  margin-bottom: 0;
}

.form .form-group--col-2:last-child > div {
  margin-bottom: 0;
}

.form textarea {
  width: 100%;
  height: 320px;
  color: #cccccc;
  font-size: 24px;
  padding: 36px;
  font-family: 'Public Sans';
  font-weight: 600;
  border: 0;
}

.form textarea:focus {
  color: #fff;
  background-color: #6666cc;
  outline: none;
}

@media (max-width: 1024px) {
  .form textarea {
    height: 301px;
  }
}

@media (max-width: 650px) {
  .form textarea {
    font-size: 20px;
  }
}

.form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form ::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}

.form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}

.form textarea:not([value=""]),
.form input:not([value=""]) {
  color: #000;
}

.form input[type="submit"] {
  color: #fff !important;
}

.form .form-control {
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #cccccc;
  padding-left: 36px;
  font-size: 24px;
  font-family: 'Public Sans';
  border: 0;
  font-weight: 600;
}

.form .form-control:focus {
  color: #fff;
  background-color: #6666cc;
  outline: none;
}

@media (max-width: 1024px) {
  .form .form-control {
    font-size: 20px;
    height: 90px;
    line-height: 90px;
  }
}

@media (max-width: 650px) {
  .form .form-control {
    font-size: 18px;
    height: 50px;
    padding-left: 20px;
    line-height: 50px;
  }
}

.form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.form .nice-select {
  height: 80px;
  float: none;
  border-radius: 0;
  color: #cccccc;
  font-size: 24px;
  font-family: 'Public Sans';
  font-weight: 600;
  width: 100%;
  line-height: 77px;
  padding-left: 35px;
}

@media (max-width: 1024px) {
  .form .nice-select {
    font-size: 20px;
    height: 90px;
    line-height: 90px;
  }
}

@media (max-width: 650px) {
  .form .nice-select {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
}

.form .nice-select:after {
  background: url(../images/form-icon-arrow.png) no-repeat center;
  width: 40px;
  height: 23px;
  border: 0;
  -webkit-transform: none;
          transform: none;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  right: 33px;
}

@media (max-width: 768px) {
  .form .nice-select:after {
    width: 30px;
    height: 18px;
    background-size: 100%;
    right: 20px;
    background-position: top center;
  }
}

@media (max-width: 480px) {
  .form .nice-select:after {
    width: 20px;
    height: 13px;
    background-size: 100%;
    right: 20px;
    background-position: top center;
  }
}

.form .nice-select .option {
  color: #000;
}

.form .nice-select .option:first-child {
  display: none;
}

.form select.active + .nice-select > .current {
  color: #000;
}

.form .form--submit {
  width: 363px;
  height: 108px;
  font-size: 24px;
  font-family: 'Public Sans';
  font-weight: 700;
  border: 0;
  cursor: pointer;
  position: absolute;
  bottom: -121px;
  left: 50%;
  margin-left: -181.5px;
  border-radius: 0 !important;
}

@media (max-width: 1024px) {
  .form .form--submit {
    width: 263px;
    height: 97px;
    margin: 0 auto;
    position: relative;
    display: block;
    left: 0;
    top: 73px;
  }
}

@media (max-width: 650px) {
  .form .form--submit {
    font-size: 20px;
    width: 243px;
    height: 77px;
    line-height: 77px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .form .form--submit {
    font-size: 18px;
    width: 203px;
    height: 67px;
    line-height: 67px;
  }
}

.form .iti {
  width: 100%;
}

.form .iti__arrow {
  border-top-color: #999999;
}

.uc-sec-2 .uc-heading h2 {
  font-size: 70px;
}

@media (max-width: 1024px) {
  .uc-sec-2 .uc-heading h2 {
    font-size: 66px;
    line-height: 78px;
  }
}

@media (max-width: 860px) {
  .uc-sec-2 .uc-heading h2 {
    font-size: 46px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .uc-sec-2 .uc-heading h2 {
    font-size: 52px;
    line-height: 58px;
    max-width: 100%;
  }
}

@media (max-width: 560px) {
  .uc-sec-2 .uc-heading h2 {
    font-size: 32px;
    line-height: 38px;
    max-width: 100%;
  }
}

@media (max-width: 380px) {
  .uc-sec-2 .uc-heading h2 {
    font-size: 28px;
    line-height: 32px;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .uc-sec-2.uc-sec--np {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .uc-sec-2.uc-sec--np {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 650px) {
  .uc-sec-2.uc-sec--np {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.uc-wahth {
  overflow: hidden;
  background: url("../images/bg-2.png") no-repeat center;
  height: 675px;
}

@media (max-width: 1024px) {
  .uc-wahth {
    padding: 100px 0;
    height: auto;
    background: #616cc7;
    position: relative;
  }
}

@media (max-width: 768px) {
  .uc-wahth {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  .uc-wahth .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1024px) {
  .uc-wahth:after {
    background: url(../images/side-element.jpg) no-repeat;
    width: 179px;
    height: 145px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 860px) {
  .uc-wahth:after {
    width: 129px;
    background-size: 100%;
  }
}

@media (max-width: 768px) {
  .uc-wahth:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .uc-wahth:before {
    background: url(../images/uc-astronaut-tablet.jpg) no-repeat;
    width: 494px;
    height: 370px;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media (max-width: 860px) {
  .uc-wahth:before {
    background-size: 100%;
    width: 400px;
  }
}

@media (max-width: 768px) {
  .uc-wahth:before {
    background: url(../images/uc-astronaut-mobile.jpg) no-repeat top center;
    position: relative;
    width: 100%;
    display: block;
    background-size: 100%;
    padding-bottom: 82%;
    height: 0;
  }
}

.uc-wahth .uc-para {
  width: 55.7575757576%;
  position: relative;
  top: 16px;
}

@media (max-width: 1024px) {
  .uc-wahth .uc-para p {
    margin-top: 0;
    margin-bottom: 70px;
  }
}

@media (max-width: 860px) {
  .uc-wahth .uc-para p {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .uc-wahth .uc-para p {
    margin-bottom: 60px;
  }
}

@media (max-width: 560px) {
  .uc-wahth .uc-para p {
    margin-bottom: 45px;
  }
}

@media (max-width: 380px) {
  .uc-wahth .uc-para p {
    margin-bottom: 35px;
  }
}

@media (max-width: 1024px) {
  .uc-wahth .uc-para {
    width: 100%;
    margin-top: 0;
    top: 0;
  }
}

.uc-wahth .uc-heading {
  margin-top: 3px;
}

@media (max-width: 1024px) {
  .uc-wahth .uc-heading {
    margin: 0 0 34px;
    max-width: 60%;
  }
}

@media (max-width: 860px) {
  .uc-wahth .uc-heading {
    max-width: 70%;
  }
}

@media (max-width: 768px) {
  .uc-wahth .uc-heading {
    max-width: 80%;
    margin: 0 0 24px;
  }
}

@media (max-width: 560px) {
  .uc-wahth .uc-heading {
    max-width: 70%;
    margin: 0 0 16px;
  }
}

@media (max-width: 380px) {
  .uc-wahth .uc-heading {
    max-width: 90%;
    margin: 0 0 16px;
  }
}

.uc-wahth__top {
  height: 531px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1024px) {
  .uc-wahth__top {
    padding-left: 0;
    height: auto;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .uc-wahth__top {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 650px) {
  .uc-wahth__top {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uc-wahth__bottom {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
}

.uc-wahth__btn {
  width: 100%;
  display: block;
  max-width: 1321px;
  overflow: hidden;
  color: #313552;
  font-size: 24px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .uc-wahth__btn {
    font-size: 26px;
    line-height: 30px;
    max-width: 660px;
  }
}

@media (max-width: 860px) {
  .uc-wahth__btn {
    font-size: 18px;
    max-width: 450px;
  }
}

@media (max-width: 768px) {
  .uc-wahth__btn {
    max-width: 100%;
    font-size: 22px;
  }
}

@media (max-width: 560px) {
  .uc-wahth__btn {
    font-size: 14px;
  }
}

@media (max-width: 380px) {
  .uc-wahth__btn {
    font-size: 12px;
  }
}

.uc-wahth__btn > span {
  float: left;
  height: 146px;
}

@media (max-width: 860px) {
  .uc-wahth__btn > span {
    height: 106px;
  }
}

@media (max-width: 768px) {
  .uc-wahth__btn > span {
    height: 136px;
  }
}

@media (max-width: 560px) {
  .uc-wahth__btn > span {
    height: 76px;
  }
}

.uc-wahth__btn > span:nth-child(1) {
  width: 72.6722180167%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 120px;
  background-color: #fff;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

@media (max-width: 1024px) {
  .uc-wahth__btn > span:nth-child(1) {
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 74.696969697%;
  }
}

.uc-wahth__btn > span:nth-child(2) {
  width: 27.3277819833%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fc5417;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  .uc-wahth__btn > span:nth-child(2) {
    width: 25.303030303%;
  }
}

@media (max-width: 560px) {
  .uc-wahth__btn > span:nth-child(2) {
    text-align: center;
  }
  .uc-wahth__btn > span:nth-child(2) img {
    max-width: 50%;
    margin: 0 auto;
  }
}

.uc-wahth__btn:hover > span:nth-child(1) {
  background-color: #f24915;
  color: #fff;
}

.uc-gsie {
  margin: 112px auto 96px;
}

@media (max-width: 1024px) {
  .uc-gsie {
    margin: 0;
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .uc-gsie {
    margin: 0;
    padding-top: 10px;
  }
}

.uc-gsie img {
  display: block;
}

.uc-gsie .uc-gsie__item {
  margin-bottom: 137px;
  padding-bottom: 13px;
}

@media (max-width: 1024px) {
  .uc-gsie .uc-gsie__item {
    margin-bottom: 99px;
  }
}

@media (max-width: 860px) {
  .uc-gsie .uc-gsie__item {
    margin-bottom: 59px;
  }
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative;
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 {
    position: relative;
    width: 100%;
    padding-top: 0;
    float: left;
    max-width: 100%;
    padding-left: 120px;
  }
}

@media (max-width: 560px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 {
    padding-left: 80px;
  }
}

@media (max-width: 480px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 {
    padding-left: 75px;
  }
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-sep {
    display: none;
  }
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-counter {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 560px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-counter {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 860px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-text {
    min-height: 10px;
  }
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-text {
    min-height: 10px;
  }
}

@media (max-width: 1024px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-text p {
    font-size: 28px;
    font-weight: 400;
    line-height: 39px;
  }
}

@media (max-width: 860px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-text p {
    font-size: 20px;
    line-height: 31px;
  }
}

@media (max-width: 480px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-text p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-title h4 {
    margin: 0;
    font-size: 40px;
    line-height: 54px;
  }
}

@media (max-width: 560px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-title h4 {
    font-size: 30px;
    line-height: 44px;
  }
}

@media (max-width: 480px) {
  .uc-gsie .uc-gsie__item .uc-tiles__tile--layout-2 .uc-tiles__tile-title h4 {
    line-height: 34px;
  }
}

.uc-gsie .uc-gsie__item:after {
  content: "";
  width: 100%;
  height: 0;
  clear: both;
  display: block;
}

.uc-gsie .uc-gsie__item:last-child {
  margin-bottom: 0;
}

.uc-gsie .uc-left {
  width: 44.6666666667%;
}

@media (max-width: 768px) {
  .uc-gsie .uc-left {
    width: 100%;
  }
}

.uc-gsie .uc-right {
  width: 55.3333333333%;
}

@media (max-width: 768px) {
  .uc-gsie .uc-right {
    width: 100%;
    margin-bottom: 40px;
  }
}

.uc-gsie .uc-gsie__item:nth-child(even) .uc-left {
  width: 55.3333333333%;
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item:nth-child(even) .uc-left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.uc-gsie .uc-gsie__item:nth-child(even) .uc-right {
  width: 44.6666666667%;
}

@media (max-width: 768px) {
  .uc-gsie .uc-gsie__item:nth-child(even) .uc-right {
    width: 100%;
    margin-bottom: 0;
  }
}

.uc-gsie .uc-gsie__item:nth-child(even) .uc-right .uc-tiles__tile {
  float: right;
}

.uc-gsie .uc-gsie__item--theme-branding li {
  color: #4895ed;
}

@media (max-width: 1024px) {
  .uc-gsie .uc-gsie__item--theme-branding li {
    font-size: 22px;
    line-height: 46px;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .uc-gsie .uc-gsie__item--theme-branding li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
}

.uc-gsie .uc-gsie__item--theme-marketing li {
  color: #fc5417;
}

@media (max-width: 1024px) {
  .uc-gsie .uc-gsie__item--theme-marketing li {
    font-size: 22px;
    line-height: 46px;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .uc-gsie .uc-gsie__item--theme-marketing li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
}

.uc-gsie .uc-gsie__item--theme-webdes li {
  color: #53ca9c;
}

@media (max-width: 1024px) {
  .uc-gsie .uc-gsie__item--theme-webdes li {
    font-size: 22px;
    line-height: 46px;
    font-weight: 500;
  }
}

@media (max-width: 480px) {
  .uc-gsie .uc-gsie__item--theme-webdes li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
  }
}

.uc-gsie .uc-heading {
  margin-bottom: 125px;
}

.uc-gsie .uc-heading h2 {
  font-size: 72px;
  line-height: 78px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  margin: 0;
}

@media (max-width: 1024px) {
  .uc-gsie .uc-heading h2 {
    font-size: 66px;
    line-height: 72px;
  }
}

@media (max-width: 992px) {
  .uc-gsie .uc-heading h2 {
    font-size: 46px;
    line-height: 62px;
  }
}

@media (max-width: 480px) {
  .uc-gsie .uc-heading h2 {
    font-size: 27px;
    line-height: 32px;
  }
}

.uc-gsie--layout-1 {
  margin-top: 0;
}

.uc-gsie--layout-1 .uc-left {
  width: 45%;
}

@media (max-width: 1024px) {
  .uc-gsie--layout-1 .uc-left {
    position: relative;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 165px;
  }
  .uc-gsie--layout-1 .uc-left .uc-tiles__tile-icon {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 768px) {
  .uc-gsie--layout-1 .uc-left .uc-tiles__tile-icon {
    position: relative;
    left: 0;
    margin-top: 50px;
  }
}

.uc-gsie--layout-1 .uc-right {
  width: 55%;
}

@media (max-width: 1024px) {
  .uc-gsie--layout-1 .uc-right {
    width: 100%;
    padding-right: 0;
  }
  .uc-gsie--layout-1 .uc-right .uc-tiles__tile-icon {
    position: absolute;
    left: 0;
  }
}

@media (max-width: 768px) {
  .uc-gsie--layout-1 .uc-right .uc-tiles__tile-icon {
    position: relative;
    left: 0;
    margin-top: 50px;
  }
}

.uc-gsie--layout-1 .uc-tiles__tile--layout-4 {
  width: 100%;
  padding-top: 0;
}

.uc-gsie--layout-1 .uc-gsie__item:nth-child(odd) .uc-tiles__tile--layout-4 {
  padding-right: 8.962963%;
}

@media (max-width: 1024px) {
  .uc-gsie--layout-1 .uc-gsie__item:nth-child(odd) .uc-tiles__tile--layout-4 {
    padding-right: 0;
  }
}

.uc-gsie--layout-1 .uc-gsie__item:nth-child(even) .uc-tiles__tile--layout-4 {
  padding-right: 0;
}

.uc-gsie--layout-1 .uc-gsie__item {
  padding: 113px 0;
  margin-bottom: 0;
}

.uc-gsie--layout-1 .uc-gsie__item:nth-child(even) {
  background-color: #313552;
}

.uc-gsie--layout-1 .uc-gsie__item:nth-child(odd) {
  background-color: #292d4a;
}

.uc-gsie--layout-1 .uc-gsie__item:nth-child(even) .uc-right {
  width: 45%;
  padding-right: 0;
  padding-left: 7.962963%;
}

@media (max-width: 1024px) {
  .uc-gsie--layout-1 .uc-gsie__item:nth-child(even) .uc-right {
    position: relative;
    width: 100%;
    padding-right: 0 !important;
    padding-left: 165px;
  }
}

@media (max-width: 768px) {
  .uc-gsie--layout-1 .uc-gsie__item:nth-child(even) .uc-right {
    padding-left: 0;
  }
}

.uc-gsie--layout-1 .uc-gsie__item:nth-child(even) .uc-left {
  width: 55%;
}

@media (max-width: 1024px) {
  .uc-gsie--layout-1 .uc-gsie__item:nth-child(even) .uc-left {
    width: 100%;
    padding-left: 0;
  }
}

.uc-sec-4 .uc-heading h2 {
  max-width: 100%;
}

.uc-hhwch {
  margin-top: 104px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .uc-hhwch {
    margin-top: 60px;
  }
}

@media (max-width: 650px) {
  .uc-hhwch {
    margin-top: 40px;
  }
}

.uc-hhwch__item {
  width: 35%;
  float: left;
  position: relative;
}

@media (max-width: 1024px) {
  .uc-hhwch__item {
    width: 100%;
    margin: 0 auto 60px;
    display: inline-block;
    text-align: left;
    height: auto;
    vertical-align: top;
    padding-right: 0;
    position: relative;
    padding-left: 203px;
  }
}

@media (max-width: 860px) {
  .uc-hhwch__item {
    padding-left: 175px;
  }
}

@media (max-width: 768px) {
  .uc-hhwch__item {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 650px) {
  .uc-hhwch__item {
    padding-left: 115px;
    margin-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .uc-hhwch__item {
    padding-left: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .uc-hhwch__item .uc-tiles__tile-icon {
    width: 151px;
    height: 151px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 860px) {
  .uc-hhwch__item .uc-tiles__tile-icon {
    width: 130px;
    height: 130px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 768px) {
  .uc-hhwch__item .uc-tiles__tile-icon {
    width: 123px;
    height: 123px;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (max-width: 650px) {
  .uc-hhwch__item .uc-tiles__tile-icon {
    width: 83px;
    height: 83px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .uc-hhwch__item .uc-tiles__tile-icon img {
    max-height: 40px;
  }
}

@media (max-width: 480px) {
  .uc-hhwch__item .uc-tiles__tile-icon {
    position: relative;
    margin-bottom: 40px;
  }
}

.uc-hhwch__item:last-child {
  width: 30%;
}

@media (max-width: 1024px) {
  .uc-hhwch__item:last-child {
    height: auto;
    width: 100%;
    margin: 0 auto 0px;
    display: inline-block;
    text-align: left;
    height: auto;
    vertical-align: top;
    padding-right: 4%;
  }
}

@media (max-width: 860px) {
  .uc-hhwch__item:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 768px) {
  .uc-hhwch__item:last-child {
    padding-right: 0;
  }
}

.uc-hhwch__item:last-child > div {
  width: 100% !important;
}

.uc-hhwch--theme-2 {
  margin-bottom: 46px;
}

.uc-hhwch--theme-2 .uc-hhwch__item {
  width: 50%;
  float: left;
}

@media (max-width: 1024px) {
  .uc-hhwch--theme-2 .uc-hhwch__item {
    width: 50%;
    margin: 0 auto 40px;
    display: inline-block;
    text-align: left;
    height: auto;
    vertical-align: top;
    padding-right: 4%;
  }
}

@media (max-width: 768px) {
  .uc-hhwch--theme-2 .uc-hhwch__item {
    width: 100%;
    padding-right: 0;
  }
}

.uc-hhwch--theme-2 .uc-tiles__tile--layout-3 {
  width: 69.8333333333%;
}

.uc-hhwch--theme-2 .uc-tiles__tile--layout-3 .uc-tiles__tile-title h5 {
  margin-top: 0;
}

.uc-hhwch--theme-2 .uc-tiles__tile--layout-3 .uc-tiles__tile-text {
  min-height: 190px;
}

.uc-hhwch--home .uc-tiles__tile--layout-3 {
  width: 347px;
}

@media (max-width: 1024px) {
  .uc-hhwch--home .uc-tiles__tile--layout-3 {
    width: 100%;
    max-width: 100%;
  }
}

.uc-grgyb .uc-para {
  width: 89.8333333333%;
}

.uc-grgyb .uc-para:before {
  content: "";
  width: 180px;
  height: 4px;
  background-color: #4d5798;
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .uc-grgyb .uc-para:before {
    margin-bottom: 30px;
  }
}

.uc-grgyb ul {
  margin: 0;
  padding: 0 0 20px 22px;
}

@media (max-width: 1024px) {
  .uc-grgyb .uc-heading {
    margin-bottom: 30px;
    max-width: 70%;
  }
  .uc-grgyb .uc-heading br {
    display: none;
  }
  .uc-grgyb .uc-heading h2 {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .uc-grgyb .uc-heading {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .uc-grgyb .uc-left {
    width: 100%;
    float: none;
  }
}

@media (max-width: 1024px) {
  .uc-grgyb .uc-right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 1024px) {
  .uc-testimonial .uc-heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .uc-testimonial .uc-heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .uc-testimonial .uc-heading h2 {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .uc-testimonial .uc-testi__comment h4 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
    min-height: 252px;
  }
}

@media (max-width: 768px) {
  .uc-testimonial .uc-testi__comment h4 {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (max-width: 560px) {
  .uc-testimonial .uc-testi__comment h4 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (max-width: 480px) {
  .uc-testimonial .uc-testi__comment h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 1024px) {
  .uc-testimonial .uc-testi__quote {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .uc-testimonial .uc-testi__quote {
    margin-bottom: 25px;
  }
}

@media (max-width: 1024px) {
  .uc-testimonial .uc-testi__quote img {
    max-width: 100%;
  }
}

@media (max-width: 650px) {
  .uc-testimonial .uc-testi__quote img {
    max-width: 50px;
  }
}

.uc-carousel--testi {
  width: 83.3333333333%;
  margin: 0 auto 90px;
}

@media (max-width: 1024px) {
  .uc-carousel--testi {
    width: 100%;
    max-width: 777px;
    margin-bottom: 70px;
  }
}

@media (max-width: 860px) {
  .uc-carousel--testi {
    margin-bottom: 60px;
  }
}

.uc-carousel__area {
  width: 75.8333333333%;
  margin: 62px auto 0;
}

@media (max-width: 1024px) {
  .uc-carousel__area {
    max-width: 100%;
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .uc-carousel__area {
    margin-top: 25px;
  }
}

.uc-testi {
  text-align: center;
  outline: none;
}

.uc-testi__quote {
  display: inline-block;
  margin-bottom: 40px;
}

.uc-testi__comment h4 {
  font-size: 32px;
  line-height: 42px;
  color: #fff;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 70px;
}

@media (max-width: 1024px) {
  .uc-testi__comment h4 {
    margin-bottom: 45px;
  }
}

@media (max-width: 768px) {
  .uc-testi__comment h4 {
    margin-bottom: 65px;
  }
}

.uc-testi__author {
  display: inline-block;
}

.uc-testi__author-img {
  display: inline-block;
  margin-bottom: 20px;
}

.uc-testi__author-img img {
  display: block;
  max-width: 64px;
}

.uc-testi__author-details p {
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 600;
  color: #7379a0;
  margin-top: 0;
}

.uc-testi__author-details p strong {
  font-weight: 700;
  font-size: 23px;
  color: #fff;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
}

@media (max-width: 1024px) {
  .uc-testi__author-details p {
    line-height: 100%;
    color: #7379a0 !important;
    font-size: 18px;
    line-height: 44px;
  }
  .uc-testi__author-details p strong {
    display: block;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .uc-testi__author-details p strong {
    font-size: 18px;
  }
}

.uc-carousel {
  position: relative;
}

.uc-carousel .uc-carousel-arrow {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -103px;
  height: 14px;
}

@media (max-width: 1024px) {
  .uc-carousel .uc-carousel-arrow {
    margin-top: 106px;
    top: auto;
    bottom: 163px;
  }
}

@media (max-width: 768px) {
  .uc-carousel .uc-carousel-arrow {
    display: none;
  }
}

.uc-carousel .slick-arrow {
  position: absolute;
  width: 60px;
  font-size: 0;
  height: 14px;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  outline: none;
}

@media (max-width: 1024px) {
  .uc-carousel .slick-arrow {
    opacity: 1;
  }
  .uc-carousel .slick-arrow.slick-disabled {
    opacity: 0.1;
  }
}

@media (min-width: 1025px) {
  .uc-carousel .slick-arrow:hover {
    opacity: 1;
  }
}

.uc-carousel .slick-prev {
  left: 0;
  background: transparent url("../images/graphics/car-arrow-left.png") no-repeat center;
  border: 0;
}

.uc-carousel .slick-next {
  right: 0;
  background: transparent url("../images/graphics/car-arrow-right.png") no-repeat center;
  border: 0;
}

.uc-carousel .slick-dots {
  padding-left: 0;
  list-style-type: none;
  text-align: center;
  font-size: 0;
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .uc-carousel .slick-dots {
    margin-top: 10px;
  }
}

.uc-carousel .slick-dots li {
  display: inline-block;
  margin: 0 7px;
}

.uc-carousel .slick-dots li button {
  background: #494e70;
  border: 0;
  width: 33px;
  height: 2px;
  font-size: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.uc-carousel .slick-dots li.slick-active button {
  width: 73px;
  height: 2px;
  background-color: #fff;
}

.uc-logos {
  background-color: #fc5417;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 221px;
  padding: 0 5%;
}

@media (max-width: 1024px) {
  .uc-logos {
    display: block;
    font-size: 0;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}

.uc-logos__item {
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  text-align: center;
}

.uc-logos__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 68px;
}

.uc-logos__item p {
  color: #c23806;
  font-size: 15px;
  display: none;
  margin: 15px 0 0;
}

@media (max-width: 1024px) {
  .uc-logos__item {
    width: 33.3%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 204px;
  }
}

@media (max-width: 860px) {
  .uc-logos__item {
    height: 180px;
  }
  .uc-logos__item img {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .uc-logos__item {
    width: 50%;
    height: 100px;
  }
  .uc-logos__item img {
    max-width: 60%;
    height: auto;
  }
}

.uc-btn {
  display: block;
}

.uc-btn--center {
  display: block;
  text-align: center;
}

.btn {
  display: inline-block;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  width: 327px;
  padding: 36px 0;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.btn--orange {
  background-color: #fc5417;
  font-size: 16px;
}

.btn--orange:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f24915;
}

.btn--lightblue {
  background-color: #636fd0;
  font-size: 16px;
}

.btn--lightblue:hover {
  text-decoration: none;
  color: #fff;
  background-color: #fc5417;
}

.btn--white {
  background-color: #ffffff;
  color: #fc5417;
  font-size: 16px;
}

.btn--white:hover {
  text-decoration: none;
  color: #fff;
  background-color: #f24915;
}

.btn--fd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 0;
}

.btn--fd span {
  display: inline-block;
  margin-right: 22px;
}

.btn--large {
  font-size: 24px;
  width: 422px;
  padding: 43px 0;
}

.btn--more-articles {
  font-size: 22px;
  line-height: 30px;
  width: 100%;
  border: 2px solid #4c527e;
  max-width: 100%;
  padding: 25px 0;
  text-decoration: none;
  color: #fff;
}

.btn--more-articles:hover {
  text-decoration: none;
  color: #fff;
  background-color: #4c527e;
}

.uc-fold--work {
  padding-bottom: 0;
  height: auto;
  margin-bottom: 94px;
}

.uc-fold--work .uc-sec-bg {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 1488px;
  background: url("../images/bg-fold-work.jpg") no-repeat top center;
  background-size: 1920px 1488px;
  z-index: -1;
}

.uc-fold--work .uc-fold-box .uc-heading {
  margin-bottom: 49px;
}

@media (max-width: 480px) {
  .uc-fold--work .uc-fold-box .uc-heading {
    margin-bottom: 29px;
  }
}

@media (max-width: 1024px) {
  .uc-fold--work {
    margin-bottom: 88px;
  }
}

@media (max-width: 860px) {
  .uc-fold--work {
    margin-bottom: 54px;
  }
}

@media (max-width: 650px) {
  .uc-fold--work {
    margin-bottom: 90px;
  }
}

@media (max-width: 650px) {
  .uc-fold--work {
    margin-bottom: 40px;
  }
}

.uc-works .grid-sizer,
.uc-works .grid-item {
  width: 31.9444444444%;
}

.uc-works .grid-item {
  margin-right: 2.0833333333%;
  margin-bottom: 2.0833333333%;
}

@media (max-width: 1024px) {
  .uc-works .grid-item {
    width: 46.6814159292%;
    margin-right: 6.6371681416%;
    margin-bottom: 6.6371681416%;
  }
}

@media (max-width: 768px) {
  .uc-works .grid-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 94px;
  }
  .uc-works .grid-item:last-child {
    margin-bottom: 60px;
  }
  .uc-works .grid-item img {
    width: 100%;
  }
}

@media (max-width: 650px) {
  .uc-works .grid-item {
    margin-bottom: 50px;
  }
  .uc-works .grid-item:last-child {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .uc-works .grid-item:nth-child(2n) {
    margin-right: 0;
  }
}

.uc-works .grid-item-nmr {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .uc-works .grid-item-nmr {
    margin-right: 6.6371681416%;
  }
}

.uc-works img {
  display: block;
}

@media (max-width: 768px) {
  .uc-works__nav {
    max-width: 490px;
    margin: 0 auto;
  }
}

.uc-works__nav a {
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
  display: inline-block;
  border: 2px solid #555b84;
  padding: 18px 20px;
  margin-bottom: 13px;
  text-decoration: none;
  margin-right: 1.8333333333%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.uc-works__nav a.is-checked, .uc-works__nav a:hover {
  background-color: #636fd0;
  border-color: #636fd0;
}

@media (max-width: 1024px) {
  .uc-works__nav a {
    margin: 0 5.2219321149% 41px 0;
    float: left;
    width: 29.3733681462%;
    text-align: center;
    padding: 23px 30px;
    font-size: 22px;
    line-height: 30px;
  }
  .uc-works__nav a:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .uc-works__nav a {
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 860px) {
  .uc-works__nav a {
    padding-bottom: 13px;
    padding-top: 13px;
  }
}

@media (max-width: 768px) {
  .uc-works__nav a {
    font-size: 22px;
    line-height: 30px;
    width: 45.9183673469%;
    margin: 0 8.1632653061% 24px 0;
  }
  .uc-works__nav a:nth-child(3n) {
    margin: 0 8.1632653061% 24px 0;
  }
  .uc-works__nav a:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 650px) {
  .uc-works__nav a {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .uc-works__nav a {
    font-size: 14px;
  }
}

.uc-works__work {
  position: absolute;
  width: 100%;
  top: 40px;
  padding-left: 10.8695652174%;
  padding-right: 10.8695652174%;
}

.uc-works__work h4 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 0 0 15px;
}

@media (max-width: 650px) {
  .uc-works__work h4 {
    font-size: 24px;
    line-height: 26px;
  }
}

@media (max-width: 480px) {
  .uc-works__work h4 {
    font-size: 18px;
    line-height: 20px;
  }
}

@media (max-width: 992px) {
  .uc-works__work {
    left: 0;
    top: 25px;
  }
}

@media (max-width: 650px) {
  .uc-works__work {
    left: 0;
    top: 35px;
  }
}

@media (max-width: 480px) {
  .uc-works__work {
    top: 25px;
    left: 0;
  }
}

.uc-works .uc-catch-click {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.uc-works .grid-item {
  -webkit-box-shadow: 0px 30px 56.05px 2.95px rgba(23, 25, 41, 0.72);
          box-shadow: 0px 30px 56.05px 2.95px rgba(23, 25, 41, 0.72);
}

.page--ourworks .uc-banner-cta--l2 {
  margin-top: 0;
}

.page--ourworks .uc-works {
  margin-bottom: 90px;
}

@media (max-width: 1024px) {
  .page--ourworks .uc-works {
    margin-bottom: 0;
  }
}

.page--ourworks .container {
  overflow: inherit;
}

.page--capabilities .uc-fold .uc-heading {
  margin-top: 0;
}

@media (max-width: 768px) {
  .page--capabilities .uc-fold {
    padding-top: 142px;
  }
}

.page--capabilities .uc-heading h2 {
  max-width: 100%;
  font-size: 70px;
}

@media (max-width: 860px) {
  .page--capabilities .uc-heading h2 {
    font-size: 66px;
    line-height: 72px;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-heading h2 {
    font-size: 46px;
    line-height: 53px;
  }
}

@media (max-width: 480px) {
  .page--capabilities .uc-heading h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

.page--capabilities .uc-sec,
.page--capabilities .uc-gsie {
  margin-bottom: 0;
}

.page--capabilities .uc-gsie {
  padding-top: 0;
}

.page--capabilities .uc-gsie .uc-heading {
  margin-bottom: 90px;
}

@media (max-width: 650px) {
  .page--capabilities .uc-gsie .uc-heading {
    margin-bottom: 50px;
  }
}

.page--capabilities .uc-gsie .uc-tiles__tile-title h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .page--capabilities .uc-gsie .uc-left + .uc-right,
  .page--capabilities .uc-gsie .uc-right + .uc-left {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-gsie .uc-left + .uc-right,
  .page--capabilities .uc-gsie .uc-right + .uc-left {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  .page--capabilities .uc-gsie .uc-left + .uc-right,
  .page--capabilities .uc-gsie .uc-right + .uc-left {
    margin-top: 50px;
  }
}

.page--capabilities .uc-gsie .container {
  overflow: inherit;
}

.page--capabilities .uc-tiles__tile--layout-2 {
  width: 80.8333333333%;
}

.page--capabilities .uc-tiles__tile-text p {
  font-size: 19px;
  line-height: 29px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media (max-width: 1024px) {
  .page--capabilities .uc-tiles__tile-text p {
    font-size: 28px;
    line-height: 45px;
  }
  .page--capabilities .uc-tiles__tile-text p br {
    display: none;
  }
}

@media (max-width: 560px) {
  .page--capabilities .uc-tiles__tile-text p {
    font-size: 24px;
    line-height: 41px;
  }
}

@media (max-width: 480px) {
  .page--capabilities .uc-tiles__tile-text p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 380px) {
  .page--capabilities .uc-tiles__tile-text p {
    font-size: 18px;
    line-height: 32px;
  }
}

.page--capabilities .uc-tiles__tile--layout-2 {
  padding-top: 0;
}

@media (max-width: 860px) {
  .page--capabilities .uc-tiles__tile--layout-4 .uc-tiles__tile-text ul {
    margin-top: 20px;
  }
}

.page--capabilities .uc-banner-cta--l2 {
  margin-top: 0;
}

.page--capabilities .uc-tiles__tile--layout-2 .uc-tiles__tile-text {
  min-height: 10px;
}

.page--capabilities .uc-gsie--layout-1 .uc-gsie__item {
  padding: 90px 0;
}

@media (max-width: 650px) {
  .page--capabilities .uc-gsie--layout-1 .uc-gsie__item {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-gsie--layout-1 .uc-left {
    padding-left: 0;
  }
}

.page--capabilities .uc-gsie--layout-1 .uc-right .uc-tiles__tile-icon,
.page--capabilities .uc-gsie--layout-1 .uc-left .uc-tiles__tile-icon {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .page--capabilities .uc-gsie--layout-1 .uc-right .uc-tiles__tile-icon,
  .page--capabilities .uc-gsie--layout-1 .uc-left .uc-tiles__tile-icon {
    margin-top: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-gsie .uc-gsie__item:nth-child(even) .uc-left {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-gsie .uc-right {
    margin-bottom: 0;
  }
}

@media (max-width: 650px) {
  .page--capabilities .uc-hhwch__item .uc-tiles__tile-icon img {
    max-height: 100%;
  }
}

@media (max-width: 650px) {
  .page--capabilities .uc-hhwch__item .uc-tiles__tile-icon {
    width: 93px;
    height: 93px;
  }
}

@media (max-width: 650px) {
  .page--capabilities .uc-hhwch__item .uc-tiles__tile-icon {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-tiles__tile--layout-op.uc-tiles__tile {
    padding-left: 0;
  }
}

.page--capabilities .uc-fold--capabilities {
  padding-bottom: 200px;
}

.page--capabilities .uc-fold--capabilities .uc-sec-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-fold-capabilities.jpg") no-repeat top center;
  z-index: -1;
}

@media (max-width: 768px) {
  .page--capabilities .uc-fold--capabilities .uc-sec-bg {
    top: 0;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-fold--capabilities .uc-para p {
    font-size: 30px;
    line-height: 47px;
  }
}

@media (max-width: 480px) {
  .page--capabilities .uc-fold--capabilities .uc-para p {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1024px) {
  .page--capabilities .uc-fold--capabilities {
    padding-bottom: 88px;
  }
}

.page--capabilities .uc-fold-box {
  padding-bottom: 70px;
}

.page--capabilities .uc-fold-box--theme-2:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../images/graphics/rocket-launch.png) no-repeat right top;
  background-size: 643px 706px;
}

@media (max-width: 1024px) {
  .page--capabilities .uc-fold-box--theme-2:after {
    background: none;
    display: none;
  }
}

.page--capabilities .uc-fold-box--theme-2 .uc-btn {
  margin-top: 43px;
}

.page--capabilities .uc-fold-box--theme-2 .uc-sec__top,
.page--capabilities .uc-fold-box--theme-2 .uc-sec__bottom {
  width: 69.1666666667%;
}

@media (max-width: 1024px) {
  .page--capabilities .uc-fold-box--theme-2 .uc-sec__top,
  .page--capabilities .uc-fold-box--theme-2 .uc-sec__bottom {
    width: 100%;
  }
}

.page--capabilities .uc-fold-box--theme-2 .btn {
  max-width: 421px;
}

@media (max-width: 1024px) {
  .page--capabilities .uc-hhwch__item {
    padding-left: 155px;
  }
}

@media (max-width: 860px) {
  .page--capabilities .uc-hhwch__item {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page--capabilities .uc-hhwch__item {
    padding-left: 0;
  }
}

@media (max-width: 860px) {
  .page--capabilities .uc-hhwch__item .uc-tiles__tile--layout-op.uc-tiles__tile {
    height: auto;
  }
}

@media (max-width: 860px) {
  .page--capabilities .uc-hhwch__item .uc-tiles__tile-title h5 {
    font-size: 40px;
  }
}

@media (max-width: 650px) {
  .page--capabilities .uc-hhwch__item .uc-tiles__tile-title h5 {
    font-size: 30px;
    top: 0;
  }
}

.page--capabilities .uc-sec-process {
  padding-top: 90px;
}

@media (max-width: 650px) {
  .page--capabilities .uc-sec-process {
    padding-top: 50px;
  }
}

@media (max-width: 1024px) {
  .page--capabilities .uc-sec-process .uc-heading h2 {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page--capabilities .uc-sec-process .uc-heading h2 {
    text-align: left;
  }
}

.us-page--about .uc-fold--about {
  padding-top: 242px;
  padding-bottom: 133px;
  height: auto;
}

@media (max-width: 1200px) {
  .us-page--about .uc-fold--about {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .us-page--about .uc-fold--about {
    margin-bottom: 0;
    padding-bottom: 90px;
  }
}

@media (max-width: 768px) {
  .us-page--about .uc-fold--about {
    padding-bottom: 50px;
  }
}

.us-page--about .uc-fold--about .uc-fold-box .uc-heading {
  margin-top: 0;
}

.us-page--about .uc-fold-box .uc-para p {
  margin-bottom: 40px;
}

.us-page--about .uc-fold-box .uc-para p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .us-page--about .uc-fold-box .uc-para p:last-child {
    margin-bottom: 60px;
  }
}

.us-page--about .uc-carousel--testi {
  margin-bottom: 110px;
}

.us-page--about .uc-fold-box .uc-para {
  width: 88.7777777778%;
}

@media (max-width: 1024px) {
  .us-page--about .uc-fold-box .uc-para {
    width: 100%;
  }
}

.us-page--about .uc-left {
  width: 250px;
}

.us-page--about .uc-right {
  float: left;
  width: 100%;
  margin-left: 4.1666666667%;
}

@media (max-width: 1024px) {
  .us-page--about .uc-right {
    margin-left: 0;
  }
}

.us-page--about .uc-fold-box .uc-sec__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .us-page--about .uc-fold-box .uc-sec__bottom {
    display: block;
  }
}

.us-page--about .uc-fold-box .uc-sec__bottom:after {
  display: none;
}

.us-page--about .uc-fold-box .uc-para {
  width: 100%;
}

.us-page--about .uc-sec-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg-fold-about.jpg") no-repeat top center;
  z-index: -1;
}

.us-page--about .uc-fold-box {
  padding-top: 53px;
  padding-bottom: 68px;
}

@media (max-width: 1024px) {
  .us-page--about .uc-fold-box {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

@media (max-width: 768px) {
  .us-page--about .uc-fold-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.us-page--about .uc-fold-box .uc-heading h2 {
  line-height: 85px;
}

@media (max-width: 1024px) {
  .us-page--about .uc-fold-box .uc-heading h2 {
    line-height: 79px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .us-page--about .uc-fold-box .uc-heading h2 {
    font-size: 51px;
    line-height: 63px;
  }
}

@media (max-width: 480px) {
  .us-page--about .uc-fold-box .uc-heading h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 380px) {
  .us-page--about .uc-fold-box .uc-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.us-page--about .uc-fold-box .uc-heading {
  margin-bottom: 75px;
}

@media (max-width: 1024px) {
  .us-page--about .uc-fold-box .uc-heading {
    margin-bottom: 28px;
  }
}

.us-page--about .uc-sec-testi {
  padding: 120px 0 0;
}

@media (max-width: 768px) {
  .us-page--about .uc-sec-testi {
    padding: 40px 0 0;
  }
}

.uc-connect {
  margin-bottom: 107px;
}

.uc-connect__top {
  text-align: center;
  margin-bottom: 94px;
}

@media (max-width: 1024px) {
  .uc-connect {
    margin-bottom: 0;
  }
}

.uc-connect .uc-connect__bottom-top {
  overflow: hidden;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .uc-connect .uc-connect__bottom-top {
    margin-bottom: 0;
  }
}

.uc-connect-item {
  float: left;
  width: 22.9166666667%;
  margin-right: 2.7777777778%;
}

.uc-connect-item:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .uc-connect-item:last-child {
    margin-right: 6.6371681416%;
  }
}

@media (max-width: 1024px) {
  .uc-connect-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (max-width: 1024px) {
  .uc-connect-item {
    width: 46.6814159292%;
    margin-bottom: 7%;
    margin-right: 6.6371681416%;
  }
}

.uc-connect img {
  display: block;
}

@media (max-width: 1024px) {
  .uc-connect img {
    width: 100%;
  }
}

.uc-connect .uc-connect__bottom-bottom {
  overflow: hidden;
}

.uc-connect__bottom-bottom .uc-connect-item {
  width: 48.6111111111%;
}

.uc-connect__bottom-bottom .uc-connect-item:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .uc-connect__bottom-bottom .uc-connect-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 1024px) {
  .uc-connect__bottom-bottom .uc-connect-item {
    width: 100%;
    margin-right: 0;
  }
}

.uc-connect + .uc-btn {
  margin-left: 59px;
  margin-top: 105px;
}

.uc-sec-cmp-connect {
  padding: 120px 0 130px;
  background-image: url(../images/grid-1.png);
  background-repeat: repeat;
  background-position: top center;
}

@media (max-width: 1024px) {
  .uc-sec-cmp-connect {
    padding: 80px 0 90px;
  }
}

@media (max-width: 768px) {
  .uc-sec-cmp-connect {
    padding: 40px 0 50px;
  }
}

.uc-sec-cmp-connect .uc-heading {
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .uc-sec-cmp-connect .uc-heading {
    margin-bottom: 35px;
  }
}

@media (max-width: 1024px) {
  .uc-sec-cmp-connect .uc-heading h2 {
    text-align: center;
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .uc-sec-cmp-connect .uc-btn {
    display: none;
  }
}

.uc-sec-cmp-connect .uc-btn .btn {
  width: 421px;
}

.uc-profile-card {
  background-color: #3a4270;
  padding: 10px;
  height: 463px;
  display: inline-block;
  -webkit-box-shadow: 0px 63px 90px 0px rgba(29, 31, 50, 0.5);
          box-shadow: 0px 63px 90px 0px rgba(29, 31, 50, 0.5);
  width: 240px;
}

@media (max-width: 1024px) {
  .uc-profile-card {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 530px;
    margin-left: 20px;
    padding: 20px 10px;
  }
}

@media (max-width: 650px) {
  .uc-profile-card {
    max-width: 100%;
    width: 90%;
  }
}

@media (max-width: 480px) {
  .uc-profile-card {
    display: block;
    padding: 20px;
    margin: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .uc-profile-card__photo {
    margin-right: 20px;
    position: relative;
    left: -30px;
  }
}

@media (max-width: 650px) {
  .uc-profile-card__photo {
    max-width: 130px;
    margin-right: 0;
  }
}

@media (max-width: 480px) {
  .uc-profile-card__photo {
    left: 0;
    max-width: 100%;
  }
}

.uc-profile-card__photo img {
  max-width: initial;
}

@media (max-width: 1024px) {
  .uc-profile-card__photo img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .uc-profile-card__photo img {
    width: 100%;
    margin-top: -40px;
  }
}

.uc-profile-card__social {
  margin-top: 17px;
  margin-left: 26px;
}

@media (max-width: 1024px) {
  .uc-profile-card__social {
    margin-left: 0;
    margin-top: 70px;
  }
}

@media (max-width: 650px) {
  .uc-profile-card__social {
    margin-top: 25px;
  }
}

.uc-profile-card__social ul,
.uc-profile-card__social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uc-profile-card__social li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 20px;
}

@media (max-width: 1024px) {
  .uc-profile-card__social li {
    max-width: 100%;
    margin-right: 30px;
  }
}

.uc-profile-card__social li:last-child {
  margin-right: 0;
}

.uc-profile-card__desig {
  margin-left: 26px;
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .uc-profile-card__desig {
    margin-top: 0;
    margin-left: 0;
  }
}

.uc-profile-card__desig p {
  color: #61e3ff;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-size: 17px;
  line-height: 23px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .uc-profile-card__desig p {
    color: #61e3ff !important;
  }
}

@media (max-width: 650px) {
  .uc-profile-card__desig p {
    font-size: 14px;
  }
}

.uc-profile-card__desig p strong {
  font-size: 30px;
  color: #fff;
  line-height: 42px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .uc-profile-card__desig p strong {
    width: 100%;
    display: block;
    color: #fff;
  }
}

@media (max-width: 650px) {
  .uc-profile-card__desig p strong {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 32px;
  }
}

.uc-facts {
  margin-top: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #636fd0;
}

@media (max-width: 1024px) {
  .uc-facts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 90px;
  }
}

@media (max-width: 768px) {
  .uc-facts {
    margin-top: 50px;
  }
}

@media (max-width: 560px) {
  .uc-facts {
    padding: 15px 0;
  }
}

.uc-facts__item {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 171px;
}

.uc-facts__item:after {
  content: "";
  width: 1px;
  height: 45px;
  background-color: #2634ae;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22.5px;
}

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

.uc-facts__item:last-child:after {
  display: none;
}

@media (max-width: 1024px) {
  .uc-facts__item {
    width: 50%;
  }
}

@media (max-width: 560px) {
  .uc-facts__item {
    padding: 15px;
    display: block;
    text-align: center;
    height: auto;
  }
}

.uc-facts__ico {
  margin-right: 19px;
}

@media (max-width: 1024px) {
  .uc-facts__ico {
    margin-right: 30px;
  }
}

@media (max-width: 560px) {
  .uc-facts__ico {
    margin-right: 0;
    margin-bottom: 10px;
    height: 80px;
    vertical-align: middle;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 560px) {
  .uc-facts__ico img {
    max-width: 50%;
  }
}

.uc-facts__desc p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Public Sans", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

@media (max-width: 480px) {
  .uc-facts__desc p {
    font-size: 16px;
    line-height: 21px;
  }
}

.uc-facts__desc p strong {
  color: #fff;
  font-size: 42px;
  line-height: 34px;
  font-family: "Gilroy", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
}

@media (max-width: 1024px) {
  .uc-facts__desc p strong {
    display: block;
    margin-bottom: 5px;
  }
}

@media (max-width: 480px) {
  .uc-facts__desc p strong {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .uc-sec-testi .uc-heading h2 {
    text-align: center;
    max-width: 100%;
  }
}

.uc-fold--contact {
  min-height: 1487px;
}

.uc-fold--contact .uc-sec-bg {
  position: absolute;
  top: -40px;
  width: 100%;
  height: 100%;
  background: url("../images/bg-fold-about.jpg") no-repeat top center;
  z-index: -1;
}

.uc-fold--contact .uc-fold-box {
  padding-top: 55px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto 225px;
}

.uc-fold--contact .uc-fold-box .uc-para {
  width: 100%;
  max-width: 845px;
  margin: 0 auto;
}

.uc-fold--contact .uc-fold-box .uc-para p {
  color: #9999cc;
  font-size: 22px;
}

@media (max-width: 1024px) {
  .uc-fold--contact .uc-fold-box .uc-para p {
    font-size: 30px;
    line-height: 47px;
    color: #fff;
    font-weight: 400;
  }
}

@media (max-width: 650px) {
  .uc-fold--contact .uc-fold-box .uc-para p {
    font-size: 24px;
    line-height: 34px;
  }
}

@media (max-width: 480px) {
  .uc-fold--contact .uc-fold-box .uc-para p {
    font-size: 18px;
    line-height: 29px;
  }
}

.uc-fold--contact .uc-fold-box .uc-sec__bottom {
  overflow: initial;
}

@media (max-width: 1024px) {
  .uc-fold--contact .uc-fold-box {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 130px;
    padding-bottom: 27px;
    padding-top: 65px;
  }
}

@media (max-width: 768px) {
  .uc-fold--contact .uc-fold-box {
    padding-bottom: 47px;
    margin-bottom: 90px;
  }
}

@media (max-width: 650px) {
  .uc-fold--contact .uc-fold-box {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 560px) {
  .uc-fold--contact .uc-fold-box {
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 80px;
  }
}

@media (max-width: 480px) {
  .uc-fold--contact .uc-fold-box {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.uc-fold--contact .container {
  overflow: initial;
}

.us-page--contact .uc-fold .uc-heading {
  margin-top: 0;
}

.us-page--contact .uc-fold-box .uc-heading {
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  .us-page--contact .uc-fold-box .uc-heading {
    margin-bottom: 28px;
  }
}

.uc-cu-map {
  text-align: center;
  padding: 0 0 145px;
}

@media (max-width: 1024px) {
  .uc-cu-map {
    padding-bottom: 117px;
  }
}

.uc-cu-map .uc-heading {
  margin-bottom: 75px;
}

@media (max-width: 1024px) {
  .uc-cu-map .uc-heading {
    margin-bottom: 50px;
  }
}

@media (max-width: 650px) {
  .uc-cu-map .uc-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .uc-cu-map .uc-heading h2 {
    text-align: center;
    max-width: 100%;
  }
}

.uc-cu-map .uc-map__item {
  float: left;
  width: 48.5416666667%;
}

@media (max-width: 1024px) {
  .uc-cu-map .uc-map__item {
    width: 100%;
    float: none;
    margin-bottom: 70px;
  }
  .uc-cu-map .uc-map__item:last-child {
    margin-bottom: 0;
  }
  .uc-cu-map .uc-map__item img {
    display: block;
    width: 100%;
  }
}

@media (max-width: 650px) {
  .uc-cu-map .uc-map__item {
    margin-bottom: 40px;
  }
}

.uc-cu-map .uc-heading + .uc-map__item {
  margin-right: 2.7777777778%;
}

@media (max-width: 1024px) {
  .uc-cu-map .uc-heading + .uc-map__item {
    margin-right: 0;
  }
}

[class*="--mob"] {
  display: none;
}

@media (max-width: 1100px) {
  .uc-menu ul {
    padding-left: 0;
  }
  .uc-menu li {
    margin: 0 40px 0 0;
  }
  .uc-menu a {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .hamburger {
    padding-left: 0;
    padding-right: 0;
  }
  .hamburger-inner:before {
    top: -20px;
  }
  .hamburger-box,
  .hamburger-inner,
  .hamburger-inner:after,
  .hamburger-inner:before {
    width: 53px;
  }
  .hamburger--emphatic .hamburger-inner:after,
  .hamburger-inner:after {
    bottom: -20px;
    top: auto;
  }
  .uc-header .container {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  [class*="--des"] {
    display: none !important;
  }
  [class*="--mob"] {
    display: block;
  }
  .uc-header.uc-fixed.uc-sticky.fixed {
    margin-top: 0;
  }
  .uc-header.uc-sticky .uc-col-2-10 .uc-right {
    height: 78px;
  }
  .uc-logo a {
    display: block;
  }
  .uc-wp-desc .uc-left {
    padding-right: 0;
  }
  .uc-wp-desc .uc-right {
    padding-left: 0;
  }
  .uc-header .uc-btn {
    display: none;
  }
  .uc-sec-1 .uc-left,
  .uc-sec-1 .uc-right {
    width: 100%;
  }
  .uc-sec-1 .uc-left {
    margin-bottom: 0;
  }
  .uc-sec-1 .uc-btn {
    margin-top: 80px;
  }
  .uc-heading {
    margin-bottom: 60px;
  }
  .uc-fold--work .uc-fold-box {
    height: auto;
  }
  .us-page--about .uc-fold .uc-heading {
    margin-top: 0;
  }
  .uc-fold-box .uc-left {
    margin-bottom: 45px;
  }
  .uc-fold-box .uc-left,
  .uc-fold-box .uc-right {
    width: 100%;
    float: none;
  }
  .uc-fold-box .uc-para {
    width: 100%;
  }
  .uc-connect__top {
    margin-bottom: 60px;
  }
  .uc-banner-cta--l2 {
    margin-top: 60px;
  }
  .us-page--about .uc-carousel--testi {
    margin-bottom: 70px;
  }
  .uc-fold--capabilities {
    height: auto;
  }
  .page--capabilities .uc-gsie {
    margin: 0;
  }
  .page--capabilities .uc-gsie .uc-gsie__item {
    margin-bottom: 0;
  }
  .uc-tiles__tile {
    height: auto;
  }
  .uc-grgyb .uc-btn {
    margin-top: 80px;
  }
  .uc-sec-1 .uc-heading h2 br {
    display: none;
  }
  .page-capabilities .uc-gsie {
    margin-top: 0;
  }
  .uc-footer .btn,
  .btn--large,
  .uc-fold-box--theme-2 .btn {
    font-size: 18px;
    width: auto;
    padding: 30px 40px;
  }
  .uc-hhwch--theme-2 .uc-tiles__tile--layout-3,
  .uc-tiles__tile--layout-3 {
    width: 100%;
    float: none;
  }
  .uc-tiles__tile--layout-3.uc-tiles__tile {
    height: auto;
  }
  .uc-hhwch--theme-2 .uc-tiles__tile--layout-3 .uc-tiles__tile-text {
    margin-bottom: 0;
    min-height: 10px;
  }
  .uc-grgyb .uc-para {
    width: 100%;
  }
  .uc-banner-cta--l1 .uc-left,
  .uc-banner-cta--l1 .uc-right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .uc-banner-cta .uc-g-arrow {
    display: none;
  }
  .uc-footer {
    padding-bottom: 102px;
  }
  .uc-footer .container:first-child + div {
    height: auto;
  }
  .uc-footer .uc-left,
  .uc-footer .uc-right,
  .uc-footer .uc-col-2-10 .uc-right,
  .uc-footer .uc-col-2-10 .uc-left,
  .uc-footer .uc-btn,
  .uc-footer .uc-menu {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }
  .uc-footer .uc-menu {
    display: none;
  }
  .uc-footer .uc-menu nav {
    display: inline-block;
  }
  .uc-footer .uc-logo {
    display: inline-block;
  }
  .uc-footer .container:first-child + div {
    display: block;
  }
  .uc-footer .container:first-child + div .uc-right {
    margin-top: 102px;
    font-size: 0;
  }
  .uc-sicon {
    float: none;
    display: inline-block;
  }
  .uc-sicon ul {
    padding-left: 0;
  }
  .uc-footer .uc-menu a {
    font-size: 16px;
  }
  .uc-header .uc-menu,
  .uc-header .uc-menu + .uc-btn {
    display: none;
  }
  .uc-mob-menu-btn {
    display: block;
    font-size: 0;
  }
  .uc-header .uc-col-2-10 .uc-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .uc-menu li {
    margin-right: 20px;
  }
  .uc-header .btn {
    width: 200px;
    padding: 20px 0;
    font-size: 14px;
  }
  .page--capabilities .uc-tiles__tile--layout-2 {
    width: 100%;
    padding-bottom: 0;
  }
  .uc-wp-btm-nav > div.uc-right,
  .uc-wp-btm-nav > div.uc-left {
    width: 100%;
    max-width: 545px;
    float: none;
    margin: 0 auto 50px;
  }
  .uc-blog-left,
  .uc-blog-right {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .uc-blog-row {
    margin-bottom: 40px;
  }
  .uc-blog-right {
    margin-bottom: 0;
  }
  .uc-blog-row--col3 > div:last-child,
  .uc-blog-row--col3 > div {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
  .uc-blog-row--col3 > div:last-child {
    float: left;
  }
  .uc-blog-row--col3 > div:nth-child(2n) {
    margin-right: 0;
  }
  .uc-blog-row--col3 > div .uc-btn {
    margin-top: 48px;
  }
  .uc-blog-list {
    left: 0;
    padding: 0 20px;
  }
  .uc-blog-card__img img {
    width: 100%;
  }
}

@media (max-width: 860px) {
  .uc-tiles-img-shadow {
    -webkit-box-shadow: 10px 10px 0px #3a4270;
            box-shadow: 10px 10px 0px #3a4270;
  }
  .uc-tiles--col-2 .uc-tiles__tile .uc-tiles__tile-text p br {
    display: none;
  }
  .uc-footer .btn,
  .btn--large,
  .uc-fold-box--theme-2 .btn {
    font-size: 16px;
  }
  .uc-grgyb .uc-para:before {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .uc-hhwch__item:last-child,
  .uc-hhwch__item {
    width: 100%;
    height: auto;
  }
  .uc-hhwch__item {
    float: none;
  }
  .uc-tiles__tile-title h5 {
    font-size: 26px;
    line-height: 30px;
  }
  .uc-tiles__tile--layout-3 .uc-tiles__tile-text {
    min-height: 10px;
  }
  .uc-hhwch__item:last-child {
    margin-bottom: 0;
  }
  .uc-grgyb .uc-left,
  .uc-grgyb .uc-right {
    width: 100%;
    float: none;
  }
  .uc-grgyb .uc-btn {
    margin-top: 40px;
  }
  .uc-grgyb .uc-heading {
    margin-bottom: 25px;
  }
  .btn--fd span {
    margin-right: 15px;
  }
  .btn {
    font-size: 14px;
  }
  .btn--fd {
    padding: 8px 0;
  }
  .uc-fold-box--theme-2 .uc-sec__top,
  .uc-fold-box--theme-2 .uc-sec__bottom {
    width: 100%;
  }
  .uc-fold-box--theme-2:after {
    opacity: 0.1;
  }
  .uc-heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 540px) {
  .uc-header .uc-col-2-10 .uc-right,
  .uc-header .uc-col-2-10 .uc-left {
    width: 50%;
  }
  .uc-footer {
    padding-bottom: 96px;
  }
  .uc-footer .container:first-child + div .uc-right {
    margin-top: 96px;
  }
}

@media (max-width: 479px) {
  .uc-header .uc-col-2-10 .uc-left {
    width: 50%;
  }
  .uc-fold-box--theme-2 .btn,
  .uc-footer .btn,
  .btn--large {
    font-size: 12px;
    padding: 15px 25px;
  }
  .uc-tiles__tile-title h5 {
    font-size: 16px;
    line-height: 18px;
  }
  .btn {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px;
  }
}
