/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */





















































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html{
 font-size:16px; 
}

<style>
@media screen and (min-width:480px) { 
  html{
     font-size:16px; 
}
}     
<style>

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper,
.page-center,
.dnd-section > .row-fluid {
  width: calc(100% - 250px);
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1279px) {
  .content-wrapper,
  .page-center,
  .dnd-section>.row-fluid {
    width: 85%;
  }
}

@media (max-width: 800px) {
  .row-fluid.row [class*="span"], 
  .dnd-section>.row-fluid .dnd-column, 
  .dnd-section>.row-fluid>[class*="span"].dnd-module {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Free"; 
  src:  url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-regular-400.woff2") format("woff2"),
    url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-regular-400.woff") format("woff"),
    url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-regular-400.ttf") format("truetype");
  font-style: normal; font-weight: 400; font-display: block;
}



@font-face { 
  font-family: "Font Awesome 5 Free";
   src: url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-solid-900.woff2") format("woff2"),
    url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-solid-900.woff") format("woff"), 
      url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-solid-900.ttf") format("truetype");
  font-style: normal; 
  font-weight: 900;
  font-display: block; 
}

@font-face { font-family: "Font Awesome 5 Brands";
  src: url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-brands-400.woff2") format("woff2"),
    url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-brands-400.woff") format("woff"), 
      url("//8556706.fs1.hubspotusercontent-na1.net/hubfs/8556706/raw_assets/public/Handk_January_2022/fonts/free-fa-brands-400.ttf") format("truetype");
        font-style: normal;
        font-weight: 400;
        font-display: block; 
        }






/*=================*/

html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 3.75rem;
}

h2 {
  font-size: 3.0625rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
}


h3 {
  margin: 0;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}


h1,
h2{
  TEXT-ALIGN:CENTER; 
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/*------------*/


.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa.fa-clipboard, .fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
.fab, .far {
  font-weight: 400;
}
.fa-twitter:before {
  content: "\f099";
}
.fa.fa-facebook:before {
  content: "\f39e";
}
.fa-clipboard:before {
  content: "\f328";
}

/*------------*/

@media (max-width: 800px) {

  h2{
    margin: 40px auto 30px auto; 
  }

}
@media (max-width: 767px) {
  html {
    /*     font-size: 12.0px */
  }
}

@media (max-width: 480px) {
  html {
    /*     font-size: 9.6px */
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

/* form {
max-width: 700px;
} */



.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  
  text-decoration: none;
  font-family: abel,ryo-gothic-plusn, sans-serif;
  letter-spacing: 1px;
  display: block;
  cursor: pointer;
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  width:100%;
  font-size: 14px;
}

form .actions  {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:0;
  border-width: 1px;
  border-style: solid;
  padding: 0 !important;
}

.form-container .actions {
  margin: 10px 0;
}



.inq-form form .hs_message{
  position: inherit !important;
  width: 100% !important;
  top: inherit !important;
  right: inherit !important;
  margin-bottom: 0;
}
.inq-form form textarea{
  height: 60px !important;
  resize: auto !important;
}
.inq-form form .actions{
  position: inherit !important;
  width: 100% !important;
  top: inherit !important;
  right: inherit !important;
}

.inq-form form .actions:after{
  right:auto;
  left: 50%;
}

a.hs-button.large.primary:after {
  content: "";
  display: inline-block;
  height: .5rem;
  width: .5rem;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  transform-origin: center;
  pointer-events: none;
  margin-left: 11px;
  position: relative;
}

a.hs-button.large.primary:hover:after {
  left: 6px;
}


form.hs-form .actions {
  padding: 0;
}

form .actions input.hs-button {
  border: 0;
  background: 0;
  margin: 0;
}

form .actions:hover:after {
  /*   left: calc(50% + 6px); */
  right: calc(35% - 6px);
}

.form-container form .actions:after {
  margin-left: 0;
  right: 41%;
}

.form-container form .actions:hover:after {
  right: calc(41% - 6px);
  transition: 0.3s ease;
}

#hs_cos_wrapper_my_login  form .actions:after,
#hs_cos_wrapper_my_login  form .actions:after {
  margin-left: 0;
  right: 46%;
}

#hs_cos_wrapper_my_login  form .actions:hover:after,
#hs_cos_wrapper_my_login  form .actions:hover:after {
  right: calc(46% - 6px);
  transition: 0.3s ease;
}


#hs_cos_wrapper_my_password_reset_request  form .actions:after {
  right: 40%;
}

#hs_cos_wrapper_my_password_reset_request  form .actions:hover:after {
  right: calc(40% - 6px);
  transition: 0.3s ease;
}


#hs_cos_wrapper_my_login  form .actions:after {
  margin-left: 0;
  right: 46%;
}

#hs_cos_wrapper_my_login form .actions:hover:after {
  right: calc(46% - 6px);
  transition: 0.3s ease;
}

.inq-form form{
  padding-right: 0 !important;
}

.inq-form form .actions:hover:after{
  left: calc(50% + 6px);
  right:auto;
}


.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.btn{
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  margin: 0 auto;
  padding: 14px 28px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

.btn:hover{
  background-color: #000;
  color: #fff;
  cursor: pointer;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #ff0000;
}


input.hs-search-field__input, input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  color: #000; 
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  letter-spacing: 1px;
  font-size: 14px;  line-height: inherit;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  width: 100%;
  line-height: normal;
  font-family: abel,ryo-gothic-plusn, sans-serif;
  height: 49px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #757575;
}


.hs-input::-webkit-input-placeholder {
  color: #757575;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #ff0000;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #ff0000;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 10px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;




      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}



label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-size: 13px;
}
.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
ul.no-list {
  list-style: none;
}.inputs-list>li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.hs-error-msgs label {
  color: #f2545b;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-size: 13px;
}


ul.no-list.hs-error-msgs label{
  color: #ff0000 !important;
}

ul.no-list li, ul.no-list li label {
  margin: 0;
}

ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
}

input#hs-pwd-widget-password {
  height: 40px !important;
  margin-bottom: 15px;
}

input.email-edit.hs-input {
  width: 100% !important;
  padding: 0 15px !important;
}

@media(max-width:800px){
  .btn{
    font-size: 14px;
    padding: 8px; 
  }  
}

