/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

:root {
  --primary-color: #003976;
  --primary-color-rgb: 11, 49, 119;
  --primary-hover-color: #071d48;
  --secondary-color: #d5810d;
  --secondary-color-rgb: 220, 40, 30;
  --tertiary-color: #444; 
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: bolder;
}

code,kbd,samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,input {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,[type="button"],[type="reset"],[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?xepm8t');
  src:  url('../fonts/icomoon.eot?xepm8t#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?xepm8t') format('truetype'),
    url('../fonts/icomoon.woff?xepm8t') format('woff'),
    url('../fonts/icomoon.svg?xepm8t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"],.link-more:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok1:before {
  content: "\e900";
}
.icon-case:before {
  content: "\e901";
}
.icon-speaker:before {
  content: "\e902";
}
.icon-envelope:before {
  content: "\e903";
}
.icon-medium:before {
  content: "\e905";
}
.icon-chevron-thin-right:before {
  content: "\e907";
}
.icon-search:before {
  content: "\e908";
}
.icon-alert:before {
  content: "\e909";
}
.icon-phone:before {
  content: "\e90a";
}
.icon-email:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e91c";
}
.icon-youtube:before {
  content: "\e91d";
}
.icon-snapchat:before {
  content: "\e91e";
}
.icon-instagram:before {
  content: "\e923";
}
.icon-twitter:before {
  content: "\e933";
}
.icon-tiktok:before {
  content: "\e906";
}
.icon-x:before {
  content: "\e955";
}
.icon-gettr:before {
  content: "\e922";
}
.icon-truth:before {
  content: "\e93b";
}
.icon-bluesky:before {
  content: "\e904";
}

.custombox-content,.custombox-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}

.custombox-overlay {
  z-index: 9997;
  opacity: 0;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-property: opacity;
}

.custombox-content {
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: stretch;
}

.custombox-lock {
  overflow: hidden;
}

.custombox-reference {
  display: none;
}

.custombox-content {
  overflow-y: auto;
}

.custombox-content>* {
  max-width: 100%;
  max-height: 95%;
}

.custombox-fullscreen.custombox-content {
  justify-content: flex-start;
  align-items: stretch;
}

.custombox-fullscreen.custombox-content>* {
  width: 100%;
  max-height: 100%;
}

.custombox-y-top {
  align-items: baseline;
}

.custombox-x-left {
  align-items: flex-start;
}

.custombox-y-center {
  align-items: center;
}

.custombox-y-bottom {
  align-items: flex-end;
}

.custombox-x-center {
  justify-content: center;
}

.custombox-x-right {
  justify-content: flex-end;
}

.custombox-perspective,.custombox-perspective body {
  perspective: 600px;
  height: 100%;
  overflow: hidden;
}

.custombox-perspective .custombox-container {
  overflow: hidden;
  height: 100%;
}

@-webkit-keyframes fadeIn {
  from {
    transform: scale(.7);
    transition-property: all;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    transform: scale(.7);
    transition-property: all;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(.7);
    transition-property: all;
  }
}

@keyframes fadeOut {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(.7);
    transition-property: all;
  }
}

.custombox-fadein.custombox-content {
  opacity: 0;
}

