@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-overflow-scrolling: touch;
}

*:focus,
*:active {
  outline: 0;
}

body,
html {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #54585a;
  background-color: #ffffff;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #54585a;
  border: 1px solid #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background: #033349;
}

::-webkit-scrollbar-thumb:active {
  background: #033349;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #bababa;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #bababa;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #bababa;
}

img {
  max-width: 100%;
  display: block;
}

a,
button {
  display: block;
  text-decoration: none;
  cursor: pointer;
  color: #54585a;
  transition: all 0.3s ease-in-out;
}

a:focus,
a:visited,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button {
  border: none;
}

ul {
  list-style-type: none;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.center {
  align-items: center;
}

.justify {
  justify-content: space-between;
}

.align-end {
  align-items: flex-end;
}

.align-start {
  align-items: flex-start;
}

.align-base {
  align-items: baseline;
}

.align-stretch {
  align-items: stretch;
}

.justify-end {
  justify-content: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: "FontAwesome";
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f);
  src: url(/fonts/fontawesome-webfont.eot?8b27bc96115c2d24350f0d09e6a9433f) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?3293616ec0c605c7c2db25829a0a509e) format("woff"), url(/fonts/fontawesome-webfont.ttf?dcb26c7239d850266941e80370e207c1) format("truetype"), url(/fonts/fontawesome-webfont.svg?b526f0637e912fae979bcfe9f0c9bd74) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Bold";
  src: url(/fonts/UBUNTU-B.ttf?e0008b580192405f144f2cb595100969) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Medium";
  src: url(/fonts/UBUNTU-M.ttf?785d8031758d1fac400213600066aee6) format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Ubuntu-Light";
  src: url(/fonts/UBUNTU-L.ttf?8571edb1bb4662f1cdba0b80ea0a1632) format("truetype");
  font-weight: 400;
  font-style: normal;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: a 2s infinite linear;
          animation: a 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
          animation: a 1s infinite steps(8);
}

@-webkit-keyframes a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

@keyframes a {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}