form fieldset {
  max-width: inherit !important;
}

/*サービスページのフォームデザイン変更*/
.serviceFV__rightForm form{
  background:#f1f1f1;
  padding: 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.serviceFV__rightForm form input,
.serviceFV__rightForm form select,
.serviceFV__rightForm form textarea{
  background: #fff;
  border: solid 0.5px #ccc !important;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
.serviceFV__rightForm form input{
  height: 40px !important;
}

.serviceFV__rightForm form input[type=checkbox]{
  height: auto !important;
}
.serviceFV__rightForm form input[type=file]{
  height: 35px !important;
}


.serviceFV__rightForm form select:focus{
  background: #fff !important;
}
.serviceFV__rightForm form input::placeholder,
.serviceFV__rightForm form select::placeholder,
.serviceFV__rightForm form textarea::placeholder{
  color: #ccc;
  font-size: 0.7rem;
}

.serviceFV__rightForm .hs-form-required {
  font-size: 0;
}

.serviceFV__rightForm .hs-form-required::after {
  content: "必須";
  font-size: .5rem;
  padding-left: 1rem;
}

.serviceFV__rightForm form a{
  color: #0089FF !important;
}





form{
  padding: 1.5rem!important;
  background: #FAFAFA !important;
  border: solid #f5f5f5 1px;
  border-radius: 10px;
}

form input,
form select,
form textarea{
  background: #fff;
  border: solid 0.5px #ccc !important;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
form input{
  height: 40px !important;
}

form input[type=checkbox]{
  height: auto !important;
}
form input[type=file]{
  height: 28px !important;
}


form select:focus{
  background: #fff !important;
}
form input::placeholder,
form select::placeholder,
form textarea::placeholder{
  color: #ccc;
  font-size: 0.7rem;
}

.hs-form-required {
  font-size: 0;
}

.hs-form-required::after {
  content: "必須";
  font-size: .5rem;
  padding-left: 1rem;
}

form a{
  color: #60c4d2 !important;
}


.hs-register-widget-show-password{
  font-size: 12px;
  font-weight: bold;
}


.hs-input{
  border-radius: 5px !important;
}

.hs-form-field{
  margin-top: 0.5rem;
}

.hs-form-field label{
  font-weight: bold !important;
}

.hs-form-field p {
  font-size: 14px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
****************************************************************************** */


.body-wrapper > .outer-wraper {
  padding: 0 0 0 250px;
}
.body-wrapper {
  margin-top: -6px;
}

[class*="force-full-width-section"]>.row-fluid {
  width: 100% !important;
}

.banner-section .dnd-section>.row-fluid {
  width: 100%;
}

.banner-section [class*="span"] {
  padding: 0;
}

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

.btn.btn-transparent {
  padding: 14px 28px;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}

.btn.btn-transparent:hover {
  background: #000;
  color: #fff;
}

/*-------------*/

.phl-main h2{
  margin: 60px auto;
}

/*------ cursor -----*/

#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #ffa500;
  border-radius: 50%;
  -webkit-transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  transition: top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 9999;
}
#stalker.hov_ {
  top: -32px;
  left: -32px;
  width: 64px;
  height: 64px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 165, 0, 0.4);
  z-index: 9999;
}
#stalker.hov_:before {
  content: 'Click';
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*----- BREADMNU-----*/
.breadmenu *{
  font-size: 0.8rem;
}

.breadmenu{
  padding-bottom: 0.5rem;
  border-bottom: solid 1px #F4F4F4;
  margin: 0.5rem 0;
}

　

.breadmenu ul.hs-breadcrumb-menu {
  padding: 0;
  margin: 0;
  display: block;
}

.breadmenu ul.hs-breadcrumb-menu li {
  display: inline-block;
  padding: 5px;
  float: none;
}

.breadmenu ul.hs-breadcrumb-menu li:first-child {
  text-transform: UPPERCASE;
}

.hs-breadcrumb-menu-divider:before {
  content: '＞';
  color: #9B9B9B;
}

.breadmenu ul.hs-breadcrumb-menu li:first-child span.hs-breadcrumb-menu-divider {
  margin-left: 4px;
}

a.button-module-link {
  display: inline-block;
}

.hm-banner .text * {
  font-family: "YuMincho", "Yu Mincho", serif;
}
/*----------------*/

.phl-main .hs_cos_wrapper_type_rich_text p{
  margin:0; 
}

.breadmenu.compny-menu .page-center {
  padding-top: 60px;
}

.compny-main .hs_cos_wrapper_type_rich_text h1 {
  margin: 0 0 120px 0;
}

.compny-main .hs_cos_wrapper_type_rich_text h2 {
  text-align: center;
  margin: 100px auto 60px;
}

.t_hdr h2.title-right {
  text-align: right;
  font-weight: bold;
  margin-bottom: 0;
}

.t_hdr h2.title-left {
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}

.back-figure {
  font-size: 100px;
  font-weight: bold;
  color: #f7f7f7;
  position: absolute;
  z-index: -1;
  top: 50px;
  left: -50px;
  margin: 0;
}

h2.title-right img {
  width: 70px;
  margin: 0 20px 0 0;
}

h2.title-left img {
  width: 70px;
  margin: 0 0 0 20px;
}

.btn-wrp span {
  display: block;
  width: 100%;
}

a.btn {
  display: inline-block;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

/* .serv-main .t_hdr h2.title-right {
  margin: 60px auto;
} */

.serv-main .t_hdr p.back-figure {
  top: 180px;
}

/*---- market page -----*/

.breadmenu.mkt-menu {
  padding-top: 36px;
}

.mkt-main .hs_cos_wrapper_type_rich_text h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 50px;
  color: #333;
}

.inq-form form {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding-right: 51%;
  margin-bottom: 55px;
}

.inq-form form .field > label {
  display: none;
}

.inq-form form textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  height: 222px;
  resize: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 100%;
}

.inq-form form input.hs-button {}

.serv-banr .banner-content.page-center {
  padding: 0 15px;
  max-width: 100%;
}

/* .serv-main h2 {
  margin: 60px auto;
} */

.serv-main .feat_wrap .row {
  height: 500px;
}

