*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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 */
}

/* 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: visible;
}

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

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

/**
 * 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;
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

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

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  *margin-left: 0;
  -webkit-box-sizing: border-box;
  -moz-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%;
}

.container-fluid {
  *zoom: 1;
}

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

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.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: 768px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

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

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-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%;
  }
}

/* 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: 767px) {
  .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 ;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}


@media(max-width:576px){
 body .container, body  .dnd-section > .row-fluid {
    max-width: 100%;
} 
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}
html {
  font-size: ;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1.5;
  word-break: break-word;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  word-break: break-word;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

ul li,
ol li {
}

ol li { 
  margin-bottom: 7px;
}


.inputs-list > li:before{
  display:none !important;
}

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


blockquote {
  margin: 0 0 1rem;
  padding-left: 1.5rem;
  border-left: 3px solid;
  margin-top: 3rem;
  margin-bottom: 3rem;
  margin-left: 2rem;
  font-style: italic;
  line-height: 1.2;
  font-size: 1.25rem;
  font-family: 'Cairo', sans-serif;
  font-weight: 600;
}

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


.disable-focus-styles :focus {
  outline

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1rem;
}

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  display: inline-block;
  width: 100% ;
  height: 50px;
  padding: 0 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid ;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 16px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color:red;
}
.hs-error-msg,
.hs-error-msgs label{
  color: #EF6B51;
  margin-top: .5rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  text-align: left;
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  
  text-decoration: none !important;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  white-space: normal;
  margin: 0 0 16px;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

ul.hs-error-msgs label {
  margin: 5px 0 0;
  padding: 0;
  font-size: 12px !important;
  display: block;
  color: rgb(220, 50, 50);
  font-weight: normal;
}
.hs_error_rollup {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  border-color: #ffb900;
}
.hs_error_rollup label {
  font-family: Roboto, sans-serif;
  font-size: 18px !important;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(33, 37, 41);
  display: block !important;
}

.form-title {
  margin-top: 0;
  font-weight: 500;
  line-height: 1.2;
  font-family: 'Cairo', sans-serif;
  font-size: 44px;
}
.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;
}
form .hs-error-msgs>li{
  margin:0;
}

.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}
.hs-field-desc {
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}
form .hs-input::placeholder { color: rgb(108, 117, 125); opacity: 1; }
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/* Header container */

.header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin:0 auto;
}

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

/* Styles for the Logo */

.header__logo {
  max-width: ;
  height: auto;
}

.header__logo img {
  width: 192px !important;
  max-width:unset;
}
.header__logo .flogo img {
  width: 194px !important;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

/* 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: ;
  font-size: 0.8rem;
  color: ;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: unset;
  text-align: left;
  transition: opacity 0.3s;
  border:0;
  border-radius: 0;
  box-shadow: 0;
  top: 46px;
  left: 10px;
}

.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 li {
  border: none;
  padding: 0;
  font-size: 0;
  background:transparent;
  margin:0;
  font-size:0;
}

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

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

.cm-header-flag {
  display: inline-block;
  float: right
}

.cm-header-flag ul {
  padding: 0;
  margin: 0;
  list-style-type: none
}

.cm-header-flag ul>li {
  padding: 0;
  margin: 0;
  position: relative;
  float: left;
  display: inline-block;
  border-left: 0;
  margin: 0 5px;
  transition: all.4s
}

.cm-header-flag ul>li:before {
  display: none
}

.cm-header-flag ul>li>a {
  display: block;
  padding: 6px 9px ;
  font-size: 0;
  font-family: cairo;
  font-weight: 500
}

.cm-header-flag ul>li>ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 122%;
  left: 0;
  right: 0
}

.cm-header-flag ul>li>ul>li {
  position: relative;
  float: left;
  display: inline-block;
  border-left: 0;
  margin: 0 5px;
  width: 38px;
  text-align: center;
  margin: 0 5px;
  transition: all.4s
}

.cm-header-flag ul>li>ul>li:before {
  display: none
}

.cm-header-flag ul>li>ul>li>a {
  display: block;
  border-radius: 25px;
  font-size: 16px;
  font-family: cairo;
  font-weight: 500;
  padding: 0
}

.cm-header-flag ul>li:hover>ul {
  display: block
}

.cm-header-flag ul>li>ul:before {
  content: "";
  border-top: 17px solid transparent;
  top: -20px;
  left: 15px;
  right: 0;
  width: 20px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  background: transparent
}

.cm-navigation .navigation-primary > ul {
  padding: 0;
  margin: 0;
  float: right;
  width: auto;
}

.cm-navigation .navigation-primary > ul > li {
  display: inline-block;
  position: relative;
}

.cm-navigation .navigation-primary > ul > li:before {
  display:none;
}

.cm-navigation .navigation-primary > ul > li > a {
  transition: all 0.9s ease 0s;
  display: inline-block;
  padding: 7px 16px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 25px;
}

.submenu.level-1 > li.has-submenu:after {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px;
  content: "";
  background-image: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/down-arrow-white.png);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  cursor: pointer;
  transition: all 0.6s ease 0s;
}

.cm-navigation .navigation-primary>ul>li.has-submenu> a {
  padding: 7px 30px 7px 15px;
}
.header.cm-header .header__container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
}

.header.cm-header .header__container .row .header__logo {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}


.header.cm-header .header__container .row .cm-navigation {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.header__logo a {
  display: inline-block;
}

.header__logo div {
  line-height: 0;
}

.header__logo div span.hs_cos_wrapper {
  line-height: 0;
}

.cm-navigation .custom-menu-primary {
  line-height: 0;
}

.header.cm-header {
  width: 100% !important;
  position: fixed;
  top: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
  padding: 25px 40px 0;
}
.no-banner .header.cm-header {
  padding-bottom: 25px;
}
.cm-navigation .custom-menu-primary > div {
  display: inline-block;
  vertical-align:middle;
}

.cm-navigation .navigation-primary > ul > li > ul {
  background: none;
  display: none;
  position: fixed;
  max-width: 100%;
  background: #ecf5fa;
  box-shadow: 4px 2px 3px rgb(124 86 86 / 20%);
  left: 0;
  right: 0;
  margin: 11px 0 0 0;
  justify-content: center;
  align-items: center;
}
.cm-navigation .navigation-primary > ul > li > ul.menu-click {
  display: flex ;
}

.cm-navigation .navigation-primary > ul > li > ul > li {
  display: inline-block;
  background-color: transparent;
  padding: 5px 0px;
  margin: 0px;
  padding: 7px;
}

.cm-navigation .navigation-primary > ul > li > ul > li:before {
  display:none;
}
.cm-navigation .navigation-primary > ul > li > ul > li > a {
  line-height: 1.5;
  border-radius: 25px;
  transition: all 0.9s ease 0s;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 7px 15px;
  background: transparent;
  color: rgb(45, 27, 71);
}

.hs-tools-menu li:before{
  display:none;
}

.header__logo.header__logo--main.cm-blog-logo {
  display: none;
}
.header .cta_button,
.header .hs_cos_wrapper_type_module > a.hs-button{
  background: #0BA275;
  border-radius: 29px;
  padding: 0.3rem 1rem;
  color: white ;
  font-size: 18px;
  display: inline-block;
  border: 2px solid #0BA275;
  transition: 0.5s;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-decoration:none;
  margin:0;
}
.header .cta_button:hover,
.header .hs_cos_wrapper_type_module > a.hs-button:hover{
  background: #fff;
  color: #2d1b47;
  border: 2px solid #fff;
}
.fixed-header .header.cm-header {
  padding: 25px 40px 26px;;
  box-shadow: rgb(102 102 102) 0px 0px 3px;
}
.fixed-header .nlogo,.no-banner .nlogo {
  display: none;
}
.flogo {
  display: none;
}
.fixed-header .flogo, .no-banner .flogo {
  display: block;
}
.no-banner .header.cm-header {
  box-shadow: rgb(102 102 102) 0px 0px 3px;
}

.no-banner .header-outer {
  min-height: 91px;
}
.globe_class {
  background: none;
  width: 0 !important;
  height: 0 !important;
}

.header__language-switcher .lang_list_class:before {
  display: none;
}

.header__language-switcher .lang_list_class:after {
  display: none;
}
.header__language-switcher {
  padding: 8px 20px !important;
}
.header__language-switcher .lang_list_class li:first-child {
  display: none;
}
.header__language-switcher--label-current {
  font-size: 0;
  width: 18px;
  height: 12px;
  margin: 0;
}

.header__language-switcher--label-current:after {
  display: none;
}
html[lang="en"] .header__language-switcher--label-current,
.header__language-switcher .lang_list_class li a[data-language="en"]{
  background:url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/en.png); 
}
html[lang="nb"] .header__language-switcher--label-current,
.header__language-switcher .lang_list_class li a[data-language="nb"]{
  background:url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/flag-one.png); 
}
.header__language-switcher:after {
  content: "";
  height: 33px;
  width: 20px;
  position: absolute;
}
/* Tablet Styles */

@media(min-width:1200px){

  .flogo img {
    position: relative;
    z-index: 99;
    top: -5px;
  }
  .fixed-header .submenu.level-1>li.has-submenu:after,
  .no-banner .submenu.level-1>li.has-submenu:after{
    background-image: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/down-arrow-dark-purple.png);
  }

  .fixed-header .navigation-primary .submenu.level-1>li.has-submenu:hover:after,
  .no-banner .navigation-primary .submenu.level-1>li.has-submenu:hover:after,
  .fixed-header .navigation-primary .submenu.level-1>li.has-submenu.active-branch:after,
  .no-banner .navigation-primary .submenu.level-1>li.has-submenu.active-branch:hover:after,
  .fixed-header .navigation-primary .submenu.level-1>li.has-submenu.active-branch:hover:after{
    background-image: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/down-arrow-white.png);
  }
  nav.navigation-primary{
    padding-top: 1px;
  }
  .cm-header-flag {
    position: relative;
    top: 6px;
  }
  .cm-header-flag.mobile {
    display: none;
  }

  .cm-header-flag ul>li>ul {
    top: 177%
  }
  .submenu.level-1 > li.has-submenu:hover:after,
  .no-banner .navigation-primary  .submenu.level-1>li.has-submenu.active-branch:after,
  .fixed-header .navigation-primary  .submenu.level-1>li.has-submenu.active-branch:after{
    background-image: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/down-arrow-dark-purple.png);
  }
}