.fa-flip-vertical {
  transform: scaleY(-1);
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-aws:before {
  content: "\F375";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edit:before {
  content: "\F044";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-moon:before {
  content: "\F186";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nintendo-switch:before {
  content: "\F418";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-plane:before {
  content: "\F072";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-random:before {
  content: "\F074";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-rendact:before {
  content: "\F3E4";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-safari:before {
  content: "\F267";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-train:before {
  content: "\F238";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/fa-brands-400.eot?088a34f78f530102fd9661173b4a4f26);
  src: url(/fonts/fa-brands-400.eot?088a34f78f530102fd9661173b4a4f26) format("embedded-opentype"), url(/fonts/fa-brands-400.woff2?822d94f19fe57477865209e1242a3c63) format("woff2"), url(/fonts/fa-brands-400.woff?f4920c94c0861c537f72ba36590f6362) format("woff"), url(/fonts/fa-brands-400.ttf?273dc9bf9778fd37fa61357645d46a28) format("truetype"), url(/fonts/fa-brands-400.svg?0eb8cedcedefe0b04a200dc5c9602f4a) format("svg");
}

.fab {
  font-family: Font Awesome\ 5 Brands;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/fa-regular-400.eot?3ac49cb33f43a6471f21ab3df40d1b1e);
  src: url(/fonts/fa-regular-400.eot?3ac49cb33f43a6471f21ab3df40d1b1e) format("embedded-opentype"), url(/fonts/fa-regular-400.woff2?9efb86976bd53e159166c12365f61e25) format("woff2"), url(/fonts/fa-regular-400.woff?a57bcf76c178aee452db7a57b75509b6) format("woff"), url(/fonts/fa-regular-400.ttf?ece54318791c51b52dfdc689efdb6271) format("truetype"), url(/fonts/fa-regular-400.svg?9b4c53aa538b8e0c4def479a43a8acf1) format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url(/fonts/fa-solid-900.eot?7fb1cdd9c3b889161216a13267b55fe2);
  src: url(/fonts/fa-solid-900.eot?7fb1cdd9c3b889161216a13267b55fe2) format("embedded-opentype"), url(/fonts/fa-solid-900.woff2?f6121be597a72928f54e7ab5b95512a1) format("woff2"), url(/fonts/fa-solid-900.woff?93f284548b42ab76fe3fd03a9d3a2180) format("woff"), url(/fonts/fa-solid-900.ttf?2aa6edf8f296a43b32df35f330b7c81c) format("truetype"), url(/fonts/fa-solid-900.svg?3719793fcebc92ff6642bf287db11b16) format("svg");
}

.fa,
.far,
.fas {
  font-family: Font Awesome\ 5 Free;
}

.fa,
.fas {
  font-weight: 900;
}

@font-face {
  font-family: "lg";
  src: url(/fonts/lg.eot?ecff11700aad0000cf3503f537d1df17);
  src: url(/fonts/lg.eot?ecff11700aad0000cf3503f537d1df17) format("embedded-opentype"), url(/fonts/lg.woff?5fd4c338c1a1b1eeeb2c7b0a0967773d) format("woff"), url(/fonts/lg.ttf?4fe6f9caff8b287170d51d3d71d5e5c6) format("truetype"), url(/fonts/lg.svg?0cb1b8af9950584b5cc8e8250e045508) format("svg");
  font-weight: normal;
  font-style: normal;
}

.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #fff;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\E095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/images/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/images/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/images/video-play.png?dc34cc9c99e935cd9c88c036e34103f5) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/images/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/images/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a,
.lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\E80D";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  outline: none;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(/images/loading.gif?bbdac9cda255c54bfd809110aff87898) no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(/images/ajax-loader.gif?bc1c98b80038ceb0afb15b5fc4881086) center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.home-main-banner .slick-dots {
  bottom: 25px;
}

@media only screen and (max-width: 770px) {
  .home-main-banner .slick-dots {
    bottom: 10px;
  }
}

.home-main-banner .slick-dots li {
  background: #fff;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.home-main-banner .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 13px;
  width: 13px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}

.home-main-banner .slick-dots li button:hover,
.home-main-banner .slick-dots li button:focus {
  outline: none;
}

.home-main-banner .slick-dots li button:hover:before,
.home-main-banner .slick-dots li button:focus:before {
  opacity: 1;
}

.home-main-banner .slick-dots li button:before {
  position: absolute;
  top: 3px;
  left: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 50%;
}

.home-main-banner .slick-dots li.slick-active {
  background: #fff;
  border-radius: 50%;
}

.home-main-banner .slick-dots li.slick-active button:before {
  background: #4dbfe3;
}

.hfp-slides .slick-arrow,
.action-items .slick-arrow {
  height: 270px;
  width: 54px;
  z-index: 2;
  transition: all 0.2s;
}

.hfp-slides .slick-prev,
.action-items .slick-prev {
  left: 0;
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}

.hfp-slides .slick-prev:hover,
.action-items .slick-prev:hover {
  background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0.4));
}

.hfp-slides .slick-next,
.action-items .slick-next {
  right: 0;
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}

.hfp-slides .slick-next:hover,
.action-items .slick-next:hover {
  background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0.4));
}

.hfp-slides .slick-arrow.slick-disabled,
.action-items .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.hfp-slides .slick-prev:before,
.hfp-slides .slick-next:before,
.action-items .slick-prev:before,
.action-items .slick-next:before {
  content: "";
  width: 14px;
  height: 26px;
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
}

.hfp-slides .slick-prev:before,
.action-items .slick-prev:before {
  margin-left: -13px;
}

.action-items .slick-arrow {
  height: 100%;
  width: 54px;
  z-index: 2;
  transition: all 0.2s;
}

.action-items .slick-prev {
  background-image: linear-gradient(to right, #f6f7fb, rgba(246, 247, 251, 0));
}

.action-items .slick-prev:hover {
  background-image: linear-gradient(to right, #f6f7fb, rgba(246, 247, 251, 0.4));
}

.action-items .slick-next {
  background-image: linear-gradient(to left, #f6f7fb, rgba(246, 247, 251, 0));
}

.action-items .slick-next:hover {
  background-image: linear-gradient(to left, #f6f7fb, rgba(246, 247, 251, 0.4));
}

header {
  width: 100%;
  position: relative;
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  header {
    height: 75px;
  }
}

@media only screen and (max-width: 480px) {
  header {
    height: 65px;
  }
}

header .header_wrapper {
  width: 100%;
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper {
    position: fixed;
    background-color: #ffffff;
  }
}

header .header_wrapper .header_container {
  width: 90%;
  max-width: 1700px;
  margin: 0 auto;
  padding: 15px 0px;
}

@media only screen and (max-width: 1440px) {
  header .header_wrapper .header_container {
    width: 100%;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 480px) {
  header .header_wrapper .header_container {
    padding: 10px 15px;
  }
}

header .header_wrapper .header_container .logo {
  width: 25%;
}

header .header_wrapper .header_container .logo .white_logo {
  display: block;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .logo .white_logo {
    display: none;
  }
}

header .header_wrapper .header_container .logo .dark_logo {
  display: none;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .logo .dark_logo {
    display: block;
  }
}

header .header_wrapper .header_container .logo img {
  width: 175px;
  max-width: 100%;
}

@media only screen and (max-width: 1740px) {
  header .header_wrapper .header_container .logo {
    width: 20%;
  }
}

@media only screen and (max-width: 1560px) {
  header .header_wrapper .header_container .logo {
    width: 17%;
  }
}

@media only screen and (max-width: 1440px) {
  header .header_wrapper .header_container .logo {
    width: 15%;
  }

  header .header_wrapper .header_container .logo img {
    width: 140px;
  }
}

@media only screen and (max-width: 1200px) {
  header .header_wrapper .header_container .logo {
    width: 12%;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .logo {
    width: 120px;
    padding-right: 0px;
    order: 2;
  }
}

header .header_wrapper .header_container .menu_wrapper {
  width: 50%;
  padding: 0px 30px;
}

@media only screen and (max-width: 1740px) {
  header .header_wrapper .header_container .menu_wrapper {
    width: 60%;
  }
}

@media only screen and (max-width: 1560px) {
  header .header_wrapper .header_container .menu_wrapper {
    width: 66%;
  }
}

@media only screen and (max-width: 1440px) {
  header .header_wrapper .header_container .menu_wrapper {
    width: 70%;
  }
}

@media only screen and (max-width: 1200px) {
  header .header_wrapper .header_container .menu_wrapper {
    width: 78%;
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper {
    width: 40px;
    padding: 0px 0px;
    order: 1;
  }
}

header .header_wrapper .header_container .menu_wrapper .menu_btn {
  display: none;
  width: 40px;
  height: 20px;
  transition: 0.1s transform linear;
  position: relative;
  background: 0;
  z-index: 9;
  outline: 0;
  padding: 0;
  border: 0;
  margin-top: 10px;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper .menu_btn {
    display: block;
  }
}

header .header_wrapper .header_container .menu_wrapper .menu_btn .bar,
header .header_wrapper .header_container .menu_wrapper .menu_btn .bar::before,
header .header_wrapper .header_container .menu_wrapper .menu_btn .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear 0.2s, 0.2s transform linear;
  position: absolute;
  background: #54585a;
  margin: auto;
  width: 100%;
  height: 4px;
  content: "";
  top: 50%;
  right: 0;
}

header .header_wrapper .header_container .menu_wrapper .menu_btn .bar {
  margin-top: -5px;
}

header .header_wrapper .header_container .menu_wrapper .menu_btn .bar::before,
header .header_wrapper .header_container .menu_wrapper .menu_btn .bar::after {
  transform: rotate(0deg);
}

header .header_wrapper .header_container .menu_wrapper .menu_btn .bar::before {
  top: -10px;
}

header .header_wrapper .header_container .menu_wrapper .menu_btn .bar::after {
  top: 10px;
}

header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar,
header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar::before,
header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar::after {
  transition: 0.2s background linear 0.1s, 0.2s top linear, 0.2s transform linear 0.2s;
}

header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar::before,
header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar::after {
  top: 0;
  background: #54585a;
}

header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar {
  background: 0;
}

header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar::before {
  transform: rotate(45deg);
}

header .header_wrapper .header_container .menu_wrapper .menu_btn.reactive .bar::after {
  transform: rotate(-45deg);
}

header .header_wrapper .header_container .menu_wrapper.menu-open ul.menu {
  right: 0;
  opacity: 1;
}

header .header_wrapper .header_container .menu_wrapper ul.menu {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu {
    position: fixed;
    right: -100%;
    top: 75px;
    width: 100%;
    height: calc(100vh - 75px);
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -webkit-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -moz-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -ms-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -o-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    display: block;
    padding: 30px;
    z-index: 99;
    opacity: 0;
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 480px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu {
    top: 65px;
    height: calc(100vh - 65px);
    padding: 20px;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li {
  position: relative;
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.has_child a {
  padding-right: 30px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li.has_child a {
    display: inline-block;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.has_child a::after {
  content: "\F0D7";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  color: #ffffff;
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li.has_child a::after {
    color: #54585a;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li a {
  font-family: "Ubuntu-Medium", sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 0px;
}

@media only screen and (max-width: 1200px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li a {
    font-size: 16px;
    color: #54585a;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li a:hover {
  color: #008ed1;
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.active_page a {
  border-bottom: 2px solid #008ed1;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li.active_page a {
    border: none;
    color: #033349;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.active_page .dropdown_menu li.active_page a {
  color: #008ed1;
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.active_page .dropdown_menu li.active_page:hover a {
  color: #ffffff;
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.active_page .dropdown_menu li a {
  border: none;
}

header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
  width: 300px;
  background-color: #ffffff;
  left: 50%;
  overflow: hidden;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: all 0.5s cubic-bezier(0.8, 0.71, 0.67, 0.68);
  -webkit-transition: all 0.5s cubic-bezier(0.8, 0.71, 0.67, 0.68);
  -moz-transition: all 0.5s cubic-bezier(0.8, 0.71, 0.67, 0.68);
  -ms-transition: all 0.5s cubic-bezier(0.8, 0.71, 0.67, 0.68);
  -o-transition: all 0.5s cubic-bezier(0.8, 0.71, 0.67, 0.68);
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu {
    position: relative;
    left: 0%;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    width: 100%;
    padding-left: 30px;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    background-color: #ffffff;
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu {
    padding-left: 10px;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li {
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-tansition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
  width: 100%;
}

header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li a {
  padding: 15px;
  transition: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  font-size: 16px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #54585a;
  text-transform: unset;
}

header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li a::after {
  display: none;
}

@media only screen and (max-width: 1200px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li a {
    font-size: 14px;
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li a {
    font-size: 15px;
    color: #54585a;
    padding: 10px;
    display: inline-block;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li:hover {
  background-color: #008ed1;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li:hover {
    background-color: transparent;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li:hover a {
  color: #ffffff;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li ul.dropdown_menu li:hover a {
    color: #008ed1;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.dropdown_active a::after {
  content: "\F0D8";
}

header .header_wrapper .header_container .menu_wrapper ul.menu li.dropdown_active ul.dropdown_menu {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu li.dropdown_active ul.dropdown_menu {
    display: block;
  }
}

header .header_wrapper .header_container .menu_wrapper ul.menu .social_links_mob {
  display: none;
  padding: 15px 30px;
}

header .header_wrapper .header_container .menu_wrapper ul.menu .social_links_mob a {
  color: #008ed1;
  font-size: 30px;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

header .header_wrapper .header_container .menu_wrapper ul.menu .social_links_mob a:last-child {
  margin-right: 0px;
}

header .header_wrapper .header_container .menu_wrapper ul.menu .social_links_mob a:hover {
  color: #033349;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .menu_wrapper ul.menu .social_links_mob {
    display: flex;
  }
}

header .header_wrapper .header_container .soc_lang {
  width: 25%;
}

@media only screen and (max-width: 1740px) {
  header .header_wrapper .header_container .soc_lang {
    width: 20%;
  }
}

@media only screen and (max-width: 1560px) {
  header .header_wrapper .header_container .soc_lang {
    width: 17%;
  }
}

@media only screen and (max-width: 1440px) {
  header .header_wrapper .header_container .soc_lang {
    width: 15%;
  }
}

@media only screen and (max-width: 1200px) {
  header .header_wrapper .header_container .soc_lang {
    width: 10%;
  }
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .soc_lang {
    width: 50px;
    order: 3;
  }
}

header .header_wrapper .header_container .soc_lang .social_links {
  margin-right: 30px;
}

@media only screen and (max-width: 1440px) {
  header .header_wrapper .header_container .soc_lang .social_links {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  header .header_wrapper .header_container .soc_lang .social_links {
    margin-right: 0px;
    margin-bottom: 5px;
    width: 100%;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .soc_lang .social_links {
    display: none;
  }
}

header .header_wrapper .header_container .soc_lang .social_links a {
  color: #ffffff;
  font-size: 30px;
  margin-right: 15px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 1440px) {
  header .header_wrapper .header_container .soc_lang .social_links a {
    font-size: 25px;
  }
}

header .header_wrapper .header_container .soc_lang .social_links a:last-child {
  margin-right: 0px;
}

header .header_wrapper .header_container .soc_lang .social_links a:hover {
  color: #008ed1;
}

header .header_wrapper .header_container .soc_lang .lang_mob_btn {
  display: none;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .soc_lang .lang_mob_btn {
    display: block;
  }
}

header .header_wrapper .header_container .soc_lang .lang_mob_btn span {
  font-family: "Ubuntu-Medium", sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  position: relative;
  display: block;
  padding-right: 10px;
}

header .header_wrapper .header_container .soc_lang .lang_mob_btn span::after {
  content: "\F0D7";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translate(0, -50%);
  color: #54585a;
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .soc_lang .lang_mob_btn span {
    color: #54585a;
  }
}

header .header_wrapper .header_container .soc_lang.lang_active .language_switcher {
  opacity: 1;
  right: 0;
}

header .header_wrapper .header_container .soc_lang.lang_active .lang_mob_btn span::after {
  content: "\F0D8";
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .soc_lang .language_switcher {
    display: block;
    width: 100px;
    top: 75px;
    right: -100%;
    opacity: 0;
    position: fixed;
    background-color: #ffffff;
    transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -webkit-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -moz-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -ms-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
    -o-transition: all 0.5s cubic-bezier(0.35, 0.55, 0.47, 0.45);
  }
}

@media only screen and (max-width: 992px) and (max-width: 480px) {
  header .header_wrapper .header_container .soc_lang .language_switcher {
    top: 65px;
  }
}

header .header_wrapper .header_container .soc_lang .language_switcher a {
  margin-right: 15px;
  font-family: "Ubuntu-Medium", sans-serif;
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

@media only screen and (max-width: 992px) {
  header .header_wrapper .header_container .soc_lang .language_switcher a {
    color: #54585a;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
  }
}

header .header_wrapper .header_container .soc_lang .language_switcher a:last-child {
  margin-right: 0px;
}

header .header_wrapper .header_container .soc_lang .language_switcher a:hover {
  color: #008ed1;
}

header.page_header .header_wrapper {
  background-color: #ffffff;
  position: relative;
}

header.page_header .header_wrapper .header_container .logo .white_logo {
  display: none;
}

header.page_header .header_wrapper .header_container .logo .dark_logo {
  display: block;
}

header.page_header .header_wrapper .header_container .menu_wrapper ul.menu li.has_child a::after {
  color: #54585a;
}

header.page_header .header_wrapper .header_container .menu_wrapper ul.menu li a {
  color: #54585a;
}

header.page_header .header_wrapper .header_container .menu_wrapper ul.menu li a:hover {
  color: #008ed1;
}

header.page_header .header_wrapper .header_container .soc_lang .social_links a {
  color: #54585a;
}

header.page_header .header_wrapper .header_container .soc_lang .social_links a:hover {
  color: #008ed1;
}

header.page_header .header_wrapper .header_container .soc_lang .language_switcher a {
  color: #54585a;
}

header.page_header .header_wrapper .header_container .soc_lang .language_switcher a:hover {
  color: #008ed1;
}

footer {
  width: 100%;
  position: relative;
}

footer .footer_wrapper {
  width: 100%;
  background-color: #033349;
  padding: 45px 15px;
}

@media only screen and (max-width: 480px) {
  footer .footer_wrapper {
    padding: 40px 15px 20px;
  }
}

footer .footer_wrapper .footer_container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

footer .footer_wrapper .footer_container .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 992px) {
  footer .footer_wrapper .footer_container .logo {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer_wrapper .footer_container .logo {
    display: none;
  }
}

footer .footer_wrapper .footer_container .logo a {
  display: inline-block;
}

footer .footer_wrapper .footer_container .logo a img {
  display: inline-block;
}

@media only screen and (max-width: 1440px) {
  footer .footer_wrapper .footer_container .logo a img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 992px) {
  footer .footer_wrapper .footer_container .logo a img {
    max-width: 150px;
  }
}

footer .footer_wrapper .footer_container .footer_info {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  footer .footer_wrapper .footer_container .footer_info {
    justify-content: center;
  }
}

footer .footer_wrapper .footer_container .footer_info .info_box {
  width: 22%;
  margin-right: 4%;
}

footer .footer_wrapper .footer_container .footer_info .info_box:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 992px) {
  footer .footer_wrapper .footer_container .footer_info .info_box {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
    max-width: 235px;
  }

  footer .footer_wrapper .footer_container .footer_info .info_box:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  footer .footer_wrapper .footer_container .footer_info .info_box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  footer .footer_wrapper .footer_container .footer_info .info_box:last-of-type {
    margin-bottom: 0px;
  }
}

footer .footer_wrapper .footer_container .footer_info .info_box span {
  display: block;
  font-size: 16px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #ffffff;
  margin-bottom: 35px;
  padding-left: 45px;
  position: relative;
}

footer .footer_wrapper .footer_container .footer_info .info_box span::before {
  content: "";
  width: 35px;
  height: 4px;
  background-color: #008ed1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

@media only screen and (max-width: 480px) {
  footer .footer_wrapper .footer_container .footer_info .info_box span {
    margin-bottom: 20px;
  }
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp {
  width: 100%;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp p {
  color: #ffffff;
  font-size: 13px;
  font-family: "Ubuntu-Light", sans-serif;
  margin-bottom: 13px;
  position: relative;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp p a {
  display: inline;
  color: #ffffff;
  font-size: 13px;
  font-family: "Ubuntu-Light", sans-serif;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp p a:hover {
  color: #008ed1;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp img {
  display: block;
  max-width: 115px;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp ul {
  width: 100%;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp ul li {
  display: block;
  position: relative;
  padding-left: 8px;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp ul li a {
  color: #008ed1;
  font-size: 13px;
  font-family: "Ubuntu-Light", sans-serif;
  margin-bottom: 13px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp ul li a:hover {
  color: #ffffff;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp.has_icons p {
  padding-left: 45px;
}

footer .footer_wrapper .footer_container .footer_info .info_box .info_wrapp.has_icons p img {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

footer .copyr {
  background-color: #010c12;
  width: 100%;
  text-align: center;
  padding: 15px;
}

@media only screen and (max-width: 769px) {
  footer .copyr {
    padding: 10px 30px;
  }
}

footer .copyr span {
  display: inline-block;
  color: #aaaaaa;
  font-size: 13px;
  font-family: "Ubuntu-Regular", sans-serif;
}

body {
  overflow-x: hidden;
}

body.body_overflow {
  overflow: hidden;
}

.home_page {
  position: relative;
  width: 100%;
  z-index: 1;
}

.home_page .hero_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .home_page .hero_banner {
    height: 360px;
  }
}

.home_page .hero_banner img {
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
  .home_page .hero_banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.home_page .hero_banner .hero_text {
  position: absolute;
  width: 50%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .home_page .hero_banner .hero_text {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .home_page .hero_banner .hero_text {
    width: 90%;
  }
}

.home_page .hero_banner .hero_text span {
  display: block;
  font-size: 65px;
  font-family: "Ubuntu-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}

.home_page .hero_banner .hero_text span:last-of-type {
  margin-bottom: 65px;
}

@media only screen and (max-width: 1630px) {
  .home_page .hero_banner .hero_text span {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1540px) {
  .home_page .hero_banner .hero_text span {
    font-size: 47px;
  }
}

@media only screen and (max-width: 1440px) {
  .home_page .hero_banner .hero_text span {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .home_page .hero_banner .hero_text span {
    font-size: 37px;
  }
}

@media only screen and (max-width: 992px) {
  .home_page .hero_banner .hero_text span {
    font-size: 30px;
  }

  .home_page .hero_banner .hero_text span:last-of-type {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 769px) {
  .home_page .hero_banner .hero_text span {
    font-size: 23px;
  }

  .home_page .hero_banner .hero_text span:last-of-type {
    margin-bottom: 30px;
  }
}

.home_page .hero_banner .hero_text .btn {
  display: inline-block;
  padding: 20px 30px;
  color: #ffffff;
  background-color: #008ed1;
  font-size: 25px;
  font-family: "Ubuntu-Medium", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 1540px) {
  .home_page .hero_banner .hero_text .btn {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .home_page .hero_banner .hero_text .btn {
    font-size: 18px;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .home_page .hero_banner .hero_text .btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}

@media only screen and (max-width: 769px) {
  .home_page .hero_banner .hero_text .btn {
    font-size: 14px;
  }
}

.home_page .hero_banner .hero_text .btn:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 3px 15px 20px -3px rgba(11, 16, 39, 0.5);
}

.home_page .services {
  width: 100%;
  position: relative;
  padding: 60px 0px;
}

@media only screen and (max-width: 1200px) {
  .home_page .services {
    padding: 40px 0px;
  }
}

@media only screen and (max-width: 480px) {
  .home_page .services {
    padding: 30px 20px;
  }
}

.home_page .services h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #54585a;
  margin-bottom: 65px;
}

@media only screen and (max-width: 1440px) {
  .home_page .services h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .home_page .services h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 992px) {
  .home_page .services h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 769px) {
  .home_page .services h2 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 480px) {
  .home_page .services h2 {
    font-size: 20px;
  }
}

.home_page .services .services_wrapper {
  width: 100%;
  max-width: 1320px;
  padding: 0px 30px;
  margin: 0 auto;
}

@media only screen and (max-width: 1540px) {
  .home_page .services .services_wrapper {
    max-width: 1200px;
  }
}

@media only screen and (max-width: 1440px) {
  .home_page .services .services_wrapper {
    max-width: 990px;
  }
}

@media only screen and (max-width: 769px) {
  .home_page .services .services_wrapper {
    max-width: 540px;
  }
}

@media only screen and (max-width: 480px) {
  .home_page .services .services_wrapper {
    padding: 0px;
  }
}

.home_page .services .services_wrapper .service_box {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  text-align: center;
}

.home_page .services .services_wrapper .service_box:nth-child(3n) {
  margin-right: 0px;
}

@media only screen and (max-width: 769px) {
  .home_page .services .services_wrapper .service_box {
    width: 100%;
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .home_page .services .services_wrapper .service_box {
    margin-bottom: 30px;
  }
}

.home_page .services .services_wrapper .service_box img {
  display: inline-block;
  margin: 0 auto 35px;
  max-width: 100%;
}

@media only screen and (max-width: 1440px) {
  .home_page .services .services_wrapper .service_box img {
    max-width: 50%;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .home_page .services .services_wrapper .service_box img {
    max-width: 105px;
  }
}

@media only screen and (max-width: 769px) {
  .home_page .services .services_wrapper .service_box img {
    max-width: 85px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .home_page .services .services_wrapper .service_box img {
    max-width: 65px;
  }
}

.home_page .services .services_wrapper .service_box span {
  display: block;
  font-size: 16px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #54585a;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.home_page .services .services_wrapper .service_box p {
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
}

.home_page .testimonials {
  width: 100%;
  position: relative;
  padding: 120px 0px;
  background-image: url(/images/testimonials_bg.jpg?0894f83c3af2ea3889ecf742e0850f32);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .home_page .testimonials {
    padding: 90px 0px;
  }
}

@media only screen and (max-width: 992px) {
  .home_page .testimonials {
    padding: 45px 0px;
  }
}

.home_page .testimonials .testimonials_slider {
  width: 50% !important;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .home_page .testimonials .testimonials_slider {
    width: 70% !important;
  }
}

@media only screen and (max-width: 992px) {
  .home_page .testimonials .testimonials_slider {
    width: 90% !important;
  }
}

.home_page .testimonials .testimonials_slider .slick-slide {
  height: auto;
}

.home_page .testimonials .testimonials_slider .t_box {
  text-align: center;
}

.home_page .testimonials .testimonials_slider .t_box p {
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 30px;
  color: #ffffff;
  font-style: italic;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1540px) {
  .home_page .testimonials .testimonials_slider .t_box p {
    font-size: 25px;
  }
}

@media only screen and (max-width: 1440px) {
  .home_page .testimonials .testimonials_slider .t_box p {
    font-size: 22px;
  }
}

@media only screen and (max-width: 992px) {
  .home_page .testimonials .testimonials_slider .t_box p {
    font-size: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .home_page .testimonials .testimonials_slider .t_box p {
    font-size: 18px;
  }
}

.home_page .testimonials .testimonials_slider .t_box span {
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 22px;
  color: #ffffff;
  font-style: italic;
}

@media only screen and (max-width: 1540px) {
  .home_page .testimonials .testimonials_slider .t_box span {
    font-size: 19px;
  }
}

@media only screen and (max-width: 992px) {
  .home_page .testimonials .testimonials_slider .t_box span {
    font-size: 17px;
  }
}

.home_page .illustration {
  width: 100%;
  position: relative;
}

.home_page .illustration img {
  width: 100%;
  max-width: 100%;
}

.page_banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .page_banner {
    height: 300px;
  }
}

.page_banner img {
  width: 100%;
  max-width: 100%;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  .page_banner img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.page_banner .page_title {
  position: absolute;
  width: 70%;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .page_banner .page_title {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .page_banner .page_title {
    width: 90%;
  }
}

.page_banner .page_title h1 {
  display: block;
  font-size: 65px;
  font-family: "Ubuntu-Bold", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1630px) {
  .page_banner .page_title h1 {
    font-size: 55px;
  }
}

@media only screen and (max-width: 1540px) {
  .page_banner .page_title h1 {
    font-size: 47px;
  }
}

@media only screen and (max-width: 1440px) {
  .page_banner .page_title h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1200px) {
  .page_banner .page_title h1 {
    font-size: 37px;
  }
}

@media only screen and (max-width: 992px) {
  .page_banner .page_title h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 769px) {
  .page_banner .page_title h1 {
    font-size: 23px;
  }
}

.page_banner .page_title .btn {
  display: inline-block;
  padding: 20px 30px;
  color: #ffffff;
  background-color: #008ed1;
  font-size: 25px;
  font-family: "Ubuntu-Medium", sans-serif;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  margin-top: 70px;
}

@media only screen and (max-width: 1540px) {
  .page_banner .page_title .btn {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1440px) {
  .page_banner .page_title .btn {
    font-size: 18px;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .page_banner .page_title .btn {
    font-size: 16px;
    padding: 10px 15px;
    margin-top: 45px;
  }
}

@media only screen and (max-width: 992px) {
  .page_banner .page_title .btn {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 769px) {
  .page_banner .page_title .btn {
    font-size: 14px;
    margin-top: 20px;
  }
}

.page_banner .page_title .btn:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 3px 15px 20px -3px rgba(11, 16, 39, 0.5);
}

.text_page {
  position: relative;
  width: 100%;
}

.text_page .page_content {
  padding: 65px 85px;
}

@media only screen and (max-width: 992px) {
  .text_page .page_content {
    padding: 45px 65px;
  }
}

@media only screen and (max-width: 769px) {
  .text_page .page_content {
    padding: 30px 15px;
  }
}

.text_page .page_content h1,
.text_page .page_content h2,
.text_page .page_content h3,
.text_page .page_content h4,
.text_page .page_content h5,
.text_page .page_content h6 {
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  margin-bottom: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 769px) {
  .text_page .page_content h1,
  .text_page .page_content h2,
  .text_page .page_content h3,
  .text_page .page_content h4,
  .text_page .page_content h5,
  .text_page .page_content h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.text_page .page_content a {
  font-size: 16px;
  color: #54585a;
  font-family: "Ubuntu-Medium", sans-serif;
  display: inline-block;
}

.text_page .page_content a:hover {
  text-decoration: underline;
}

.text_page .page_content p {
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 16px;
  color: #54585a;
  margin-bottom: 30px;
}

@media only screen and (max-width: 769px) {
  .text_page .page_content p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.text_page .page_content p a {
  font-size: inherit;
  font-family: inherit;
  font-family: "Ubuntu-Medium", sans-serif;
  display: inline-block;
}

.text_page .page_content p a:hover {
  text-decoration: underline;
}

.text_page .page_content p strong {
  font-family: "Ubuntu-Medium", sans-serif;
  display: block;
}

.text_page .page_content p h1,
.text_page .page_content p h2,
.text_page .page_content p h3,
.text_page .page_content p h4,
.text_page .page_content p h5,
.text_page .page_content p h6 {
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  margin-bottom: 30px;
  font-weight: normal;
}

@media only screen and (max-width: 769px) {
  .text_page .page_content p h1,
  .text_page .page_content p h2,
  .text_page .page_content p h3,
  .text_page .page_content p h4,
  .text_page .page_content p h5,
  .text_page .page_content p h6 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.text_page .page_content p ul,
.text_page .page_content p ol {
  display: block;
  list-style-type: none;
  margin-bottom: 30px;
}

.text_page .page_content p ul li,
.text_page .page_content p ol li {
  display: block;
  font-size: 16px;
  font-family: "Ubuntu-Medium", sans-serif;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

@media only screen and (max-width: 769px) {
  .text_page .page_content p ul li,
  .text_page .page_content p ol li {
    font-size: 15px;
    padding-left: 25px;
  }
}

.text_page .page_content p ul li::before,
.text_page .page_content p ol li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #54585a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.text_page .page_content ul,
.text_page .page_content ol {
  display: block;
  margin-bottom: 30px;
}

.text_page .page_content ul li,
.text_page .page_content ol li {
  display: block;
  font-size: 16px;
  font-family: "Ubuntu-Medium", sans-serif;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
}

@media only screen and (max-width: 769px) {
  .text_page .page_content ul li,
  .text_page .page_content ol li {
    font-size: 15px;
    padding-left: 25px;
  }
}

.text_page .page_content ul li::before,
.text_page .page_content ol li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #54585a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.wss_page {
  position: relative;
  width: 100%;
}

.wss_page .wss_content {
  width: 100%;
  overflow-x: hidden;
}

.wss_page .wss_content .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.wss_page .wss_content .container h2 {
  font-size: 40px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #54585a;
  margin-bottom: 40px;
  font-weight: normal;
}

@media only screen and (max-width: 1560px) {
  .wss_page .wss_content .container h2 {
    font-size: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 1440px) {
  .wss_page .wss_content .container h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .container h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .wss_page .wss_content .container h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.wss_page .wss_content .container h3 {
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #54585a;
  margin-bottom: 20px;
  font-weight: normal;
}

@media only screen and (max-width: 1440px) {
  .wss_page .wss_content .container h3 {
    font-size: 19px;
  }
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .container h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .wss_page .wss_content .container h3 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 480px) {
  .wss_page .wss_content .container h3 {
    font-size: 16px;
  }
}

.wss_page .wss_content .container p {
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .container p {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .wss_page .wss_content .container p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.wss_page .wss_content .content_text {
  background-color: #ffffff;
  text-align: center;
  padding: 40px 30px;
}

@media only screen and (max-width: 480px) {
  .wss_page .wss_content .content_text {
    padding: 30px 15px;
  }
}

.wss_page .wss_content .content_text .container {
  padding: 0px 100px;
}

@media only screen and (max-width: 1440px) {
  .wss_page .wss_content .content_text .container {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .wss_page .wss_content .content_text .container {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .content_text .container {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .wss_page .wss_content .content_text .container {
    padding: 0px;
  }
}

.wss_page .wss_content .content_icons {
  width: 100%;
  background-color: #f1f2f2;
  text-align: center;
  padding: 40px 30px 10px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .wss_page .wss_content .content_icons {
    padding: 30px 15px 10px;
  }
}

.wss_page .wss_content .content_icons .text_wrapper {
  width: 100%;
  padding: 0px 100px;
}

@media only screen and (max-width: 1440px) {
  .wss_page .wss_content .content_icons .text_wrapper {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .wss_page .wss_content .content_icons .text_wrapper {
    padding: 0px 30px;
  }
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .content_icons .text_wrapper {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .wss_page .wss_content .content_icons .text_wrapper {
    padding: 0px;
  }
}

.wss_page .wss_content .content_icons .icons_wrapper {
  width: 100%;
  padding-top: 25px;
}

.wss_page .wss_content .content_icons .icons_wrapper .icon_box {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 30px;
  text-align: center;
}

.wss_page .wss_content .content_icons .icons_wrapper .icon_box:nth-child(4n) {
  margin-right: 0px;
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .content_icons .icons_wrapper .icon_box {
    width: 48%;
  }

  .wss_page .wss_content .content_icons .icons_wrapper .icon_box:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .wss_page .wss_content .content_icons .icons_wrapper .icon_box {
    width: 100%;
    margin-right: 0px;
  }
}

.wss_page .wss_content .content_icons .icons_wrapper .icon_box img {
  display: inline-block;
  width: 130px;
  max-width: 100%;
  margin: 0 auto 20px;
}

@media only screen and (max-width: 1440px) {
  .wss_page .wss_content .content_icons .icons_wrapper .icon_box img {
    width: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .wss_page .wss_content .content_icons .icons_wrapper .icon_box img {
    width: 85px;
  }
}

.wss_page .wss_content .content_icons .icons_wrapper .icon_box p {
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
}

@media only screen and (max-width: 600px) {
  .wss_page .wss_content .content_icons .icons_wrapper .icon_box p {
    font-size: 15px;
  }
}

.wss_page .wss_content.pp_page .content_icons .icons_wrapper .icon_box {
  width: 16.8%;
  margin-right: 4%;
}

.wss_page .wss_content.pp_page .content_icons .icons_wrapper .icon_box:nth-child(5n) {
  margin-right: 0px;
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content.pp_page .content_icons .icons_wrapper .icon_box {
    width: 29.333%;
  }

  .wss_page .wss_content.pp_page .content_icons .icons_wrapper .icon_box:nth-child(5n) {
    margin-right: 4%;
  }

  .wss_page .wss_content.pp_page .content_icons .icons_wrapper .icon_box:nth-child(3n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .wss_page .wss_content.pp_page .content_icons .icons_wrapper .icon_box {
    width: 100%;
    margin-right: 0px;
  }
}

.wss_page .wss_content .pp_table {
  width: 100%;
  position: relative;
  background-image: url(/images/table_bg.jpg?501c66cb2470950be26e501e7f25789c);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px 20px;
}

@media only screen and (max-width: 769px) {
  .wss_page .wss_content .pp_table {
    overflow-x: scroll;
  }
}

.wss_page .wss_content .pp_table .table_note {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 20px;
}

.wss_page .wss_content .pp_table .table_note p {
  font-size: 18px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #ffffff;
  margin-bottom: 0px;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .wss_page .wss_content .pp_table .table_note p {
    font-size: 16px;
  }
}

.wss_page .wss_content .pp_table .table {
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .wss_page .wss_content .pp_table .table {
    width: 769px;
  }
}

.wss_page .wss_content .pp_table .table .table_head,
.wss_page .wss_content .pp_table .table .table_row {
  width: 100%;
  background-color: rgba(95, 94, 94, 0.6);
  padding: 10px 0px;
  margin-bottom: 15px;
}

.wss_page .wss_content .pp_table .table .table_head .container,
.wss_page .wss_content .pp_table .table .table_row .container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.wss_page .wss_content .pp_table .table .table_head .container div,
.wss_page .wss_content .pp_table .table .table_row .container div {
  width: 16.666%;
  text-align: center;
  padding: 0px 20px;
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .pp_table .table .table_head .container div,
  .wss_page .wss_content .pp_table .table .table_row .container div {
    padding: 0px 10px;
  }
}

.wss_page .wss_content .pp_table .table .table_head .container div span,
.wss_page .wss_content .pp_table .table .table_row .container div span {
  display: inline-block;
  font-size: 16px;
  font-family: "Ubuntu-Bold", sans-serif;
  color: #008ed1;
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .pp_table .table .table_head .container div span,
  .wss_page .wss_content .pp_table .table .table_row .container div span {
    font-size: 14px;
  }
}

.wss_page .wss_content .pp_table .table .table_head .container div p,
.wss_page .wss_content .pp_table .table .table_row .container div p {
  font-size: 16px;
  font-family: "Ubuntu-Bold", sans-serif;
  color: #ffffff;
  margin-bottom: 0px;
}

@media only screen and (max-width: 992px) {
  .wss_page .wss_content .pp_table .table .table_head .container div p,
  .wss_page .wss_content .pp_table .table .table_row .container div p {
    font-size: 14px;
  }
}

.gallery_page {
  width: 100%;
  position: relative;
}

.gallery_page .gallery_content {
  width: 100%;
  padding: 130px 130px 90px;
}

@media only screen and (max-width: 1200px) {
  .gallery_page .gallery_content {
    padding: 80px 80px 40px;
  }
}

@media only screen and (max-width: 992px) {
  .gallery_page .gallery_content {
    padding: 60px 60px 20px;
  }
}

@media only screen and (max-width: 769px) {
  .gallery_page .gallery_content {
    padding: 40px 30px 10px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery_page .gallery_content {
    padding: 30px 15px 0px;
  }
}

.gallery_page .gallery_content .container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
  .gallery_page .gallery_content .container {
    max-width: 990px;
  }
}

.gallery_page .gallery_content .container .gallery_link {
  width: 49%;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .gallery_page .gallery_content .container .gallery_link {
    margin-bottom: 30px;
  }
}

.gallery_page .gallery_content .container .gallery_link div {
  width: 100%;
  height: 450px;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 35px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 1440px) {
  .gallery_page .gallery_content .container .gallery_link div {
    height: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  .gallery_page .gallery_content .container .gallery_link div {
    height: 350px;
  }
}

@media only screen and (max-width: 992px) {
  .gallery_page .gallery_content .container .gallery_link div {
    height: 300px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .gallery_page .gallery_content .container .gallery_link div {
    height: 265px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .gallery_page .gallery_content .container .gallery_link div {
    height: 220px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery_page .gallery_content .container .gallery_link div {
    height: 160px;
  }
}

@media only screen and (max-width: 380px) {
  .gallery_page .gallery_content .container .gallery_link div {
    height: 140px;
  }
}

.gallery_page .gallery_content .container .gallery_link div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery_page .gallery_content .container .gallery_link span {
  display: inline-block;
  font-size: 40px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #54585a;
}

@media only screen and (max-width: 1440px) {
  .gallery_page .gallery_content .container .gallery_link span {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1200px) {
  .gallery_page .gallery_content .container .gallery_link span {
    font-size: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .gallery_page .gallery_content .container .gallery_link span {
    font-size: 25px;
  }
}

@media only screen and (max-width: 769px) {
  .gallery_page .gallery_content .container .gallery_link span {
    font-size: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .gallery_page .gallery_content .container .gallery_link span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery_page .gallery_content .container .gallery_link span {
    font-size: 16px;
  }
}

.gallery_page .gallery_content .container .gallery_link:hover div {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  box-shadow: -6px -4px 40px 0px rgba(2, 16, 86, 0.52);
}

@media only screen and (max-width: 769px) {
  .gallery_page .gallery_content .container .gallery_link:hover div {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    box-shadow: -6px -4px 20px 0px rgba(2, 16, 86, 0.52);
  }
}

.gallery_page .gallery_content .gallery_wrapper {
  width: 100%;
  padding-bottom: 30px;
}

@media only screen and (max-width: 769px) {
  .gallery_page .gallery_content .gallery_wrapper {
    padding-bottom: 20px;
  }
}

.gallery_page .gallery_content .gallery_wrapper .gallery_image {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  height: 440px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #008ed1;
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery_page .gallery_content .gallery_wrapper .gallery_image:nth-child(3n) {
  margin-right: 0px;
}

.gallery_page .gallery_content .gallery_wrapper .gallery_image::after {
  content: "\F002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: "FontAwesome";
  text-align: center;
  color: #ffffff;
  opacity: 0;
}

@media only screen and (max-width: 769px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image::after {
    font-size: 35px;
  }
}

.gallery_page .gallery_content .gallery_wrapper .gallery_image:hover::after {
  opacity: 1;
}

.gallery_page .gallery_content .gallery_wrapper .gallery_image:hover img {
  opacity: 0.5;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

@media only screen and (max-width: 1560px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    height: 390px;
  }
}

@media only screen and (max-width: 1440px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    height: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    height: 270px;
  }
}

@media only screen and (max-width: 992px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    height: 230px;
  }
}

@media only screen and (max-width: 769px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    height: 190px;
  }
}

@media only screen and (max-width: 600px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    width: 49%;
  }

  .gallery_page .gallery_content .gallery_wrapper .gallery_image:nth-child(3n) {
    margin-right: 2%;
  }

  .gallery_page .gallery_content .gallery_wrapper .gallery_image:nth-child(2n) {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 480px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    height: 160px;
  }
}

@media only screen and (max-width: 380px) {
  .gallery_page .gallery_content .gallery_wrapper .gallery_image {
    height: 130px;
  }
}

.gallery_page .gallery_content .gallery_wrapper .gallery_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.contact_page {
  width: 100%;
  position: relative;
}

.contact_page .contact_content .contact_info {
  padding: 70px 0px 40px;
}

@media only screen and (max-width: 992px) {
  .contact_page .contact_content .contact_info {
    padding: 40px 0px 20px;
  }
}

@media only screen and (max-width: 769px) {
  .contact_page .contact_content .contact_info {
    padding: 30px 0px 0px;
  }
}

.contact_page .contact_content .contact_info .container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0px 50px;
}

@media only screen and (max-width: 769px) {
  .contact_page .contact_content .contact_info .container {
    padding: 0px 20px;
  }
}

@media only screen and (max-width: 480px) {
  .contact_page .contact_content .contact_info .container {
    justify-content: center;
  }
}

@media only screen and (max-width: 1200px) {
  .contact_page .contact_content .contact_info .container .contact_box {
    width: 30%;
    max-width: 265px;
  }
}

@media only screen and (max-width: 480px) {
  .contact_page .contact_content .contact_info .container .contact_box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact_page .contact_content .contact_info .container .contact_box .contact_icon {
  width: 130px;
  margin-right: 30px;
}

@media only screen and (max-width: 1440px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_icon {
    width: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_icon {
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }

  .contact_page .contact_content .contact_info .container .contact_box .contact_icon img {
    width: 100px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 769px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_icon img {
    width: 85px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 600px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_icon img {
    width: 65px;
  }
}

.contact_page .contact_content .contact_info .container .contact_box .contact_text {
  padding-top: 10px;
}

@media only screen and (max-width: 1200px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text {
    width: 100%;
    text-align: center;
  }
}

.contact_page .contact_content .contact_info .container .contact_box .contact_text p {
  font-size: 20px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #54585a;
  line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 769px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text p {
    font-size: 14px;
  }
}

.contact_page .contact_content .contact_info .container .contact_box .contact_text p:first-child {
  font-family: "Ubuntu-Light", sans-serif;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text p:first-child {
    margin-bottom: 10px;
  }
}

.contact_page .contact_content .contact_info .container .contact_box .contact_text a {
  font-size: 20px;
  font-family: "Ubuntu-Regular", sans-serif;
  color: #54585a;
  line-height: 1.5;
}

@media only screen and (max-width: 1200px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text a {
    font-size: 17px;
  }
}

@media only screen and (max-width: 769px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .contact_page .contact_content .contact_info .container .contact_box .contact_text a {
    font-size: 14px;
  }
}

.contact_page .contact_content .contact_form {
  width: 100%;
  padding: 40px 100px 90px;
}

@media only screen and (max-width: 992px) {
  .contact_page .contact_content .contact_form {
    padding: 40px 60px 50px;
  }
}

@media only screen and (max-width: 769px) {
  .contact_page .contact_content .contact_form {
    padding: 30px 20px 40px;
  }
}

.contact_page .contact_content .contact_form .container {
  width: 100%;
  max-width: 870px;
  margin: 0 auto;
}

.contact_page .contact_content .contact_form .container form {
  width: 100%;
}

.contact_page .contact_content .contact_form .container form .input_box {
  width: 100%;
  margin-bottom: 20px;
}

.contact_page .contact_content .contact_form .container form .input_box label {
  width: 100%;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
  .contact_page .contact_content .contact_form .container form .input_box label {
    font-size: 14px;
  }
}

.contact_page .contact_content .contact_form .container form .input_box input,
.contact_page .contact_content .contact_form .container form .input_box textarea {
  width: 100%;
  padding: 15px;
  border-width: 1px;
  border-color: #cbd6e2;
  border-style: solid;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f5f8fa;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
}

@media only screen and (max-width: 480px) {
  .contact_page .contact_content .contact_form .container form .input_box input,
  .contact_page .contact_content .contact_form .container form .input_box textarea {
    font-size: 14px;
  }
}

.contact_page .contact_content .contact_form .container form .input_box input[type=date] {
  padding: 13px 15px;
}

@media only screen and (max-width: 769px) {
  .contact_page .contact_content .contact_form .container form .input_box input[type=date] {
    padding: 8px 10px;
  }
}

.contact_page .contact_content .contact_form .container form .form_btn {
  padding-top: 15px;
}

.contact_page .contact_content .contact_form .container form .form_btn button {
  border: none;
  background-color: #008ed1;
  color: #ffffff;
  padding: 25px 15px;
  font-size: 20px;
  font-family: "Ubuntu-Light", sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 769px) {
  .contact_page .contact_content .contact_form .container form .form_btn button {
    padding: 20px 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .contact_page .contact_content .contact_form .container form .form_btn button {
    font-size: 16px;
    padding: 15px 10px;
  }
}

.contact_page .contact_content .contact_form .container form .form_btn button:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 3px 15px 20px -3px rgba(11, 16, 39, 0.5);
}

.contact_page .contact_content .contact_map {
  width: 100%;
}

.contact_page .contact_content .contact_map .resp-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 28%;
}

@media only screen and (max-width: 992px) {
  .contact_page .contact_content .contact_map .resp-container {
    padding-top: 40%;
  }
}

@media only screen and (max-width: 480px) {
  .contact_page .contact_content .contact_map .resp-container {
    padding-top: 80%;
  }
}

.contact_page .contact_content .contact_map .resp-container .resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.about_us_page {
  position: relative;
  width: 100%;
}

.about_us_page .page_content {
  width: 100%;
  padding: 50px 100px;
}

@media only screen and (max-width: 1440px) {
  .about_us_page .page_content {
    padding: 35px 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content {
    padding: 35px 35px;
  }
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content {
    padding: 30px 25px;
  }
}

@media only screen and (max-width: 600px) {
  .about_us_page .page_content {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 480px) {
  .about_us_page .page_content {
    padding: 25px 15px 10px;
  }
}

.about_us_page .page_content .tabs_content .tabs_nav {
  width: 17%;
  margin-right: 8%;
}

@media only screen and (max-width: 1820px) {
  .about_us_page .page_content .tabs_content .tabs_nav {
    width: 20%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabs_nav {
    width: 22%;
    margin-right: 3%;
  }
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabs_nav {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .about_us_page .page_content .tabs_content .tabs_nav {
    margin-bottom: 0px;
  }
}

.about_us_page .page_content .tabs_content .tabs_nav ul {
  width: 100%;
}

.about_us_page .page_content .tabs_content .tabs_nav ul li {
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 100%;
  border-bottom: 1px solid #54585a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.about_us_page .page_content .tabs_content .tabs_nav ul li:first-child {
  border-top: 1px solid #54585a;
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li {
    width: 31%;
    border: 1px solid #54585a;
  }
}

@media only screen and (max-width: 769px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li {
    width: 32%;
  }
}

@media only screen and (max-width: 600px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.about_us_page .page_content .tabs_content .tabs_nav ul li.show_tab {
  border-left: 5px solid #008ed1;
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li.show_tab {
    border: 1px solid #008ed1;
    background-color: #008ed1;
  }

  .about_us_page .page_content .tabs_content .tabs_nav ul li.show_tab a span {
    color: #ffffff;
  }
}

.about_us_page .page_content .tabs_content .tabs_nav ul li a {
  width: 100%;
  text-align: center;
  padding: 35px 20px;
}

@media only screen and (max-width: 1820px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a {
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 1640px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a {
    padding: 25px 15px;
  }
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 769px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a {
    padding: 15px 7px;
  }
}

.about_us_page .page_content .tabs_content .tabs_nav ul li a span {
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #54585a;
}

@media only screen and (max-width: 1820px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a span {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1640px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a span {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1440px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 769px) {
  .about_us_page .page_content .tabs_content .tabs_nav ul li a span {
    font-size: 14px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup {
  width: 75%;
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabgroup {
    width: 100%;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box {
  padding-top: 10px;
  width: 100%;
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box h2 {
  font-size: 40px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #008ed1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1640px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 1440px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box h2 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 769px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box h2 {
    font-size: 20px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box p {
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box p img {
  width: 100%;
  max-width: 100%;
  margin: 35px 0px;
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box p img {
    margin: 20px 0px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box p ul {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box p ul {
    margin-bottom: 10px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box p ul li {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  padding-left: 45px;
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box p ul li {
    font-size: 15px;
    padding-left: 15px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box p ul li::before {
  content: " ";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #54585a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box img {
  width: 100%;
  max-width: 100%;
  margin: 35px 0px;
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box img {
    margin: 20px 0px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box ul {
  width: 100%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box ul {
    margin-bottom: 10px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box ul li {
  display: block;
  width: 100%;
  position: relative;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  padding-left: 45px;
}

@media only screen and (max-width: 1200px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box ul li {
    font-size: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box ul li::before {
  content: " ";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #54585a;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates {
  width: 100%;
  padding: 30px 150px;
}

@media only screen and (max-width: 1820px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates {
    padding: 30px 90px;
  }
}

@media only screen and (max-width: 1640px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates {
    padding: 30px 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates {
    padding: 20px 0px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a {
  width: 33.33333%;
  padding: 0px 25px;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1440px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 769px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a {
    width: 100%;
    margin-bottom: 15px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a:hover span {
  color: #008ed1;
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a .c_img {
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a .c_img {
    height: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a .c_img {
    height: 85px;
  }
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a .c_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a span {
  display: inline-block;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

@media only screen and (max-width: 992px) {
  .about_us_page .page_content .tabs_content .tabgroup .tab_box .certificates a span {
    font-size: 14px;
  }
}

form.custom_form {
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1440px) {
  form.custom_form {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 120px) {
  form.custom_form {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 769px) {
  form.custom_form {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 480px) {
  form.custom_form {
    padding-top: 15px;
  }
}

form.custom_form#hotel-form,
form.custom_form#transfer-form {
  padding-bottom: 0px;
}

form.custom_form span {
  width: 100%;
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 20px;
  color: #54585a;
  display: block;
  margin-bottom: 15px;
  margin-top: 20px;
}

@media only screen and (max-width: 769px) {
  form.custom_form span {
    font-size: 18px;
    margin-top: 15px;
  }
}

form.custom_form .input_box {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box {
    margin-bottom: 15px;
  }
}

form.custom_form .input_box.reverse_order {
  flex-direction: column-reverse;
}

form.custom_form .input_box button {
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 20px;
  color: #ffffff;
  border: none;
  background-color: #008ed1;
  padding: 20px 25px;
  margin-top: 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box button {
    font-size: 18px;
    padding: 15px 20px;
  }
}

form.custom_form .input_box button:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 3px 15px 20px -3px rgba(11, 16, 39, 0.5);
}

form.custom_form .input_box .label {
  width: 100%;
  display: flex;
}

form.custom_form .input_box .label .label-text {
  width: 100%;
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 16px;
  color: #54585a;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .label .label-text {
    font-size: 15px;
  }
}

form.custom_form .input_box .label .select_date_option {
  width: calc(100% - 90px);
}

form.custom_form .input_box .label .toggle {
  isolation: isolate;
  position: relative;
  height: 30px;
  width: 60px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6, 4px 4px 4px 0px #d1d9e6 inset, -4px -4px 4px 0px #ffffff inset;
}

form.custom_form .input_box .label .toggle .toggle-state {
  display: none;
}

form.custom_form .input_box .label .toggle .indicator {
  height: 100%;
  width: 200%;
  background: #ecf0f3;
  border-radius: 15px;
  transform: translate3d(-75%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.85, 0.05, 0.18, 1.35);
  box-shadow: -8px -4px 8px 0px #ffffff, 8px 4px 12px 0px #d1d9e6;
}

form.custom_form .input_box .label .toggle .toggle-state:checked ~ .indicator {
  transform: translate3d(25%, 0, 0);
  background-color: #008ed1;
}

form.custom_form .input_box .form_wrapp .label {
  display: inline-flex;
  flex-wrap: nowrap;
}

form.custom_form .input_box .form_wrapp .label .label-text {
  margin-bottom: 0px;
  width: calc(100% - 75px);
  margin-left: 15px;
  font-size: 16px;
  margin-top: 5px;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .form_wrapp .label .label-text {
    font-size: 15px;
  }
}

form.custom_form .input_box .form_wrapp .label .label-text a {
  display: inline-block;
  color: #008ed1;
}

form.custom_form .input_box .custom_checkbox {
  width: 100%;
  position: relative;
}

form.custom_form .input_box .custom_checkbox label {
  width: 100%;
  padding: 15px;
  border-width: 1px;
  border-color: #cbd6e2;
  border-style: solid;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f5f8fa;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0px;
  padding-right: 45px;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox label {
    font-size: 15px;
    padding: 10px;
    padding-right: 45px;
  }
}

form.custom_form .input_box .custom_checkbox label .checkmark {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #54585a;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  margin: 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox label .checkmark {
    width: 20px;
    height: 20px;
  }
}

form.custom_form .input_box .custom_checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: 1px solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox label .checkmark:after {
    left: 5px;
    top: 2px;
  }
}

form.custom_form .input_box .custom_checkbox label:hover ~ .checkmark {
  background-color: #ccc;
}

form.custom_form .input_box .custom_checkbox input:checked ~ label .checkmark {
  background-color: #008ed1;
  border: 1p solid #008ed1;
}

form.custom_form .input_box .custom_checkbox input:checked ~ label .checkmark:after {
  display: block;
}

form.custom_form .input_box .custom_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

form.custom_form .input_box .custom_checkbox .form_wrapp {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
}

form.custom_form .input_box .custom_checkbox .form_wrapp span {
  margin-top: 0px;
}

form.custom_form .input_box .custom_checkbox .form_wrapp.dn {
  display: none !important;
}

form.custom_form .input_box .custom_checkbox .form_wrapp .label {
  display: inline-flex;
  flex-wrap: nowrap;
}

form.custom_form .input_box .custom_checkbox .form_wrapp .label .label-text {
  margin-bottom: 0px;
  width: calc(100% - 75px);
  margin-left: 15px;
  font-size: 20px;
  margin-top: 3px;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .label .label-text {
    font-size: 18px;
  }
}

form.custom_form .input_box .custom_checkbox .form_wrapp label {
  width: 100%;
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 16px;
  color: #54585a;
  display: block;
  margin-bottom: 10px;
  background-color: transparent;
  border: none;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  padding: 0px;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp label {
    font-size: 15px;
  }
}

form.custom_form .input_box .custom_checkbox .form_wrapp input,
form.custom_form .input_box .custom_checkbox .form_wrapp select,
form.custom_form .input_box .custom_checkbox .form_wrapp textarea {
  width: 100%;
  padding: 15px;
  border-width: 1px;
  border-color: #cbd6e2;
  border-style: solid;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f5f8fa;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  position: relative;
  right: auto;
  top: auto;
  height: auto;
  cursor: auto;
  opacity: 1;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp input,
  form.custom_form .input_box .custom_checkbox .form_wrapp select,
  form.custom_form .input_box .custom_checkbox .form_wrapp textarea {
    font-size: 15px;
    padding: 10px;
  }
}

form.custom_form .input_box .custom_checkbox .form_wrapp input[type=date] {
  padding: 13px 15px;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp input[type=date] {
    padding: 8px 10px;
  }
}

form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp {
  width: 100%;
}

form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp .input_half {
  width: 48.5%;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp .input_half {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp .input_half {
    width: 100%;
    margin-right: 0px !important;
  }
}

form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp .input_third {
  width: 31%;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp .input_third {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp .input_third {
    width: 100%;
    margin-right: 0px !important;
  }
}

form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp.input_quarter {
  width: 23%;
}

@media only screen and (max-width: 1200px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp.input_quarter {
    width: 31%;
  }
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp.input_quarter {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  form.custom_form .input_box .custom_checkbox .form_wrapp .input_wrapp.input_quarter {
    width: 100%;
  }
}

form.custom_form .input_box .custom_checkbox .form_wrapp select:after {
  position: absolute;
  right: 2px;
  top: 0;
  content: url(/images/select_icon.png?845aada41293cf04bcb3662eeb7c75a8);
  width: 25px;
  height: 20px;
  background-color: #fff;
  padding: 0;
}

form.custom_form .input_box .custom_checkbox input[type=checkbox]:checked ~ .dn {
  display: flex !important;
}

form.custom_form .input_box label {
  width: 100%;
  font-family: "Ubuntu-Light", sans-serif;
  font-size: 16px;
  color: #54585a;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box label {
    font-size: 15px;
  }
}

form.custom_form .input_box input,
form.custom_form .input_box select,
form.custom_form .input_box textarea {
  width: 100%;
  padding: 15px;
  border-width: 1px;
  border-color: #cbd6e2;
  border-style: solid;
  border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #f5f8fa;
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #54585a;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box input,
  form.custom_form .input_box select,
  form.custom_form .input_box textarea {
    font-size: 15px;
    padding: 10px;
  }
}

form.custom_form .input_box .select_label:after {
  position: absolute;
  right: 2px;
  bottom: -46px;
  content: url(/images/select_icon.png?845aada41293cf04bcb3662eeb7c75a8);
  width: 25px;
  height: 20px;
  background-color: #f5f8fa;
  padding: 0;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .select_label:after {
    bottom: -42px;
  }
}

form.custom_form .input_box .date_label:after {
  position: absolute;
  right: 12px;
  bottom: -47px;
  content: url(/images/calendar_icon.png?a47f5c02059dab240d6b9abda63b830e);
  width: 25px;
  height: 20px;
  background-color: #f5f8fa;
  padding: 0;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .date_label:after {
    bottom: -42px;
  }
}

form.custom_form .input_box input:hover ~ .date_label:after {
  display: none;
}

form.custom_form .input_box .number_label:after {
  position: absolute;
  right: 12px;
  bottom: -47px;
  content: url(/images/number_icon.png?7b23e611f996c2d4913c099e83f60666);
  width: 25px;
  height: 20px;
  background-color: #f5f8fa;
  padding: 0;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .number_label:after {
    bottom: -42px;
  }
}

form.custom_form .input_box input:hover ~ .number_label:after {
  display: none;
}

form.custom_form .input_box .time_label:after {
  position: absolute;
  right: 12px;
  bottom: -47px;
  content: url(/images/time_icon.png?68033f8de5330df3209c501612963b5f);
  width: 25px;
  height: 20px;
  background-color: #f5f8fa;
  padding: 0;
  z-index: 2;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_box .time_label:after {
    bottom: -42px;
  }
}

form.custom_form .input_box input:hover ~ .time_label:after {
  display: none;
}

form.custom_form .input_wrapp {
  width: 100%;
}

form.custom_form .input_wrapp .input_half {
  width: 48.5%;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_wrapp .input_half {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  form.custom_form .input_wrapp .input_half {
    width: 100%;
  }
}

form.custom_form .input_wrapp .input_third {
  width: 31%;
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_wrapp .input_third {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  form.custom_form .input_wrapp .input_third {
    width: 100%;
  }
}

form.custom_form .input_wrapp .input_quarter {
  width: 23%;
}

@media only screen and (max-width: 1200px) {
  form.custom_form .input_wrapp .input_quarter {
    width: 31%;
  }
}

@media only screen and (max-width: 769px) {
  form.custom_form .input_wrapp .input_quarter {
    width: 49%;
  }
}

@media only screen and (max-width: 480px) {
  form.custom_form .input_wrapp .input_quarter {
    width: 100%;
  }
}

form.custom_form .input_wrapp .input_75 {
  width: 36%;
}

form.custom_form .input_wrapp .input_25 {
  width: 10%;
}

.reservations_page {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 769px) {
  .reservations_page {
    background-image: url(/images/reservation_bg.jpg?3e878dc843dddb7c4b919ef5d4a4c11d);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.reservations_page img {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 769px) {
  .reservations_page img {
    display: none;
  }
}

.reservations_page .reservation_wrapper {
  width: 1100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1440px) {
  .reservations_page .reservation_wrapper {
    width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .reservations_page .reservation_wrapper {
    width: 90%;
  }
}

@media only screen and (max-width: 769px) {
  .reservations_page .reservation_wrapper {
    position: relative;
    width: 100%;
    padding: 150px 30px;
    left: auto;
    top: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .reservation_wrapper {
    padding: 80px 20px;
  }
}

.reservations_page .reservation_wrapper .reserve_box {
  width: 35%;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .reservations_page .reservation_wrapper .reserve_box {
    width: 45%;
  }
}

@media only screen and (max-width: 1200px) {
  .reservations_page .reservation_wrapper .reserve_box {
    width: 48%;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .reservation_wrapper .reserve_box {
    width: 100%;
    margin-bottom: 30px;
  }

  .reservations_page .reservation_wrapper .reserve_box:last-child {
    margin-bottom: 0px;
  }
}

.reservations_page .reservation_wrapper .reserve_box h2 {
  font-size: 65px;
  font-family: "Ubuntu-Bold", sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1440px) {
  .reservations_page .reservation_wrapper .reserve_box h2 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .reservations_page .reservation_wrapper .reserve_box h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .reservations_page .reservation_wrapper .reserve_box h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 769px) {
  .reservations_page .reservation_wrapper .reserve_box h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .reservations_page .reservation_wrapper .reserve_box h2 {
    font-size: 25px;
  }
}

.reservations_page .reservation_wrapper .reserve_box p {
  font-size: 16px;
  font-family: "Ubuntu-Light", sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
  min-height: 75px;
}

@media only screen and (max-width: 992px) {
  .reservations_page .reservation_wrapper .reserve_box p {
    font-size: 15px;
    min-height: 65px;
  }
}

.reservations_page .reservation_wrapper .reserve_box a {
  display: inline-block;
  padding: 20px 45px;
  background-color: #008ed1;
  color: #ffffff;
  font-size: 25px;
  font-family: "Ubuntu-Medium", sans-serif;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: 0px 0px 13px 0px rgba(2, 2, 2, 0.56);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.reservations_page .reservation_wrapper .reserve_box a:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  box-shadow: 3px 15px 20px -3px rgba(11, 16, 39, 0.5);
}

@media only screen and (max-width: 1440px) {
  .reservations_page .reservation_wrapper .reserve_box a {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1200px) {
  .reservations_page .reservation_wrapper .reserve_box a {
    font-size: 18px;
  }
}

@media only screen and (max-width: 992px) {
  .reservations_page .reservation_wrapper .reserve_box a {
    font-size: 16px;
    padding: 15px 30px;
  }
}

@media only screen and (max-width: 480px) {
  .reservations_page .reservation_wrapper .reserve_box a {
    font-size: 15px;
    padding: 10px 25px;
  }
}

.reservations_page .overlay {
  background-color: rgba(2, 2, 2, 0.56);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 10px 0px 20px;
  display: none;
}

@media only screen and (max-width: 992px) {
  .reservations_page .overlay {
    padding: 10px 15px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .overlay {
    padding: 50px 0px 20px;
  }
}

.reservations_page .overlay .close_overlay {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .reservations_page .overlay .close_overlay {
    right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .overlay .close_overlay {
    top: 10px;
  }
}

.reservations_page .overlay.form_hoteli_active {
  display: block;
}

.reservations_page .overlay.form_hoteli_active .popup_form.hotel {
  display: block;
}

.reservations_page .overlay.form_transfer_active {
  display: block;
}

.reservations_page .overlay.form_transfer_active .popup_form.transfer {
  display: block;
}

.reservations_page .success_wrapper {
  max-width: 540px;
  width: 70%;
  padding: 75px 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 3;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .reservations_page .success_wrapper {
    max-width: 350px;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .success_wrapper {
    width: 80%;
    padding: 30px 15px;
  }
}

.reservations_page .success_wrapper img {
  max-width: 100%;
  width: auto;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 1200px) {
  .reservations_page .success_wrapper img {
    max-width: 135px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 769px) {
  .reservations_page .success_wrapper img {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .success_wrapper img {
    width: 100px;
  }
}

.reservations_page .success_wrapper p {
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #54585a;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .reservations_page .success_wrapper p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .success_wrapper p {
    font-size: 16px;
  }
}

.reservations_page .popup_form {
  max-width: 1150px;
  width: 90%;
  padding: 60px 35px 40px;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 3;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .reservations_page .popup_form form.custom_form .input_wrapp .input_quarter {
    width: 23%;
  }

  .reservations_page .popup_form form.custom_form .input_wrapp .input_75 {
    width: 33%;
  }

  .reservations_page .popup_form form.custom_form .input_wrapp .input_25 {
    width: 13%;
  }
}

@media only screen and (max-width: 992px) {
  .reservations_page .popup_form form.custom_form .input_wrapp .input_quarter {
    width: 48.5%;
  }

  .reservations_page .popup_form form.custom_form .input_wrapp .input_75 {
    width: 74%;
  }

  .reservations_page .popup_form form.custom_form .input_wrapp .input_25 {
    width: 23%;
  }
}

@media only screen and (max-width: 769px) {
  .reservations_page .popup_form {
    padding: 35px 20px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .popup_form form.custom_form .input_wrapp .input_75 {
    width: 67%;
  }

  .reservations_page .popup_form form.custom_form .input_wrapp .input_25 {
    width: 30%;
  }

  .reservations_page .popup_form form.custom_form .input_wrapp .input_quarter {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .reservations_page .popup_form form.custom_form .input_wrapp .input_75 {
    width: 100%;
  }

  .reservations_page .popup_form form.custom_form .input_wrapp .input_25 {
    width: 100%;
  }
}

.reservations_page .popup_form h3 {
  font-size: 40px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #008ed1;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .reservations_page .popup_form h3 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 992px) {
  .reservations_page .popup_form h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .reservations_page .popup_form h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .reservations_page .popup_form h3 {
    font-size: 20px;
  }
}

.error_input {
  border-color: red !important;
}

.form_overlay {
  background-color: rgba(2, 2, 2, 0.56);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  padding: 10px 0px 20px;
  display: none;
}

@media only screen and (max-width: 992px) {
  .form_overlay {
    padding: 10px 15px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .form_overlay {
    padding: 50px 0px 20px;
  }
}

.form_overlay.show_message {
  display: block;
}

.form_overlay .close_message {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
  .form_overlay .close_message {
    right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .form_overlay .close_message {
    top: 10px;
  }
}

.form_overlay .success_wrapper {
  max-width: 540px;
  width: 70%;
  padding: 75px 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  z-index: 3;
}

@media only screen and (max-width: 1200px) {
  .form_overlay .success_wrapper {
    max-width: 350px;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 600px) {
  .form_overlay .success_wrapper {
    width: 80%;
    padding: 30px 15px;
  }
}

.form_overlay .success_wrapper p {
  font-size: 20px;
  font-family: "Ubuntu-Medium", sans-serif;
  color: #54585a;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .form_overlay .success_wrapper p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 600px) {
  .form_overlay .success_wrapper p {
    font-size: 16px;
  }
}