.serv-main .feat_wrap .item {
  width: 200px;
  height: 200px;
}

.serv-main .feat_wrap .item .content {
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

.serv-main .feat_wrap .item .title h3 {}

.serv-main .feat_wrap .item .title {
  height: 80px;
  font-size: 14px;
}

.serv-main .feat_wrap .item.it2 {
  top: 200px;
  right: 18vw;
  left: auto;
}

.serv-main .feat_wrap .item.it3 {
  top: 200px;
  left: 17vw;
  right: auto;
}

canvas {
  display: block;
}

.serv-menu.breadmenu ul.hs-breadcrumb-menu li span.hs-breadcrumb-menu-divider {
  margin-left: 4.5px;
}

.serv-mkt-banr .banner .text {
  padding-bottom: 7px;
}

.recr-bnnr .banner .text {
  padding-top: 11px;
}

.serv-mkt-main .hs_cos_wrapper_type_rich_text p {
  text-align: center;
}

.cont_img_wrap .item {
  width: 100%;
}

.cont_img_wrap .row {
  display: flex;
  flex-direction: column;
}

.inq-form form .actions:after {
  height: 9px;
  width: 9px;
  margin-top: 9px;
}

.banner .text h1 {
  font-size: 40px;
}

.banner .text {
  padding: 0 10px;
}



/*--------------*/


@media(min-width:801px){
  .inq-form form .hs_message {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
    margin-bottom: 0;
  }
  .inq-form form .actions {
    position: absolute;
    width: 49%;
    top: 233px;
    right: 0;
  }

  br.sp-only {
    display: none;
  }

  .inq-form form .hs_error_rollup + .hs_submit .actions {
    top: 272px;
  }

}


@media(min-width:1280px){
  
  .phl-inr-page .hs_cos_wrapper_type_rich_text h2 br {
    display: none;
  }

  .tab-wrap .tabcontent>.inner h3 br {
    display: none;
  }
}

@media(max-width:1279px){

  br.visible-phone{
    display: inherit !important;
  }

  .body-wrapper {
    margin-top: 0px;
  }

  .body-wrapper > .outer-wraper {
    padding: 0 ;
  }

  .phl-page .dnd-section {
    padding: 150px 0 30px 0;
  }

  .breadmenu.compny-menu {
    padding: 0;
  }

  .back-figure {
    left: 0;
  }

  .serv-banr .banner {
    min-height: 260px;
  }

  .serv-banr .banner-content h1 {
    font-size: 28px;
  }

  .serv-main .feat_wrap .item.it3 {
    left: 24vw;
  }

  .serv-main .feat_wrap .item.it2 {
    left: auto;
    right: 26vw;
  }

  .btn.btn-transparent br.sp-only {
    display: block;
  }

  .btn.btn-transparent {
    padding: 10px;
  }

  .tt_desc_wrap .inr .bottom h4 br,
  .banner h1 br.sp-only {
    display: block;
  }

  .serv-mkt-banr .banner .text {
    padding-top: 81px;
    padding-bottom: 0;
  }

  .serv-mkt-banr .banner .text h1 {
    line-height: 1.5;
  }

  .recr-bnnr .banner .text {
    padding-top: 40px;
  }

}

@media(max-width:800px){

  .serv-main .t_hdr h2.title-right ,
  .serv-main h2 {
    margin: 30px auto;
  }

  .phl-main .dnd-section {
    padding: 20px 0;
  }

  .phl-main .hs_cos_wrapper_type_rich_text {
    font-size: 14px;
  }

  .phl-main h2{
    margin: 40px auto 30px auto;
  }

  .breadmenu.compny-menu .page-center {
    padding-top: 20px;
  }

  .compny-main .hs_cos_wrapper_type_rich_text h1 {
    margin: 60px;
    font-size: 28px;
  }

  .t_hdr  h2.title-left,
  .t_hdr h2.title-right{
    font-size: 20px;
  }

  .back-figure {
    top: 60px;
    left: -25px;
    font-size: 50px;
  }

  .serv-main .dnd-section > .row-fluid,
  main.body-container-wrapper.mkt-main .dnd-section > .row-fluid ,
  .breadmenu.mkt-menu .page-center {
    width: 90%;
  }

  .breadmenu.mkt-menu {
    padding-left: 0;
  }

  .inq-form form {
    padding: 0;
    margin-bottom: 0;
  }

  .inq-form form textarea {
    margin-top: 20px;
    margin-bottom: 25px;
  }

  .mkt-main .dnd-section {
    padding-bottom: 30px;
  }

  .serv-banr .banner {
    background-position: 0 -70px !important;
    min-height: 150px;
  }

  .serv-banr .banner-content h1 {
    font-size: 24px;
  }

  .btn.btn-transparent {
    font-size:14px;
    padding: 8px;
  }

  .serv-main .feat_wrap .row {
    width: 100%;
    height: 400px;
  }

  .serv-main .feat_wrap .item {
    width: 180px;
    height: 180px;
  }

  .serv-main .feat_wrap .item .title {
    line-height: 1.5;
    padding: 30px 0;
  }

  .serv-main .feat_wrap .item.it3 {
    top: 160px;
    left: 46vw;
    right: auto;
  }

  .serv-main .feat_wrap .item.it2 {
    top: 160px;
    left: auto;
    right: 46vw;
  }

  .serv-main .widget-type-linked_image {
    display: block;
    width: 100%;
  }
  
  .t_hdr p.back-figure,
  .serv-main .t_hdr p.back-figure {
    top: 90px;
  }

  .tab-wrap .tabcontent .left p {
    margin: 0;
  }

  .serv-mkt-main .t_hdr p.back-figure {
    top: 60px;
    left: -25px;
  }

  .serv-mkt-banr .banner-content h1 {
    line-height: 1.5;
    font-size: 28px;
    margin-top: 12px;
  }

  .home-main .philosophy .dnd-section {
    padding: 60px 0 30px 0;
  }

  .contact .cont_grup h2.title-right {
    margin-top: 0;
  }

  .contact .cont_grup .back-figure {
    top: 60px;
  }

  .serv-mkt-banr .banner .text {
    padding: 0;
  }

  .recr-bnnr .banner .text {
    padding-top: 20px;
  }

  .serv-mkt-main .dnd-section>.row-fluid {
    width: 85%;
  }

  .serv-mkt-main .hs_cos_wrapper_type_rich_text p {
    text-align: left;
  }

  #stalker {
    display: none;
  }

  .phl-inr-banr .banner .text * ,
  .phl-banr .banner .text * {
    color: #000;
  }

  .phl-inr-banr .banner .text ,
  .phl-banr .banner .text {
    padding-bottom: 7px;
  }

  .btn.btn-transparent {
    text-align: left;
  }
}