@media (max-width: 1199px) {
  .cm-navigation .navigation-primary > ul > li {
    margin: 0;
  }
  .header__container {
    flex-direction: column;
    padding: 0;
  }
  .header__navigation.header--element {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.5s;
  }
  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__column {
    position: relative;
  }

  .header__language-switcher .lang_list_class {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    top: 0;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 120px 0 0;
    background-color: inherit;
    position:static;
  }
  .header__language-switcher {
    padding: 0 20px !important;
  }
  .header__language-switcher .lang_list_class li {
    padding: 5px 10px !important;
  }

  .header.cm-header .header__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .cm-navigation .navigation-primary > ul{
    float:none;
  }
  .header__navigation, .header__search, .header__language-switcher {
    display: none;
    width: 100%;
    display: block;
  }
  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher {
    padding-right: 30px !important;
  }
  .header__language-switcher .lang_list_class li:first-child {
    display: initial;
    padding:0;
  }
  .header__language-switcher .lang_list_class li:last-child {
    position: static;
    padding: 0;
  }
  .lang_list_class li:first-child {
    padding: 0;
  }
  .header__navigation.header--element {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-y: hidden;
    transition: 0.5s;
  }

  .mobile-open .collapse-button .icon-bar {
    background: #000;
  }

  .mobile-open .header__navigation.header--element {
    height: 100%;
  }

  .cm-navigation .custom-menu-primary {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    height: 100vh;
    flex-direction: column;
  }

  .cm-navigation .custom-menu-primary>div {
    display: block;
  }
  .collapse-button {
    width: 45px;
    height: 35px;
    margin: 0 0 0 auto;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 99;
  }

  .collapse-button .icon-bar {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .collapse-button span.icon-bar:nth-child(1){
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .collapse-button span.icon-bar:nth-child(2){
    top: 18px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .collapse-button span.icon-bar:nth-child(3){
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .header__navigation--toggle {
    position: relative;
    top: 3px;
    right: 0;
  }
  .header.cm-header .header__container .row .header__logo {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0;
    padding-left: 15px;
  }
  .header.cm-header .header__container .row .cm-navigation {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .cm-navigation .navigation-primary > ul {
    width: 100%;
    transition: all .4s;
    background: #fff;
    top: 0;
    height: 100vh;
    margin-top: 0;
    position: relative;
    height: calc(100% + 370px);
  }
  .cm-navigation .navigation-primary > ul > li {
    position: relative;
    text-align: center;
    background: none;
    margin: 0;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .cm-navigation .navigation-primary > ul > li:hover {
    background-color: transparent !important;
  }
  .cm-navigation .navigation-primary > ul > li > a {
    display: inline-block;
    width: auto;
    font-weight: 400;
    border-bottom: 0;
    border-radius: 0;
    padding: 10px 43px 10px;
    font-size: 18px;
    color: #2d1b47 !important;
    line-height: 27px;
  }
  .cm-navigation .navigation-primary>ul>li.has-submenu> a{
    padding: 10px 43px 10px;
  }

  .cm-navigation .navigation-primary > ul > li > ul {
    padding: 0;
    margin: 0;
    float: none;
  }

  .cm-navigation .navigation-primary > ul > li > ul > li {
    position: relative;
    text-align: center !important;
    background: none;
    margin: 0;
    border: none;
    border-radius: 0;
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: none;
  }

  .cm-navigation .navigation-primary > ul > li > ul > li > a{
    display: inline-block;
    width: auto;
    font-weight: 500;
    border-bottom: 0;
    border-radius: 0;
    padding: 7px 15px;
    font-size: 18px;
    line-height: 27px;
  }
  .cm-navigation .navigation-primary > ul > li > ul > li:hover {
    background-color: transparent !important;
  }

  .cm-navigation .navigation-primary > ul > li > ul > li > a,
  .cm-navigation .navigation-primary > ul > li > ul > li > a:hover{
    background: transparent !important;
    color:rgb(45, 27, 71) !important;
  }

  .mobile-open .collapse-button .icon-bar:nth-child(1){
    transition: all 0.5s ease-in-out;
    transform: rotate(45deg);
    transition: all 0.5s ease-in-out;
    top: -3px;
    left: 8px;
  }
  .mobile-open .collapse-button .icon-bar:nth-child(2){
    transition: all 0.5s ease-in-out;
    display: none;
  }
  .mobile-open .collapse-button .icon-bar:nth-child(3){
    transition: all 0.5s ease-in-out;
    transform: rotate(-45deg);
    top: 30px;
    left: 8px;
  }
  .mobile-open .collapse-button .icon-bar {
    background: #000;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
  }
  .header.cm-header.no-nav {
    padding-bottom: 13px;
  }
  .cm-navigation .navigation-primary>ul>li>ul {
    flex-direction: column;
    position: unset;
    transition: all 0.9s ease 0s;
    margin: 10px 0 0 0;
  }
  .cm-navigation .navigation-primary>ul>li.has-submenu>a:after {
    background-image: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/down-arrow-dark-purple.png);
    content: "";
    width: 28px;
    height: 100%;
    position: absolute;
    background-size: 75%;
    background-position: center;
    right: 60px;
    background-repeat: no-repeat;
    height: 38px;
    top: 0;
  }

  .mobile-open {
    overflow: hidden;
  }
  .header .cta_button,
  .header .hs_cos_wrapper_type_module > a.hs-button{
    font-size: 18px;
    padding: 10px 43px 10px;
    display: inline-block;
    text-decoration: none;
  }

  .fixed-header .collapse-button .icon-bar,
  .no-banner .collapse-button .icon-bar{
    background: #000;
  }

  .fixed-header .header__logo img,
  .no-banner .header__logo img{
    padding: 0;
  }

  .fixed-header .header__navigation--toggle,
  .no-banner .header__navigation--toggle{
    top: 3px;
  }
  .fixed-header .header.cm-header {
    padding: 25px 40px;
  }
  .header__logo .flogo img {
    width: 194px !important;
    max-width: unset;
  }
  .fixed-header .header__logo .flogo img{
    position: relative;
    z-index: 99;
    top: -5px;
  }
  .cm-header-flag.desktop {
    display: none !important ;
  }
  .cm-header-flag ul > li > a {
    padding: 8px 12px 6px 12px;
  }
  .cm-header-flag ul > li {
    margin: 0;
  }
  .header.cm-header .header__container .row .cm-navigation {
    padding-right: 0;
  }
  .without_lang_variation .header.cm-header .header__container .row .cm-navigation {
    padding-right: 15px;
  }
}

@media(max-width:1199px) and (max-height:600px){
  .header__navigation.header--element > div {
    padding: 60px 0 40px;
    overflow: auto;
    margin-top:0;
    justify-content: start;
  }
}

@media(max-width:991px){
  header.header.cm-header.lp-header {
    min-height: 60px;
  }
  .fixed-header header.header.cm-header.lp-header {
    min-height: 90px;
  }
  .cm-header-flag.mobile ul > li > a {
    padding: 5px 10px;
  }
}
@media (max-width: 576px){
  .header__logo img {
    width: 130px !important;
    padding-top: 2px;
  }

  .collapse-button {
    width: 30px;
    height: 30px;
  }

  .collapse-button .icon-bar {
    height: 3px;
    border-radius: 3px;
  }

  .collapse-button span.icon-bar:nth-child(2) {
    top: 10px;
  }

  .collapse-button span.icon-bar:nth-child(3) {
    top: 20px;
  }

  .header__navigation--toggle,
  .fixed-header .header__navigation--toggle,
  .no-banner .header__navigation--toggle{
    top: 0;
  }
  .mobile-open .collapse-button .icon-bar:nth-child(3) {
    top: 18px;
  }
  .header__logo .flogo img {
    max-width: unset;
    width: 130px !important;
  }
  header.header.cm-header.lp-header {
    min-height: 55px;
  }
  .fixed-header header.header.cm-header.lp-header {
    min-height: 80px;
  }
  .cm-header-flag.mobile {
    display: inline-block !important;
    position: absolute;
    right: 47px;
    z-index: 9;
    top: -8px;
  }
  .no-banner .header-outer {
    min-height: 80px;
  }
  .header__language-switcher {
    padding-right: 10px !important;
  }
  .fixed-header .header__logo .flogo img{
    top: 2px;
  }
}


@media (max-width: 370px) {
  .header__logo img {
    max-width: 169px;
  }
  .header.cm-header .header__container .row .header__logo{
    padding-left:0; 
  }
  .header.cm-header{
    padding: 25px 20px 0;
  }
  .without_lang_variation .header.cm-header,
  .fixed-header .without_lang_variation .header.cm-header{
    padding-left:40px;
    padding-right:40px;
  }
  .without_lang_variation .header.cm-header .header__container .row .cm-navigation{
    padding-right: 15px;
  }
  .without_lang_variation .header.cm-header .header__container .row .header__logo{
    padding-left:15px;   
  }
  .fixed-header .header.cm-header {
    padding: 25px 20px;
  }
}

/* content overlay header */
.hs-inline-edit .header__navigation.header--element {
  visibility: hidden;
}
.mobile-open .header__navigation.header--element {
  visibility: visible;
}
.footer {
  text-align: left;
}
.footer__container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: hidden;
}

.footer.cm-footer {
  padding-top: 315px;
}
.footer.cm-footer .footer__container .row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px);
  justify-content: space-between;
}

.cm-footer-new-latter h4 {
  display: none;
}
.cm-footer-new-latter {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.cm-footer-content {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 422px;
}

.cm-footer-logo {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align:right;
}

.cm-footercontent-wrap h4 {
  margin-top: 0;
  font-weight: 500;
  font-family: 'Cairo',sans-serif;
  font-size: 28px;
  line-height: 40px;
}

.cm-line {
  max-width: 342px;
  border-top: 1px solid #004B7C;
  margin: 50px 0 0 0;
  width: 100%;
}
.footer.cm-footer .custom-menu-primary.footer-menu {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.footer.cm-footer .custom-menu-primary.footer-menu h6 {
  margin-top: 0;
  font-weight: 500;
  font-family: 'Cairo', sans-serif;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 25px;
}


.footer.cm-footer .custom-menu-primary.footer-menu ul li a {
  font-size: 22px;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.footer.cm-footer .custom-menu-primary.footer-menu ul li {
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
.footer.cm-footer .custom-menu-primary.footer-menu ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style-type: none;
  margin-bottom: 1rem;
}

.custom-menu-primary.footer-menu .hs-button {
  font-size: 20px;
  border: solid 2px;
  display: inline-block;
  padding: 11px 15px;
  border-radius: 29px;
  margin: 0 0 25px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  width: 100%;
}

.footer.cm-footer .custom-menu-primary.footer-menu p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 22px;
}

.custom-menu-primary.footer-menu.wrap h6 {
  color: #75cde7;
}

.custom-menu-primary.footer-menu.wrap a {
  font-size: 22px;
  text-decoration: none;
}
.custom-menu-primary.footer-menu.wrap a:hover {
  text-decoration: underline;
}

.footer.cm-footer .custom-menu-primary.footer-menu ul li a:hover {
  text-decoration: underline;
}

.custom-menu-primary.footer-menu.wrap a:hover {
  text-decoration: underline !important;
}

.footer.cm-footer .custom-menu-primary.footer-menu ul li:before{
  display:none;
}
.footer.cm-footer .footer__container .row.bottom-row {
  padding: 150px 0;
  margin-right: -7.5px;
  margin-left: -7.5px;
  width: calc(100% + 15px);
  max-width: calc(1344px + 15px);
}
.lp-footer.footer.cm-footer .custom-menu-primary.footer-menu {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.lp-footer.footer.cm-footer .footer__container .row.bottom-row {
  justify-content: unset;
}
@media (max-width: 1199px){
  .footer.cm-footer .footer__container .row.bottom-row{
    padding: 100px 0;
  }
  .footer.cm-footer .custom-menu-primary.footer-menu ul li a,
  .custom-menu-primary.footer-menu.wrap a,
  .footer.cm-footer .custom-menu-primary.footer-menu p{
    font-size: 18px;
  }
  .custom-menu-primary.footer-menu .hs-button {
    font-size: 18px;
    width: 100%;
  }
  .cm-footer-logo img {
    max-width: 100%;
    width: 100% !important;
  }
  .cm-footercontent-wrap h4 {
    font-size: 24px;
  }
  .footer.cm-footer{
    padding-top:100px;
  }
}


@media (max-width: 991px){
  .cm-footer-new-latter {
    width: auto;
    margin-bottom: 30px;
    margin-right: 25px;
    margin-top: 10px;
  }
  .cm-footer-content {
    padding-right:0;
  }
  .footer.cm-footer .custom-menu-primary.footer-menu:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin: 0 auto;
    padding: 0 4px;
  }
  .custom-menu-primary.footer-menu .hs-button {
    margin-bottom:0;
  }
  .footer.cm-footer{
    padding-top: 70px;
  }
  .footer.cm-footer .footer__container .row.bottom-row{
    padding: 54px 0 70px;
  }
  .footer.cm-footer .custom-menu-primary.footer-menu h6 {
    margin-top: 15px;
  }
  .footer.cm-footer .custom-menu-primary.footer-menu {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
  }
  .lp-footer.footer.cm-footer .custom-menu-primary.footer-menu {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .cm-line{
    margin: 25px 0 0 0;
  }
  .cm-footer-logo img{
    width: 150px !important;
  }
}

@media (max-width: 767px){
  .footer.cm-footer {
    display: block;
  }
  .cm-footer-new-latter {
    margin: 0;
  }
  .footer.cm-footer .custom-menu-primary.footer-menu h6 {
    margin-right: 0;
    max-width: 100%;
    margin-top: 0;
  }
  .footer.cm-footer .custom-menu-primary.footer-menu{
    margin-bottom: 29px;
  }

  .footer.cm-footer .custom-menu-primary.footer-menu:last-child {
    margin-bottom: 0;
  }
  .cm-footer-logo img {
    margin-bottom: 50px;
  }
  .footer.cm-footer .footer__container .row.bottom-row{
    padding-top:70px;
  }
  .custom-menu-primary.footer-menu .hs-button{
    width: 50%;
    margin: 0 auto;
  }

}
@media (max-width: 617px){
  .cm-footer-content {
    order: 2;
    margin: 25px 0 0;
    padding-right: 15px;
    max-width: 100%;
  }
  .cm-footercontent-wrap {
    max-width: 422px;
    margin: 0 auto;
  }
  .cm-footer-logo {
    width: 100%;
    text-align: center;
  }

  .cm-footer-logo img {
    margin: 0;
  }

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

  .cm-line {
    margin: 25px auto 0 auto;
  } 
}

@media (max-width: 576px){
  .footer.cm-footer .footer__container .row.bottom-row {
    padding: 50px 0;
  }  
  .footer.cm-footer{
    padding-top: 50px;
  }
  .footer.cm-footer .custom-menu-primary.footer-menu:last-child{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
  .footer.cm-footer.lp-footer .custom-menu-primary.footer-menu:last-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media(max-width:480px){
  .custom-menu-primary.footer-menu .hs-button {
    width: 75%;
  } 
}
@media (max-width: 360px){
  .footer.cm-footer .footer__container .row.bottom-row {
    display: block;
  }

  .footer.cm-footer .custom-menu-primary.footer-menu {
    width: 100%;
    text-align: center;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .custom-menu-primary.footer-menu.wrap {
    padding-bottom: 16px;
  }

  .footer.cm-footer .custom-menu-primary.footer-menu:nth-child(1),
  .footer.cm-footer .custom-menu-primary.footer-menu:nth-child(2),
  .footer.cm-footer .custom-menu-primary.footer-menu:nth-child(3) {
    padding-bottom: 1px;
    margin-bottom: 28px;
  }
  .lp-footer.footer.cm-footer .custom-menu-primary.footer-menu,
   .footer.cm-footer.lp-footer .custom-menu-primary.footer-menu:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lp-footer.footer.cm-footer .custom-menu-primary.footer-menu:last-child {
    margin-bottom: 0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
.home-inner-banner .banner {
  min-height: 25rem;
  max-height: 100%;
}

.home-inner-banner .banner .banner_content {
  text-align: center;
}

.home-inner-banner .banner .text_wrap h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.2;
}

.hm-tp-sec h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #2D1B47;
  margin-bottom: 0.5rem;
}

.hm-tp-sec p {
  color: #000;
  margin-top: 25px;
  font-size: 21px;
  line-height: 38px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.home-inner-page .dnd-section {
  padding-left: 0;
  padding-right: 0;
}

.home-inner-page .cont_icon_wrap .rocket-icon {
  margin-bottom: 30px;
  width: 120px;
  height: 120px;
}

.home-inner-page .cont_icon_wrap .cm-content p, .home-inner-page .cont_icon_wrap .cm-content {
  color: #000;
  margin-top: 25px;
  font-size: 21px;
  line-height: 38px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.home-inner-page .cont_icon_wrap h3.cm-title {
  margin-bottom: 0.5rem;
  line-height: 40px;
}

.hm-btm-sec h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
}

.hm-btm-sec ul {
  padding: 30px 0;
}

.hm-btm-sec ul img {
  margin: 0 30px;
}

.hm-btm-sec p {
  color: #000;
  margin-top: 25px;
  font-size: 21px;
  line-height: 38px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

@media (min-width: 1200px) {
  .home-inner-page .body-container-wrapper .container, .home-inner-page .body-container-wrapper .content-wrapper, .home-inner-page .dnd-section>.row-fluid {
    max-width: 1140px;
  }
}

@media (min-width: 1499px) {
  .home-inner-page .body-container-wrapper .container, .home-inner-page .body-container-wrapper .content-wrapper, .home-inner-page .dnd-section>.row-fluid {
    max-width: 1330px;
  }
}

@media (max-width: 1499px) {
  .hm-btm-sec h3, .hm-tp-sec h3 {
    font-size: 25px;
  }

  .home-inner-page .cont_icon_wrap h3.cm-title {
    font-size: 25px;
  }
}

@media (max-width: 1379px) {
  .home-inner-page .cm-revol-platform .content-wrapper {
    padding:0;
  }
}

@media (max-width: 1299px) {
  .home-inner-banner .banner h1.title {
    font-size: 42px;
  }

  .home-inner-banner .banner .text_wrap h4 {
    font-size: 22px;
  }
}

@media (max-width: 992px) {
  .hm-tp-sec p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 30px;
  }

  .hm-btm-sec h3, .hm-tp-sec h3 {
    font-size: 24px;
    line-height: 30px;
  }

  .home-inner-page img.hs-image-widget {
    width: 100%;
  }

  .home-inner-page .widget-type-linked_image {
    width: 100%;
  }

  .home-inner-page .cont_icon_wrap h3.cm-title {
    font-size: 24px;
    line-height: 30px;
  }

  .home-inner-page .cont_icon_wrap .cm-content p, .home-inner-page .cont_icon_wrap .cm-content {
    margin-top: 16px;
    font-size: 18px;
    line-height: 30px;
  }

  .hm-btm-sec p {
    margin-top: 16px;
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .home-inner-banner .banner h1.title {
    font-size: 35px;
  }

  .home-inner-banner .banner .text_wrap h4 {
    font-size: 20px;
  }

  .hm-btm-sec h3, .hm-tp-sec h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .hm-tp-sec p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .home-inner-page .cont_icon_wrap .rocket-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
  }

  .home-inner-page .cont_icon_wrap .rocket-icon img {
    width: 40px;
  }

  .home-inner-page .cont_icon_wrap h3.cm-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .home-inner-page .cont_icon_wrap .cm-content p, .home-inner-page .cont_icon_wrap .cm-content {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
  }

  .home-inner-page img.hs-image-widget {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }

  .home-inner-page .widget-type-linked_image {
    text-align: center;
  }

  .hm-btm-sec img {
    width: 150px;
  }

  .hm-btm-sec ul img {
    margin: 0 15px;
    width: 35%;
  }

  .hm-btm-sec p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
  }
}


/* acss  */


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

body > div [class*="force-full-width-section"].dnd-section,
body > div [class*="force-full-width-section"].dnd-section > .row-fluid {
  padding: 0;
}

.flex_row {
  display: flex;
  flex-wrap: wrap;
}

main .mod_section {
  padding-left: 0;
  padding-right: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

main p{
  margin-bottom: 1rem;
}

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


.about_us2_page .main_dnd_area .dnd-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #ECF5FA;
}

.about_us2_page .main_dnd_area .dnd-section:first-child {
  padding-top: 170px;
}

.about_us2_page .hs_cos_wrapper_type_rich_text p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Roboto',sans-serif;
  color: #212529;
  margin-bottom: 80px;
}

.team_group .social-share a.email {
  background: #DBDBDB url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/dark-email.png)no-repeat;
  background-position: center;
  background-size: 15px;
}

.team_group .social-share a.linkedin {
  background: #DBDBDB url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/dark-linkedin.png)no-repeat;
  background-position: center;
  background-size: 15px;
}

.team_group .social-share a.linkedin:hover,.team_group .social-share a.email:hover {
  background-color: #0BA6D5;
}

.about_us2_page .bottom_dnd_area .dnd-section {
  padding: 120px 0;
}

.about_us2_page .page-header.section-header h2 {
  text-align: center;
  font-size: 44px;
  margin-bottom: 70px;
  color: #2D1B47;
  font-family: 'Cairo', sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.invoice-scan_wrap .item.ryt_arrow:after {
  content: "";
  right: 8px;
  height: 34px;
  width: 15px;
  top: 40px;
  background: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/black-arrow.png)no-repeat;
  position: absolute;
}

.work_middle_bottom .dnd-section {
  padding: 180px 0 60px 0;
}

.cont_wid_image .left_col ul li:before{
  background: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/tick.png)no-repeat; 
}


.work_area_bottom .hs_cos_wrapper_type_rich_text h5 {
  font-size: 22px;
  font-family: roboto;
  font-weight: 300;
  margin-top: 40px;
}

.ab_dnd_bott .dnd-section {
  min-height: 100vh;
}


.ab_dnd_bott [class*="force-full-width-section"].dnd-section {
  height: auto;
  min-height:auto;
}

.team_page .custom_btn a.button,
a.blue_btn,
.hs_cos_wrapper_type_module > a.hs-button {
  border: 2px solid #0BA6D5;
  background: #0BA6D5;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 25px;
  padding: 8px 35px;
  text-decoration: none;
  margin: 30px 0;
  display: inline-block;
  transition: all 300ms ease-in;
  outline: none !important;
}

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

.team_page .custom_btn a.button:focus,
a.blue_btn:focus,
.hs_cos_wrapper_type_module > a.hs-button:focus{
  border: 2px solid #0BA6D5;
  background: #0BA6D5;
  color: #fff;
}

.team_page .custom_btn a.button:hover,
a.blue_btn:hover,
.hs_cos_wrapper_type_module > a.hs-button:hover {
  background: transparent;
  color: #0BA6D5;
}

body a.cta_button {
  box-sizing: border-box !important;
}

.inv_section_wrap{
  background-image:url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/dotted-bg.png) 
}

.invoice_page .banner .text_wrap h4 {
  font-size: 26px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 40px;
  font-weight: 300;
  font-weight: 400;
}

.invoice_page .text_wrap {
  max-width: 770px;
}

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

.meetings-iframe-container
.invoice_page {
  overflow: hidden;
}
/*----------------*/

.invoice_page .cont_wid_image.static_img {
  padding: 90px 0;
}

.invoice_page .cont_wid_image.container_add.static_img .container {
  width: 100%;
  max-width: 80%;
  padding: 0 15px;
}

.invoice_page .cont_wid_image.container_add.static_img .flex_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.invoice_page .cont_wid_image.container_add.static_img .left_col,
.invoice_page .cont_wid_image.container_add.static_img .right_col {
  width: 100%;
  padding: 0;
}

.invoice_page .cont_wid_image.static_img.alleft .right_col {
  text-align: left;
}

.invoice_page .cont_wid_image.static_img .left_col h3 {
  color: #1D0447;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.invoice_page .cont_wid_image.static_img .left_col h5 {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.5;
  margin: 0;
}

.invoice_page .cont_wid_image.static_img.alright .right_col {
  text-align: left;
}

.invoice_page .cont_wid_image.static_img.alright .left_col > *:not(:first-child) {
  max-width: 550px;
}

.inv_dnd_main .dnd-section {
  padding: 50px 0 120px;
}

.inv_dnd_main  .hs_cos_wrapper_type_section_header {
  max-width: 680px;
  margin: 0 auto;
  margin-bottom: 90px;
  text-align: center;
  display: block;
}

.invoice_page .hs_cos_wrapper_type_section_header h2 {
  color: #1D0447;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.invoice_page .hs_cos_wrapper_type_section_header p {
  font-size: 22px;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
}


.invoice_page .cont_wid_image.static_img.alright .flex_row {
  gap: 80px;
}


.testimonial_sec .popup-video {
  cursor: pointer;
}

.lightbox-close:hover {
  opacity: 1;
}

.erp-integration.cm-full-width-container .content-wrapper {
  padding: 0;
}
/*-----------*/



.inv_dnd_main .cont_wid_bg_wrap.mod_section {
  min-height: 600px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-size: contain;
  background-position: right;
}

.inv_dnd_main .cont_wid_bg_wrap .container {
  width: 100%;
  padding: 0 15px;
}

.inv_dnd_main .cont_wid_bg_wrap .cont_col h3 {
  margin-bottom: 40px;
  /*   color: #1D0447; */
  font-size: 32px;
  line-height: 40px;
  font-family: "Open Sans", sans-serif;
}

.inv_dnd_main .cont_wid_bg_wrap .cont_col p {
  font-size: 22px;
  line-height: 38px;
  font-family: "Open Sans",sans-serif;
  max-width: 100%;
}

.inv_dnd_main .cont_wid_bg_wrap .cont_col {
  max-width: 700px;
  width: 100%;
  padding: 0;
  margin: 0 !important;
}

.inv_dnd_main .cont_wid_bg_wrap .cont_col p:last-child {
  margin-bottom: 0;
}

.inv_dnd_bottom .hs_cos_wrapper_type_section_header {
  display: block;
  text-align: center;
}

.inv_dnd_bottom .hs_cos_wrapper_type_section_header h2 {
  color: #1D0447;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 40px;
}

.inv_dnd_bottom .hs_cos_wrapper_type_section_header p {
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 1rem;
}


.inv_dnd_bottom .dnd-section {
  padding: 100px 0;
}


.inv_dnd_contact .dnd-section {
  padding: 90px 0;
}


.work_page .cont_wid_bg_wrap .cont_col {
  margin-left: 0 !important;
}

.hm_dnd_contact .dnd-section {
  padding: 100px 0;
}



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

.hm_dnd_bottom .hs_cos_wrapper_type_section_header h1 {
  color: #1D0447;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}

.hm_dnd_bottom .hs_cos_wrapper_type_section_header p {
  font-size: 32px;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 44px;
}

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


.sm_sec_title {
  color: #1D0447;
  font-size: 38px;
  line-height: 46px;
  font-weight: 600;
  margin-bottom: 40px;
  font-family: "Open Sans", sans-serif;
}

.sec_description {
  font-size: 22px;
  line-height: 38px;
  font-family: "Open Sans", sans-serif;
}

.sec_description p {
  font-family: "Open Sans", sans-serif;
}

/*-----*/
.main_home_page .partners.cm-full-width-items .slick-track {
  display: flex;
  align-items: center;
}

.main_home_page .partners.cm-full-width-items .slick-track:after,.main_home_page .partners.cm-full-width-items .slick-track:before {
  display: none;
}

.main_home_page .erp-integration.cm-full-width-container .partners.cm-full-width-items {
  margin-right: -5px;
}


.main_home_page .cont_wid_bg_wrap.mod_section {
  padding: 100px 0;
}



.main_home_page .cont_wid_bg_wrap h4 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  padding-bottom: 0;
}

.main_home_page .cont_wid_bg_wrap .cont_col {
  max-width: 800px;
  padding: 0;
}


a.green_btn {
  background: #0BA275;
  border-radius: 29px;
  padding: 0.5rem 5.6rem;
  color: white;
  font-size: 20px;
  display: inline-block;
  border: 2px solid #0BA275;
  transition: 0.5s;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
}

a.green_btn:hover {
  background: transparent;
  color: #0BA275;
  text-decoration: none;
  color: #0BA275;
}

a.green_btn:focus {
  background: #0BA275;
  border: 2px solid #0BA275;
  color: white;
}

.cta_button.cta_last_ned.green_btn {
  padding: 0.5rem 7.8rem;
}

.feat_sec .item ,
.cont_wid_image.container_remove h4,
.cont_icon_wrap .cm-content,
.cont_icon_wrap h3.cm-title,
.banner .text_wrap,
.banner h1.title,
.cont_icon_wrap.container_add .cm-content,
.cont_icon_wrap .content-box h3.cm-title,
.about_banner .cont_col > *,
.ab_dnd_bott .hs_cos_wrapper_type_rich_text h2 {
  transform: translate3d(0, 0, 0);
}

.main_home_page .cont_wid_bg_wrap a.green_btn:hover {
  border: 2px solid #fff;
  color: #fff;
}

.cta_button.banner_book_demo.green_btn {
  color: white;
}


.quick-contact-form form textarea:focus {
  box-shadow: none;
}

.meet_smine_page .feat_sec .item {
  text-align: center;
}

.meet_smine_page .feat_sec .item > .inner {
  display: inline-block;
  text-align: left;
}

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

@media(min-width:1200px){
  .inv_dnd_main .cont_wid_bg_wrap.mod_section {
    padding: 120px 0;
  } 

  .hm_dnd_bottom .dnd-section {
    padding: 100px 0;
  }
}

@media(max-width:1199px){
  .about_us2_page .main_dnd_area .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .about_us2_page .main_dnd_area .dnd-section:first-child {
    padding-top: 130px;
  }

  .about_us2_page .bottom_dnd_area .dnd-section {
    padding: 70px 0;
  }

  .about_us2_page .page-header.section-header h2 {
    font-size: 34px;
  }

  .invoice-scan_wrap .item.ryt_arrow:after {
    right: -3px;
    height: 24px;
    width: 10px;
    background-size: contain;
  }

  .work_middle_bottom .dnd-section {
    padding: 50px 0;
  }

  .work_area_bottom .hs_cos_wrapper_type_rich_text h5 {
    margin-top: 20px;
  }

  .ab_dnd_bott .dnd-section {
    min-height: 60vh;
  }

  .invoice_page .banner h1.title {
    line-height: 50px;
    font-size: 40px;
    margin: 25px 0;
  }

  .invoice_page .banner .text_wrap h4 {
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
  }

  .invoice_page .cont_wid_image.static_img {
    padding: 70px 0;
  }

  .invoice_page .hs_cos_wrapper_type_section_header p,
  .invoice_page .cont_wid_image.static_img .left_col h5 {
    font-size: 18px;
  }

  .inv_dnd_main .hs_cos_wrapper_type_section_header {
    margin-bottom: 50px;
  }

  .inv_dnd_main .dnd-section {
    padding: 50px 0 70px;
  }

  .inv_dnd_main .cont_wid_bg_wrap .cont_col {
    max-width: 450px;
  }

  .inv_dnd_main .cont_wid_bg_wrap .cont_col p {
    font-size: 18px;
  }

  .inv_dnd_main .cont_wid_bg_wrap .cont_col h3 {
    margin-bottom: 25px;
  }

  .inv_dnd_bottom .dnd-section {
    padding: 70px 0;
  }

  .inv_dnd_bottom .hs_cos_wrapper_type_section_header h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .inv_dnd_bottom .hs_cos_wrapper_type_section_header p {
    font-size: 32px;
    line-height: 44px;
  }

  .inv_dnd_contact .dnd-section {
    padding: 70px 0;
  }

  .sm_sec_title {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .sec_description {
    font-size: 18px;
  }

  .main_home_page .banner h1.title {
    font-size: 40px;
    line-height: 50px;
    margin: 25px 0;
  }

  .main_home_page .banner .text_wrap h4 {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 1.5;
  }


  .main_home_page .banner .btn_wrap>a {
    padding: 0.6rem 2rem;
  }

  .main_home_page  .erp-integration.cm-full-width-container .content-wrapper {
    padding: 0;
  }

  .main_home_page .cont_wid_bg_wrap .container {
    padding: 0 15px;
  }

  .cta_button.cta_last_ned.green_btn,
  a.green_btn {
    padding: 0.6rem 2rem;
  }


  .hm_dnd_bottom .hs_cos_wrapper_type_section_header h1 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .hm_dnd_bottom .dnd-section {
    padding: 70px 0;
  }
  /*---- 1199 end ------*/
}


@media(max-width:1024px){
  .invoice_page .banner h1.title {
    font-size: 36px;
  } 

  .invoice_page .cont_wid_image.static_img .left_col h3 {
    font-size: 22px;
    line-height: 36px;
  }

  .inv_dnd_main .cont_wid_bg_wrap .cont_col p,
  .invoice_page .hs_cos_wrapper_type_section_header p, 
  .invoice_page .cont_wid_image.static_img .left_col h5 {
    font-size: 16px;
  }

  .inv_dnd_main .cont_wid_bg_wrap .cont_col h3,
  .invoice_page .hs_cos_wrapper_type_section_header h2 {
    font-size: 22px;
    line-height: 36px;
  }

  .inv_dnd_main .cont_wid_bg_wrap .cont_col p,
  .invoice_page .hs_cos_wrapper_type_section_header p {
    line-height: 28px;
  }

  .inv_dnd_bottom .hs_cos_wrapper_type_section_header p {
    font-size: 22px;
    line-height: 36px;
  }

  .sm_sec_title {
    font-size: 22px;
    line-height: 36px;
  }

  .sec_description {
    font-size: 16px;
    line-height: 28px;
  }

  .main_home_page .banner h1.title {
    font-size: 36px;
  }

  .main_home_page .cont_wid_bg_wrap h4 {
    font-size: 25px;
    line-height: 35px;
  }

  .hm_dnd_bottom .hs_cos_wrapper_type_section_header h1 {
    font-size: 22px;
    line-height: 36px;
  }

  .hm_dnd_bottom .hs_cos_wrapper_type_section_header p {
    font-size: 22px;
    line-height: 36px;
  }
}

@media(max-width:991px){
  .about_us2_page .bottom_dnd_area .dnd-section {
    padding: 45px 0;
  } 

  .about_us2_page .page-header.section-header h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .inv_dnd_bottom .dnd-section,
  .invoice_page .cont_wid_image.static_img {
    padding: 45px 0;
  }

  .inv_dnd_main .dnd-section {
    padding: 45px 0 45px;
  }

  .work_middle_bottom .dnd-section {
    padding-bottom: 0;
  }

}

@media(max-width:767px){
  .about_us2_page .hs_cos_wrapper_type_rich_text p {
    text-align: center;
  } 
  .about_us2_page .page-header.section-header h2 {
    margin: 0;
  }

  .invoice-scan_wrap .item.ryt_arrow p.text:after {
    background: url(//info.semine.com/hubfs/raw_assets/public/Semine_February2022/images/black-arrow.png)no-repeat;
    content: "";
    left: 50%;
    height: 34px;
    width: 15px;
    background-size: auto auto;
    background-size: auto auto;
    position: absolute;
    transform: rotate(90deg);
    margin-left: -7.5px;
    bottom: -10px;
    top: auto;
  }

  .ab_dnd_bott .hs_cos_wrapper_type_rich_text h2 {
    font-size: 20px;
  }

  .team_page .custom_btn a.button,
  a.blue_btn,
  .hs_cos_wrapper_type_module > a.hs-button {
    padding: 6px 20px;
    margin: 10px 0;
    font-size: 14px;
  }

  .invoice_page .banner {
    padding-left: 25px;
    padding-right: 25px;
  }

  .invoice_page .cont_wid_image.container_add.static_img .left_col {
    text-align: left;
  }

  .invoice_page .inv_dnd_main .cont_wid_image.container_add.static_img .left_col {
    order: 1;
  }

  .invoice_page .inv_dnd_main .cont_wid_image.container_add.static_img .right_col {
    order: 2;
  }

  .invoice_page .inv_dnd_main .cont_wid_image.container_add.static_img .left_col {
    order: 1;
  }

  .invoice_page .inv_dnd_main .cont_wid_image.container_add.static_img .right_col {
    order: 2;
  }

  .inv_dnd_main .cont_wid_bg_wrap .gap {
    text-align: left;
  }

  .main_home_page .banner.logoAdded {
    height: 100vh;
  }

  .main_home_page  .banner_content {
    padding: 0 20px;
  }

  .main_home_page .erp-integration.contadd .text h1 {
    font-size: 18px;
  }

  .main_home_page .cont_wid_bg_wrap h4 {
    font-size: 18px;
    line-height: 28px;
  }

  .main_home_page .cont_wid_bg_wrap.mod_section {
    padding: 70px 0;
  }

}

@media(max-width:650px){
  .invoice_page .cont_wid_image.container_add.static_img .container {
    max-width: 100%;
  }
}

@media(max-width:576px){
  .work_page .banner h1.title {
    font-size: 35px;
  } 

  .invoice_page .banner h1.title {
    font-size: 30px;
  }

  .invoice_page .cont_wid_image.container_add.static_img .flex_row {
    grid-template-columns: 1fr;
  }

  .invoice_page .cont_wid_image.container_add.static_img .container {
    max-width: 100%;
  }

  .invoice_page .cont_wid_image.static_img.alright .flex_row {
    gap: 30px;
  }

  .inv_dnd_main .cont_wid_bg_wrap.mod_section {
    min-height: 350px;
    text-align: left;
  }

  .inv_dnd_contact .dnd-section {
    padding: 50px 0;
  }

  .inv_dnd_bottom .hs_cos_wrapper_type_section_header p {
    margin-bottom: 0;
  }

  .main_home_page .banner h1.title {
    font-size: 30px;
  }
  .main_home_page .erp-integration.cm-full-width-container .partners.cm-full-width-items {
    margin: 0;
    padding: 0 5px;
  }

  .hm_dnd_bottom .dnd-section {
    padding: 50px 0;
  }
}



@media(max-width:376px){
  .work_page .banner h1.title {
    font-size: 30px;
  } 
}





/*  ncss */


.website-page .widget-type-rich_text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: lighter;
  text-align: justify;
}
.website-page .widget-type-rich_text p:last-child {
  margin: 0;
}
.website-page .dnd-section>.row-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
.website-page .widget-type-header h3:last-child {
  margin: 0;
}

/*quick-contact-form*/

.contacts .dnd-section {
  padding: 58px 0 80px 0;
}

.contacts .widget-type-rich_text h5 {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.contacts .widget-type-rich_text p {
  font-size: 16px;
  font-weight: 400;
  color: #AAAAAA;
  text-align: left;
}
.contact_page .widget-type-rich_text hr{
  border-width: 1px 0px 0px;
  border-top-style: solid;
  border-top-color: rgba(0, 0, 0, 0.1);
  height: 0;
  background: transparent;
}

.quick-contact-form h2 {
  margin-bottom: 30px;
}
.quick-contact-form .widget-type-rich_text p {
  font-weight: 300;
  max-width: 480px;
  line-height: 40px;
}
.quick-contact-form form label {
  display: none;
}
.quick-contact-form form .input input:focus{
  color: rgb(73, 80, 87);
  background-color: rgb(255, 255, 255);
  border-color: rgb(128, 189, 255);
  outline: 0px; 
  box-shadow: none;
}

form textarea {
  resize: none;
  height: 240px;
  box-shadow: none;
  border-radius: 2px;
  padding: 12px 14px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.quick-contact-form textarea {
  margin-bottom: 22px;
}
.quick-contact-form .hs-fieldtype-textarea {
  margin: 0;
}

.quick-contact-form.contact-page {
  background: #F7F7F7;
}
.contacts h2 {
  margin-bottom: 80px;
}

/*  support page */

.support-area .widget-type-rich_text h1 {
  font-size: 44px;
  font-family: 'Cairo', sans-serif;
  margin-bottom: 35px;
  font-weight: 600;
}

.support-area .widget-type-rich_text p {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.support-area .widget-type-rich_text {
  text-align: center;
}
.support-form h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}

.support-form form .hs-input {
  padding: 20px 29px;
}

.support-form form textarea {
  height: 260px;
}
.support-form form label {
  display: none;
}
.support-form .input {
  margin: 0 !important;
}

.support-form .hs-form-field {
  padding-right: 15px;
  padding-left: 15px;
}
.support-form form {
  float: none;
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px) !important;
  max-width: calc(100% + 30px) !important;
}
.support-form .hs-input {
  width: 100% !important;
}
.support-form .hs_submit {
  padding: 20px 15px 0;
}

.support-form input.hs-button.primary.large {
  padding: 11px 45px;
  margin-bottom: 0;
}

/*     */


.microsoft-logo-section .widget-type-rich_text ul {
  padding: 0;
  margin: 0;
}

.microsoft-logo-section .widget-type-rich_text ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 49.5%;
  margin-bottom: 20px;
}
.microsoft-logo-section .widget-type-rich_text h3 {
  font-weight: normal;
  font-size: 26px;
  padding: 20px 0 0;
  border-top: 1px solid #ECF5FA;
}
.microsoft-logo-section .widget-type-rich_text ul li:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 66%;
  background: #ECF5FA;
  right: 8px;
  top: 17%;
}
.microsoft-logo-section .widget-type-rich_text ul li img{
  max-width:100%;
  height:auto;
}
.microsoft-logo-section{
  text-align: center;
}
.meet_smine-_page form {
  margin-top: 16px;
}
.strategisk .dnd-section[class*="background-image"]{
  position:relative; 
}
.strategisk .dnd-section[class*="background-image"]:before{
  background: rgba(31, 30, 71, .85);
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.strategisk .widget-type-rich_text h2 {
  margin-bottom: 26px;
}
.strategisk .widget-type-rich_text p {
  font-weight: 300;
  max-width: 650px;
  line-height: 32px;
}
.strategisk .dnd-section[class*="background-image"] *{
  color:#fff; 
}
.strategisk .dnd-section[class*="background-image"] > div {
  position: relative;
  z-index: 1;
}
.meet_smmmine-tp-sec .widget-type-rich_text h4 {
  font-family: roboto;
  font-weight: 300;
  display: inline-block;
  max-width: 760px;
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.meet_smmmine-tp-sec .widget-type-rich_text{
  text-align: center;
}
.meet_smmmine-tp-sec .feat_sec .item {
  padding: 0 15px !important;
}
.meet_smmmine-tp-sec .feat_sec{
  padding:0;  
}
.meet_smmmine-tp-sec .feat_sec .item h4{
  margin-top: 40px;
}
.meet_smine_page .banner .btn_wrap>a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 2px solid #0BA6D5;
  color: #fff;
  font-size: 16px;
  font-family: Roboto;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 8px 35px;
  background: none;
}

.meet_smine_page .banner .btn_wrap {
  margin-top: 25px;
}

.meet_smine_page .banner .text_wrap h4 {
  margin: 0;
}

.meet_smine_page .banner .text_wrap h4 {
  font-size: 22px;
  font-family: Roboto;
  font-weight: 300;
  line-height: 1.2;
}
.meet_smine_page .banner .btn_wrap>a:hover {
  background: #0BA6D5;
  color: #fff;
}
.meet_smine_page form{
  margin-top:16px; 
}
.strategisk .dnd-section[class*="background-image"]{
  padding: 240px 0;
}
.support-area .dnd-section {
  padding-top: 29px;
}
.support-form form .hs-input:focus {
  color: #495057;
  background-color: #fff;
  box-shadow: none;
}
@media (min-width: 1300px){
  .support_page .dnd-section>.row-fluid{
    max-width: 1285px;
  }  
}

@media (max-width: 1599px){
  .strategisk .dnd-section[class*="background-image"]{
    padding: 150px 0;
  }

}


@media (max-width: 1199px){
  .contacts .dnd-section{
    padding:39px 0 80px 0;
  }
  .contacts h2 {
    margin-bottom: 50px;
  }
  form textarea {
    height: 120px;
  }
  .strategisk .dnd-section[class*="background-image"]{
    padding:70px 0 ; 
  }
}
@media(max-width:991px){
  .meet_smmmine-tp-sec .widget-type-rich_text h4 {
    margin-top: 5px;
    line-height: 30px;
  }
  .meet_smmmine-tp-sec .feat_sec .item .img_wrap img {
    max-width: 70px;
    max-height: 64px;
  }

  .meet_smmmine-tp-sec .feat_sec .item h4 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .strategisk .dnd-section[class*="background-image"] {
    padding: 45px 0;
  }
  .meet_smine_page .banner .text_wrap h4 {
    font-size: 18px;
  }
}

@media(max-width:767px){
  .quick-contact-form .widget-type-rich_text h2,
  .quick-contact-form .widget-type-rich_text p{
    text-align: center;
  }

  .quick-contact-form .widget-type-rich_text p {
    line-height: 30px;
  } 
  .support-area .widget-type-rich_text h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 50px;
  }
  .support-form .hs-form-field {
    width: 100% !important;
  }
  .meet_smmmine-tp-sec .feat_sec .item h4 {
    margin-top: 20px;
  }
  .strategisk .widget-type-rich_text {
    text-align: center;
  }
  .quick-contact-form .hs_submit.hs-submit {
    text-align: center;
  }
  .support-area .dnd-section {
    padding-top: 0;
  }
}
@media(max-width:576px){
  .contacts .dnd-section {
    padding: 49px 0 80px 0;
  }
}

@media(max-width:550px){
  .microsoft-logo-section .widget-type-rich_text ul li {
    display: block;
    width: 100%;
  }

  .microsoft-logo-section .widget-type-rich_text ul li:first-child:after {
    display: none;
  } 
  .microsoft-logo-section .widget-type-rich_text ul {
    margin: 0 0 30px;
  }
  .microsoft-logo-section .widget-type-rich_text h3 {
    padding: 20px;
  }
}

.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px 10px;
}

li#results-for {
  padding: 5px 10px;
}

.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  left: 0;
}




/*    scss  */


.body-container--home .widget-type-rich_text table {
  min-height: 1035px;
  border-collapse: collapse;
  border-spacing: 2px;
  border: 1px solid grey;
  max-width: 828px;
  width: 100%;
  margin-bottom: 0;
  word-break: normal;
}

.body-container--home .widget-type-rich_text table td {
  text-align: center;
  padding: 0;
  vertical-align: middle;
  border: 1px solid grey;
  width: 209px;
}

.body-container--home .widget-type-rich_text table td strong {
  font-weight: bolder;
}
.body-container--home .widget-type-rich_text table td p {
  font-weight: inherit;
}

.body-container--home .widget-type-rich_text table td {
  padding: 1px;
}





.full-width-page>.main_body_wrapper>.content-wrapper>.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.full-width-page>.main_body_wrapper>.content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.full-width-page>.main_body_wrapper>.content-wrapper>.row>.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.table-wrapper {
  overflow: hidden;
  overflow-x: auto;
}

@media (min-width: 768px){
  .full-width-page>.main_body_wrapper>.content-wrapper>.row>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px){
  .full-width-page>.main_body_wrapper>.content-wrapper>.row>.col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

/*  */

.main_home_page .banner-section .banner {
    min-height: 25rem;
    max-height: unset;
      padding-left: 5px;
    padding-right: 5px;
}


@media(min-width:768px){
  
   .main_home_page .erp-integration.contadd .text h1 {
      font-size: 2.5rem;
  } 
}
@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: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

@-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 fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

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

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

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

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

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

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

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

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

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

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

@-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 fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

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

@keyframes fadeInUp {
  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);
  }
}

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