.custombox-fadein.custombox-content.custombox-open {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-fadein.custombox-content.custombox-close {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutTop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes slideOutTop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideOutBottom {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes slideOutBottom {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes slideOutRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

.custombox-slide.custombox-content,.custombox-letmein.custombox-content,.custombox-makeway.custombox-content,.custombox-slip.custombox-content,.custombox-push.custombox-content,.custombox-contentscale.custombox-content {
  transform: translateX(-100%);
}

.custombox-slide.custombox-content.custombox-open.custombox-top,.custombox-letmein.custombox-content.custombox-open.custombox-top,.custombox-makeway.custombox-content.custombox-open.custombox-top,.custombox-slip.custombox-content.custombox-open.custombox-top,.custombox-push.custombox-content.custombox-open.custombox-top,.custombox-contentscale.custombox-content.custombox-open.custombox-top {
  -webkit-animation-name: slideInTop;
  animation-name: slideInTop;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slide.custombox-content.custombox-open.custombox-bottom,.custombox-letmein.custombox-content.custombox-open.custombox-bottom,.custombox-makeway.custombox-content.custombox-open.custombox-bottom,.custombox-slip.custombox-content.custombox-open.custombox-bottom,.custombox-push.custombox-content.custombox-open.custombox-bottom,.custombox-contentscale.custombox-content.custombox-open.custombox-bottom {
  -webkit-animation-name: slideInBottom;
  animation-name: slideInBottom;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slide.custombox-content.custombox-open.custombox-left,.custombox-letmein.custombox-content.custombox-open.custombox-left,.custombox-makeway.custombox-content.custombox-open.custombox-left,.custombox-slip.custombox-content.custombox-open.custombox-left,.custombox-push.custombox-content.custombox-open.custombox-left,.custombox-contentscale.custombox-content.custombox-open.custombox-left {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slide.custombox-content.custombox-open.custombox-right,.custombox-letmein.custombox-content.custombox-open.custombox-right,.custombox-makeway.custombox-content.custombox-open.custombox-right,.custombox-slip.custombox-content.custombox-open.custombox-right,.custombox-push.custombox-content.custombox-open.custombox-right,.custombox-contentscale.custombox-content.custombox-open.custombox-right {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slide.custombox-content.custombox-close.custombox-top,.custombox-letmein.custombox-content.custombox-close.custombox-top,.custombox-makeway.custombox-content.custombox-close.custombox-top,.custombox-slip.custombox-content.custombox-close.custombox-top,.custombox-push.custombox-content.custombox-close.custombox-top,.custombox-contentscale.custombox-content.custombox-close.custombox-top {
  -webkit-animation-name: slideOutTop;
  animation-name: slideOutTop;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slide.custombox-content.custombox-close.custombox-bottom,.custombox-letmein.custombox-content.custombox-close.custombox-bottom,.custombox-makeway.custombox-content.custombox-close.custombox-bottom,.custombox-slip.custombox-content.custombox-close.custombox-bottom,.custombox-push.custombox-content.custombox-close.custombox-bottom,.custombox-contentscale.custombox-content.custombox-close.custombox-bottom {
  -webkit-animation-name: slideOutBottom;
  animation-name: slideOutBottom;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slide.custombox-content.custombox-close.custombox-left,.custombox-letmein.custombox-content.custombox-close.custombox-left,.custombox-makeway.custombox-content.custombox-close.custombox-left,.custombox-slip.custombox-content.custombox-close.custombox-left,.custombox-push.custombox-content.custombox-close.custombox-left,.custombox-contentscale.custombox-content.custombox-close.custombox-left {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slide.custombox-content.custombox-close.custombox-right,.custombox-letmein.custombox-content.custombox-close.custombox-right,.custombox-makeway.custombox-content.custombox-close.custombox-right,.custombox-slip.custombox-content.custombox-close.custombox-right,.custombox-push.custombox-content.custombox-close.custombox-right,.custombox-contentscale.custombox-content.custombox-close.custombox-right {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes newspaperIn {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@keyframes newspaperIn {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }

  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes newspaperOut {
  from {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  to {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
}

@keyframes newspaperOut {
  from {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }

  to {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
}

.custombox-newspaper.custombox-content {
  opacity: 0;
}

.custombox-newspaper.custombox-content.custombox-open {
  -webkit-animation-name: newspaperIn;
  animation-name: newspaperIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-newspaper.custombox-content.custombox-close {
  -webkit-animation-name: newspaperOut;
  animation-name: newspaperOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes fallIn {
  from {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }

  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes fallIn {
  from {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }

  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes fallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
}

@keyframes fallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
}

.custombox-fall.custombox-content {
  opacity: 0;
}

.custombox-fall.custombox-content.custombox-open {
  -webkit-animation-name: fallIn;
  animation-name: fallIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-fall.custombox-content.custombox-close {
  -webkit-animation-name: fallOut;
  animation-name: fallOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes sidefallIn {
  from {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }

  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }
}

@keyframes sidefallIn {
  from {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }

  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes sidefallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
}

@keyframes sidefallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
}

.custombox-sidefall.custombox-content {
  opacity: 0;
}

.custombox-sidefall.custombox-content.custombox-open {
  -webkit-animation-name: sidefallIn;
  animation-name: sidefallIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-sidefall.custombox-content.custombox-close {
  -webkit-animation-name: sidefallOut;
  animation-name: sidefallOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes blurInTop {
  from {
    transform: translateY(-5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes blurInTop {
  from {
    transform: translateY(-5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes blurOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-5%);
    opacity: 0;
  }
}

@keyframes blurOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-5%);
    opacity: 0;
  }
}

@-webkit-keyframes blurInBottom {
  from {
    transform: translateY(5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes blurInBottom {
  from {
    transform: translateY(5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes blurOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(5%);
    opacity: 0;
  }
}

@keyframes blurOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(5%);
    opacity: 0;
  }
}

@-webkit-keyframes blurInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes blurInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes blurOutRight {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateX(5%);
    opacity: 0;
  }
}

@keyframes blurOutRight {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateX(5%);
    opacity: 0;
  }
}

@-webkit-keyframes blurInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes blurInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes blurOutLeft {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateX(-5%);
    opacity: 0;
  }
}

@keyframes blurOutLeft {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateX(-5%);
    opacity: 0;
  }
}

@-webkit-keyframes blurInContainer {
  from {
    filter: blur(0);
  }

  to {
    filter: blur(3px);
  }
}

@keyframes blurInContainer {
  from {
    filter: blur(0);
  }

  to {
    filter: blur(3px);
  }
}

@-webkit-keyframes blurOutContainer {
  from {
    filter: blur(3px);
  }

  to {
    filter: blur(0);
  }
}

@keyframes blurOutContainer {
  from {
    filter: blur(3px);
  }

  to {
    filter: blur(0);
  }
}

.custombox-blur.custombox-content {
  opacity: 0;
}

.custombox-blur.custombox-content.custombox-open.custombox-top {
  -webkit-animation-name: blurInTop;
  animation-name: blurInTop;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-open.custombox-bottom {
  -webkit-animation-name: blurInBottom;
  animation-name: blurInBottom;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-open.custombox-left {
  -webkit-animation-name: blurInLeft;
  animation-name: blurInLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-open.custombox-right {
  -webkit-animation-name: blurInRight;
  animation-name: blurInRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-top {
  -webkit-animation-name: blurOutTop;
  animation-name: blurOutTop;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-bottom {
  -webkit-animation-name: blurOutBottom;
  animation-name: blurOutBottom;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-right {
  -webkit-animation-name: blurOutRight;
  animation-name: blurOutRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-content.custombox-close.custombox-left {
  -webkit-animation-name: blurOutLeft;
  animation-name: blurOutLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-container {
  -webkit-animation-name: blurOutContainer;
  animation-name: blurOutContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-blur.custombox-container.custombox-open {
  -webkit-animation-name: blurInContainer;
  animation-name: blurInContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes flipInTop {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInTop {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutTop {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
}

@keyframes flipOutTop {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
}

@-webkit-keyframes flipInBottom {
  from {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInBottom {
  from {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutBottom {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
}

@keyframes flipOutBottom {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
}

@-webkit-keyframes flipInRight {
  from {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInRight {
  from {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutRight {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
}

@keyframes flipOutRight {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
}

@-webkit-keyframes flipInLeft {
  from {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInLeft {
  from {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }

  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipOutLeft {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
}

@keyframes flipOutLeft {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
}

.custombox-flip.custombox-content {
  opacity: 0;
}

.custombox-flip.custombox-content.custombox-open.custombox-top {
  -webkit-animation-name: flipInTop;
  animation-name: flipInTop;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-open.custombox-bottom {
  -webkit-animation-name: flipInBottom;
  animation-name: flipInBottom;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-open.custombox-right {
  -webkit-animation-name: flipInRight;
  animation-name: flipInRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-open.custombox-left {
  -webkit-animation-name: flipInLeft;
  animation-name: flipInLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-top {
  -webkit-animation-name: flipOutTop;
  animation-name: flipOutTop;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-bottom {
  -webkit-animation-name: flipOutBottom;
  animation-name: flipOutBottom;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-right {
  -webkit-animation-name: flipOutRight;
  animation-name: flipOutRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flip.custombox-content.custombox-close.custombox-left {
  -webkit-animation-name: flipOutLeft;
  animation-name: flipOutLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes signIn {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }

  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@keyframes signIn {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }

  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes signOut {
  from {
    transform: rotateX(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
}

@keyframes signOut {
  from {
    transform: rotateX(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
}

.custombox-sign {
  perspective: 1300px;
}

.custombox-sign.custombox-content {
  opacity: 0;
}

.custombox-sign.custombox-content.custombox-open {
  -webkit-animation-name: signIn;
  animation-name: signIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-sign.custombox-content.custombox-close {
  -webkit-animation-name: signOut;
  animation-name: signOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes superscaledIn {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes superscaledIn {
  from {
    transform: scale(2);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes superscaledOut {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2);
  }
}

@keyframes superscaledOut {
  from {
    transform: scale(1);
    opacity: 1;
  }

  to {
    transform: scale(2);
  }
}

.custombox-superscaled.custombox-content {
  opacity: 0;
}

.custombox-superscaled.custombox-content.custombox-open {
  -webkit-animation-name: superscaledIn;
  animation-name: superscaledIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-superscaled.custombox-content.custombox-close {
  -webkit-animation-name: superscaledOut;
  animation-name: superscaledOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes slitIn {
  0% {
    transform: translateZ(-3000px) rotateY(90deg);
  }

  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes slitIn {
  0% {
    transform: translateZ(-3000px) rotateY(90deg);
  }

  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes slitOut {
  0% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }

  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
}

@keyframes slitOut {
  0% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }

  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
}

.custombox-slit.custombox-content {
  opacity: 0;
  transform-style: preserve-3d;
}

.custombox-slit.custombox-content.custombox-open {
  -webkit-animation-name: slitIn;
  animation-name: slitIn;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slit.custombox-content.custombox-close {
  -webkit-animation-name: slitOut;
  animation-name: slitOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes rotateIn {
  from {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }

  to {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }

  to {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes rotateOut {
  from {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
}

@keyframes rotateOut {
  from {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }

  to {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
}

.custombox-rotate {
  perspective: 2300px;
}

.custombox-rotate.custombox-content {
  transform: translateY(-100%);
}

.custombox-rotate.custombox-content.custombox-open {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-rotate.custombox-content.custombox-close {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes letmeinBottomOverlay {
  to {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}

@keyframes letmeinBottomOverlay {
  to {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes letmeinOutBottomOverlay {
  from {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

@keyframes letmeinOutBottomOverlay {
  from {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes letmeinLeftOverlay {
  to {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}

@keyframes letmeinLeftOverlay {
  to {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes letmeinOutLeftOverlay {
  from {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

@keyframes letmeinOutLeftOverlay {
  from {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes letmeinRightOverlay {
  to {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}

@keyframes letmeinRightOverlay {
  to {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes letmeinOutRightOverlay {
  from {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

@keyframes letmeinOutRightOverlay {
  from {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes letmeinTopOverlay {
  to {
    transform: rotateX(2deg);
    transform-origin: 0 50%;
    transform-style: preserve-3d;
  }
}

@keyframes letmeinTopOverlay {
  to {
    transform: rotateX(2deg);
    transform-origin: 0 50%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes letmeinOutTopOverlay {
  from {
    transform: rotateX(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

@keyframes letmeinOutTopOverlay {
  from {
    transform: rotateX(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }

  to {
    opacity: 0;
  }
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-top {
  -webkit-animation-name: letmeinTopOverlay;
  animation-name: letmeinTopOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom {
  -webkit-animation-name: letmeinBottomOverlay;
  animation-name: letmeinBottomOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-left {
  -webkit-animation-name: letmeinLeftOverlay;
  animation-name: letmeinLeftOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-open.custombox-right {
  -webkit-animation-name: letmeinRightOverlay;
  animation-name: letmeinRightOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-top {
  -webkit-animation-name: letmeinOutTopOverlay;
  animation-name: letmeinOutTopOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom {
  -webkit-animation-name: letmeinOutBottomOverlay;
  animation-name: letmeinOutBottomOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-left {
  -webkit-animation-name: letmeinOutLeftOverlay;
  animation-name: letmeinOutLeftOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-letmein.custombox-overlay.custombox-close.custombox-right {
  -webkit-animation-name: letmeinOutRightOverlay;
  animation-name: letmeinOutRightOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes makewayInContainer {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(-200px);
  }
}

@keyframes makewayInContainer {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    transform: translateZ(-200px);
  }
}

@-webkit-keyframes makewayOutContainer {
  0% {
    transform: translateZ(-200px);
  }

  50% {
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    opacity: 0;
  }
}

@keyframes makewayOutContainer {
  0% {
    transform: translateZ(-200px);
  }

  50% {
    transform: translateZ(-50px) rotateY(5deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes makewayInTop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes makewayInTop {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes makewayOutTop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes makewayOutTop {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes makewayInBottom {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes makewayInBottom {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateY(0);
  }
}

@-webkit-keyframes makewayOutBottom {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes makewayOutBottom {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes makewayInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes makewayInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes makewayOutLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes makewayOutLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes makewayInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes makewayInRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

@-webkit-keyframes makewayOutRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes makewayOutRight {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(100%);
  }
}

.custombox-makeway.custombox-overlay {
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}

.custombox-makeway.custombox-overlay.custombox-open {
  -webkit-animation-name: makewayInContainer;
  animation-name: makewayInContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-makeway.custombox-overlay.custombox-close {
  -webkit-animation-name: makewayOutContainer;
  animation-name: makewayOutContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-makeway.custombox-container {
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}

.custombox-makeway.custombox-container.custombox-open {
  -webkit-animation-name: makewayInContainer;
  animation-name: makewayInContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-makeway.custombox-container.custombox-close {
  -webkit-animation-name: makewayOutContainer;
  animation-name: makewayOutContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes slipTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slipOutTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipOutTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slipRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slipOutRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipOutRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slipBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slipOutBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipOutBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slipLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@-webkit-keyframes slipOutLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

@keyframes slipOutLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}

.custombox-slip.custombox-overlay.custombox-open.custombox-top {
  -webkit-animation-name: slipTopOverlay;
  animation-name: slipTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-open.custombox-bottom {
  -webkit-animation-name: slipBottomOverlay;
  animation-name: slipBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-open.custombox-left {
  -webkit-animation-name: slipLeftOverlay;
  animation-name: slipLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-open.custombox-right {
  -webkit-animation-name: slipRightOverlay;
  animation-name: slipRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-top {
  -webkit-animation-name: slipOutTopOverlay;
  animation-name: slipOutTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-bottom {
  -webkit-animation-name: slipOutBottomOverlay;
  animation-name: slipOutBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-left {
  -webkit-animation-name: slipOutLeftOverlay;
  animation-name: slipOutLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-overlay.custombox-close.custombox-right {
  -webkit-animation-name: slipOutRightOverlay;
  animation-name: slipOutRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-top {
  -webkit-animation-name: slipTopOverlay;
  animation-name: slipTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-bottom {
  -webkit-animation-name: slipBottomOverlay;
  animation-name: slipBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-left {
  -webkit-animation-name: slipLeftOverlay;
  animation-name: slipLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-open.custombox-right {
  -webkit-animation-name: slipRightOverlay;
  animation-name: slipRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-top {
  -webkit-animation-name: slipOutTopOverlay;
  animation-name: slipOutTopOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-bottom {
  -webkit-animation-name: slipOutBottomOverlay;
  animation-name: slipOutBottomOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-left {
  -webkit-animation-name: slipOutLeftOverlay;
  animation-name: slipOutLeftOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slip.custombox-container.custombox-close.custombox-right {
  -webkit-animation-name: slipOutRightOverlay;
  animation-name: slipOutRightOverlay;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes cornerInOverlay {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }

  to {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
}

@keyframes cornerInOverlay {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }

  to {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
}

@-webkit-keyframes cornerOutOverlay {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
  }

  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}

@keyframes cornerOutOverlay {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
  }

  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}

@-webkit-keyframes cornerInContent {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }

  to {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
}

@keyframes cornerInContent {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }

  to {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
}

@-webkit-keyframes cornerOutContent {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }

  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}

@keyframes cornerOutContent {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }

  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}

.custombox-corner.custombox-overlay.custombox-open {
  -webkit-animation-name: cornerInOverlay;
  animation-name: cornerInOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-corner.custombox-overlay.custombox-close {
  -webkit-animation-name: cornerOutOverlay;
  animation-name: cornerOutOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-corner.custombox-content.custombox-open {
  -webkit-animation-name: cornerInContent;
  animation-name: cornerInContent;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-corner.custombox-content.custombox-close {
  -webkit-animation-name: cornerOutContent;
  animation-name: cornerOutContent;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content,.custombox-slidetogether.custombox-overlay {
  transform: translateX(-100%);
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-top {
  -webkit-animation-name: slideInTop;
  animation-name: slideInTop;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom {
  -webkit-animation-name: slideInBottom;
  animation-name: slideInBottom;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-left {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-open.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-open.custombox-right {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-top,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-top {
  -webkit-animation-name: slideOutTop;
  animation-name: slideOutTop;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom {
  -webkit-animation-name: slideOutBottom;
  animation-name: slideOutBottom;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-left,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-left {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-slidetogether.custombox-content.custombox-close.custombox-right,.custombox-slidetogether.custombox-overlay.custombox-close.custombox-right {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes scaleInOverlay {
  from {
    transform: scale(.9);
    transition: transform;
    opacity: 0;
  }

  to {
    transform: scale(1);
    transition: transform;
  }
}

@keyframes scaleInOverlay {
  from {
    transform: scale(.9);
    transition: transform;
    opacity: 0;
  }

  to {
    transform: scale(1);
    transition: transform;
  }
}

@-webkit-keyframes scaleOutOverlay {
  from {
    transform: scale(1);
    transition: transform;
  }

  to {
    transform: scale(.9);
    transition: transform;
    opacity: 0;
    opacity: 0;
  }
}

@keyframes scaleOutOverlay {
  from {
    transform: scale(1);
    transition: transform;
  }

  to {
    transform: scale(.9);
    transition: transform;
    opacity: 0;
    opacity: 0;
  }
}

.custombox-scale.custombox-overlay.custombox-open {
  -webkit-animation-name: scaleInOverlay;
  animation-name: scaleInOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-scale.custombox-overlay.custombox-close {
  -webkit-animation-name: scaleOutOverlay;
  animation-name: scaleOutOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-scale.custombox-content.custombox-open {
  -webkit-animation-name: scaleInOverlay;
  animation-name: scaleInOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-scale.custombox-content.custombox-close {
  -webkit-animation-name: scaleOutOverlay;
  animation-name: scaleOutOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }

  to {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
}

@keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }

  to {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
}

@-webkit-keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }

  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
}

@keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }

  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
}

.custombox-door.custombox-overlay.custombox-open {
  -webkit-animation-name: doorInOverlay;
  animation-name: doorInOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-door.custombox-overlay.custombox-close {
  -webkit-animation-name: doorOutOverlay;
  animation-name: doorOutOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-door.custombox-content.custombox-open {
  -webkit-animation-name: doorInOverlay;
  animation-name: doorInOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-door.custombox-content.custombox-close {
  -webkit-animation-name: doorOutOverlay;
  animation-name: doorOutOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes pushInLeftOverlay {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@keyframes pushInLeftOverlay {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes pushOutLeftOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes pushOutLeftOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes pushInRightOverlay {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@keyframes pushInRightOverlay {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes pushOutRightOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes pushOutRightOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes pushInTopOverlay {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@keyframes pushInTopOverlay {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes pushInBottomOverlay {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@keyframes pushInBottomOverlay {
  from {
    transform: translateY(100%);
  }

  to {
    transform: translateX(0) translateY(0);
  }
}

@-webkit-keyframes pushOutBottomOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes pushOutBottomOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }

  to {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateX(100%);
  }
}

@-webkit-keyframes pushOutLeftContainer {
  from {
    transform: translateX(100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

@keyframes pushOutLeftContainer {
  from {
    transform: translateX(100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

@-webkit-keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes pushOutRightContainer {
  from {
    transform: translateX(-100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

@keyframes pushOutRightContainer {
  from {
    transform: translateX(-100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

@-webkit-keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateY(100%);
  }
}

@keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateY(100%);
  }
}

@-webkit-keyframes pushOutTopContainer {
  from {
    transform: translateY(100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

@keyframes pushOutTopContainer {
  from {
    transform: translateY(100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

@-webkit-keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }

  to {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes pushOutBottomContainer {
  from {
    transform: translateY(-100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

@keyframes pushOutBottomContainer {
  from {
    transform: translateY(-100%);
  }

  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}

.custombox-push.custombox-overlay {
  transition-property: transform;
}

.custombox-push.custombox-overlay.custombox-open.custombox-top {
  -webkit-animation-name: pushInTopOverlay;
  animation-name: pushInTopOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-open.custombox-bottom {
  -webkit-animation-name: pushInBottomOverlay;
  animation-name: pushInBottomOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-open.custombox-left {
  -webkit-animation-name: pushInLeftOverlay;
  animation-name: pushInLeftOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-open.custombox-right {
  -webkit-animation-name: pushInRightOverlay;
  animation-name: pushInRightOverlay;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-top {
  -webkit-animation-name: pushOutTopOverlay;
  animation-name: pushOutTopOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-bottom {
  -webkit-animation-name: pushOutBottomOverlay;
  animation-name: pushOutBottomOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-left {
  -webkit-animation-name: pushOutLeftOverlay;
  animation-name: pushOutLeftOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-overlay.custombox-close.custombox-right {
  -webkit-animation-name: pushOutRightOverlay;
  animation-name: pushOutRightOverlay;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-top {
  -webkit-animation-name: pushInTopContainer;
  animation-name: pushInTopContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-bottom {
  -webkit-animation-name: pushInBottomContainer;
  animation-name: pushInBottomContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-left {
  -webkit-animation-name: pushInLeftContainer;
  animation-name: pushInLeftContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-open.custombox-right {
  -webkit-animation-name: pushInRightContainer;
  animation-name: pushInRightContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-top {
  -webkit-animation-name: pushOutTopContainer;
  animation-name: pushOutTopContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-bottom {
  -webkit-animation-name: pushOutBottomContainer;
  animation-name: pushOutBottomContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-left {
  -webkit-animation-name: pushOutLeftContainer;
  animation-name: pushOutLeftContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-push.custombox-container.custombox-close.custombox-right {
  -webkit-animation-name: pushOutRightContainer;
  animation-name: pushOutRightContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes contentscaleInContainer {
  from {
    transition: transform;
  }

  to {
    transform: scale(.8);
  }
}

@keyframes contentscaleInContainer {
  from {
    transition: transform;
  }

  to {
    transform: scale(.8);
  }
}

@-webkit-keyframes contentscaleOutContainer {
  from {
    transform: scale(.8);
  }

  to {
    transition: transform;
  }
}

@keyframes contentscaleOutContainer {
  from {
    transform: scale(.8);
  }

  to {
    transition: transform;
  }
}

.custombox-contentscale.custombox-overlay {
  transform: translateX(-100%);
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-top {
  -webkit-animation-name: slideInTop;
  animation-name: slideInTop;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom {
  -webkit-animation-name: slideInBottom;
  animation-name: slideInBottom;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-left {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-open.custombox-right {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-top {
  -webkit-animation-name: slideOutTop;
  animation-name: slideOutTop;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom {
  -webkit-animation-name: slideOutBottom;
  animation-name: slideOutBottom;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-left {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-overlay.custombox-close.custombox-right {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-container.custombox-open {
  -webkit-animation-name: contentscaleInContainer;
  animation-name: contentscaleInContainer;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-contentscale.custombox-container.custombox-close {
  -webkit-animation-name: contentscaleOutContainer;
  animation-name: contentscaleOutContainer;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes swellOpen {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes swellOpen {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(100px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes swellClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}

@keyframes swellClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  50% {
    opacity: 1;
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }

  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}

.custombox-swell.custombox-content {
  opacity: 0;
}

.custombox-swell.custombox-content.custombox-open {
  -webkit-animation-name: swellOpen;
  animation-name: swellOpen;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-swell.custombox-content.custombox-close {
  -webkit-animation-name: swellClose;
  animation-name: swellClose;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes rotatedownOpen {
  0% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }

  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes rotatedownOpen {
  0% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }

  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes rotatedownClose {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

@keyframes rotatedownClose {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}

@-webkit-keyframes rotatedownElem {
  0% {
    opacity: 0;
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes rotatedownElem {
  0% {
    opacity: 0;
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}

.custombox-rotatedown.custombox-content {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.7, 0, .3, 1);
  animation-timing-function: cubic-bezier(.7, 0, .3, 1);
  transform-origin: -150% 50%;
}

.custombox-rotatedown.custombox-content.custombox-open {
  -webkit-animation-name: rotatedownOpen;
  animation-name: rotatedownOpen;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-rotatedown.custombox-content.custombox-close {
  -webkit-animation-name: rotatedownClose;
  animation-name: rotatedownClose;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes flashOpen {
  0% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes flashOpen {
  0% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes flashClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  20% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}

@keyframes flashClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  20% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}

.custombox-flash.custombox-content {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(.7, 0, .3, 1);
  animation-timing-function: cubic-bezier(.7, 0, .3, 1);
}

.custombox-flash.custombox-content.custombox-open {
  -webkit-animation-name: flashOpen;
  animation-name: flashOpen;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.custombox-flash.custombox-content.custombox-close {
  -webkit-animation-name: flashClose;
  animation-name: flashClose;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custombox-loader {
  display: none;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9998;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*,*:before,*:after {
  box-sizing: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,iframe {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  width: 100%;
  max-width: 100%;
  border: 0;
}

figure {
  margin: 0;
}

address,.address {
  font-style: normal;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-list,.main-nav,.drop .third-level-nav,.drop .second-level-nav,.footer-nav,.intro-nav,.social-networks {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.resetButton,button,[type="button"],[type="reset"],[type="submit"],.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

html {
  font-size: 16px;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: .875rem;
  line-height: 1.571;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid var(--primary-color);
}

blockquote {
  font-family: "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #003976;
  font-size: 1.5rem;
  line-height: 1.75rem;
  padding: 0;
  margin: .95rem 0 2.5rem;
}

blockquote .bq-author {
  color: #d5810d;
  font-weight: 700;
  display: block;
  font-size: 1rem;
  line-height: 1.2rem;
  margin: .85rem 0 0 0;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #d5810d;
  text-decoration: none;
}

a:hover {
  color: #d5810d;
  text-decoration: underline;
}

.content-section a {
  text-decoration: underline;
}

.content-section a:hover, .content-section a:focus {
  color: #003976;
  text-decoration: none;
}

.content-section .btn {
  text-decoration: none;
}

.content-section .btn:hover {
  color:  var(--secondary-color);
}

.content-section p {
  margin: 0 0 1.25rem;
}

ul,ol,dl,p {
  margin: 0 0 .5em;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
  font-family: inherit;
  font-weight: 700;
  margin: 0 0 .5em;
  color: inherit;
}

.content-section h1, .content-section .h1,
.content-section h2, .content-section .h2,
.content-section h3, .content-section .h3,
.content-section h5, .content-section .h5,
.content-section h6, .content-section .h6 {
  color: #003976;
}

.content-section h1, .content-section .h1 {
  font-weight: 500;
  font-size: 2.35rem;
  line-height: 3.75rem;
  margin-bottom:  2.25rem;
}

.content-section h2, .content-section .h2 {
  font-size: 1.875rem;
  line-height: 3rem;
  font-weight: 700;
  margin: 2rem 0 1.5rem;
}

.content-section h3, .content-section .h3 {
  font-size: 2.25rem;
  line-height: 2.75rem;
}

.content-section h4, .content-section .h4 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  color: #d5810d;
}

.content-section h5, .content-section .h5 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-style: italic;
}

.content-section h6, .content-section .h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.content-section img {
  border-radius: .5rem;
}

.headshot {
  float: right;
  margin: 0 0 10px 10px;
}

h1,.h1 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 800;
}

h2,.h2 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 400;
}

h3,.h3 {
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 700;
}

h4,.h4 {
  font-size: 18px;
}

h5,.h5 {
  font-size: 17px;
}

h6,.h6 {
  font-size: 15px;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

address,.address {
  font-size: 13px;
  line-height: 1.538;
}

address .title,.address .title {
  display: block;
  font-size: 18px;
  line-height: 1.111;
  font-weight: 800;
  margin-bottom: 2px;
}

address a,.address a {
  color: inherit;
}

form,fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

label {
  font-weight: bold;
}

input[type="text"],input[type="email"],input[type="tel"],input[type="search"],input[type="password"],input[type="url"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="time"],input[type="week"],input[type="month"],input[type="number"],input[type="color"],input:not([type]),textarea {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95);
  border: 1px solid currentColor;
  font-size: .938rem;
  line-height: normal;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 5px 15px;
  border-radius: 0;
  -webkit-appearance: none;
  border-radius: .3125rem;
}

.width-fix input[type="text"] {
  min-width: 150px;
  width: auto;
}

.subscribe-block-wrapper input[type="email"] {
  width: 90%;
}

input[type="text"]::-ms-clear,input[type="email"]::-ms-clear,input[type="tel"]::-ms-clear,input[type="search"]::-ms-clear,input[type="password"]::-ms-clear,input[type="url"]::-ms-clear,input[type="date"]::-ms-clear,input[type="datetime"]::-ms-clear,input[type="datetime-local"]::-ms-clear,input[type="time"]::-ms-clear,input[type="week"]::-ms-clear,input[type="month"]::-ms-clear,input[type="number"]::-ms-clear,input[type="color"]::-ms-clear,input:not([type])::-ms-clear,textarea::-ms-clear {
  display: none;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="color"]::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #000000;
  font-size: .938rem;
}

input[type="text"]::placeholder,input[type="email"]::placeholder,input[type="tel"]::placeholder,input[type="search"]::placeholder,input[type="password"]::placeholder,input[type="url"]::placeholder,input[type="date"]::placeholder,input[type="datetime"]::placeholder,input[type="datetime-local"]::placeholder,input[type="time"]::placeholder,input[type="week"]::placeholder,input[type="month"]::placeholder,input[type="number"]::placeholder,input[type="color"]::placeholder,input:not([type])::placeholder,textarea::placeholder {
  color: #000000;
  font-size: .938rem;
}

textarea,.textarea {
  resize: none;
  height: 150px;
  padding: 5px 15px;
  font-size: .938rem;
}

input[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: 0;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.resize-active *,.resize-active *:before,.resize-active *:after {
  transition: none !important;
}

.social-networks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4375rem;
  padding: 0 -0.8125rem;
  text-decoration: none;
}

.social-networks li {
  margin: 0 0.3rem;
}

.social-networks a {
  display: block;
  color: var(--light-color);
}

.social-networks a:hover {
  color: var(--secondary-color);
  text-decoration: none;
}

.header {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  z-index: 100;
  width: 100% !important;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  top: 0;
}

.header .container {
  max-width: 1492px;
}

.header .flex-logo {
  display: block;
  width: 5.1875rem;
  flex-shrink: 0;
  position: relative;
}

.header .flex-logo a:hover .default-img {
  opacity: 0;
  visibility: hidden;
}

.header .flex-logo a:hover .hover-img {
  opacity: 1;
  visibility: visible;
}

.header .flex-logo img {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
}

.header .flex-logo .hover-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.header-top {
  color: #ffffff;
  background-color: #003976;
  position: relative;
  z-index: 5;
}

.header-top .contact-holder {
  position: relative;
  z-index: 3;
  padding: .75rem 0 .5625rem;
}

.header-top .contact-list a {
  color: currentColor;
}

.header-top .contact-list [class*='icon-'] {
  color: #d5810d;
}

.header-top .right-holder {
  display: flex;
  justify-content: flex-end;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 -1.5625rem;
  padding: .3125rem .8125rem .3125rem .875rem;
}

.header-top .right-holder::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-color: #2a6aae;
  z-index: -1;
}

.header-top .right-holder .holder {
  display: flex;
  align-items: center;
}

.contact-list {
  font-size: .75rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.625rem;
}

.contact-list li {
  margin: 0 .625rem;
}

.contact-list a {
  text-decoration: none;
}

.contact-list a:hover {
  color: #d5810d;
}

.contact-list a:hover .text {
  text-decoration: none;
}

.contact-list [class*='icon-'] {
  color: #003976;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 1.25rem;
}

.contact-list .text {
  text-decoration: underline;
}

.language-tool-none {
  margin-right: 1.5rem;
}

.logo {
  display: block;
  flex-shrink: 0;
  width: 16.1875rem;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.navbar {
  position: relative;
  z-index: 3;
}

.navbar::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 15%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.navbar.fixed-position::after {
  background: #fff;
}

.navbar-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .6875rem .25rem;
  transform: translate3d(0, 0, 0);
}

.drop-holder {
  height: 100vh;
  height: calc(1vh * 100);
  height: calc(var(--vh, 1vh) * 100);
}

.drop-holder .nav-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  right: 1.25rem;
  top: 1.4375rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 0;
  line-height: 0;
  text-indent: 0;
  width: 2.0625rem;
  height: 3rem;
  margin-top: 0;
}

.drop-holder .nav-opener:hover {
  color: #d5810d;
}

.drop-holder .nav-opener span {
  font-size: 3rem;
  line-height: 1;
}

.drop-holder .inner-drop {
  padding: 4.6875rem 0;
  overflow: hidden;
  overflow-y: auto;
  height: 100vh;
  height: calc((1vh * 100) - 123px);
  height: calc((var(--vh, 1vh) * 100) - 123px);
}

.main-nav>li {
  position: relative;
}

.main-nav>li>a {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  z-index: 10;
  color: #ffffff;
  font-weight: 600;
  text-transform: capitalize;
  padding: .25rem .9375rem .25rem 4.375rem;
  display: block;
}

.main-nav>li a.has-drop-down-a {
  position: relative;
}

.main-nav>li a.has-drop-down-a:before {
  transition: transform .35s cubic-bezier(.3, .86, .36, .95);
  width: .1875rem;
  height: 1.0625rem;
  top: 50%;
  transform: translateY(-50%);
  left: 3.0625rem;
}

.main-nav>li a.has-drop-down-a:after {
  top: 50%;
  transform: translateY(-50%);
  left: 2.625rem;
  width: 1.0625rem;
  height: .1875rem;
}

.drop {
  padding: .3125rem 0 .5rem;
}

.drop .third-level-nav,.drop .second-level-nav {
  font-size: 1rem;
  line-height: 1.625;
}

.drop .third-level-nav li,.drop .second-level-nav li {
  position: relative;
}

.drop .third-level-nav li.active>a,.drop .second-level-nav li.active>a {
  color: #003976;
}

.drop .third-level-nav a,.drop .second-level-nav a {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  padding: .25rem 4.375rem;
}

.drop .third-level-nav a:hover,.drop .second-level-nav a:hover {
  text-decoration: underline;
}

.drop .second-level-nav>li.active>a {
  color: #d5810d;
}

.drop .second-level-nav>li.active>a.has-drop-down-a::after,.drop .second-level-nav>li.active>a.has-drop-down-a::before {
  background-color: #d5810d;
}

.drop .second-level-nav>li.active>a.has-drop-down-a::before {
  transform: translateY(-50%) rotate(90deg);
}

.drop .second-level-nav a.has-drop-down-a::before {
  width: .125rem;
  height: .75rem;
}

.drop .second-level-nav a.has-drop-down-a::after {
  width: .75rem;
  height: .125rem;
  left: 2.75rem;
}

.main-nav-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-opener {
  transition: margin .35s cubic-bezier(.3, .86, .36, .95);
  width: 1.6875rem;
  display: block;
  height: 1.4375rem;
  color: #ffffff;
  text-indent: -9999px;
  position: relative;
}

.nav-opener.btn-open:after,.nav-opener.btn-open:before,.nav-opener.btn-open span {
  transition: background .3s ease-in-out, transform .3s ease-in-out, top .25s ease-in-out .3s;
  content: "";
  position: absolute;
  height: .25rem;
  left: 0;
  right: 0;
  background: #003976;
}

.nav-opener.btn-open:after {
  top: 0;
}

.nav-opener.btn-open span {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), background .35s cubic-bezier(.3, .86, .36, .95);
  top: .5625rem;
}

.nav-opener.btn-open:before {
  top: 1.125rem;
}

.nav-active {
  overflow: hidden;
}

.js-acc-hidden {
  visibility: hidden;
}

.alert-holder {
  overflow: hidden;
  background: #ad1313;
}

.alert-holder .alert-wrap {
  padding: .3125rem;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.alert-holder .alert-close {
  color: #ffffff;
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  width: 1.5625rem;
  height: 1.5625rem;
  flex-shrink: 0;
}

.alert-holder .alert-close:before,.alert-holder .alert-close:after {
  transition: background .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  background: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.alert-holder .alert-close:before {
  width: 1.5625rem;
  height: .125rem;
}

.alert-holder .alert-close:after {
  height: 1.5625rem;
  width: .125rem;
}

.alert-holder .alert-close:hover {
  text-decoration: none;
}

.alert-holder .alert-close:hover:before,.alert-holder .alert-close:hover:after {
  background: #003976;
}

.alert-bar {
  transition: max-height .3s ease-in-out;
  color: #ffffff;
  position: relative;
  font-weight: 400;
  line-height: 1.3;
  font-size: .75rem;
  letter-spacing: -0.4px;
  max-height: 0;
  max-width: 91.875rem;
  margin: 0 auto;
}

.page-loaded .alert-bar {
  max-height: 200px;
  transition-delay: 1s;
}

.alert-bar-close .alert-bar {
  max-height: 0;
}

.alert-bar .text-wrap {
  padding: .375rem 0 0;
  flex-grow: 1;
}

.alert-bar .text-wrap p {
  margin: 0;
}

.alert-bar .warning-icon {
  font-size: 2.125rem;
  line-height: 37px;
  font-weight: 700;
  border-radius: 50%;
  background: #003976;
  width: 2.3125rem;
  height: 2.3125rem;
  text-align: center;
  display: block;
  margin: 0 .75rem 0 0;
  flex-shrink: 0;
}

.search-form {
  position: relative;
  padding-left: .625rem;
  margin-left: .5rem;
}

.search-form:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background: #ffffff;
}

.search-form .search-opener {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  font-size: 1.25rem;
  line-height: 1;
  padding: .125rem 0 0;
}

.search-form .search-opener:hover {
  text-decoration: none;
  color: #d5810d;
}

.search-form .btn-search {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  display: inline-block;
  vertical-align: top;
  background: transparent;
  color: #003976;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: .3125rem .5625rem 0;
  font-size: 1.625rem;
}

.search-form .btn-search:hover {
  color: #d5810d;
}

.search-form .search-drop {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: fixed;
  background: rgba(0, 57, 118, .95);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form .input-holder {
  position: relative;
  margin: 0 10px;
}

.search-form input[type="search"],.search-form input[type="text"] {
  width: 100%;
  color: #000000;
  border: 1px solid #000000;
  background: #ffffff;
  padding: .3125rem 2.5rem .3125rem .625rem;
  height: 3.75rem;
  font-size: 1.5rem;
}

.search-form input[type="search"]::-moz-placeholder, .search-form input[type="text"]::-moz-placeholder {
  color: #000000;
  line-height: 1;
  opacity: 1;
  font-size: inherit;
}

.search-form input[type="search"]::placeholder,.search-form input[type="text"]::placeholder {
  color: #000000;
  line-height: 1;
  opacity: 1;
  font-size: inherit;
}

.search-form .search-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3.125rem;
  height: 3.125rem;
}

.search-form .search-close:hover:after,.search-form .search-close:hover:before {
  background-color: #d5810d;
}

.search-form .search-close:after,.search-form .search-close:before {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  content: '';
  height: 3px;
  width: 2.5rem;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.search-form .search-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fixed-position .navbar-holder {
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s;
}

@-webkit-keyframes showBar {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes showBar {
  from {
    transform: translate3d(0, -100%, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}

.internal-main .container,
.footer.internal .container {
  max-width: 1290px;
}

.container {
  max-width: 1490px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}

.wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: calc(1vh * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: grid;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  margin-top: 1px;
}

.wrapper-inner .header {
  grid-row: 1;
}

.wrapper-inner .main {
  grid-row: 2;
}

.wrapper-inner .footer {
  grid-row: 3;
}

.footer {
  background-color: #003976;
  position: relative;
}

.footer .container {
  max-width: 100%;
}

.footer .inner-holder {
  color: #ffffff;
}

.footer .map-block {
  height: 273px;
  margin: 0 -25px;
  color: #000;
  background-size: cover;
  background-position: 50% 50%;
}

.footer .form-block {
  padding: 9.5rem 0 2.75rem;
}

.footer.internal .form-block {
  padding: 0 0 2.75rem;
}

.footer .form-block h3,.footer .form-block .h3 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  margin-bottom: .8125rem;
  text-align: center;
}

.footer .subscribe-form {
  margin-bottom: 1.8125rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}

.footer .subscribe-form input[type="text"],.footer .subscribe-form input[type="email"],.footer .subscribe-form input[type="tel"],.footer .subscribe-form input[type="search"],.footer .subscribe-form input[type="password"],.footer .subscribe-form input[type="url"],.footer .subscribe-form input[type="date"],.footer .subscribe-form input[type="datetime"],.footer .subscribe-form input[type="datetime-local"],.footer .subscribe-form input[type="time"],.footer .subscribe-form input[type="week"],.footer .subscribe-form input[type="month"],.footer .subscribe-form input[type="number"],.footer .subscribe-form input[type="color"],.footer .subscribe-form input:not([type]),.footer .subscribe-form textarea {
  background-color: #ffffff;
  border-color: #ffffff;
  height: 3.125rem;
  padding-left: .5625rem;
  padding-right: .5625rem;
  font-size: 1rem;
}

.footer .subscribe-form input[type="text"]::-moz-placeholder, .footer .subscribe-form input[type="email"]::-moz-placeholder, .footer .subscribe-form input[type="tel"]::-moz-placeholder, .footer .subscribe-form input[type="search"]::-moz-placeholder, .footer .subscribe-form input[type="password"]::-moz-placeholder, .footer .subscribe-form input[type="url"]::-moz-placeholder, .footer .subscribe-form input[type="date"]::-moz-placeholder, .footer .subscribe-form input[type="datetime"]::-moz-placeholder, .footer .subscribe-form input[type="datetime-local"]::-moz-placeholder, .footer .subscribe-form input[type="time"]::-moz-placeholder, .footer .subscribe-form input[type="week"]::-moz-placeholder, .footer .subscribe-form input[type="month"]::-moz-placeholder, .footer .subscribe-form input[type="number"]::-moz-placeholder, .footer .subscribe-form input[type="color"]::-moz-placeholder, .footer .subscribe-form input:not([type])::-moz-placeholder, .footer .subscribe-form textarea::-moz-placeholder {
  font-size: 1rem;
}

.footer .subscribe-form input[type="text"]::placeholder,.footer .subscribe-form input[type="email"]::placeholder,.footer .subscribe-form input[type="tel"]::placeholder,.footer .subscribe-form input[type="search"]::placeholder,.footer .subscribe-form input[type="password"]::placeholder,.footer .subscribe-form input[type="url"]::placeholder,.footer .subscribe-form input[type="date"]::placeholder,.footer .subscribe-form input[type="datetime"]::placeholder,.footer .subscribe-form input[type="datetime-local"]::placeholder,.footer .subscribe-form input[type="time"]::placeholder,.footer .subscribe-form input[type="week"]::placeholder,.footer .subscribe-form input[type="month"]::placeholder,.footer .subscribe-form input[type="number"]::placeholder,.footer .subscribe-form input[type="color"]::placeholder,.footer .subscribe-form input:not([type])::placeholder,.footer .subscribe-form textarea::placeholder {
  font-size: 1rem;
}

.footer .subscribe-form .form-group {
  display: flex;
  flex-wrap: wrap;
}

.footer .subscribe-form .input-holder {
  padding: 0 .0625rem .8125rem;
}

.footer .subscribe-form .input-holder.zip {
  width: 61.5%;
}

.footer .subscribe-form .input-holder.zip-small {
  width: 27.5%;
}

.footer .subscribe-form .btn {
  font-size: .875rem;
  padding: 1rem .9375rem;
  min-width: 147px;
}

.footer-social {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.footer-social .social-networks,
.footer-social .social-networks li {
  display: inline-block;
}

.contacts-block {
  text-align: center;
  padding: 2.6875rem 0 2.9375rem;
}

.contacts-block h2,.contacts-block .h2 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 1.625rem;
}

.contacts-block .address-list address,.contacts-block .address-list .address {
  margin-bottom: 1.4375rem;
}

.contacts-block .address-list address:last-child,.contacts-block .address-list .address:last-child {
  margin-bottom: 0;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: .8125rem;
  line-height: 1.538;
  font-weight: 800;
  padding: 0 1.25rem;
  margin-bottom: 2.3125rem;
}

.footer-nav li {
  display: flex;
  align-items: center;
}

.footer-nav li:after {
  content: '|';
  display: block;
  margin: 0 .3125rem;
}

.footer-nav li:last-child:after {
  display: none;
}

.footer-nav a {
  color: inherit;
}

.footer-nav a:hover {
  color: #d5810d;
}

.btn, .content-section button, .content-section [type="button"], .content-section [type="reset"], .content-section [type="submit"] {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background-color: #d5810d;
  padding: 1.3125rem 2.5rem;
  font-size: .875rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border: 2px solid transparent;
}

.btn:hover, .content-section button, .content-section [type="button"], .content-section [type="reset"], .content-section [type="submit"] {
  text-decoration: none;
}

.btn, .content-section button, .content-section [type="button"], .content-section [type="reset"], .content-section [type="submit"] {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95), border-color .35s cubic-bezier(.3, .86, .36, .95);
  min-width: 205px;
  text-transform: uppercase;
  border-radius: 5px;
}

#news-search .dropbtn,
#news-search .open-search .submit {
  color: initial;
  padding: 0;
  text-transform: none;
}

.btn:hover {
  background-color: #ffffff;
  color: #d5810d;
  border-color: #d5810d;
}

.btn.secondary {
  background-color: var(--primary-color);
  color: #ffffff;
}

.btn.secondary:hover {
  background-color: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.btn.tertiary {
  background-color: var(--tertiary-color);
  color: #ffffff;
}

.btn.tertiary:hover {
  background-color: transparent;
  color: var(--tertiary-color);
  border: 2px solid var(--tertiary-color);
}

.content-section [type="submit"]:hover {
  background-color: transparent;
  color: var(--secondary-color);
  border: 2px solid var(--secondary-color);
}


.intro-section {
  border-bottom: .5rem solid #d5810d;
  position: relative;
}

.intro-section .inner-holder {
  display: flex;
  justify-content: center;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 9.375rem 0 0;
}

.intro-section .inner-holder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -12.5625rem;
    opacity: 0.2;
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(84, 84, 84, 0)));
    background: -o-linear-gradient(top, black 0%, rgba(84, 84, 84, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(84, 84, 84, 0) 100%);
}

.intro-section .inner-holder::after {
  content: '';
  display: block;
  width: 0;
  background: #ddd;
  min-height: 30.125rem;
}

.intro-section .person-img {
  position: absolute;
  left: 1.25rem;
  right: 0;
  bottom: -1.5rem;
  text-align: center;
}

.intro-section .person-img img {
  width: 262px;
}

.intro-section .content-block {
  text-align: center;
  padding: 6rem 0 0;
  width: 100%;
}

.intro-section .content-holder {
  position: relative;
}

.intro-section .content-holder:after {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  top: 1.25rem;
}

.intro-section h1,.intro-section .h1 {
  font-size: 2rem;
  line-height: 1;
  color: #ffffff;
  font-weight: 800;
  margin-bottom: .75rem;
  position: relative;
  z-index: 1;
  text-shadow: 2px 1px 7px #444;
}

.intro-section .subscribe-form {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.subscribe-block-wrapper .subscribe-form input[type="email"],.intro-section .subscribe-form input[type="text"],.intro-section .subscribe-form input[type="email"],.intro-section .subscribe-form input[type="tel"],.intro-section .subscribe-form input[type="search"],.intro-section .subscribe-form input[type="password"],.intro-section .subscribe-form input[type="url"],.intro-section .subscribe-form input[type="date"],.intro-section .subscribe-form input[type="datetime"],.intro-section .subscribe-form input[type="datetime-local"],.intro-section .subscribe-form input[type="time"],.intro-section .subscribe-form input[type="week"],.intro-section .subscribe-form input[type="month"],.intro-section .subscribe-form input[type="number"],.intro-section .subscribe-form input[type="color"],.intro-section .subscribe-form input:not([type]),.intro-section .subscribe-form textarea {
  background-color: #ffffff;
  border-color: #ffffff;
  height: 49px;
  color: #333333;
  margin-bottom: .3125rem;
}

.subscribe-block-wrapper .subscribe-form input[type="email"]::-moz-placeholder, .intro-section .subscribe-form input[type="text"]::-moz-placeholder, .intro-section .subscribe-form input[type="email"]::-moz-placeholder, .intro-section .subscribe-form input[type="tel"]::-moz-placeholder, .intro-section .subscribe-form input[type="search"]::-moz-placeholder, .intro-section .subscribe-form input[type="password"]::-moz-placeholder, .intro-section .subscribe-form input[type="url"]::-moz-placeholder, .intro-section .subscribe-form input[type="date"]::-moz-placeholder, .intro-section .subscribe-form input[type="datetime"]::-moz-placeholder, .intro-section .subscribe-form input[type="datetime-local"]::-moz-placeholder, .intro-section .subscribe-form input[type="time"]::-moz-placeholder, .intro-section .subscribe-form input[type="week"]::-moz-placeholder, .intro-section .subscribe-form input[type="month"]::-moz-placeholder, .intro-section .subscribe-form input[type="number"]::-moz-placeholder, .intro-section .subscribe-form input[type="color"]::-moz-placeholder, .intro-section .subscribe-form input:not([type])::-moz-placeholder, .intro-section .subscribe-form textarea::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

.subscribe-block-wrapper .subscribe-form input[type="email"]::placeholder,.intro-section .subscribe-form input[type="text"]::placeholder,.intro-section .subscribe-form input[type="email"]::placeholder,.intro-section .subscribe-form input[type="tel"]::placeholder,.intro-section .subscribe-form input[type="search"]::placeholder,.intro-section .subscribe-form input[type="password"]::placeholder,.intro-section .subscribe-form input[type="url"]::placeholder,.intro-section .subscribe-form input[type="date"]::placeholder,.intro-section .subscribe-form input[type="datetime"]::placeholder,.intro-section .subscribe-form input[type="datetime-local"]::placeholder,.intro-section .subscribe-form input[type="time"]::placeholder,.intro-section .subscribe-form input[type="week"]::placeholder,.intro-section .subscribe-form input[type="month"]::placeholder,.intro-section .subscribe-form input[type="number"]::placeholder,.intro-section .subscribe-form input[type="color"]::placeholder,.intro-section .subscribe-form input:not([type])::placeholder,.intro-section .subscribe-form textarea::placeholder {
  color: #333333;
  opacity: 1;
}

.intro-section .subscribe-form .form-group {
  padding: 0 1.25rem;
}

.intro-section .subscribe-form .btn,
.subscribe-block-wrapper .subscribe-form .btn {
  font-size: .8125rem;
  padding: 1rem 1.5625rem;
  min-width: 155px;
}


.bg-video-holder {
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.bg-video-holder .bg-video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity .3s ease;
  pointer-events: none;
}

.video-active .bg-video {
  opacity: 1;
}

.intro-nav {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.intro-nav li {
  width: 33.33%;
  position: relative;
}

.intro-nav li:after {
  content: '';
  width: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  top: .9375rem;
  bottom: .9375rem;
}

.intro-nav li:last-child:after {
  display: none;
}

.intro-nav a {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 1.6875rem .9375rem;
  background-color: #003976;
}

.intro-nav a:hover {
  background-color: #003976;
}

.intro-nav a:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #ffffff;
}

.intro-nav .icon-holder {
  font-size: 1.9375rem;
  line-height: 1;
  margin-bottom: .5rem;
}

.intro-nav .title {
  display: block;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}

.news-section {
  position: relative;
}

.news-section .bg-block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1073px;
  background-size: cover;
  background-position: top center;
  z-index: -1;
  opacity: .17;
}

.news-section .social-area {
  padding: 3.875rem 0 2.8125rem;
  position: relative;
}

.news-section .social-layout {
  margin: 0 auto;
}

.news-section .social-layout .social-block:last-child {
  margin-bottom: 0;
}

.news-section .social-block {
  background-color: #ffffff;
  padding: 1.3125rem 1rem 1.6875rem;
  border-radius: .625rem;
  margin-bottom: 1.3125rem;
}

.news-section .social-block h2,.news-section .social-block .h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  color: #003976;
  font-weight: 400;
  margin-bottom: 2.25rem;
}

.news-section .social-block img {
  width: 100%;
}

.news-layout .img-block {
  min-height: 345px;
  background-size: cover;
  background-position: top center;
}

.news-layout .text-block {
  padding: 3.125rem 1.5625rem 3rem;
}

.news-layout h2,.news-layout .h2 {
  text-align: center;
  font-size: 2.25rem;
  line-height: 1;
  color: #003976;
  font-weight: 400;
  margin-bottom: 1.25rem;
}

.news-layout .btn-holder {
  text-align: center;
}

.news-list {
  margin-bottom: 2.75rem;
}

.news-list .news-item {
  margin-bottom: 1.75rem;
}

.news-list .news-item:last-child {
  margin-bottom: 0;
}

.news-item h3,.news-item .h3 {
  font-size: 1.5rem;
  line-height: .917;
  color: #003976;
  font-weight: 300;
  margin-bottom: 1.125rem;
}

.news-item h3 a,.news-item .h3 a {
  color: inherit;
}

.news-item time,.news-item .time {
  display: block;
  font-size: .75rem;
  line-height: 1;
  color: #d5810d;
  font-weight: 300;
  margin-bottom: .8125rem;
}

.news-item p:last-of-type {
  margin-bottom: .75rem;
}

.link-more {
  display: inline-block;
  vertical-align: top;
  font-size: .875rem;
  line-height: 1;
  font-weight: 700;
  padding-right: 1.125rem;
  position: relative;
}

.link-more:after {
  content: "\e905";
  position: absolute;
  right: 0;
  top: .0625rem;
  font-weight: bold;
  font-size: 90%;
}

.modal {
  /*background-color: rgba(0, 57, 118, .95);*/
  background-color: rgb(23 62 109);
  color: #ffffff;
  padding: 2.2rem 3rem;
  position: relative;
  width: 100%;
  max-width: 484px;
  border-radius:  5px;
}

.modal h1,.modal .h1 {
  font-size: 1.563rem;
  margin-bottom: 1.2625rem;
  font-weight: 500;
}

.modal p {
  margin: 0 0 0.75em;
}

.modal .closer {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  top: .3125rem;
  right: .825rem;
  background: none;
  border: none;
  font-size: 2rem;
  color: #ffffff;
}

.modal .closer:hover {
  color: #d5810d;
}

.modal input[type="text"],.modal input[type="email"],.modal input[type="tel"],.modal input[type="search"],.modal input[type="password"],.modal input[type="url"],.modal input[type="date"],.modal input[type="datetime"],.modal input[type="datetime-local"],.modal input[type="time"],.modal input[type="week"],.modal input[type="month"],.modal input[type="number"],.modal input[type="color"],.modal input:not([type]),.modal textarea {
  background-color: #ffffff;
  border-color: #ffffff;
  height: 3.125rem;
  padding-left: .5625rem;
  padding-right: .5625rem;
  font-size: 1rem;
  margin-bottom: .625rem;
}

.modal input[type="text"]::-moz-placeholder, .modal input[type="email"]::-moz-placeholder, .modal input[type="tel"]::-moz-placeholder, .modal input[type="search"]::-moz-placeholder, .modal input[type="password"]::-moz-placeholder, .modal input[type="url"]::-moz-placeholder, .modal input[type="date"]::-moz-placeholder, .modal input[type="datetime"]::-moz-placeholder, .modal input[type="datetime-local"]::-moz-placeholder, .modal input[type="time"]::-moz-placeholder, .modal input[type="week"]::-moz-placeholder, .modal input[type="month"]::-moz-placeholder, .modal input[type="number"]::-moz-placeholder, .modal input[type="color"]::-moz-placeholder, .modal input:not([type])::-moz-placeholder, .modal textarea::-moz-placeholder {
  font-size: 1rem;
}

.modal input[type="text"]::placeholder,.modal input[type="email"]::placeholder,.modal input[type="tel"]::placeholder,.modal input[type="search"]::placeholder,.modal input[type="password"]::placeholder,.modal input[type="url"]::placeholder,.modal input[type="date"]::placeholder,.modal input[type="datetime"]::placeholder,.modal input[type="datetime-local"]::placeholder,.modal input[type="time"]::placeholder,.modal input[type="week"]::placeholder,.modal input[type="month"]::placeholder,.modal input[type="number"]::placeholder,.modal input[type="color"]::placeholder,.modal input:not([type])::placeholder,.modal textarea::placeholder {
  font-size: 1rem;
}

.modal .btn {
  width: 100%;
  padding: 1rem 2.5rem;
}

#modal-inner p {
  font-size: 1.5rem;
}

.custombox-overlay {
  background-color: rgba(0, 0, 0, .8) !important;
}

.banner-section {
  border-bottom: 0.5rem solid #d5810d;
}

.banner-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .25);
  z-index: 1;
}

.banner-section:after {
  content: "";
  display: block;
  width: 0;
}

.content-section {
  padding: 3rem 0 4rem;
}

.intro-internal {
  padding: 0;
  margin: 45px auto 0;
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.intro-internal:after {
  min-height: 35rem;
}

.intro-internal .text-holder {
  z-index: 99;
  text-align: center;
  position: absolute;
  bottom: 8.75rem;
  left: 0;
  right: 0;
  text-transform: capitalize;
  text-shadow: 2px 1px 7px #444;
}

.intro-internal .text-holder a {
  color: #fff;
  pointer-events: none;
  cursor: default;
  padding: 0px;
}

.internal .contacts-block {
  width: 100%;
}

.subscribe-block-wrapper {
  padding: 3rem 0;
  background: #ddd;
}

.subscribe-block-wrapper .h3 {
  color: #003976;
  font-size: 1.875rem;
  margin: 0 0 1.625rem;
  display: block;
  text-align: center;
  font-weight: 800;
}

.subscribe-block .input-wrap {
  display: flex;
}

.subscribe-block-wrapper .subscribe-form input[type="email"] {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.subscribe-block-wrapper .subscribe-form .form-group .btn {
  flex: 0 0 auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.services-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.service-box {
  display: flex;
  width: 50%;
}

.service-box a {
    background: #efefef;
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
    margin: 10px 10px 18px;
    padding: 25px 30px;
    position: relative;
    transition: all .2s ease-in-out;
    text-decoration: none;
    display: flex;
}

.service-box a:hover {
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.25);
  transform: translateY(-5px);
}

.service-box img {
  width: 150px;
  height: 112px;
  position: relative;
  top: 0;
  right: 0;
}

.service-box .serv-content {
  flex-direction: column;
  margin-right: 10px;
}

.service-box .serv-title {
  display: inline-block;
  color: #003976;
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 600;
}
.service-box .serv-desc {
  display: inline-block;
  color: #333333;
}

h2.newsie-titler {
  margin: 0 !important;
}

.buffer .issues-wrap-thirds {
    width: 30%;
}

.buffer input[name$="AddressZipPlus4"],
.buffer input[name$="AddressZip"]  {
    width: unset !important;
}

.bio {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  position: relative;
  bottom: 5px;
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  right: 60px !important;
  bottom: 105px !important;
}

.gm-control-active.gm-fullscreen-control {
  right:  20px !important;
}

.map-block #map_canvas_google {
  height: 364px;
}

@media (min-width: 375px) {
  .modal {
    padding: 2.2rem 3rem;
  }
}

@media (min-width: 768px) {
  h2,.h2 {
    font-size: 48px;
  }

  h3,.h3 {
    font-size: 36px;
  }

  address,.address {
    font-size: 18px;
    line-height: 1.444;
  }

  address .title,.address .title {
    font-size: 24px;
    line-height: 1;
  }

  .header .flex-logo {
    margin-left: 2.375rem;
  }

  .header-top .container {
    display: flex;
  }

  .header-top .contact-holder {
    flex-grow: 1;
    padding: 1rem 0 .8125rem;
  }

  .header-top .contact-holder::before,.header-top .contact-holder::after {
    content: '';
    top: 50%;
    right: .3125rem;
    position: absolute;
    background: linear-gradient(to left bottom, #003976 50%, transparent 50%);
    width: 20px;
    height: 50%;
  }

  .header-top .contact-holder::after {
    transform: scaleX(-1);
  }

  .header-top .contact-holder::before {
    top: 1px;
    transform: scale(-1);
  }

  .header-top .right-holder {
    flex-shrink: 0;
    padding: 0 1.5rem 0 1.9375rem;
  }

  .header-top .right-holder::after {
    left: 0;
    right: -9999px;
  }

  .contact-list {
    font-size: .75rem;
    margin: 0 -.8125rem;
  }

  .contact-list li {
    margin: 0 .8125rem;
  }

  .contact-list [class*='icon-'] {
    margin-top: -.25rem;
  }

  .logo {
    width: 22.875rem;
  }

  .drop-holder {
    width: 22.4375rem;
    height: auto;
    left: auto !important;
    border: 1px solid #707070;
    border-radius: 0 0 0 .625rem;
  }

  .drop-holder .nav-opener {
    top: .875rem;
  }

  .drop-holder .inner-drop {
    padding: 4.0625rem 0 2.6875rem;
  }

  .drop {
    padding: 0 0 .8125rem;
  }

  .drop .third-level-nav,.drop .second-level-nav {
    padding: .4375rem 0 0;
  }

  .main-nav-inner .social-networks {
    display: none;
  }

  .nav-opener {
    margin-top: -1.1875rem;
  }

  .alert-holder .alert-wrap {
    align-items: center;
    padding: .375rem 1.875rem;
  }

  .alert-bar .text-wrap {
    padding: 0;
  }

  .alert-bar .text-title {
    font-size: 1rem;
  }

  .alert-bar .warning-icon {
    margin: 0 .9375rem 0 0;
  }

  .search-form {
    padding-left: 1.0625rem;
    margin-left: 1.125rem;
  }

  .search-form .search-opener {
    padding: .1875rem 0 0;
  }

  .search-form .input-holder {
    min-width: 650px;
  }

  .footer .map-block {
    width: calc(47.2% + 25px);
    height: auto;
    margin: 0 -25px 0 0;
    border-radius: 0 0 0 .625rem;
  }

  .footer .form-block {
    max-width: 100%;
    width: 100%;
    padding: 3.5625rem .4375rem 3.6875rem;
  }

  .footer .form-block h3,.footer .form-block .h3 {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    text-align: left;
  }

  .footer .form-block .bottom-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .subscribe-form {
    max-width: 526px;
    margin-bottom: 2.125rem;
    margin-left: unset;
    margin-right: unset;
  }

  .footer .subscribe-form .form-group {
    margin: 0 -.4375rem;
  }

  .footer .subscribe-form .input-holder {
    padding: 0 .4375rem;
  }

  .footer .subscribe-form .input-holder.zip {
    width: 215px;
  }

  .footer .subscribe-form .input-holder.zip-small {
    width: 103px;
  }

  .footer .subscribe-form .input-holder.submit {
    width: 161px;
  }

  .footer .inner-holder {
    display: flex;
    flex-wrap: wrap;
  }

  .footer.internal .inner-holder {
    display: block;
  }

  .footer.internal .contacts-block h2 br,.footer.internal .contacts-block .h2 br {
    display: none;
  }

  .footer.internal .contacts-block .address-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.625rem;
  }

  .footer.internal .contacts-block .address-list address,
  .footer.internal .contacts-block .address-list .address {
    width: 50%;
    margin-bottom: 0;
    padding: 0 .625rem;
  }

  .footer-social {
    margin: 0;
    text-align: center;
  }

  .contacts-block {
    text-align: left;
    padding: 4.875rem .4375rem .125rem;
    width: 52.8%;
  }

  .contacts-block h2,.contacts-block .h2 {
    font-size: 3rem;
    margin-bottom: 1.875rem;
  }

  .contacts-block .address-list address,.contacts-block .address-list .address {
    margin-bottom: 2.25rem;
  }

  .footer-nav {
    font-size: 1rem;
    padding: 0;
    margin-bottom: 0;
  }

  .footer-nav li:after {
    margin: 0 .375rem;
  }

  .intro-section .inner-holder {
    align-items: flex-end;
  }

  .intro-section .inner-holder::after {
    min-height: 38.875rem;
  }

  .intro-section .person-img {
    left: auto;
    right: -7.5rem;
    bottom: 0;
  }

  .intro-section .person-img img {
    width: 550px;
  }

  .intro-section .content-block {
    padding: 0 0 14.25rem;
    text-align: left;
  }

  .intro-section .content-holder {
    padding: 0 2.5rem;
    max-width: 522px;
  }

  .intro-section .content-holder:after {
    top: 50%;
  }

  .intro-section h1,.intro-section .h1 {
    font-size: 2.5rem;
  }

  .intro-section .subscribe-form,
  .subscribe-block-wrapper .subscribe-form {
    margin: 0;
    max-width: 100%;
  }

  .intro-section .subscribe-form input[type="text"],.intro-section .subscribe-form input[type="email"],.intro-section .subscribe-form input[type="tel"],.intro-section .subscribe-form input[type="search"],.intro-section .subscribe-form input[type="password"],.intro-section .subscribe-form input[type="url"],.intro-section .subscribe-form input[type="date"],.intro-section .subscribe-form input[type="datetime"],.intro-section .subscribe-form input[type="datetime-local"],.intro-section .subscribe-form input[type="time"],.intro-section .subscribe-form input[type="week"],.intro-section .subscribe-form input[type="month"],.intro-section .subscribe-form input[type="number"],.intro-section .subscribe-form input[type="color"],.intro-section .subscribe-form input:not([type]),.intro-section .subscribe-form textarea {
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .intro-section .subscribe-form .form-group {
    padding: 0;
    display: flex;
  }

  .intro-section .subscribe-form .form-group .btn {
    flex: 0 0 auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .intro-nav-holder {
    position: absolute;
    left: 50%;
    margin-left: -233px;
    bottom: 0;
    width: 466px;
    overflow: hidden;
    border-radius: .625rem .625rem 0 0;
  }

  .intro-nav li:first-child a {
    border-top-left-radius: .625rem;
  }

  .intro-nav li:last-child a {
    border-top-right-radius: .625rem;
  }

  .intro-nav a {
    padding: 1.25rem .9375rem;
    background-color: rgba(0, 57, 118, .8);
  }

  .intro-nav .icon-holder {
    font-size: 2.4375rem;
  }

  .intro-nav .title {
    font-size: 1.25rem;
  }

  .news-section .bg-block {
    height: 970px;
  }

  .news-section .bg-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 400px;
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, rgba(255, 255, 255, 0) 100%);
  }

  .news-section .social-area {
    padding: 2.625rem 0 4.375rem;
    position: static;
  }

  .news-section .social-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 .6875rem;
    max-width: 1190px;
  }

  .news-section .social-block {
    margin-bottom: 0;
    width: calc(50% - 10px);
    padding: 1.4375rem 1.8125rem 1.9375rem;
  }

  .news-section .social-block:last-of-type {
    width: 100%;
    margin: 3rem 0 0;
  }

  .news-section .social-block h2,.news-section .social-block .h2 {
    font-size: 2.5rem;
  }

  .news-layout {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 3.875rem 0 2.625rem;
  }

  .news-layout .img-block {
    width: 47%;
    border-top-right-radius: .625rem;
    border-bottom-right-radius: .625rem;
  }

  .news-layout .text-block {
    padding: 0 1.375rem;
    width: 53%;
  }

  .news-layout h2,.news-layout .h2 {
    text-align: left;
    font-size: 3rem;
    margin-bottom: 1.9375rem;
  }

  .news-layout .btn-holder {
    text-align: left;
  }

  .news-list {
    margin-bottom: 2.1875rem;
  }

  .news-list .news-item {
    margin-bottom: 2.1875rem;
  }

  .subscribe-block-wrapper .h3 {
    font-size: 2.25rem;
    margin: 0 0 1.875rem;
    text-align: left;
  }

  .intro-internal .text-holder {
    bottom: 5.25rem;
  }

  .modal h1,.modal .h1 {
    font-size: 2.438rem;
  }

  .map-block #map_canvas_google {
    height: 590px;
    border-bottom-left-radius: 0.625rem;
  }
}

@media (min-width: 1024px) {
  body {
    font-size: 1rem;
    line-height: 1.625;
  }

  h1,.h1 {
    font-size: 48px;
  }

  h2,.h2 {
    font-size: 60px;
  }

  h3,.h3 {
    font-size: 42px;
  }

  .content-section h1, .content-section .h1 {
    font-size: 3.25rem;
  }

  .content-section h2, .content-section .h2 {
    font-size: 2.4rem;
  }

  .subscribe-block-wrapper .subscribe-form .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .subscribe-block-wrapper .h3 {
    margin: 0;
  }

  .header .flex-logo {
    margin-left: 2.125rem;
    width: 5.875rem;
  }

  .header-top .contact-holder {
    padding: .625rem 0;
  }

  .header-top .contact-holder::before,.header-top .contact-holder::after {
    right: -1.1875rem;
  }

  .header-top .right-holder {
    padding: 0 .75rem 0 3.8125rem;
    margin: 0;
  }

  .contact-list {
    font-size: .875rem;
    margin: 0 -1.625rem;
  }

  .contact-list li {
    margin: 0 1rem 0 2.25rem;
  }

  .contact-list [class*='icon-'] {
    font-size: 1.5625rem;
    margin-right: .5625rem;
    margin-top: 0;
  }

  .language-tool {
    width: 8.875rem;
  }

  .logo {
    width: 16.375rem;
    margin-right: .9375rem;
  }

  .navbar::after {
    bottom: -2.8125rem;
  }

  .navbar.fixed-position::after {
    bottom: 0;
  }

  .navbar-holder {
    padding: .75rem .625rem;
    position: relative;
  }

  .drop-holder {
    flex-grow: 1;
    width: auto;
    border: 0;
    height: auto;
  }

  .drop-holder .nav-opener {
    display: none;
  }

  .drop-holder .inner-drop {
    padding: 0;
    overflow: visible;
    height: auto;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.375rem;
  }

  .main-nav>li {
    margin: 0 .375rem;
  }

  .main-nav>li:last-child .drop {
    left: auto;
    right: -.3125rem;
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    color: #d5810d;
    text-decoration: none;
  }

  .main-nav>li:nth-last-child(1) .drop .drop,.main-nav>li:nth-last-child(2) .drop .drop,.main-nav>li:nth-last-child(3) .drop .drop {
    left: auto;
    right: 100% !important;
  }

  .main-nav>li:nth-last-child(1) .drop .drop ul,.main-nav>li:nth-last-child(2) .drop .drop ul,.main-nav>li:nth-last-child(3) .drop .drop ul {
    border-radius: .625rem 0 .625rem .625rem !important;
  }

  .main-nav>li>a {
    font-size: .9375rem;
    line-height: 1.2;
    color: #003976;
    padding: 0;
  }

  .main-nav li.hover-js>.drop,.main-nav li.hover-tab>.drop {
    opacity: 1;
    visibility: visible;
  }

  .drop {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
    width: 12.5rem;
    padding: .9375rem 0;
    position: absolute;
    top: 100%;
    left: -.3125rem;
    opacity: 0;
    visibility: hidden;
    padding: .625rem 0 0;
  }

  .drop .third-level-nav,.drop .second-level-nav {
    background: rgba(0, 57, 118, .9);
    padding: .8125rem 0 1.125rem;
    border-radius: 0 0 .625rem .625rem;
  }

  .drop .third-level-nav li.active>a,.drop .second-level-nav li.active>a {
    color: #003976;
  }

  .drop .third-level-nav a,.drop .second-level-nav a {
    padding: .25rem 1.125rem;
    color: #ffffff;
  }

  .drop .third-level-nav a:hover,.drop .second-level-nav a:hover {
    color: #d5810d;
    text-decoration: none;
  }

  .drop .drop {
    left: 100%;
    top: 0;
    margin: 0;
  }

  .drop .third-level-nav {
    border-radius: 0 .625rem .625rem .625rem;
  }

  .nav-opener {
    display: none;
  }

  .alert-holder .alert-wrap {
    justify-content: center;
    padding: .375rem .9375rem;
  }

  .alert-bar .text-wrap {
    font-size: 1rem;
  }

  .alert-bar .text-title {
    font-size: 1.25rem;
  }

  .search-form input[type="search"],.search-form input[type="text"] {
    height: 4.375rem;
    font-size: 1.625rem;
    padding: 1.25rem 3.125rem;
  }

  .intro-section .content-block {
    padding: 0 0 21.75rem;
  }

  .intro-section .content-holder {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    max-width: 532px;
  }

  .intro-section h1,.intro-section .h1 {
    font-size: 3rem;
  }

  .intro-nav-holder {
    width: 632px;
    margin-left: -316px;
  }

  .intro-nav a {
    padding: 1.375rem .9375rem;
  }

  .intro-nav .icon-holder {
    font-size: 3.125rem;
  }

  .intro-nav .title {
    font-size: 1.5rem;
  }

  .news-section .social-block,
  .news-section .social-block:last-of-type {
    width: calc(33% - 15px);
    padding: 2rem 2.75rem 2.3125rem;
    margin: 0;
  }

  .news-section .social-block h2,.news-section .social-block .h2 {
    font-size: 3rem;
    margin-bottom: 1.6875rem;
  }

  .news-layout {
    padding: 6.875rem 0 2.625rem;
  }

  .news-layout .img-block {
    width: 40.7%;
  }

  .news-layout .text-block {
    width: 59.3%;
    padding: 0 3.5625rem;
  }

  .news-layout h2,.news-layout .h2 {
    font-size: 3.75rem;
    margin-bottom: 3.375rem;
  }

  .news-list {
    margin-bottom: 3.125rem;
  }

  .news-list .news-item {
    margin-bottom: 2.625rem;
  }

  .news-item {
    line-height: 1.5;
  }

  .news-item h3,.news-item .h3 {
    font-size: 1.875rem;
    line-height: .8;
  }

  .news-item time,.news-item .time {
    font-size: .875rem;
  }

  .link-more {
    font-size: 1rem;
  }

  .subscribe-block h3, .subscribe-block .h3 {
    padding: 0 2.5rem 0 0;
    margin: 0;
    width: 37%;
    font-size: 2rem;
  }

  .subscribe-block .input-wrap {
    width: 61%;
    display: flex;
  }

  .map-block #map_canvas_google {
    height:670px;
  }
}

@media (min-width: 1280px) {

  .intro-section .inner-holder::after {
    min-height: 40.875rem;
  }

  .subscribe-block h3, .subscribe-block .h3 {
    font-size: 2.4rem;
  }

  .header .flex-logo {
    margin-left: 5.25rem;
  }

  .logo {
    margin-right: 3rem;
    width: 22.75rem;
  }

  .main-nav {
    margin: 0 -.875rem;
  }

  .main-nav>li {
    margin: 0 .75rem;
  }

  .main-nav>li>a {
    font-size: 1.1rem;
  }

  .drop {
    width: 13.6875rem;
  }

  .news-section .social-block {
    padding: 2rem 3.5rem 2.3125rem;
  }

  .footer .map-block {
    width: 39.3%;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .footer .form-block {
    width: 62%;
    padding: 3.125rem .625rem 4.25rem .4375rem;
  }

  .footer.internal .form-block {
    width: 100%;
  }

  .footer .subscribe-form {
    margin-bottom: 3.3125rem;
  }

  .contacts-block {
    width: 62%;
    padding: 4.375rem .625rem .125rem .4375rem;
  }

  .contacts-block h2,.contacts-block .h2 {
    font-size: 3.75rem;
    margin-bottom: 2.5rem;
  }

  .contacts-block h2 br,.contacts-block .h2 br {
    display: none;
  }

  .contacts-block .address-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.625rem;
  }

  .contacts-block .address-list address,.contacts-block .address-list .address {
    width: 50%;
    margin-bottom: 0;
    padding: 0 .625rem;
  }

  .map-block #map_canvas_google {
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1440px) {
  .main-nav>li>a {
    font-size: 20px;
  }

  .footer .form-block {
    padding: 4.4375rem 0.625rem 4.25rem 0.4375rem;
  }

  .contacts-block {
    padding: 7.125rem 0.625rem .125rem 0.4375rem;
  }
}

@media (min-width: 1600px) {
  .main-nav>li>a {
    font-size: 1.375rem;
  }
}

@media (max-width: 374px) {
  .contact-list {
    justify-content: center;
  }
}

@media (max-width: 1023px) {
  .drop-holder {
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95), transform .35s cubic-bezier(.3, .86, .36, .95);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    position: absolute;
    background: rgba(0, 57, 118, .95);
    left: -1.5625rem;
    right: -1.5625rem;
    top: 0;
    overflow: hidden;
  }

  .nav-active .drop-holder {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .main-nav>li.hover-js>a,.main-nav>li.hover-tab>a,.main-nav>li:hover>a {
    color: #d5810d;
    text-decoration: none;
  }

  .main-nav>li.hover-js>a.has-drop-down-a::before,.main-nav>li.hover-js>a.has-drop-down-a::after,.main-nav>li.hover-tab>a.has-drop-down-a::before,.main-nav>li.hover-tab>a.has-drop-down-a::after,.main-nav>li:hover>a.has-drop-down-a::before,.main-nav>li:hover>a.has-drop-down-a::after {
    background-color: #d5810d;
  }

  .main-nav>li.active>a.has-drop-down-a:before {
    transform: translateY(-50%) rotate(90deg);
  }

  .main-nav>li a.has-drop-down-a:before,.main-nav>li a.has-drop-down-a:after {
    transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
    content: '';
    position: absolute;
    background: #ffffff;
  }

  .drop .third-level-nav {
    background-color: #ffffff;
    padding: .625rem 0;
  }

  .drop .third-level-nav a {
    padding: .25rem 1.875rem .25rem 5.625rem;
    color: #003976;
  }

  .main-nav-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 1.25rem;
  }

  .news-list .news-item:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-nav-inner {
    height: calc(100% - 77px);
  }

  .fb-like-box {
    max-width: 300px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .headshot {
    float: none;
    margin: 0 auto 20px;
    display: block;
    max-width: 300px;
  }

  .service-box {
    display: flex;
    width: 100%;
  }

  .service-box .serv-title {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .service-box img {
    width: 100px;
    height: 80px;
  }
}
@media (orientation: landscape) and (max-height: 576px) {
  .news-layout .img-block {
    min-height: 475px;
  }
} 