@media(max-width:479px){
  .serv-main .feat_wrap .row {
    height: auto;

  }

  .banner .banner-content {
    padding-top: 20px;
  }

  .phl-inr-banr .banner-content.page-center,
  .phl-banr .banner-content.page-center {
    padding: 0;
  }

}

@media(max-width:380px){
  .serv-banr .banner {
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
  }

  .serv-mkt-banr.serv-banr .banner {
    background-position: 0 -70px !important;
    background-repeat: repeat !IMPORTANT;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.header_btn a {
  display: inline-block;
  width: 200px;
  height:50px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  line-height: 52px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.header_btn a:after{
  width: 100%;
  height: 340%;
  content:"";
  position: absolute;
  border: 1px solid #000;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.header_btn a:hover{
  color: #fff;
  background-color: #000;
}
.header_btn a:hover:after{
  height: 0;
  opacity: 1;
  border: 0px solid #000;
}
.header_btn a:active:after{
  height: 340%;
  opacity: 1;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/*==================*/

header.header {
  font-size: 14px;
  position: fixed;
  z-index: 999;
  text-align: center;
  width: 250px;
  height: 110vh;
  padding-top: 0;
  top: 0;
  left: 0;
}

.header-logo {
  width: 100%;
}

.header-logo img.hs-image-widget {
  width: 30%;
  margin: 55px 42px 65px 42px;
}

.header_btn .hs_cos_wrapper_type_rich_text {
  display: block;
  width: 100%;
}

.header_btn a {
  display: inline-block;
}


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

.lp .header-logo img.hs-image-widget {
  width: 75px !important;
}

@media(min-width:800px){

  .custom-menu-primary {
    margin-bottom: 45px;
  }

  .custom-menu-primary .hs-menu-wrapper ul {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li > a {
    font-weight: 100;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li {
    position: relative;
    z-index: 5;
    padding: 10px 42px;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    padding: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li > a {
    padding: 0;
    padding: 10px 42px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li > ul {
    height: 100vh;
    width: 300px;
    position: fixed;
    z-index: -5;
    top: 0;
    left: 250px;
    padding: 175px 0px;
    opacity: 1;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s ease;
    overflow: hidden;
    overflow-y: auto;
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul >li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul >li {
    width: 100%;
    text-align: left;
    line-height: 1.5;
    padding: 0;
    padding: 23px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul >li > a {
    display: inline;
    padding: 0;
  }

  .header_btn a {
    margin: 0 auto;
    padding: 14px 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid #000;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    font-size: inherit;
    line-height: 1.5;
  }

}

@media(min-width:1280px){
  header.header .inner {
    max-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 21px;
  }

  .header-right {
    width: 100%;
  }
}

@media(max-width:1279px){


  header.header {
    width: 100%;
    height: auto;
    font-size: 14px;
    padding: 0;
  }

  header.header .header__container {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header-logo {
    width: 88px;
  }

  .header-logo img.hs-image-widget {
    width: 100% !important;
    margin: 2rem;
    max-width: 60px;
  }
  .header-right {
    margin: 0 10px 0 auto;
    font-weight: lighter;
  }

  .header_btn {
    display: none;
  }

}


@media(max-width:1279px){

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1>a {
    color: #fff !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul >li {
    width: 100%;
    text-align: left;
    line-height: 1;
    padding: 1rem;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1:hover {
    background-color: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-1>ul {
    background-color: transparent !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li > ul {
    height: auto;
    width: auto;
    position: initial;
    padding: 0;
  }


  .header-logo img.hs-image-widget {
    max-width: 50px;
    margin: 0;
  }
  .header-logo {
    width: 50px;
  }

  header.header .inner {
    padding: 10px 10px 8px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  header.header {
    z-index: 10002;
  }


  .header-right {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 20;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: fadeOut 1s;
    animation: fadeOut 1s;
    pointer-events: none;
  }

  .mobile-open .header-right {
    padding: 0;
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    background-color: rgb(61 61 61 / 88%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
    pointer-events: all;
  }

  .header-right:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
  }

  .header-right .iner {
    width: 60%;
    margin: 0 auto;
    margin-top: 75px;
  }

  .custom-menu-primary .hs-menu-wrapper ul {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li {
    display: block;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li > a {
    color: #fff;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 25px 0;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li > ul.hs-menu-children-wrapper {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    padding: 12.5px 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li:first-of-type > a {
    padding-top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li:LAST-of-type > a {
    padding-bottom: 25px;
  }

  .header_btn {
    display: block;
    margin-top: 25px;
  }

  .header_btn a {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    line-height: 1.5;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li >.child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 71px;
    cursor: pointer;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li >.child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 71px;
    cursor: pointer;
    width: 100%;
  }

  .custom-menu-primary .hs-menu-wrapper ul > li {
    position: relative;
  }


  /*　新しいハンバーガーボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index: 9999999;
    right : 13px;
    top   : 12px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }

  /* ナビ開いてる時のボタン */
  .mobile-open .hamburger {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition     : all 0.3s ease-in-out;
    transition        : all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay     : 0.6s;
    transition-delay        : 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform    : rotate(45deg);
    -o-transform     : rotate(45deg);
    transform        : rotate(45deg);
  }
  .mobile-open .hamburger span:nth-child(2){
    width: 0px;
  }
  .mobile-open .hamburger span:nth-child(1),
  .mobile-open .hamburger span:nth-child(3){
    background :#fff;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .mobile-open .hamburger span:nth-child(1){
    -webkit-transform: translateY(4px);
    -ms-transform    : translateY(4px);
    -o-transform     : translateY(4px);
    transform        : translateY(4px);
  }

  .mobile-open .hamburger span:nth-child(3){
    -webkit-transform: translateY(-16px) rotate(90deg);
    -ms-transform: translateY(-16px) rotate(90deg);
    -o-transform : translateY(-16px) rotate(90deg);
    transform    : translateY(-16px) rotate(90deg);
  }

}

.header .hs-menu-item{
  display: flex;
  align-items: center;
  gap: 20px;
}

.header .hs-menu-image{
  width: 40px;
  height: 40px;

}
.hs-menu-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media(max-width:800px) and (max-height:700px){

  .header-right .iner {
    max-height: calc(100vh - 75px - 102px);
    overflow: hidden;
    overflow-y: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  text-align: center;
}
.footer__container {
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  margin: .5rem 0;
}

/*-------------*/

footer.footer {
  padding: 0 0 30px 250px;
}

footer.footer .footer-menu {
  padding: 60px;
  line-height: 2.5;
}

.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  display: block;
}

.footer-menu .hs-menu-wrapper > ul {
  display: flex;
  justify-content: space-around;
}

.footer-menu .hs-menu-wrapper > ul li a {
  text-align: left;
}

.footer-menu .hs-menu-wrapper > ul ul > li> a {
  font-size: 12px;
  padding: 0;
  display: inline;
}

.footer-menu .hs-menu-wrapper>ul > li > a {
  padding: 0;
  font-weight: bold;
  font-size: 14px;
}

.footer-menu .hs-menu-wrapper>ul > li:last-child a {
  font-weight: bold;
  font-size: 14px;
}


.footer-menu .hs-menu-wrapper > ul ul > li {
  display: block;
  width: 100%;
  font-size: 12px;
  text-align: left;
}

.copyright {
 color: #fff;
}

@media(max-width:1279px){
  footer.footer {
    width: 100%;
    padding: 0;
  } 
}


@media(max-width:799px){
  footer.footer .footer-menu {
    padding: 10px 10px 120px 10px;
  }

  .footer-menu .hs-menu-wrapper>ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-menu .hs-menu-wrapper>ul > li {
    margin: 20px 10px 10px 10px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a,
  .footer-menu .hs-menu-wrapper>ul>li:last-child a {
    font-size: 12px;
  }
}

@media(max-width:479px){
  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    display: block;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

.cm_blog-wrap{
  background: #f5f5f5;  
  
}

.cm_blog{
  display: flex;
  flex-direction: column;
  margin: 0 2rem;
  width: calc(100% - 4rem);
}

@media(max-width: 768px){
  .cm_blog{
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
}

.blog-post_wrap{
  background: #fff;
  max-width: 980px;
  margin: 0 auto;
  padding: 2rem;
  border-radius: 2rem;
}

.blog-post_wrap .content-wrapper{
  width: auto !important;
  max-width: 100% !important;
}



.blogPost__hedder{
  display: flex;
  align-items: center;
  height: 40vh;
}
.blogPost__hedderL{
  margin:0 2rem;
  width: 60%;
}
.blogPost__hedderR{

}
.blogPost__tags{

}
.blogPost__tag{
  border: solid 1px #d8d8d8;
  padding: 3px 10px;
  font-size: 0.8rem;
  transition: all 0.2s;
  display: inline-block;
}
.blogPost__tag:hover{
  border: solid 1px #000;
  background: #000;
  color: #fff;
}
.blogPost__date{
  display: flex;
  font-size: 0.8rem;
  text-align: left;
  margin-top: 0.5rem;
}
.blogPost__date .publish{
  margin-right: 1rem;
}
.blogPost__date .updated{

}
.blogPost__title{
  margin-top: 0.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
.blogPost__authorName{
  margin-top: 0.5rem;
}
.blogPost__cta{
  margin-top: 0.5rem;
  display: flex;
}
.blogPost__cta .Document{
  margin-right: 1rem;
}
.blogPost__cta .Contact{

}
.blogPost__img{
  width: 45%;
  margin-left: auto;
}
.blogPost__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogPost__author{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  border: solid 1px #d8d8d8;
  max-width: 1000px;
  margin: 2rem auto;
}
.blogPost__authorL{
  width: 30%;
  display: flex;
  justify-content: center;
  margin: 0 1rem;
}
.blogPost__authorR{
  width: 70%;
}
.blogPost__author .avatar{
  max-width: 150px;
}
.blogPost__author .avatar img{
  width: 100%;
}
.blogPost__author .name{
  font-size: 1.2rem;
}
.blogPost__author .bio{
  font-size: 0.8rem;
  margin-top: 1rem;
}
.blogPost__author .sns{
  display: flex;
  margin-top: 1rem;
}
.blogPost__author .sns .twitter{
  margin-right: 1rem;
}
.blogPost__author .sns .youtube{

}
.richiText{
  margin: 2rem;

}

@media (max-width: 1100px){
  .blogPost__hedder{
    display: flex;
    flex-direction: column;
    justify-content: normal;
    align-items: center;
    height: auto;
  }
  .blogPost__hedderL{
    margin:2rem 2rem;
    width: 100%;
  }
  .blogPost__title{
    font-size: 1.5rem;
  }
  .blogPost__img{
    width: 100%;
  }

}

@media (max-width: 550px){
  .blogPost__author{
    display: flex;
    flex-direction: column;
  }


  .blogPost__author .sns {
    flex-direction: column;
    align-items: center;
  }

  .blogPost__author .sns .twitter{
    margin-right: 0;
  }
  .blogPost__authorL{
    width: 100%;
  }
  .blogPost__authorR{
    width: 100%;
  }
}

/* TODO: Find a better place for this */
.content-wrapper {

}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
  
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 2rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/*--------*/

.blog-header {
}

.blog-header h2.contentslist-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.blog-index_wrap {
}

.blog-index_wrap .content-wrapper {
  padding: 0;
  position: relative;
}

.blog-header p.back-figure {
  left: -50px;
  top: -10px;
}

.post-listing {
}

.post-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 100px 0 0 0;
  flex-wrap: wrap;
}

.post-listing:before {
  content: '';
  display: block;
  width: 28%;
}

.post-item {
  width: 28%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-top: 20px;
}

.post-item:first-child,.post-item:nth-child(2) {
  margin-top: 0;
}

.post-item h3 {
  padding: 20px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

.post-item .body p {
  padding: 0 20px 20px 20px;
  font-weight: lighter;
  font-size: 14px;
  margin: 0;
}

.post-item .img {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 170px;
} 

/*-----------*/

.cm_blog.post .content-wrapper {
  max-width: 1020px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto 150px;
  width: 100%;
}

/* .blog-post-body-wrap h1.blog-post__title {
padding: 60px 0;
text-align: center;
font-size: 3rem;
margin: 0;
font-weight: normal;
line-height: inherit;
} */

.cm-post__body p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 14px auto;
}

.section.cm-post__body img:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
}

.section.cm-post__body h2 {
  margin-top: 2rem;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  text-align: left;
  padding: 0.5rem 1rem;
  border-left: 5px solid #000;
  background: #f4f4f4;
}

.section.cm-post__body h2 span{
  font-size: 1.5rem !important;
}

.section.cm-post__body img {
  display: block;
  margin: 30px auto;
}

.section.cm-post__body h3 {
  margin-top: 2rem;
  font-weight: bold !important;
  font-size: 1.2rem !important;
  border-left: 5px solid #000;
  padding-left: 14px;

}

.section.cm-post__body h3 span{
  font-size: 1.2rem !important;
  font-weight: bold !important;
}

.section.cm-post__body ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


/*--------*/

/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.author{
  display: none;
}

.post .author {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin: 30px auto;
  padding: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  display: none;
}

.post .author p.author-ttl {
  border-radius: 3px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 0;
  text-align: center;
  line-height: 25px;
  height: 25px;
  position: absolute;
  left: -10px;
  top: -10px;
}

.post .author figure {
  margin: auto;
  DISPLAY: BLOCK;
}

.post .section .author figure img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 7px;
}

.post .author p.author-prof {
  width: calc(100% - 170px);
  font-size: 14px;
  line-height: 1.5;
  padding-left: 15px;
}

.post .author p.author-prof > strong {
  font-size: 20px;
  font-weight: normal;
}

.post .author p.author-prof > span {
  display: inline-block;
  line-height: 2.5;
}

.post .author p.author-prof a.author_link {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  margin: 5px 5px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

.post .author p.author-prof a.author_link.link_twitter {
  background: #1da1f2;
}

.post .author p.author-prof a.author_link.link_youtube {
  background: #ff3f3f;
  margin-right: 0px;
}

.fa-youtube:before {
  content: "\f167";
}


.post .section .img_3c {
  max-width: 600px;
  margin: 60px auto;
}

.post .section .img_3c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post .section .img_3c ul > .img_3c-list {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  background: #E0EEEF;
  width: calc(50% - 10px);
  margin-bottom: 20px;
  border-radius: 50%;
  position: relative;
  padding: 20px;
}

.post .section .img_3c ul > li:nth-child(1) {
  background: #EF8B8B;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 auto -20px;
}

.post .section .img_3c ul > li:nth-child(2) {
  background: #9CD194;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.post .section .img_3c ul > li:nth-child(3) {
  background: #9AD6EB;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.post .section .img_3c ul > li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.post .section .img_3c ul > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

li.img_3c-list {
}

.post .section .img_3c .img_3c-list h4 {
  border: 0;
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  color: #fff;
  font-weight: bold;
}

.img_3c .right-txt,.img_3c .left-txt,.img_3c .mutual-txt {
  text-align: center;
  position: absolute;
  margin: auto;
  z-index: 3;
}

.img_3c-customer .right-txt {
  right: -40%;
  bottom: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  color: #8C1A1A;
}

.img_3c-customer .left-txt {
  left: -35%;
  bottom: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  color: #8C1A1A;
}

.img_3c-company .left-txt {
  right: 45%;
  top: -23%;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  color: #226B16;
}

.img_3c-company .mutual-txt {
  bottom: -10%;
  left: -45%;
  color: #166B61;
}

.img_3c-competitor .right-txt {
  color: #0E4B60;
  left: 45%;
  top: -23%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.img_3c-list p, .img_3c-list i {
  margin: 0 auto;
}

.img_3c-list p {
  line-height: 1.5;
  font-weight: bold;
}

.img_3c-list i {
  font-size: 80px;
  line-height: 1;
}

.img_3c-customer .right-txt * {
  color: inherit;
}

.cm-post__body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table[data-table2] {
  border: 0;
}

table[data-table2] th,table[data-table2] td {
  border: 1px solid #666;
  vertical-align: middle;
  padding: 15px;
}

table[data-table2] tr th {
  width: 33%;
}

table[data-table2] tr th:first-child {
  border-left: none;
  border-top: none;
}

table[data-table2] h4 {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
}

table[data-table2] h5 {
  font-weight: normal;
  font-size: 20px;
  color: #666;
}

table[data-table2] h5 span {
  line-height: 1.5;
  padding: 5px;
}

table[data-table2] p {
  font-size: 1rem;
  line-height: 1.5;
  margin: .5em auto;
}

.cm-post__body ol {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.cm-post__body h4 {
  margin-top: 2rem;
  font-size: 1.2rem !important;
  font-weight: bold !important;
  padding: 0.1rem 0.5rem;
  border-left: 3px solid #d8d8d8;
}
.cm-post__body h4 span{
  font-size: 1.2rem !important;
  font-weight: bold !important;
}

table[data-table3] td {
  border: solid 1px black;
  vertical-align: middle;
  padding: 0;
}

table[data-table4] * {
  font-size: inherit;
  font-weight: normal;
  padding: 0;
}

table[data-table4] th,table[data-table4] td {
  border: solid 1px black;
  text-align: center;
  vertical-align: middle;
}

table[data-table4] {
  font-size: 14px;
}

.table-wrap:not(.noScroll) {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
  overflow-y: hidden;
}

.cm-post__body table[data-table4] {
  margin: 0 auto 60px;
  font-size: 14px;
  width: 1000px;
}

.post-item.po2 .img {
  background-position: initial;
  background-size: contain;
}


.cm_blog-wrap .cont_grup .item a.btn {
  text-align: center;
}

/*----------------*/

@media(max-width:1020px){
  .cm_blog.post .content-wrapper {
    max-width: 620px;
    padding: 0 10px;
  }

  .blog-post-body-wrap h1.blog-post__title {
    padding: 150px 0 50px 0;
    font-size: 2.2rem;
  }


  .section.cm-post__body img:not(:first-child) {
    width: 400px !important;
  }

}


@media(max-width:800px){
  .blog-index_wrap.section-padding {
    padding: 60px 0 30px 0;
  }

  .blog-header p.back-figure {
    left: -50px;
    font-size: 100px;
    top: -30px;
  }

  .post-listing {
    display: block;
  }

  .post-item {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .blog-post-body-wrap h1.blog-post__title {
    padding: 130px 0 50px 0;
    font-size: 2.2rem;
  }

  .post .cont_grup .page-center {
    padding: 80px 0 30px 0;
  }

  .post  .t_hdr h2.title-right {
    font-size: 24px;
    margin: 0;
  }

  .post-item.po2 .img {
    background-size: cover;
    background-position: center;
  }
}

@media(max-width:600px){
  .post-item {
    margin-bottom: 50px;
  }

  .cm_blog.post .content-wrapper {
    max-width: 550px;
    margin: 0 auto 75px;
    padding: 5px 10px;
  }

  .blog-post-body-wrap h1.blog-post__title {
    font-size: 1.8rem;
  }

  .post .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .post .author p.author-prof {
    width: 100%;
  }

  .section.cm-post__body h2 {
    font-size: 1.3rem !important;
    margin-bottom: 0;
  }

  .post .section .img_3c ul>li:nth-child(1) {
    margin-bottom: -10px;
  }

  .post .section .img_3c .img_3c-list h4 {
    font-size: 14px;
  }

  .img_3c-customer .right-txt {
    right: -55%;
    bottom: 3%;
  }

  .img_3c-customer .left-txt {
    left: -55%;
    bottom: 3%;
  }

  .img_3c-list p {
    font-size: 12px;
  }

  .img_3c-list i {
    font-size: 30px;
  }

  .img_3c-competitor .right-txt {
    left: 15%;
    width: 100%;
  }

  .img_3c-company .left-txt {
    width: 100%;
    right: 30%;
    top: -27%;
  }

  .img_3c-company .mutual-txt {
    left: -75%;
  }
  table[data-table2] tr th {
    width: 40%;
  }

  table[data-table2] th, table[data-table2] td {
    vertical-align: top;
    padding: 5px;
  }

  table[data-table2] tr th:first-child {
    width: 20%;
  }

  table[data-table2] tr:not(:first-child) {
  }

  table[data-table2] tr:not(:first-child) td h4 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }

  table[data-table2] h5 {
    font-size: 14px;
    margin: 0;
  }

  table[data-table2] p {
    font-size: 14px;
    margin: 0 auto;
  }

  .cm-post__body h4 {
    font-size: 1.1rem !important;
  }


}
@media(max-width:479px){
  .blog-header p.back-figure {
    font-size: 50px;
    top: 50px;
    left: -25px;
  }
}



.Previous_Next{
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 1rem;
}

.previousPost,
.nextPost{
  width: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.previousPost_post,
.nextPost_post{
  position: relative; 
}

.previousPost_img,
.nextPost_img{
  display: block;
  width: 100%;
  height: 100px;
}
.previousPost_img img,
.nextPost_img img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.previousPost_text,
.nextPost_text{
  font-size: 0.8rem;
  border-left: solid 5px #d8d8d8;
  transition: all 0.3s;
  margin-bottom: 0.5rem;
  padding: 0 0.2rem;
}

.previousPost:hover .previousPost_text,
.nextPost:hover .nextPost_text{
  border-left: solid 5px #000;
}

.previousPost_title,
.nextPost_title{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  padding: 0.5rem;
  display: block;
  font-size: .6rem;
  color: #fff;
  background: rgba(0,0,0,0.6);
}

.previousPost_title:hover,
.nextPost_title:hover{
  color: #fff;
}


.tags_serach{
  max-width: 1024px;
  margin:0 auto;
  padding: 1rem;
}
.tags{

}
.tags_ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.tags_li{
  margin: 0.3rem 0.2rem;
  padding: 3px 5px;
  border: solid 1px #fff;
  transition: all 0.3s;
  color: #000;
  background: #fff;
}
.tags_li:hover{
  border: solid 1px #d8d8d8;
  background: #000;
  color: #fff;
}
.tags_li:hover a{
  color: #fff;
}

.serach{

}



.Related_Popular{
  max-width: 1024px;
  margin: 0 auto;
}
.relatedPost,
.popularPost{
  margin: 2rem 1rem; 
}
.relatedPost .head,
.popularPost .head{
  margin-bottom:1rem;
  text-align: center;
}

.relatedPost .head span,
.popularPost .head span{
  font-size: 1.5rem;
  border-left: solid 5px #d8d8d8;
  padding: 0 0.2rem;
}

.relatedPost .posts,
.popularPost .posts{

}

.Related_Popular .post__title{
  margin-top: 0.3rem;
}

.blogPost__school{
  margin-top:2rem;
  font-size: 1.2rem;
}

.blogPost__name{

}

.blog-post-body-wrap p{
  font-size: 18px !important;
}


.blogPost__title.document{
  font-size: 2rem;
  font-weight: bold;
}

.document_wrapper{
  display: flex;
  gap: 1rem;
}

.document_wrapper__body{
  width: 50%;
}

.document_wrapper__body .blogPost__tags{
  margin-top: 1rem;
}

.document_wrapper__form{
  width: 50%;
}

.blogPost__title.document{
  margin-bottom: 2rem;
}

@media(max-width: 768px){
  .document_wrapper{
    flex-direction: column;
  }
  .document_wrapper__body{
    width: 100%;
  }

  .document_wrapper__form{
    width: 100%;
  }
}

.btn-01 {
  display: inline-block;
  width: 250px;
  height:50px;
  text-align: center !important;
  background-color: #fff;
  font-size: 14px;
  line-height: 52px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s;
  display: block;
  margin: auto;

}
.btn-01:after{
  width: 100%;
  height: 340%;
  content:"";
  position: absolute;
  border: 1px solid #243A3F;
  top: 50%;
  left: 50%;
  background-color: #ff5c35;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(30deg);
  transition: .2s;
  z-index: -1;
  display: block;
  margin: auto;
}
.btn-01:hover{
  color: #fff;
  background-color: #000;
}
.btn-01:hover:after{
  height: 0;
  opacity: 1;
  background-color: #fff;
  border: 0px solid #fff;
}


.btn-02 {
  display: inline-block;
  width: 250px;
  height:50px;
  text-align: center;
  background-color: transparent;
  font-size: 14px;
  line-height: 52px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #676767;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.1s;
}
.btn-02:after{
  width: 100%;
  height: 340%;
  content:"";
  position: absolute;
  border: 1px solid #676767;
  top: 50%;
  left: 50%;
  background-color: transparent;
  opacity: 1;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-02:hover{
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
}
.btn-02:hover:after{
  height: 0;
  opacity: 1;
  background-color: #fff;
  border: 0px solid #fff;
}

@media (max-width:799px){
  .btn-01, .btn-02 {
    width:100%;
    min-width: 140px ;
    max-width: 200px ;
    padding-right:2px;
    padding-left:2px;
    height:40px;
    font-size: 14px;
    line-height: 42px;
  }
  .btn-01:after, .btn-02:after{
    height: 340%;
  }

}


.btn-03 {
  background-color: #fff;
    border: 1px solid #FD5A36;
    color: #FD5A36;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 52px;
    overflow: hidden;
    position: relative;
    text-align: center!important;
    text-decoration: none;
    transition: all .1s;
    width: 250px;
    z-index: 1;
}

.btn-03:after{
  width: 100%;
    height: 340%;
    content: "";
    position: absolute;
    border: 1px solid FD5A36;
    top: 50%;
    left: 50%;
    background-color: #fff;
    opacity: 1;
    transform: translateX(-50%) translateY(-50%) rotate(30deg);
    transition: .2s;
    z-index: -1;
    display: block;
    margin: auto;
}
.btn-03:hover{
  color: #fff;
  background-color: #000;
   border-color: #000;
  
}
.btn-03:hover:after{
  height: 0;
  opacity: 1;
  background-color: #000;
  border: 0px solid #000;
}


.cta_contact {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background-color: #FE5B36;
  border: solid 1px #FE5B36;
  display: block;
  color: #fff;
  width: fit-content;
}

.cta_contact h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 0;
  padding: 12px 40px;
}


.cta_contact:hover {
  background-color: #333;
  color: #fff;
  border: solid 1px #fff;
  transition: .5s;
  
}

@media(max-width: 500px){
  .cta_contact {
    width: 100%;
  }
}
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: 500ms ;
  animation-delay: 0s ;
  animation-iteration-count: 1 ;
  animation-delay:500ms;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}


@-webkit-keyframes imgZoom {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform:  scale(1);
    transform: scale(1);
  }
}

/*============*/


@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  transition:0.6s ease 0.2s;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}


.fromRight{
  -webkit-animation-name: fromRight;
  animation-name: fromRight;
  -webkit-animation: fromRight   .9s 1 cubic-bezier(0.165,0.840,0.440,1.000) .1s;
  -moz-animation: fromRight  .9s 1 cubic-bezier(0.165,0.840,0.440,1.000) .1s;
  -o-animation: fromRight  .9s 1 cubic-bezier(0.165,0.840,0.440,1.000) .1s;
  animation: fromRight   .9s 1 cubic-bezier(0.165,0.840,0.440,1.000) .1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0px);
}

@keyframes fromRight {
  0% {
    right: -70px;
    opacity: 0;
  }

  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}



@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

/*-----------------*/

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: all 500ms;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    -webkit-transition: all 500ms;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}




@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all 500ms;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0.1;
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0);
    -webkit-transition: all 500ms;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


/*-----------------*/

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
  }

  100% {
    transform: translate(0,0);
    opacity: 0.1;
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0.1;
  }

  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

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

.row-fluid:after {
  clear: both;
}

.container-fluid {
  *zoom: 1;
}

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

.container-fluid:after {
  clear: both;
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 800px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}

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

.row-fluid.row [class*="span"],
.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left:  15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}



@media (min-width:800px) {
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }


  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }

}


@media(max-width:799px){
  .dnd-section > .row-fluid {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

.otherPage_sec,
.application_sec{
  max-width: 960px;
  margin: 0 auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 60px 0;
}
.systems-page .success {
    display: inline-block;
    margin: 2rem 0;
    max-width: 650px;
    background-color: #CDE3CC;
    border: 1.5px solid #4F7D24;
    border-radius: 6px;
    color: #4F7D24;
    padding: 5px .75rem;
    width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

/*-------*/


.outer-wraper .error-wrap {
  padding-top: 60px;
}

.err_body_wrap .content-wrapper {
  padding: 0;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}

.err_body_wrap h1 {
  font-family: Helvetica;
      letter-spacing: -20px;
  margin: 0 auto;
  font-size: 100px;
  font-weight: bold;
}

.err_body_wrap h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 24px;
}

.err_body_wrap h3 {
  font-size: 20px;
  font-weight: 500:
}

.err_body_wrap h4 {
  font-size: 24px;
  font-weight:bold;
}

.err_body_wrap p {
  margin-top: 24px;
}
.err_banner_wrap {
  margin-top: 40px;
  background-color: #F6F6F6;
  width: 100%;
  padding: 20px;
}
.err_banner_content {
  gap: 60px;
  width: fit-content;
  display: flex;
  text-align: center;
  margin: 0 auto;
  align-items: center;
}
.err_banner_image_sp {
  display:none;
}
.err-form .content-wrapper {
  padding: 0;
  padding: 60px 0;
  position: relative;
}

.err-form .inr > h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
}

.err-form .inr {
  margin-bottom: 150px;
  padding-bottom: 0.1px;
}


@media(max-width:800px){
  .outer-wraper .error-wrap {
    padding-top: 20px;
  }
  .err_banner_wrap {
    padding: 40px;
  }
  .err_banner_image_pc {
    display:none
  }
  .err_banner_image_sp {
   display:flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
  .err_banner_content {
    display:block;
  }
  
  .err-form .content-wrapper {
    width: 90%;
    padding: 40px 0;
  }
}

@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');