@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Dancing+Script:400,700&display=swap");
/* Preload images */
@import url(//fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,300,700,600);
/* line 2, ../../../../sass/plugins/_lightbox.scss */
body:after {
  content: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/close.png) url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/loading.gif) url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/prev.png) url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/next.png);
  display: none;
}

/* line 7, ../../../../sass/plugins/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 18, ../../../../sass/plugins/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 28, ../../../../sass/plugins/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 39, ../../../../sass/plugins/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 43, ../../../../sass/plugins/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 57, ../../../../sass/plugins/_lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 63, ../../../../sass/plugins/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 67, ../../../../sass/plugins/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 77, ../../../../sass/plugins/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/loading.gif) no-repeat;
}

/* line 85, ../../../../sass/plugins/_lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 94, ../../../../sass/plugins/_lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 98, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 103, ../../../../sass/plugins/_lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 109, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 122, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 127, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 140, ../../../../sass/plugins/_lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 145, ../../../../sass/plugins/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 158, ../../../../sass/plugins/_lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 164, ../../../../sass/plugins/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 169, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 176, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 182, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 190, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/lightbox/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 206, ../../../../sass/plugins/_lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 212, ../../../../sass/plugins/_lightbox.scss */
.lb-number {
  display: none !important;
}

/* line 216, ../../../../sass/plugins/_lightbox.scss */
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 4, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 22, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 29, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 39, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 43, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 49, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 53, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 57, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 61, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 69, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 75, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 80, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/fancybox/fancybox_sprite.png");
}

/* line 84, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 96, ../../../../sass/plugins/_fancybox_2_1_5.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 102, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 112, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../static_1/lib/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 124, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-prev {
  left: 0;
}

/* line 128, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-next {
  right: 0;
}

/* line 132, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 143, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 148, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 153, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 157, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 169, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 174, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 178, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 182, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/fancybox/fancybox_overlay.png");
}

/* line 192, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 198, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 205, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 213, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 217, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 226, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 242, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 248, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 252, ../../../../sass/plugins/_fancybox_2_1_5.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 267, ../../../../sass/plugins/_fancybox_2_1_5.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 272, ../../../../sass/plugins/_fancybox_2_1_5.scss */
  #fancybox-loading div {
    background-image: url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/lib/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 3, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-hidden {
  display: none;
}

/* line 7, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-clearfix, .ui-icon {
  display: block;
}

/* line 11, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 17, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 28, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 36, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 40, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-zfix, .ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 48, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-helper-zfix {
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 53, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 57, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon {
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 63, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 68, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 72, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget button, .ui-widget input, .ui-widget select, .ui-widget textarea {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
}

/* line 76, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-content {
  border: 1px solid #a6c9e2;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png) 50% bottom repeat-x #fcfdfd;
  color: #222;
}

/* line 82, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-content a {
  color: #222;
}

/* line 86, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-header {
  border: 1px solid #4297d7;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% repeat-x #5c9ccc;
  color: #fff;
  font-weight: 700;
}

/* line 93, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-header a {
  color: #fff;
}

/* line 97, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x #dfeffc;
  font-weight: 700;
  color: #2e6e9e;
}

/* line 104, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #2e6e9e;
  text-decoration: none;
}

/* line 109, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  border: 1px solid #79b7e7;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_glass_75_d0e5f5_1x400.png) 50% 50% repeat-x #d0e5f5;
  font-weight: 700;
  color: #1d5987;
}

/* line 116, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #1d5987;
  text-decoration: none;
}

/* line 121, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x #f5f8f9;
  font-weight: 700;
  color: #e17009;
}

/* line 128, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #e17009;
  text-decoration: none;
}

/* line 133, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget :active {
  outline: 0;
}

/* line 137, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fad42e;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_flat_55_fbec88_40x100.png) 50% 50% repeat-x #fbec88;
  color: #363636;
}

/* line 143, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 147, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x #fef1ec;
  color: #cd0a0a;
}

/* line 153, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error a, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error a, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 157, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

/* line 161, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: 400;
}

/* line 167, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}
/* line 172, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-disabled.ui-datepicker-other-month, .ui-widget-content .ui-state-disabled.ui-datepicker-other-month, .ui-widget-header .ui-state-disabled.ui-datepicker-other-month {
  opacity: 0;
}

/* line 177, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-icons_469bdd_256x240.png);
}

/* line 181, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 186, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-header .ui-icon {
  background-image: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-icons_d8e7f3_256x240.png);
}

/* line 190, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-default .ui-icon {
  background-image: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-icons_6da8d5_256x240.png);
}

/* line 194, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-focus .ui-icon, .ui-state-hover .ui-icon {
  background-image: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-icons_217bc0_256x240.png);
}

/* line 198, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-active .ui-icon {
  background-image: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-icons_f9bd01_256x240.png);
}

/* line 202, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-highlight .ui-icon {
  background-image: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-icons_2e83ff_256x240.png);
}

/* line 206, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-icons_cd0a0a_256x240.png);
}

/* line 210, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 214, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 218, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 222, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 226, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 230, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 234, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 238, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 242, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 246, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 250, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 254, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 258, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 262, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 266, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 270, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 274, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 278, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 282, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 286, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 290, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 294, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 298, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 302, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 306, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 310, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 314, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 318, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 322, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 326, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 330, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 334, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 338, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 342, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 346, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 350, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 354, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 358, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 362, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 366, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 370, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 374, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 378, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 382, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 386, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 390, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 394, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 398, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 402, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 406, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 410, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 414, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 418, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 422, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 426, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 430, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 434, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 438, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 442, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 446, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 450, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 454, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 458, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 462, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 466, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 470, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 474, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 478, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 482, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 486, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 490, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 494, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 498, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 502, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 506, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 510, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 514, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 518, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 522, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 526, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 530, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 534, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 538, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 542, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 546, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 550, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 554, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 558, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 562, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 566, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 570, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 574, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 578, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 582, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 586, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 590, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 594, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 598, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 602, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 606, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 610, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 614, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 618, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 622, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 626, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 630, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 634, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 638, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 642, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 646, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 650, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 654, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 658, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 662, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 666, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 670, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 674, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 678, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 682, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 686, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 690, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 694, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 698, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 702, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 706, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 710, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 714, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 718, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 722, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 726, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 730, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 734, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 738, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 742, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 746, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 750, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-seek-first, .ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 754, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 758, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 762, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 766, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 770, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 774, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 778, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 782, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 786, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 790, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 794, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 798, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 802, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 806, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 810, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 814, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 818, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 822, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 826, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 830, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 834, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 838, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 842, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 846, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 850, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 854, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 858, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 862, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 866, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 870, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 874, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 878, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 882, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 886, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 890, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 894, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 898, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 902, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-overlay, .ui-widget-shadow {
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/css/datepicker.redmond/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 908, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-left, .ui-corner-tl, .ui-corner-top {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 915, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-right, .ui-corner-top, .ui-corner-tr {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  -khtml-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 922, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-bl, .ui-corner-bottom, .ui-corner-left {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 929, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-br, .ui-corner-right {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -khtml-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 936, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 945, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 951, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

/* line 956, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 963, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next-hover, .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
}

/* line 967, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 971, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 975, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 979, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 983, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 992, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 998, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 1003, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 1007, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 1011, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

/* line 1018, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: 700;
  border: 0;
}

/* line 1025, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 1030, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker td a, .ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 1037, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 1046, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible;
}

/* line 1055, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-multi .ui-datepicker-group, .ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 1059, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 1063, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

/* line 1068, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 1072, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 1076, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 1080, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 1084, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 1088, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 1094, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 1098, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 1103, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 1108, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 1113, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 1118, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 1122, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 1126, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 1131, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  /* line 1144, ../../../../sass/plugins/_jquery_ui_1_8_16_custom.scss */
  div.ui-datepicker {
    font-size: 20px;
  }
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-height {
  transition: height .5s ease-in-out;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

/* line 6, ../../../../sass/plugins/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* line 3, ../../../../sass/plugins/_mixins.scss */
.center_xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 8, ../../../../sass/plugins/_mixins.scss */
.center_xy_before:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 13, ../../../../sass/plugins/_mixins.scss */
.center_x {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

/* line 17, ../../../../sass/plugins/_mixins.scss */
.center_y {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 21, ../../../../sass/plugins/_mixins.scss */
.center_y_before:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* line 25, ../../../../sass/plugins/_mixins.scss */
.center_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 30, ../../../../sass/plugins/_mixins.scss */
.fs:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

/* line 100, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:before, .icon-xcross:after {
  content: '';
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 114, ../../../../sass/plugins/_only_mixins.scss */
.icon-xcross:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 61, ../../../../sass/plugins/_mixins.scss */
.display_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 1, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown {
  margin: 40px 20px 20px;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: 180px;
  left: 48% !important;
  color: white;
}
/* line 9, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown div {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
/* line 20, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .days {
  font-weight: 600;
}
/* line 23, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .date {
  display: block;
  font-size: 4.5rem;
}
/* line 28, ../../../../sass/plugins/_slider_countdown.scss */
.slider_countdown .title_format {
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  /* line 35, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown {
    display: inline-block;
    width: 380px;
    top: 330px;
    left: 45% !important;
  }
  /* line 40, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown div {
    font-size: 10px;
  }
  /* line 43, ../../../../sass/plugins/_slider_countdown.scss */
  .slider_countdown .date {
    font-size: 2.5rem;
  }
}
/*!
 * Font Awesome Pro 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
/* line 6, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 21, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}

/* line 27, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xs {
  font-size: 0.75em;
}

/* line 31, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sm {
  font-size: 0.875em;
}

/* line 35, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-1x {
  font-size: 1em;
}

/* line 39, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-2x {
  font-size: 2em;
}

/* line 43, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-3x {
  font-size: 3em;
}

/* line 47, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-4x {
  font-size: 4em;
}

/* line 51, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-5x {
  font-size: 5em;
}

/* line 55, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-6x {
  font-size: 6em;
}

/* line 59, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-7x {
  font-size: 7em;
}

/* line 63, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-8x {
  font-size: 8em;
}

/* line 67, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-9x {
  font-size: 9em;
}

/* line 71, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-10x {
  font-size: 10em;
}

/* line 75, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 80, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 86, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ul > li {
  position: relative;
}

/* line 90, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

/* line 98, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}

/* line 104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pull-left {
  float: left;
}

/* line 108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pull-right {
  float: right;
}

/* line 112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}

/* line 120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}

/* line 128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

/* line 133, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
/* line 160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 166, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 178, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

/* line 184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

/* line 189, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

/* line 195, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

/* line 201, ../../../../sass/plugins/_fontawesome5pro.scss */
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}

/* line 211, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

/* line 220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inverse {
  color: #fff;
}

/* line 240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-500px:before {
  content: "";
}

/* line 244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-abacus:before {
  content: "";
}

/* line 248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-accessible-icon:before {
  content: "";
}

/* line 252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-accusoft:before {
  content: "";
}

/* line 256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-acorn:before {
  content: "";
}

/* line 260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-acquisitions-incorporated:before {
  content: "";
}

/* line 264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ad:before {
  content: "";
}

/* line 268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-address-book:before {
  content: "";
}

/* line 272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-address-card:before {
  content: "";
}

/* line 276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adjust:before {
  content: "";
}

/* line 280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adn:before {
  content: "";
}

/* line 284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adobe:before {
  content: "";
}

/* line 288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-adversal:before {
  content: "";
}

/* line 292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-affiliatetheme:before {
  content: "";
}

/* line 296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-air-freshener:before {
  content: "";
}

/* line 300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-airbnb:before {
  content: "";
}

/* line 304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-clock:before {
  content: "";
}

/* line 308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-exclamation:before {
  content: "";
}

/* line 312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-plus:before {
  content: "";
}

/* line 316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alarm-snooze:before {
  content: "";
}

/* line 320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-album:before {
  content: "";
}

/* line 324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-album-collection:before {
  content: "";
}

/* line 328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-algolia:before {
  content: "";
}

/* line 332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alicorn:before {
  content: "";
}

/* line 336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-center:before {
  content: "";
}

/* line 340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-justify:before {
  content: "";
}

/* line 344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-left:before {
  content: "";
}

/* line 348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-right:before {
  content: "";
}

/* line 352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-align-slash:before {
  content: "";
}

/* line 356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-alipay:before {
  content: "";
}

/* line 360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-allergies:before {
  content: "";
}

/* line 364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amazon:before {
  content: "";
}

/* line 368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amazon-pay:before {
  content: "";
}

/* line 372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ambulance:before {
  content: "";
}

/* line 376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amilia:before {
  content: "";
}

/* line 384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-amp-guitar:before {
  content: "";
}

/* line 388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-analytics:before {
  content: "";
}

/* line 392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-anchor:before {
  content: "";
}

/* line 396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-android:before {
  content: "";
}

/* line 400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angel:before {
  content: "";
}

/* line 404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angellist:before {
  content: "";
}

/* line 408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-down:before {
  content: "";
}

/* line 428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-left:before {
  content: "";
}

/* line 432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-right:before {
  content: "";
}

/* line 436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angle-up:before {
  content: "";
}

/* line 440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angry:before {
  content: "";
}

/* line 444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angrycreative:before {
  content: "";
}

/* line 448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-angular:before {
  content: "";
}

/* line 452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ankh:before {
  content: "";
}

/* line 456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-app-store:before {
  content: "";
}

/* line 460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-app-store-ios:before {
  content: "";
}

/* line 464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apper:before {
  content: "";
}

/* line 468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple:before {
  content: "";
}

/* line 472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple-alt:before {
  content: "";
}

/* line 476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple-crate:before {
  content: "";
}

/* line 480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-apple-pay:before {
  content: "";
}

/* line 484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-archive:before {
  content: "";
}

/* line 488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-archway:before {
  content: "";
}

/* line 492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-down:before {
  content: "";
}

/* line 496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-left:before {
  content: "";
}

/* line 500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-right:before {
  content: "";
}

/* line 504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-circle-up:before {
  content: "";
}

/* line 508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-down:before {
  content: "";
}

/* line 512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-bottom:before {
  content: "";
}

/* line 516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-left:before {
  content: "";
}

/* line 520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-right:before {
  content: "";
}

/* line 524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-from-top:before {
  content: "";
}

/* line 528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-left:before {
  content: "";
}

/* line 532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-right:before {
  content: "";
}

/* line 536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-down:before {
  content: "";
}

/* line 540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-left:before {
  content: "";
}

/* line 544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-right:before {
  content: "";
}

/* line 548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-square-up:before {
  content: "";
}

/* line 552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-bottom:before {
  content: "";
}

/* line 556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-left:before {
  content: "";
}

/* line 560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-right:before {
  content: "";
}

/* line 564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-to-top:before {
  content: "";
}

/* line 568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-alt-up:before {
  content: "";
}

/* line 572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-bottom:before {
  content: "";
}

/* line 596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-left:before {
  content: "";
}

/* line 600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-right:before {
  content: "";
}

/* line 604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-from-top:before {
  content: "";
}

/* line 608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-down:before {
  content: "";
}

/* line 620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-left:before {
  content: "";
}

/* line 624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-right:before {
  content: "";
}

/* line 628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-square-up:before {
  content: "";
}

/* line 632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-bottom:before {
  content: "";
}

/* line 636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-left:before {
  content: "";
}

/* line 640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-right:before {
  content: "";
}

/* line 644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-to-top:before {
  content: "";
}

/* line 648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows:before {
  content: "";
}

/* line 656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-alt-h:before {
  content: "";
}

/* line 664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-alt-v:before {
  content: "";
}

/* line 668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-artstation:before {
  content: "";
}

/* line 680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-asterisk:before {
  content: "";
}

/* line 688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-asymmetrik:before {
  content: "";
}

/* line 692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-at:before {
  content: "";
}

/* line 696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atlas:before {
  content: "";
}

/* line 700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atlassian:before {
  content: "";
}

/* line 704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atom:before {
  content: "";
}

/* line 708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-atom-alt:before {
  content: "";
}

/* line 712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-audible:before {
  content: "";
}

/* line 716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-audio-description:before {
  content: "";
}

/* line 720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-autoprefixer:before {
  content: "";
}

/* line 724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-avianex:before {
  content: "";
}

/* line 728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-aviato:before {
  content: "";
}

/* line 732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-award:before {
  content: "";
}

/* line 736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-aws:before {
  content: "";
}

/* line 740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-axe:before {
  content: "";
}

/* line 744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-axe-battle:before {
  content: "";
}

/* line 748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baby:before {
  content: "";
}

/* line 752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baby-carriage:before {
  content: "";
}

/* line 756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-backpack:before {
  content: "";
}

/* line 760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-backspace:before {
  content: "";
}

/* line 764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-backward:before {
  content: "";
}

/* line 768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bacon:before {
  content: "";
}

/* line 772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge:before {
  content: "";
}

/* line 776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-check:before {
  content: "";
}

/* line 780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-dollar:before {
  content: "";
}

/* line 784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-percent:before {
  content: "";
}

/* line 788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badge-sheriff:before {
  content: "";
}

/* line 792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-badger-honey:before {
  content: "";
}

/* line 796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bags-shopping:before {
  content: "";
}

/* line 800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-balance-scale-left:before {
  content: "";
}

/* line 808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-balance-scale-right:before {
  content: "";
}

/* line 812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ball-pile:before {
  content: "";
}

/* line 816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ballot:before {
  content: "";
}

/* line 820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ballot-check:before {
  content: "";
}

/* line 824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ban:before {
  content: "";
}

/* line 828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-band-aid:before {
  content: "";
}

/* line 832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-banjo:before {
  content: "";
}

/* line 840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode:before {
  content: "";
}

/* line 844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode-alt:before {
  content: "";
}

/* line 848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode-read:before {
  content: "";
}

/* line 852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-barcode-scan:before {
  content: "";
}

/* line 856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bars:before {
  content: "";
}

/* line 860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baseball:before {
  content: "";
}

/* line 864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-baseball-ball:before {
  content: "";
}

/* line 868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-basketball-ball:before {
  content: "";
}

/* line 872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-basketball-hoop:before {
  content: "";
}

/* line 876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bat:before {
  content: "";
}

/* line 880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bath:before {
  content: "";
}

/* line 884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-bolt:before {
  content: "";
}

/* line 888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-empty:before {
  content: "";
}

/* line 892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-full:before {
  content: "";
}

/* line 896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-half:before {
  content: "";
}

/* line 900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-quarter:before {
  content: "";
}

/* line 904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-slash:before {
  content: "";
}

/* line 908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battery-three-quarters:before {
  content: "";
}

/* line 912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-battle-net:before {
  content: "";
}

/* line 916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bed:before {
  content: "";
}

/* line 920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-beer:before {
  content: "";
}

/* line 924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-behance:before {
  content: "";
}

/* line 928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-behance-square:before {
  content: "";
}

/* line 932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell:before {
  content: "";
}

/* line 936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-exclamation:before {
  content: "";
}

/* line 940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-plus:before {
  content: "";
}

/* line 944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-school:before {
  content: "";
}

/* line 948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-school-slash:before {
  content: "";
}

/* line 952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bells:before {
  content: "";
}

/* line 960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-betamax:before {
  content: "";
}

/* line 964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bezier-curve:before {
  content: "";
}

/* line 968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bible:before {
  content: "";
}

/* line 972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bicycle:before {
  content: "";
}

/* line 976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-biking:before {
  content: "";
}

/* line 980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-biking-mountain:before {
  content: "";
}

/* line 984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bimobject:before {
  content: "";
}

/* line 988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-binoculars:before {
  content: "";
}

/* line 992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-biohazard:before {
  content: "";
}

/* line 996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 1000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 1004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bitcoin:before {
  content: "";
}

/* line 1008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bity:before {
  content: "";
}

/* line 1012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-black-tie:before {
  content: "";
}

/* line 1016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blackberry:before {
  content: "";
}

/* line 1020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blanket:before {
  content: "";
}

/* line 1024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blender:before {
  content: "";
}

/* line 1028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blender-phone:before {
  content: "";
}

/* line 1032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blind:before {
  content: "";
}

/* line 1036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blog:before {
  content: "";
}

/* line 1040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blogger:before {
  content: "";
}

/* line 1044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-blogger-b:before {
  content: "";
}

/* line 1048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 1052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 1056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bold:before {
  content: "";
}

/* line 1060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bolt:before {
  content: "";
}

/* line 1064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bomb:before {
  content: "";
}

/* line 1068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bone:before {
  content: "";
}

/* line 1072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bone-break:before {
  content: "";
}

/* line 1076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bong:before {
  content: "";
}

/* line 1080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book:before {
  content: "";
}

/* line 1084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-alt:before {
  content: "";
}

/* line 1088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-dead:before {
  content: "";
}

/* line 1092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-heart:before {
  content: "";
}

/* line 1096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-medical:before {
  content: "";
}

/* line 1100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-open:before {
  content: "";
}

/* line 1104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-reader:before {
  content: "";
}

/* line 1108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-spells:before {
  content: "";
}

/* line 1112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-book-user:before {
  content: "";
}

/* line 1116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bookmark:before {
  content: "";
}

/* line 1120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-books:before {
  content: "";
}

/* line 1124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-books-medical:before {
  content: "";
}

/* line 1128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boombox:before {
  content: "";
}

/* line 1132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boot:before {
  content: "";
}

/* line 1136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-booth-curtain:before {
  content: "";
}

/* line 1140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bootstrap:before {
  content: "";
}

/* line 1144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-all:before {
  content: "";
}

/* line 1148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-bottom:before {
  content: "";
}

/* line 1152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-center-h:before {
  content: "";
}

/* line 1156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-center-v:before {
  content: "";
}

/* line 1160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-inner:before {
  content: "";
}

/* line 1164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-left:before {
  content: "";
}

/* line 1168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-none:before {
  content: "";
}

/* line 1172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-outer:before {
  content: "";
}

/* line 1176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-right:before {
  content: "";
}

/* line 1180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-style:before {
  content: "";
}

/* line 1184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-style-alt:before {
  content: "";
}

/* line 1188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-border-top:before {
  content: "";
}

/* line 1192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bow-arrow:before {
  content: "";
}

/* line 1196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bowling-ball:before {
  content: "";
}

/* line 1200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bowling-pins:before {
  content: "";
}

/* line 1204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box:before {
  content: "";
}

/* line 1208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-alt:before {
  content: "";
}

/* line 1212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-ballot:before {
  content: "";
}

/* line 1216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-check:before {
  content: "";
}

/* line 1220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-fragile:before {
  content: "";
}

/* line 1224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-full:before {
  content: "";
}

/* line 1228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-heart:before {
  content: "";
}

/* line 1232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-open:before {
  content: "";
}

/* line 1236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-up:before {
  content: "";
}

/* line 1240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-box-usd:before {
  content: "";
}

/* line 1244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boxes:before {
  content: "";
}

/* line 1248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boxes-alt:before {
  content: "";
}

/* line 1252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-boxing-glove:before {
  content: "";
}

/* line 1256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brackets:before {
  content: "";
}

/* line 1260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brackets-curly:before {
  content: "";
}

/* line 1264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-braille:before {
  content: "";
}

/* line 1268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brain:before {
  content: "";
}

/* line 1272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bread-loaf:before {
  content: "";
}

/* line 1276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bread-slice:before {
  content: "";
}

/* line 1280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-briefcase:before {
  content: "";
}

/* line 1284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-briefcase-medical:before {
  content: "";
}

/* line 1288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bring-forward:before {
  content: "";
}

/* line 1292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bring-front:before {
  content: "";
}

/* line 1296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-broadcast-tower:before {
  content: "";
}

/* line 1300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-broom:before {
  content: "";
}

/* line 1304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-browser:before {
  content: "";
}

/* line 1308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-brush:before {
  content: "";
}

/* line 1312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-btc:before {
  content: "";
}

/* line 1316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buffer:before {
  content: "";
}

/* line 1320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bug:before {
  content: "";
}

/* line 1324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-building:before {
  content: "";
}

/* line 1328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 1332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullseye:before {
  content: "";
}

/* line 1336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullseye-arrow:before {
  content: "";
}

/* line 1340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bullseye-pointer:before {
  content: "";
}

/* line 1344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-burger-soda:before {
  content: "";
}

/* line 1348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-burn:before {
  content: "";
}

/* line 1352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buromobelexperte:before {
  content: "";
}

/* line 1356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-burrito:before {
  content: "";
}

/* line 1360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bus:before {
  content: "";
}

/* line 1364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bus-alt:before {
  content: "";
}

/* line 1368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-bus-school:before {
  content: "";
}

/* line 1372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-business-time:before {
  content: "";
}

/* line 1376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buy-n-large:before {
  content: "";
}

/* line 1380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-buysellads:before {
  content: "";
}

/* line 1384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cabinet-filing:before {
  content: "";
}

/* line 1388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cactus:before {
  content: "";
}

/* line 1392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calculator:before {
  content: "";
}

/* line 1396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calculator-alt:before {
  content: "";
}

/* line 1400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar:before {
  content: "";
}

/* line 1404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-alt:before {
  content: "";
}

/* line 1408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-check:before {
  content: "";
}

/* line 1412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-day:before {
  content: "";
}

/* line 1416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-edit:before {
  content: "";
}

/* line 1420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-exclamation:before {
  content: "";
}

/* line 1424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-minus:before {
  content: "";
}

/* line 1428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-plus:before {
  content: "";
}

/* line 1432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-star:before {
  content: "";
}

/* line 1436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-times:before {
  content: "";
}

/* line 1440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-calendar-week:before {
  content: "";
}

/* line 1444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camcorder:before {
  content: "";
}

/* line 1448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera:before {
  content: "";
}

/* line 1452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-alt:before {
  content: "";
}

/* line 1456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-movie:before {
  content: "";
}

/* line 1460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-polaroid:before {
  content: "";
}

/* line 1464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 1468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-campfire:before {
  content: "";
}

/* line 1472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-campground:before {
  content: "";
}

/* line 1476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-canadian-maple-leaf:before {
  content: "";
}

/* line 1480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-candle-holder:before {
  content: "";
}

/* line 1484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-candy-cane:before {
  content: "";
}

/* line 1488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-candy-corn:before {
  content: "";
}

/* line 1492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cannabis:before {
  content: "";
}

/* line 1496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-capsules:before {
  content: "";
}

/* line 1500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car:before {
  content: "";
}

/* line 1504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-alt:before {
  content: "";
}

/* line 1508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-battery:before {
  content: "";
}

/* line 1512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-building:before {
  content: "";
}

/* line 1516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-bump:before {
  content: "";
}

/* line 1520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-bus:before {
  content: "";
}

/* line 1524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-crash:before {
  content: "";
}

/* line 1528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-garage:before {
  content: "";
}

/* line 1532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-mechanic:before {
  content: "";
}

/* line 1536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-side:before {
  content: "";
}

/* line 1540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-tilt:before {
  content: "";
}

/* line 1544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-car-wash:before {
  content: "";
}

/* line 1548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-down:before {
  content: "";
}

/* line 1552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-left:before {
  content: "";
}

/* line 1556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-right:before {
  content: "";
}

/* line 1560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-circle-up:before {
  content: "";
}

/* line 1564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-down:before {
  content: "";
}

/* line 1568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-left:before {
  content: "";
}

/* line 1572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-right:before {
  content: "";
}

/* line 1576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-down:before {
  content: "";
}

/* line 1580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-left:before {
  content: "";
}

/* line 1584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-right:before {
  content: "";
}

/* line 1588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-square-up:before {
  content: "";
}

/* line 1592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-caret-up:before {
  content: "";
}

/* line 1596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-carrot:before {
  content: "";
}

/* line 1600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cars:before {
  content: "";
}

/* line 1604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 1608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 1612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cash-register:before {
  content: "";
}

/* line 1616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cassette-tape:before {
  content: "";
}

/* line 1620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cat:before {
  content: "";
}

/* line 1624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cauldron:before {
  content: "";
}

/* line 1628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-amazon-pay:before {
  content: "";
}

/* line 1632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 1636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-apple-pay:before {
  content: "";
}

/* line 1640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 1644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 1648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 1652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 1656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 1660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 1664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 1668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cctv:before {
  content: "";
}

/* line 1672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-centercode:before {
  content: "";
}

/* line 1676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-centos:before {
  content: "";
}

/* line 1680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-certificate:before {
  content: "";
}

/* line 1684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chair:before {
  content: "";
}

/* line 1688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chair-office:before {
  content: "";
}

/* line 1692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chalkboard:before {
  content: "";
}

/* line 1696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chalkboard-teacher:before {
  content: "";
}

/* line 1700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-charging-station:before {
  content: "";
}

/* line 1704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-area:before {
  content: "";
}

/* line 1708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-bar:before {
  content: "";
}

/* line 1712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-line:before {
  content: "";
}

/* line 1716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-line-down:before {
  content: "";
}

/* line 1720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-network:before {
  content: "";
}

/* line 1724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-pie:before {
  content: "";
}

/* line 1728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-pie-alt:before {
  content: "";
}

/* line 1732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chart-scatter:before {
  content: "";
}

/* line 1736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check:before {
  content: "";
}

/* line 1740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check-circle:before {
  content: "";
}

/* line 1744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check-double:before {
  content: "";
}

/* line 1748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-check-square:before {
  content: "";
}

/* line 1752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cheese:before {
  content: "";
}

/* line 1756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cheese-swiss:before {
  content: "";
}

/* line 1760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cheeseburger:before {
  content: "";
}

/* line 1764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess:before {
  content: "";
}

/* line 1768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-bishop:before {
  content: "";
}

/* line 1772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-bishop-alt:before {
  content: "";
}

/* line 1776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-board:before {
  content: "";
}

/* line 1780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-clock:before {
  content: "";
}

/* line 1784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-clock-alt:before {
  content: "";
}

/* line 1788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-king:before {
  content: "";
}

/* line 1792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-king-alt:before {
  content: "";
}

/* line 1796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-knight:before {
  content: "";
}

/* line 1800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-knight-alt:before {
  content: "";
}

/* line 1804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-pawn:before {
  content: "";
}

/* line 1808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-pawn-alt:before {
  content: "";
}

/* line 1812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-queen:before {
  content: "";
}

/* line 1816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-queen-alt:before {
  content: "";
}

/* line 1820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-rook:before {
  content: "";
}

/* line 1824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chess-rook-alt:before {
  content: "";
}

/* line 1828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 1832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 1836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 1840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 1844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-down:before {
  content: "";
}

/* line 1848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-left:before {
  content: "";
}

/* line 1852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-right:before {
  content: "";
}

/* line 1856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-double-up:before {
  content: "";
}

/* line 1860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 1864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 1868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 1872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-down:before {
  content: "";
}

/* line 1876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-left:before {
  content: "";
}

/* line 1880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-right:before {
  content: "";
}

/* line 1884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-square-up:before {
  content: "";
}

/* line 1888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 1892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-child:before {
  content: "";
}

/* line 1896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chimney:before {
  content: "";
}

/* line 1900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chrome:before {
  content: "";
}

/* line 1904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-chromecast:before {
  content: "";
}

/* line 1908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-church:before {
  content: "";
}

/* line 1912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-circle:before {
  content: "";
}

/* line 1916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-circle-notch:before {
  content: "";
}

/* line 1920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-city:before {
  content: "";
}

/* line 1924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clarinet:before {
  content: "";
}

/* line 1928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-claw-marks:before {
  content: "";
}

/* line 1932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clinic-medical:before {
  content: "";
}

/* line 1936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard:before {
  content: "";
}

/* line 1940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-check:before {
  content: "";
}

/* line 1944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-list:before {
  content: "";
}

/* line 1948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-list-check:before {
  content: "";
}

/* line 1952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-prescription:before {
  content: "";
}

/* line 1956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clipboard-user:before {
  content: "";
}

/* line 1960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clock:before {
  content: "";
}

/* line 1964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clone:before {
  content: "";
}

/* line 1968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-closed-captioning:before {
  content: "";
}

/* line 1972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud:before {
  content: "";
}

/* line 1976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 1980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-download-alt:before {
  content: "";
}

/* line 1984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-drizzle:before {
  content: "";
}

/* line 1988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-hail:before {
  content: "";
}

/* line 1992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-hail-mixed:before {
  content: "";
}

/* line 1996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-meatball:before {
  content: "";
}

/* line 2000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-moon:before {
  content: "";
}

/* line 2004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-moon-rain:before {
  content: "";
}

/* line 2008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-music:before {
  content: "";
}

/* line 2012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-rain:before {
  content: "";
}

/* line 2016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-rainbow:before {
  content: "";
}

/* line 2020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-showers:before {
  content: "";
}

/* line 2024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-showers-heavy:before {
  content: "";
}

/* line 2028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-sleet:before {
  content: "";
}

/* line 2032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-snow:before {
  content: "";
}

/* line 2036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-sun:before {
  content: "";
}

/* line 2040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-sun-rain:before {
  content: "";
}

/* line 2044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 2048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloud-upload-alt:before {
  content: "";
}

/* line 2052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clouds:before {
  content: "";
}

/* line 2056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clouds-moon:before {
  content: "";
}

/* line 2060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-clouds-sun:before {
  content: "";
}

/* line 2064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloudscale:before {
  content: "";
}

/* line 2068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloudsmith:before {
  content: "";
}

/* line 2072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cloudversify:before {
  content: "";
}

/* line 2076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-club:before {
  content: "";
}

/* line 2080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cocktail:before {
  content: "";
}

/* line 2084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code:before {
  content: "";
}

/* line 2088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code-branch:before {
  content: "";
}

/* line 2092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code-commit:before {
  content: "";
}

/* line 2096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-code-merge:before {
  content: "";
}

/* line 2100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-codepen:before {
  content: "";
}

/* line 2104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-codiepie:before {
  content: "";
}

/* line 2108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coffee:before {
  content: "";
}

/* line 2112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coffee-togo:before {
  content: "";
}

/* line 2116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coffin:before {
  content: "";
}

/* line 2120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cog:before {
  content: "";
}

/* line 2124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cogs:before {
  content: "";
}

/* line 2128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coin:before {
  content: "";
}

/* line 2132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-coins:before {
  content: "";
}

/* line 2136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-columns:before {
  content: "";
}

/* line 2140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment:before {
  content: "";
}

/* line 2144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt:before {
  content: "";
}

/* line 2148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-check:before {
  content: "";
}

/* line 2152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-dollar:before {
  content: "";
}

/* line 2156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-dots:before {
  content: "";
}

/* line 2160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-edit:before {
  content: "";
}

/* line 2164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-exclamation:before {
  content: "";
}

/* line 2168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-lines:before {
  content: "";
}

/* line 2172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-medical:before {
  content: "";
}

/* line 2176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-minus:before {
  content: "";
}

/* line 2180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-music:before {
  content: "";
}

/* line 2184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-plus:before {
  content: "";
}

/* line 2188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-slash:before {
  content: "";
}

/* line 2192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-smile:before {
  content: "";
}

/* line 2196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-alt-times:before {
  content: "";
}

/* line 2200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-check:before {
  content: "";
}

/* line 2204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-dollar:before {
  content: "";
}

/* line 2208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-dots:before {
  content: "";
}

/* line 2212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-edit:before {
  content: "";
}

/* line 2216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-exclamation:before {
  content: "";
}

/* line 2220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-lines:before {
  content: "";
}

/* line 2224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-medical:before {
  content: "";
}

/* line 2228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-minus:before {
  content: "";
}

/* line 2232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-music:before {
  content: "";
}

/* line 2236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-plus:before {
  content: "";
}

/* line 2240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-slash:before {
  content: "";
}

/* line 2244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-smile:before {
  content: "";
}

/* line 2248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comment-times:before {
  content: "";
}

/* line 2252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments:before {
  content: "";
}

/* line 2256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments-alt:before {
  content: "";
}

/* line 2260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments-alt-dollar:before {
  content: "";
}

/* line 2264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-comments-dollar:before {
  content: "";
}

/* line 2268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compact-disc:before {
  content: "";
}

/* line 2272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compass:before {
  content: "";
}

/* line 2276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compass-slash:before {
  content: "";
}

/* line 2280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress:before {
  content: "";
}

/* line 2284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress-alt:before {
  content: "";
}

/* line 2288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress-arrows-alt:before {
  content: "";
}

/* line 2292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-compress-wide:before {
  content: "";
}

/* line 2296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-computer-classic:before {
  content: "";
}

/* line 2300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-computer-speaker:before {
  content: "";
}

/* line 2304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-concierge-bell:before {
  content: "";
}

/* line 2308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-confluence:before {
  content: "";
}

/* line 2312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 2316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-construction:before {
  content: "";
}

/* line 2320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-container-storage:before {
  content: "";
}

/* line 2324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-contao:before {
  content: "";
}

/* line 2328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-conveyor-belt:before {
  content: "";
}

/* line 2332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-conveyor-belt-alt:before {
  content: "";
}

/* line 2336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cookie:before {
  content: "";
}

/* line 2340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cookie-bite:before {
  content: "";
}

/* line 2344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-copy:before {
  content: "";
}

/* line 2348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-copyright:before {
  content: "";
}

/* line 2352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-corn:before {
  content: "";
}

/* line 2356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cotton-bureau:before {
  content: "";
}

/* line 2360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-couch:before {
  content: "";
}

/* line 2364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cow:before {
  content: "";
}

/* line 2368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cowbell:before {
  content: "";
}

/* line 2372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cowbell-more:before {
  content: "";
}

/* line 2376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cpanel:before {
  content: "";
}

/* line 2380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 2384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-by:before {
  content: "";
}

/* line 2388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nc:before {
  content: "";
}

/* line 2392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nc-eu:before {
  content: "";
}

/* line 2396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nc-jp:before {
  content: "";
}

/* line 2400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-nd:before {
  content: "";
}

/* line 2404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-pd:before {
  content: "";
}

/* line 2408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-pd-alt:before {
  content: "";
}

/* line 2412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-remix:before {
  content: "";
}

/* line 2416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-sa:before {
  content: "";
}

/* line 2420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-sampling:before {
  content: "";
}

/* line 2424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-sampling-plus:before {
  content: "";
}

/* line 2428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-share:before {
  content: "";
}

/* line 2432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-creative-commons-zero:before {
  content: "";
}

/* line 2436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-credit-card:before {
  content: "";
}

/* line 2440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-credit-card-blank:before {
  content: "";
}

/* line 2444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-credit-card-front:before {
  content: "";
}

/* line 2448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cricket:before {
  content: "";
}

/* line 2452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-critical-role:before {
  content: "";
}

/* line 2456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-croissant:before {
  content: "";
}

/* line 2460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crop:before {
  content: "";
}

/* line 2464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crop-alt:before {
  content: "";
}

/* line 2468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cross:before {
  content: "";
}

/* line 2472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 2476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crow:before {
  content: "";
}

/* line 2480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crown:before {
  content: "";
}

/* line 2484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crutch:before {
  content: "";
}

/* line 2488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-crutches:before {
  content: "";
}

/* line 2492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-css3:before {
  content: "";
}

/* line 2496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-css3-alt:before {
  content: "";
}

/* line 2500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cube:before {
  content: "";
}

/* line 2504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cubes:before {
  content: "";
}

/* line 2508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-curling:before {
  content: "";
}

/* line 2512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cut:before {
  content: "";
}

/* line 2516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-cuttlefish:before {
  content: "";
}

/* line 2520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-d-and-d:before {
  content: "";
}

/* line 2524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-d-and-d-beyond:before {
  content: "";
}

/* line 2528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dagger:before {
  content: "";
}

/* line 2532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dashcube:before {
  content: "";
}

/* line 2536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-database:before {
  content: "";
}

/* line 2540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deaf:before {
  content: "";
}

/* line 2544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-debug:before {
  content: "";
}

/* line 2548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deer:before {
  content: "";
}

/* line 2552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deer-rudolph:before {
  content: "";
}

/* line 2556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-delicious:before {
  content: "";
}

/* line 2560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-democrat:before {
  content: "";
}

/* line 2564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deploydog:before {
  content: "";
}

/* line 2568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deskpro:before {
  content: "";
}

/* line 2572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-desktop:before {
  content: "";
}

/* line 2576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-desktop-alt:before {
  content: "";
}

/* line 2580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dev:before {
  content: "";
}

/* line 2584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-deviantart:before {
  content: "";
}

/* line 2588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dewpoint:before {
  content: "";
}

/* line 2592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dharmachakra:before {
  content: "";
}

/* line 2596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dhl:before {
  content: "";
}

/* line 2600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diagnoses:before {
  content: "";
}

/* line 2604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diamond:before {
  content: "";
}

/* line 2608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diaspora:before {
  content: "";
}

/* line 2612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice:before {
  content: "";
}

/* line 2616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d10:before {
  content: "";
}

/* line 2620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d12:before {
  content: "";
}

/* line 2624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d20:before {
  content: "";
}

/* line 2628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d4:before {
  content: "";
}

/* line 2632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d6:before {
  content: "";
}

/* line 2636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-d8:before {
  content: "";
}

/* line 2640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-five:before {
  content: "";
}

/* line 2644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-four:before {
  content: "";
}

/* line 2648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-one:before {
  content: "";
}

/* line 2652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-six:before {
  content: "";
}

/* line 2656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-three:before {
  content: "";
}

/* line 2660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dice-two:before {
  content: "";
}

/* line 2664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digg:before {
  content: "";
}

/* line 2668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digging:before {
  content: "";
}

/* line 2672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digital-ocean:before {
  content: "";
}

/* line 2676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-digital-tachograph:before {
  content: "";
}

/* line 2680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-diploma:before {
  content: "";
}

/* line 2684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-directions:before {
  content: "";
}

/* line 2688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-disc-drive:before {
  content: "";
}

/* line 2692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-discord:before {
  content: "";
}

/* line 2696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-discourse:before {
  content: "";
}

/* line 2700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-disease:before {
  content: "";
}

/* line 2704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-divide:before {
  content: "";
}

/* line 2708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dizzy:before {
  content: "";
}

/* line 2712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dna:before {
  content: "";
}

/* line 2716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-do-not-enter:before {
  content: "";
}

/* line 2720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dochub:before {
  content: "";
}

/* line 2724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-docker:before {
  content: "";
}

/* line 2728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dog:before {
  content: "";
}

/* line 2732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dog-leashed:before {
  content: "";
}

/* line 2736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dollar-sign:before {
  content: "";
}

/* line 2740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly:before {
  content: "";
}

/* line 2744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-empty:before {
  content: "";
}

/* line 2748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-flatbed:before {
  content: "";
}

/* line 2752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-flatbed-alt:before {
  content: "";
}

/* line 2756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dolly-flatbed-empty:before {
  content: "";
}

/* line 2760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-donate:before {
  content: "";
}

/* line 2764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-door-closed:before {
  content: "";
}

/* line 2768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-door-open:before {
  content: "";
}

/* line 2772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dot-circle:before {
  content: "";
}

/* line 2776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dove:before {
  content: "";
}

/* line 2780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-download:before {
  content: "";
}

/* line 2784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draft2digital:before {
  content: "";
}

/* line 2788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drafting-compass:before {
  content: "";
}

/* line 2792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dragon:before {
  content: "";
}

/* line 2796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draw-circle:before {
  content: "";
}

/* line 2800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draw-polygon:before {
  content: "";
}

/* line 2804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-draw-square:before {
  content: "";
}

/* line 2808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dreidel:before {
  content: "";
}

/* line 2812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dribbble:before {
  content: "";
}

/* line 2816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dribbble-square:before {
  content: "";
}

/* line 2820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drone:before {
  content: "";
}

/* line 2824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drone-alt:before {
  content: "";
}

/* line 2828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dropbox:before {
  content: "";
}

/* line 2832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drum:before {
  content: "";
}

/* line 2836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drum-steelpan:before {
  content: "";
}

/* line 2840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drumstick:before {
  content: "";
}

/* line 2844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drumstick-bite:before {
  content: "";
}

/* line 2848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-drupal:before {
  content: "";
}

/* line 2852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dryer:before {
  content: "";
}

/* line 2856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dryer-alt:before {
  content: "";
}

/* line 2860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-duck:before {
  content: "";
}

/* line 2864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dumbbell:before {
  content: "";
}

/* line 2868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dumpster:before {
  content: "";
}

/* line 2872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dumpster-fire:before {
  content: "";
}

/* line 2876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dungeon:before {
  content: "";
}

/* line 2880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-dyalog:before {
  content: "";
}

/* line 2884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ear:before {
  content: "";
}

/* line 2888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ear-muffs:before {
  content: "";
}

/* line 2892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-earlybirds:before {
  content: "";
}

/* line 2896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ebay:before {
  content: "";
}

/* line 2900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eclipse:before {
  content: "";
}

/* line 2904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eclipse-alt:before {
  content: "";
}

/* line 2908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-edge:before {
  content: "";
}

/* line 2912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-edit:before {
  content: "";
}

/* line 2916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-egg:before {
  content: "";
}

/* line 2920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-egg-fried:before {
  content: "";
}

/* line 2924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eject:before {
  content: "";
}

/* line 2928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-elementor:before {
  content: "";
}

/* line 2932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-elephant:before {
  content: "";
}

/* line 2936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 2940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-h-alt:before {
  content: "";
}

/* line 2944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 2948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ellipsis-v-alt:before {
  content: "";
}

/* line 2952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ello:before {
  content: "";
}

/* line 2956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ember:before {
  content: "";
}

/* line 2960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-empire:before {
  content: "";
}

/* line 2964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-empty-set:before {
  content: "";
}

/* line 2968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-engine-warning:before {
  content: "";
}

/* line 2972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope:before {
  content: "";
}

/* line 2976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 2980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-open-dollar:before {
  content: "";
}

/* line 2984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-open-text:before {
  content: "";
}

/* line 2988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 2992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-envira:before {
  content: "";
}

/* line 2996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-equals:before {
  content: "";
}

/* line 3000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eraser:before {
  content: "";
}

/* line 3004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-erlang:before {
  content: "";
}

/* line 3008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ethereum:before {
  content: "";
}

/* line 3012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ethernet:before {
  content: "";
}

/* line 3016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-etsy:before {
  content: "";
}

/* line 3020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-euro-sign:before {
  content: "";
}

/* line 3024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-evernote:before {
  content: "";
}

/* line 3028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exchange:before {
  content: "";
}

/* line 3032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exchange-alt:before {
  content: "";
}

/* line 3036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation:before {
  content: "";
}

/* line 3040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 3044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation-square:before {
  content: "";
}

/* line 3048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-exclamation-triangle:before {
  content: "";
}

/* line 3052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand:before {
  content: "";
}

/* line 3056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-alt:before {
  content: "";
}

/* line 3060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-arrows:before {
  content: "";
}

/* line 3064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-arrows-alt:before {
  content: "";
}

/* line 3068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expand-wide:before {
  content: "";
}

/* line 3072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 3076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link:before {
  content: "";
}

/* line 3080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link-alt:before {
  content: "";
}

/* line 3084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 3088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-external-link-square-alt:before {
  content: "";
}

/* line 3092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye:before {
  content: "";
}

/* line 3096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye-dropper:before {
  content: "";
}

/* line 3100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye-evil:before {
  content: "";
}

/* line 3104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 3108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook:before {
  content: "";
}

/* line 3112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook-f:before {
  content: "";
}

/* line 3116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook-messenger:before {
  content: "";
}

/* line 3120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 3124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fan:before {
  content: "";
}

/* line 3128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fantasy-flight-games:before {
  content: "";
}

/* line 3132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-farm:before {
  content: "";
}

/* line 3136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 3140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 3144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fax:before {
  content: "";
}

/* line 3148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-feather:before {
  content: "";
}

/* line 3152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-feather-alt:before {
  content: "";
}

/* line 3156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fedex:before {
  content: "";
}

/* line 3160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fedora:before {
  content: "";
}

/* line 3164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-female:before {
  content: "";
}

/* line 3168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-field-hockey:before {
  content: "";
}

/* line 3172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 3176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-figma:before {
  content: "";
}

/* line 3180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file:before {
  content: "";
}

/* line 3184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-alt:before {
  content: "";
}

/* line 3188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-archive:before {
  content: "";
}

/* line 3192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-audio:before {
  content: "";
}

/* line 3196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-certificate:before {
  content: "";
}

/* line 3200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-chart-line:before {
  content: "";
}

/* line 3204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-chart-pie:before {
  content: "";
}

/* line 3208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-check:before {
  content: "";
}

/* line 3212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-code:before {
  content: "";
}

/* line 3216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-contract:before {
  content: "";
}

/* line 3220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-csv:before {
  content: "";
}

/* line 3224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-download:before {
  content: "";
}

/* line 3228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-edit:before {
  content: "";
}

/* line 3232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-excel:before {
  content: "";
}

/* line 3236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-exclamation:before {
  content: "";
}

/* line 3240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-export:before {
  content: "";
}

/* line 3244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-image:before {
  content: "";
}

/* line 3248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-import:before {
  content: "";
}

/* line 3252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-invoice:before {
  content: "";
}

/* line 3256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-invoice-dollar:before {
  content: "";
}

/* line 3260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-medical:before {
  content: "";
}

/* line 3264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-medical-alt:before {
  content: "";
}

/* line 3268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-minus:before {
  content: "";
}

/* line 3272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-music:before {
  content: "";
}

/* line 3276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-pdf:before {
  content: "";
}

/* line 3280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-plus:before {
  content: "";
}

/* line 3284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-powerpoint:before {
  content: "";
}

/* line 3288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-prescription:before {
  content: "";
}

/* line 3292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-search:before {
  content: "";
}

/* line 3296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-signature:before {
  content: "";
}

/* line 3300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-spreadsheet:before {
  content: "";
}

/* line 3304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-times:before {
  content: "";
}

/* line 3308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-upload:before {
  content: "";
}

/* line 3312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-user:before {
  content: "";
}

/* line 3316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-video:before {
  content: "";
}

/* line 3320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-file-word:before {
  content: "";
}

/* line 3324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-files-medical:before {
  content: "";
}

/* line 3328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fill:before {
  content: "";
}

/* line 3332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fill-drip:before {
  content: "";
}

/* line 3336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-film:before {
  content: "";
}

/* line 3340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-film-alt:before {
  content: "";
}

/* line 3344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-film-canister:before {
  content: "";
}

/* line 3348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-filter:before {
  content: "";
}

/* line 3352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fingerprint:before {
  content: "";
}

/* line 3356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire:before {
  content: "";
}

/* line 3360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire-alt:before {
  content: "";
}

/* line 3364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 3368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fire-smoke:before {
  content: "";
}

/* line 3372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-firefox:before {
  content: "";
}

/* line 3376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fireplace:before {
  content: "";
}

/* line 3380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-first-aid:before {
  content: "";
}

/* line 3384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-first-order:before {
  content: "";
}

/* line 3388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-first-order-alt:before {
  content: "";
}

/* line 3392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-firstdraft:before {
  content: "";
}

/* line 3396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fish:before {
  content: "";
}

/* line 3400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fish-cooked:before {
  content: "";
}

/* line 3404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fist-raised:before {
  content: "";
}

/* line 3408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag:before {
  content: "";
}

/* line 3412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag-alt:before {
  content: "";
}

/* line 3416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 3420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flag-usa:before {
  content: "";
}

/* line 3424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flame:before {
  content: "";
}

/* line 3428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flashlight:before {
  content: "";
}

/* line 3432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flask:before {
  content: "";
}

/* line 3436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flask-poison:before {
  content: "";
}

/* line 3440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flask-potion:before {
  content: "";
}

/* line 3444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flickr:before {
  content: "";
}

/* line 3448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flipboard:before {
  content: "";
}

/* line 3452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flower:before {
  content: "";
}

/* line 3456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flower-daffodil:before {
  content: "";
}

/* line 3460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flower-tulip:before {
  content: "";
}

/* line 3464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flushed:before {
  content: "";
}

/* line 3468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flute:before {
  content: "";
}

/* line 3472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-flux-capacitor:before {
  content: "";
}

/* line 3476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fly:before {
  content: "";
}

/* line 3480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fog:before {
  content: "";
}

/* line 3484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder:before {
  content: "";
}

/* line 3488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-minus:before {
  content: "";
}

/* line 3492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-open:before {
  content: "";
}

/* line 3496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-plus:before {
  content: "";
}

/* line 3500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-times:before {
  content: "";
}

/* line 3504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folder-tree:before {
  content: "";
}

/* line 3508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-folders:before {
  content: "";
}

/* line 3512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font:before {
  content: "";
}

/* line 3516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome:before {
  content: "";
}

/* line 3520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome-alt:before {
  content: "";
}

/* line 3524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome-flag:before {
  content: "";
}

/* line 3528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-awesome-logo-full:before {
  content: "";
}

/* line 3532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-font-case:before {
  content: "";
}

/* line 3536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fonticons:before {
  content: "";
}

/* line 3540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fonticons-fi:before {
  content: "";
}

/* line 3544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-football-ball:before {
  content: "";
}

/* line 3548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-football-helmet:before {
  content: "";
}

/* line 3552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-forklift:before {
  content: "";
}

/* line 3556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 3560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fort-awesome-alt:before {
  content: "";
}

/* line 3564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-forumbee:before {
  content: "";
}

/* line 3568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-forward:before {
  content: "";
}

/* line 3572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-foursquare:before {
  content: "";
}

/* line 3576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fragile:before {
  content: "";
}

/* line 3580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 3584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-freebsd:before {
  content: "";
}

/* line 3588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-french-fries:before {
  content: "";
}

/* line 3592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frog:before {
  content: "";
}

/* line 3596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frosty-head:before {
  content: "";
}

/* line 3600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frown:before {
  content: "";
}

/* line 3604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-frown-open:before {
  content: "";
}

/* line 3608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-fulcrum:before {
  content: "";
}

/* line 3612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-function:before {
  content: "";
}

/* line 3616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-funnel-dollar:before {
  content: "";
}

/* line 3620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-futbol:before {
  content: "";
}

/* line 3624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-galactic-republic:before {
  content: "";
}

/* line 3628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-galactic-senate:before {
  content: "";
}

/* line 3632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-game-board:before {
  content: "";
}

/* line 3636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-game-board-alt:before {
  content: "";
}

/* line 3640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-game-console-handheld:before {
  content: "";
}

/* line 3644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gamepad:before {
  content: "";
}

/* line 3648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gamepad-alt:before {
  content: "";
}

/* line 3652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gas-pump:before {
  content: "";
}

/* line 3656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gas-pump-slash:before {
  content: "";
}

/* line 3660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gavel:before {
  content: "";
}

/* line 3664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gem:before {
  content: "";
}

/* line 3668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-genderless:before {
  content: "";
}

/* line 3672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 3676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gg:before {
  content: "";
}

/* line 3680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 3684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ghost:before {
  content: "";
}

/* line 3688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gift:before {
  content: "";
}

/* line 3692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gift-card:before {
  content: "";
}

/* line 3696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gifts:before {
  content: "";
}

/* line 3700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gingerbread-man:before {
  content: "";
}

/* line 3704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-git:before {
  content: "";
}

/* line 3708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-git-alt:before {
  content: "";
}

/* line 3712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-git-square:before {
  content: "";
}

/* line 3716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-github:before {
  content: "";
}

/* line 3720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-github-alt:before {
  content: "";
}

/* line 3724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-github-square:before {
  content: "";
}

/* line 3728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gitkraken:before {
  content: "";
}

/* line 3732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gitlab:before {
  content: "";
}

/* line 3736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gitter:before {
  content: "";
}

/* line 3740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass:before {
  content: "";
}

/* line 3744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-champagne:before {
  content: "";
}

/* line 3748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-cheers:before {
  content: "";
}

/* line 3752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-citrus:before {
  content: "";
}

/* line 3756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-martini:before {
  content: "";
}

/* line 3760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-martini-alt:before {
  content: "";
}

/* line 3764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-whiskey:before {
  content: "";
}

/* line 3768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glass-whiskey-rocks:before {
  content: "";
}

/* line 3772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glasses:before {
  content: "";
}

/* line 3776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glasses-alt:before {
  content: "";
}

/* line 3780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glide:before {
  content: "";
}

/* line 3784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-glide-g:before {
  content: "";
}

/* line 3788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe:before {
  content: "";
}

/* line 3792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-africa:before {
  content: "";
}

/* line 3796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-americas:before {
  content: "";
}

/* line 3800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-asia:before {
  content: "";
}

/* line 3804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-europe:before {
  content: "";
}

/* line 3808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-snow:before {
  content: "";
}

/* line 3812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-globe-stand:before {
  content: "";
}

/* line 3816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gofore:before {
  content: "";
}

/* line 3820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-golf-ball:before {
  content: "";
}

/* line 3824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-golf-club:before {
  content: "";
}

/* line 3828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-goodreads:before {
  content: "";
}

/* line 3832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-goodreads-g:before {
  content: "";
}

/* line 3836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google:before {
  content: "";
}

/* line 3840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-drive:before {
  content: "";
}

/* line 3844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-play:before {
  content: "";
}

/* line 3848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-plus:before {
  content: "";
}

/* line 3852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-plus-g:before {
  content: "";
}

/* line 3856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 3860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 3864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gopuram:before {
  content: "";
}

/* line 3868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-graduation-cap:before {
  content: "";
}

/* line 3872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gramophone:before {
  content: "";
}

/* line 3876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gratipay:before {
  content: "";
}

/* line 3880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grav:before {
  content: "";
}

/* line 3884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-greater-than:before {
  content: "";
}

/* line 3888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-greater-than-equal:before {
  content: "";
}

/* line 3892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grimace:before {
  content: "";
}

/* line 3896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin:before {
  content: "";
}

/* line 3900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-alt:before {
  content: "";
}

/* line 3904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-beam:before {
  content: "";
}

/* line 3908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-beam-sweat:before {
  content: "";
}

/* line 3912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-hearts:before {
  content: "";
}

/* line 3916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-squint:before {
  content: "";
}

/* line 3920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-squint-tears:before {
  content: "";
}

/* line 3924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-stars:before {
  content: "";
}

/* line 3928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tears:before {
  content: "";
}

/* line 3932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tongue:before {
  content: "";
}

/* line 3936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tongue-squint:before {
  content: "";
}

/* line 3940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-tongue-wink:before {
  content: "";
}

/* line 3944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grin-wink:before {
  content: "";
}

/* line 3948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-horizontal:before {
  content: "";
}

/* line 3952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-lines:before {
  content: "";
}

/* line 3956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-lines-vertical:before {
  content: "";
}

/* line 3960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grip-vertical:before {
  content: "";
}

/* line 3964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gripfire:before {
  content: "";
}

/* line 3968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-grunt:before {
  content: "";
}

/* line 3972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-guitar:before {
  content: "";
}

/* line 3976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-guitar-electric:before {
  content: "";
}

/* line 3980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-guitars:before {
  content: "";
}

/* line 3984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-gulp:before {
  content: "";
}

/* line 3988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h-square:before {
  content: "";
}

/* line 3992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h1:before {
  content: "";
}

/* line 3996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h2:before {
  content: "";
}

/* line 4000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h3:before {
  content: "";
}

/* line 4004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-h4:before {
  content: "";
}

/* line 4008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hacker-news:before {
  content: "";
}

/* line 4012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hacker-news-square:before {
  content: "";
}

/* line 4016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hackerrank:before {
  content: "";
}

/* line 4020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hamburger:before {
  content: "";
}

/* line 4024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hammer:before {
  content: "";
}

/* line 4028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hammer-war:before {
  content: "";
}

/* line 4032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hamsa:before {
  content: "";
}

/* line 4036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-heart:before {
  content: "";
}

/* line 4040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding:before {
  content: "";
}

/* line 4044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-box:before {
  content: "";
}

/* line 4048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-heart:before {
  content: "";
}

/* line 4052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-magic:before {
  content: "";
}

/* line 4056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-seedling:before {
  content: "";
}

/* line 4060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-usd:before {
  content: "";
}

/* line 4064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-holding-water:before {
  content: "";
}

/* line 4068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-lizard:before {
  content: "";
}

/* line 4072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-middle-finger:before {
  content: "";
}

/* line 4076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-paper:before {
  content: "";
}

/* line 4080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-peace:before {
  content: "";
}

/* line 4084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-down:before {
  content: "";
}

/* line 4088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-left:before {
  content: "";
}

/* line 4092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-right:before {
  content: "";
}

/* line 4096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-point-up:before {
  content: "";
}

/* line 4100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-pointer:before {
  content: "";
}

/* line 4104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-receiving:before {
  content: "";
}

/* line 4108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-rock:before {
  content: "";
}

/* line 4112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-scissors:before {
  content: "";
}

/* line 4116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hand-spock:before {
  content: "";
}

/* line 4120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands:before {
  content: "";
}

/* line 4124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands-heart:before {
  content: "";
}

/* line 4128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands-helping:before {
  content: "";
}

/* line 4132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hands-usd:before {
  content: "";
}

/* line 4136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-handshake:before {
  content: "";
}

/* line 4140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-handshake-alt:before {
  content: "";
}

/* line 4144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hanukiah:before {
  content: "";
}

/* line 4148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hard-hat:before {
  content: "";
}

/* line 4152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hashtag:before {
  content: "";
}

/* line 4156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-chef:before {
  content: "";
}

/* line 4160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-cowboy:before {
  content: "";
}

/* line 4164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-cowboy-side:before {
  content: "";
}

/* line 4168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-santa:before {
  content: "";
}

/* line 4172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-winter:before {
  content: "";
}

/* line 4176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-witch:before {
  content: "";
}

/* line 4180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hat-wizard:before {
  content: "";
}

/* line 4184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-haykal:before {
  content: "";
}

/* line 4188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hdd:before {
  content: "";
}

/* line 4192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side:before {
  content: "";
}

/* line 4196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side-brain:before {
  content: "";
}

/* line 4200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side-headphones:before {
  content: "";
}

/* line 4204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-side-medical:before {
  content: "";
}

/* line 4208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-head-vr:before {
  content: "";
}

/* line 4212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heading:before {
  content: "";
}

/* line 4216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-headphones:before {
  content: "";
}

/* line 4220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-headphones-alt:before {
  content: "";
}

/* line 4224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-headset:before {
  content: "";
}

/* line 4228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart:before {
  content: "";
}

/* line 4232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-broken:before {
  content: "";
}

/* line 4236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-circle:before {
  content: "";
}

/* line 4240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-rate:before {
  content: "";
}

/* line 4244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heart-square:before {
  content: "";
}

/* line 4248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 4252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-helicopter:before {
  content: "";
}

/* line 4256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-helmet-battle:before {
  content: "";
}

/* line 4260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hexagon:before {
  content: "";
}

/* line 4264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-highlighter:before {
  content: "";
}

/* line 4268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hiking:before {
  content: "";
}

/* line 4272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hippo:before {
  content: "";
}

/* line 4276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hips:before {
  content: "";
}

/* line 4280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hire-a-helper:before {
  content: "";
}

/* line 4284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-history:before {
  content: "";
}

/* line 4288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hockey-mask:before {
  content: "";
}

/* line 4292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hockey-puck:before {
  content: "";
}

/* line 4296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hockey-sticks:before {
  content: "";
}

/* line 4300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-holly-berry:before {
  content: "";
}

/* line 4304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home:before {
  content: "";
}

/* line 4308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-alt:before {
  content: "";
}

/* line 4312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-heart:before {
  content: "";
}

/* line 4316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-lg:before {
  content: "";
}

/* line 4320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-home-lg-alt:before {
  content: "";
}

/* line 4324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hood-cloak:before {
  content: "";
}

/* line 4328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hooli:before {
  content: "";
}

/* line 4332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horizontal-rule:before {
  content: "";
}

/* line 4336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hornbill:before {
  content: "";
}

/* line 4340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horse:before {
  content: "";
}

/* line 4344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horse-head:before {
  content: "";
}

/* line 4348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-horse-saddle:before {
  content: "";
}

/* line 4352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital:before {
  content: "";
}

/* line 4356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital-alt:before {
  content: "";
}

/* line 4360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital-symbol:before {
  content: "";
}

/* line 4364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospital-user:before {
  content: "";
}

/* line 4368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hospitals:before {
  content: "";
}

/* line 4372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hot-tub:before {
  content: "";
}

/* line 4376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hotdog:before {
  content: "";
}

/* line 4380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hotel:before {
  content: "";
}

/* line 4384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hotjar:before {
  content: "";
}

/* line 4388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass:before {
  content: "";
}

/* line 4392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass-end:before {
  content: "";
}

/* line 4396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass-half:before {
  content: "";
}

/* line 4400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hourglass-start:before {
  content: "";
}

/* line 4404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-house-damage:before {
  content: "";
}

/* line 4408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-house-flood:before {
  content: "";
}

/* line 4412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-houzz:before {
  content: "";
}

/* line 4416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hryvnia:before {
  content: "";
}

/* line 4420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-html5:before {
  content: "";
}

/* line 4424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hubspot:before {
  content: "";
}

/* line 4428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-humidity:before {
  content: "";
}

/* line 4432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-hurricane:before {
  content: "";
}

/* line 4436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 4440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ice-cream:before {
  content: "";
}

/* line 4444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ice-skate:before {
  content: "";
}

/* line 4448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-icicles:before {
  content: "";
}

/* line 4452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-icons:before {
  content: "";
}

/* line 4456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-icons-alt:before {
  content: "";
}

/* line 4460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-id-badge:before {
  content: "";
}

/* line 4464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-id-card:before {
  content: "";
}

/* line 4468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-id-card-alt:before {
  content: "";
}

/* line 4472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-igloo:before {
  content: "";
}

/* line 4476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-image:before {
  content: "";
}

/* line 4480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-image-polaroid:before {
  content: "";
}

/* line 4484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-images:before {
  content: "";
}

/* line 4488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-imdb:before {
  content: "";
}

/* line 4492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inbox:before {
  content: "";
}

/* line 4496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inbox-in:before {
  content: "";
}

/* line 4500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inbox-out:before {
  content: "";
}

/* line 4504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-indent:before {
  content: "";
}

/* line 4508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-industry:before {
  content: "";
}

/* line 4512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-industry-alt:before {
  content: "";
}

/* line 4516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-infinity:before {
  content: "";
}

/* line 4520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-info:before {
  content: "";
}

/* line 4524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-info-circle:before {
  content: "";
}

/* line 4528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-info-square:before {
  content: "";
}

/* line 4532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inhaler:before {
  content: "";
}

/* line 4536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-instagram:before {
  content: "";
}

/* line 4540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-integral:before {
  content: "";
}

/* line 4544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-intercom:before {
  content: "";
}

/* line 4548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 4552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-intersection:before {
  content: "";
}

/* line 4556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-inventory:before {
  content: "";
}

/* line 4560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-invision:before {
  content: "";
}

/* line 4564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 4568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-island-tropical:before {
  content: "";
}

/* line 4572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-italic:before {
  content: "";
}

/* line 4576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-itch-io:before {
  content: "";
}

/* line 4580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-itunes:before {
  content: "";
}

/* line 4584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-itunes-note:before {
  content: "";
}

/* line 4588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jack-o-lantern:before {
  content: "";
}

/* line 4592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-java:before {
  content: "";
}

/* line 4596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jedi:before {
  content: "";
}

/* line 4600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jedi-order:before {
  content: "";
}

/* line 4604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jenkins:before {
  content: "";
}

/* line 4608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jira:before {
  content: "";
}

/* line 4612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joget:before {
  content: "";
}

/* line 4616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joint:before {
  content: "";
}

/* line 4620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joomla:before {
  content: "";
}

/* line 4624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-journal-whills:before {
  content: "";
}

/* line 4628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-joystick:before {
  content: "";
}

/* line 4632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-js:before {
  content: "";
}

/* line 4636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-js-square:before {
  content: "";
}

/* line 4640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 4644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-jug:before {
  content: "";
}

/* line 4648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kaaba:before {
  content: "";
}

/* line 4652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kaggle:before {
  content: "";
}

/* line 4656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kazoo:before {
  content: "";
}

/* line 4660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kerning:before {
  content: "";
}

/* line 4664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-key:before {
  content: "";
}

/* line 4668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-key-skeleton:before {
  content: "";
}

/* line 4672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keybase:before {
  content: "";
}

/* line 4676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keyboard:before {
  content: "";
}

/* line 4680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keycdn:before {
  content: "";
}

/* line 4684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-keynote:before {
  content: "";
}

/* line 4688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-khanda:before {
  content: "";
}

/* line 4692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kickstarter:before {
  content: "";
}

/* line 4696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kickstarter-k:before {
  content: "";
}

/* line 4700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kidneys:before {
  content: "";
}

/* line 4704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiss:before {
  content: "";
}

/* line 4708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiss-beam:before {
  content: "";
}

/* line 4712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiss-wink-heart:before {
  content: "";
}

/* line 4716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kite:before {
  content: "";
}

/* line 4720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-kiwi-bird:before {
  content: "";
}

/* line 4724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-knife-kitchen:before {
  content: "";
}

/* line 4728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-korvue:before {
  content: "";
}

/* line 4732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lambda:before {
  content: "";
}

/* line 4736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lamp:before {
  content: "";
}

/* line 4740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-landmark:before {
  content: "";
}

/* line 4744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-landmark-alt:before {
  content: "";
}

/* line 4748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-language:before {
  content: "";
}

/* line 4752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laptop:before {
  content: "";
}

/* line 4756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laptop-code:before {
  content: "";
}

/* line 4760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laptop-medical:before {
  content: "";
}

/* line 4764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laravel:before {
  content: "";
}

/* line 4768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lasso:before {
  content: "";
}

/* line 4772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lastfm:before {
  content: "";
}

/* line 4776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 4780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh:before {
  content: "";
}

/* line 4784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh-beam:before {
  content: "";
}

/* line 4788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh-squint:before {
  content: "";
}

/* line 4792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-laugh-wink:before {
  content: "";
}

/* line 4796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-layer-group:before {
  content: "";
}

/* line 4800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-layer-minus:before {
  content: "";
}

/* line 4804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-layer-plus:before {
  content: "";
}

/* line 4808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf:before {
  content: "";
}

/* line 4812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf-heart:before {
  content: "";
}

/* line 4816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf-maple:before {
  content: "";
}

/* line 4820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leaf-oak:before {
  content: "";
}

/* line 4824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-leanpub:before {
  content: "";
}

/* line 4828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lemon:before {
  content: "";
}

/* line 4832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-less:before {
  content: "";
}

/* line 4836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-less-than:before {
  content: "";
}

/* line 4840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-less-than-equal:before {
  content: "";
}

/* line 4844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-down:before {
  content: "";
}

/* line 4848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-down-alt:before {
  content: "";
}

/* line 4852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-up:before {
  content: "";
}

/* line 4856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-level-up-alt:before {
  content: "";
}

/* line 4860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-life-ring:before {
  content: "";
}

/* line 4864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb:before {
  content: "";
}

/* line 4868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-dollar:before {
  content: "";
}

/* line 4872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-exclamation:before {
  content: "";
}

/* line 4876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-on:before {
  content: "";
}

/* line 4880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lightbulb-slash:before {
  content: "";
}

/* line 4884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lights-holiday:before {
  content: "";
}

/* line 4888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-line:before {
  content: "";
}

/* line 4892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-line-columns:before {
  content: "";
}

/* line 4896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-line-height:before {
  content: "";
}

/* line 4900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-link:before {
  content: "";
}

/* line 4904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linkedin:before {
  content: "";
}

/* line 4908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linkedin-in:before {
  content: "";
}

/* line 4912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linode:before {
  content: "";
}

/* line 4916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-linux:before {
  content: "";
}

/* line 4920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lips:before {
  content: "";
}

/* line 4924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lira-sign:before {
  content: "";
}

/* line 4928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list:before {
  content: "";
}

/* line 4932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-alt:before {
  content: "";
}

/* line 4936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-music:before {
  content: "";
}

/* line 4940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-ol:before {
  content: "";
}

/* line 4944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-list-ul:before {
  content: "";
}

/* line 4948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location:before {
  content: "";
}

/* line 4952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 4956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location-circle:before {
  content: "";
}

/* line 4960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-location-slash:before {
  content: "";
}

/* line 4964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock:before {
  content: "";
}

/* line 4968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock-alt:before {
  content: "";
}

/* line 4972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock-open:before {
  content: "";
}

/* line 4976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lock-open-alt:before {
  content: "";
}

/* line 4980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-down:before {
  content: "";
}

/* line 4984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-left:before {
  content: "";
}

/* line 4988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-right:before {
  content: "";
}

/* line 4992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-alt-up:before {
  content: "";
}

/* line 4996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 5000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 5004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 5008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 5012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-loveseat:before {
  content: "";
}

/* line 5016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-low-vision:before {
  content: "";
}

/* line 5020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-luchador:before {
  content: "";
}

/* line 5024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-luggage-cart:before {
  content: "";
}

/* line 5028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lungs:before {
  content: "";
}

/* line 5032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-lyft:before {
  content: "";
}

/* line 5036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mace:before {
  content: "";
}

/* line 5040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-magento:before {
  content: "";
}

/* line 5044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-magic:before {
  content: "";
}

/* line 5048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-magnet:before {
  content: "";
}

/* line 5052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mail-bulk:before {
  content: "";
}

/* line 5056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mailbox:before {
  content: "";
}

/* line 5060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mailchimp:before {
  content: "";
}

/* line 5064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-male:before {
  content: "";
}

/* line 5068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mandalorian:before {
  content: "";
}

/* line 5072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mandolin:before {
  content: "";
}

/* line 5076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map:before {
  content: "";
}

/* line 5080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marked:before {
  content: "";
}

/* line 5084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marked-alt:before {
  content: "";
}

/* line 5088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker:before {
  content: "";
}

/* line 5092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-alt:before {
  content: "";
}

/* line 5096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-alt-slash:before {
  content: "";
}

/* line 5100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-check:before {
  content: "";
}

/* line 5104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-edit:before {
  content: "";
}

/* line 5108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-exclamation:before {
  content: "";
}

/* line 5112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-minus:before {
  content: "";
}

/* line 5116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-plus:before {
  content: "";
}

/* line 5120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-question:before {
  content: "";
}

/* line 5124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-slash:before {
  content: "";
}

/* line 5128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-smile:before {
  content: "";
}

/* line 5132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-marker-times:before {
  content: "";
}

/* line 5136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-pin:before {
  content: "";
}

/* line 5140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-map-signs:before {
  content: "";
}

/* line 5144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-markdown:before {
  content: "";
}

/* line 5148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-marker:before {
  content: "";
}

/* line 5152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars:before {
  content: "";
}

/* line 5156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-double:before {
  content: "";
}

/* line 5160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 5164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 5168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 5172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mask:before {
  content: "";
}

/* line 5176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mastodon:before {
  content: "";
}

/* line 5180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 5184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mdb:before {
  content: "";
}

/* line 5188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meat:before {
  content: "";
}

/* line 5192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medal:before {
  content: "";
}

/* line 5196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medapps:before {
  content: "";
}

/* line 5200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medium:before {
  content: "";
}

/* line 5204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medium-m:before {
  content: "";
}

/* line 5208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medkit:before {
  content: "";
}

/* line 5212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-medrt:before {
  content: "";
}

/* line 5216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meetup:before {
  content: "";
}

/* line 5220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-megaphone:before {
  content: "";
}

/* line 5224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-megaport:before {
  content: "";
}

/* line 5228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meh:before {
  content: "";
}

/* line 5232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meh-blank:before {
  content: "";
}

/* line 5236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meh-rolling-eyes:before {
  content: "";
}

/* line 5240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-memory:before {
  content: "";
}

/* line 5244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mendeley:before {
  content: "";
}

/* line 5248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-menorah:before {
  content: "";
}

/* line 5252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mercury:before {
  content: "";
}

/* line 5256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-meteor:before {
  content: "";
}

/* line 5260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microchip:before {
  content: "";
}

/* line 5264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone:before {
  content: "";
}

/* line 5268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-alt:before {
  content: "";
}

/* line 5272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-alt-slash:before {
  content: "";
}

/* line 5276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 5280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microphone-stand:before {
  content: "";
}

/* line 5284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microscope:before {
  content: "";
}

/* line 5288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-microsoft:before {
  content: "";
}

/* line 5292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mind-share:before {
  content: "";
}

/* line 5296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus:before {
  content: "";
}

/* line 5300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 5304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-hexagon:before {
  content: "";
}

/* line 5308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-octagon:before {
  content: "";
}

/* line 5312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-minus-square:before {
  content: "";
}

/* line 5316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mistletoe:before {
  content: "";
}

/* line 5320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mitten:before {
  content: "";
}

/* line 5324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mix:before {
  content: "";
}

/* line 5328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 5332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mizuni:before {
  content: "";
}

/* line 5336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile:before {
  content: "";
}

/* line 5340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile-alt:before {
  content: "";
}

/* line 5344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile-android:before {
  content: "";
}

/* line 5348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mobile-android-alt:before {
  content: "";
}

/* line 5352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-modx:before {
  content: "";
}

/* line 5356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monero:before {
  content: "";
}

/* line 5360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill:before {
  content: "";
}

/* line 5364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill-alt:before {
  content: "";
}

/* line 5368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill-wave:before {
  content: "";
}

/* line 5372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-bill-wave-alt:before {
  content: "";
}

/* line 5376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check:before {
  content: "";
}

/* line 5380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check-alt:before {
  content: "";
}

/* line 5384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check-edit:before {
  content: "";
}

/* line 5388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-money-check-edit-alt:before {
  content: "";
}

/* line 5392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monitor-heart-rate:before {
  content: "";
}

/* line 5396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monkey:before {
  content: "";
}

/* line 5400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-monument:before {
  content: "";
}

/* line 5404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-moon:before {
  content: "";
}

/* line 5408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-moon-cloud:before {
  content: "";
}

/* line 5412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-moon-stars:before {
  content: "";
}

/* line 5416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mortar-pestle:before {
  content: "";
}

/* line 5420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mosque:before {
  content: "";
}

/* line 5424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 5428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mountain:before {
  content: "";
}

/* line 5432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mountains:before {
  content: "";
}

/* line 5436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mouse:before {
  content: "";
}

/* line 5440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mouse-alt:before {
  content: "";
}

/* line 5444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 5448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mp3-player:before {
  content: "";
}

/* line 5452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug:before {
  content: "";
}

/* line 5456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug-hot:before {
  content: "";
}

/* line 5460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug-marshmallows:before {
  content: "";
}

/* line 5464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-mug-tea:before {
  content: "";
}

/* line 5468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music:before {
  content: "";
}

/* line 5472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music-alt:before {
  content: "";
}

/* line 5476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music-alt-slash:before {
  content: "";
}

/* line 5480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-music-slash:before {
  content: "";
}

/* line 5484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-napster:before {
  content: "";
}

/* line 5488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-narwhal:before {
  content: "";
}

/* line 5492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-neos:before {
  content: "";
}

/* line 5496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-network-wired:before {
  content: "";
}

/* line 5500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-neuter:before {
  content: "";
}

/* line 5504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-newspaper:before {
  content: "";
}

/* line 5508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-nimblr:before {
  content: "";
}

/* line 5512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-node:before {
  content: "";
}

/* line 5516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-node-js:before {
  content: "";
}

/* line 5520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-not-equal:before {
  content: "";
}

/* line 5524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-notes-medical:before {
  content: "";
}

/* line 5528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-npm:before {
  content: "";
}

/* line 5532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ns8:before {
  content: "";
}

/* line 5536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-nutritionix:before {
  content: "";
}

/* line 5540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-object-group:before {
  content: "";
}

/* line 5544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 5548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-octagon:before {
  content: "";
}

/* line 5552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 5556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 5560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-oil-can:before {
  content: "";
}

/* line 5564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-oil-temp:before {
  content: "";
}

/* line 5568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-old-republic:before {
  content: "";
}

/* line 5572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-om:before {
  content: "";
}

/* line 5576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-omega:before {
  content: "";
}

/* line 5580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-opencart:before {
  content: "";
}

/* line 5584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-openid:before {
  content: "";
}

/* line 5588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-opera:before {
  content: "";
}

/* line 5592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 5596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-orcid:before {
  content: "";
}

/* line 5600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ornament:before {
  content: "";
}

/* line 5604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-osi:before {
  content: "";
}

/* line 5608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-otter:before {
  content: "";
}

/* line 5612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-outdent:before {
  content: "";
}

/* line 5616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-overline:before {
  content: "";
}

/* line 5620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-page-break:before {
  content: "";
}

/* line 5624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-page4:before {
  content: "";
}

/* line 5628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pagelines:before {
  content: "";
}

/* line 5632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pager:before {
  content: "";
}

/* line 5636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 5640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paint-brush-alt:before {
  content: "";
}

/* line 5644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paint-roller:before {
  content: "";
}

/* line 5648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-palette:before {
  content: "";
}

/* line 5652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-palfed:before {
  content: "";
}

/* line 5656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pallet:before {
  content: "";
}

/* line 5660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pallet-alt:before {
  content: "";
}

/* line 5664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paper-plane:before {
  content: "";
}

/* line 5668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paperclip:before {
  content: "";
}

/* line 5672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parachute-box:before {
  content: "";
}

/* line 5676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paragraph:before {
  content: "";
}

/* line 5680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paragraph-rtl:before {
  content: "";
}

/* line 5684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking:before {
  content: "";
}

/* line 5688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking-circle:before {
  content: "";
}

/* line 5692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking-circle-slash:before {
  content: "";
}

/* line 5696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-parking-slash:before {
  content: "";
}

/* line 5700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-passport:before {
  content: "";
}

/* line 5704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pastafarianism:before {
  content: "";
}

/* line 5708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paste:before {
  content: "";
}

/* line 5712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-patreon:before {
  content: "";
}

/* line 5716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pause:before {
  content: "";
}

/* line 5720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 5724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paw:before {
  content: "";
}

/* line 5728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paw-alt:before {
  content: "";
}

/* line 5732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paw-claws:before {
  content: "";
}

/* line 5736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-paypal:before {
  content: "";
}

/* line 5740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-peace:before {
  content: "";
}

/* line 5744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pegasus:before {
  content: "";
}

/* line 5748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen:before {
  content: "";
}

/* line 5752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-alt:before {
  content: "";
}

/* line 5756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-fancy:before {
  content: "";
}

/* line 5760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-nib:before {
  content: "";
}

/* line 5764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pen-square:before {
  content: "";
}

/* line 5768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil:before {
  content: "";
}

/* line 5772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil-alt:before {
  content: "";
}

/* line 5776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil-paintbrush:before {
  content: "";
}

/* line 5780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pencil-ruler:before {
  content: "";
}

/* line 5784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pennant:before {
  content: "";
}

/* line 5788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-penny-arcade:before {
  content: "";
}

/* line 5792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-people-carry:before {
  content: "";
}

/* line 5796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pepper-hot:before {
  content: "";
}

/* line 5800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-percent:before {
  content: "";
}

/* line 5804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-percentage:before {
  content: "";
}

/* line 5808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-periscope:before {
  content: "";
}

/* line 5812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-booth:before {
  content: "";
}

/* line 5816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-carry:before {
  content: "";
}

/* line 5820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-dolly:before {
  content: "";
}

/* line 5824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-dolly-empty:before {
  content: "";
}

/* line 5828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-person-sign:before {
  content: "";
}

/* line 5832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phabricator:before {
  content: "";
}

/* line 5836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phoenix-framework:before {
  content: "";
}

/* line 5840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phoenix-squadron:before {
  content: "";
}

/* line 5844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone:before {
  content: "";
}

/* line 5848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-alt:before {
  content: "";
}

/* line 5852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-laptop:before {
  content: "";
}

/* line 5856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-office:before {
  content: "";
}

/* line 5860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-plus:before {
  content: "";
}

/* line 5864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-rotary:before {
  content: "";
}

/* line 5868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-slash:before {
  content: "";
}

/* line 5872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-square:before {
  content: "";
}

/* line 5876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-square-alt:before {
  content: "";
}

/* line 5880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-phone-volume:before {
  content: "";
}

/* line 5884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-photo-video:before {
  content: "";
}

/* line 5888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-php:before {
  content: "";
}

/* line 5892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pi:before {
  content: "";
}

/* line 5896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-piano:before {
  content: "";
}

/* line 5900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-piano-keyboard:before {
  content: "";
}

/* line 5904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pie:before {
  content: "";
}

/* line 5908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 5912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 5916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper-hat:before {
  content: "";
}

/* line 5920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 5924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pig:before {
  content: "";
}

/* line 5928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-piggy-bank:before {
  content: "";
}

/* line 5932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pills:before {
  content: "";
}

/* line 5936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pinterest:before {
  content: "";
}

/* line 5940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 5944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 5948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pizza:before {
  content: "";
}

/* line 5952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pizza-slice:before {
  content: "";
}

/* line 5956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-place-of-worship:before {
  content: "";
}

/* line 5960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane:before {
  content: "";
}

/* line 5964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane-alt:before {
  content: "";
}

/* line 5968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane-arrival:before {
  content: "";
}

/* line 5972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plane-departure:before {
  content: "";
}

/* line 5976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-play:before {
  content: "";
}

/* line 5980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-play-circle:before {
  content: "";
}

/* line 5984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-playstation:before {
  content: "";
}

/* line 5988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plug:before {
  content: "";
}

/* line 5992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus:before {
  content: "";
}

/* line 5996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 6000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-hexagon:before {
  content: "";
}

/* line 6004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-octagon:before {
  content: "";
}

/* line 6008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-plus-square:before {
  content: "";
}

/* line 6012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-podcast:before {
  content: "";
}

/* line 6016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-podium:before {
  content: "";
}

/* line 6020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-podium-star:before {
  content: "";
}

/* line 6024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poll:before {
  content: "";
}

/* line 6028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poll-h:before {
  content: "";
}

/* line 6032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poll-people:before {
  content: "";
}

/* line 6036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poo:before {
  content: "";
}

/* line 6040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poo-storm:before {
  content: "";
}

/* line 6044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-poop:before {
  content: "";
}

/* line 6048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-popcorn:before {
  content: "";
}

/* line 6052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-portrait:before {
  content: "";
}

/* line 6056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pound-sign:before {
  content: "";
}

/* line 6060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-power-off:before {
  content: "";
}

/* line 6064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pray:before {
  content: "";
}

/* line 6068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-praying-hands:before {
  content: "";
}

/* line 6072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-prescription:before {
  content: "";
}

/* line 6076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-prescription-bottle:before {
  content: "";
}

/* line 6080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-prescription-bottle-alt:before {
  content: "";
}

/* line 6084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-presentation:before {
  content: "";
}

/* line 6088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-print:before {
  content: "";
}

/* line 6092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-print-search:before {
  content: "";
}

/* line 6096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-print-slash:before {
  content: "";
}

/* line 6100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-procedures:before {
  content: "";
}

/* line 6104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 6108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-project-diagram:before {
  content: "";
}

/* line 6112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-projector:before {
  content: "";
}

/* line 6116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pumpkin:before {
  content: "";
}

/* line 6120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-pushed:before {
  content: "";
}

/* line 6124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 6128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-python:before {
  content: "";
}

/* line 6132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-qq:before {
  content: "";
}

/* line 6136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-qrcode:before {
  content: "";
}

/* line 6140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-question:before {
  content: "";
}

/* line 6144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-question-circle:before {
  content: "";
}

/* line 6148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-question-square:before {
  content: "";
}

/* line 6152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quidditch:before {
  content: "";
}

/* line 6156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quinscape:before {
  content: "";
}

/* line 6160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quora:before {
  content: "";
}

/* line 6164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quote-left:before {
  content: "";
}

/* line 6168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quote-right:before {
  content: "";
}

/* line 6172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-quran:before {
  content: "";
}

/* line 6176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-r-project:before {
  content: "";
}

/* line 6180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rabbit:before {
  content: "";
}

/* line 6184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rabbit-fast:before {
  content: "";
}

/* line 6188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-racquet:before {
  content: "";
}

/* line 6192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radiation:before {
  content: "";
}

/* line 6196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radiation-alt:before {
  content: "";
}

/* line 6200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radio:before {
  content: "";
}

/* line 6204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-radio-alt:before {
  content: "";
}

/* line 6208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rainbow:before {
  content: "";
}

/* line 6212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-raindrops:before {
  content: "";
}

/* line 6216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ram:before {
  content: "";
}

/* line 6220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ramp-loading:before {
  content: "";
}

/* line 6224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-random:before {
  content: "";
}

/* line 6228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-raspberry-pi:before {
  content: "";
}

/* line 6232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ravelry:before {
  content: "";
}

/* line 6236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-react:before {
  content: "";
}

/* line 6240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reacteurope:before {
  content: "";
}

/* line 6244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-readme:before {
  content: "";
}

/* line 6248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rebel:before {
  content: "";
}

/* line 6252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-receipt:before {
  content: "";
}

/* line 6256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-record-vinyl:before {
  content: "";
}

/* line 6260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rectangle-landscape:before {
  content: "";
}

/* line 6264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rectangle-portrait:before {
  content: "";
}

/* line 6268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rectangle-wide:before {
  content: "";
}

/* line 6272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-recycle:before {
  content: "";
}

/* line 6276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-red-river:before {
  content: "";
}

/* line 6280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reddit:before {
  content: "";
}

/* line 6284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 6288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 6292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-redhat:before {
  content: "";
}

/* line 6296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-redo:before {
  content: "";
}

/* line 6300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-redo-alt:before {
  content: "";
}

/* line 6304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-registered:before {
  content: "";
}

/* line 6308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-remove-format:before {
  content: "";
}

/* line 6312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-renren:before {
  content: "";
}

/* line 6316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat:before {
  content: "";
}

/* line 6320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat-1:before {
  content: "";
}

/* line 6324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat-1-alt:before {
  content: "";
}

/* line 6328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-repeat-alt:before {
  content: "";
}

/* line 6332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reply:before {
  content: "";
}

/* line 6336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-reply-all:before {
  content: "";
}

/* line 6340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-replyd:before {
  content: "";
}

/* line 6344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-republican:before {
  content: "";
}

/* line 6348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-researchgate:before {
  content: "";
}

/* line 6352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-resolving:before {
  content: "";
}

/* line 6356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-restroom:before {
  content: "";
}

/* line 6360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-retweet:before {
  content: "";
}

/* line 6364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-retweet-alt:before {
  content: "";
}

/* line 6368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rev:before {
  content: "";
}

/* line 6372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ribbon:before {
  content: "";
}

/* line 6376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ring:before {
  content: "";
}

/* line 6380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rings-wedding:before {
  content: "";
}

/* line 6384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-road:before {
  content: "";
}

/* line 6388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-robot:before {
  content: "";
}

/* line 6392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rocket:before {
  content: "";
}

/* line 6396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rocketchat:before {
  content: "";
}

/* line 6400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rockrms:before {
  content: "";
}

/* line 6404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-route:before {
  content: "";
}

/* line 6408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-route-highway:before {
  content: "";
}

/* line 6412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-route-interstate:before {
  content: "";
}

/* line 6416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-router:before {
  content: "";
}

/* line 6420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rss:before {
  content: "";
}

/* line 6424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rss-square:before {
  content: "";
}

/* line 6428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruble-sign:before {
  content: "";
}

/* line 6432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler:before {
  content: "";
}

/* line 6436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-combined:before {
  content: "";
}

/* line 6440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-horizontal:before {
  content: "";
}

/* line 6444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-triangle:before {
  content: "";
}

/* line 6448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ruler-vertical:before {
  content: "";
}

/* line 6452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-running:before {
  content: "";
}

/* line 6456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rupee-sign:before {
  content: "";
}

/* line 6460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-rv:before {
  content: "";
}

/* line 6464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sack:before {
  content: "";
}

/* line 6468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sack-dollar:before {
  content: "";
}

/* line 6472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sad-cry:before {
  content: "";
}

/* line 6476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sad-tear:before {
  content: "";
}

/* line 6480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-safari:before {
  content: "";
}

/* line 6484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-salad:before {
  content: "";
}

/* line 6488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-salesforce:before {
  content: "";
}

/* line 6492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sandwich:before {
  content: "";
}

/* line 6496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sass:before {
  content: "";
}

/* line 6500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-satellite:before {
  content: "";
}

/* line 6504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-satellite-dish:before {
  content: "";
}

/* line 6508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sausage:before {
  content: "";
}

/* line 6512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-save:before {
  content: "";
}

/* line 6516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sax-hot:before {
  content: "";
}

/* line 6520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-saxophone:before {
  content: "";
}

/* line 6524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scalpel:before {
  content: "";
}

/* line 6528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scalpel-path:before {
  content: "";
}

/* line 6532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner:before {
  content: "";
}

/* line 6536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner-image:before {
  content: "";
}

/* line 6540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner-keyboard:before {
  content: "";
}

/* line 6544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scanner-touchscreen:before {
  content: "";
}

/* line 6548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scarecrow:before {
  content: "";
}

/* line 6552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scarf:before {
  content: "";
}

/* line 6556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-schlix:before {
  content: "";
}

/* line 6560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-school:before {
  content: "";
}

/* line 6564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-screwdriver:before {
  content: "";
}

/* line 6568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scribd:before {
  content: "";
}

/* line 6572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scroll:before {
  content: "";
}

/* line 6576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scroll-old:before {
  content: "";
}

/* line 6580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scrubber:before {
  content: "";
}

/* line 6584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-scythe:before {
  content: "";
}

/* line 6588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sd-card:before {
  content: "";
}

/* line 6592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search:before {
  content: "";
}

/* line 6596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-dollar:before {
  content: "";
}

/* line 6600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-location:before {
  content: "";
}

/* line 6604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-minus:before {
  content: "";
}

/* line 6608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-search-plus:before {
  content: "";
}

/* line 6612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-searchengin:before {
  content: "";
}

/* line 6616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-seedling:before {
  content: "";
}

/* line 6620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sellcast:before {
  content: "";
}

/* line 6624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sellsy:before {
  content: "";
}

/* line 6628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-send-back:before {
  content: "";
}

/* line 6632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-send-backward:before {
  content: "";
}

/* line 6636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-server:before {
  content: "";
}

/* line 6640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-servicestack:before {
  content: "";
}

/* line 6644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shapes:before {
  content: "";
}

/* line 6648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share:before {
  content: "";
}

/* line 6652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-all:before {
  content: "";
}

/* line 6656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-alt:before {
  content: "";
}

/* line 6660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 6664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-share-square:before {
  content: "";
}

/* line 6668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sheep:before {
  content: "";
}

/* line 6672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shekel-sign:before {
  content: "";
}

/* line 6676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield:before {
  content: "";
}

/* line 6680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield-alt:before {
  content: "";
}

/* line 6684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield-check:before {
  content: "";
}

/* line 6688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shield-cross:before {
  content: "";
}

/* line 6692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ship:before {
  content: "";
}

/* line 6696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shipping-fast:before {
  content: "";
}

/* line 6700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shipping-timed:before {
  content: "";
}

/* line 6704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 6708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shish-kebab:before {
  content: "";
}

/* line 6712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shoe-prints:before {
  content: "";
}

/* line 6716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 6720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 6724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 6728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shopware:before {
  content: "";
}

/* line 6732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shovel:before {
  content: "";
}

/* line 6736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shovel-snow:before {
  content: "";
}

/* line 6740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shower:before {
  content: "";
}

/* line 6744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shredder:before {
  content: "";
}

/* line 6748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shuttle-van:before {
  content: "";
}

/* line 6752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-shuttlecock:before {
  content: "";
}

/* line 6756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sickle:before {
  content: "";
}

/* line 6760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sigma:before {
  content: "";
}

/* line 6764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign:before {
  content: "";
}

/* line 6768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-in:before {
  content: "";
}

/* line 6772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-in-alt:before {
  content: "";
}

/* line 6776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-language:before {
  content: "";
}

/* line 6780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-out:before {
  content: "";
}

/* line 6784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sign-out-alt:before {
  content: "";
}

/* line 6788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal:before {
  content: "";
}

/* line 6792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-1:before {
  content: "";
}

/* line 6796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-2:before {
  content: "";
}

/* line 6800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-3:before {
  content: "";
}

/* line 6804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-4:before {
  content: "";
}

/* line 6808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt:before {
  content: "";
}

/* line 6812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-1:before {
  content: "";
}

/* line 6816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-2:before {
  content: "";
}

/* line 6820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-3:before {
  content: "";
}

/* line 6824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-alt-slash:before {
  content: "";
}

/* line 6828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-slash:before {
  content: "";
}

/* line 6832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signal-stream:before {
  content: "";
}

/* line 6836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-signature:before {
  content: "";
}

/* line 6840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sim-card:before {
  content: "";
}

/* line 6844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 6848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sistrix:before {
  content: "";
}

/* line 6852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sitemap:before {
  content: "";
}

/* line 6856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sith:before {
  content: "";
}

/* line 6860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skating:before {
  content: "";
}

/* line 6864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skeleton:before {
  content: "";
}

/* line 6868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sketch:before {
  content: "";
}

/* line 6872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ski-jump:before {
  content: "";
}

/* line 6876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ski-lift:before {
  content: "";
}

/* line 6880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skiing:before {
  content: "";
}

/* line 6884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skiing-nordic:before {
  content: "";
}

/* line 6888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skull:before {
  content: "";
}

/* line 6892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skull-cow:before {
  content: "";
}

/* line 6896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skull-crossbones:before {
  content: "";
}

/* line 6900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 6904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-skype:before {
  content: "";
}

/* line 6908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slack:before {
  content: "";
}

/* line 6912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slack-hash:before {
  content: "";
}

/* line 6916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slash:before {
  content: "";
}

/* line 6920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sledding:before {
  content: "";
}

/* line 6924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sleigh:before {
  content: "";
}

/* line 6928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-h:before {
  content: "";
}

/* line 6932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-h-square:before {
  content: "";
}

/* line 6936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-v:before {
  content: "";
}

/* line 6940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sliders-v-square:before {
  content: "";
}

/* line 6944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-slideshare:before {
  content: "";
}

/* line 6948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile:before {
  content: "";
}

/* line 6952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile-beam:before {
  content: "";
}

/* line 6956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile-plus:before {
  content: "";
}

/* line 6960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smile-wink:before {
  content: "";
}

/* line 6964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smog:before {
  content: "";
}

/* line 6968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smoke:before {
  content: "";
}

/* line 6972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smoking:before {
  content: "";
}

/* line 6976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-smoking-ban:before {
  content: "";
}

/* line 6980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sms:before {
  content: "";
}

/* line 6984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snake:before {
  content: "";
}

/* line 6988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snapchat:before {
  content: "";
}

/* line 6992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 6996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 7000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snooze:before {
  content: "";
}

/* line 7004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snow-blowing:before {
  content: "";
}

/* line 7008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowboarding:before {
  content: "";
}

/* line 7012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowflake:before {
  content: "";
}

/* line 7016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowflakes:before {
  content: "";
}

/* line 7020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowman:before {
  content: "";
}

/* line 7024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowmobile:before {
  content: "";
}

/* line 7028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-snowplow:before {
  content: "";
}

/* line 7032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-socks:before {
  content: "";
}

/* line 7036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-solar-panel:before {
  content: "";
}

/* line 7040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort:before {
  content: "";
}

/* line 7044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-down:before {
  content: "";
}

/* line 7048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-down-alt:before {
  content: "";
}

/* line 7052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-up:before {
  content: "";
}

/* line 7056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alpha-up-alt:before {
  content: "";
}

/* line 7060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-alt:before {
  content: "";
}

/* line 7064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-down:before {
  content: "";
}

/* line 7068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-down-alt:before {
  content: "";
}

/* line 7072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-up:before {
  content: "";
}

/* line 7076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-amount-up-alt:before {
  content: "";
}

/* line 7080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-down:before {
  content: "";
}

/* line 7084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-down:before {
  content: "";
}

/* line 7088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-down-alt:before {
  content: "";
}

/* line 7092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-up:before {
  content: "";
}

/* line 7096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-numeric-up-alt:before {
  content: "";
}

/* line 7100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-down:before {
  content: "";
}

/* line 7104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-down-alt:before {
  content: "";
}

/* line 7108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-up:before {
  content: "";
}

/* line 7112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-shapes-up-alt:before {
  content: "";
}

/* line 7116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-down:before {
  content: "";
}

/* line 7120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-down-alt:before {
  content: "";
}

/* line 7124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-up:before {
  content: "";
}

/* line 7128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-size-up-alt:before {
  content: "";
}

/* line 7132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sort-up:before {
  content: "";
}

/* line 7136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 7140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-soup:before {
  content: "";
}

/* line 7144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sourcetree:before {
  content: "";
}

/* line 7148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spa:before {
  content: "";
}

/* line 7152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 7156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spade:before {
  content: "";
}

/* line 7160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sparkles:before {
  content: "";
}

/* line 7164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speakap:before {
  content: "";
}

/* line 7168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speaker:before {
  content: "";
}

/* line 7172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speaker-deck:before {
  content: "";
}

/* line 7176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-speakers:before {
  content: "";
}

/* line 7180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spell-check:before {
  content: "";
}

/* line 7184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spider:before {
  content: "";
}

/* line 7188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spider-black-widow:before {
  content: "";
}

/* line 7192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spider-web:before {
  content: "";
}

/* line 7196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spinner:before {
  content: "";
}

/* line 7200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spinner-third:before {
  content: "";
}

/* line 7204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-splotch:before {
  content: "";
}

/* line 7208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spotify:before {
  content: "";
}

/* line 7212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-spray-can:before {
  content: "";
}

/* line 7216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square:before {
  content: "";
}

/* line 7220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square-full:before {
  content: "";
}

/* line 7224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square-root:before {
  content: "";
}

/* line 7228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-square-root-alt:before {
  content: "";
}

/* line 7232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-squarespace:before {
  content: "";
}

/* line 7236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-squirrel:before {
  content: "";
}

/* line 7240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 7244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 7248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stackpath:before {
  content: "";
}

/* line 7252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-staff:before {
  content: "";
}

/* line 7256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stamp:before {
  content: "";
}

/* line 7260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star:before {
  content: "";
}

/* line 7264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-and-crescent:before {
  content: "";
}

/* line 7268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-christmas:before {
  content: "";
}

/* line 7272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-exclamation:before {
  content: "";
}

/* line 7276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-half:before {
  content: "";
}

/* line 7280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-half-alt:before {
  content: "";
}

/* line 7284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-of-david:before {
  content: "";
}

/* line 7288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-star-of-life:before {
  content: "";
}

/* line 7292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stars:before {
  content: "";
}

/* line 7296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-staylinked:before {
  content: "";
}

/* line 7300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steak:before {
  content: "";
}

/* line 7304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steam:before {
  content: "";
}

/* line 7308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steam-square:before {
  content: "";
}

/* line 7312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steam-symbol:before {
  content: "";
}

/* line 7316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-steering-wheel:before {
  content: "";
}

/* line 7320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-step-backward:before {
  content: "";
}

/* line 7324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-step-forward:before {
  content: "";
}

/* line 7328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 7332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sticker-mule:before {
  content: "";
}

/* line 7336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 7340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stocking:before {
  content: "";
}

/* line 7344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stomach:before {
  content: "";
}

/* line 7348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stop:before {
  content: "";
}

/* line 7352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 7356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stopwatch:before {
  content: "";
}

/* line 7360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-store:before {
  content: "";
}

/* line 7364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-store-alt:before {
  content: "";
}

/* line 7368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-strava:before {
  content: "";
}

/* line 7372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stream:before {
  content: "";
}

/* line 7376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-street-view:before {
  content: "";
}

/* line 7380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stretcher:before {
  content: "";
}

/* line 7384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 7388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stripe:before {
  content: "";
}

/* line 7392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stripe-s:before {
  content: "";
}

/* line 7396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stroopwafel:before {
  content: "";
}

/* line 7400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-studiovinari:before {
  content: "";
}

/* line 7404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 7408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 7412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-subscript:before {
  content: "";
}

/* line 7416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-subway:before {
  content: "";
}

/* line 7420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-suitcase:before {
  content: "";
}

/* line 7424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-suitcase-rolling:before {
  content: "";
}

/* line 7428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun:before {
  content: "";
}

/* line 7432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun-cloud:before {
  content: "";
}

/* line 7436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun-dust:before {
  content: "";
}

/* line 7440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sun-haze:before {
  content: "";
}

/* line 7444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sunglasses:before {
  content: "";
}

/* line 7448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sunrise:before {
  content: "";
}

/* line 7452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sunset:before {
  content: "";
}

/* line 7456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-superpowers:before {
  content: "";
}

/* line 7460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-superscript:before {
  content: "";
}

/* line 7464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-supple:before {
  content: "";
}

/* line 7468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-surprise:before {
  content: "";
}

/* line 7472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-suse:before {
  content: "";
}

/* line 7476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swatchbook:before {
  content: "";
}

/* line 7480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swift:before {
  content: "";
}

/* line 7484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swimmer:before {
  content: "";
}

/* line 7488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swimming-pool:before {
  content: "";
}

/* line 7492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sword:before {
  content: "";
}

/* line 7496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swords:before {
  content: "";
}

/* line 7500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-symfony:before {
  content: "";
}

/* line 7504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-synagogue:before {
  content: "";
}

/* line 7508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sync:before {
  content: "";
}

/* line 7512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-sync-alt:before {
  content: "";
}

/* line 7516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-syringe:before {
  content: "";
}

/* line 7520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-table:before {
  content: "";
}

/* line 7524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-table-tennis:before {
  content: "";
}

/* line 7528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet:before {
  content: "";
}

/* line 7532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-alt:before {
  content: "";
}

/* line 7536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-android:before {
  content: "";
}

/* line 7540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-android-alt:before {
  content: "";
}

/* line 7544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablet-rugged:before {
  content: "";
}

/* line 7548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tablets:before {
  content: "";
}

/* line 7552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer:before {
  content: "";
}

/* line 7556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt:before {
  content: "";
}

/* line 7560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-average:before {
  content: "";
}

/* line 7564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-fast:before {
  content: "";
}

/* line 7568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-fastest:before {
  content: "";
}

/* line 7572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-slow:before {
  content: "";
}

/* line 7576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-alt-slowest:before {
  content: "";
}

/* line 7580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-average:before {
  content: "";
}

/* line 7584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-fast:before {
  content: "";
}

/* line 7588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-fastest:before {
  content: "";
}

/* line 7592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-slow:before {
  content: "";
}

/* line 7596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tachometer-slowest:before {
  content: "";
}

/* line 7600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-taco:before {
  content: "";
}

/* line 7604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tag:before {
  content: "";
}

/* line 7608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tags:before {
  content: "";
}

/* line 7612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tally:before {
  content: "";
}

/* line 7616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tanakh:before {
  content: "";
}

/* line 7620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tape:before {
  content: "";
}

/* line 7624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tasks:before {
  content: "";
}

/* line 7628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tasks-alt:before {
  content: "";
}

/* line 7632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-taxi:before {
  content: "";
}

/* line 7636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-teamspeak:before {
  content: "";
}

/* line 7640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-teeth:before {
  content: "";
}

/* line 7644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-teeth-open:before {
  content: "";
}

/* line 7648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-telegram:before {
  content: "";
}

/* line 7652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-telegram-plane:before {
  content: "";
}

/* line 7656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-frigid:before {
  content: "";
}

/* line 7660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-high:before {
  content: "";
}

/* line 7664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-hot:before {
  content: "";
}

/* line 7668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-temperature-low:before {
  content: "";
}

/* line 7672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 7676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tenge:before {
  content: "";
}

/* line 7680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tennis-ball:before {
  content: "";
}

/* line 7684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-terminal:before {
  content: "";
}

/* line 7688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text:before {
  content: "";
}

/* line 7692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text-height:before {
  content: "";
}

/* line 7696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text-size:before {
  content: "";
}

/* line 7700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-text-width:before {
  content: "";
}

/* line 7704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-th:before {
  content: "";
}

/* line 7708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-th-large:before {
  content: "";
}

/* line 7712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-th-list:before {
  content: "";
}

/* line 7716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-the-red-yeti:before {
  content: "";
}

/* line 7720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-theater-masks:before {
  content: "";
}

/* line 7724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-themeco:before {
  content: "";
}

/* line 7728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-themeisle:before {
  content: "";
}

/* line 7732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer:before {
  content: "";
}

/* line 7736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-empty:before {
  content: "";
}

/* line 7740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-full:before {
  content: "";
}

/* line 7744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-half:before {
  content: "";
}

/* line 7748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-quarter:before {
  content: "";
}

/* line 7752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 7756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-theta:before {
  content: "";
}

/* line 7760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-think-peaks:before {
  content: "";
}

/* line 7764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 7768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 7772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thumbtack:before {
  content: "";
}

/* line 7776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thunderstorm:before {
  content: "";
}

/* line 7780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thunderstorm-moon:before {
  content: "";
}

/* line 7784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-thunderstorm-sun:before {
  content: "";
}

/* line 7788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ticket:before {
  content: "";
}

/* line 7792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ticket-alt:before {
  content: "";
}

/* line 7796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tilde:before {
  content: "";
}

/* line 7800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times:before {
  content: "";
}

/* line 7804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-circle:before {
  content: "";
}

/* line 7808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-hexagon:before {
  content: "";
}

/* line 7812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-octagon:before {
  content: "";
}

/* line 7816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-times-square:before {
  content: "";
}

/* line 7820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tint:before {
  content: "";
}

/* line 7824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tint-slash:before {
  content: "";
}

/* line 7828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire:before {
  content: "";
}

/* line 7832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire-flat:before {
  content: "";
}

/* line 7836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire-pressure-warning:before {
  content: "";
}

/* line 7840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tire-rugged:before {
  content: "";
}

/* line 7844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tired:before {
  content: "";
}

/* line 7848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 7852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 7856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toilet:before {
  content: "";
}

/* line 7860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toilet-paper:before {
  content: "";
}

/* line 7864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toilet-paper-alt:before {
  content: "";
}

/* line 7868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tombstone:before {
  content: "";
}

/* line 7872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tombstone-alt:before {
  content: "";
}

/* line 7876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toolbox:before {
  content: "";
}

/* line 7880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tools:before {
  content: "";
}

/* line 7884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tooth:before {
  content: "";
}

/* line 7888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-toothbrush:before {
  content: "";
}

/* line 7892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-torah:before {
  content: "";
}

/* line 7896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-torii-gate:before {
  content: "";
}

/* line 7900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tornado:before {
  content: "";
}

/* line 7904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tractor:before {
  content: "";
}

/* line 7908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trade-federation:before {
  content: "";
}

/* line 7912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trademark:before {
  content: "";
}

/* line 7916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-cone:before {
  content: "";
}

/* line 7920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light:before {
  content: "";
}

/* line 7924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light-go:before {
  content: "";
}

/* line 7928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light-slow:before {
  content: "";
}

/* line 7932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-traffic-light-stop:before {
  content: "";
}

/* line 7936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-train:before {
  content: "";
}

/* line 7940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tram:before {
  content: "";
}

/* line 7944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-transgender:before {
  content: "";
}

/* line 7948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 7952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash:before {
  content: "";
}

/* line 7956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-alt:before {
  content: "";
}

/* line 7960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-restore:before {
  content: "";
}

/* line 7964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-restore-alt:before {
  content: "";
}

/* line 7968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-undo:before {
  content: "";
}

/* line 7972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trash-undo-alt:before {
  content: "";
}

/* line 7976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-treasure-chest:before {
  content: "";
}

/* line 7980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree:before {
  content: "";
}

/* line 7984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-alt:before {
  content: "";
}

/* line 7988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-christmas:before {
  content: "";
}

/* line 7992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-decorated:before {
  content: "";
}

/* line 7996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-large:before {
  content: "";
}

/* line 8000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tree-palm:before {
  content: "";
}

/* line 8004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trees:before {
  content: "";
}

/* line 8008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trello:before {
  content: "";
}

/* line 8012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-triangle:before {
  content: "";
}

/* line 8016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-triangle-music:before {
  content: "";
}

/* line 8020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 8024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trophy:before {
  content: "";
}

/* line 8028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trophy-alt:before {
  content: "";
}

/* line 8032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck:before {
  content: "";
}

/* line 8036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-container:before {
  content: "";
}

/* line 8040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-couch:before {
  content: "";
}

/* line 8044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-loading:before {
  content: "";
}

/* line 8048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-monster:before {
  content: "";
}

/* line 8052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-moving:before {
  content: "";
}

/* line 8056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-pickup:before {
  content: "";
}

/* line 8060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-plow:before {
  content: "";
}

/* line 8064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-truck-ramp:before {
  content: "";
}

/* line 8068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-trumpet:before {
  content: "";
}

/* line 8072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tshirt:before {
  content: "";
}

/* line 8076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tty:before {
  content: "";
}

/* line 8080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tumblr:before {
  content: "";
}

/* line 8084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 8088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-turkey:before {
  content: "";
}

/* line 8092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-turntable:before {
  content: "";
}

/* line 8096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-turtle:before {
  content: "";
}

/* line 8100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv:before {
  content: "";
}

/* line 8104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv-alt:before {
  content: "";
}

/* line 8108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv-music:before {
  content: "";
}

/* line 8112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-tv-retro:before {
  content: "";
}

/* line 8116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-twitch:before {
  content: "";
}

/* line 8120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-twitter:before {
  content: "";
}

/* line 8124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 8128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-typewriter:before {
  content: "";
}

/* line 8132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-typo3:before {
  content: "";
}

/* line 8136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-uber:before {
  content: "";
}

/* line 8140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ubuntu:before {
  content: "";
}

/* line 8144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-uikit:before {
  content: "";
}

/* line 8148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-umbraco:before {
  content: "";
}

/* line 8152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-umbrella:before {
  content: "";
}

/* line 8156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-umbrella-beach:before {
  content: "";
}

/* line 8160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-underline:before {
  content: "";
}

/* line 8164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-undo:before {
  content: "";
}

/* line 8168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-undo-alt:before {
  content: "";
}

/* line 8172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unicorn:before {
  content: "";
}

/* line 8176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-union:before {
  content: "";
}

/* line 8180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-uniregistry:before {
  content: "";
}

/* line 8184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-universal-access:before {
  content: "";
}

/* line 8188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-university:before {
  content: "";
}

/* line 8192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unlink:before {
  content: "";
}

/* line 8196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unlock:before {
  content: "";
}

/* line 8200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 8204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-untappd:before {
  content: "";
}

/* line 8208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-upload:before {
  content: "";
}

/* line 8212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ups:before {
  content: "";
}

/* line 8216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usb:before {
  content: "";
}

/* line 8220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usb-drive:before {
  content: "";
}

/* line 8224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usd-circle:before {
  content: "";
}

/* line 8228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usd-square:before {
  content: "";
}

/* line 8232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user:before {
  content: "";
}

/* line 8236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-alt:before {
  content: "";
}

/* line 8240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-alt-slash:before {
  content: "";
}

/* line 8244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-astronaut:before {
  content: "";
}

/* line 8248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-chart:before {
  content: "";
}

/* line 8252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-check:before {
  content: "";
}

/* line 8256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-circle:before {
  content: "";
}

/* line 8260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-clock:before {
  content: "";
}

/* line 8264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-cog:before {
  content: "";
}

/* line 8268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-cowboy:before {
  content: "";
}

/* line 8272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-crown:before {
  content: "";
}

/* line 8276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-edit:before {
  content: "";
}

/* line 8280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-friends:before {
  content: "";
}

/* line 8284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-graduate:before {
  content: "";
}

/* line 8288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-hard-hat:before {
  content: "";
}

/* line 8292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-headset:before {
  content: "";
}

/* line 8296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-injured:before {
  content: "";
}

/* line 8300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-lock:before {
  content: "";
}

/* line 8304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-md:before {
  content: "";
}

/* line 8308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-md-chat:before {
  content: "";
}

/* line 8312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-minus:before {
  content: "";
}

/* line 8316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-music:before {
  content: "";
}

/* line 8320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-ninja:before {
  content: "";
}

/* line 8324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-nurse:before {
  content: "";
}

/* line 8328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-plus:before {
  content: "";
}

/* line 8332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-secret:before {
  content: "";
}

/* line 8336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-shield:before {
  content: "";
}

/* line 8340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-slash:before {
  content: "";
}

/* line 8344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-tag:before {
  content: "";
}

/* line 8348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-tie:before {
  content: "";
}

/* line 8352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-user-times:before {
  content: "";
}

/* line 8356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users:before {
  content: "";
}

/* line 8360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-class:before {
  content: "";
}

/* line 8364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-cog:before {
  content: "";
}

/* line 8368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-crown:before {
  content: "";
}

/* line 8372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-users-medical:before {
  content: "";
}

/* line 8376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-usps:before {
  content: "";
}

/* line 8380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-ussunnah:before {
  content: "";
}

/* line 8384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensil-fork:before {
  content: "";
}

/* line 8388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensil-knife:before {
  content: "";
}

/* line 8392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensil-spoon:before {
  content: "";
}

/* line 8396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensils:before {
  content: "";
}

/* line 8400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-utensils-alt:before {
  content: "";
}

/* line 8404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vaadin:before {
  content: "";
}

/* line 8408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-value-absolute:before {
  content: "";
}

/* line 8412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vector-square:before {
  content: "";
}

/* line 8416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-venus:before {
  content: "";
}

/* line 8420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-venus-double:before {
  content: "";
}

/* line 8424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 8428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vhs:before {
  content: "";
}

/* line 8432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viacoin:before {
  content: "";
}

/* line 8436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viadeo:before {
  content: "";
}

/* line 8440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 8444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vial:before {
  content: "";
}

/* line 8448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vials:before {
  content: "";
}

/* line 8452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-viber:before {
  content: "";
}

/* line 8456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-video:before {
  content: "";
}

/* line 8460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-video-plus:before {
  content: "";
}

/* line 8464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-video-slash:before {
  content: "";
}

/* line 8468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vihara:before {
  content: "";
}

/* line 8472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vimeo:before {
  content: "";
}

/* line 8476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 8480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vimeo-v:before {
  content: "";
}

/* line 8484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vine:before {
  content: "";
}

/* line 8488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-violin:before {
  content: "";
}

/* line 8492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vk:before {
  content: "";
}

/* line 8496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vnv:before {
  content: "";
}

/* line 8500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-voicemail:before {
  content: "";
}

/* line 8504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volcano:before {
  content: "";
}

/* line 8508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volleyball-ball:before {
  content: "";
}

/* line 8512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume:before {
  content: "";
}

/* line 8516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-down:before {
  content: "";
}

/* line 8520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-mute:before {
  content: "";
}

/* line 8524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-off:before {
  content: "";
}

/* line 8528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-slash:before {
  content: "";
}

/* line 8532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-volume-up:before {
  content: "";
}

/* line 8536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vote-nay:before {
  content: "";
}

/* line 8540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vote-yea:before {
  content: "";
}

/* line 8544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vr-cardboard:before {
  content: "";
}

/* line 8548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-vuejs:before {
  content: "";
}

/* line 8552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wagon-covered:before {
  content: "";
}

/* line 8556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-walker:before {
  content: "";
}

/* line 8560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-walkie-talkie:before {
  content: "";
}

/* line 8564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-walking:before {
  content: "";
}

/* line 8568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wallet:before {
  content: "";
}

/* line 8572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wand:before {
  content: "";
}

/* line 8576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wand-magic:before {
  content: "";
}

/* line 8580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-warehouse:before {
  content: "";
}

/* line 8584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-warehouse-alt:before {
  content: "";
}

/* line 8588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-washer:before {
  content: "";
}

/* line 8592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-watch:before {
  content: "";
}

/* line 8596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-watch-calculator:before {
  content: "";
}

/* line 8600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-watch-fitness:before {
  content: "";
}

/* line 8604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-water:before {
  content: "";
}

/* line 8608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-water-lower:before {
  content: "";
}

/* line 8612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-water-rise:before {
  content: "";
}

/* line 8616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wave-sine:before {
  content: "";
}

/* line 8620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wave-square:before {
  content: "";
}

/* line 8624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wave-triangle:before {
  content: "";
}

/* line 8628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-waveform:before {
  content: "";
}

/* line 8632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-waveform-path:before {
  content: "";
}

/* line 8636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-waze:before {
  content: "";
}

/* line 8640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-webcam:before {
  content: "";
}

/* line 8644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-webcam-slash:before {
  content: "";
}

/* line 8648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weebly:before {
  content: "";
}

/* line 8652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weibo:before {
  content: "";
}

/* line 8656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weight:before {
  content: "";
}

/* line 8660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weight-hanging:before {
  content: "";
}

/* line 8664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-weixin:before {
  content: "";
}

/* line 8668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whale:before {
  content: "";
}

/* line 8672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 8676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whatsapp-square:before {
  content: "";
}

/* line 8680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wheat:before {
  content: "";
}

/* line 8684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 8688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whistle:before {
  content: "";
}

/* line 8692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-whmcs:before {
  content: "";
}

/* line 8696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi:before {
  content: "";
}

/* line 8700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi-1:before {
  content: "";
}

/* line 8704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi-2:before {
  content: "";
}

/* line 8708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wifi-slash:before {
  content: "";
}

/* line 8712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 8716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wind:before {
  content: "";
}

/* line 8720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wind-turbine:before {
  content: "";
}

/* line 8724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wind-warning:before {
  content: "";
}

/* line 8728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window:before {
  content: "";
}

/* line 8732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-alt:before {
  content: "";
}

/* line 8736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-close:before {
  content: "";
}

/* line 8740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 8744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 8748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-window-restore:before {
  content: "";
}

/* line 8752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-windows:before {
  content: "";
}

/* line 8756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-windsock:before {
  content: "";
}

/* line 8760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wine-bottle:before {
  content: "";
}

/* line 8764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wine-glass:before {
  content: "";
}

/* line 8768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wine-glass-alt:before {
  content: "";
}

/* line 8772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wix:before {
  content: "";
}

/* line 8776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wizards-of-the-coast:before {
  content: "";
}

/* line 8780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wolf-pack-battalion:before {
  content: "";
}

/* line 8784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-won-sign:before {
  content: "";
}

/* line 8788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wordpress:before {
  content: "";
}

/* line 8792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wordpress-simple:before {
  content: "";
}

/* line 8796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 8800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 8804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpforms:before {
  content: "";
}

/* line 8808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wpressr:before {
  content: "";
}

/* line 8812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wreath:before {
  content: "";
}

/* line 8816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-wrench:before {
  content: "";
}

/* line 8820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-x-ray:before {
  content: "";
}

/* line 8824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xbox:before {
  content: "";
}

/* line 8828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xing:before {
  content: "";
}

/* line 8832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-xing-square:before {
  content: "";
}

/* line 8836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-y-combinator:before {
  content: "";
}

/* line 8840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yahoo:before {
  content: "";
}

/* line 8844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yammer:before {
  content: "";
}

/* line 8848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yandex:before {
  content: "";
}

/* line 8852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yandex-international:before {
  content: "";
}

/* line 8856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yarn:before {
  content: "";
}

/* line 8860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yelp:before {
  content: "";
}

/* line 8864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yen-sign:before {
  content: "";
}

/* line 8868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yin-yang:before {
  content: "";
}

/* line 8872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-yoast:before {
  content: "";
}

/* line 8876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-youtube:before {
  content: "";
}

/* line 8880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 8884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-zhihu:before {
  content: "";
}

/* line 8888, ../../../../sass/plugins/_fontawesome5pro.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 8899, ../../../../sass/plugins/_fontawesome5pro.scss */
.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: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f081, U+f08c, U+f092, U+f099, U+f09b, U+f0d2-f0d5, U+f113, U+f136, U+f13b-f13c, U+f15a, U+f167-f169, U+f16c-f16e, U+f170, U+f173-f174, U+f17a-f17e, U+f180, U+f184, U+f189-f18c, U+f194, U+f19a-f19b, U+f1a0-f1a4, U+f1a6-f1a7, U+f1a9-f1aa, U+f1b4, U+f1b6-f1b7, U+f1bc-f1be, U+f1ca-f1cc, U+f1d0-f1d1, U+f1d4-f1d6, U+f1e7-f1e8, U+f1ed-f1ee, U+f1f0-f1f2, U+f1f4-f1f5, U+f202, U+f208-f209, U+f20d-f20e, U+f211-f213, U+f215, U+f231-f232, U+f237, U+f23a-f23b, U+f23d-f23e, U+f24b-f24c, U+f260-f268, U+f26a-f26b, U+f26d-f26e, U+f270, U+f27d-f27e, U+f280-f282, U+f284-f285, U+f287-f28a, U+f293-f294, U+f297-f299, U+f2a5-f2a6, U+f2a9, U+f2ab-f2ad, U+f2b0, U+f2b2-f2b4, U+f2b8, U+f2c4-f2c6, U+f2d5-f2da, U+f2dd-f2de, U+f2e0, U+f35c, U+f368-f374, U+f378-f37d, U+f37f-f380, U+f383-f385, U+f388, U+f38b-f38f, U+f392, U+f394-f397, U+f399-f39a, U+f3a1-f3a4, U+f3a6-f3b2, U+f3b4-f3b8, U+f3ba-f3bc, U+f3c0, U+f3c3-f3c4, U+f3c6-f3c8, U+f3ca, U+f3cc, U+f3d0, U+f3d2, U+f3d4-f3d7, U+f3da-f3db, U+f3df, U+f3e1-f3e3, U+f3e6-f3e7, U+f3e9-f3ec, U+f3ee-f3ef, U+f3f5-f3f6, U+f3f8-f3f9, U+f3fe, U+f402-f405, U+f407-f408, U+f40a-f40d, U+f411-f417, U+f419, U+f41b-f41d, U+f41f, U+f421, U+f426;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f16b, U+f269, U+f425;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.2.svg#fontawesome) format("svg");
  unicode-range: U+f42d-f42f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f18d, U+f19e, U+f1b5, U+f1d7, U+f210, U+f216, U+f286, U+f2b1, U+f393, U+f3b9, U+f3cb, U+f3d3, U+f3d8-f3d9, U+f3dc, U+f409, U+f423, U+f429, U+f430-f431;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f452, U+f457;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f44d;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f2ae, U+f4d5, U+f4e5;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f203, U+f4e6-f4f2, U+f4f8;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.0.12.svg#fontawesome) format("svg");
  unicode-range: U+f4f7, U+f50a, U+f50c-f50d, U+f510, U+f512-f513;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f25e, U+f375, U+f5a3, U+f5be, U+f5cc, U+f5cf;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f5f1, U+f63f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f642;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f4f3, U+f6ca, U+f6cc, U+f6dc, U+f704, U+f730;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.4.2.svg#fontawesome) format("svg");
  unicode-range: U+f3e4;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f181, U+f77b, U+f78d, U+f790, U+f797, U+f7af-f7b1, U+f7b3, U+f7bb, U+f7df, U+f7e3;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f198, U+f1a5, U+f1a8, U+f1f3, U+f214, U+f23c, U+f296, U+f2aa, U+f391, U+f39d, U+f3f7, U+f427, U+f4f4, U+f50e, U+f60f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f171, U+f179, U+f1e9, U+f27c, U+f3e8, U+f3f3, U+f41a, U+f41e, U+f420, U+f428, U+f42a-f42c, U+f459, U+f4e4, U+f4f6, U+f4f9, U+f50b, U+f50f, U+f511, U+f514, U+f592, U+f5a8, U+f5b2, U+f5b5, U+f5c6, U+f5f7, U+f5fa, U+f612, U+f69d, U+f6af, U+f6c9, U+f731, U+f75d, U+f778, U+f77a, U+f785, U+f789, U+f791, U+f798-f799, U+f7c6, U+f7d3, U+f7d6, U+f7e0-f7e1, U+f834-f83d, U+f83f-f840;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.1.svg#fontawesome) format("svg");
  unicode-range: U+f0e1;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f082, U+f09a, U+f1d2-f1d3, U+f39e, U+f59e, U+f7bc, U+f841-f842;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f39f;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.10.0.svg#fontawesome) format("svg");
  unicode-range: U+f89e;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f4f5, U+f8a6, U+f8ca, U+f8d2, U+f8e1, U+f8e8;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-brands-400-free-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f3bd;
}
/* line 9116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fab {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+f422, U+f424, U+10f002, U+10f008-10f009, U+10f00b-10f00c, U+10f00e, U+10f011, U+10f013, U+10f017, U+10f019, U+10f01c, U+10f022-10f025, U+10f02a-10f02b, U+10f02d, U+10f030, U+10f040-10f041, U+10f044, U+10f047, U+10f049-10f04a, U+10f04e, U+10f050, U+10f052-10f055, U+10f057-10f05b, U+10f05e, U+10f060-10f066, U+10f068-10f06a, U+10f074, U+10f077-10f07a, U+10f07c-10f07e, U+10f085, U+10f089, U+10f08b, U+10f090, U+10f093-10f094, U+10f098, U+10f09c-10f09e, U+10f0a4-10f0ab, U+10f0b2, U+10f0c1, U+10f0c3, U+10f0c6, U+10f0c9, U+10f0ce, U+10f0d7-10f0db, U+10f0e2-10f0e3, U+10f0e9-10f0ea, U+10f0ec, U+10f0f4, U+10f0f8, U+10f0fa-10f0fe, U+10f100-10f103, U+10f106-10f108, U+10f10a-10f10b, U+10f11c, U+10f120-10f122, U+10f124, U+10f126-10f128, U+10f12e, U+10f134, U+10f137-10f13a, U+10f13e, U+10f141-10f143, U+10f146, U+10f14a-10f14d, U+10f150-10f154, U+10f156-10f159, U+10f175-10f178, U+10f182-10f183, U+10f188, U+10f191-10f192, U+10f195, U+10f199, U+10f1ad-10f1ae, U+10f1b0, U+10f1b2-10f1b3, U+10f1b8, U+10f1bb, U+10f1c0, U+10f1cd, U+10f1d8, U+10f1da, U+10f1e0-10f1e2, U+10f1e6, U+10f1ea, U+10f1fa, U+10f1fd-10f1fe, U+10f204-10f206, U+10f20b, U+10f217-10f218, U+10f21c, U+10f222, U+10f224, U+10f226-10f229, U+10f233, U+10f238-10f239, U+10f240-10f244, U+10f246, U+10f255-10f25c, U+10f28b, U+10f28d, U+10f290-10f292, U+10f295, U+10f2a1-10f2a4, U+10f2a8, U+10f2c7-10f2ce, U+10f2d0, U+10f2d2-10f2d3, U+10f2db, U+10f2e6-10f2e7, U+10f2ea, U+10f2f0-10f2f1, U+10f2f5-10f2f7, U+10f2f9, U+10f2fd, U+10f301, U+10f303, U+10f308-10f30f, U+10f31d, U+10f320-10f322, U+10f325-10f326, U+10f328-10f32e, U+10f330-10f332, U+10f336-10f337, U+10f339-10f33c, U+10f33e, U+10f340-10f34c, U+10f350-10f353, U+10f355, U+10f358-10f35b, U+10f360-10f367, U+10f376, U+10f37e, U+10f387, U+10f389-10f38a, U+10f390, U+10f39b-10f39c, U+10f3a0, U+10f3b3, U+10f3be-10f3bf, U+10f3c2, U+10f3c5, U+10f3cd-10f3cf, U+10f3de, U+10f3e5, U+10f3ed, U+10f3f0, U+10f3f2, U+10f3fa-10f3fc, U+10f400-10f401, U+10f40e-10f410, U+10f422, U+10f424;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1, U+10f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.3.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0, U+10f245, U+10f2b9, U+10f2bb, U+10f2c1, U+10f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d, U+10f1e3, U+10f432, U+10f437-10f438, U+10f449-10f44c, U+10f44f-10f451, U+10f453, U+10f455, U+10f458, U+10f45a-10f45b, U+10f45d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496, U+10f0d1, U+10f0f1, U+10f0f9, U+10f21e, U+10f461, U+10f463-10f46f, U+10f472-10f475, U+10f479-10f47a, U+10f47d-10f47e, U+10f481-10f487, U+10f489, U+10f48b-10f496;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2, U+10f03d, U+10f06c, U+10f086, U+10f0f2, U+10f10d-10f10e, U+10f187, U+10f2b5, U+10f2e9, U+10f2fe, U+10f3dd, U+10f47b-10f47c, U+10f498, U+10f49a-10f49b, U+10f49d, U+10f49f-10f4b9, U+10f4bb-10f4bf, U+10f4c1-10f4c6, U+10f4c8, U+10f4cb-10f4d2, U+10f4d4, U+10f4d6, U+10f4d8-10f4d9, U+10f4db-10f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca, U+10f471, U+10f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509, U+10f007, U+10f0c0, U+10f0c2, U+10f0ed-10f0ee, U+10f0f0, U+10f1de, U+10f21b, U+10f234-10f235, U+10f381-10f382, U+10f3f1, U+10f406, U+10f4e6, U+10f4fa-10f501, U+10f503-10f509;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.13.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.13.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.13.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.13.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555, U+10f010, U+10f067, U+10f072, U+10f0ad, U+10f0d6, U+10f0e8, U+10f130-10f131, U+10f24e, U+10f3c9, U+10f3d1, U+10f515-10f517, U+10f519-10f51e, U+10f520-10f52c, U+10f52e, U+10f530-10f533, U+10f535-10f54b, U+10f54d, U+10f54f-10f552, U+10f554-10f555;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd, U+10f043, U+10f0c4, U+10f0d0, U+10f125, U+10f1ba, U+10f1fb-10f1fc, U+10f207, U+10f236, U+10f279, U+10f304-10f305, U+10f52d, U+10f557-10f558, U+10f55a-10f55f, U+10f562-10f566, U+10f568, U+10f56a-10f56b, U+10f575-10f577, U+10f57b, U+10f586, U+10f588, U+10f58d-10f590, U+10f593-10f595, U+10f59d, U+10f59f-10f5a2, U+10f5a6-10f5a7, U+10f5a9-10f5af, U+10f5b1, U+10f5b6, U+10f5b9-10f5bd, U+10f5c4-10f5c5, U+10f5c7, U+10f5c9-10f5cb, U+10f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386, U+10f386;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d, U+10f018, U+10f0e4, U+10f109, U+10f1b9, U+10f1e5, U+10f1f6, U+10f21d, U+10f276-10f277, U+10f3fd, U+10f4d7, U+10f518, U+10f5d0-10f5da, U+10f5dd, U+10f5df-10f5e5, U+10f5e8-10f5ea, U+10f5ed-10f5f0, U+10f5f2, U+10f5f4-10f5f5, U+10f5f8-10f5f9, U+10f5fb-10f600, U+10f603-10f60e, U+10f610, U+10f614, U+10f617-10f619, U+10f61c-10f621, U+10f623-10f62f, U+10f633, U+10f635-10f63d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac, U+10f027-10f028, U+10f080, U+10f0a1, U+10f0b1, U+10f0eb, U+10f200-10f201, U+10f2e2, U+10f61a, U+10f640, U+10f643-10f647, U+10f64a-10f64b, U+10f64d-10f653, U+10f655-10f656, U+10f65d, U+10f65f-10f663, U+10f665-10f669, U+10f66b-10f675, U+10f678-10f67b, U+10f67d-10f680, U+10f683-10f689, U+10f68b, U+10f694-10f695, U+10f697-10f699, U+10f69b-10f69c, U+10f69e-10f69f, U+10f6a1-10f6a9, U+10f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f, U+10f499, U+10f676, U+10f6ae, U+10f6b0-10f6b3, U+10f6b5-10f6bc, U+10f6bf, U+10f6c2, U+10f6c5-10f6c8, U+10f6cb, U+10f6cd-10f6d5, U+10f6d8-10f6d9, U+10f6db, U+10f6de, U+10f6e2-10f6e3, U+10f6e5-10f6e7, U+10f6e9-10f6ec, U+10f6ee, U+10f6f1-10f6f3, U+10f6f5-10f6f8, U+10f6fc-10f6fd, U+10f6ff-10f703, U+10f707, U+10f70a-10f70b, U+10f711-10f713, U+10f715-10f71d, U+10f720-10f724, U+10f726-10f729, U+10f72b, U+10f72d, U+10f72f;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a, U+10f72a;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776, U+10f0e7, U+10f185, U+10f2dc, U+10f6c3-10f6c4, U+10f72e, U+10f732-10f735, U+10f737-10f750, U+10f752-10f758, U+10f75a, U+10f75c, U+10f75e-10f76e, U+10f771-10f776;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2, U+10f06b, U+10f5b7, U+10f77d, U+10f77f, U+10f781-10f782, U+10f788, U+10f78a-10f78c, U+10f78e-10f78f, U+10f792-10f796, U+10f79a-10f7a1, U+10f7a3-10f7a4, U+10f7a7-10f7a8, U+10f7aa, U+10f7ac-10f7ae, U+10f7b4-10f7b6, U+10f7b8, U+10f7bd-10f7be, U+10f7c0-10f7c3, U+10f7c5, U+10f7c7-10f7d2, U+10f7d4, U+10f7d7-10f7d8, U+10f7da-10f7dc, U+10f7de, U+10f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071, U+10f071;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.3.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4, U+10f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833, U+10f00a, U+10f015, U+10f06e, U+10f070, U+10f135, U+10f1e4, U+10f2a0, U+10f377, U+10f470, U+10f49c, U+10f49e, U+10f4c9, U+10f6d6-10f6d7, U+10f705, U+10f725, U+10f77e, U+10f780, U+10f7e5-10f7e7, U+10f7e9-10f7f0, U+10f7f2-10f7fc, U+10f7fe, U+10f800-10f802, U+10f804-10f805, U+10f807-10f80f, U+10f811-10f812, U+10f814-10f818, U+10f81b, U+10f81e-10f823, U+10f825-10f827, U+10f82c-10f833;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1, U+10f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e, U+10f01e, U+10f021, U+10f026, U+10f076, U+10f12d, U+10f31e, U+10f356, U+10f45f, U+10f5b0, U+10f83e;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560, U+10f560;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b, U+10f036-10f03c, U+10f0ae, U+10f0ca-10f0cd, U+10f15d-10f15e, U+10f160-10f163, U+10f1dd, U+10f313-10f315, U+10f34e, U+10f439-10f448, U+10f502, U+10f677, U+10f843-10f855, U+10f858-10f85e, U+10f860-10f862, U+10f864, U+10f866-10f878, U+10f87a, U+10f87c-10f87d, U+10f880-10f892, U+10f897-10f89b;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d, U+10f000, U+10f012, U+10f029, U+10f03e, U+10f06d, U+10f075, U+10f07b, U+10f083-10f084, U+10f0a0, U+10f11e, U+10f140, U+10f19d, U+10f20a, U+10f247-10f248, U+10f251-10f254, U+10f25d, U+10f275, U+10f27a, U+10f2c2, U+10f2d1, U+10f302, U+10f310-10f311, U+10f34d, U+10f3a5, U+10f435, U+10f454, U+10f456, U+10f476, U+10f47f-10f480, U+10f52f, U+10f534, U+10f561, U+10f578, U+10f591, U+10f5db, U+10f5e7, U+10f5f6, U+10f611, U+10f613, U+10f654, U+10f657-10f658, U+10f681-10f682, U+10f68c-10f693, U+10f6be, U+10f6da, U+10f6e4, U+10f6ed, U+10f6ef-10f6f0, U+10f6f4, U+10f6fa-10f6fb, U+10f6fe, U+10f72c, U+10f751, U+10f759, U+10f75b, U+10f779, U+10f77c, U+10f786-10f787, U+10f7ab, U+10f7b2, U+10f7b7, U+10f7bf, U+10f7e8, U+10f813, U+10f85f, U+10f863, U+10f87b, U+10f89c-10f89d;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896, U+10f004-10f005, U+10f02c, U+10f02e, U+10f031-10f035, U+10f04b-10f04d, U+10f056, U+10f073, U+10f08d, U+10f095, U+10f0a3, U+10f0c5, U+10f0c7-10f0c8, U+10f0dc-10f0de, U+10f0e0, U+10f110-10f111, U+10f129-10f12c, U+10f132-10f133, U+10f144-10f145, U+10f15b-10f15c, U+10f164-10f165, U+10f193, U+10f197, U+10f1ab, U+10f1c1-10f1c9, U+10f1ce, U+10f1dc, U+10f1f8-10f1f9, U+10f219, U+10f249, U+10f271-10f274, U+10f29a, U+10f29e, U+10f2a7, U+10f2b6, U+10f2e1, U+10f2e3-10f2e5, U+10f2ec-10f2ed, U+10f2f2, U+10f2f4, U+10f2fa-10f2fc, U+10f306, U+10f312, U+10f316-10f31a, U+10f31c, U+10f327, U+10f333-10f335, U+10f3f4, U+10f3ff, U+10f45c, U+10f460, U+10f462, U+10f477-10f478, U+10f497, U+10f4ba, U+10f4d3, U+10f54c, U+10f553, U+10f559, U+10f56c-10f574, U+10f5bf, U+10f5c1, U+10f5f3, U+10f630-10f632, U+10f634, U+10f63e, U+10f641, U+10f659-10f65c, U+10f696, U+10f6a0, U+10f6b4, U+10f6bd, U+10f6dd, U+10f706, U+10f708-10f709, U+10f70d-10f710, U+10f714, U+10f71e-10f71f, U+10f736, U+10f76f-10f770, U+10f777, U+10f783-10f784, U+10f7a9, U+10f7c4, U+10f7d5, U+10f7d9, U+10f7dd, U+10f7fd, U+10f81c-10f81d, U+10f824, U+10f828-10f82a, U+10f856-10f857, U+10f865, U+10f879, U+10f87e, U+10f893-10f896;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2, U+10f001, U+10f02f, U+10f042, U+10f08e, U+10f091, U+10f0f3, U+10f104-10f105, U+10f11b, U+10f13d, U+10f149, U+10f1ac, U+10f1ec, U+10f223, U+10f225, U+10f22a-10f22c, U+10f24d, U+10f26c, U+10f29d, U+10f2eb, U+10f2ee, U+10f2f3, U+10f300, U+10f307, U+10f323-10f324, U+10f338, U+10f33d, U+10f35d, U+10f48a, U+10f4c0, U+10f569, U+10f5dc, U+10f5eb, U+10f601, U+10f61b, U+10f64c, U+10f65e, U+10f664, U+10f66a, U+10f68a, U+10f6c0-10f6c1, U+10f6df-10f6e1, U+10f6e8, U+10f6f9, U+10f70c, U+10f7a6, U+10f81a, U+10f89f-10f8a5, U+10f8a7-10f8b6, U+10f8b8-10f8c9, U+10f8cb-10f8d1, U+10f8d3-10f8dd, U+10f8df-10f8e0, U+10f8e2-10f8e7, U+10f8e9-10f8ed, U+10f8ef-10f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee, U+10f00d, U+10f048, U+10f051, U+10f0ac, U+10f0b0, U+10f118-10f11a, U+10f148, U+10f14e, U+10f155, U+10f186, U+10f19c, U+10f1eb, U+10f21a, U+10f221, U+10f22d, U+10f2bd, U+10f2e8, U+10f2f8, U+10f354, U+10f357, U+10f433-10f434, U+10f436, U+10f44e, U+10f45e, U+10f4c7, U+10f4da, U+10f4e3, U+10f51f, U+10f54e, U+10f556, U+10f567, U+10f579-10f57a, U+10f57c-10f585, U+10f587, U+10f589-10f58c, U+10f596-10f59c, U+10f5a4-10f5a5, U+10f5b3-10f5b4, U+10f5b8, U+10f5c0, U+10f5c2-10f5c3, U+10f5c8, U+10f5ce, U+10f5de, U+10f5e6, U+10f5ec, U+10f602, U+10f615-10f616, U+10f622, U+10f648-10f649, U+10f67c, U+10f69a, U+10f6aa-10f6ab, U+10f6ad, U+10f7a2, U+10f7a5, U+10f7b9-10f7ba, U+10f7ff, U+10f803, U+10f806, U+10f810, U+10f819, U+10f82b, U+10f87f, U+10f8de, U+10f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-duotone-900-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3, U+10f488, U+10f8b7, U+10f8f3;
}
/* line 9381, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}

/* line 9387, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 9394, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad:after {
  color: var(--fa-secondary-color, inherit);
}

/* line 9398, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before,
.fad:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity, 0.4);
}

/* line 9405, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1);
}

/* line 9411, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inverse {
  color: #fff;
}

/* line 9415, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute;
}

/* line 9420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* line 9428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-abacus:after {
  content: "􏙀";
}

/* line 9432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-acorn:after {
  content: "􏚮";
}

/* line 9436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ad:after {
  content: "􏙁";
}

/* line 9440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-address-book:after {
  content: "􏊹";
}

/* line 9444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-address-card:after {
  content: "􏊻";
}

/* line 9448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-adjust:after {
  content: "􏁂";
}

/* line 9452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-air-freshener:after {
  content: "􏗐";
}

/* line 9456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-clock:after {
  content: "􏍎";
}

/* line 9460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-exclamation:after {
  content: "􏡃";
}

/* line 9464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-plus:after {
  content: "􏡄";
}

/* line 9468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alarm-snooze:after {
  content: "􏡅";
}

/* line 9472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-album:after {
  content: "􏢟";
}

/* line 9476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-album-collection:after {
  content: "􏢠";
}

/* line 9480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-alicorn:after {
  content: "􏚰";
}

/* line 9484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-center:after {
  content: "􏀷";
}

/* line 9488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-justify:after {
  content: "􏀹";
}

/* line 9492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-left:after {
  content: "􏀶";
}

/* line 9496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-right:after {
  content: "􏀸";
}

/* line 9500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-align-slash:after {
  content: "􏡆";
}

/* line 9504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-allergies:after {
  content: "􏑡";
}

/* line 9508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ambulance:after {
  content: "􏃹";
}

/* line 9512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-american-sign-language-interpreting:after {
  content: "􏊣";
}

/* line 9516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-amp-guitar:after {
  content: "􏢡";
}

/* line 9520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-analytics:after {
  content: "􏙃";
}

/* line 9524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-anchor:after {
  content: "􏄽";
}

/* line 9528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angel:after {
  content: "􏝹";
}

/* line 9532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-down:after {
  content: "􏄃";
}

/* line 9536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-left:after {
  content: "􏄀";
}

/* line 9540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-right:after {
  content: "􏄁";
}

/* line 9544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-double-up:after {
  content: "􏄂";
}

/* line 9548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-down:after {
  content: "􏄇";
}

/* line 9552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-left:after {
  content: "􏄄";
}

/* line 9556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-right:after {
  content: "􏄅";
}

/* line 9560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angle-up:after {
  content: "􏄆";
}

/* line 9564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-angry:after {
  content: "􏕖";
}

/* line 9568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ankh:after {
  content: "􏙄";
}

/* line 9572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-apple-alt:after {
  content: "􏗑";
}

/* line 9576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-apple-crate:after {
  content: "􏚱";
}

/* line 9580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-archive:after {
  content: "􏆇";
}

/* line 9584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-archway:after {
  content: "􏕗";
}

/* line 9588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-down:after {
  content: "􏍘";
}

/* line 9592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-left:after {
  content: "􏍙";
}

/* line 9596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-right:after {
  content: "􏍚";
}

/* line 9600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-circle-up:after {
  content: "􏍛";
}

/* line 9604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-down:after {
  content: "􏍔";
}

/* line 9608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-bottom:after {
  content: "􏍆";
}

/* line 9612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-left:after {
  content: "􏍇";
}

/* line 9616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-right:after {
  content: "􏍈";
}

/* line 9620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-from-top:after {
  content: "􏍉";
}

/* line 9624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-left:after {
  content: "􏍕";
}

/* line 9628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-right:after {
  content: "􏍖";
}

/* line 9632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-down:after {
  content: "􏍐";
}

/* line 9636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-left:after {
  content: "􏍑";
}

/* line 9640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-right:after {
  content: "􏍒";
}

/* line 9644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-square-up:after {
  content: "􏍓";
}

/* line 9648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-bottom:after {
  content: "􏍊";
}

/* line 9652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-left:after {
  content: "􏍋";
}

/* line 9656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-right:after {
  content: "􏍌";
}

/* line 9660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-to-top:after {
  content: "􏍍";
}

/* line 9664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-alt-up:after {
  content: "􏍗";
}

/* line 9668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-down:after {
  content: "􏂫";
}

/* line 9672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-left:after {
  content: "􏂨";
}

/* line 9676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-right:after {
  content: "􏂩";
}

/* line 9680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-circle-up:after {
  content: "􏂪";
}

/* line 9684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-down:after {
  content: "􏁣";
}

/* line 9688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-bottom:after {
  content: "􏍂";
}

/* line 9692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-left:after {
  content: "􏍃";
}

/* line 9696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-right:after {
  content: "􏍄";
}

/* line 9700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-from-top:after {
  content: "􏍅";
}

/* line 9704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-left:after {
  content: "􏁠";
}

/* line 9708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-right:after {
  content: "􏁡";
}

/* line 9712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-down:after {
  content: "􏌹";
}

/* line 9716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-left:after {
  content: "􏌺";
}

/* line 9720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-right:after {
  content: "􏌻";
}

/* line 9724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-square-up:after {
  content: "􏌼";
}

/* line 9728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-bottom:after {
  content: "􏌽";
}

/* line 9732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-left:after {
  content: "􏌾";
}

/* line 9736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-right:after {
  content: "􏍀";
}

/* line 9740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-to-top:after {
  content: "􏍁";
}

/* line 9744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrow-up:after {
  content: "􏁢";
}

/* line 9748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows:after {
  content: "􏁇";
}

/* line 9752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-alt:after {
  content: "􏂲";
}

/* line 9756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-alt-h:after {
  content: "􏌷";
}

/* line 9760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-alt-v:after {
  content: "􏌸";
}

/* line 9764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-h:after {
  content: "􏁾";
}

/* line 9768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-arrows-v:after {
  content: "􏁽";
}

/* line 9772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-assistive-listening-systems:after {
  content: "􏊢";
}

/* line 9776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-asterisk:after {
  content: "􏁩";
}

/* line 9780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-at:after {
  content: "􏇺";
}

/* line 9784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-atlas:after {
  content: "􏕘";
}

/* line 9788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-atom:after {
  content: "􏗒";
}

/* line 9792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-atom-alt:after {
  content: "􏗓";
}

/* line 9796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-audio-description:after {
  content: "􏊞";
}

/* line 9800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-award:after {
  content: "􏕙";
}

/* line 9804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-axe:after {
  content: "􏚲";
}

/* line 9808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-axe-battle:after {
  content: "􏚳";
}

/* line 9812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baby:after {
  content: "􏝼";
}

/* line 9816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baby-carriage:after {
  content: "􏝽";
}

/* line 9820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-backpack:after {
  content: "􏗔";
}

/* line 9824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-backspace:after {
  content: "􏕚";
}

/* line 9828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-backward:after {
  content: "􏁊";
}

/* line 9832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bacon:after {
  content: "􏟥";
}

/* line 9836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge:after {
  content: "􏌵";
}

/* line 9840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-check:after {
  content: "􏌶";
}

/* line 9844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-dollar:after {
  content: "􏙅";
}

/* line 9848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-percent:after {
  content: "􏙆";
}

/* line 9852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badge-sheriff:after {
  content: "􏢢";
}

/* line 9856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-badger-honey:after {
  content: "􏚴";
}

/* line 9860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bags-shopping:after {
  content: "􏡇";
}

/* line 9864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-balance-scale:after {
  content: "􏉎";
}

/* line 9868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-balance-scale-left:after {
  content: "􏔕";
}

/* line 9872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-balance-scale-right:after {
  content: "􏔖";
}

/* line 9876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ball-pile:after {
  content: "􏝾";
}

/* line 9880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ballot:after {
  content: "􏜲";
}

/* line 9884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ballot-check:after {
  content: "􏜳";
}

/* line 9888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ban:after {
  content: "􏁞";
}

/* line 9892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-band-aid:after {
  content: "􏑢";
}

/* line 9896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-banjo:after {
  content: "􏢣";
}

/* line 9900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode:after {
  content: "􏀪";
}

/* line 9904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode-alt:after {
  content: "􏑣";
}

/* line 9908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode-read:after {
  content: "􏑤";
}

/* line 9912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-barcode-scan:after {
  content: "􏑥";
}

/* line 9916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bars:after {
  content: "􏃉";
}

/* line 9920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baseball:after {
  content: "􏐲";
}

/* line 9924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-baseball-ball:after {
  content: "􏐳";
}

/* line 9928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-basketball-ball:after {
  content: "􏐴";
}

/* line 9932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-basketball-hoop:after {
  content: "􏐵";
}

/* line 9936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bat:after {
  content: "􏚵";
}

/* line 9940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bath:after {
  content: "􏋍";
}

/* line 9944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-bolt:after {
  content: "􏍶";
}

/* line 9948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-empty:after {
  content: "􏉄";
}

/* line 9952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-full:after {
  content: "􏉀";
}

/* line 9956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-half:after {
  content: "􏉂";
}

/* line 9960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-quarter:after {
  content: "􏉃";
}

/* line 9964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-slash:after {
  content: "􏍷";
}

/* line 9968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-battery-three-quarters:after {
  content: "􏉁";
}

/* line 9972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bed:after {
  content: "􏈶";
}

/* line 9976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-beer:after {
  content: "􏃼";
}

/* line 9980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell:after {
  content: "􏃳";
}

/* line 9984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-exclamation:after {
  content: "􏡈";
}

/* line 9988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-plus:after {
  content: "􏡉";
}

/* line 9992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-school:after {
  content: "􏗕";
}

/* line 9996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-school-slash:after {
  content: "􏗖";
}

/* line 10000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bell-slash:after {
  content: "􏇶";
}

/* line 10004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bells:after {
  content: "􏝿";
}

/* line 10008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-betamax:after {
  content: "􏢤";
}

/* line 10012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bezier-curve:after {
  content: "􏕛";
}

/* line 10016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bible:after {
  content: "􏙇";
}

/* line 10020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bicycle:after {
  content: "􏈆";
}

/* line 10024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-biking:after {
  content: "􏡊";
}

/* line 10028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-biking-mountain:after {
  content: "􏡋";
}

/* line 10032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-binoculars:after {
  content: "􏇥";
}

/* line 10036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-biohazard:after {
  content: "􏞀";
}

/* line 10040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-birthday-cake:after {
  content: "􏇽";
}

/* line 10044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blanket:after {
  content: "􏒘";
}

/* line 10048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blender:after {
  content: "􏔗";
}

/* line 10052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blender-phone:after {
  content: "􏚶";
}

/* line 10056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blind:after {
  content: "􏊝";
}

/* line 10060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-blog:after {
  content: "􏞁";
}

/* line 10064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bold:after {
  content: "􏀲";
}

/* line 10068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bolt:after {
  content: "􏃧";
}

/* line 10072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bomb:after {
  content: "􏇢";
}

/* line 10076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bone:after {
  content: "􏗗";
}

/* line 10080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bone-break:after {
  content: "􏗘";
}

/* line 10084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bong:after {
  content: "􏕜";
}

/* line 10088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book:after {
  content: "􏀭";
}

/* line 10092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-alt:after {
  content: "􏗙";
}

/* line 10096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-dead:after {
  content: "􏚷";
}

/* line 10100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-heart:after {
  content: "􏒙";
}

/* line 10104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-medical:after {
  content: "􏟦";
}

/* line 10108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-open:after {
  content: "􏔘";
}

/* line 10112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-reader:after {
  content: "􏗚";
}

/* line 10116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-spells:after {
  content: "􏚸";
}

/* line 10120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-book-user:after {
  content: "􏟧";
}

/* line 10124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bookmark:after {
  content: "􏀮";
}

/* line 10128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-books:after {
  content: "􏗛";
}

/* line 10132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-books-medical:after {
  content: "􏟨";
}

/* line 10136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boombox:after {
  content: "􏢥";
}

/* line 10140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boot:after {
  content: "􏞂";
}

/* line 10144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-booth-curtain:after {
  content: "􏜴";
}

/* line 10148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-all:after {
  content: "􏡌";
}

/* line 10152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-bottom:after {
  content: "􏡍";
}

/* line 10156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-center-h:after {
  content: "􏢜";
}

/* line 10160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-center-v:after {
  content: "􏢝";
}

/* line 10164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-inner:after {
  content: "􏡎";
}

/* line 10168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-left:after {
  content: "􏡏";
}

/* line 10172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-none:after {
  content: "􏡐";
}

/* line 10176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-outer:after {
  content: "􏡑";
}

/* line 10180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-right:after {
  content: "􏡒";
}

/* line 10184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-style:after {
  content: "􏡓";
}

/* line 10188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-style-alt:after {
  content: "􏡔";
}

/* line 10192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-border-top:after {
  content: "􏡕";
}

/* line 10196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bow-arrow:after {
  content: "􏚹";
}

/* line 10200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bowling-ball:after {
  content: "􏐶";
}

/* line 10204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bowling-pins:after {
  content: "􏐷";
}

/* line 10208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box:after {
  content: "􏑦";
}

/* line 10212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-alt:after {
  content: "􏒚";
}

/* line 10216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-ballot:after {
  content: "􏜵";
}

/* line 10220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-check:after {
  content: "􏑧";
}

/* line 10224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-fragile:after {
  content: "􏒛";
}

/* line 10228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-full:after {
  content: "􏒜";
}

/* line 10232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-heart:after {
  content: "􏒝";
}

/* line 10236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-open:after {
  content: "􏒞";
}

/* line 10240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-up:after {
  content: "􏒟";
}

/* line 10244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-box-usd:after {
  content: "􏒠";
}

/* line 10248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boxes:after {
  content: "􏑨";
}

/* line 10252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boxes-alt:after {
  content: "􏒡";
}

/* line 10256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-boxing-glove:after {
  content: "􏐸";
}

/* line 10260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brackets:after {
  content: "􏟩";
}

/* line 10264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brackets-curly:after {
  content: "􏟪";
}

/* line 10268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-braille:after {
  content: "􏊡";
}

/* line 10272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brain:after {
  content: "􏗜";
}

/* line 10276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bread-loaf:after {
  content: "􏟫";
}

/* line 10280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bread-slice:after {
  content: "􏟬";
}

/* line 10284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-briefcase:after {
  content: "􏂱";
}

/* line 10288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-briefcase-medical:after {
  content: "􏑩";
}

/* line 10292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bring-forward:after {
  content: "􏡖";
}

/* line 10296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bring-front:after {
  content: "􏡗";
}

/* line 10300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-broadcast-tower:after {
  content: "􏔙";
}

/* line 10304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-broom:after {
  content: "􏔚";
}

/* line 10308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-browser:after {
  content: "􏍾";
}

/* line 10312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-brush:after {
  content: "􏕝";
}

/* line 10316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bug:after {
  content: "􏆈";
}

/* line 10320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-building:after {
  content: "􏆭";
}

/* line 10324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullhorn:after {
  content: "􏂡";
}

/* line 10328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullseye:after {
  content: "􏅀";
}

/* line 10332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullseye-arrow:after {
  content: "􏙈";
}

/* line 10336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bullseye-pointer:after {
  content: "􏙉";
}

/* line 10340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-burger-soda:after {
  content: "􏡘";
}

/* line 10344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-burn:after {
  content: "􏑪";
}

/* line 10348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-burrito:after {
  content: "􏟭";
}

/* line 10352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bus:after {
  content: "􏈇";
}

/* line 10356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bus-alt:after {
  content: "􏕞";
}

/* line 10360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-bus-school:after {
  content: "􏗝";
}

/* line 10364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-business-time:after {
  content: "􏙊";
}

/* line 10368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cabinet-filing:after {
  content: "􏙋";
}

/* line 10372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cactus:after {
  content: "􏢧";
}

/* line 10376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calculator:after {
  content: "􏇬";
}

/* line 10380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calculator-alt:after {
  content: "􏙌";
}

/* line 10384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar:after {
  content: "􏄳";
}

/* line 10388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-alt:after {
  content: "􏁳";
}

/* line 10392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-check:after {
  content: "􏉴";
}

/* line 10396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-day:after {
  content: "􏞃";
}

/* line 10400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-edit:after {
  content: "􏌳";
}

/* line 10404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-exclamation:after {
  content: "􏌴";
}

/* line 10408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-minus:after {
  content: "􏉲";
}

/* line 10412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-plus:after {
  content: "􏉱";
}

/* line 10416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-star:after {
  content: "􏜶";
}

/* line 10420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-times:after {
  content: "􏉳";
}

/* line 10424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-calendar-week:after {
  content: "􏞄";
}

/* line 10428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camcorder:after {
  content: "􏢨";
}

/* line 10432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera:after {
  content: "􏀰";
}

/* line 10436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-alt:after {
  content: "􏌲";
}

/* line 10440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-movie:after {
  content: "􏢩";
}

/* line 10444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-polaroid:after {
  content: "􏢪";
}

/* line 10448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-camera-retro:after {
  content: "􏂃";
}

/* line 10452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-campfire:after {
  content: "􏚺";
}

/* line 10456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-campground:after {
  content: "􏚻";
}

/* line 10460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-candle-holder:after {
  content: "􏚼";
}

/* line 10464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-candy-cane:after {
  content: "􏞆";
}

/* line 10468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-candy-corn:after {
  content: "􏚽";
}

/* line 10472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cannabis:after {
  content: "􏕟";
}

/* line 10476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-capsules:after {
  content: "􏑫";
}

/* line 10480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car:after {
  content: "􏆹";
}

/* line 10484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-alt:after {
  content: "􏗞";
}

/* line 10488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-battery:after {
  content: "􏗟";
}

/* line 10492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-building:after {
  content: "􏡙";
}

/* line 10496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-bump:after {
  content: "􏗠";
}

/* line 10500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-bus:after {
  content: "􏡚";
}

/* line 10504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-crash:after {
  content: "􏗡";
}

/* line 10508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-garage:after {
  content: "􏗢";
}

/* line 10512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-mechanic:after {
  content: "􏗣";
}

/* line 10516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-side:after {
  content: "􏗤";
}

/* line 10520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-tilt:after {
  content: "􏗥";
}

/* line 10524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-car-wash:after {
  content: "􏗦";
}

/* line 10528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-down:after {
  content: "􏌭";
}

/* line 10532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-left:after {
  content: "􏌮";
}

/* line 10536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-right:after {
  content: "􏌰";
}

/* line 10540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-circle-up:after {
  content: "􏌱";
}

/* line 10544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-down:after {
  content: "􏃗";
}

/* line 10548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-left:after {
  content: "􏃙";
}

/* line 10552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-right:after {
  content: "􏃚";
}

/* line 10556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-down:after {
  content: "􏅐";
}

/* line 10560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-left:after {
  content: "􏆑";
}

/* line 10564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-right:after {
  content: "􏅒";
}

/* line 10568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-square-up:after {
  content: "􏅑";
}

/* line 10572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-caret-up:after {
  content: "􏃘";
}

/* line 10576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-carrot:after {
  content: "􏞇";
}

/* line 10580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cars:after {
  content: "􏡛";
}

/* line 10584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cart-arrow-down:after {
  content: "􏈘";
}

/* line 10588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cart-plus:after {
  content: "􏈗";
}

/* line 10592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cash-register:after {
  content: "􏞈";
}

/* line 10596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cassette-tape:after {
  content: "􏢫";
}

/* line 10600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cat:after {
  content: "􏚾";
}

/* line 10604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cauldron:after {
  content: "􏚿";
}

/* line 10608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cctv:after {
  content: "􏢬";
}

/* line 10612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-certificate:after {
  content: "􏂣";
}

/* line 10616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chair:after {
  content: "􏛀";
}

/* line 10620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chair-office:after {
  content: "􏛁";
}

/* line 10624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chalkboard:after {
  content: "􏔛";
}

/* line 10628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chalkboard-teacher:after {
  content: "􏔜";
}

/* line 10632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-charging-station:after {
  content: "􏗧";
}

/* line 10636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-area:after {
  content: "􏇾";
}

/* line 10640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-bar:after {
  content: "􏂀";
}

/* line 10644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-line:after {
  content: "􏈁";
}

/* line 10648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-line-down:after {
  content: "􏙍";
}

/* line 10652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-network:after {
  content: "􏞊";
}

/* line 10656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-pie:after {
  content: "􏈀";
}

/* line 10660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-pie-alt:after {
  content: "􏙎";
}

/* line 10664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chart-scatter:after {
  content: "􏟮";
}

/* line 10668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check:after {
  content: "􏀌";
}

/* line 10672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check-circle:after {
  content: "􏁘";
}

/* line 10676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check-double:after {
  content: "􏕠";
}

/* line 10680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-check-square:after {
  content: "􏅊";
}

/* line 10684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cheese:after {
  content: "􏟯";
}

/* line 10688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cheese-swiss:after {
  content: "􏟰";
}

/* line 10692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cheeseburger:after {
  content: "􏟱";
}

/* line 10696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess:after {
  content: "􏐹";
}

/* line 10700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-bishop:after {
  content: "􏐺";
}

/* line 10704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-bishop-alt:after {
  content: "􏐻";
}

/* line 10708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-board:after {
  content: "􏐼";
}

/* line 10712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-clock:after {
  content: "􏐽";
}

/* line 10716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-clock-alt:after {
  content: "􏐾";
}

/* line 10720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-king:after {
  content: "􏐿";
}

/* line 10724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-king-alt:after {
  content: "􏑀";
}

/* line 10728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-knight:after {
  content: "􏑁";
}

/* line 10732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-knight-alt:after {
  content: "􏑂";
}

/* line 10736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-pawn:after {
  content: "􏑃";
}

/* line 10740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-pawn-alt:after {
  content: "􏑄";
}

/* line 10744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-queen:after {
  content: "􏑅";
}

/* line 10748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-queen-alt:after {
  content: "􏑆";
}

/* line 10752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-rook:after {
  content: "􏑇";
}

/* line 10756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chess-rook-alt:after {
  content: "􏑈";
}

/* line 10760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-down:after {
  content: "􏄺";
}

/* line 10764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-left:after {
  content: "􏄷";
}

/* line 10768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-right:after {
  content: "􏄸";
}

/* line 10772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-circle-up:after {
  content: "􏄹";
}

/* line 10776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-down:after {
  content: "􏌢";
}

/* line 10780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-left:after {
  content: "􏌣";
}

/* line 10784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-right:after {
  content: "􏌤";
}

/* line 10788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-double-up:after {
  content: "􏌥";
}

/* line 10792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-down:after {
  content: "􏁸";
}

/* line 10796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-left:after {
  content: "􏁓";
}

/* line 10800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-right:after {
  content: "􏁔";
}

/* line 10804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-down:after {
  content: "􏌩";
}

/* line 10808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-left:after {
  content: "􏌪";
}

/* line 10812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-right:after {
  content: "􏌫";
}

/* line 10816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-square-up:after {
  content: "􏌬";
}

/* line 10820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chevron-up:after {
  content: "􏁷";
}

/* line 10824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-child:after {
  content: "􏆮";
}

/* line 10828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-chimney:after {
  content: "􏞋";
}

/* line 10832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-church:after {
  content: "􏔝";
}

/* line 10836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-circle:after {
  content: "􏄑";
}

/* line 10840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-circle-notch:after {
  content: "􏇎";
}

/* line 10844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-city:after {
  content: "􏙏";
}

/* line 10848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clarinet:after {
  content: "􏢭";
}

/* line 10852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-claw-marks:after {
  content: "􏛂";
}

/* line 10856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clinic-medical:after {
  content: "􏟲";
}

/* line 10860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard:after {
  content: "􏌨";
}

/* line 10864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-check:after {
  content: "􏑬";
}

/* line 10868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-list:after {
  content: "􏑭";
}

/* line 10872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-list-check:after {
  content: "􏜷";
}

/* line 10876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-prescription:after {
  content: "􏗨";
}

/* line 10880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clipboard-user:after {
  content: "􏟳";
}

/* line 10884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clock:after {
  content: "􏀗";
}

/* line 10888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clone:after {
  content: "􏉍";
}

/* line 10892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-closed-captioning:after {
  content: "􏈊";
}

/* line 10896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud:after {
  content: "􏃂";
}

/* line 10900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-download:after {
  content: "􏃭";
}

/* line 10904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-download-alt:after {
  content: "􏎁";
}

/* line 10908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-drizzle:after {
  content: "􏜸";
}

/* line 10912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-hail:after {
  content: "􏜹";
}

/* line 10916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-hail-mixed:after {
  content: "􏜺";
}

/* line 10920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-meatball:after {
  content: "􏜻";
}

/* line 10924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-moon:after {
  content: "􏛃";
}

/* line 10928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-moon-rain:after {
  content: "􏜼";
}

/* line 10932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-music:after {
  content: "􏢮";
}

/* line 10936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-rain:after {
  content: "􏜽";
}

/* line 10940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-rainbow:after {
  content: "􏜾";
}

/* line 10944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-showers:after {
  content: "􏜿";
}

/* line 10948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-showers-heavy:after {
  content: "􏝀";
}

/* line 10952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-sleet:after {
  content: "􏝁";
}

/* line 10956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-snow:after {
  content: "􏝂";
}

/* line 10960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-sun:after {
  content: "􏛄";
}

/* line 10964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-sun-rain:after {
  content: "􏝃";
}

/* line 10968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-upload:after {
  content: "􏃮";
}

/* line 10972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cloud-upload-alt:after {
  content: "􏎂";
}

/* line 10976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clouds:after {
  content: "􏝄";
}

/* line 10980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clouds-moon:after {
  content: "􏝅";
}

/* line 10984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-clouds-sun:after {
  content: "􏝆";
}

/* line 10988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-club:after {
  content: "􏌧";
}

/* line 10992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cocktail:after {
  content: "􏕡";
}

/* line 10996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code:after {
  content: "􏄡";
}

/* line 11000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code-branch:after {
  content: "􏄦";
}

/* line 11004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code-commit:after {
  content: "􏎆";
}

/* line 11008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-code-merge:after {
  content: "􏎇";
}

/* line 11012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coffee:after {
  content: "􏃴";
}

/* line 11016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coffee-togo:after {
  content: "􏛅";
}

/* line 11020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coffin:after {
  content: "􏛆";
}

/* line 11024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cog:after {
  content: "􏀓";
}

/* line 11028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cogs:after {
  content: "􏂅";
}

/* line 11032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coin:after {
  content: "􏡜";
}

/* line 11036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-coins:after {
  content: "􏔞";
}

/* line 11040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-columns:after {
  content: "􏃛";
}

/* line 11044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment:after {
  content: "􏁵";
}

/* line 11048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt:after {
  content: "􏉺";
}

/* line 11052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-check:after {
  content: "􏒢";
}

/* line 11056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-dollar:after {
  content: "􏙐";
}

/* line 11060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-dots:after {
  content: "􏒣";
}

/* line 11064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-edit:after {
  content: "􏒤";
}

/* line 11068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-exclamation:after {
  content: "􏒥";
}

/* line 11072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-lines:after {
  content: "􏒦";
}

/* line 11076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-medical:after {
  content: "􏟴";
}

/* line 11080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-minus:after {
  content: "􏒧";
}

/* line 11084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-music:after {
  content: "􏢯";
}

/* line 11088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-plus:after {
  content: "􏒨";
}

/* line 11092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-slash:after {
  content: "􏒩";
}

/* line 11096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-smile:after {
  content: "􏒪";
}

/* line 11100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-alt-times:after {
  content: "􏒫";
}

/* line 11104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-check:after {
  content: "􏒬";
}

/* line 11108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-dollar:after {
  content: "􏙑";
}

/* line 11112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-dots:after {
  content: "􏒭";
}

/* line 11116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-edit:after {
  content: "􏒮";
}

/* line 11120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-exclamation:after {
  content: "􏒯";
}

/* line 11124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-lines:after {
  content: "􏒰";
}

/* line 11128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-medical:after {
  content: "􏟵";
}

/* line 11132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-minus:after {
  content: "􏒱";
}

/* line 11136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-music:after {
  content: "􏢰";
}

/* line 11140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-plus:after {
  content: "􏒲";
}

/* line 11144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-slash:after {
  content: "􏒳";
}

/* line 11148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-smile:after {
  content: "􏒴";
}

/* line 11152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comment-times:after {
  content: "􏒵";
}

/* line 11156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments:after {
  content: "􏂆";
}

/* line 11160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments-alt:after {
  content: "􏒶";
}

/* line 11164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments-alt-dollar:after {
  content: "􏙒";
}

/* line 11168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-comments-dollar:after {
  content: "􏙓";
}

/* line 11172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compact-disc:after {
  content: "􏔟";
}

/* line 11176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compass:after {
  content: "􏅎";
}

/* line 11180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compass-slash:after {
  content: "􏗩";
}

/* line 11184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress:after {
  content: "􏁦";
}

/* line 11188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress-alt:after {
  content: "􏐢";
}

/* line 11192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress-arrows-alt:after {
  content: "􏞌";
}

/* line 11196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-compress-wide:after {
  content: "􏌦";
}

/* line 11200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-computer-classic:after {
  content: "􏢱";
}

/* line 11204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-computer-speaker:after {
  content: "􏢲";
}

/* line 11208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-concierge-bell:after {
  content: "􏕢";
}

/* line 11212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-construction:after {
  content: "􏡝";
}

/* line 11216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-container-storage:after {
  content: "􏒷";
}

/* line 11220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-conveyor-belt:after {
  content: "􏑮";
}

/* line 11224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-conveyor-belt-alt:after {
  content: "􏑯";
}

/* line 11228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cookie:after {
  content: "􏕣";
}

/* line 11232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cookie-bite:after {
  content: "􏕤";
}

/* line 11236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-copy:after {
  content: "􏃅";
}

/* line 11240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-copyright:after {
  content: "􏇹";
}

/* line 11244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-corn:after {
  content: "􏛇";
}

/* line 11248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-couch:after {
  content: "􏒸";
}

/* line 11252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cow:after {
  content: "􏛈";
}

/* line 11256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cowbell:after {
  content: "􏢳";
}

/* line 11260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cowbell-more:after {
  content: "􏢴";
}

/* line 11264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-credit-card:after {
  content: "􏂝";
}

/* line 11268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-credit-card-blank:after {
  content: "􏎉";
}

/* line 11272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-credit-card-front:after {
  content: "􏎊";
}

/* line 11276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cricket:after {
  content: "􏑉";
}

/* line 11280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-croissant:after {
  content: "􏟶";
}

/* line 11284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crop:after {
  content: "􏄥";
}

/* line 11288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crop-alt:after {
  content: "􏕥";
}

/* line 11292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cross:after {
  content: "􏙔";
}

/* line 11296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crosshairs:after {
  content: "􏁛";
}

/* line 11300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crow:after {
  content: "􏔠";
}

/* line 11304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crown:after {
  content: "􏔡";
}

/* line 11308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crutch:after {
  content: "􏟷";
}

/* line 11312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-crutches:after {
  content: "􏟸";
}

/* line 11316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cube:after {
  content: "􏆲";
}

/* line 11320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cubes:after {
  content: "􏆳";
}

/* line 11324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-curling:after {
  content: "􏑊";
}

/* line 11328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-cut:after {
  content: "􏃄";
}

/* line 11332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dagger:after {
  content: "􏛋";
}

/* line 11336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-database:after {
  content: "􏇀";
}

/* line 11340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-deaf:after {
  content: "􏊤";
}

/* line 11344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-debug:after {
  content: "􏟹";
}

/* line 11348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-deer:after {
  content: "􏞎";
}

/* line 11352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-deer-rudolph:after {
  content: "􏞏";
}

/* line 11356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-democrat:after {
  content: "􏝇";
}

/* line 11360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-desktop:after {
  content: "􏄈";
}

/* line 11364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-desktop-alt:after {
  content: "􏎐";
}

/* line 11368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dewpoint:after {
  content: "􏝈";
}

/* line 11372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dharmachakra:after {
  content: "􏙕";
}

/* line 11376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-diagnoses:after {
  content: "􏑰";
}

/* line 11380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-diamond:after {
  content: "􏈙";
}

/* line 11384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice:after {
  content: "􏔢";
}

/* line 11388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d10:after {
  content: "􏛍";
}

/* line 11392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d12:after {
  content: "􏛎";
}

/* line 11396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d20:after {
  content: "􏛏";
}

/* line 11400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d4:after {
  content: "􏛐";
}

/* line 11404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d6:after {
  content: "􏛑";
}

/* line 11408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-d8:after {
  content: "􏛒";
}

/* line 11412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-five:after {
  content: "􏔣";
}

/* line 11416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-four:after {
  content: "􏔤";
}

/* line 11420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-one:after {
  content: "􏔥";
}

/* line 11424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-six:after {
  content: "􏔦";
}

/* line 11428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-three:after {
  content: "􏔧";
}

/* line 11432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dice-two:after {
  content: "􏔨";
}

/* line 11436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-digging:after {
  content: "􏡞";
}

/* line 11440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-digital-tachograph:after {
  content: "􏕦";
}

/* line 11444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-diploma:after {
  content: "􏗪";
}

/* line 11448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-directions:after {
  content: "􏗫";
}

/* line 11452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-disc-drive:after {
  content: "􏢵";
}

/* line 11456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-disease:after {
  content: "􏟺";
}

/* line 11460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-divide:after {
  content: "􏔩";
}

/* line 11464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dizzy:after {
  content: "􏕧";
}

/* line 11468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dna:after {
  content: "􏑱";
}

/* line 11472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-do-not-enter:after {
  content: "􏗬";
}

/* line 11476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dog:after {
  content: "􏛓";
}

/* line 11480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dog-leashed:after {
  content: "􏛔";
}

/* line 11484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dollar-sign:after {
  content: "􏅕";
}

/* line 11488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly:after {
  content: "􏑲";
}

/* line 11492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-empty:after {
  content: "􏑳";
}

/* line 11496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-flatbed:after {
  content: "􏑴";
}

/* line 11500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-flatbed-alt:after {
  content: "􏑵";
}

/* line 11504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dolly-flatbed-empty:after {
  content: "􏑶";
}

/* line 11508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-donate:after {
  content: "􏒹";
}

/* line 11512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-door-closed:after {
  content: "􏔪";
}

/* line 11516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-door-open:after {
  content: "􏔫";
}

/* line 11520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dot-circle:after {
  content: "􏆒";
}

/* line 11524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dove:after {
  content: "􏒺";
}

/* line 11528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-download:after {
  content: "􏀙";
}

/* line 11532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drafting-compass:after {
  content: "􏕨";
}

/* line 11536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dragon:after {
  content: "􏛕";
}

/* line 11540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-draw-circle:after {
  content: "􏗭";
}

/* line 11544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-draw-polygon:after {
  content: "􏗮";
}

/* line 11548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-draw-square:after {
  content: "􏗯";
}

/* line 11552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dreidel:after {
  content: "􏞒";
}

/* line 11556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drone:after {
  content: "􏡟";
}

/* line 11560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drone-alt:after {
  content: "􏡠";
}

/* line 11564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drum:after {
  content: "􏕩";
}

/* line 11568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drum-steelpan:after {
  content: "􏕪";
}

/* line 11572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drumstick:after {
  content: "􏛖";
}

/* line 11576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-drumstick-bite:after {
  content: "􏛗";
}

/* line 11580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dryer:after {
  content: "􏡡";
}

/* line 11584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dryer-alt:after {
  content: "􏡢";
}

/* line 11588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-duck:after {
  content: "􏛘";
}

/* line 11592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dumbbell:after {
  content: "􏑋";
}

/* line 11596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dumpster:after {
  content: "􏞓";
}

/* line 11600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dumpster-fire:after {
  content: "􏞔";
}

/* line 11604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-dungeon:after {
  content: "􏛙";
}

/* line 11608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ear:after {
  content: "􏗰";
}

/* line 11612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ear-muffs:after {
  content: "􏞕";
}

/* line 11616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eclipse:after {
  content: "􏝉";
}

/* line 11620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eclipse-alt:after {
  content: "􏝊";
}

/* line 11624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-edit:after {
  content: "􏁄";
}

/* line 11628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-egg:after {
  content: "􏟻";
}

/* line 11632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-egg-fried:after {
  content: "􏟼";
}

/* line 11636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eject:after {
  content: "􏁒";
}

/* line 11640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-elephant:after {
  content: "􏛚";
}

/* line 11644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-h:after {
  content: "􏅁";
}

/* line 11648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-h-alt:after {
  content: "􏎛";
}

/* line 11652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-v:after {
  content: "􏅂";
}

/* line 11656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ellipsis-v-alt:after {
  content: "􏎜";
}

/* line 11660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-empty-set:after {
  content: "􏙖";
}

/* line 11664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-engine-warning:after {
  content: "􏗲";
}

/* line 11668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope:after {
  content: "􏃠";
}

/* line 11672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-open:after {
  content: "􏊶";
}

/* line 11676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-open-dollar:after {
  content: "􏙗";
}

/* line 11680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-open-text:after {
  content: "􏙘";
}

/* line 11684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-envelope-square:after {
  content: "􏆙";
}

/* line 11688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-equals:after {
  content: "􏔬";
}

/* line 11692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eraser:after {
  content: "􏄭";
}

/* line 11696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ethernet:after {
  content: "􏞖";
}

/* line 11700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-euro-sign:after {
  content: "􏅓";
}

/* line 11704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exchange:after {
  content: "􏃬";
}

/* line 11708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exchange-alt:after {
  content: "􏍢";
}

/* line 11712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation:after {
  content: "􏄪";
}

/* line 11716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation-circle:after {
  content: "􏁪";
}

/* line 11720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation-square:after {
  content: "􏌡";
}

/* line 11724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-exclamation-triangle:after {
  content: "􏁱";
}

/* line 11728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand:after {
  content: "􏁥";
}

/* line 11732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-alt:after {
  content: "􏐤";
}

/* line 11736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-arrows:after {
  content: "􏌝";
}

/* line 11740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-arrows-alt:after {
  content: "􏌞";
}

/* line 11744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-expand-wide:after {
  content: "􏌠";
}

/* line 11748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link:after {
  content: "􏂎";
}

/* line 11752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link-alt:after {
  content: "􏍝";
}

/* line 11756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link-square:after {
  content: "􏅌";
}

/* line 11760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-external-link-square-alt:after {
  content: "􏍠";
}

/* line 11764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye:after {
  content: "􏁮";
}

/* line 11768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye-dropper:after {
  content: "􏇻";
}

/* line 11772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye-evil:after {
  content: "􏛛";
}

/* line 11776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-eye-slash:after {
  content: "􏁰";
}

/* line 11780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fan:after {
  content: "􏡣";
}

/* line 11784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-farm:after {
  content: "􏡤";
}

/* line 11788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fast-backward:after {
  content: "􏁉";
}

/* line 11792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fast-forward:after {
  content: "􏁐";
}

/* line 11796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fax:after {
  content: "􏆬";
}

/* line 11800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-feather:after {
  content: "􏔭";
}

/* line 11804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-feather-alt:after {
  content: "􏕫";
}

/* line 11808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-female:after {
  content: "􏆂";
}

/* line 11812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-field-hockey:after {
  content: "􏑌";
}

/* line 11816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fighter-jet:after {
  content: "􏃻";
}

/* line 11820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file:after {
  content: "􏅛";
}

/* line 11824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-alt:after {
  content: "􏅜";
}

/* line 11828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-archive:after {
  content: "􏇆";
}

/* line 11832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-audio:after {
  content: "􏇇";
}

/* line 11836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-certificate:after {
  content: "􏗳";
}

/* line 11840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-chart-line:after {
  content: "􏙙";
}

/* line 11844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-chart-pie:after {
  content: "􏙚";
}

/* line 11848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-check:after {
  content: "􏌖";
}

/* line 11852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-code:after {
  content: "􏇉";
}

/* line 11856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-contract:after {
  content: "􏕬";
}

/* line 11860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-csv:after {
  content: "􏛝";
}

/* line 11864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-download:after {
  content: "􏕭";
}

/* line 11868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-edit:after {
  content: "􏌜";
}

/* line 11872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-excel:after {
  content: "􏇃";
}

/* line 11876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-exclamation:after {
  content: "􏌚";
}

/* line 11880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-export:after {
  content: "􏕮";
}

/* line 11884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-image:after {
  content: "􏇅";
}

/* line 11888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-import:after {
  content: "􏕯";
}

/* line 11892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-invoice:after {
  content: "􏕰";
}

/* line 11896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-invoice-dollar:after {
  content: "􏕱";
}

/* line 11900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-medical:after {
  content: "􏑷";
}

/* line 11904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-medical-alt:after {
  content: "􏑸";
}

/* line 11908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-minus:after {
  content: "􏌘";
}

/* line 11912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-music:after {
  content: "􏢶";
}

/* line 11916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-pdf:after {
  content: "􏇁";
}

/* line 11920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-plus:after {
  content: "􏌙";
}

/* line 11924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-powerpoint:after {
  content: "􏇄";
}

/* line 11928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-prescription:after {
  content: "􏕲";
}

/* line 11932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-search:after {
  content: "􏡥";
}

/* line 11936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-signature:after {
  content: "􏕳";
}

/* line 11940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-spreadsheet:after {
  content: "􏙛";
}

/* line 11944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-times:after {
  content: "􏌗";
}

/* line 11948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-upload:after {
  content: "􏕴";
}

/* line 11952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-user:after {
  content: "􏙜";
}

/* line 11956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-video:after {
  content: "􏇈";
}

/* line 11960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-file-word:after {
  content: "􏇂";
}

/* line 11964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-files-medical:after {
  content: "􏟽";
}

/* line 11968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fill:after {
  content: "􏕵";
}

/* line 11972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fill-drip:after {
  content: "􏕶";
}

/* line 11976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-film:after {
  content: "􏀈";
}

/* line 11980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-film-alt:after {
  content: "􏎠";
}

/* line 11984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-film-canister:after {
  content: "􏢷";
}

/* line 11988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-filter:after {
  content: "􏂰";
}

/* line 11992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fingerprint:after {
  content: "􏕷";
}

/* line 11996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire:after {
  content: "􏁭";
}

/* line 12000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire-alt:after {
  content: "􏟤";
}

/* line 12004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire-extinguisher:after {
  content: "􏄴";
}

/* line 12008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fire-smoke:after {
  content: "􏝋";
}

/* line 12012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fireplace:after {
  content: "􏞚";
}

/* line 12016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-first-aid:after {
  content: "􏑹";
}

/* line 12020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fish:after {
  content: "􏕸";
}

/* line 12024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fish-cooked:after {
  content: "􏟾";
}

/* line 12028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fist-raised:after {
  content: "􏛞";
}

/* line 12032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag:after {
  content: "􏀤";
}

/* line 12036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag-alt:after {
  content: "􏝌";
}

/* line 12040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag-checkered:after {
  content: "􏄞";
}

/* line 12044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flag-usa:after {
  content: "􏝍";
}

/* line 12048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flame:after {
  content: "􏛟";
}

/* line 12052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flashlight:after {
  content: "􏢸";
}

/* line 12056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flask:after {
  content: "􏃃";
}

/* line 12060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flask-poison:after {
  content: "􏛠";
}

/* line 12064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flask-potion:after {
  content: "􏛡";
}

/* line 12068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flower:after {
  content: "􏟿";
}

/* line 12072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flower-daffodil:after {
  content: "􏠀";
}

/* line 12076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flower-tulip:after {
  content: "􏠁";
}

/* line 12080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flushed:after {
  content: "􏕹";
}

/* line 12084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flute:after {
  content: "􏢹";
}

/* line 12088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-flux-capacitor:after {
  content: "􏢺";
}

/* line 12092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fog:after {
  content: "􏝎";
}

/* line 12096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder:after {
  content: "􏁻";
}

/* line 12100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-minus:after {
  content: "􏙝";
}

/* line 12104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-open:after {
  content: "􏁼";
}

/* line 12108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-plus:after {
  content: "􏙞";
}

/* line 12112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-times:after {
  content: "􏙟";
}

/* line 12116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folder-tree:after {
  content: "􏠂";
}

/* line 12120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-folders:after {
  content: "􏙠";
}

/* line 12124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-font:after {
  content: "􏀱";
}

/* line 12128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-font-awesome-logo-full:after {
  content: "􏓦";
}

/* line 12132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-font-case:after {
  content: "􏡦";
}

/* line 12136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-football-ball:after {
  content: "􏑎";
}

/* line 12140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-football-helmet:after {
  content: "􏑏";
}

/* line 12144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-forklift:after {
  content: "􏑺";
}

/* line 12148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-forward:after {
  content: "􏁎";
}

/* line 12152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-fragile:after {
  content: "􏒻";
}

/* line 12156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-french-fries:after {
  content: "􏠃";
}

/* line 12160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frog:after {
  content: "􏔮";
}

/* line 12164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frosty-head:after {
  content: "􏞛";
}

/* line 12168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frown:after {
  content: "􏄙";
}

/* line 12172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-frown-open:after {
  content: "􏕺";
}

/* line 12176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-function:after {
  content: "􏙡";
}

/* line 12180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-funnel-dollar:after {
  content: "􏙢";
}

/* line 12184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-futbol:after {
  content: "􏇣";
}

/* line 12188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-game-board:after {
  content: "􏡧";
}

/* line 12192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-game-board-alt:after {
  content: "􏡨";
}

/* line 12196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-game-console-handheld:after {
  content: "􏢻";
}

/* line 12200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gamepad:after {
  content: "􏄛";
}

/* line 12204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gamepad-alt:after {
  content: "􏢼";
}

/* line 12208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gas-pump:after {
  content: "􏔯";
}

/* line 12212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gas-pump-slash:after {
  content: "􏗴";
}

/* line 12216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gavel:after {
  content: "􏃣";
}

/* line 12220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gem:after {
  content: "􏎥";
}

/* line 12224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-genderless:after {
  content: "􏈭";
}

/* line 12228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ghost:after {
  content: "􏛢";
}

/* line 12232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gift:after {
  content: "􏁫";
}

/* line 12236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gift-card:after {
  content: "􏙣";
}

/* line 12240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gifts:after {
  content: "􏞜";
}

/* line 12244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gingerbread-man:after {
  content: "􏞝";
}

/* line 12248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass:after {
  content: "􏠄";
}

/* line 12252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-champagne:after {
  content: "􏞞";
}

/* line 12256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-cheers:after {
  content: "􏞟";
}

/* line 12260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-citrus:after {
  content: "􏡩";
}

/* line 12264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-martini:after {
  content: "􏀀";
}

/* line 12268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-martini-alt:after {
  content: "􏕻";
}

/* line 12272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-whiskey:after {
  content: "􏞠";
}

/* line 12276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glass-whiskey-rocks:after {
  content: "􏞡";
}

/* line 12280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glasses:after {
  content: "􏔰";
}

/* line 12284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-glasses-alt:after {
  content: "􏗵";
}

/* line 12288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe:after {
  content: "􏂬";
}

/* line 12292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-africa:after {
  content: "􏕼";
}

/* line 12296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-americas:after {
  content: "􏕽";
}

/* line 12300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-asia:after {
  content: "􏕾";
}

/* line 12304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-europe:after {
  content: "􏞢";
}

/* line 12308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-snow:after {
  content: "􏞣";
}

/* line 12312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-globe-stand:after {
  content: "􏗶";
}

/* line 12316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-golf-ball:after {
  content: "􏑐";
}

/* line 12320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-golf-club:after {
  content: "􏑑";
}

/* line 12324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gopuram:after {
  content: "􏙤";
}

/* line 12328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-graduation-cap:after {
  content: "􏆝";
}

/* line 12332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-gramophone:after {
  content: "􏢽";
}

/* line 12336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-greater-than:after {
  content: "􏔱";
}

/* line 12340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-greater-than-equal:after {
  content: "􏔲";
}

/* line 12344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grimace:after {
  content: "􏕿";
}

/* line 12348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin:after {
  content: "􏖀";
}

/* line 12352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-alt:after {
  content: "􏖁";
}

/* line 12356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-beam:after {
  content: "􏖂";
}

/* line 12360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-beam-sweat:after {
  content: "􏖃";
}

/* line 12364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-hearts:after {
  content: "􏖄";
}

/* line 12368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-squint:after {
  content: "􏖅";
}

/* line 12372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-squint-tears:after {
  content: "􏖆";
}

/* line 12376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-stars:after {
  content: "􏖇";
}

/* line 12380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tears:after {
  content: "􏖈";
}

/* line 12384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tongue:after {
  content: "􏖉";
}

/* line 12388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tongue-squint:after {
  content: "􏖊";
}

/* line 12392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-tongue-wink:after {
  content: "􏖋";
}

/* line 12396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grin-wink:after {
  content: "􏖌";
}

/* line 12400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-horizontal:after {
  content: "􏖍";
}

/* line 12404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-lines:after {
  content: "􏞤";
}

/* line 12408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-lines-vertical:after {
  content: "􏞥";
}

/* line 12412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-grip-vertical:after {
  content: "􏖎";
}

/* line 12416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-guitar:after {
  content: "􏞦";
}

/* line 12420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-guitar-electric:after {
  content: "􏢾";
}

/* line 12424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-guitars:after {
  content: "􏢿";
}

/* line 12428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h-square:after {
  content: "􏃽";
}

/* line 12432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h1:after {
  content: "􏌓";
}

/* line 12436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h2:after {
  content: "􏌔";
}

/* line 12440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h3:after {
  content: "􏌕";
}

/* line 12444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-h4:after {
  content: "􏡪";
}

/* line 12448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hamburger:after {
  content: "􏠅";
}

/* line 12452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hammer:after {
  content: "􏛣";
}

/* line 12456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hammer-war:after {
  content: "􏛤";
}

/* line 12460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hamsa:after {
  content: "􏙥";
}

/* line 12464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-heart:after {
  content: "􏒼";
}

/* line 12468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding:after {
  content: "􏒽";
}

/* line 12472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-box:after {
  content: "􏑻";
}

/* line 12476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-heart:after {
  content: "􏒾";
}

/* line 12480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-magic:after {
  content: "􏛥";
}

/* line 12484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-seedling:after {
  content: "􏒿";
}

/* line 12488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-usd:after {
  content: "􏓀";
}

/* line 12492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-holding-water:after {
  content: "􏓁";
}

/* line 12496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-lizard:after {
  content: "􏉘";
}

/* line 12500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-middle-finger:after {
  content: "􏠆";
}

/* line 12504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-paper:after {
  content: "􏉖";
}

/* line 12508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-peace:after {
  content: "􏉛";
}

/* line 12512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-down:after {
  content: "􏂧";
}

/* line 12516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-left:after {
  content: "􏂥";
}

/* line 12520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-right:after {
  content: "􏂤";
}

/* line 12524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-point-up:after {
  content: "􏂦";
}

/* line 12528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-pointer:after {
  content: "􏉚";
}

/* line 12532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-receiving:after {
  content: "􏑼";
}

/* line 12536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-rock:after {
  content: "􏉕";
}

/* line 12540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-scissors:after {
  content: "􏉗";
}

/* line 12544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hand-spock:after {
  content: "􏉙";
}

/* line 12548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands:after {
  content: "􏓂";
}

/* line 12552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands-heart:after {
  content: "􏓃";
}

/* line 12556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands-helping:after {
  content: "􏓄";
}

/* line 12560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hands-usd:after {
  content: "􏓅";
}

/* line 12564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-handshake:after {
  content: "􏊵";
}

/* line 12568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-handshake-alt:after {
  content: "􏓆";
}

/* line 12572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hanukiah:after {
  content: "􏛦";
}

/* line 12576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hard-hat:after {
  content: "􏠇";
}

/* line 12580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hashtag:after {
  content: "􏊒";
}

/* line 12584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-chef:after {
  content: "􏡫";
}

/* line 12588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-cowboy:after {
  content: "􏣀";
}

/* line 12592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-cowboy-side:after {
  content: "􏣁";
}

/* line 12596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-santa:after {
  content: "􏞧";
}

/* line 12600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-winter:after {
  content: "􏞨";
}

/* line 12604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-witch:after {
  content: "􏛧";
}

/* line 12608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hat-wizard:after {
  content: "􏛨";
}

/* line 12612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-haykal:after {
  content: "􏙦";
}

/* line 12616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hdd:after {
  content: "􏂠";
}

/* line 12620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side:after {
  content: "􏛩";
}

/* line 12624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side-brain:after {
  content: "􏠈";
}

/* line 12628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side-headphones:after {
  content: "􏣂";
}

/* line 12632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-side-medical:after {
  content: "􏠉";
}

/* line 12636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-head-vr:after {
  content: "􏛪";
}

/* line 12640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heading:after {
  content: "􏇜";
}

/* line 12644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-headphones:after {
  content: "􏀥";
}

/* line 12648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-headphones-alt:after {
  content: "􏖏";
}

/* line 12652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-headset:after {
  content: "􏖐";
}

/* line 12656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart:after {
  content: "􏀄";
}

/* line 12660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-broken:after {
  content: "􏞩";
}

/* line 12664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-circle:after {
  content: "􏓇";
}

/* line 12668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-rate:after {
  content: "􏗸";
}

/* line 12672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heart-square:after {
  content: "􏓈";
}

/* line 12676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-heartbeat:after {
  content: "􏈞";
}

/* line 12680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-helicopter:after {
  content: "􏔳";
}

/* line 12684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-helmet-battle:after {
  content: "􏛫";
}

/* line 12688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hexagon:after {
  content: "􏌒";
}

/* line 12692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-highlighter:after {
  content: "􏖑";
}

/* line 12696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hiking:after {
  content: "􏛬";
}

/* line 12700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hippo:after {
  content: "􏛭";
}

/* line 12704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-history:after {
  content: "􏇚";
}

/* line 12708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hockey-mask:after {
  content: "􏛮";
}

/* line 12712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hockey-puck:after {
  content: "􏑓";
}

/* line 12716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hockey-sticks:after {
  content: "􏑔";
}

/* line 12720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-holly-berry:after {
  content: "􏞪";
}

/* line 12724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home:after {
  content: "􏀕";
}

/* line 12728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-alt:after {
  content: "􏠊";
}

/* line 12732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-heart:after {
  content: "􏓉";
}

/* line 12736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-lg:after {
  content: "􏠋";
}

/* line 12740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-home-lg-alt:after {
  content: "􏠌";
}

/* line 12744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hood-cloak:after {
  content: "􏛯";
}

/* line 12748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horizontal-rule:after {
  content: "􏡬";
}

/* line 12752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horse:after {
  content: "􏛰";
}

/* line 12756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horse-head:after {
  content: "􏞫";
}

/* line 12760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-horse-saddle:after {
  content: "􏣃";
}

/* line 12764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital:after {
  content: "􏃸";
}

/* line 12768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital-alt:after {
  content: "􏑽";
}

/* line 12772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital-symbol:after {
  content: "􏑾";
}

/* line 12776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospital-user:after {
  content: "􏠍";
}

/* line 12780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hospitals:after {
  content: "􏠎";
}

/* line 12784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hot-tub:after {
  content: "􏖓";
}

/* line 12788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hotdog:after {
  content: "􏠏";
}

/* line 12792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hotel:after {
  content: "􏖔";
}

/* line 12796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass:after {
  content: "􏉔";
}

/* line 12800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass-end:after {
  content: "􏉓";
}

/* line 12804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass-half:after {
  content: "􏉒";
}

/* line 12808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hourglass-start:after {
  content: "􏉑";
}

/* line 12812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-house-damage:after {
  content: "􏛱";
}

/* line 12816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-house-flood:after {
  content: "􏝏";
}

/* line 12820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hryvnia:after {
  content: "􏛲";
}

/* line 12824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-humidity:after {
  content: "􏝐";
}

/* line 12828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-hurricane:after {
  content: "􏝑";
}

/* line 12832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-i-cursor:after {
  content: "􏉆";
}

/* line 12836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ice-cream:after {
  content: "􏠐";
}

/* line 12840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ice-skate:after {
  content: "􏞬";
}

/* line 12844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-icicles:after {
  content: "􏞭";
}

/* line 12848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-icons:after {
  content: "􏡭";
}

/* line 12852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-icons-alt:after {
  content: "􏡮";
}

/* line 12856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-id-badge:after {
  content: "􏋁";
}

/* line 12860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-id-card:after {
  content: "􏋂";
}

/* line 12864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-id-card-alt:after {
  content: "􏑿";
}

/* line 12868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-igloo:after {
  content: "􏞮";
}

/* line 12872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-image:after {
  content: "􏀾";
}

/* line 12876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-image-polaroid:after {
  content: "􏣄";
}

/* line 12880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-images:after {
  content: "􏌂";
}

/* line 12884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inbox:after {
  content: "􏀜";
}

/* line 12888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inbox-in:after {
  content: "􏌐";
}

/* line 12892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inbox-out:after {
  content: "􏌑";
}

/* line 12896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-indent:after {
  content: "􏀼";
}

/* line 12900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-industry:after {
  content: "􏉵";
}

/* line 12904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-industry-alt:after {
  content: "􏎳";
}

/* line 12908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-infinity:after {
  content: "􏔴";
}

/* line 12912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-info:after {
  content: "􏄩";
}

/* line 12916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-info-circle:after {
  content: "􏁚";
}

/* line 12920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-info-square:after {
  content: "􏌏";
}

/* line 12924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inhaler:after {
  content: "􏗹";
}

/* line 12928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-integral:after {
  content: "􏙧";
}

/* line 12932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-intersection:after {
  content: "􏙨";
}

/* line 12936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-inventory:after {
  content: "􏒀";
}

/* line 12940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-island-tropical:after {
  content: "􏠑";
}

/* line 12944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-italic:after {
  content: "􏀳";
}

/* line 12948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-jack-o-lantern:after {
  content: "􏌎";
}

/* line 12952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-jedi:after {
  content: "􏙩";
}

/* line 12956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-joint:after {
  content: "􏖕";
}

/* line 12960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-journal-whills:after {
  content: "􏙪";
}

/* line 12964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-joystick:after {
  content: "􏣅";
}

/* line 12968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-jug:after {
  content: "􏣆";
}

/* line 12972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kaaba:after {
  content: "􏙫";
}

/* line 12976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kazoo:after {
  content: "􏣇";
}

/* line 12980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kerning:after {
  content: "􏡯";
}

/* line 12984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-key:after {
  content: "􏂄";
}

/* line 12988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-key-skeleton:after {
  content: "􏛳";
}

/* line 12992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-keyboard:after {
  content: "􏄜";
}

/* line 12996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-keynote:after {
  content: "􏙬";
}

/* line 13000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-khanda:after {
  content: "􏙭";
}

/* line 13004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kidneys:after {
  content: "􏗻";
}

/* line 13008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiss:after {
  content: "􏖖";
}

/* line 13012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiss-beam:after {
  content: "􏖗";
}

/* line 13016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiss-wink-heart:after {
  content: "􏖘";
}

/* line 13020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kite:after {
  content: "􏛴";
}

/* line 13024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-kiwi-bird:after {
  content: "􏔵";
}

/* line 13028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-knife-kitchen:after {
  content: "􏛵";
}

/* line 13032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lambda:after {
  content: "􏙮";
}

/* line 13036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lamp:after {
  content: "􏓊";
}

/* line 13040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-landmark:after {
  content: "􏙯";
}

/* line 13044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-landmark-alt:after {
  content: "􏝒";
}

/* line 13048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-language:after {
  content: "􏆫";
}

/* line 13052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laptop:after {
  content: "􏄉";
}

/* line 13056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laptop-code:after {
  content: "􏗼";
}

/* line 13060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laptop-medical:after {
  content: "􏠒";
}

/* line 13064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lasso:after {
  content: "􏣈";
}

/* line 13068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh:after {
  content: "􏖙";
}

/* line 13072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh-beam:after {
  content: "􏖚";
}

/* line 13076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh-squint:after {
  content: "􏖛";
}

/* line 13080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-laugh-wink:after {
  content: "􏖜";
}

/* line 13084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-layer-group:after {
  content: "􏗽";
}

/* line 13088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-layer-minus:after {
  content: "􏗾";
}

/* line 13092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-layer-plus:after {
  content: "􏗿";
}

/* line 13096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf:after {
  content: "􏁬";
}

/* line 13100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf-heart:after {
  content: "􏓋";
}

/* line 13104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf-maple:after {
  content: "􏛶";
}

/* line 13108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-leaf-oak:after {
  content: "􏛷";
}

/* line 13112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lemon:after {
  content: "􏂔";
}

/* line 13116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-less-than:after {
  content: "􏔶";
}

/* line 13120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-less-than-equal:after {
  content: "􏔷";
}

/* line 13124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-down:after {
  content: "􏅉";
}

/* line 13128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-down-alt:after {
  content: "􏎾";
}

/* line 13132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-up:after {
  content: "􏅈";
}

/* line 13136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-level-up-alt:after {
  content: "􏎿";
}

/* line 13140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-life-ring:after {
  content: "􏇍";
}

/* line 13144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb:after {
  content: "􏃫";
}

/* line 13148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-dollar:after {
  content: "􏙰";
}

/* line 13152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-exclamation:after {
  content: "􏙱";
}

/* line 13156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-on:after {
  content: "􏙲";
}

/* line 13160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lightbulb-slash:after {
  content: "􏙳";
}

/* line 13164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lights-holiday:after {
  content: "􏞲";
}

/* line 13168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-line-columns:after {
  content: "􏡰";
}

/* line 13172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-line-height:after {
  content: "􏡱";
}

/* line 13176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-link:after {
  content: "􏃁";
}

/* line 13180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lips:after {
  content: "􏘀";
}

/* line 13184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lira-sign:after {
  content: "􏆕";
}

/* line 13188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list:after {
  content: "􏀺";
}

/* line 13192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-alt:after {
  content: "􏀢";
}

/* line 13196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-music:after {
  content: "􏣉";
}

/* line 13200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-ol:after {
  content: "􏃋";
}

/* line 13204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-list-ul:after {
  content: "􏃊";
}

/* line 13208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location:after {
  content: "􏘁";
}

/* line 13212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location-arrow:after {
  content: "􏄤";
}

/* line 13216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location-circle:after {
  content: "􏘂";
}

/* line 13220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-location-slash:after {
  content: "􏘃";
}

/* line 13224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock:after {
  content: "􏀣";
}

/* line 13228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock-alt:after {
  content: "􏌍";
}

/* line 13232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock-open:after {
  content: "􏏁";
}

/* line 13236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lock-open-alt:after {
  content: "􏏂";
}

/* line 13240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-down:after {
  content: "􏌉";
}

/* line 13244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-left:after {
  content: "􏌊";
}

/* line 13248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-right:after {
  content: "􏌋";
}

/* line 13252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-alt-up:after {
  content: "􏌌";
}

/* line 13256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-down:after {
  content: "􏅵";
}

/* line 13260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-left:after {
  content: "􏅷";
}

/* line 13264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-right:after {
  content: "􏅸";
}

/* line 13268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-long-arrow-up:after {
  content: "􏅶";
}

/* line 13272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-loveseat:after {
  content: "􏓌";
}

/* line 13276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-low-vision:after {
  content: "􏊨";
}

/* line 13280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-luchador:after {
  content: "􏑕";
}

/* line 13284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-luggage-cart:after {
  content: "􏖝";
}

/* line 13288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-lungs:after {
  content: "􏘄";
}

/* line 13292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mace:after {
  content: "􏛸";
}

/* line 13296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-magic:after {
  content: "􏃐";
}

/* line 13300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-magnet:after {
  content: "􏁶";
}

/* line 13304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mail-bulk:after {
  content: "􏙴";
}

/* line 13308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mailbox:after {
  content: "􏠓";
}

/* line 13312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-male:after {
  content: "􏆃";
}

/* line 13316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mandolin:after {
  content: "􏛹";
}

/* line 13320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map:after {
  content: "􏉹";
}

/* line 13324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marked:after {
  content: "􏖟";
}

/* line 13328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marked-alt:after {
  content: "􏖠";
}

/* line 13332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker:after {
  content: "􏁁";
}

/* line 13336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-alt:after {
  content: "􏏅";
}

/* line 13340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-alt-slash:after {
  content: "􏘅";
}

/* line 13344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-check:after {
  content: "􏘆";
}

/* line 13348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-edit:after {
  content: "􏘇";
}

/* line 13352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-exclamation:after {
  content: "􏘈";
}

/* line 13356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-minus:after {
  content: "􏘉";
}

/* line 13360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-plus:after {
  content: "􏘊";
}

/* line 13364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-question:after {
  content: "􏘋";
}

/* line 13368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-slash:after {
  content: "􏘌";
}

/* line 13372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-smile:after {
  content: "􏘍";
}

/* line 13376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-marker-times:after {
  content: "􏘎";
}

/* line 13380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-pin:after {
  content: "􏉶";
}

/* line 13384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-map-signs:after {
  content: "􏉷";
}

/* line 13388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-marker:after {
  content: "􏖡";
}

/* line 13392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars:after {
  content: "􏈢";
}

/* line 13396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-double:after {
  content: "􏈧";
}

/* line 13400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-stroke:after {
  content: "􏈩";
}

/* line 13404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-stroke-h:after {
  content: "􏈫";
}

/* line 13408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mars-stroke-v:after {
  content: "􏈪";
}

/* line 13412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mask:after {
  content: "􏛺";
}

/* line 13416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meat:after {
  content: "􏠔";
}

/* line 13420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-medal:after {
  content: "􏖢";
}

/* line 13424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-medkit:after {
  content: "􏃺";
}

/* line 13428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-megaphone:after {
  content: "􏙵";
}

/* line 13432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meh:after {
  content: "􏄚";
}

/* line 13436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meh-blank:after {
  content: "􏖤";
}

/* line 13440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meh-rolling-eyes:after {
  content: "􏖥";
}

/* line 13444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-memory:after {
  content: "􏔸";
}

/* line 13448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-menorah:after {
  content: "􏙶";
}

/* line 13452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mercury:after {
  content: "􏈣";
}

/* line 13456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-meteor:after {
  content: "􏝓";
}

/* line 13460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microchip:after {
  content: "􏋛";
}

/* line 13464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone:after {
  content: "􏄰";
}

/* line 13468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-alt:after {
  content: "􏏉";
}

/* line 13472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-alt-slash:after {
  content: "􏔹";
}

/* line 13476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-slash:after {
  content: "􏄱";
}

/* line 13480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microphone-stand:after {
  content: "􏣋";
}

/* line 13484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-microscope:after {
  content: "􏘐";
}

/* line 13488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mind-share:after {
  content: "􏙷";
}

/* line 13492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus:after {
  content: "􏁨";
}

/* line 13496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-circle:after {
  content: "􏁖";
}

/* line 13500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-hexagon:after {
  content: "􏌇";
}

/* line 13504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-octagon:after {
  content: "􏌈";
}

/* line 13508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-minus-square:after {
  content: "􏅆";
}

/* line 13512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mistletoe:after {
  content: "􏞴";
}

/* line 13516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mitten:after {
  content: "􏞵";
}

/* line 13520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile:after {
  content: "􏄋";
}

/* line 13524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile-alt:after {
  content: "􏏍";
}

/* line 13528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile-android:after {
  content: "􏏎";
}

/* line 13532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mobile-android-alt:after {
  content: "􏏏";
}

/* line 13536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill:after {
  content: "􏃖";
}

/* line 13540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill-alt:after {
  content: "􏏑";
}

/* line 13544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill-wave:after {
  content: "􏔺";
}

/* line 13548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-bill-wave-alt:after {
  content: "􏔻";
}

/* line 13552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check:after {
  content: "􏔼";
}

/* line 13556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check-alt:after {
  content: "􏔽";
}

/* line 13560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check-edit:after {
  content: "􏡲";
}

/* line 13564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-money-check-edit-alt:after {
  content: "􏡳";
}

/* line 13568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-monitor-heart-rate:after {
  content: "􏘑";
}

/* line 13572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-monkey:after {
  content: "􏛻";
}

/* line 13576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-monument:after {
  content: "􏖦";
}

/* line 13580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-moon:after {
  content: "􏆆";
}

/* line 13584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-moon-cloud:after {
  content: "􏝔";
}

/* line 13588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-moon-stars:after {
  content: "􏝕";
}

/* line 13592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mortar-pestle:after {
  content: "􏖧";
}

/* line 13596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mosque:after {
  content: "􏙸";
}

/* line 13600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-motorcycle:after {
  content: "􏈜";
}

/* line 13604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mountain:after {
  content: "􏛼";
}

/* line 13608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mountains:after {
  content: "􏛽";
}

/* line 13612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mouse:after {
  content: "􏣌";
}

/* line 13616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mouse-alt:after {
  content: "􏣍";
}

/* line 13620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mouse-pointer:after {
  content: "􏉅";
}

/* line 13624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mp3-player:after {
  content: "􏣎";
}

/* line 13628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug:after {
  content: "􏡴";
}

/* line 13632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug-hot:after {
  content: "􏞶";
}

/* line 13636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug-marshmallows:after {
  content: "􏞷";
}

/* line 13640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-mug-tea:after {
  content: "􏡵";
}

/* line 13644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music:after {
  content: "􏀁";
}

/* line 13648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music-alt:after {
  content: "􏣏";
}

/* line 13652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music-alt-slash:after {
  content: "􏣐";
}

/* line 13656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-music-slash:after {
  content: "􏣑";
}

/* line 13660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-narwhal:after {
  content: "􏛾";
}

/* line 13664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-network-wired:after {
  content: "􏛿";
}

/* line 13668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-neuter:after {
  content: "􏈬";
}

/* line 13672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-newspaper:after {
  content: "􏇪";
}

/* line 13676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-not-equal:after {
  content: "􏔾";
}

/* line 13680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-notes-medical:after {
  content: "􏒁";
}

/* line 13684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-object-group:after {
  content: "􏉇";
}

/* line 13688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-object-ungroup:after {
  content: "􏉈";
}

/* line 13692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-octagon:after {
  content: "􏌆";
}

/* line 13696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-oil-can:after {
  content: "􏘓";
}

/* line 13700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-oil-temp:after {
  content: "􏘔";
}

/* line 13704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-om:after {
  content: "􏙹";
}

/* line 13708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-omega:after {
  content: "􏙺";
}

/* line 13712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ornament:after {
  content: "􏞸";
}

/* line 13716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-otter:after {
  content: "􏜀";
}

/* line 13720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-outdent:after {
  content: "􏀻";
}

/* line 13724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-overline:after {
  content: "􏡶";
}

/* line 13728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-page-break:after {
  content: "􏡷";
}

/* line 13732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pager:after {
  content: "􏠕";
}

/* line 13736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paint-brush:after {
  content: "􏇼";
}

/* line 13740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paint-brush-alt:after {
  content: "􏖩";
}

/* line 13744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paint-roller:after {
  content: "􏖪";
}

/* line 13748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-palette:after {
  content: "􏔿";
}

/* line 13752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pallet:after {
  content: "􏒂";
}

/* line 13756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pallet-alt:after {
  content: "􏒃";
}

/* line 13760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paper-plane:after {
  content: "􏇘";
}

/* line 13764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paperclip:after {
  content: "􏃆";
}

/* line 13768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parachute-box:after {
  content: "􏓍";
}

/* line 13772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paragraph:after {
  content: "􏇝";
}

/* line 13776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paragraph-rtl:after {
  content: "􏡸";
}

/* line 13780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking:after {
  content: "􏕀";
}

/* line 13784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking-circle:after {
  content: "􏘕";
}

/* line 13788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking-circle-slash:after {
  content: "􏘖";
}

/* line 13792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-parking-slash:after {
  content: "􏘗";
}

/* line 13796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-passport:after {
  content: "􏖫";
}

/* line 13800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pastafarianism:after {
  content: "􏙻";
}

/* line 13804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paste:after {
  content: "􏃪";
}

/* line 13808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pause:after {
  content: "􏁌";
}

/* line 13812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pause-circle:after {
  content: "􏊋";
}

/* line 13816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paw:after {
  content: "􏆰";
}

/* line 13820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paw-alt:after {
  content: "􏜁";
}

/* line 13824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-paw-claws:after {
  content: "􏜂";
}

/* line 13828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-peace:after {
  content: "􏙼";
}

/* line 13832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pegasus:after {
  content: "􏜃";
}

/* line 13836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen:after {
  content: "􏌄";
}

/* line 13840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-alt:after {
  content: "􏌅";
}

/* line 13844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-fancy:after {
  content: "􏖬";
}

/* line 13848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-nib:after {
  content: "􏖭";
}

/* line 13852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pen-square:after {
  content: "􏅋";
}

/* line 13856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil:after {
  content: "􏁀";
}

/* line 13860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil-alt:after {
  content: "􏌃";
}

/* line 13864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil-paintbrush:after {
  content: "􏘘";
}

/* line 13868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pencil-ruler:after {
  content: "􏖮";
}

/* line 13872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pennant:after {
  content: "􏑖";
}

/* line 13876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-people-carry:after {
  content: "􏓎";
}

/* line 13880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pepper-hot:after {
  content: "􏠖";
}

/* line 13884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-percent:after {
  content: "􏊕";
}

/* line 13888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-percentage:after {
  content: "􏕁";
}

/* line 13892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-booth:after {
  content: "􏝖";
}

/* line 13896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-carry:after {
  content: "􏓏";
}

/* line 13900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-dolly:after {
  content: "􏓐";
}

/* line 13904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-dolly-empty:after {
  content: "􏓑";
}

/* line 13908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-person-sign:after {
  content: "􏝗";
}

/* line 13912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone:after {
  content: "􏂕";
}

/* line 13916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-alt:after {
  content: "􏡹";
}

/* line 13920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-laptop:after {
  content: "􏡺";
}

/* line 13924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-office:after {
  content: "􏙽";
}

/* line 13928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-plus:after {
  content: "􏓒";
}

/* line 13932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-rotary:after {
  content: "􏣓";
}

/* line 13936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-slash:after {
  content: "􏏝";
}

/* line 13940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-square:after {
  content: "􏂘";
}

/* line 13944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-square-alt:after {
  content: "􏡻";
}

/* line 13948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-phone-volume:after {
  content: "􏊠";
}

/* line 13952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-photo-video:after {
  content: "􏡼";
}

/* line 13956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pi:after {
  content: "􏙾";
}

/* line 13960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-piano:after {
  content: "􏣔";
}

/* line 13964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-piano-keyboard:after {
  content: "􏣕";
}

/* line 13968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pie:after {
  content: "􏜅";
}

/* line 13972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pig:after {
  content: "􏜆";
}

/* line 13976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-piggy-bank:after {
  content: "􏓓";
}

/* line 13980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pills:after {
  content: "􏒄";
}

/* line 13984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pizza:after {
  content: "􏠗";
}

/* line 13988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pizza-slice:after {
  content: "􏠘";
}

/* line 13992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-place-of-worship:after {
  content: "􏙿";
}

/* line 13996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane:after {
  content: "􏁲";
}

/* line 14000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane-alt:after {
  content: "􏏞";
}

/* line 14004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane-arrival:after {
  content: "􏖯";
}

/* line 14008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plane-departure:after {
  content: "􏖰";
}

/* line 14012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-play:after {
  content: "􏁋";
}

/* line 14016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-play-circle:after {
  content: "􏅄";
}

/* line 14020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plug:after {
  content: "􏇦";
}

/* line 14024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus:after {
  content: "􏁧";
}

/* line 14028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-circle:after {
  content: "􏁕";
}

/* line 14032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-hexagon:after {
  content: "􏌀";
}

/* line 14036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-octagon:after {
  content: "􏌁";
}

/* line 14040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-plus-square:after {
  content: "􏃾";
}

/* line 14044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-podcast:after {
  content: "􏋎";
}

/* line 14048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-podium:after {
  content: "􏚀";
}

/* line 14052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-podium-star:after {
  content: "􏝘";
}

/* line 14056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poll:after {
  content: "􏚁";
}

/* line 14060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poll-h:after {
  content: "􏚂";
}

/* line 14064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poll-people:after {
  content: "􏝙";
}

/* line 14068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poo:after {
  content: "􏋾";
}

/* line 14072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poo-storm:after {
  content: "􏝚";
}

/* line 14076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-poop:after {
  content: "􏘙";
}

/* line 14080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-popcorn:after {
  content: "􏠙";
}

/* line 14084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-portrait:after {
  content: "􏏠";
}

/* line 14088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pound-sign:after {
  content: "􏅔";
}

/* line 14092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-power-off:after {
  content: "􏀑";
}

/* line 14096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pray:after {
  content: "􏚃";
}

/* line 14100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-praying-hands:after {
  content: "􏚄";
}

/* line 14104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-prescription:after {
  content: "􏖱";
}

/* line 14108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-prescription-bottle:after {
  content: "􏒅";
}

/* line 14112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-prescription-bottle-alt:after {
  content: "􏒆";
}

/* line 14116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-presentation:after {
  content: "􏚅";
}

/* line 14120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-print:after {
  content: "􏀯";
}

/* line 14124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-print-search:after {
  content: "􏠚";
}

/* line 14128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-print-slash:after {
  content: "􏚆";
}

/* line 14132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-procedures:after {
  content: "􏒇";
}

/* line 14136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-project-diagram:after {
  content: "􏕂";
}

/* line 14140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-projector:after {
  content: "􏣖";
}

/* line 14144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-pumpkin:after {
  content: "􏜇";
}

/* line 14148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-puzzle-piece:after {
  content: "􏄮";
}

/* line 14152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-qrcode:after {
  content: "􏀩";
}

/* line 14156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-question:after {
  content: "􏄨";
}

/* line 14160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-question-circle:after {
  content: "􏁙";
}

/* line 14164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-question-square:after {
  content: "􏋽";
}

/* line 14168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quidditch:after {
  content: "􏑘";
}

/* line 14172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quote-left:after {
  content: "􏄍";
}

/* line 14176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quote-right:after {
  content: "􏄎";
}

/* line 14180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-quran:after {
  content: "􏚇";
}

/* line 14184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rabbit:after {
  content: "􏜈";
}

/* line 14188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rabbit-fast:after {
  content: "􏜉";
}

/* line 14192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-racquet:after {
  content: "􏑚";
}

/* line 14196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radiation:after {
  content: "􏞹";
}

/* line 14200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radiation-alt:after {
  content: "􏞺";
}

/* line 14204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radio:after {
  content: "􏣗";
}

/* line 14208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-radio-alt:after {
  content: "􏣘";
}

/* line 14212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rainbow:after {
  content: "􏝛";
}

/* line 14216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-raindrops:after {
  content: "􏝜";
}

/* line 14220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ram:after {
  content: "􏜊";
}

/* line 14224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ramp-loading:after {
  content: "􏓔";
}

/* line 14228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-random:after {
  content: "􏁴";
}

/* line 14232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-receipt:after {
  content: "􏕃";
}

/* line 14236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-record-vinyl:after {
  content: "􏣙";
}

/* line 14240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rectangle-landscape:after {
  content: "􏋺";
}

/* line 14244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rectangle-portrait:after {
  content: "􏋻";
}

/* line 14248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rectangle-wide:after {
  content: "􏋼";
}

/* line 14252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-recycle:after {
  content: "􏆸";
}

/* line 14256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-redo:after {
  content: "􏀞";
}

/* line 14260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-redo-alt:after {
  content: "􏋹";
}

/* line 14264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-registered:after {
  content: "􏉝";
}

/* line 14268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-remove-format:after {
  content: "􏡽";
}

/* line 14272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat:after {
  content: "􏍣";
}

/* line 14276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat-1:after {
  content: "􏍥";
}

/* line 14280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat-1-alt:after {
  content: "􏍦";
}

/* line 14284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-repeat-alt:after {
  content: "􏍤";
}

/* line 14288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-reply:after {
  content: "􏏥";
}

/* line 14292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-reply-all:after {
  content: "􏄢";
}

/* line 14296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-republican:after {
  content: "􏝞";
}

/* line 14300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-restroom:after {
  content: "􏞽";
}

/* line 14304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-retweet:after {
  content: "􏁹";
}

/* line 14308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-retweet-alt:after {
  content: "􏍡";
}

/* line 14312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ribbon:after {
  content: "􏓖";
}

/* line 14316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ring:after {
  content: "􏜋";
}

/* line 14320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rings-wedding:after {
  content: "􏠛";
}

/* line 14324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-road:after {
  content: "􏀘";
}

/* line 14328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-robot:after {
  content: "􏕄";
}

/* line 14332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rocket:after {
  content: "􏄵";
}

/* line 14336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-route:after {
  content: "􏓗";
}

/* line 14340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-route-highway:after {
  content: "􏘚";
}

/* line 14344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-route-interstate:after {
  content: "􏘛";
}

/* line 14348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-router:after {
  content: "􏣚";
}

/* line 14352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rss:after {
  content: "􏂞";
}

/* line 14356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rss-square:after {
  content: "􏅃";
}

/* line 14360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruble-sign:after {
  content: "􏅘";
}

/* line 14364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler:after {
  content: "􏕅";
}

/* line 14368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-combined:after {
  content: "􏕆";
}

/* line 14372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-horizontal:after {
  content: "􏕇";
}

/* line 14376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-triangle:after {
  content: "􏘜";
}

/* line 14380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ruler-vertical:after {
  content: "􏕈";
}

/* line 14384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-running:after {
  content: "􏜌";
}

/* line 14388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rupee-sign:after {
  content: "􏅖";
}

/* line 14392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-rv:after {
  content: "􏞾";
}

/* line 14396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sack:after {
  content: "􏠜";
}

/* line 14400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sack-dollar:after {
  content: "􏠝";
}

/* line 14404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sad-cry:after {
  content: "􏖳";
}

/* line 14408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sad-tear:after {
  content: "􏖴";
}

/* line 14412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-salad:after {
  content: "􏠞";
}

/* line 14416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sandwich:after {
  content: "􏠟";
}

/* line 14420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-satellite:after {
  content: "􏞿";
}

/* line 14424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-satellite-dish:after {
  content: "􏟀";
}

/* line 14428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sausage:after {
  content: "􏠠";
}

/* line 14432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-save:after {
  content: "􏃇";
}

/* line 14436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sax-hot:after {
  content: "􏣛";
}

/* line 14440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-saxophone:after {
  content: "􏣜";
}

/* line 14444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scalpel:after {
  content: "􏘝";
}

/* line 14448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scalpel-path:after {
  content: "􏘞";
}

/* line 14452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner:after {
  content: "􏒈";
}

/* line 14456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner-image:after {
  content: "􏣳";
}

/* line 14460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner-keyboard:after {
  content: "􏒉";
}

/* line 14464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scanner-touchscreen:after {
  content: "􏒊";
}

/* line 14468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scarecrow:after {
  content: "􏜍";
}

/* line 14472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scarf:after {
  content: "􏟁";
}

/* line 14476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-school:after {
  content: "􏕉";
}

/* line 14480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-screwdriver:after {
  content: "􏕊";
}

/* line 14484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scroll:after {
  content: "􏜎";
}

/* line 14488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scroll-old:after {
  content: "􏜏";
}

/* line 14492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scrubber:after {
  content: "􏋸";
}

/* line 14496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-scythe:after {
  content: "􏜐";
}

/* line 14500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sd-card:after {
  content: "􏟂";
}

/* line 14504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search:after {
  content: "􏀂";
}

/* line 14508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-dollar:after {
  content: "􏚈";
}

/* line 14512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-location:after {
  content: "􏚉";
}

/* line 14516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-minus:after {
  content: "􏀐";
}

/* line 14520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-search-plus:after {
  content: "􏀎";
}

/* line 14524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-seedling:after {
  content: "􏓘";
}

/* line 14528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-send-back:after {
  content: "􏡾";
}

/* line 14532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-send-backward:after {
  content: "􏡿";
}

/* line 14536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-server:after {
  content: "􏈳";
}

/* line 14540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shapes:after {
  content: "􏘟";
}

/* line 14544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share:after {
  content: "􏁤";
}

/* line 14548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-all:after {
  content: "􏍧";
}

/* line 14552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-alt:after {
  content: "􏇠";
}

/* line 14556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-alt-square:after {
  content: "􏇡";
}

/* line 14560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-share-square:after {
  content: "􏅍";
}

/* line 14564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sheep:after {
  content: "􏜑";
}

/* line 14568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shekel-sign:after {
  content: "􏈋";
}

/* line 14572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield:after {
  content: "􏄲";
}

/* line 14576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield-alt:after {
  content: "􏏭";
}

/* line 14580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield-check:after {
  content: "􏋷";
}

/* line 14584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shield-cross:after {
  content: "􏜒";
}

/* line 14588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ship:after {
  content: "􏈚";
}

/* line 14592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shipping-fast:after {
  content: "􏒋";
}

/* line 14596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shipping-timed:after {
  content: "􏒌";
}

/* line 14600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shish-kebab:after {
  content: "􏠡";
}

/* line 14604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shoe-prints:after {
  content: "􏕋";
}

/* line 14608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shopping-bag:after {
  content: "􏊐";
}

/* line 14612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shopping-basket:after {
  content: "􏊑";
}

/* line 14616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shopping-cart:after {
  content: "􏁺";
}

/* line 14620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shovel:after {
  content: "􏜓";
}

/* line 14624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shovel-snow:after {
  content: "􏟃";
}

/* line 14628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shower:after {
  content: "􏋌";
}

/* line 14632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shredder:after {
  content: "􏚊";
}

/* line 14636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shuttle-van:after {
  content: "􏖶";
}

/* line 14640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-shuttlecock:after {
  content: "􏑛";
}

/* line 14644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sickle:after {
  content: "􏠢";
}

/* line 14648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sigma:after {
  content: "􏚋";
}

/* line 14652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign:after {
  content: "􏓙";
}

/* line 14656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-in:after {
  content: "􏂐";
}

/* line 14660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-in-alt:after {
  content: "􏋶";
}

/* line 14664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-language:after {
  content: "􏊧";
}

/* line 14668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-out:after {
  content: "􏂋";
}

/* line 14672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sign-out-alt:after {
  content: "􏋵";
}

/* line 14676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal:after {
  content: "􏀒";
}

/* line 14680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-1:after {
  content: "􏚌";
}

/* line 14684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-2:after {
  content: "􏚍";
}

/* line 14688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-3:after {
  content: "􏚎";
}

/* line 14692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-4:after {
  content: "􏚏";
}

/* line 14696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt:after {
  content: "􏚐";
}

/* line 14700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-1:after {
  content: "􏚑";
}

/* line 14704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-2:after {
  content: "􏚒";
}

/* line 14708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-3:after {
  content: "􏚓";
}

/* line 14712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-alt-slash:after {
  content: "􏚔";
}

/* line 14716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-slash:after {
  content: "􏚕";
}

/* line 14720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signal-stream:after {
  content: "􏣝";
}

/* line 14724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-signature:after {
  content: "􏖷";
}

/* line 14728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sim-card:after {
  content: "􏟄";
}

/* line 14732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sitemap:after {
  content: "􏃨";
}

/* line 14736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skating:after {
  content: "􏟅";
}

/* line 14740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skeleton:after {
  content: "􏘠";
}

/* line 14744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ski-jump:after {
  content: "􏟇";
}

/* line 14748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ski-lift:after {
  content: "􏟈";
}

/* line 14752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skiing:after {
  content: "􏟉";
}

/* line 14756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skiing-nordic:after {
  content: "􏟊";
}

/* line 14760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skull:after {
  content: "􏕌";
}

/* line 14764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skull-cow:after {
  content: "􏣞";
}

/* line 14768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-skull-crossbones:after {
  content: "􏜔";
}

/* line 14772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-slash:after {
  content: "􏜕";
}

/* line 14776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sledding:after {
  content: "􏟋";
}

/* line 14780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sleigh:after {
  content: "􏟌";
}

/* line 14784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-h:after {
  content: "􏇞";
}

/* line 14788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-h-square:after {
  content: "􏏰";
}

/* line 14792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-v:after {
  content: "􏏱";
}

/* line 14796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sliders-v-square:after {
  content: "􏏲";
}

/* line 14800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile:after {
  content: "􏄘";
}

/* line 14804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile-beam:after {
  content: "􏖸";
}

/* line 14808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile-plus:after {
  content: "􏖹";
}

/* line 14812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smile-wink:after {
  content: "􏓚";
}

/* line 14816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smog:after {
  content: "􏝟";
}

/* line 14820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smoke:after {
  content: "􏝠";
}

/* line 14824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smoking:after {
  content: "􏒍";
}

/* line 14828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-smoking-ban:after {
  content: "􏕍";
}

/* line 14832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sms:after {
  content: "􏟍";
}

/* line 14836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snake:after {
  content: "􏜖";
}

/* line 14840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snooze:after {
  content: "􏢀";
}

/* line 14844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snow-blowing:after {
  content: "􏝡";
}

/* line 14848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowboarding:after {
  content: "􏟎";
}

/* line 14852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowflake:after {
  content: "􏋜";
}

/* line 14856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowflakes:after {
  content: "􏟏";
}

/* line 14860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowman:after {
  content: "􏟐";
}

/* line 14864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowmobile:after {
  content: "􏟑";
}

/* line 14868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-snowplow:after {
  content: "􏟒";
}

/* line 14872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-socks:after {
  content: "􏚖";
}

/* line 14876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-solar-panel:after {
  content: "􏖺";
}

/* line 14880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort:after {
  content: "􏃜";
}

/* line 14884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-down:after {
  content: "􏅝";
}

/* line 14888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-down-alt:after {
  content: "􏢁";
}

/* line 14892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-up:after {
  content: "􏅞";
}

/* line 14896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alpha-up-alt:after {
  content: "􏢂";
}

/* line 14900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-alt:after {
  content: "􏢃";
}

/* line 14904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-down:after {
  content: "􏅠";
}

/* line 14908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-down-alt:after {
  content: "􏢄";
}

/* line 14912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-up:after {
  content: "􏅡";
}

/* line 14916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-amount-up-alt:after {
  content: "􏢅";
}

/* line 14920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-down:after {
  content: "􏃝";
}

/* line 14924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-down:after {
  content: "􏅢";
}

/* line 14928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-down-alt:after {
  content: "􏢆";
}

/* line 14932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-up:after {
  content: "􏅣";
}

/* line 14936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-numeric-up-alt:after {
  content: "􏢇";
}

/* line 14940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-down:after {
  content: "􏢈";
}

/* line 14944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-down-alt:after {
  content: "􏢉";
}

/* line 14948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-up:after {
  content: "􏢊";
}

/* line 14952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-shapes-up-alt:after {
  content: "􏢋";
}

/* line 14956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-down:after {
  content: "􏢌";
}

/* line 14960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-down-alt:after {
  content: "􏢍";
}

/* line 14964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-up:after {
  content: "􏢎";
}

/* line 14968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-size-up-alt:after {
  content: "􏢏";
}

/* line 14972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sort-up:after {
  content: "􏃞";
}

/* line 14976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-soup:after {
  content: "􏠣";
}

/* line 14980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spa:after {
  content: "􏖻";
}

/* line 14984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-space-shuttle:after {
  content: "􏆗";
}

/* line 14988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spade:after {
  content: "􏋴";
}

/* line 14992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sparkles:after {
  content: "􏢐";
}

/* line 14996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-speaker:after {
  content: "􏣟";
}

/* line 15000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-speakers:after {
  content: "􏣠";
}

/* line 15004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spell-check:after {
  content: "􏢑";
}

/* line 15008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spider:after {
  content: "􏜗";
}

/* line 15012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spider-black-widow:after {
  content: "􏜘";
}

/* line 15016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spider-web:after {
  content: "􏜙";
}

/* line 15020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spinner:after {
  content: "􏄐";
}

/* line 15024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spinner-third:after {
  content: "􏏴";
}

/* line 15028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-splotch:after {
  content: "􏖼";
}

/* line 15032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-spray-can:after {
  content: "􏖽";
}

/* line 15036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square:after {
  content: "􏃈";
}

/* line 15040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square-full:after {
  content: "􏑜";
}

/* line 15044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square-root:after {
  content: "􏚗";
}

/* line 15048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-square-root-alt:after {
  content: "􏚘";
}

/* line 15052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-squirrel:after {
  content: "􏜚";
}

/* line 15056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-staff:after {
  content: "􏜛";
}

/* line 15060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stamp:after {
  content: "􏖿";
}

/* line 15064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star:after {
  content: "􏀅";
}

/* line 15068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-and-crescent:after {
  content: "􏚙";
}

/* line 15072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-christmas:after {
  content: "􏟔";
}

/* line 15076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-exclamation:after {
  content: "􏋳";
}

/* line 15080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-half:after {
  content: "􏂉";
}

/* line 15084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-half-alt:after {
  content: "􏗀";
}

/* line 15088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-of-david:after {
  content: "􏚚";
}

/* line 15092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-star-of-life:after {
  content: "􏘡";
}

/* line 15096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stars:after {
  content: "􏝢";
}

/* line 15100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-steak:after {
  content: "􏠤";
}

/* line 15104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-steering-wheel:after {
  content: "􏘢";
}

/* line 15108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-step-backward:after {
  content: "􏁈";
}

/* line 15112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-step-forward:after {
  content: "􏁑";
}

/* line 15116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stethoscope:after {
  content: "􏃱";
}

/* line 15120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sticky-note:after {
  content: "􏉉";
}

/* line 15124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stocking:after {
  content: "􏟕";
}

/* line 15128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stomach:after {
  content: "􏘣";
}

/* line 15132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stop:after {
  content: "􏁍";
}

/* line 15136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stop-circle:after {
  content: "􏊍";
}

/* line 15140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stopwatch:after {
  content: "􏋲";
}

/* line 15144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-store:after {
  content: "􏕎";
}

/* line 15148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-store-alt:after {
  content: "􏕏";
}

/* line 15152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stream:after {
  content: "􏕐";
}

/* line 15156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-street-view:after {
  content: "􏈝";
}

/* line 15160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stretcher:after {
  content: "􏠥";
}

/* line 15164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-strikethrough:after {
  content: "􏃌";
}

/* line 15168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-stroopwafel:after {
  content: "􏕑";
}

/* line 15172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-subscript:after {
  content: "􏄬";
}

/* line 15176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-subway:after {
  content: "􏈹";
}

/* line 15180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-suitcase:after {
  content: "􏃲";
}

/* line 15184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-suitcase-rolling:after {
  content: "􏗁";
}

/* line 15188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun:after {
  content: "􏆅";
}

/* line 15192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun-cloud:after {
  content: "􏝣";
}

/* line 15196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun-dust:after {
  content: "􏝤";
}

/* line 15200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sun-haze:after {
  content: "􏝥";
}

/* line 15204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sunglasses:after {
  content: "􏢒";
}

/* line 15208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sunrise:after {
  content: "􏝦";
}

/* line 15212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sunset:after {
  content: "􏝧";
}

/* line 15216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-superscript:after {
  content: "􏄫";
}

/* line 15220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-surprise:after {
  content: "􏗂";
}

/* line 15224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swatchbook:after {
  content: "􏗃";
}

/* line 15228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swimmer:after {
  content: "􏗄";
}

/* line 15232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swimming-pool:after {
  content: "􏗅";
}

/* line 15236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sword:after {
  content: "􏜜";
}

/* line 15240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-swords:after {
  content: "􏜝";
}

/* line 15244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-synagogue:after {
  content: "􏚛";
}

/* line 15248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sync:after {
  content: "􏀡";
}

/* line 15252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-sync-alt:after {
  content: "􏋱";
}

/* line 15256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-syringe:after {
  content: "􏒎";
}

/* line 15260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-table:after {
  content: "􏃎";
}

/* line 15264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-table-tennis:after {
  content: "􏑝";
}

/* line 15268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet:after {
  content: "􏄊";
}

/* line 15272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-alt:after {
  content: "􏏺";
}

/* line 15276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-android:after {
  content: "􏏻";
}

/* line 15280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-android-alt:after {
  content: "􏏼";
}

/* line 15284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablet-rugged:after {
  content: "􏒏";
}

/* line 15288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tablets:after {
  content: "􏒐";
}

/* line 15292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer:after {
  content: "􏃤";
}

/* line 15296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt:after {
  content: "􏏽";
}

/* line 15300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-average:after {
  content: "􏘤";
}

/* line 15304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-fast:after {
  content: "􏘥";
}

/* line 15308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-fastest:after {
  content: "􏘦";
}

/* line 15312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-slow:after {
  content: "􏘧";
}

/* line 15316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-alt-slowest:after {
  content: "􏘨";
}

/* line 15320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-average:after {
  content: "􏘩";
}

/* line 15324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-fast:after {
  content: "􏘪";
}

/* line 15328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-fastest:after {
  content: "􏘫";
}

/* line 15332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-slow:after {
  content: "􏘬";
}

/* line 15336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tachometer-slowest:after {
  content: "􏘭";
}

/* line 15340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-taco:after {
  content: "􏠦";
}

/* line 15344, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tag:after {
  content: "􏀫";
}

/* line 15348, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tags:after {
  content: "􏀬";
}

/* line 15352, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tally:after {
  content: "􏚜";
}

/* line 15356, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tanakh:after {
  content: "􏠧";
}

/* line 15360, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tape:after {
  content: "􏓛";
}

/* line 15364, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tasks:after {
  content: "􏂮";
}

/* line 15368, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tasks-alt:after {
  content: "􏠨";
}

/* line 15372, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-taxi:after {
  content: "􏆺";
}

/* line 15376, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-teeth:after {
  content: "􏘮";
}

/* line 15380, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-teeth-open:after {
  content: "􏘯";
}

/* line 15384, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-frigid:after {
  content: "􏝨";
}

/* line 15388, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-high:after {
  content: "􏝩";
}

/* line 15392, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-hot:after {
  content: "􏝪";
}

/* line 15396, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-temperature-low:after {
  content: "􏝫";
}

/* line 15400, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tenge:after {
  content: "􏟗";
}

/* line 15404, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tennis-ball:after {
  content: "􏑞";
}

/* line 15408, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-terminal:after {
  content: "􏄠";
}

/* line 15412, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text:after {
  content: "􏢓";
}

/* line 15416, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text-height:after {
  content: "􏀴";
}

/* line 15420, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text-size:after {
  content: "􏢔";
}

/* line 15424, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-text-width:after {
  content: "􏀵";
}

/* line 15428, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-th:after {
  content: "􏀊";
}

/* line 15432, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-th-large:after {
  content: "􏀉";
}

/* line 15436, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-th-list:after {
  content: "􏀋";
}

/* line 15440, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-theater-masks:after {
  content: "􏘰";
}

/* line 15444, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer:after {
  content: "􏒑";
}

/* line 15448, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-empty:after {
  content: "􏋋";
}

/* line 15452, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-full:after {
  content: "􏋇";
}

/* line 15456, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-half:after {
  content: "􏋉";
}

/* line 15460, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-quarter:after {
  content: "􏋊";
}

/* line 15464, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thermometer-three-quarters:after {
  content: "􏋈";
}

/* line 15468, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-theta:after {
  content: "􏚞";
}

/* line 15472, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thumbs-down:after {
  content: "􏅥";
}

/* line 15476, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thumbs-up:after {
  content: "􏅤";
}

/* line 15480, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thumbtack:after {
  content: "􏂍";
}

/* line 15484, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thunderstorm:after {
  content: "􏝬";
}

/* line 15488, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thunderstorm-moon:after {
  content: "􏝭";
}

/* line 15492, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-thunderstorm-sun:after {
  content: "􏝮";
}

/* line 15496, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ticket:after {
  content: "􏅅";
}

/* line 15500, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-ticket-alt:after {
  content: "􏏿";
}

/* line 15504, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tilde:after {
  content: "􏚟";
}

/* line 15508, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times:after {
  content: "􏀍";
}

/* line 15512, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-circle:after {
  content: "􏁗";
}

/* line 15516, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-hexagon:after {
  content: "􏋮";
}

/* line 15520, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-octagon:after {
  content: "􏋰";
}

/* line 15524, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-times-square:after {
  content: "􏋓";
}

/* line 15528, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tint:after {
  content: "􏁃";
}

/* line 15532, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tint-slash:after {
  content: "􏗇";
}

/* line 15536, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire:after {
  content: "􏘱";
}

/* line 15540, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire-flat:after {
  content: "􏘲";
}

/* line 15544, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire-pressure-warning:after {
  content: "􏘳";
}

/* line 15548, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tire-rugged:after {
  content: "􏘴";
}

/* line 15552, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tired:after {
  content: "􏗈";
}

/* line 15556, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toggle-off:after {
  content: "􏈄";
}

/* line 15560, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toggle-on:after {
  content: "􏈅";
}

/* line 15564, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toilet:after {
  content: "􏟘";
}

/* line 15568, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toilet-paper:after {
  content: "􏜞";
}

/* line 15572, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toilet-paper-alt:after {
  content: "􏜟";
}

/* line 15576, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tombstone:after {
  content: "􏜠";
}

/* line 15580, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tombstone-alt:after {
  content: "􏜡";
}

/* line 15584, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toolbox:after {
  content: "􏕒";
}

/* line 15588, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tools:after {
  content: "􏟙";
}

/* line 15592, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tooth:after {
  content: "􏗉";
}

/* line 15596, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-toothbrush:after {
  content: "􏘵";
}

/* line 15600, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-torah:after {
  content: "􏚠";
}

/* line 15604, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-torii-gate:after {
  content: "􏚡";
}

/* line 15608, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tornado:after {
  content: "􏝯";
}

/* line 15612, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tractor:after {
  content: "􏜢";
}

/* line 15616, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trademark:after {
  content: "􏉜";
}

/* line 15620, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-cone:after {
  content: "􏘶";
}

/* line 15624, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light:after {
  content: "􏘷";
}

/* line 15628, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light-go:after {
  content: "􏘸";
}

/* line 15632, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light-slow:after {
  content: "􏘹";
}

/* line 15636, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-traffic-light-stop:after {
  content: "􏘺";
}

/* line 15640, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-train:after {
  content: "􏈸";
}

/* line 15644, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tram:after {
  content: "􏟚";
}

/* line 15648, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-transgender:after {
  content: "􏈤";
}

/* line 15652, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-transgender-alt:after {
  content: "􏈥";
}

/* line 15656, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash:after {
  content: "􏇸";
}

/* line 15660, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-alt:after {
  content: "􏋭";
}

/* line 15664, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-restore:after {
  content: "􏠩";
}

/* line 15668, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-restore-alt:after {
  content: "􏠪";
}

/* line 15672, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-undo:after {
  content: "􏢕";
}

/* line 15676, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trash-undo-alt:after {
  content: "􏢖";
}

/* line 15680, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-treasure-chest:after {
  content: "􏜣";
}

/* line 15684, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree:after {
  content: "􏆻";
}

/* line 15688, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-alt:after {
  content: "􏐀";
}

/* line 15692, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-christmas:after {
  content: "􏟛";
}

/* line 15696, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-decorated:after {
  content: "􏟜";
}

/* line 15700, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-large:after {
  content: "􏟝";
}

/* line 15704, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tree-palm:after {
  content: "􏠫";
}

/* line 15708, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trees:after {
  content: "􏜤";
}

/* line 15712, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-triangle:after {
  content: "􏋬";
}

/* line 15716, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-triangle-music:after {
  content: "􏣢";
}

/* line 15720, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trophy:after {
  content: "􏂑";
}

/* line 15724, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trophy-alt:after {
  content: "􏋫";
}

/* line 15728, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck:after {
  content: "􏃑";
}

/* line 15732, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-container:after {
  content: "􏓜";
}

/* line 15736, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-couch:after {
  content: "􏓝";
}

/* line 15740, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-loading:after {
  content: "􏓞";
}

/* line 15744, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-monster:after {
  content: "􏘻";
}

/* line 15748, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-moving:after {
  content: "􏓟";
}

/* line 15752, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-pickup:after {
  content: "􏘼";
}

/* line 15756, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-plow:after {
  content: "􏟞";
}

/* line 15760, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-truck-ramp:after {
  content: "􏓠";
}

/* line 15764, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-trumpet:after {
  content: "􏣣";
}

/* line 15768, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tshirt:after {
  content: "􏕓";
}

/* line 15772, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tty:after {
  content: "􏇤";
}

/* line 15776, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-turkey:after {
  content: "􏜥";
}

/* line 15780, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-turntable:after {
  content: "􏣤";
}

/* line 15784, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-turtle:after {
  content: "􏜦";
}

/* line 15788, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv:after {
  content: "􏉬";
}

/* line 15792, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv-alt:after {
  content: "􏣥";
}

/* line 15796, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv-music:after {
  content: "􏣦";
}

/* line 15800, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-tv-retro:after {
  content: "􏐁";
}

/* line 15804, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-typewriter:after {
  content: "􏣧";
}

/* line 15808, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-umbrella:after {
  content: "􏃩";
}

/* line 15812, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-umbrella-beach:after {
  content: "􏗊";
}

/* line 15816, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-underline:after {
  content: "􏃍";
}

/* line 15820, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-undo:after {
  content: "􏃢";
}

/* line 15824, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-undo-alt:after {
  content: "􏋪";
}

/* line 15828, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unicorn:after {
  content: "􏜧";
}

/* line 15832, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-union:after {
  content: "􏚢";
}

/* line 15836, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-universal-access:after {
  content: "􏊚";
}

/* line 15840, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-university:after {
  content: "􏆜";
}

/* line 15844, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unlink:after {
  content: "􏄧";
}

/* line 15848, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unlock:after {
  content: "􏂜";
}

/* line 15852, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-unlock-alt:after {
  content: "􏄾";
}

/* line 15856, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-upload:after {
  content: "􏂓";
}

/* line 15860, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-usb-drive:after {
  content: "􏣩";
}

/* line 15864, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-usd-circle:after {
  content: "􏋨";
}

/* line 15868, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-usd-square:after {
  content: "􏋩";
}

/* line 15872, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user:after {
  content: "􏀇";
}

/* line 15876, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-alt:after {
  content: "􏐆";
}

/* line 15880, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-alt-slash:after {
  content: "􏓺";
}

/* line 15884, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-astronaut:after {
  content: "􏓻";
}

/* line 15888, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-chart:after {
  content: "􏚣";
}

/* line 15892, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-check:after {
  content: "􏓼";
}

/* line 15896, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-circle:after {
  content: "􏊽";
}

/* line 15900, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-clock:after {
  content: "􏓽";
}

/* line 15904, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-cog:after {
  content: "􏓾";
}

/* line 15908, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-cowboy:after {
  content: "􏣪";
}

/* line 15912, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-crown:after {
  content: "􏚤";
}

/* line 15916, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-edit:after {
  content: "􏓿";
}

/* line 15920, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-friends:after {
  content: "􏔀";
}

/* line 15924, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-graduate:after {
  content: "􏔁";
}

/* line 15928, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-hard-hat:after {
  content: "􏠬";
}

/* line 15932, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-headset:after {
  content: "􏠭";
}

/* line 15936, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-injured:after {
  content: "􏜨";
}

/* line 15940, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-lock:after {
  content: "􏔂";
}

/* line 15944, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-md:after {
  content: "􏃰";
}

/* line 15948, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-md-chat:after {
  content: "􏠮";
}

/* line 15952, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-minus:after {
  content: "􏔃";
}

/* line 15956, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-music:after {
  content: "􏣫";
}

/* line 15960, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-ninja:after {
  content: "􏔄";
}

/* line 15964, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-nurse:after {
  content: "􏠯";
}

/* line 15968, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-plus:after {
  content: "􏈴";
}

/* line 15972, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-secret:after {
  content: "􏈛";
}

/* line 15976, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-shield:after {
  content: "􏔅";
}

/* line 15980, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-slash:after {
  content: "􏔆";
}

/* line 15984, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-tag:after {
  content: "􏔇";
}

/* line 15988, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-tie:after {
  content: "􏔈";
}

/* line 15992, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-user-times:after {
  content: "􏈵";
}

/* line 15996, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users:after {
  content: "􏃀";
}

/* line 16000, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-class:after {
  content: "􏘽";
}

/* line 16004, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-cog:after {
  content: "􏔉";
}

/* line 16008, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-crown:after {
  content: "􏚥";
}

/* line 16012, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-users-medical:after {
  content: "􏠰";
}

/* line 16016, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensil-fork:after {
  content: "􏋣";
}

/* line 16020, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensil-knife:after {
  content: "􏋤";
}

/* line 16024, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensil-spoon:after {
  content: "􏋥";
}

/* line 16028, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensils:after {
  content: "􏋧";
}

/* line 16032, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-utensils-alt:after {
  content: "􏋦";
}

/* line 16036, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-value-absolute:after {
  content: "􏚦";
}

/* line 16040, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vector-square:after {
  content: "􏗋";
}

/* line 16044, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-venus:after {
  content: "􏈡";
}

/* line 16048, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-venus-double:after {
  content: "􏈦";
}

/* line 16052, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-venus-mars:after {
  content: "􏈨";
}

/* line 16056, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vhs:after {
  content: "􏣬";
}

/* line 16060, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vial:after {
  content: "􏒒";
}

/* line 16064, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vials:after {
  content: "􏒓";
}

/* line 16068, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-video:after {
  content: "􏀽";
}

/* line 16072, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-video-plus:after {
  content: "􏓡";
}

/* line 16076, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-video-slash:after {
  content: "􏓢";
}

/* line 16080, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vihara:after {
  content: "􏚧";
}

/* line 16084, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-violin:after {
  content: "􏣭";
}

/* line 16088, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-voicemail:after {
  content: "􏢗";
}

/* line 16092, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volcano:after {
  content: "􏝰";
}

/* line 16096, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volleyball-ball:after {
  content: "􏑟";
}

/* line 16100, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume:after {
  content: "􏚨";
}

/* line 16104, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-down:after {
  content: "􏀧";
}

/* line 16108, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-mute:after {
  content: "􏚩";
}

/* line 16112, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-off:after {
  content: "􏀦";
}

/* line 16116, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-slash:after {
  content: "􏋢";
}

/* line 16120, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-volume-up:after {
  content: "􏀨";
}

/* line 16124, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vote-nay:after {
  content: "􏝱";
}

/* line 16128, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vote-yea:after {
  content: "􏝲";
}

/* line 16132, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-vr-cardboard:after {
  content: "􏜩";
}

/* line 16136, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wagon-covered:after {
  content: "􏣮";
}

/* line 16140, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-walker:after {
  content: "􏠱";
}

/* line 16144, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-walkie-talkie:after {
  content: "􏣯";
}

/* line 16148, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-walking:after {
  content: "􏕔";
}

/* line 16152, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wallet:after {
  content: "􏕕";
}

/* line 16156, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wand:after {
  content: "􏜪";
}

/* line 16160, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wand-magic:after {
  content: "􏜫";
}

/* line 16164, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-warehouse:after {
  content: "􏒔";
}

/* line 16168, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-warehouse-alt:after {
  content: "􏒕";
}

/* line 16172, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-washer:after {
  content: "􏢘";
}

/* line 16176, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-watch:after {
  content: "􏋡";
}

/* line 16180, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-watch-calculator:after {
  content: "􏣰";
}

/* line 16184, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-watch-fitness:after {
  content: "􏘾";
}

/* line 16188, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-water:after {
  content: "􏝳";
}

/* line 16192, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-water-lower:after {
  content: "􏝴";
}

/* line 16196, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-water-rise:after {
  content: "􏝵";
}

/* line 16200, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wave-sine:after {
  content: "􏢙";
}

/* line 16204, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wave-square:after {
  content: "􏠾";
}

/* line 16208, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wave-triangle:after {
  content: "􏢚";
}

/* line 16212, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-waveform:after {
  content: "􏣱";
}

/* line 16216, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-waveform-path:after {
  content: "􏣲";
}

/* line 16220, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-webcam:after {
  content: "􏠲";
}

/* line 16224, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-webcam-slash:after {
  content: "􏠳";
}

/* line 16228, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-weight:after {
  content: "􏒖";
}

/* line 16232, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-weight-hanging:after {
  content: "􏗍";
}

/* line 16236, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-whale:after {
  content: "􏜬";
}

/* line 16240, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wheat:after {
  content: "􏜭";
}

/* line 16244, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wheelchair:after {
  content: "􏆓";
}

/* line 16248, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-whistle:after {
  content: "􏑠";
}

/* line 16252, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi:after {
  content: "􏇫";
}

/* line 16256, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi-1:after {
  content: "􏚪";
}

/* line 16260, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi-2:after {
  content: "􏚫";
}

/* line 16264, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wifi-slash:after {
  content: "􏚬";
}

/* line 16268, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wind:after {
  content: "􏜮";
}

/* line 16272, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wind-turbine:after {
  content: "􏢛";
}

/* line 16276, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wind-warning:after {
  content: "􏝶";
}

/* line 16280, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window:after {
  content: "􏐎";
}

/* line 16284, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-alt:after {
  content: "􏐏";
}

/* line 16288, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-close:after {
  content: "􏐐";
}

/* line 16292, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-maximize:after {
  content: "􏋐";
}

/* line 16296, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-minimize:after {
  content: "􏋑";
}

/* line 16300, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-window-restore:after {
  content: "􏋒";
}

/* line 16304, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-windsock:after {
  content: "􏝷";
}

/* line 16308, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wine-bottle:after {
  content: "􏜯";
}

/* line 16312, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wine-glass:after {
  content: "􏓣";
}

/* line 16316, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wine-glass-alt:after {
  content: "􏗎";
}

/* line 16320, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-won-sign:after {
  content: "􏅙";
}

/* line 16324, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wreath:after {
  content: "􏟢";
}

/* line 16328, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-wrench:after {
  content: "􏂭";
}

/* line 16332, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-x-ray:after {
  content: "􏒗";
}

/* line 16336, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-yen-sign:after {
  content: "􏅗";
}

/* line 16340, ../../../../sass/plugins/_fontawesome5pro.scss */
.fad.fa-yin-yang:after {
  content: "􏚭";
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f044, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c-f07e, U+f085, U+f089, U+f08b, U+f090, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14d, U+f150-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2-f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f328-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f358-f35b, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f410, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.3.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.13.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.13.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.13.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.13.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.3.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f310-f311, U+f34d, U+f3a5, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f132-f133, U+f144-f145, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f219, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e1, U+f2e3-f2e5, U+f2ec-f2ed, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f148, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-light-300-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 16605, ../../../../sass/plugins/_fontawesome5pro.scss */
.fal {
  font-weight: 300;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f017, U+f022, U+f024, U+f044, U+f057-f059, U+f07c, U+f089, U+f094, U+f09d, U+f0a4-f0a7, U+f0f8, U+f0fe, U+f11c, U+f146, U+f14a, U+f14d, U+f150-f152, U+f191-f192, U+f1ad, U+f1cd, U+f1d8, U+f1ea, U+f255-f25b, U+f28b, U+f28d, U+f2d0, U+f2d2, U+f328, U+f358-f35b, U+f410;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f019, U+f01c, U+f023, U+f025, U+f02a-f02b, U+f02d, U+f030, U+f040-f041, U+f047, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f05a-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07d-f07e, U+f085, U+f08b, U+f090, U+f093, U+f098, U+f09c, U+f09e, U+f0a8-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0ec, U+f0f4, U+f0fa-f0fd, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f14b-f14c, U+f153-f154, U+f156-f159, U+f175-f178, U+f182-f183, U+f188, U+f195, U+f199, U+f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f25c, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d3, U+f2db, U+f2e6-f2e7, U+f2ea, U+f2f0-f2f1, U+f2f5-f2f7, U+f2f9, U+f2fd, U+f301, U+f303, U+f308-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336-f337, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f360-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3be-f3bf, U+f3c2, U+f3c5, U+f3cd-f3cf, U+f3de, U+f3e5, U+f3ed, U+f3f0, U+f3f2, U+f3fa-f3fc, U+f400-f401, U+f40e-f40f, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f2b9, U+f2bb, U+f2c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.3.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44c, U+f44f-f451, U+f453, U+f455, U+f458, U+f45a-f45b, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f463-f46f, U+f472-f475, U+f479-f47a, U+f47d-f47e, U+f481-f487, U+f489, U+f48b-f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f086, U+f2b5, U+f4ad;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f0f2, U+f10d-f10e, U+f187, U+f2e9, U+f2fe, U+f3dd, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b9, U+f4bb-f4bf, U+f4c1-f4c6, U+f4c8, U+f4cb-f4d2, U+f4d4, U+f4d6, U+f4d8-f4d9, U+f4db-f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471, U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f4e6;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f0c0, U+f0c2, U+f0ed-f0ee, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f3f1, U+f406, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f3d1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.13.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.13.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.13.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.13.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.13.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f279, U+f586, U+f588;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5a9-f5af, U+f5b1, U+f5b6, U+f5b9-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f1f6;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f0e4, U+f109, U+f1b9, U+f1e5, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5da, U+f5dd, U+f5df-f5e5, U+f5e8-f5ea, U+f5ed-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb-f600, U+f603-f60e, U+f610, U+f614, U+f617-f619, U+f61c-f621, U+f623-f62f, U+f633, U+f635-f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f080, U+f0eb;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f0a1, U+f0b1, U+f200-f201, U+f2e2, U+f61a, U+f640, U+f643-f647, U+f64a-f64b, U+f64d-f653, U+f655-f656, U+f65d, U+f65f-f663, U+f665-f669, U+f66b-f675, U+f678-f67b, U+f67d-f680, U+f683-f689, U+f68b, U+f694-f695, U+f697-f699, U+f69b-f69c, U+f69e-f69f, U+f6a1-f6a9, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f676, U+f6ae, U+f6b0-f6b3, U+f6b5-f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6d5, U+f6d8-f6d9, U+f6db, U+f6de, U+f6e2-f6e3, U+f6e5-f6e7, U+f6e9-f6ec, U+f6ee, U+f6f1-f6f3, U+f6f5-f6f8, U+f6fc-f6fd, U+f6ff-f703, U+f707, U+f70a-f70b, U+f711-f713, U+f715-f71d, U+f720-f724, U+f726-f729, U+f72b, U+f72d, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f185, U+f2dc;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f6c3-f6c4, U+f72e, U+f732-f735, U+f737-f750, U+f752-f758, U+f75a, U+f75c, U+f75e-f76e, U+f771-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f77f, U+f781-f782, U+f788, U+f78a-f78c, U+f78e-f78f, U+f792-f796, U+f79a-f7a1, U+f7a3-f7a4, U+f7a7-f7a8, U+f7aa, U+f7ac-f7ae, U+f7b4-f7b6, U+f7b8, U+f7bd-f7be, U+f7c0-f7c3, U+f7c5, U+f7c7-f7d2, U+f7d4, U+f7d7-f7d8, U+f7da-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.3.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.3.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.3.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.3.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.3.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f06e, U+f070;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f135, U+f1e4, U+f2a0, U+f377, U+f470, U+f49c, U+f49e, U+f4c9, U+f6d6-f6d7, U+f705, U+f725, U+f77e, U+f780, U+f7e5-f7e7, U+f7e9-f7f0, U+f7f2-f7fc, U+f7fe, U+f800-f802, U+f804-f805, U+f807-f80f, U+f811-f812, U+f814-f818, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f356, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f313-f315, U+f34e, U+f439-f448, U+f502, U+f677, U+f843-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f878, U+f87a, U+f87c-f87d, U+f880-f892, U+f897-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f03e, U+f075, U+f07b, U+f0a0, U+f20a, U+f247-f248, U+f254, U+f25d, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f06d, U+f083-f084, U+f11e, U+f140, U+f19d, U+f251-f253, U+f275, U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f47f-f480, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5db, U+f5e7, U+f5f6, U+f611, U+f613, U+f654, U+f657-f658, U+f681-f682, U+f68c-f693, U+f6be, U+f6da, U+f6e4, U+f6ed, U+f6ef-f6f0, U+f6f4, U+f6fa-f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f75b, U+f779, U+f77c, U+f786-f787, U+f7ab, U+f7b2, U+f7b7, U+f7bf, U+f7e8, U+f813, U+f85f, U+f863, U+f87b, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02e, U+f073, U+f0c5, U+f0c7-f0c8, U+f0e0, U+f111, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f1c1-f1c9, U+f1f9, U+f249, U+f271-f274, U+f2b6, U+f2ed;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f02c, U+f031-f035, U+f04b-f04d, U+f056, U+f08d, U+f095, U+f0a3, U+f0dc-f0de, U+f110, U+f129-f12c, U+f132, U+f145, U+f193, U+f197, U+f1ab, U+f1ce, U+f1dc, U+f1f8, U+f219, U+f29a, U+f29e, U+f2a7, U+f2e1, U+f2e3-f2e5, U+f2ec, U+f2f2, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f3ff, U+f45c, U+f460, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f5f3, U+f630-f632, U+f634, U+f63e, U+f641, U+f659-f65c, U+f696, U+f6a0, U+f6b4, U+f6bd, U+f6dd, U+f706, U+f708-f709, U+f70d-f710, U+f714, U+f71e-f71f, U+f736, U+f76f-f770, U+f777, U+f783-f784, U+f7a9, U+f7c4, U+f7d5, U+f7d9, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828-f82a, U+f856-f857, U+f865, U+f879, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f0f3, U+f24d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f08e, U+f091, U+f104-f105, U+f11b, U+f13d, U+f149, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f26c, U+f29d, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f338, U+f33d, U+f35d, U+f48a, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f601, U+f61b, U+f64c, U+f65e, U+f664, U+f66a, U+f68a, U+f6c0-f6c1, U+f6df-f6e1, U+f6e8, U+f6f9, U+f70c, U+f7a6, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8c9, U+f8cb-f8d1, U+f8d3-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-regular-400-free-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f118-f11a, U+f14e, U+f186, U+f2bd, U+f4da, U+f556, U+f567, U+f579-f57a, U+f57f-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c2, U+f5c8;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f148, U+f155, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2e8, U+f2f8, U+f354, U+f357, U+f433-f434, U+f436, U+f44e, U+f45e, U+f4c7, U+f4e3, U+f51f, U+f54e, U+f57c-f57e, U+f5c0, U+f5c3, U+f5ce, U+f5de, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f67c, U+f69a, U+f6aa-f6ab, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f7ff, U+f803, U+f806, U+f810, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-regular-400-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 17005, ../../../../sass/plugins/_fontawesome5pro.scss */
.fal,
.far {
  font-family: "Font Awesome 5 Pro";
}

/* line 17010, ../../../../sass/plugins/_fontawesome5pro.scss */
.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f002, U+f008-f009, U+f00b-f00c, U+f00e, U+f011, U+f013, U+f017, U+f019, U+f01c, U+f022-f025, U+f02a-f02b, U+f02d, U+f030, U+f041, U+f044, U+f049-f04a, U+f04e, U+f050, U+f052-f055, U+f057-f05b, U+f05e, U+f060-f066, U+f068-f06a, U+f074, U+f077-f07a, U+f07c, U+f085, U+f089, U+f093-f094, U+f098, U+f09c-f09e, U+f0a4-f0ab, U+f0b2, U+f0c1, U+f0c3, U+f0c6, U+f0c9, U+f0ce, U+f0d7-f0db, U+f0e2-f0e3, U+f0e9-f0ea, U+f0f4, U+f0f8, U+f0fa-f0fe, U+f100-f103, U+f106-f108, U+f10a-f10b, U+f11c, U+f120-f122, U+f124, U+f126-f128, U+f12e, U+f134, U+f137-f13a, U+f13e, U+f141-f143, U+f146, U+f14a-f14b, U+f14d, U+f150-f154, U+f156-f159, U+f182-f183, U+f188, U+f191-f192, U+f195, U+f199, U+f1ad-f1ae, U+f1b0, U+f1b2-f1b3, U+f1b8, U+f1bb, U+f1c0, U+f1cd, U+f1d8, U+f1da, U+f1e0-f1e2, U+f1e6, U+f1ea, U+f1fa, U+f1fd-f1fe, U+f204-f206, U+f20b, U+f217-f218, U+f21c, U+f222, U+f224, U+f226-f229, U+f233, U+f238-f239, U+f240-f244, U+f246, U+f255-f25c, U+f28b, U+f28d, U+f290-f292, U+f295, U+f2a1-f2a4, U+f2a8, U+f2c7-f2ce, U+f2d0, U+f2d2, U+f2db, U+f2e7, U+f2ea, U+f2f1, U+f2f5-f2f6, U+f2f9, U+f303, U+f309-f30c, U+f328, U+f337, U+f358-f35b, U+f360, U+f362, U+f3be-f3bf, U+f3c5, U+f3cd, U+f3e5, U+f3ed, U+f3fa, U+f410;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.0.svg#fontawesome) format("svg");
  unicode-range: U+f040, U+f047, U+f07d-f07e, U+f08b, U+f090, U+f0ec, U+f14c, U+f175-f178, U+f2d3, U+f2e6, U+f2f0, U+f2f7, U+f2fd, U+f301, U+f308, U+f30d-f30f, U+f31d, U+f320-f322, U+f325-f326, U+f329-f32e, U+f330-f332, U+f336, U+f339-f33c, U+f33e, U+f340-f34c, U+f350-f353, U+f355, U+f361, U+f363-f367, U+f376, U+f37e, U+f387, U+f389-f38a, U+f390, U+f39b-f39c, U+f3a0, U+f3b3, U+f3c2, U+f3ce-f3cf, U+f3de, U+f3f0, U+f3f2, U+f3fb-f3fc, U+f400-f401, U+f40e-f40f, U+f422, U+f424;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.1.svg#fontawesome) format("svg");
  unicode-range: U+f3c1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.3.svg#fontawesome) format("svg");
  unicode-range: U+f245, U+f2b9, U+f2bb, U+f2c1, U+f3e0;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f1e3, U+f44b, U+f450, U+f453, U+f458, U+f45d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.5.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.5.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.5.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.5.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.5.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.5.svg#fontawesome) format("svg");
  unicode-range: U+f432, U+f437-f438, U+f449-f44a, U+f44c, U+f44f, U+f451, U+f455, U+f45a-f45b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f0d1, U+f0f1, U+f0f9, U+f21e, U+f461, U+f466, U+f468-f46d, U+f472, U+f474, U+f479, U+f47d-f47e, U+f481-f482, U+f484-f487, U+f48b, U+f48d-f48e, U+f490-f494, U+f496;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.7.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.7.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.7.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.7.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.7.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.7.svg#fontawesome) format("svg");
  unicode-range: U+f463-f465, U+f467, U+f46e-f46f, U+f473, U+f475, U+f47a, U+f483, U+f489, U+f48c, U+f48f, U+f495;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f03d, U+f06c, U+f086, U+f0f2, U+f10d-f10e, U+f187, U+f2b5, U+f2fe, U+f3dd, U+f4ad, U+f4b3, U+f4b8-f4b9, U+f4bd-f4be, U+f4c2, U+f4c4, U+f4cd-f4ce, U+f4d6, U+f4d8-f4d9, U+f4db, U+f4de-f4df, U+f4e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.9.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.9.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.9.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.9.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.9.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.9.svg#fontawesome) format("svg");
  unicode-range: U+f2e9, U+f47b-f47c, U+f498, U+f49a-f49b, U+f49d, U+f49f-f4ac, U+f4ae-f4b2, U+f4b4-f4b7, U+f4bb-f4bc, U+f4bf, U+f4c1, U+f4c3, U+f4c5-f4c6, U+f4c8, U+f4cb-f4cc, U+f4cf-f4d2, U+f4d4, U+f4dc-f4dd, U+f4e0-f4e1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f471;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.10.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.10.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.10.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.10.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.10.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.10.svg#fontawesome) format("svg");
  unicode-range: U+f4ca;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f007, U+f0c0, U+f0c2, U+f0f0, U+f1de, U+f21b, U+f234-f235, U+f381-f382, U+f406, U+f4e6, U+f4fa-f501, U+f503-f509;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.11.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.11.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.11.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.11.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.11.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.0.11.svg#fontawesome) format("svg");
  unicode-range: U+f0ed-f0ee, U+f3f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.0.13.svg#fontawesome) format("svg");
  unicode-range: U+f010, U+f067, U+f072, U+f0ad, U+f0d6, U+f0e8, U+f130-f131, U+f24e, U+f3c9, U+f3d1, U+f515-f517, U+f519-f51e, U+f520-f52c, U+f52e, U+f530-f533, U+f535-f54b, U+f54d, U+f54f-f552, U+f554-f555;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f043, U+f0c4, U+f0d0, U+f125, U+f1ba, U+f1fb-f1fc, U+f207, U+f236, U+f279, U+f304-f305, U+f52d, U+f557-f558, U+f55a-f55f, U+f562-f566, U+f568, U+f56a-f56b, U+f575-f577, U+f57b, U+f586, U+f588, U+f58d-f590, U+f593-f595, U+f59d, U+f59f-f5a2, U+f5a6-f5a7, U+f5aa-f5af, U+f5b1, U+f5b6, U+f5ba-f5bd, U+f5c4-f5c5, U+f5c7, U+f5c9-f5cb, U+f5cd;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.0.svg#fontawesome) format("svg");
  unicode-range: U+f5a9, U+f5b9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.1.1.svg#fontawesome) format("svg");
  unicode-range: U+f386;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f018, U+f109, U+f1b9, U+f1e5, U+f1f6, U+f21d, U+f276-f277, U+f3fd, U+f4d7, U+f518, U+f5d0-f5d2, U+f5d7, U+f5da, U+f5df, U+f5e1, U+f5e4, U+f5ee, U+f5fc-f5fd, U+f610, U+f619, U+f61f, U+f621, U+f62e-f62f, U+f637, U+f63b-f63c;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.2.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.2.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.2.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.2.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.2.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.2.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e4, U+f5d3-f5d6, U+f5d8-f5d9, U+f5dd, U+f5e0, U+f5e2-f5e3, U+f5e5, U+f5e8-f5ea, U+f5ed, U+f5ef-f5f0, U+f5f2, U+f5f4-f5f5, U+f5f8-f5f9, U+f5fb, U+f5fe-f600, U+f603-f60e, U+f614, U+f617-f618, U+f61c-f61e, U+f620, U+f623-f62d, U+f633, U+f635-f636, U+f638-f63a, U+f63d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f027-f028, U+f080, U+f0a1, U+f0b1, U+f0eb, U+f200-f201, U+f644, U+f647, U+f64a, U+f64f, U+f651, U+f653, U+f655, U+f65d, U+f662, U+f665-f666, U+f669, U+f66b, U+f66d, U+f66f, U+f674, U+f678-f679, U+f67b, U+f67f, U+f683-f684, U+f687-f689, U+f698-f699, U+f69b, U+f6a1, U+f6a7, U+f6a9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.3.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.3.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.3.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.3.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.3.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.3.0.svg#fontawesome) format("svg");
  unicode-range: U+f2e2, U+f61a, U+f640, U+f643, U+f645-f646, U+f64b, U+f64d-f64e, U+f650, U+f652, U+f656, U+f65f-f661, U+f663, U+f667-f668, U+f66c, U+f66e, U+f670-f673, U+f675, U+f67a, U+f67d-f67e, U+f680, U+f685-f686, U+f68b, U+f694-f695, U+f697, U+f69c, U+f69e-f69f, U+f6a2-f6a6, U+f6a8, U+f6ac;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f676, U+f6b6-f6b7, U+f6bb, U+f6cf, U+f6d1, U+f6d3, U+f6d5, U+f6d9, U+f6de, U+f6e2-f6e3, U+f6e6, U+f6ec, U+f6f1-f6f2, U+f6fc, U+f6ff-f700, U+f70b, U+f715, U+f717, U+f722, U+f728-f729, U+f72f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.0.svg#fontawesome) format("svg");
  unicode-range: U+f499, U+f6ae, U+f6b0-f6b3, U+f6b5, U+f6b8-f6ba, U+f6bc, U+f6bf, U+f6c2, U+f6c5-f6c8, U+f6cb, U+f6cd-f6ce, U+f6d0, U+f6d2, U+f6d4, U+f6d8, U+f6db, U+f6e5, U+f6e7, U+f6e9-f6eb, U+f6ee, U+f6f3, U+f6f5-f6f8, U+f6fd, U+f701-f703, U+f707, U+f70a, U+f711-f713, U+f716, U+f718-f71d, U+f720-f721, U+f723-f724, U+f726-f727, U+f72b, U+f72d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.4.1.svg#fontawesome) format("svg");
  unicode-range: U+f72a;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f0e7, U+f185, U+f2dc, U+f6c3-f6c4, U+f72e, U+f73b-f73d, U+f740, U+f743, U+f747, U+f74d, U+f753, U+f756, U+f75a, U+f75e-f75f, U+f769, U+f76b, U+f772-f773;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.5.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.5.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.5.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.5.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.5.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.5.0.svg#fontawesome) format("svg");
  unicode-range: U+f732-f735, U+f737-f73a, U+f73e-f73f, U+f741-f742, U+f744-f746, U+f748-f74c, U+f74e-f750, U+f752, U+f754-f755, U+f757-f758, U+f75c, U+f760-f768, U+f76a, U+f76c-f76e, U+f771, U+f774-f776;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f06b, U+f5b7, U+f77d, U+f781, U+f788, U+f78c, U+f793-f794, U+f796, U+f79c, U+f79f-f7a0, U+f7a4, U+f7aa, U+f7ad-f7ae, U+f7b5-f7b6, U+f7bd, U+f7c0, U+f7c2, U+f7c5, U+f7c9-f7ca, U+f7cc-f7ce, U+f7d0, U+f7d2, U+f7d7-f7d8, U+f7da;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.6.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.6.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.6.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.6.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.6.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.6.0.svg#fontawesome) format("svg");
  unicode-range: U+f77f, U+f782, U+f78a-f78b, U+f78e-f78f, U+f792, U+f795, U+f79a-f79b, U+f79d-f79e, U+f7a1, U+f7a3, U+f7a7-f7a8, U+f7ac, U+f7b4, U+f7b8, U+f7be, U+f7c1, U+f7c3, U+f7c7-f7c8, U+f7cb, U+f7cf, U+f7d1, U+f7d4, U+f7db-f7dc, U+f7de, U+f7e2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.1.svg#fontawesome) format("svg");
  unicode-range: U+f071;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.6.3.svg#fontawesome) format("svg");
  unicode-range: U+f7e4;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f00a, U+f015, U+f06e, U+f070, U+f135, U+f1e4, U+f2a0, U+f470, U+f49e, U+f6d7, U+f780, U+f7e5-f7e6, U+f7ec, U+f7ef, U+f7f2, U+f7f5, U+f7f7, U+f7fb, U+f805, U+f807, U+f80f, U+f812, U+f815-f816, U+f818, U+f82f;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.0.svg#fontawesome) format("svg");
  unicode-range: U+f377, U+f49c, U+f4c9, U+f6d6, U+f705, U+f725, U+f77e, U+f7e7, U+f7e9-f7eb, U+f7ed-f7ee, U+f7f0, U+f7f3-f7f4, U+f7f6, U+f7f8-f7fa, U+f7fc, U+f7fe, U+f800-f802, U+f804, U+f808-f80e, U+f811, U+f814, U+f817, U+f81b, U+f81e-f823, U+f825-f827, U+f82c-f82e, U+f830-f833;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.7.1.svg#fontawesome) format("svg");
  unicode-range: U+f7f1;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f01e, U+f021, U+f026, U+f076, U+f12d, U+f31e, U+f45f, U+f5b0, U+f83e;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.8.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.8.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.8.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.8.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.8.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.8.0.svg#fontawesome) format("svg");
  unicode-range: U+f356;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.8.2.svg#fontawesome) format("svg");
  unicode-range: U+f560;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f036-f03c, U+f0ae, U+f0ca-f0cd, U+f15d-f15e, U+f160-f163, U+f1dd, U+f439-f43a, U+f43c, U+f43f, U+f441, U+f443, U+f445, U+f447, U+f502, U+f84a, U+f84c, U+f850, U+f853, U+f86d, U+f87c-f87d, U+f881-f882, U+f884-f887, U+f891, U+f897;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.9.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.9.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.9.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.9.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.9.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.9.0.svg#fontawesome) format("svg");
  unicode-range: U+f313-f315, U+f34e, U+f43b, U+f43d-f43e, U+f440, U+f442, U+f444, U+f446, U+f448, U+f677, U+f843-f849, U+f84b, U+f84d-f84f, U+f851-f852, U+f854-f855, U+f858-f85e, U+f860-f862, U+f864, U+f866-f86c, U+f86e-f878, U+f87a, U+f880, U+f883, U+f888-f890, U+f892, U+f898-f89b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f000, U+f012, U+f029, U+f03e, U+f06d, U+f075, U+f07b, U+f083-f084, U+f0a0, U+f11e, U+f140, U+f19d, U+f20a, U+f247-f248, U+f251-f254, U+f25d, U+f275, U+f27a, U+f2c2, U+f2d1, U+f302, U+f3a5, U+f47f, U+f52f, U+f534, U+f561, U+f578, U+f591, U+f5e7, U+f613, U+f654, U+f658, U+f681-f682, U+f6be, U+f6ed, U+f6f0, U+f6fa, U+f75b, U+f77c, U+f786-f787, U+f7ab, U+f7bf, U+f863, U+f87b;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.1.svg#fontawesome) format("svg");
  unicode-range: U+f310-f311, U+f34d, U+f435, U+f454, U+f456, U+f476, U+f480, U+f5db, U+f5f6, U+f611, U+f657, U+f68c-f693, U+f6da, U+f6e4, U+f6ef, U+f6f4, U+f6fb, U+f6fe, U+f72c, U+f751, U+f759, U+f779, U+f7b2, U+f7b7, U+f7e8, U+f813, U+f85f, U+f89c-f89d;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f004-f005, U+f02c, U+f02e, U+f031-f035, U+f04b-f04d, U+f056, U+f073, U+f08d, U+f095, U+f0a3, U+f0c5, U+f0c7-f0c8, U+f0dc-f0de, U+f0e0, U+f110-f111, U+f129-f12c, U+f133, U+f144, U+f15b-f15c, U+f164-f165, U+f193, U+f197, U+f1ab, U+f1c1-f1c9, U+f1ce, U+f1dc, U+f1f8-f1f9, U+f249, U+f271-f274, U+f29a, U+f29e, U+f2a7, U+f2b6, U+f2e5, U+f2ed, U+f2f2, U+f3ff, U+f45c, U+f462, U+f477-f478, U+f497, U+f4ba, U+f4d3, U+f54c, U+f553, U+f559, U+f56c-f574, U+f5bf, U+f5c1, U+f630, U+f641, U+f696, U+f6a0, U+f6dd, U+f70e, U+f714, U+f71e, U+f783-f784, U+f7a9, U+f7c4, U+f7d9, U+f829-f82a, U+f879;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.10.2.svg#fontawesome) format("svg");
  unicode-range: U+f132, U+f145, U+f219, U+f2e1, U+f2e3-f2e4, U+f2ec, U+f2f4, U+f2fa-f2fc, U+f306, U+f312, U+f316-f31a, U+f31c, U+f327, U+f333-f335, U+f3f4, U+f460, U+f5f3, U+f631-f632, U+f634, U+f63e, U+f659-f65c, U+f6b4, U+f6bd, U+f706, U+f708-f709, U+f70d, U+f70f-f710, U+f71f, U+f736, U+f76f-f770, U+f777, U+f7d5, U+f7dd, U+f7fd, U+f81c-f81d, U+f824, U+f828, U+f856-f857, U+f865, U+f87e, U+f893-f896;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f001, U+f02f, U+f042, U+f091, U+f0f3, U+f104-f105, U+f11b, U+f13d, U+f1ac, U+f1ec, U+f223, U+f225, U+f22a-f22c, U+f24d, U+f26c, U+f29d, U+f338, U+f35d, U+f4c0, U+f569, U+f5dc, U+f5eb, U+f65e, U+f664, U+f66a, U+f6c0, U+f6e8, U+f70c, U+f7a6, U+f8c0-f8c1, U+f8cc, U+f8d9;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.0.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.0.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.0.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.0.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.0.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.0.svg#fontawesome) format("svg");
  unicode-range: U+f08e, U+f149, U+f2eb, U+f2ee, U+f2f3, U+f300, U+f307, U+f323-f324, U+f33d, U+f48a, U+f601, U+f61b, U+f64c, U+f68a, U+f6c1, U+f6df-f6e1, U+f6f9, U+f81a, U+f89f-f8a5, U+f8a7-f8b6, U+f8b8-f8bf, U+f8c2-f8c9, U+f8cb, U+f8cd-f8d1, U+f8d3-f8d8, U+f8da-f8dd, U+f8df-f8e0, U+f8e2-f8e7, U+f8e9-f8ed, U+f8ef-f8f2;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.eot);
  src: url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.eot#iefix) format("embedded-opentype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.woff2) format("woff2"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.woff) format("woff"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.ttf) format("truetype"), url(https://kit-free.fontawesome.com/algo/2/webfonts/fa-solid-900-free-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f00d, U+f048, U+f051, U+f0ac, U+f0b0, U+f118-f11a, U+f14e, U+f155, U+f186, U+f19c, U+f1eb, U+f21a, U+f221, U+f22d, U+f2bd, U+f433-f434, U+f436, U+f44e, U+f4da, U+f4e3, U+f51f, U+f54e, U+f556, U+f567, U+f579-f57a, U+f57c-f585, U+f587, U+f589-f58c, U+f596-f59c, U+f5a4-f5a5, U+f5b3-f5b4, U+f5b8, U+f5c0, U+f5c2-f5c3, U+f5c8, U+f5ce, U+f5de, U+f67c, U+f69a, U+f6ad, U+f7a2, U+f7a5, U+f7b9-f7ba, U+f806, U+f810;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.1.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.1.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.1.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.1.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.1.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.1.svg#fontawesome) format("svg");
  unicode-range: U+f148, U+f2e8, U+f2f8, U+f354, U+f357, U+f45e, U+f4c7, U+f5e6, U+f5ec, U+f602, U+f615-f616, U+f622, U+f648-f649, U+f6aa-f6ab, U+f7ff, U+f803, U+f819, U+f82b, U+f87f, U+f8de, U+f8ee;
}
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.2.eot);
  src: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.2.eot?#iefix) format("embedded-opentype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.2.woff2) format("woff2"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.2.woff) format("woff"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.2.ttf) format("truetype"), url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/webfonts/fa-solid-900-pro-5.11.2.svg#fontawesome) format("svg");
  unicode-range: U+f488, U+f8b7, U+f8f3;
}
/* line 17445, ../../../../sass/plugins/_fontawesome5pro.scss */
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: 'icomoon';
  src: url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/iconmoon/icomoon.eot?ytm7g4");
  src: url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/iconmoon/icomoon.eot?ytm7g4#iefix") format("embedded-opentype"), url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/iconmoon/icomoon.ttf?ytm7g4") format("truetype"), url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/iconmoon/icomoon.woff?ytm7g4") format("woff"), url("https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/fonts/iconmoon/icomoon.svg?ytm7g4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* line 13, ../../../../sass/plugins/_iconmoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 28, ../../../../sass/plugins/_iconmoon.scss */
.icon-terrace:before {
  content: "\ea52";
}

/* line 31, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-hotelmanager:before {
  content: "\ea4c";
}

/* line 34, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-paritymaker:before {
  content: "\ea4d";
}

/* line 37, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-priceseeker:before {
  content: "\ea4e";
}

/* line 40, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-ratecheck:before {
  content: "\ea4f";
}

/* line 43, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-rescueseeker:before {
  content: "\ea50";
}

/* line 46, ../../../../sass/plugins/_iconmoon.scss */
.icon-ico-reviewseeker:before {
  content: "\ea51";
}

/* line 49, ../../../../sass/plugins/_iconmoon.scss */
.icon-couponlong:before {
  content: "\ea4a";
}

/* line 52, ../../../../sass/plugins/_iconmoon.scss */
.icon-coupon:before {
  content: "\ea4b";
}

/* line 55, ../../../../sass/plugins/_iconmoon.scss */
.icon-cocktel:before {
  content: "\ea46";
}

/* line 58, ../../../../sass/plugins/_iconmoon.scss */
.icon-gafas:before {
  content: "\ea47";
}

/* line 61, ../../../../sass/plugins/_iconmoon.scss */
.icon-pelota:before {
  content: "\ea48";
}

/* line 64, ../../../../sass/plugins/_iconmoon.scss */
.icon-piscina:before {
  content: "\ea49";
}

/* line 67, ../../../../sass/plugins/_iconmoon.scss */
.icon-email2:before {
  content: "\ea43";
}

/* line 70, ../../../../sass/plugins/_iconmoon.scss */
.icon-luggage2:before {
  content: "\ea44";
}

/* line 73, ../../../../sass/plugins/_iconmoon.scss */
.icon-nodisturb:before {
  content: "\ea45";
}

/* line 76, ../../../../sass/plugins/_iconmoon.scss */
.icon-percent:before {
  content: "\61";
}

/* line 79, ../../../../sass/plugins/_iconmoon.scss */
.icon-bed:before {
  content: "\62";
}

/* line 82, ../../../../sass/plugins/_iconmoon.scss */
.icon-dots:before {
  content: "\63";
}

/* line 85, ../../../../sass/plugins/_iconmoon.scss */
.icon-buffet:before {
  content: "\e900";
}

/* line 88, ../../../../sass/plugins/_iconmoon.scss */
.icon-zen:before {
  content: "\e901";
}

/* line 91, ../../../../sass/plugins/_iconmoon.scss */
.icon-drink:before {
  content: "\e902";
}

/* line 94, ../../../../sass/plugins/_iconmoon.scss */
.icon-bike:before {
  content: "\e903";
}

/* line 97, ../../../../sass/plugins/_iconmoon.scss */
.icon-celiac:before {
  content: "\e904";
}

/* line 100, ../../../../sass/plugins/_iconmoon.scss */
.icon-chart:before {
  content: "\e905";
}

/* line 103, ../../../../sass/plugins/_iconmoon.scss */
.icon-chips:before {
  content: "\e906";
}

/* line 106, ../../../../sass/plugins/_iconmoon.scss */
.icon-clock:before {
  content: "\e907";
}

/* line 109, ../../../../sass/plugins/_iconmoon.scss */
.icon-download:before {
  content: "\e908";
}

/* line 112, ../../../../sass/plugins/_iconmoon.scss */
.icon-friends:before {
  content: "\e909";
}

/* line 115, ../../../../sass/plugins/_iconmoon.scss */
.icon-group:before {
  content: "\e90a";
}

/* line 118, ../../../../sass/plugins/_iconmoon.scss */
.icon-headset:before {
  content: "\e90b";
}

/* line 121, ../../../../sass/plugins/_iconmoon.scss */
.icon-hipster:before {
  content: "\e90c";
}

/* line 124, ../../../../sass/plugins/_iconmoon.scss */
.icon-lamp:before {
  content: "\e90d";
}

/* line 127, ../../../../sass/plugins/_iconmoon.scss */
.icon-like:before {
  content: "\e90e";
}

/* line 130, ../../../../sass/plugins/_iconmoon.scss */
.icon-map:before {
  content: "\e90f";
}

/* line 133, ../../../../sass/plugins/_iconmoon.scss */
.icon-men:before {
  content: "\e910";
}

/* line 136, ../../../../sass/plugins/_iconmoon.scss */
.icon-monument:before {
  content: "\e911";
}

/* line 139, ../../../../sass/plugins/_iconmoon.scss */
.icon-new:before {
  content: "\e912";
}

/* line 142, ../../../../sass/plugins/_iconmoon.scss */
.icon-pig:before {
  content: "\e913";
}

/* line 145, ../../../../sass/plugins/_iconmoon.scss */
.icon-pdf:before {
  content: "\e914";
}

/* line 148, ../../../../sass/plugins/_iconmoon.scss */
.icon-play:before {
  content: "\e915";
}

/* line 151, ../../../../sass/plugins/_iconmoon.scss */
.icon-row:before {
  content: "\e916";
}

/* line 154, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE917:before {
  content: "\e917";
}

/* line 157, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE918:before {
  content: "\e918";
}

/* line 160, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE919:before {
  content: "\e919";
}

/* line 163, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE91A:before {
  content: "\e91a";
}

/* line 166, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE91B:before {
  content: "\e91b";
}

/* line 169, ../../../../sass/plugins/_iconmoon.scss */
.icon-uniE91C:before {
  content: "\e91c";
}

/* line 172, ../../../../sass/plugins/_iconmoon.scss */
.icon-sea:before {
  content: "\e91d";
}

/* line 175, ../../../../sass/plugins/_iconmoon.scss */
.icon-slide:before {
  content: "\e91e";
}

/* line 178, ../../../../sass/plugins/_iconmoon.scss */
.icon-smile:before {
  content: "\e91f";
}

/* line 181, ../../../../sass/plugins/_iconmoon.scss */
.icon-tick:before {
  content: "\e920";
}

/* line 184, ../../../../sass/plugins/_iconmoon.scss */
.icon-ticket:before {
  content: "\e921";
}

/* line 187, ../../../../sass/plugins/_iconmoon.scss */
.icon-trees:before {
  content: "\e922";
}

/* line 190, ../../../../sass/plugins/_iconmoon.scss */
.icon-upgrade:before {
  content: "\e923";
}

/* line 193, ../../../../sass/plugins/_iconmoon.scss */
.icon-watergame:before {
  content: "\e924";
}

/* line 196, ../../../../sass/plugins/_iconmoon.scss */
.icon-wedding:before {
  content: "\e925";
}

/* line 199, ../../../../sass/plugins/_iconmoon.scss */
.icon-basketball:before {
  content: "\e926";
}

/* line 202, ../../../../sass/plugins/_iconmoon.scss */
.icon-books:before {
  content: "\e927";
}

/* line 205, ../../../../sass/plugins/_iconmoon.scss */
.icon-calendar:before {
  content: "\e928";
}

/* line 208, ../../../../sass/plugins/_iconmoon.scss */
.icon-candles:before {
  content: "\e929";
}

/* line 211, ../../../../sass/plugins/_iconmoon.scss */
.icon-coins:before {
  content: "\e92a";
}

/* line 214, ../../../../sass/plugins/_iconmoon.scss */
.icon-cup:before {
  content: "\e92b";
}

/* line 217, ../../../../sass/plugins/_iconmoon.scss */
.icon-cutlery:before {
  content: "\e92c";
}

/* line 220, ../../../../sass/plugins/_iconmoon.scss */
.icon-dice:before {
  content: "\e92d";
}

/* line 223, ../../../../sass/plugins/_iconmoon.scss */
.icon-doc:before {
  content: "\e92e";
}

/* line 226, ../../../../sass/plugins/_iconmoon.scss */
.icon-email:before {
  content: "\e92f";
}

/* line 229, ../../../../sass/plugins/_iconmoon.scss */
.icon-euro:before {
  content: "\e930";
}

/* line 232, ../../../../sass/plugins/_iconmoon.scss */
.icon-info:before {
  content: "\e931";
}

/* line 235, ../../../../sass/plugins/_iconmoon.scss */
.icon-light:before {
  content: "\e932";
}

/* line 238, ../../../../sass/plugins/_iconmoon.scss */
.icon-night:before {
  content: "\e933";
}

/* line 241, ../../../../sass/plugins/_iconmoon.scss */
.icon-pet:before {
  content: "\e934";
}

/* line 244, ../../../../sass/plugins/_iconmoon.scss */
.icon-shell:before {
  content: "\e935";
}

/* line 247, ../../../../sass/plugins/_iconmoon.scss */
.icon-sofa:before {
  content: "\e936";
}

/* line 250, ../../../../sass/plugins/_iconmoon.scss */
.icon-star:before {
  content: "\e937";
}

/* line 253, ../../../../sass/plugins/_iconmoon.scss */
.icon-user:before {
  content: "\e938";
}

/* line 256, ../../../../sass/plugins/_iconmoon.scss */
.icon-wii:before {
  content: "\e939";
}

/* line 259, ../../../../sass/plugins/_iconmoon.scss */
.icon-ball:before {
  content: "\e93a";
}

/* line 262, ../../../../sass/plugins/_iconmoon.scss */
.icon-booking:before {
  content: "\e93b";
}

/* line 265, ../../../../sass/plugins/_iconmoon.scss */
.icon-cleanset:before {
  content: "\e93c";
}

/* line 268, ../../../../sass/plugins/_iconmoon.scss */
.icon-comment:before {
  content: "\e93d";
}

/* line 271, ../../../../sass/plugins/_iconmoon.scss */
.icon-ethernet:before {
  content: "\e93e";
}

/* line 274, ../../../../sass/plugins/_iconmoon.scss */
.icon-eye:before {
  content: "\e93f";
}

/* line 277, ../../../../sass/plugins/_iconmoon.scss */
.icon-feet:before {
  content: "\e940";
}

/* line 280, ../../../../sass/plugins/_iconmoon.scss */
.icon-fridge:before {
  content: "\e941";
}

/* line 283, ../../../../sass/plugins/_iconmoon.scss */
.icon-hairdrier:before {
  content: "\e942";
}

/* line 286, ../../../../sass/plugins/_iconmoon.scss */
.icon-handicap:before {
  content: "\e943";
}

/* line 289, ../../../../sass/plugins/_iconmoon.scss */
.icon-iron:before {
  content: "\e944";
}

/* line 292, ../../../../sass/plugins/_iconmoon.scss */
.icon-key:before {
  content: "\e945";
}

/* line 295, ../../../../sass/plugins/_iconmoon.scss */
.icon-lift:before {
  content: "\e946";
}

/* line 298, ../../../../sass/plugins/_iconmoon.scss */
.icon-mapmarker:before {
  content: "\e947";
}

/* line 301, ../../../../sass/plugins/_iconmoon.scss */
.icon-mask:before {
  content: "\e948";
}

/* line 304, ../../../../sass/plugins/_iconmoon.scss */
.icon-mouse:before {
  content: "\e949";
}

/* line 307, ../../../../sass/plugins/_iconmoon.scss */
.icon-movie:before {
  content: "\e94a";
}

/* line 310, ../../../../sass/plugins/_iconmoon.scss */
.icon-mug:before {
  content: "\e94b";
}

/* line 313, ../../../../sass/plugins/_iconmoon.scss */
.icon-plug:before {
  content: "\e94c";
}

/* line 316, ../../../../sass/plugins/_iconmoon.scss */
.icon-plus:before {
  content: "\e94d";
}

/* line 319, ../../../../sass/plugins/_iconmoon.scss */
.icon-printer:before {
  content: "\e94e";
}

/* line 322, ../../../../sass/plugins/_iconmoon.scss */
.icon-sack:before {
  content: "\e94f";
}

/* line 325, ../../../../sass/plugins/_iconmoon.scss */
.icon-shower:before {
  content: "\e950";
}

/* line 328, ../../../../sass/plugins/_iconmoon.scss */
.icon-solarium:before {
  content: "\e951";
}

/* line 331, ../../../../sass/plugins/_iconmoon.scss */
.icon-tenis:before {
  content: "\e952";
}

/* line 334, ../../../../sass/plugins/_iconmoon.scss */
.icon-tv:before {
  content: "\e953";
}

/* line 337, ../../../../sass/plugins/_iconmoon.scss */
.icon-window:before {
  content: "\e954";
}

/* line 340, ../../../../sass/plugins/_iconmoon.scss */
.icon-apple:before {
  content: "\e955";
}

/* line 343, ../../../../sass/plugins/_iconmoon.scss */
.icon-bathrobe:before {
  content: "\e956";
}

/* line 346, ../../../../sass/plugins/_iconmoon.scss */
.icon-bell:before {
  content: "\e957";
}

/* line 349, ../../../../sass/plugins/_iconmoon.scss */
.icon-building:before {
  content: "\e958";
}

/* line 352, ../../../../sass/plugins/_iconmoon.scss */
.icon-car:before {
  content: "\e959";
}

/* line 355, ../../../../sass/plugins/_iconmoon.scss */
.icon-cigar:before {
  content: "\e95a";
}

/* line 358, ../../../../sass/plugins/_iconmoon.scss */
.icon-comments:before {
  content: "\e95b";
}

/* line 361, ../../../../sass/plugins/_iconmoon.scss */
.icon-coolheart:before {
  content: "\e95c";
}

/* line 364, ../../../../sass/plugins/_iconmoon.scss */
.icon-cupboard:before {
  content: "\e95d";
}

/* line 367, ../../../../sass/plugins/_iconmoon.scss */
.icon-dimensions:before {
  content: "\e95e";
}

/* line 370, ../../../../sass/plugins/_iconmoon.scss */
.icon-family:before {
  content: "\e95f";
}

/* line 373, ../../../../sass/plugins/_iconmoon.scss */
.icon-flattv:before {
  content: "\e960";
}

/* line 376, ../../../../sass/plugins/_iconmoon.scss */
.icon-formaluser:before {
  content: "\e961";
}

/* line 379, ../../../../sass/plugins/_iconmoon.scss */
.icon-guarantee:before {
  content: "\e962";
}

/* line 382, ../../../../sass/plugins/_iconmoon.scss */
.icon-gift:before {
  content: "\e963";
}

/* line 385, ../../../../sass/plugins/_iconmoon.scss */
.icon-lock:before {
  content: "\e964";
}

/* line 388, ../../../../sass/plugins/_iconmoon.scss */
.icon-movie2:before {
  content: "\e965";
}

/* line 391, ../../../../sass/plugins/_iconmoon.scss */
.icon-picasa:before {
  content: "\e966";
}

/* line 394, ../../../../sass/plugins/_iconmoon.scss */
.icon-roulette:before {
  content: "\e967";
}

/* line 397, ../../../../sass/plugins/_iconmoon.scss */
.icon-sauna:before {
  content: "\e968";
}

/* line 400, ../../../../sass/plugins/_iconmoon.scss */
.icon-shower2:before {
  content: "\e969";
}

/* line 403, ../../../../sass/plugins/_iconmoon.scss */
.icon-singlebed:before {
  content: "\e96a";
}

/* line 406, ../../../../sass/plugins/_iconmoon.scss */
.icon-ski:before {
  content: "\e96b";
}

/* line 409, ../../../../sass/plugins/_iconmoon.scss */
.icon-smartphone:before {
  content: "\e96c";
}

/* line 412, ../../../../sass/plugins/_iconmoon.scss */
.icon-student:before {
  content: "\e96d";
}

/* line 415, ../../../../sass/plugins/_iconmoon.scss */
.icon-thermometer:before {
  content: "\e96e";
}

/* line 418, ../../../../sass/plugins/_iconmoon.scss */
.icon-washer:before {
  content: "\e96f";
}

/* line 421, ../../../../sass/plugins/_iconmoon.scss */
.icon-drinks:before {
  content: "\e970";
}

/* line 424, ../../../../sass/plugins/_iconmoon.scss */
.icon-drinks2:before {
  content: "\e971";
}

/* line 427, ../../../../sass/plugins/_iconmoon.scss */
.icon-airconditioner:before {
  content: "\e972";
}

/* line 430, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowdown:before {
  content: "\e973";
}

/* line 433, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowleft:before {
  content: "\e974";
}

/* line 436, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowright:before {
  content: "\e975";
}

/* line 439, ../../../../sass/plugins/_iconmoon.scss */
.icon-arrowup:before {
  content: "\e976";
}

/* line 442, ../../../../sass/plugins/_iconmoon.scss */
.icon-bag:before {
  content: "\e977";
}

/* line 445, ../../../../sass/plugins/_iconmoon.scss */
.icon-bike2:before {
  content: "\e978";
}

/* line 448, ../../../../sass/plugins/_iconmoon.scss */
.icon-biker:before {
  content: "\e979";
}

/* line 451, ../../../../sass/plugins/_iconmoon.scss */
.icon-briefcase:before {
  content: "\e97a";
}

/* line 454, ../../../../sass/plugins/_iconmoon.scss */
.icon-card:before {
  content: "\e97b";
}

/* line 457, ../../../../sass/plugins/_iconmoon.scss */
.icon-cocktail:before {
  content: "\e97c";
}

/* line 460, ../../../../sass/plugins/_iconmoon.scss */
.icon-cooker:before {
  content: "\e97d";
}

/* line 463, ../../../../sass/plugins/_iconmoon.scss */
.icon-drop:before {
  content: "\e97e";
}

/* line 466, ../../../../sass/plugins/_iconmoon.scss */
.icon-gym:before {
  content: "\e97f";
}

/* line 469, ../../../../sass/plugins/_iconmoon.scss */
.icon-info2:before {
  content: "\e980";
}

/* line 472, ../../../../sass/plugins/_iconmoon.scss */
.icon-massage:before {
  content: "\e981";
}

/* line 475, ../../../../sass/plugins/_iconmoon.scss */
.icon-moon:before {
  content: "\e982";
}

/* line 478, ../../../../sass/plugins/_iconmoon.scss */
.icon-music:before {
  content: "\e983";
}

/* line 481, ../../../../sass/plugins/_iconmoon.scss */
.icon-news:before {
  content: "\e984";
}

/* line 484, ../../../../sass/plugins/_iconmoon.scss */
.icon-nosmoke:before {
  content: "\e985";
}

/* line 487, ../../../../sass/plugins/_iconmoon.scss */
.icon-parking:before {
  content: "\e986";
}

/* line 490, ../../../../sass/plugins/_iconmoon.scss */
.icon-phone1:before {
  content: "\e987";
}

/* line 493, ../../../../sass/plugins/_iconmoon.scss */
.icon-phone2:before {
  content: "\e988";
}

/* line 496, ../../../../sass/plugins/_iconmoon.scss */
.icon-pictures:before {
  content: "\e989";
}

/* line 499, ../../../../sass/plugins/_iconmoon.scss */
.icon-plane:before {
  content: "\e98a";
}

/* line 502, ../../../../sass/plugins/_iconmoon.scss */
.icon-shield:before {
  content: "\e98b";
}

/* line 505, ../../../../sass/plugins/_iconmoon.scss */
.icon-spa:before {
  content: "\e98c";
}

/* line 508, ../../../../sass/plugins/_iconmoon.scss */
.icon-sun:before {
  content: "\e98d";
}

/* line 511, ../../../../sass/plugins/_iconmoon.scss */
.icon-ball2:before {
  content: "\e98e";
}

/* line 514, ../../../../sass/plugins/_iconmoon.scss */
.icon-bubbles:before {
  content: "\e98f";
}

/* line 517, ../../../../sass/plugins/_iconmoon.scss */
.icon-cot:before {
  content: "\e990";
}

/* line 520, ../../../../sass/plugins/_iconmoon.scss */
.icon-cutlery2:before {
  content: "\e991";
}

/* line 523, ../../../../sass/plugins/_iconmoon.scss */
.icon-golfplayer:before {
  content: "\e992";
}

/* line 526, ../../../../sass/plugins/_iconmoon.scss */
.icon-heart:before {
  content: "\e993";
}

/* line 529, ../../../../sass/plugins/_iconmoon.scss */
.icon-towels:before {
  content: "\e994";
}

/* line 532, ../../../../sass/plugins/_iconmoon.scss */
.icon-tree:before {
  content: "\e995";
}

/* line 535, ../../../../sass/plugins/_iconmoon.scss */
.icon-wifi:before {
  content: "\e996";
}

/* line 538, ../../../../sass/plugins/_iconmoon.scss */
.icon-alarmclock:before {
  content: "\e997";
}

/* line 541, ../../../../sass/plugins/_iconmoon.scss */
.icon-amenities:before {
  content: "\e998";
}

/* line 544, ../../../../sass/plugins/_iconmoon.scss */
.icon-astronomy:before {
  content: "\e999";
}

/* line 547, ../../../../sass/plugins/_iconmoon.scss */
.icon-barbecue:before {
  content: "\e99a";
}

/* line 550, ../../../../sass/plugins/_iconmoon.scss */
.icon-bells:before {
  content: "\e99b";
}

/* line 553, ../../../../sass/plugins/_iconmoon.scss */
.icon-bottle:before {
  content: "\e99c";
}

/* line 556, ../../../../sass/plugins/_iconmoon.scss */
.icon-bottle2:before {
  content: "\e99d";
}

/* line 559, ../../../../sass/plugins/_iconmoon.scss */
.icon-breakfast:before {
  content: "\e99e";
}

/* line 562, ../../../../sass/plugins/_iconmoon.scss */
.icon-broom:before {
  content: "\e99f";
}

/* line 565, ../../../../sass/plugins/_iconmoon.scss */
.icon-buffet2:before {
  content: "\e9a0";
}

/* line 568, ../../../../sass/plugins/_iconmoon.scss */
.icon-calendar2:before {
  content: "\e9a1";
}

/* line 571, ../../../../sass/plugins/_iconmoon.scss */
.icon-camera:before {
  content: "\e9a2";
}

/* line 574, ../../../../sass/plugins/_iconmoon.scss */
.icon-camera2:before {
  content: "\e9a3";
}

/* line 577, ../../../../sass/plugins/_iconmoon.scss */
.icon-caravan:before {
  content: "\e9a4";
}

/* line 580, ../../../../sass/plugins/_iconmoon.scss */
.icon-champagne:before {
  content: "\e9a5";
}

/* line 583, ../../../../sass/plugins/_iconmoon.scss */
.icon-chocolate:before {
  content: "\e9a6";
}

/* line 586, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmasbauble:before {
  content: "\e9a7";
}

/* line 589, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmasbauble2:before {
  content: "\e9a8";
}

/* line 592, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmastree:before {
  content: "\e9a9";
}

/* line 595, ../../../../sass/plugins/_iconmoon.scss */
.icon-christmastree2:before {
  content: "\e9aa";
}

/* line 598, ../../../../sass/plugins/_iconmoon.scss */
.icon-chronometer:before {
  content: "\e9ab";
}

/* line 601, ../../../../sass/plugins/_iconmoon.scss */
.icon-clic:before {
  content: "\e9ac";
}

/* line 604, ../../../../sass/plugins/_iconmoon.scss */
.icon-cocktail2:before {
  content: "\e9ad";
}

/* line 607, ../../../../sass/plugins/_iconmoon.scss */
.icon-coffee:before {
  content: "\e9ae";
}

/* line 610, ../../../../sass/plugins/_iconmoon.scss */
.icon-coffee2:before {
  content: "\e9af";
}

/* line 613, ../../../../sass/plugins/_iconmoon.scss */
.icon-comment2:before {
  content: "\e9b0";
}

/* line 616, ../../../../sass/plugins/_iconmoon.scss */
.icon-comment3:before {
  content: "\e9b1";
}

/* line 619, ../../../../sass/plugins/_iconmoon.scss */
.icon-comments2:before {
  content: "\e9b2";
}

/* line 622, ../../../../sass/plugins/_iconmoon.scss */
.icon-cushions:before {
  content: "\e9b3";
}

/* line 625, ../../../../sass/plugins/_iconmoon.scss */
.icon-cushions2:before {
  content: "\e9b4";
}

/* line 628, ../../../../sass/plugins/_iconmoon.scss */
.icon-deaf:before {
  content: "\e9b5";
}

/* line 631, ../../../../sass/plugins/_iconmoon.scss */
.icon-design:before {
  content: "\e9b6";
}

/* line 634, ../../../../sass/plugins/_iconmoon.scss */
.icon-desktop:before {
  content: "\e9b7";
}

/* line 637, ../../../../sass/plugins/_iconmoon.scss */
.icon-dishes:before {
  content: "\e9b8";
}

/* line 640, ../../../../sass/plugins/_iconmoon.scss */
.icon-dollar:before {
  content: "\e9b9";
}

/* line 643, ../../../../sass/plugins/_iconmoon.scss */
.icon-download2:before {
  content: "\e9ba";
}

/* line 646, ../../../../sass/plugins/_iconmoon.scss */
.icon-family2:before {
  content: "\e9bb";
}

/* line 649, ../../../../sass/plugins/_iconmoon.scss */
.icon-fireworks:before {
  content: "\e9bc";
}

/* line 652, ../../../../sass/plugins/_iconmoon.scss */
.icon-flipflops:before {
  content: "\e9bd";
}

/* line 655, ../../../../sass/plugins/_iconmoon.scss */
.icon-friends2:before {
  content: "\e9be";
}

/* line 658, ../../../../sass/plugins/_iconmoon.scss */
.icon-fruit:before {
  content: "\e9bf";
}

/* line 661, ../../../../sass/plugins/_iconmoon.scss */
.icon-gender:before {
  content: "\e9c0";
}

/* line 664, ../../../../sass/plugins/_iconmoon.scss */
.icon-gift2:before {
  content: "\e9c1";
}

/* line 667, ../../../../sass/plugins/_iconmoon.scss */
.icon-gifts:before {
  content: "\e9c2";
}

/* line 670, ../../../../sass/plugins/_iconmoon.scss */
.icon-gold:before {
  content: "\e9c3";
}

/* line 673, ../../../../sass/plugins/_iconmoon.scss */
.icon-hairdrier2:before {
  content: "\e9c4";
}

/* line 676, ../../../../sass/plugins/_iconmoon.scss */
.icon-hammock:before {
  content: "\e9c5";
}

/* line 679, ../../../../sass/plugins/_iconmoon.scss */
.icon-hammock2:before {
  content: "\e9c6";
}

/* line 682, ../../../../sass/plugins/_iconmoon.scss */
.icon-heart2:before {
  content: "\e9c7";
}

/* line 685, ../../../../sass/plugins/_iconmoon.scss */
.icon-homepage:before {
  content: "\e9c8";
}

/* line 688, ../../../../sass/plugins/_iconmoon.scss */
.icon-hotel:before {
  content: "\e9c9";
}

/* line 691, ../../../../sass/plugins/_iconmoon.scss */
.icon-ice:before {
  content: "\e9ca";
}

/* line 694, ../../../../sass/plugins/_iconmoon.scss */
.icon-kettle:before {
  content: "\e9cb";
}

/* line 697, ../../../../sass/plugins/_iconmoon.scss */
.icon-kitchen:before {
  content: "\e9cc";
}

/* line 700, ../../../../sass/plugins/_iconmoon.scss */
.icon-latecheckout:before {
  content: "\e9cd";
}

/* line 703, ../../../../sass/plugins/_iconmoon.scss */
.icon-luggage:before {
  content: "\e9ce";
}

/* line 706, ../../../../sass/plugins/_iconmoon.scss */
.icon-meeting:before {
  content: "\e9cf";
}

/* line 709, ../../../../sass/plugins/_iconmoon.scss */
.icon-microwave:before {
  content: "\e9d0";
}

/* line 712, ../../../../sass/plugins/_iconmoon.scss */
.icon-monument2:before {
  content: "\e9d1";
}

/* line 715, ../../../../sass/plugins/_iconmoon.scss */
.icon-mouse1:before {
  content: "\e9d2";
}

/* line 718, ../../../../sass/plugins/_iconmoon.scss */
.icon-nani:before {
  content: "\e9d3";
}

/* line 721, ../../../../sass/plugins/_iconmoon.scss */
.icon-offer2:before {
  content: "\e9d4";
}

/* line 724, ../../../../sass/plugins/_iconmoon.scss */
.icon-offers:before {
  content: "\e9d5";
}

/* line 727, ../../../../sass/plugins/_iconmoon.scss */
.icon-percent2:before {
  content: "\e9d6";
}

/* line 730, ../../../../sass/plugins/_iconmoon.scss */
.icon-player:before {
  content: "\e9d7";
}

/* line 733, ../../../../sass/plugins/_iconmoon.scss */
.icon-romantic:before {
  content: "\e9d8";
}

/* line 736, ../../../../sass/plugins/_iconmoon.scss */
.icon-roomservice:before {
  content: "\e9d9";
}

/* line 739, ../../../../sass/plugins/_iconmoon.scss */
.icon-santa:before {
  content: "\e9da";
}

/* line 742, ../../../../sass/plugins/_iconmoon.scss */
.icon-satellite:before {
  content: "\e9db";
}

/* line 745, ../../../../sass/plugins/_iconmoon.scss */
.icon-sea2:before {
  content: "\e9dc";
}

/* line 748, ../../../../sass/plugins/_iconmoon.scss */
.icon-settings:before {
  content: "\e9dd";
}

/* line 751, ../../../../sass/plugins/_iconmoon.scss */
.icon-shield2:before {
  content: "\e9de";
}

/* line 754, ../../../../sass/plugins/_iconmoon.scss */
.icon-slippers:before {
  content: "\e9df";
}

/* line 757, ../../../../sass/plugins/_iconmoon.scss */
.icon-snowflakeeps:before {
  content: "\e9e0";
}

/* line 760, ../../../../sass/plugins/_iconmoon.scss */
.icon-soap:before {
  content: "\e9e1";
}

/* line 763, ../../../../sass/plugins/_iconmoon.scss */
.icon-sofa2:before {
  content: "\e9e2";
}

/* line 766, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbreakfast:before {
  content: "\e9e3";
}

/* line 769, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialfamily:before {
  content: "\e9e4";
}

/* line 772, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialreception:before {
  content: "\e9e5";
}

/* line 775, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialshower:before {
  content: "\e9e6";
}

/* line 778, ../../../../sass/plugins/_iconmoon.scss */
.icon-suit:before {
  content: "\e9e7";
}

/* line 781, ../../../../sass/plugins/_iconmoon.scss */
.icon-sun2:before {
  content: "\e9e8";
}

/* line 784, ../../../../sass/plugins/_iconmoon.scss */
.icon-sun3:before {
  content: "\e9e9";
}

/* line 787, ../../../../sass/plugins/_iconmoon.scss */
.icon-tie:before {
  content: "\e9ea";
}

/* line 790, ../../../../sass/plugins/_iconmoon.scss */
.icon-toaster:before {
  content: "\e9eb";
}

/* line 793, ../../../../sass/plugins/_iconmoon.scss */
.icon-toilet:before {
  content: "\e9ec";
}

/* line 796, ../../../../sass/plugins/_iconmoon.scss */
.icon-washer2:before {
  content: "\e9ed";
}

/* line 799, ../../../../sass/plugins/_iconmoon.scss */
.icon-waterpark:before {
  content: "\e9ee";
}

/* line 802, ../../../../sass/plugins/_iconmoon.scss */
.icon-wine:before {
  content: "\e9ef";
}

/* line 805, ../../../../sass/plugins/_iconmoon.scss */
.icon-world:before {
  content: "\e9f0";
}

/* line 808, ../../../../sass/plugins/_iconmoon.scss */
.icon-www:before {
  content: "\e9f1";
}

/* line 811, ../../../../sass/plugins/_iconmoon.scss */
.icon-adults:before {
  content: "\e9f2";
}

/* line 814, ../../../../sass/plugins/_iconmoon.scss */
.icon-percentpig:before {
  content: "\e9f3";
}

/* line 817, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialwifi:before {
  content: "\e9f4";
}

/* line 820, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbuilding:before {
  content: "\e9f5";
}

/* line 823, ../../../../sass/plugins/_iconmoon.scss */
.icon-speciallunch:before {
  content: "\e9f6";
}

/* line 826, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialweb:before {
  content: "\e9f7";
}

/* line 829, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbed:before {
  content: "\e9f8";
}

/* line 832, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialevents:before {
  content: "\e9f9";
}

/* line 835, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialpool:before {
  content: "\e9fa";
}

/* line 838, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialbeds:before {
  content: "\e9fb";
}

/* line 841, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialcalendar:before {
  content: "\e9fc";
}

/* line 844, ../../../../sass/plugins/_iconmoon.scss */
.icon-specialfitness:before {
  content: "\e9fd";
}

/* line 847, ../../../../sass/plugins/_iconmoon.scss */
.icon-speciallocation:before {
  content: "\e9fe";
}

/* line 850, ../../../../sass/plugins/_iconmoon.scss */
.icon-settings2:before {
  content: "\e9ff";
}

/* line 853, ../../../../sass/plugins/_iconmoon.scss */
.icon-nopets:before {
  content: "\ea00";
}

/* line 856, ../../../../sass/plugins/_iconmoon.scss */
.icon-videocamera:before {
  content: "\ea01";
}

/* line 859, ../../../../sass/plugins/_iconmoon.scss */
.icon-window1:before {
  content: "\ea02";
}

/* line 862, ../../../../sass/plugins/_iconmoon.scss */
.icon-offer:before {
  content: "\ea03";
}

/* line 865, ../../../../sass/plugins/_iconmoon.scss */
.icon-save:before {
  content: "\ea04";
}

/* line 868, ../../../../sass/plugins/_iconmoon.scss */
.icon-plane2:before {
  content: "\ea05";
}

/* line 871, ../../../../sass/plugins/_iconmoon.scss */
.icon-longarrow:before, .banner_carousel_full_wrapper .banner_carousel_wrapper .banner_pic .btn:before {
  content: "\ea06";
}

/* line 874, ../../../../sass/plugins/_iconmoon.scss */
.icon-paraty:before {
  content: "\ea07";
}

/* line 877, ../../../../sass/plugins/_iconmoon.scss */
.icon-horseshoe:before {
  content: "\ea08";
}

/* line 880, ../../../../sass/plugins/_iconmoon.scss */
.icon-balloons:before {
  content: "\ea09";
}

/* line 883, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-tiger:before {
  content: "\ea0a";
}

/* line 886, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-2drinks:before {
  content: "\ea0b";
}

/* line 889, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-bbq:before {
  content: "\ea0c";
}

/* line 892, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-disco:before {
  content: "\ea0d";
}

/* line 895, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-pasta:before {
  content: "\ea0e";
}

/* line 898, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-snack:before {
  content: "\ea0f";
}

/* line 901, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-archery:before {
  content: "\ea10";
}

/* line 904, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-football:before {
  content: "\ea11";
}

/* line 907, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-gameboard:before {
  content: "\ea12";
}

/* line 910, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-golf:before {
  content: "\ea13";
}

/* line 913, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-hotbath:before {
  content: "\ea14";
}

/* line 916, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-hotpool:before {
  content: "\ea15";
}

/* line 919, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-iron:before {
  content: "\ea16";
}

/* line 922, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-jetshower:before {
  content: "\ea17";
}

/* line 925, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-massage:before {
  content: "\ea18";
}

/* line 928, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-petanque:before {
  content: "\ea19";
}

/* line 931, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-phone:before {
  content: "\ea1a";
}

/* line 934, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-shooting:before {
  content: "\ea1b";
}

/* line 937, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-volleyball:before {
  content: "\ea1c";
}

/* line 940, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-balloons:before {
  content: "\ea1d";
}

/* line 943, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-bike:before {
  content: "\ea1e";
}

/* line 946, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-gift:before {
  content: "\ea1f";
}

/* line 949, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-jacuzzi:before {
  content: "\ea20";
}

/* line 952, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-mouse:before {
  content: "\ea21";
}

/* line 955, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-movie:before {
  content: "\ea22";
}

/* line 958, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-playground:before {
  content: "\ea23";
}

/* line 961, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-playingcards:before {
  content: "\ea24";
}

/* line 964, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-shopping:before {
  content: "\ea25";
}

/* line 967, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-shower:before {
  content: "\ea26";
}

/* line 970, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-sofa:before {
  content: "\ea27";
}

/* line 973, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-washing:before {
  content: "\ea28";
}

/* line 976, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-bills:before {
  content: "\ea29";
}

/* line 979, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-car:before {
  content: "\ea2a";
}

/* line 982, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-creditcard:before {
  content: "\ea2b";
}

/* line 985, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-drink:before {
  content: "\ea2c";
}

/* line 988, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-fruit:before {
  content: "\ea2d";
}

/* line 991, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-lock:before {
  content: "\ea2e";
}

/* line 994, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-offer:before {
  content: "\ea2f";
}

/* line 997, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-spa:before {
  content: "\ea30";
}

/* line 1000, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-tennis:before {
  content: "\ea31";
}

/* line 1003, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-aircon:before {
  content: "\ea32";
}

/* line 1006, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-hairdryer:before {
  content: "\ea33";
}

/* line 1009, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-kitchen:before {
  content: "\ea34";
}

/* line 1012, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-tv:before {
  content: "\ea35";
}

/* line 1015, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-wifi:before {
  content: "\ea36";
}

/* line 1018, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-clock:before {
  content: "\ea37";
}

/* line 1021, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-lightning:before {
  content: "\ea38";
}

/* line 1024, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-piggybank:before {
  content: "\ea39";
}

/* line 1027, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-pricetag:before {
  content: "\ea3a";
}

/* line 1030, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-creditcard2:before {
  content: "\ea3b";
}

/* line 1033, ../../../../sass/plugins/_iconmoon.scss */
.icon-360:before {
  content: "\ea3c";
}

/* line 1036, ../../../../sass/plugins/_iconmoon.scss */
.icon-contactless:before {
  content: "\ea3d";
}

/* line 1039, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-umbrella:before {
  content: "\ea3e";
}

/* line 1042, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-sun:before {
  content: "\ea3f";
}

/* line 1045, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-slippers:before {
  content: "\ea40";
}

/* line 1048, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-mail:before {
  content: "\ea41";
}

/* line 1051, ../../../../sass/plugins/_iconmoon.scss */
.icon-line-comment:before {
  content: "\ea42";
}

/* line 8, ../../../../sass/plugins/_effects.scss */
.effects_sass {
  visibility: hidden;
}

/*=== Translate None with fadeOut ===*/
/*=== Translate From Bottom with fadeOut ===*/
@-webkit-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 76, ../../../../sass/plugins/_effects.scss */
.slide_up_effect {
  -webkit-animation: slide_up 1s;
  /* Safari 4+ */
  -moz-animation: slide_up 1s;
  /* Fx 5+ */
  -o-animation: slide_up 1s;
  /* Opera 12+ */
  animation: slide_up 1s;
}

@-webkit-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_right {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0%, 0);
    -moz-transform: translate3d(-100%, 0%, 0);
    -ms-transform: translate3d(-100%, 0%, 0);
    -o-transform: translate3d(-100%, 0%, 0);
    transform: translate3d(-100%, 0%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 117, ../../../../sass/plugins/_effects.scss */
.slide_right_effect {
  -webkit-animation: slide_right 1s;
  /* Safari 4+ */
  -moz-animation: slide_right 1s;
  /* Fx 5+ */
  -o-animation: slide_right 1s;
  /* Opera 12+ */
  animation: slide_right 1s;
}

/*=== Translate From Bottom witout fadeOut ===*/
@-webkit-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slide_up_no_fade_out {
  0% {
    -webkit-transform: translate3d(0%, 100%, 0);
    -moz-transform: translate3d(0%, 100%, 0);
    -ms-transform: translate3d(0%, 100%, 0);
    -o-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0);
  }
  100% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
/* line 174, ../../../../sass/plugins/_effects.scss */
.slide_up_no_fade_out_effect {
  -webkit-animation: slide_up_no_fade_out 1s;
  /* Safari 4+ */
  -moz-animation: slide_up_no_fade_out 1s;
  /* Fx 5+ */
  -o-animation: slide_up_no_fade_out 1s;
  /* Opera 12+ */
  animation: slide_up_no_fade_out 1s;
}

/*=== Fade Out Effect ===*/
@-webkit-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out_effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 223, ../../../../sass/plugins/_effects.scss */
.fade_out_trigger {
  -webkit-animation: fade_out_effect 1.5s;
  /* Safari 4+ */
  -moz-animation: fade_out_effect 1.5s;
  /* Fx 5+ */
  -o-animation: fade_out_effect 1.5s;
  /* Opera 12+ */
  animation: fade_out_effect 1.5s;
}

/*=== Pendule Effect ===*/
/*=== initial transform ===*/
@-webkit-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-moz-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@-o-keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
@keyframes pendule {
  0% {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
}
/* line 276, ../../../../sass/plugins/_effects.scss */
.pendule {
  -webkit-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Safari 4+ */
  -moz-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Fx 5+ */
  -o-animation: pendule 2s ease-in-out 0s infinite alternate;
  /* Opera 12+ */
  animation: pendule 2s ease-in-out 0s infinite alternate;
}

/*=== Text Translate ===*/
/* line 281, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom {
  overflow: hidden;
  position: relative;
}
/* line 285, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom::after {
  content: attr(data-content);
  left: 0;
  position: absolute;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
/* line 293, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom span {
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 299, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover::after {
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
/* line 303, ../../../../sass/plugins/_effects.scss */
.text_translate_bottom:hover span {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/*=== Flip Effect ===*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-moz-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@-o-keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
@keyframes flip {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    /*-webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;*/
  }
}
/* line 358, ../../../../sass/plugins/_effects.scss */
.flip {
  -webkit-animation: flip 3s ease-in-out 0s infinite;
  /* Safari 4+ */
  -moz-animation: flip 3s ease-in-out 0s infinite;
  /* Fx 5+ */
  -o-animation: flip 3s ease-in-out 0s infinite;
  /* Opera 12+ */
  animation: flip 3s ease-in-out 0s infinite;
}

/*=== moveBright Effect ===*/
@-webkit-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-moz-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@-o-keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
@keyframes moveBrightToRight {
  0% {
    left: -500%;
  }
  100% {
    left: 500%;
  }
}
/* line 15, ../sass/styles.scss */
.slide_up_t1 {
  -webkit-animation: slide_up_no_fade_out 1s;
  /* Safari 4+ */
  -moz-animation: slide_up_no_fade_out 1s;
  /* Fx 5+ */
  -o-animation: slide_up_no_fade_out 1s;
  /* Opera 12+ */
  animation: slide_up_no_fade_out 1s;
}

/* line 19, ../sass/styles.scss */
.slide_up_t2 {
  -webkit-animation: slide_up_no_fade_out 1.5s;
  /* Safari 4+ */
  -moz-animation: slide_up_no_fade_out 1.5s;
  /* Fx 5+ */
  -o-animation: slide_up_no_fade_out 1.5s;
  /* Opera 12+ */
  animation: slide_up_no_fade_out 1.5s;
}

/* line 1, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
gallery-image-wrapper {
  height: 780px !important;
  overflow: hidden;
}

/* line 6, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.gallery-image {
  background: white;
  padding: 0 0 35px;
  margin-top: 30px;
}

/* line 12, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.filter-gallery {
  background: #004F6C;
  height: 75px;
  line-height: 75px;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
}
/* line 24, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.filter-gallery .element_hide {
  display: none;
}
/* line 28, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.filter-gallery h3 {
  padding-left: 30px;
}
/* line 32, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.filter-gallery span {
  display: inline-block;
  position: absolute;
  height: 75px;
  width: 75px;
  background: #E26D09 url(/img/dynac/arrow-newsletter.png) no-repeat center center;
  right: 0px;
  top: 0px;
  border-left: 2px solid white;
}
/* line 43, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.filter-gallery ul {
  background: #15c0ff;
  font-size: 18px;
  line-height: 1;
  display: none;
}
/* line 51, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.filter-gallery li {
  padding: 10px 30px;
  cursor: pointer;
  color: #004F6C;
}
/* line 56, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.filter-gallery li:hover {
  background: #00acec;
}

/* line 61, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img {
  text-align: center;
  max-height: 700px;
  overflow: hidden;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  position: relative;
}
/* line 72, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .image_filters_wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 77, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .image_filters_wrapper .filter_element {
  width: 175px;
  text-align: center;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  margin-bottom: 3px;
  padding: 8px 0;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  cursor: pointer;
  clear: both;
}
/* line 90, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .image_filters_wrapper .filter_element.active {
  color: #004F6C;
}
/* line 94, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .image_filters_wrapper .filter_element:hover {
  opacity: 0.8;
}
/* line 98, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .image_filters_wrapper .filter_element.subfilter {
  width: 145px;
  float: right;
  padding: 8px 10px;
}
/* line 106, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .gallery_image_title {
  position: absolute;
  bottom: 20px;
  font-size: 13px;
  left: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 15px;
  font-family: Raleway, sans-serif;
}
/* line 117, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img img.main_image {
  width: 100%;
}
/* line 121, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: white;
  font-size: 58px;
  cursor: pointer;
}
/* line 127, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .fa.fa-angle-left {
  left: 30px;
}
/* line 131, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.big-img .fa.fa-angle-right {
  right: 30px;
}

/* line 137, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe {
  max-height: 700px;
  overflow: hidden;
  position: relative;
}
/* line 142, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe .image_filters_wrapper {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 147, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe .image_filters_wrapper .filter_element {
  width: 175px;
  text-align: center;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  margin-bottom: 3px;
  padding: 8px 0;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  cursor: pointer;
}
/* line 159, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe .image_filters_wrapper .filter_element.active {
  color: #004F6C;
}
/* line 163, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe .image_filters_wrapper .filter_element:hover {
  opacity: 0.8;
}
/* line 169, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: white;
  font-size: 58px;
  cursor: pointer;
}
/* line 175, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe .fa.fa-angle-left {
  left: 30px;
}
/* line 179, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.video_iframe .fa.fa-angle-right {
  right: 30px;
}

/* line 185, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.image-grid {
  position: relative;
  margin-top: 20px;
}
/* line 189, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.image-grid .slides li {
  height: 50px;
  overflow: hidden;
  position: relative;
}
/* line 197, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.image-grid .slides li img {
  position: absolute;
  top: 0;
  left: -50%;
  bottom: 0;
  right: -50%;
  margin: 0 auto;
  min-width: 120%;
  min-height: 50px;
  height: auto;
  vertical-align: bottom;
  cursor: pointer;
}

/* line 213, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list {
  width: 1140px;
  margin: auto;
  padding: 0 55px;
  box-sizing: border-box;
}
/* line 219, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.slides {
  display: table;
  margin: auto;
}
/* line 226, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
/* line 232, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
}
/* line 237, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav a.flex-prev {
  position: absolute;
  left: 0;
  background: #004F6C;
  width: 55px;
  height: 50px;
  z-index: 2;
  overflow: hidden;
}
/* line 245, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav a.flex-prev:hover {
  opacity: 0.8;
}
/* line 249, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav a.flex-prev.flex-disabled {
  display: none;
}
/* line 254, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav a.flex-next {
  position: absolute;
  right: 0;
  background: #004F6C;
  width: 55px;
  height: 50px;
  z-index: 2;
  overflow: hidden;
}
/* line 263, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav a.flex-next:hover {
  opacity: 0.8;
}
/* line 267, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
div.gallery_list ul.flex-direction-nav a.flex-next.flex-disabled {
  display: none;
}

/* line 274, ../../../../sass/gallerys/gallery_filter_flexslider.scss */
.gallery-wrapper .big-img {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

/* line 3, ../../../../sass/booking/_booking_engine_5.scss */
.booking_widget {
  position: relative;
}

/* line 7, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 {
  width: 275px;
  display: block;
}
/* line 11, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 form.booking_form {
  padding: 0 !important;
}
/* line 15, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 .booking_form_title {
  background: #383838;
}

/* line 20, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper {
  border-bottom: 1px solid lightgray;
  background: transparent url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking_5/arrow.png) no-repeat 92% 70% !important;
}
/* line 24, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  margin: 10px 0 0 10px;
}

/* line 32, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input {
  border: none;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 25px;
  font-weight: 600;
  background: white;
}
/* line 40, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input::-webkit-input-placeholder {
  color: #585d63;
}
/* line 44, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: #585d63;
}
/* line 48, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: #585d63;
}
/* line 52, ../../../../sass/booking/_booking_engine_5.scss */
.destination_wrapper input:-ms-input-placeholder {
  color: #585d63;
}

/* line 57, ../../../../sass/booking/_booking_engine_5.scss */
.entry_date_wrapper {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: 0;
  width: 66.6%;
  height: 70px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}

/* line 72, ../../../../sass/booking/_booking_engine_5.scss */
.departure_date_wrapper, .half_size {
  border-bottom: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-top: 0;
  width: 50%;
  height: 70px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 10px;
  position: relative;
  cursor: pointer;
}
/* line 86, ../../../../sass/booking/_booking_engine_5.scss */
.departure_date_wrapper .date_day, .half_size .date_day {
  font-size: 21px !important;
}

/* line 91, ../../../../sass/booking/_booking_engine_5.scss */
.nights_number_wrapper {
  float: right;
  height: 70px;
  border-bottom: 1px solid lightgrey;
  box-sizing: border-box;
  width: 33.3%;
  padding: 5px 10px;
}

/* line 100, ../../../../sass/booking/_booking_engine_5.scss */
.num_nights_label, .entry_date_label, .children_label, .rooms_label, .adults_label, .promocode_label, .departure_date_label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}

/* line 106, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 30%;
}

/*===== Entry date =====*/
/* line 113, ../../../../sass/booking/_booking_engine_5.scss */
.date_box.entry_date, .date_box.departure_date {
  font-size: 20px;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking_5/calendar.png) no-repeat center right;
  margin-top: 9px;
  background-size: 29px;
}
/* line 119, ../../../../sass/booking/_booking_engine_5.scss */
.date_box.entry_date .date_day, .date_box.departure_date .date_day {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 25px;
  font-weight: 600;
}

/*====== Booking button ====*/
/* line 128, ../../../../sass/booking/_booking_engine_5.scss */
button.submit_button {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: #ffd600;
  height: 55px;
  text-transform: uppercase;
  font-weight: bolder;
  font-size: 21px;
  color: #565656;
  cursor: pointer;
}

/*====== Rooms section ======*/
/* line 142, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper {
  float: left;
  height: 70px;
  width: 33.3%;
  padding: 7px 10px 5px;
  box-sizing: border-box;
}
/* line 149, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper .room_list_wrapper li.room {
  float: right;
  width: 69%;
}
/* line 155, ../../../../sass/booking/_booking_engine_5.scss */
.rooms_number_wrapper .adults_selector {
  height: 70px;
  float: left;
  border-right: 1px solid gray;
  width: 46.5%;
}

/* line 163, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper {
  display: table;
  float: right;
  width: 66.6%;
}
/* line 168, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .room_title {
  display: none;
}
/* line 172, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .adults_selector {
  border-right: 1px solid lightgrey;
  border-left: 1px solid lightgrey;
}
/* line 177, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .adults_selector, .room_list_wrapper .children_selector {
  width: 50%;
  display: inline-block;
  height: 70px;
  box-sizing: border-box;
  padding: 7px 10px 5px;
}
/* line 185, ../../../../sass/booking/_booking_engine_5.scss */
.room_list_wrapper .children_selector {
  width: 50% !important;
  padding: 7px 10px 5px;
  float: right;
}

/* line 192, ../../../../sass/booking/_booking_engine_5.scss */
.room_list .room {
  height: 70px;
}

/* line 196, ../../../../sass/booking/_booking_engine_5.scss */
.room_list .room.room3, .room_list .room.room2 {
  border-top: 1px solid lightgrey;
}

/*==== Promocode section  ====*/
/* line 201, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_wrapper {
  display: table;
  width: 100%;
  padding: 10px 10px 5px;
  border-top: 1px solid lightgrey;
  box-sizing: border-box;
}

/* line 209, ../../../../sass/booking/_booking_engine_5.scss */
label.promocode_label {
  display: block;
}

/* line 213, ../../../../sass/booking/_booking_engine_5.scss */
input.promocode_input {
  border: 0;
  width: 100%;
  display: block;
  height: 30px;
  font-size: 13px;
  font-weight: lighter;
  margin-top: 2px;
  font-family: sans-serif;
}

/*====== Selectric ======*/
/* line 225, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems {
  overflow: scroll !important;
  width: 92px !important;
  margin-left: -11px;
  margin-top: 2px;
}
/* line 231, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 237, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems li {
  font-weight: 500;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADAQMAAABs5if8AAAABlBMVEXOzs7y8vKNS741AAAADklEQVQI12M4wPSAWQAABoQBtgsaY5kAAAAASUVORK5CYII=);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 29px !important;
  font-size: 18px !important;
  font-family: 'Source Sans Pro', sans-serif;
}
/* line 247, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems li:hover {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}
/* line 254, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems ul {
  z-index: 40;
}
/* line 258, ../../../../sass/booking/_booking_engine_5.scss */
.selectricItems .room {
  padding-top: 17px;
}

/* line 264, ../../../../sass/booking/_booking_engine_5.scss */
#full-booking-engine-html-5 .selectric .button {
  background: transparent url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking_5/arrow.png) no-repeat center center !important;
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 23px;
  margin-left: 0;
  margin-top: 8px;
  text-indent: 999px;
  height: 22px;
  font-weight: 600;
}

/* line 277, ../../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper .selectric .label {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 28px;
  margin-left: 0;
  font-weight: 600;
}

/* line 285, ../../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper .selectric {
  margin-top: 3px;
}

/* line 289, ../../../../sass/booking/_booking_engine_5.scss */
.selectricWrapper {
  width: 78px !important;
}

/*======= Phone web support =======*/
/* line 294, ../../../../sass/booking/_booking_engine_5.scss */
.wrapper-new-web-support.booking_form_title {
  border-radius: 0;
  padding: 5px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px !important;
  margin-top: 11px;
}

/* line 302, ../../../../sass/booking/_booking_engine_5.scss */
.wrapper-new-web-support .web_support_number, .web_support_label_1 {
  font-size: 11px !important;
  margin-left: 5px;
}

/* line 307, ../../../../sass/booking/_booking_engine_5.scss */
img.phone_support_image {
  float: left;
  width: 28px;
  margin-top: 1px;
  margin-right: 12px;
}

/*======= Header title ======*/
/* line 315, ../../../../sass/booking/_booking_engine_5.scss */
.booking_title_1, .booking_title_2, .best_price {
  display: none;
}

/* line 319, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header {
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  display: table;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
}
/* line 327, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header:hover {
  opacity: 0.8;
}
/* line 331, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header img.booking_header_discount {
  float: left;
  margin-right: 15px;
}
/* line 336, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header p.first_offer_name {
  font-size: 12px;
  color: #8096c7;
  margin-top: 9px;
}
/* line 342, ../../../../sass/booking/_booking_engine_5.scss */
.promocode_header p.second_offer_name {
  font-size: 10px;
  margin-top: 3px;
  color: gray;
}

/* line 349, ../../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker {
  width: 283px;
}
/* line 352, ../../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker .ui-widget-header {
  background: none !important;
  border: 0;
}
/* line 356, ../../../../sass/booking/_booking_engine_5.scss */
.ui-datepicker .ui-widget-header .ui-datepicker-title {
  color: #646464 !important;
  font-family: Verdana, Arial, sans-serif;
  font-weight: 300;
}

/* line 365, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker th {
  font-weight: 300;
  font-size: 14px;
}
/* line 371, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker .ui-state-default, body .ui-datepicker .ui-widget-content .ui-state-default, body .ui-datepicker .ui-widget-header .ui-state-default {
  background: transparent !important;
  border: 0 !important;
  color: #646464 !important;
  font-weight: 400;
  font-family: Circular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 13px;
}
/* line 382, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content .ui-state-hover {
  border: 0;
  background: #4B4B4B !important;
  color: white !important;
}
/* line 388, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content {
  border: 0;
  border-radius: 0;
  padding-bottom: 40px;
}
/* line 394, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-state-default {
  padding: 8px;
}
/* line 398, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-start_date {
  opacity: 1 !important;
}
/* line 401, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-start_date .ui-state-default {
  border: 0;
  background: #004F6C !important;
  color: white !important;
}
/* line 408, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-highlighted .ui-state-default {
  border: 0;
  background: rgba(40, 96, 144, 0.25) !important;
}
/* line 413, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-widget-content .ui-state-active {
  border: 0;
  background: #004F6C !important;
  color: white !important;
}
/* line 419, ../../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-e, body span.ui-icon.ui-icon-circle-triangle-w {
  /* background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/mobile_img/renovation/flecha_der.png) no-repeat center;*/
  background: none;
  text-indent: 0;
  color: transparent;
  font-size: 0;
}
/* line 425, ../../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-e:before, body span.ui-icon.ui-icon-circle-triangle-w:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '\f105';
  font-family: "FontAwesome", sans-serif;
  font-size: 20px;
  color: black;
}
/* line 442, ../../../../sass/booking/_booking_engine_5.scss */
body span.ui-icon.ui-icon-circle-triangle-w:before {
  content: '\f104';
}
/* line 447, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker .ui-datepicker-next, body .ui-datepicker .ui-datepicker-prev {
  background: none;
}
/* line 451, ../../../../sass/booking/_booking_engine_5.scss */
body .ui-datepicker-next.ui-state-hover, body .ui-datepicker-prev.ui-datepicker-prev-hover {
  border: 1px solid #636363;
}

/* line 457, ../../../../sass/booking/_booking_engine_5.scss */
.datepicker_wrapper_element span.ui-icon.ui-icon-circle-triangle-e:before, .datepicker_wrapper_element span.ui-icon.ui-icon-circle-triangle-w:before {
  display: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* line 469, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 {
  border-radius: 0;
}
/* line 471, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-skin {
  border-radius: 0;
}
/* line 474, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide > * {
  padding: 0 !important;
  background-color: transparent;
}
/* line 478, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .fancybox-slide .calendar_popup_wrapper {
  background-color: transparent;
}
/* line 482, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .full_screen_engine .container_popup_booking {
  background-color: transparent !important;
  padding: 24px !important;
}
/* line 487, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  color: gray;
}
/* line 490, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .gif_wrapper {
  display: block;
  margin: 21px auto;
  width: 100%;
  height: 105px;
}
/* line 1, ../../../../sass/plugins/spiners/_default_line_loading.scss */
.fancybox-wrap.fancy-booking-search_v2 .gif_wrapper .default_line_loading {
  background-color: #3484b2;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -o-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  animation: sk-stretchdelay 2.3s infinite ease-in-out;
  margin-right: 6px;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 1, ../../../../sass/plugins/spiners/_default_line_loading.scss */
.fancybox-wrap.fancy-booking-search_v2 .default_line_loading {
  background-color: #3484b2;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  -o-animation: sk-stretchdelay 2.3s infinite ease-in-out;
  animation: sk-stretchdelay 2.3s infinite ease-in-out;
  margin-right: 6px;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* line 1, ../../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading {
  width: 50px;
  height: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
}
/* line 10, ../../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading:before {
  content: '';
  width: 50px;
  height: 5px;
  background: #000;
  opacity: 0.3;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  animation: box_shadow .5s linear infinite;
}
/* line 22, ../../../../sass/plugins/spiners/_box_jumping.scss */
.fancybox-wrap.fancy-booking-search_v2 .boxLoading:after {
  content: '';
  width: 50px;
  height: 50px;
  background: white;
  animation: box_animate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@keyframes box_animate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes box_shadow {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
/* line 1, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader {
  padding: 60px 0 70px;
}
/* line 3, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot {
  width: 24px;
  height: 24px;
  margin: 0 3px;
  background: #000;
  border-radius: 100%;
  display: inline-block;
  animation: slide 1s infinite;
}
/* line 11, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(1) {
  animation-delay: 0.1s;
}
/* line 14, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(2) {
  animation-delay: 0.2s;
}
/* line 17, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(3) {
  animation-delay: 0.3s;
}
/* line 20, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(4) {
  animation-delay: 0.4s;
}
/* line 23, ../../../../sass/plugins/spiners/_dots_loader.scss */
.fancybox-wrap.fancy-booking-search_v2 .dots_loader .dot:nth-child(5) {
  animation-delay: 0.5s;
}
@-moz-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@-o-keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slide {
  0% {
    transform: scale(1);
  }
  50% {
    opacity: 0.3;
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
/* line 1, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
/* line 7, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 15, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* line 30, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
/* line 34, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube3 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
/* line 38, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube4 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
/* line 43, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
/* line 49, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube3:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
/* line 55, ../../../../sass/plugins/spiners/_sk_folding_cube.scss */
.fancybox-wrap.fancy-booking-search_v2 .sk_folding_cube .sk_cube4:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/* line 1, ../../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots {
  padding: 40px 0;
  text-align: center;
  animation: dots-rotate 2s linear infinite;
}
/* line 5, ../../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots:before, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots:after {
  content: '';
  animation: dots-margin 2s linear infinite;
}
/* line 9, ../../../../sass/plugins/spiners/_rotating_dots.scss */
.fancybox-wrap.fancy-booking-search_v2 .rotating_dots:before, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots span, .fancybox-wrap.fancy-booking-search_v2 .rotating_dots:after {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  margin: 5px;
}
@keyframes dots-margin {
  0% {
    margin: 5px;
  }
  12% {
    margin: 0 30px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  25% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  62% {
    margin: 0 30px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
  75% {
    margin: 5px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    margin: 5px;
  }
}
@keyframes dots-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 500, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_top_popup_booking {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: lighter;
  color: gray;
}
/* line 508, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .description_bottom_popup_booking {
  font-weight: bold;
  text-transform: uppercase;
}
/* line 513, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2 .container_popup_booking {
  width: 555px;
  display: block;
  padding: 30px 0;
  box-sizing: border-box;
  margin: 7px;
  border: 1px solid #3483b2;
}

/* line 524, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine {
  width: auto !important;
  height: auto !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}
/* line 532, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-outer {
  background: transparent;
}
/* line 537, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine.custom_color_overlay .fancybox-skin {
  background: transparent;
}
/* line 542, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-skin {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
}
/* line 551, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .fancybox-inner {
  overflow: visible;
}
/* line 555, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 568, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .container_popup_booking {
  border: 0 !important;
}
/* line 572, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking {
  font-weight: lighter;
}
/* line 575, ../../../../sass/booking/_booking_engine_5.scss */
.fancybox-wrap.fancy-booking-search_v2.full_screen_engine .description_bottom_popup_booking strong {
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
}

/*=====================================================================
  Selectric
======================================================================*/
/* line 5, ../../../../sass/booking/_selectric.scss */
.selectricWrapper {
  position: relative;
  margin: 0 0 0px;
  width: 80px;
  cursor: pointer;
}

/* line 12, ../../../../sass/booking/_selectric.scss */
.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 23, ../../../../sass/booking/_selectric.scss */
.selectricOpen {
  z-index: 9999;
}

/* line 27, ../../../../sass/booking/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 31, ../../../../sass/booking/_selectric.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

/* line 38, ../../../../sass/booking/_selectric.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

/* line 44, ../../../../sass/booking/_selectric.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

/* line 60, ../../../../sass/booking/_selectric.scss */
.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* line 67, ../../../../sass/booking/_selectric.scss */
.selectricOpen .selectric {
  z-index: 9999;
}

/* line 72, ../../../../sass/booking/_selectric.scss */
.selectricOpen .selectricItems {
  display: block;
}

/* line 76, ../../../../sass/booking/_selectric.scss */
.selectric {
  background: white;
  position: relative;
  border-radius: 6px;
  height: 40px;
}

/* line 83, ../../../../sass/booking/_selectric.scss */
.selectric .label {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: #004F6C;
  text-align: left;
  margin-left: 20px;
}

/* line 93, ../../../../sass/booking/_selectric.scss */
.selectric .button {
  zoom: 1;
  position: absolute;
  font: 0/0 a;
  overflow: hidden;
  margin: auto;
  top: 0;
  right: 2px;
  bottom: 0;
  width: 35px;
  height: 35px;
  border: 0;
  background: #004F6C url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking/flecha_motor.png) no-repeat center center !important;
  padding: 0;
}

/* line 109, ../../../../sass/booking/_selectric.scss */
.selectricHover .selectric .button {
  border-top-color: #DDD;
}

/* Items box */
/* line 115, ../../../../sass/booking/_selectric.scss */
.selectricItems {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}

/* line 128, ../../../../sass/booking/_selectric.scss */
.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
}

/* line 138, ../../../../sass/booking/_selectric.scss */
.selectricItems li {
  padding: 5px;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #EEE;
  color: #666;
  border-top: 1px solid #FFF;
}
/* line 146, ../../../../sass/booking/_selectric.scss */
.selectricItems li:hover {
  background: #F0F0F0;
  color: #444;
}
/* line 151, ../../../../sass/booking/_selectric.scss */
.selectricItems li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

/* line 158, ../../../../sass/booking/_selectric.scss */
.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

/* line 1, ../sass/_booking_engine_ipv.scss */
.background_engine_overlay {
  position: fixed;
  width: 100%;
  min-width: 1140px;
  top: 120px;
  height: 85px;
  z-index: 22;
  background: rgba(0, 0, 0, 0.3);
}

/* line 11, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking {
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  padding: 12px 0;
  width: 100%;
  min-width: 1140px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 31;
  animation: widget_down 2s 2s 1 normal forwards;
  -webkit-animation: widget_down 2s 2s 1 normal forwards;
  -moz-animation: widget_down 2s 2s 1 normal forwards;
  -o-animation: widget_down 2s 2s 1 normal forwards;
  /*======== Booking Widget =======*/
}
/* line 26, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking.floating_booking {
  position: fixed;
  z-index: 100;
}
/* line 32, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking div#wrapper_booking.home {
  bottom: 70px;
}
/* line 36, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .booking_widget {
  position: absolute;
  left: 0;
}
/* line 41, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking #full-booking-engine-html-5 {
  width: auto;
  display: table;
  margin: auto !important;
}
/* line 46, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking #full-booking-engine-html-5 .promocode_header {
  display: none;
}
/* line 51, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking #full-booking-engine-html-5 form.booking_form {
  background: transparent;
  position: relative;
}
/* line 56, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .booking_form_title .best_price {
  display: none;
  color: white;
  font-size: 16px;
  padding: 20px;
  font-weight: 600;
  text-align: center;
}
/* line 64, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .promocode_header p.first_offer_name {
  color: white;
}
/* line 67, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .booking_widget .date_box, #full_wrapper_booking .booking_widget .selectricWrapper, #full_wrapper_booking #booking_widget_popup .date_box, #full_wrapper_booking #booking_widget_popup .selectricWrapper {
  border: 0;
}
/* line 71, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .booking_widget .date_box .date_day, #full_wrapper_booking #booking_widget_popup .date_box .date_day {
  border-bottom: 0 !important;
}
/* line 75, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .selectric {
  height: 38px;
  background: transparent;
}
/* line 80, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .room_list_wrapper .adults_selector, #full_wrapper_booking .room_list_wrapper .children_selector {
  width: 33.3% !important;
  height: auto;
  float: left;
  box-sizing: border-box;
}
/* line 87, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .booking_widget .web_support_label_1, #full_wrapper_booking .booking_widget .web_support_label_1 span.web_support_number {
  font-size: 11px !important;
  padding: 0;
}
/* line 92, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper-new-web-support .web_support_number, #full_wrapper_booking .web_support_label_1 {
  line-height: 15px !important;
  font-size: 14px !important;
}
/* line 97, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title {
  display: none;
  background: none;
  color: white;
  margin-top: 0;
  text-align: center;
}
/* line 104, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title .web_support_label_2 {
  display: inline-block;
  margin: 0 10px;
}
/* line 109, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper-new-web-support.booking_form_title .phone_support_image {
  display: none;
}
/* line 118, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking #data #full-booking-engine-html-5 {
  margin-top: 0 !important;
}
/* line 122, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .date_box.entry_date, #full_wrapper_booking .date_box.departure_date {
  margin-top: 6px;
  background: url(/img/dynac/entry_ico.png) no-repeat center;
  background-position-x: left;
  padding-left: 35px;
}
/* line 128, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .date_box.entry_date .date_year, #full_wrapper_booking .date_box.departure_date .date_year {
  display: none;
}
/* line 132, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .date_box.entry_date .date_day, #full_wrapper_booking .date_box.departure_date .date_day {
  border-bottom: 0 !important;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 16px !important;
  color: black;
}
/* line 141, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .date_box.departure_date {
  background: url(/img/dynac/departure_ico.png) no-repeat center;
  background-position-x: left;
}
/* line 146, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .selectricWrapper {
  width: 100% !important;
}
/* line 149, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .selectricWrapper .selectric {
  margin-top: 0;
}
/* line 154, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking #slider_inner_container #full-booking-engine-html-5 {
  margin-top: -17px !important;
}
/* line 158, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .promocode_text {
  display: none;
}
/* line 162, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .stay_selection {
  display: inline-block;
  vertical-align: top;
  float: left;
}
/* line 167, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .stay_selection .entry_date_wrapper, #full_wrapper_booking .stay_selection .departure_date_wrapper {
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 5px;
  border: 0 !important;
  background: white;
  width: 212px;
  height: 47px;
  position: relative;
}
/* line 180, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .stay_selection .entry_input + div, #full_wrapper_booking .stay_selection .departure_input + div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 188, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .stay_selection .departure_input + div {
  left: 54px;
}
/* line 192, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .stay_selection .departure_date_wrapper {
  border-left: 0;
  border-right: 0;
}
/* line 197, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .stay_selection .nights_number_wrapper {
  display: inline-block;
  width: 95px;
  float: left;
  vertical-align: top;
  border-top: 1px solid lightgrey;
}
/* line 206, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .rooms_number_wrapper {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 47px;
  margin-right: 5px;
  background: white;
}
/* line 215, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .rooms_number_wrapper .rooms_number {
  padding-left: 45px;
  box-sizing: border-box;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking_5/rooms_number.png) no-repeat center left;
  background-position-y: 40%;
}
/* line 223, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .room_list_wrapper {
  display: none;
  vertical-align: top;
  float: left;
  border-bottom: 1px solid lightgrey;
  border-top: 1px solid lightgrey;
  width: 275px;
  position: absolute;
  left: 659px;
  top: 50px;
  overflow: inherit !important;
}
/* line 235, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .room_list_wrapper .room {
  background: white;
  height: auto !important;
}
/* line 240, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .room_list_wrapper .room.room1 .children_selector, #full_wrapper_booking .room_list_wrapper .room.room2 .children_selector, #full_wrapper_booking .room_list_wrapper .room.room3 .children_selector {
  border-right: 1px solid lightgray;
}
/* line 245, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .room_list_wrapper .room.room3, #full_wrapper_booking .room_list_wrapper .room.room2 {
  border-bottom: 1px solid lightgray;
}
/* line 249, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .room_list_wrapper .room.room3 {
  border-top: 0;
}
/* line 255, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper_booking_button {
  display: inline-block;
  width: auto;
  float: left;
  height: 47px;
}
/* line 261, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper_booking_button .promocode_wrapper {
  display: inline-block;
  vertical-align: top;
  float: left;
  width: 125px;
  padding-top: 9px;
  margin-right: 5px;
  height: 47px;
  border: 0 !important;
  background: white;
}
/* line 273, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button {
  width: 125px;
  height: 47px;
  display: inline-block;
  vertical-align: top;
  float: left;
  font-size: 15px;
  background: #E26D09;
  color: white;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: background 0.6s, color 0.6s;
  -moz-transition: background 0.6s, color 0.6s;
  -ms-transition: background 0.6s, color 0.6s;
  -o-transition: background 0.6s, color 0.6s;
  transition: background 0.6s, color 0.6s;
}
/* line 291, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button:hover {
  opacity: 0.8;
}
/* line 295, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .wrapper_booking_button .submit_button.active_animation {
  background: #4593AA;
  color: white;
}

/* line 303, ../sass/_booking_engine_ipv.scss */
.babies_selector {
  width: 33.3%;
  display: inline-block;
  padding: 7px 10px 5px;
  box-sizing: border-box;
}
/* line 309, ../sass/_booking_engine_ipv.scss */
.babies_selector label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
/* line 315, ../sass/_booking_engine_ipv.scss */
.babies_selector .selectricWrapper {
  margin-top: -10px;
}

/*=== Ocupancy selector ====*/
/* line 321, ../sass/_booking_engine_ipv.scss */
.guest_selector {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 47px;
  padding: 7px 10px 5px;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 5px;
  background: white;
}
/* line 333, ../sass/_booking_engine_ipv.scss */
.guest_selector .room_selections {
  display: inline-block;
  padding-top: 10px;
}
/* line 338, ../sass/_booking_engine_ipv.scss */
.guest_selector span.placeholder_text {
  font-size: 15px;
  font-weight: lighter;
  font-family: sans-serif;
  padding-top: 9px;
  float: left;
  display: block;
  padding-left: 33px;
  box-sizing: border-box;
  background: url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking_5/ocupancy.png) no-repeat bottom left;
  padding-bottom: 3px;
}
/* line 350, ../sass/_booking_engine_ipv.scss */
.guest_selector span.placeholder_text.selected_value {
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 21px;
  padding-top: 3px;
  background-position-y: 8px;
  font-weight: 600;
}
/* line 360, ../sass/_booking_engine_ipv.scss */
.guest_selector > label {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 10px;
  cursor: pointer;
}
/* line 367, ../sass/_booking_engine_ipv.scss */
.guest_selector b.button {
  background: transparent url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking_5/arrow.png) no-repeat center center !important;
  font-family: 'Source Sans Pro', sans-serif;
  color: #585d63;
  font-size: 23px;
  margin-left: 0;
  margin-top: 10px;
  text-indent: 999px;
  height: 22px;
  font-weight: 600;
  float: right;
}

/* line 381, ../sass/_booking_engine_ipv.scss */
#booking label {
  cursor: pointer;
}

/*===== Slider container ====*/
/* line 386, ../sass/_booking_engine_ipv.scss */
#slider_container {
  position: relative;
}

/* line 390, ../sass/_booking_engine_ipv.scss */
#booking label {
  display: none !important;
}

/* line 394, ../sass/_booking_engine_ipv.scss */
input.promocode_input {
  margin-top: 0;
  font-family: sans-serif;
  text-align: center;
}
/* line 399, ../sass/_booking_engine_ipv.scss */
input.promocode_input::-webkit-input-placeholder {
  color: black;
  font-size: 15px;
  font-weight: lighter;
  font-family: sans-serif;
  text-transform: capitalize;
}
/* line 406, ../sass/_booking_engine_ipv.scss */
input.promocode_input::-moz-placeholder {
  color: black;
  font-size: 15px;
  font-weight: lighter;
  font-family: sans-serif;
  text-transform: capitalize;
}
/* line 413, ../sass/_booking_engine_ipv.scss */
input.promocode_input:-ms-input-placeholder {
  color: black;
  font-size: 15px;
  font-weight: lighter;
  font-family: sans-serif;
  text-transform: capitalize;
}
/* line 420, ../sass/_booking_engine_ipv.scss */
input.promocode_input:-moz-placeholder {
  color: black;
  font-size: 15px;
  font-weight: lighter;
  font-family: sans-serif;
  text-transform: capitalize;
}

/* line 429, ../sass/_booking_engine_ipv.scss */
.selectricWrapper .selectric .label {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 16px;
  line-height: 37px;
  color: black;
}

/* line 437, ../sass/_booking_engine_ipv.scss */
#booking .room_list label {
  display: block !important;
}

/* line 443, ../sass/_booking_engine_ipv.scss */
#full_wrapper_booking .rooms_number .selectricItems {
  width: 219px !important;
}

/* line 449, ../sass/_booking_engine_ipv.scss */
#ui-datepicker-div {
  margin-left: 97px;
}

/* line 453, ../sass/_booking_engine_ipv.scss */
.selectricOpen .selectricItems {
  overflow: auto !important;
}

@keyframes widget_down {
  from {
    top: -120px;
  }
  to {
    top: 0;
  }
}
/* line 2, ../sass/_booking_popup.scss */
.booking-data-popup .fancybox-outer {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 8, ../sass/_booking_popup.scss */
.booking-data-popup div#wrapper_booking_fancybox {
  display: table;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 19, ../sass/_booking_popup.scss */
.booking-data-popup .adultos.numero_personas > label, .booking-data-popup .ninos.numero_personas > label, .booking-data-popup .bebes.numero_personas > label {
  display: none !important;
}

/* line 25, ../sass/_booking_popup.scss */
div#data {
  background: rgba(0, 79, 108, 0.7);
}
/* line 28, ../sass/_booking_popup.scss */
div#data .booking_title1, div#data .best_price {
  display: none;
}
/* line 32, ../sass/_booking_popup.scss */
div#data #contador_noches {
  display: none;
}
/* line 36, ../sass/_booking_popup.scss */
div#data .hotel_selector {
  background: white;
  clear: both;
  margin-bottom: 15px;
}
/* line 41, ../sass/_booking_popup.scss */
div#data .hotel_selector li {
  padding: 5px 10px;
  color: #004F6C;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  cursor: pointer;
}
/* line 47, ../sass/_booking_popup.scss */
div#data .hotel_selector li:hover {
  color: #000406;
}
/* line 53, ../sass/_booking_popup.scss */
div#data div#booking_engine_title {
  display: block;
  float: none;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
/* line 60, ../sass/_booking_popup.scss */
div#data #motor_reserva {
  width: 595px;
  margin: auto;
  display: table;
}
/* line 66, ../sass/_booking_popup.scss */
div#data div#fecha_entrada, div#data div#fecha_salida {
  width: 290px;
  float: left;
  height: 125px;
}
/* line 72, ../sass/_booking_popup.scss */
div#data div#fecha_salida {
  float: right;
  margin-left: 0 !important;
}
/* line 77, ../sass/_booking_popup.scss */
div#data label#titulo_fecha_entrada, div#data label#titulo_fecha_salida {
  display: block;
  color: #999;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  background: white;
  margin-bottom: 5px;
  padding: 9px 0;
}
/* line 91, ../sass/_booking_popup.scss */
div#data #contenedor_fechas {
  width: 100%;
  margin-bottom: 15px;
}
/* line 96, ../sass/_booking_popup.scss */
div#data .wrapper-old-web-support {
  display: none !important;
}
/* line 100, ../sass/_booking_popup.scss */
div#data #fecha_entrada input, div#data #fecha_salida input {
  border: 0 !important;
  height: 84px !important;
  width: 100% !important;
  text-align: center !important;
  box-sizing: border-box !important;
  font-size: 31px !important;
  color: #383838 !important;
  padding-right: 40px;
  border-radius: 0;
  background: white url(https://cdn.paraty.es/static_files/secure-booking16/generic/202603251028/images/booking_5/entry_date.png) no-repeat 85% center !important;
}
/* line 112, ../sass/_booking_popup.scss */
div#data #fecha_entrada input::-webkit-input-placeholder, div#data #fecha_salida input::-webkit-input-placeholder {
  color: #383838 !important;
}
/* line 117, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones {
  margin: auto;
  width: 290px;
  float: left;
  height: 125px;
}
/* line 123, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones label {
  display: block;
  color: #999;
  width: 100% !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 17px;
  float: none;
  font-weight: bolder;
  font-family: 'Montserrat', sans-serif;
  background: white;
  margin-bottom: 5px;
  padding: 9px 0;
}
/* line 138, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones select#selector_habitaciones {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0;
  width: 260px;
  float: left;
  height: 125px;
  background: white;
  -webkit-appearance: none;
}
/* line 149, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones select#selector_habitaciones option {
  text-align: center;
}
/* line 154, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones .selectric {
  height: 83px;
  border-radius: 0;
  margin-top: 0;
}
/* line 159, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones .selectric p.label {
  color: #383838;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 31px !important;
  padding-top: 22px;
}
/* line 167, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones .selectric .button {
  background: transparent !important;
  right: 27px;
}
/* line 173, ../sass/_booking_popup.scss */
div#data #contenedor_habitaciones .selectricItems li {
  color: #383838;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 21px !important;
  padding: 12px 12px 10px;
}
/* line 182, ../sass/_booking_popup.scss */
div#data .selectricWrapper {
  width: 100% !important;
}
/* line 186, ../sass/_booking_popup.scss */
div#data #contenedor_opciones {
  float: right;
  margin-top: -125px;
}
/* line 190, ../sass/_booking_popup.scss */
div#data #contenedor_opciones #hab1, div#data #contenedor_opciones #hab2, div#data #contenedor_opciones #hab3 {
  margin: auto;
  width: 290px;
  float: left;
  height: 125px;
}
/* line 197, ../sass/_booking_popup.scss */
div#data #contenedor_opciones #hab1 {
  margin-left: 305px;
}
/* line 201, ../sass/_booking_popup.scss */
div#data #contenedor_opciones #hab2, div#data #contenedor_opciones #hab3 {
  margin-top: 20px;
  display: block !important;
}
/* line 206, ../sass/_booking_popup.scss */
div#data #contenedor_opciones #hab3 {
  float: right;
}
/* line 210, ../sass/_booking_popup.scss */
div#data #contenedor_opciones label.numero_habitacion {
  color: #999;
  font-weight: 500;
  width: 100% !important;
  text-align: center;
  display: block !important;
  text-transform: uppercase;
  font-size: 17px;
  background: white;
  float: none;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 5px;
  padding: 9px 0;
}
/* line 226, ../sass/_booking_popup.scss */
div#data .adultos.numero_personas, div#data .ninos.numero_personas, div#data .bebes.numero_personas {
  margin: 0;
  position: relative;
  display: inline-block;
}
/* line 231, ../sass/_booking_popup.scss */
div#data .adultos.numero_personas option, div#data .ninos.numero_personas option, div#data .bebes.numero_personas option {
  display: none;
}
/* line 236, ../sass/_booking_popup.scss */
div#data .adultos.numero_personas,
div#data .ninos.numero_personas,
div#data .bebes.numero_personas {
  width: calc(100% / 3 - 4px);
  text-align: center;
  float: left;
}
/* line 244, ../sass/_booking_popup.scss */
div#data .adultos.numero_personas,
div#data .ninos.numero_personas {
  margin-right: 5.5px;
}
/* line 251, ../sass/_booking_popup.scss */
div#data .ninos.numero_personas .selectricItems {
  left: -84px !important;
}
/* line 256, ../sass/_booking_popup.scss */
div#data .bebes.numero_personas {
  width: 32%;
}
/* line 259, ../sass/_booking_popup.scss */
div#data .bebes.numero_personas .selectricItems {
  left: -180px !important;
}
/* line 264, ../sass/_booking_popup.scss */
div#data .ninos {
  float: left;
}
/* line 267, ../sass/_booking_popup.scss */
div#data .ninos label#info_ninos {
  position: absolute;
  top: 20px;
  color: black;
  right: 0px;
  font-size: 9px !important;
  display: inline-block;
}
/* line 278, ../sass/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos .selectric, div#data .selectricWrapper.selector_ninos .selectric, div#data .selectricWrapper.selector_bebes .selectric {
  height: 83px;
  border-radius: 0;
  margin-top: 0;
}
/* line 284, ../sass/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos p.label, div#data .selectricWrapper.selector_ninos p.label, div#data .selectricWrapper.selector_bebes p.label {
  color: #383838;
  text-align: center;
  padding-right: 0 !important;
  box-sizing: border-box !important;
  padding-top: 23px;
  font-size: 18px !important;
}
/* line 293, ../sass/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos .button, div#data .selectricWrapper.selector_ninos .button, div#data .selectricWrapper.selector_bebes .button {
  background: transparent !important;
  width: 16px;
  height: 20px;
  top: 5px;
  right: 10px !important;
}
/* line 301, ../sass/_booking_popup.scss */
div#data .selectricWrapper.selector_adultos .selectricItems li, div#data .selectricWrapper.selector_ninos .selectricItems li, div#data .selectricWrapper.selector_bebes .selectricItems li {
  color: #383838;
  text-align: center;
  box-sizing: border-box !important;
  font-size: 16px !important;
  padding: 6px 12px 4px;
}
/* line 310, ../sass/_booking_popup.scss */
div#data fieldset#envio {
  width: 100%;
  margin-left: 0;
}
/* line 314, ../sass/_booking_popup.scss */
div#data fieldset#envio input#promocode {
  float: left;
  width: 290px;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  margin-top: 10px;
  height: 90px;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  font-size: 31px !important;
  font-weight: 300;
  color: white;
}
/* line 328, ../sass/_booking_popup.scss */
div#data fieldset#envio input#promocode::-webkit-input-placeholder {
  color: white;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
/* line 336, ../sass/_booking_popup.scss */
div#data fieldset#envio button#search-button {
  display: block;
  float: right;
  height: 90px;
  width: 290px;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  margin-top: 10px;
  background: #4593AA;
  color: white;
  text-transform: uppercase;
  font-size: 27px !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
/* line 353, ../sass/_booking_popup.scss */
div#data fieldset#envio button#search-button:hover {
  background: #367486;
}
/* line 360, ../sass/_booking_popup.scss */
div#data div#hab2 .disabled_overlay, div#data div#hab3 .disabled_overlay {
  display: none;
}
/* line 364, ../sass/_booking_popup.scss */
div#data div#hab2.disabled, div#data div#hab3.disabled {
  opacity: 0.4;
  position: relative;
}
/* line 368, ../sass/_booking_popup.scss */
div#data div#hab2.disabled .disabled_overlay, div#data div#hab3.disabled .disabled_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
/* line 380, ../sass/_booking_popup.scss */
div#data #booking_engine_title #booking_title1, div#data #booking_engine_title #best_price {
  display: none;
}
/* line 384, ../sass/_booking_popup.scss */
div#data #booking_engine_title h4#booking_title2 {
  color: white;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 0;
}
/* line 394, ../sass/_booking_popup.scss */
div#data #booking_engine_title #booking_title2:after {
  content: '';
  display: block;
  width: 70px;
  height: 1px;
  background: white;
  margin: 10px auto;
}
/* line 403, ../sass/_booking_popup.scss */
div#data #booking_engine_title #booking_title2 span {
  font-weight: 300;
}
/* line 409, ../sass/_booking_popup.scss */
div#data #contenedor_opciones div#hab2.disabled {
  display: none !important;
}
/* line 412, ../sass/_booking_popup.scss */
div#data #contenedor_opciones div#hab2.disabled + #hab3 {
  display: none !important;
}
/* line 418, ../sass/_booking_popup.scss */
div#data .selectricItems {
  width: 288px !important;
  top: 84% !important;
  left: 11px !important;
  z-index: 9999;
}
/* line 425, ../sass/_booking_popup.scss */
div#data .destination_wrapper {
  width: 100%;
  margin-bottom: 15px;
  border-bottom: 0;
}
/* line 430, ../sass/_booking_popup.scss */
div#data .destination_wrapper label {
  display: none;
}
/* line 435, ../sass/_booking_popup.scss */
div#data .destination_wrapper .destination_field input {
  width: 100%;
  height: 55px;
  padding-left: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
/* line 442, ../sass/_booking_popup.scss */
div#data .destination_wrapper .destination_field input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-weight: bolder;
}
/* line 447, ../sass/_booking_popup.scss */
div#data .destination_wrapper .destination_field input:-moz-placeholder {
  /* Firefox 18- */
  text-transform: uppercase;
  font-weight: bolder;
}
/* line 453, ../sass/_booking_popup.scss */
div#data .destination_wrapper .destination_field input::-moz-placeholder {
  /* Firefox 19+ */
  text-transform: uppercase;
  font-weight: bolder;
}
/* line 459, ../sass/_booking_popup.scss */
div#data .destination_wrapper .destination_field input:-ms-input-placeholder {
  text-transform: uppercase;
  font-weight: bolder;
}

/* line 469, ../sass/_booking_popup.scss */
.booking-data-popup .fancybox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  background: url(/img/dynac/close_button.png) no-repeat center;
  background: none;
}
/* line 476, ../sass/_booking_popup.scss */
.booking-data-popup .fancybox-close:before {
  content: "x";
  color: white;
  font-size: 85px;
  line-height: 36px;
  font-family: 'Montserrat', sans-serif;
}

/* line 485, ../sass/_booking_popup.scss */
.booking-data-popup .fancybox-outer {
  background: none;
}

/* line 489, ../sass/_booking_popup.scss */
.contact_bottom_popup {
  display: block;
  width: 535px;
  margin: 20px auto;
  text-align: center;
  color: white;
}
/* line 496, ../sass/_booking_popup.scss */
.contact_bottom_popup .phone_hotel_booking_popup, .contact_bottom_popup .email_hotel {
  display: inline-block;
  padding-left: 30px;
  line-height: 25px;
}
/* line 502, ../sass/_booking_popup.scss */
.contact_bottom_popup .phone_hotel_booking_popup {
  margin-right: 10px;
  background: url(/img/dynac/booking_icos/phone_ico.png) no-repeat left center;
}
/* line 507, ../sass/_booking_popup.scss */
.contact_bottom_popup .email_hotel {
  background: url(/img/dynac/booking_icos/mail_ico.png) no-repeat left center;
}

/* line 1, ../sass/_header.scss */
header {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1001;
  background-color: white;
}
/* line 8, ../sass/_header.scss */
header #logoDiv {
  margin: 0;
  text-align: center;
}
/* line 12, ../sass/_header.scss */
header #logoDiv a {
  display: inline-block;
  vertical-align: middle;
  height: 75px;
  width: calc(100% - 5px);
}
/* line 17, ../sass/_header.scss */
header #logoDiv a img {
  max-height: 100%;
}
/* line 21, ../sass/_header.scss */
header #logoDiv:after {
  content: '';
  height: 75px;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 29, ../sass/_header.scss */
header .right-header {
  position: relative;
  text-align: right;
  margin: 0;
  font-size: 12px;
  width: auto;
  height: 110px;
}
/* line 36, ../sass/_header.scss */
header .right-header.column9 {
  width: 855px;
}
/* line 40, ../sass/_header.scss */
header #top-sections, header #lang, header #social {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
/* line 46, ../sass/_header.scss */
header #mainMenuDiv {
  width: auto;
}
/* line 50, ../sass/_header.scss */
header #main-sections-inner {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: -3px;
}
/* line 58, ../sass/_header.scss */
header #main-sections-inner .main-section-div-wrapper {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Oswald", sans-serif;
  margin: 0 10px;
  border-bottom: 6px solid transparent;
}
/* line 65, ../sass/_header.scss */
header #main-sections-inner .main-section-div-wrapper a {
  display: block;
  text-transform: uppercase;
  color: #383838;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  padding: 5px 0;
}
/* line 75, ../sass/_header.scss */
header #main-sections-inner .main-section-div-wrapper a .fa {
  display: block;
  margin-bottom: 5px;
  color: #145267;
  font-size: 24px;
}
/* line 82, ../sass/_header.scss */
header #main-sections-inner .main-section-div-wrapper:hover, header #main-sections-inner .main-section-div-wrapper#section-active {
  border-bottom-color: #4593AA;
}
/* line 88, ../sass/_header.scss */
header .header_info {
  display: inline-block;
  background-color: #4593AA;
  padding: 6px 15px;
  letter-spacing: 1px;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  white-space: nowrap;
}
/* line 99, ../sass/_header.scss */
header .header_info span {
  font-weight: 400;
}
/* line 102, ../sass/_header.scss */
header .header_info a {
  color: white;
}
/* line 107, ../sass/_header.scss */
header #top-sections a {
  color: #AAA;
  font-size: 16px;
  display: inline-block;
}
/* line 112, ../sass/_header.scss */
header #top-sections a:first-child {
  background: #4593AA;
  color: white;
  padding: 5px 13px 5px 5px;
}
/* line 117, ../sass/_header.scss */
header #top-sections a:first-child .fa {
  color: white;
}
/* line 122, ../sass/_header.scss */
header #top-sections a i.fa {
  font-size: 18px;
  color: #4593AA;
  display: inline-block;
  margin: 0 5px 0;
  vertical-align: middle;
}
/* line 131, ../sass/_header.scss */
header #lang {
  position: relative;
}
/* line 133, ../sass/_header.scss */
header #lang .lang_selected {
  text-transform: uppercase;
  color: #E26D09;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 5px 20px 5px 20px;
  position: relative;
  cursor: pointer;
}
/* line 141, ../sass/_header.scss */
header #lang .lang_selected img {
  width: 25px;
  height: 15px;
}
/* line 146, ../sass/_header.scss */
header #lang .lang_selected:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 10px;
}
/* line 154, ../sass/_header.scss */
header #lang .lang_options_wrapper {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 101;
  background-color: #88b2cb;
}
/* line 162, ../sass/_header.scss */
header #lang .lang_options_wrapper a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
  color: white;
  border-bottom: 1px solid #004F6C;
}
/* line 170, ../sass/_header.scss */
header #lang .lang_options_wrapper a img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
/* line 178, ../sass/_header.scss */
header #social {
  padding: 0 10px;
  border-right: 1px solid #cfe5ec;
}
/* line 181, ../sass/_header.scss */
header #social a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #E26D09;
  font-size: 14px;
  color: white;
  margin: 0 2px;
  -webkit-transition: color 0.6s;
  -moz-transition: color 0.6s;
  -ms-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
}
/* line 192, ../sass/_header.scss */
header #social a i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 196, ../sass/_header.scss */
header #social a:before {
  content: "";
  background-color: #004F6C;
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  -webkit-transition: height 0.6s;
  -moz-transition: height 0.6s;
  -ms-transition: height 0.6s;
  -o-transition: height 0.6s;
  transition: height 0.6s;
}
/* line 208, ../sass/_header.scss */
header #social a:hover {
  color: white;
}
/* line 210, ../sass/_header.scss */
header #social a:hover:before {
  height: 100%;
}

/* line 218, ../sass/_header.scss */
.pendule {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 20;
}
/* line 224, ../sass/_header.scss */
.pendule img {
  float: left;
}
/* line 227, ../sass/_header.scss */
.pendule .penduel_content {
  background-color: white;
  width: 235px;
  padding: 0 10px 10px;
  text-align: center;
  box-sizing: border-box;
  clear: both;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
/* line 237, ../sass/_header.scss */
.pendule .penduel_content p {
  margin-bottom: 10px;
}
/* line 240, ../sass/_header.scss */
.pendule .penduel_content span {
  font-weight: bold;
  color: #004F6C;
  font-size: 67px;
  line-height: 60px;
}
/* line 246, ../sass/_header.scss */
.pendule .penduel_content strong {
  color: #004F6C;
}
/* line 251, ../sass/_header.scss */
.pendule .pendule_link_element {
  background: #E26D09;
  color: white;
  letter-spacing: 1px;
  font-family: 'Oswald', sans-serif;
  padding: 10px 0;
  font-size: 16px;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
/* line 262, ../sass/_header.scss */
.pendule .pendule_link_element:hover {
  background-color: #e6c100;
}

/* line 267, ../sass/_header.scss */
#slider_container {
  position: relative;
}
/* line 269, ../sass/_header.scss */
#slider_container .fullcoveredvideo video, #slider_container .fullcoveredvideo.video-js {
  max-width: none;
  width: auto;
  height: 100%;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translate(-50%, 0);
}
/* line 280, ../sass/_header.scss */
#slider_container .stamp_slider {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  z-index: 32;
  width: 1140px;
  height: 0;
  text-align: right;
  margin: auto;
}
/* line 291, ../sass/_header.scss */
#slider_container .background_banner {
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}
/* line 296, ../sass/_header.scss */
#slider_container .background_banner img {
  vertical-align: middle;
}
/* line 301, ../sass/_header.scss */
#slider_container .inner_slider {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}
/* line 306, ../sass/_header.scss */
#slider_container .inner_slider img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 309, ../sass/_header.scss */
#slider_container .inner_slider .slider_description {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: calc(50% + 30px);
  color: white;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}
/* line 316, ../sass/_header.scss */
#slider_container .inner_slider .slider_description strong {
  font-weight: 700;
}
/* line 320, ../sass/_header.scss */
#slider_container .inner_slider.special_slider {
  height: 540px;
}
/* line 322, ../sass/_header.scss */
#slider_container .inner_slider.special_slider .slider_description {
  top: auto;
  width: 880px;
  bottom: 40px;
  font-size: 92px;
  line-height: 104px;
  font-family: "Dancing Script", serif;
}
/* line 332, ../sass/_header.scss */
#slider_container .forcefullwidth_wrapper_tp_banner {
  height: calc(100vh - 110px) !important;
  overflow: hidden;
}
/* line 336, ../sass/_header.scss */
#slider_container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 340, ../sass/_header.scss */
#slider_container .tp-simpleresponsive .button {
  background: none;
}
/* line 343, ../sass/_header.scss */
#slider_container .tparrows {
  background: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 350, ../sass/_header.scss */
#slider_container .tparrows .tp-arr-allwrapper:after {
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* line 364, ../sass/_header.scss */
#slider_container .tparrows.tp-leftarrow .tp-arr-allwrapper:after {
  content: '\f104';
}
/* line 369, ../sass/_header.scss */
#slider_container .tparrows.tp-rightarrow .tp-arr-allwrapper:after {
  content: '\f105';
}
/* line 374, ../sass/_header.scss */
#slider_container .tp-bullets {
  bottom: 200px !important;
  opacity: 1;
}
/* line 377, ../sass/_header.scss */
#slider_container .tp-bullets .bullet {
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 3px;
  border-radius: 50%;
}
/* line 382, ../sass/_header.scss */
#slider_container .tp-bullets .bullet:before {
  content: '';
  display: block;
  background: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 391, ../sass/_header.scss */
#slider_container .tp-bullets .bullet.selected:before {
  background: rgba(0, 0, 0, 0.6);
}
/* line 397, ../sass/_header.scss */
#slider_container .ticks_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 405, ../sass/_header.scss */
#slider_container .ticks_wrapper .tick_element {
  display: inline-block;
  color: white;
  letter-spacing: 1px;
  font-size: 12px;
  padding: 10px 15px;
}
/* line 411, ../sass/_header.scss */
#slider_container .ticks_wrapper .tick_element i.fa {
  font-size: 16px;
}

/* line 2, ../sass/_bannerx4.scss */
.bannerx4_wrapper .bannerx4_title {
  background-color: #004F6C;
  color: white;
  padding: 10px 0;
  font-weight: lighter;
  text-align: center;
  letter-spacing: 1px;
  font-size: 25px;
  font-family: "Oswald", sans-serif;
}
/* line 12, ../sass/_bannerx4.scss */
.bannerx4_wrapper .bannerx4 {
  text-align: center;
}
/* line 14, ../sass/_bannerx4.scss */
.bannerx4_wrapper .bannerx4 .banner {
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 60px;
  width: calc(100% / 4 - 5px);
}
/* line 20, ../sass/_bannerx4.scss */
.bannerx4_wrapper .bannerx4 .banner i.fa, .bannerx4_wrapper .bannerx4 .banner img {
  display: block;
  margin: 20px auto;
  font-size: 40px;
  color: #4593AA;
}
/* line 26, ../sass/_bannerx4.scss */
.bannerx4_wrapper .bannerx4 .banner span {
  color: #666;
  font-size: 0.9rem;
}
/* line 29, ../sass/_bannerx4.scss */
.bannerx4_wrapper .bannerx4 .banner span strong {
  font-weight: bold;
}

/* line 2, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content, .banner_gallery_wrapper .banner_gallery_slider {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
/* line 7, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content {
  position: relative;
  background-color: #004F6C;
  color: white;
  height: 400px;
  padding: 50px;
}
/* line 13, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_title {
  font-size: 29px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  margin-bottom: 50px;
}
/* line 18, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_title strong {
  font-size: 29px;
}
/* line 22, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_description {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 20px;
}
/* line 27, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_description strong {
  font-weight: bold;
}
/* line 31, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_link {
  position: absolute;
  bottom: 50px;
  left: 50px;
  letter-spacing: 1px;
  font-size: 12px;
  color: white;
}
/* line 38, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_link i.fa, .banner_gallery_wrapper .banner_gallery_content .banner_gallery_link span {
  display: inline-block;
  vertical-align: middle;
}
/* line 42, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_link i.fa {
  position: relative;
  background-color: #E26D09;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
}
/* line 49, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_content .banner_gallery_link i.fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 55, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider {
  float: right;
}
/* line 57, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider .owl-item {
  height: 400px;
}
/* line 59, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider .owl-item a {
  display: block;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
/* line 65, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider .owl-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 70, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: -50px;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  padding: 10px 0;
}
/* line 80, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider .owl-dots .owl-dot {
  padding: 2px;
  margin: 3px;
  border: 1px solid #4593AA;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 87, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider .owl-dots .owl-dot.active {
  border-color: white;
}
/* line 90, ../sass/_banner_gallery.scss */
.banner_gallery_wrapper .banner_gallery_slider .owl-dots .owl-dot span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #4593AA;
}

/* line 1, ../sass/_banner_trio.scss */
.banner_trio_wrapper {
  display: table;
  width: 100%;
}
/* line 4, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner {
  position: relative;
  display: inline-block;
  width: 50%;
  height: 480px;
  overflow: hidden;
  float: left;
}
/* line 11, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner.first_banner {
  width: 100%;
  height: 600px;
}
/* line 15, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner.first_banner .banner_content {
  margin: 80px auto;
  width: 800px;
  height: calc(100% - 160px);
}
/* line 22, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner:nth-child(3) .banner_content, .banner_trio_wrapper .banner:nth-child(5) .banner_content, .banner_trio_wrapper .banner:nth-child(7) .banner_content, .banner_trio_wrapper .banner:nth-child(9) .banner_content, .banner_trio_wrapper .banner:nth-child(11) .banner_content, .banner_trio_wrapper .banner:nth-child(13) .banner_content, .banner_trio_wrapper .banner:nth-child(15) .banner_content, .banner_trio_wrapper .banner:nth-child(17) .banner_content, .banner_trio_wrapper .banner:nth-child(19) .banner_content, .banner_trio_wrapper .banner:nth-child(21) .banner_content {
  margin: 0 auto 0 0;
}
/* line 27, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/* line 29, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
/* line 37, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 0 0 auto;
  color: white;
  padding: 20px 0;
  text-align: center;
  width: 400px;
  height: 100%;
}
/* line 47, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_title {
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 60px;
  padding: 30px;
}
/* line 53, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_desc {
  font-size: 12px;
  font-weight: lighter;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 20px 30px;
  display: table;
  width: 100%;
}
/* line 61, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_desc strong {
  font-weight: bold;
}
/* line 64, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_desc .half_left,
.banner_trio_wrapper .banner .banner_content .banner_desc .half_right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: right;
  float: left;
}
/* line 71, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_desc .half_left i.fa,
.banner_trio_wrapper .banner .banner_content .banner_desc .half_right i.fa {
  font-size: 20px;
  margin: 7px 5px;
  display: inline-block;
  vertical-align: middle;
}
/* line 76, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_desc .half_left i.fa.icon-circle,
.banner_trio_wrapper .banner .banner_content .banner_desc .half_right i.fa.icon-circle {
  background-color: orange;
  padding: 5px;
  border-radius: 50%;
}
/* line 83, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_desc .half_right {
  float: right;
  text-align: left;
  border-left: 1px solid white;
}
/* line 89, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_link {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  width: 100%;
  bottom: 40px;
}
/* line 95, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_link a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  padding: 10px 20px;
  background-color: #E26D09;
  color: white;
  border-radius: 5px;
}
/* line 103, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_link a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #004f6c;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 114, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_link a span {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 2;
  text-transform: uppercase;
}
/* line 122, ../sass/_banner_trio.scss */
.banner_trio_wrapper .banner .banner_content .banner_link a:hover:before {
  width: 100%;
}

/* line 1, ../sass/_bannerx3.scss */
.bannersx3_wrapper {
  position: relative;
  display: table;
  width: 1140px;
  margin: auto;
  text-align: center;
  margin-top: -70px;
}
/* line 8, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element {
  width: calc(100% / 3);
  position: relative;
  height: 600px;
  background-color: #004F6C;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
}
/* line 16, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  max-width: none;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 22, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element .banner_content {
  padding: 30px;
  width: calc(100% - 160px);
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 29, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element .banner_content .banner_title {
  position: relative;
  line-height: 1.2;
  font-size: 30px;
  z-index: 2;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 37, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element .banner_content .banner_title:after {
  content: '';
  height: 2px;
  width: 100px;
  background-color: white;
  margin: 25px auto;
  display: block;
}
/* line 46, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element .banner_content .banner_description {
  position: relative;
  z-index: 2;
  font-weight: lighter;
  line-height: 1.5;
  font-size: 14px;
}
/* line 52, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element .banner_content .banner_description strong {
  font-weight: bolder;
}
/* line 56, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element .banner_content .banner_link {
  position: relative;
  z-index: 2;
  font-size: 70px;
  padding: 20px 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 67, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element:hover img {
  opacity: .6;
}
/* line 70, ../sass/_bannerx3.scss */
.bannersx3_wrapper .banner_element:hover .banner_content .banner_title {
  color: #E26D09;
}

/* line 76, ../sass/_bannerx3.scss */
#content .bannersx3_wrapper .banner_element .banner_content {
  width: calc(100% - 130px);
}

/* line 81, ../sass/_bannerx3.scss */
.banner_form {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 87, ../sass/_bannerx3.scss */
.banner_form .banner_form_close {
  font-size: 30pt;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 94, ../sass/_bannerx3.scss */
.banner_form .banner_form_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  text-align: center;
  padding: 60px 20px 20px;
}
/* line 99, ../sass/_bannerx3.scss */
.banner_form .banner_form_content .banner_form_title {
  color: #004F6C;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  margin-bottom: 20px;
}
/* line 106, ../sass/_bannerx3.scss */
.banner_form .banner_form_content .banner_form_desc {
  padding: 0 60px;
}
/* line 110, ../sass/_bannerx3.scss */
.banner_form .banner_form_content .form_in_banner h3 {
  display: none;
}

/* line 2, ../sass/_countdown.scss */
.slider_countdown {
  margin: 20px auto;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  left: 50% !important;
  top: 520px;
  color: white;
  font-family: "Oswald", sans-serif;
}
@media (max-height: 900px) {
  /* line 2, ../sass/_countdown.scss */
  .slider_countdown {
    top: 500px;
  }
}
@media (max-height: 880px) {
  /* line 2, ../sass/_countdown.scss */
  .slider_countdown {
    top: 450px;
  }
}
@media (max-height: 840px) {
  /* line 20, ../sass/_countdown.scss */
  .slider_countdown .date {
    font-size: 3.5rem;
  }
}
/* line 25, ../sass/_countdown.scss */
.slider_countdown div {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 0;
  text-transform: uppercase;
  background: white;
  color: black;
  margin: 0 5px;
}
/* line 38, ../sass/_countdown.scss */
.slider_countdown .days {
  font-weight: 600;
}
/* line 41, ../sass/_countdown.scss */
.slider_countdown .date {
  display: block;
  font-size: 4.5rem;
}
@media (max-height: 840px) {
  /* line 41, ../sass/_countdown.scss */
  .slider_countdown .date {
    font-size: 3.5rem;
  }
}
/* line 49, ../sass/_countdown.scss */
.slider_countdown .title_format {
  font-weight: 500;
}

/* line 1, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper {
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fafafa;
  margin: 50px 0;
  padding: 60px calc((100% - 1140px) / 2);
}
/* line 8, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  left: calc((100% - 1040px) / 2);
  z-index: -1;
  background-color: rgba(0, 79, 108, 0.4);
  border-radius: 30px 0 0 30px;
}
/* line 16, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_content {
  padding-bottom: 30px;
  text-align: center;
}
/* line 19, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_content .title {
  display: inline-block;
  position: relative;
  text-align: center;
  font-family: "Oswald", sans-serif;
  line-height: 43px;
  font-size: 55px;
  font-weight: 700;
  color: #4593AA;
  padding: 0 50px 30px;
  z-index: 5;
}
/* line 30, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_content .title small {
  font-size: 20px;
  font-family: "Raleway", sans-serif;
  letter-spacing: 2px;
  color: #004F6C;
}
/* line 35, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_content .title small:last-of-type {
  font-size: 18px;
  font-style: italic;
}
/* line 40, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_content .title span {
  display: block;
  font-size: 80%;
  font-weight: 400;
  text-transform: none;
  color: #999;
}
/* line 47, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_content .title i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: -1;
  right: 0;
  font-size: 80px;
  color: white;
  opacity: .8;
}
/* line 56, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_content .text {
  font-size: 0.9rem;
  line-height: 2rem;
  width: 910px;
  margin: 30px auto 0;
  font-weight: 400;
  color: #383838;
}
/* line 68, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner:hover .banner_pic.with_link:before {
  opacity: 1;
}
/* line 71, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner:hover .banner_pic .btn {
  opacity: 1;
}
/* line 73, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner:hover .banner_pic .btn:after {
  width: 100%;
}
/* line 79, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner:hover .banner_content h2 {
  padding-top: 0;
  padding-bottom: 15px;
}
/* line 83, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner:hover .banner_content .extra {
  display: none;
}
/* line 86, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner:hover .banner_content .desc {
  max-height: 400px;
}
/* line 91, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .owl-item {
  padding: 20px;
}
/* line 94, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_pic {
  width: 100%;
  height: 380px;
  position: relative;
  overflow: hidden;
}
/* line 99, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_pic.with_link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 79, 108, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 107, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-width: none;
  width: auto;
}
/* line 112, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_pic .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
  padding: 15px 65px 15px 25px;
  color: #4593AA;
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
/* line 123, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_pic .btn:before {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 25px;
  font-family: "icomoon", sans-serif;
  color: #004F6C;
  font-size: 20px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}
/* line 132, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_pic .btn:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  -webkit-transition: width 0.6s;
  -moz-transition: width 0.6s;
  -ms-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
/* line 146, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_content {
  background: white;
  padding: 15px 35px;
  position: relative;
}
/* line 150, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_content h2 {
  font-weight: bold;
  color: #4593AA;
  letter-spacing: 1px;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 0;
  -webkit-transition: padding 0.4s;
  -moz-transition: padding 0.4s;
  -ms-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s;
}
/* line 159, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_content .extra {
  position: absolute;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  top: 25px;
  right: 53px;
  text-align: right;
  color: #004F6C;
  text-transform: uppercase;
  -webkit-transition: top 0.6s;
  -moz-transition: top 0.6s;
  -ms-transition: top 0.6s;
  -o-transition: top 0.6s;
  transition: top 0.6s;
}
/* line 172, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .banner_content .desc {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 17px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s;
  -moz-transition: max-height 0.8s;
  -ms-transition: max-height 0.8s;
  -o-transition: max-height 0.8s;
  transition: max-height 0.8s;
}
/* line 182, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .owl-nav {
  text-align: right;
}
/* line 184, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .owl-nav .owl-prev, .banner_carousel_full_wrapper .banner_carousel_wrapper .owl-nav .owl-next {
  display: inline-block;
  padding: 15px 10px;
  font-size: 30px;
  color: #004F6C;
}
/* line 189, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .owl-nav .owl-prev.disabled, .banner_carousel_full_wrapper .banner_carousel_wrapper .owl-nav .owl-next.disabled {
  opacity: .4;
}
/* line 193, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .owl-nav .owl-prev {
  padding-top: 14px;
}
/* line 195, ../sass/_banner_carousel.scss */
.banner_carousel_full_wrapper .banner_carousel_wrapper .owl-nav .owl-prev i {
  transform: rotate(180deg);
}

/* line 1, ../sass/_banner_slider.scss */
.banner_slider_wrapper {
  margin: 80px 0 30px;
}
/* line 4, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_img {
  position: relative;
  width: 100%;
  height: 640px;
  background-color: black;
  overflow: hidden;
}
/* line 10, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .6;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
/* line 19, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}
/* line 23, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_content h3 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
/* line 28, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_content p {
  padding: 30px 40px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 30px;
}
/* line 35, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_content a.banner_link {
  display: inline-block;
  border: 1px solid white;
  letter-spacing: 1px;
  color: white;
  font-size: 12px;
  padding: 15px 30px;
}
/* line 42, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_content a.banner_link i.fa, .banner_slider_wrapper .banner .banner_content a.banner_link span {
  display: inline-block;
  vertical-align: middle;
}
/* line 46, ../sass/_banner_slider.scss */
.banner_slider_wrapper .banner .banner_content a.banner_link i.fa {
  font-size: 25px;
  margin-left: 20px;
}
/* line 53, ../sass/_banner_slider.scss */
.banner_slider_wrapper .owl-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1140px;
}
/* line 56, ../sass/_banner_slider.scss */
.banner_slider_wrapper .owl-nav .owl-prev,
.banner_slider_wrapper .owl-nav .owl-next {
  position: absolute;
  top: -45px;
  font-size: 90px;
  color: white;
}
/* line 63, ../sass/_banner_slider.scss */
.banner_slider_wrapper .owl-nav .owl-prev {
  left: 40px;
}
/* line 66, ../sass/_banner_slider.scss */
.banner_slider_wrapper .owl-nav .owl-next {
  right: 40px;
}

/*======= Footer newsletter =======*/
/* line 2, ../sass/_newsletter.scss */
.newsletter_wrapper {
  position: relative;
  overflow: hidden;
  padding: 97px 0;
  z-index: 2;
  text-align: center;
  background-size: cover;
}
/* line 10, ../sass/_newsletter.scss */
.newsletter_wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
/* line 16, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_title {
  text-align: center;
  color: white;
  font-size: 33px;
  margin-bottom: 28px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
/* line 25, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_description {
  width: 600px;
  margin: auto;
  text-align: center;
  color: white;
  line-height: 31px;
}
/* line 33, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_container {
  position: relative;
  z-index: 1;
}
/* line 38, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_form {
  margin-top: 50px;
}
/* line 41, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_form input#suscEmail {
  background: none;
  border: 1px solid white;
  width: 212px;
  line-height: 51px;
  height: 55px;
  box-sizing: border-box;
  color: white;
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
}
/* line 53, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_form input#suscEmail::-webkit-input-placeholder {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: lighter;
}
/* line 60, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_form input#suscEmail::-moz-placeholder {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: lighter;
}
/* line 67, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_form input#suscEmail:-ms-input-placeholder {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: lighter;
}
/* line 74, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_form input#suscEmail:-moz-placeholder {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: lighter;
}
/* line 83, ../sass/_newsletter.scss */
.newsletter_wrapper .social_newsletter {
  display: inline-block;
  vertical-align: middle;
}
/* line 87, ../sass/_newsletter.scss */
.newsletter_wrapper .social_newsletter a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #004F6C;
  display: inline-block;
  position: relative;
}
/* line 95, ../sass/_newsletter.scss */
.newsletter_wrapper .social_newsletter a:hover {
  opacity: .8;
}
/* line 99, ../sass/_newsletter.scss */
.newsletter_wrapper .social_newsletter a .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 26px;
}
/* line 107, ../sass/_newsletter.scss */
.newsletter_wrapper .newsletter_checkbox {
  margin-top: 5px;
}
/* line 111, ../sass/_newsletter.scss */
.newsletter_wrapper .check_newsletter a {
  color: white;
}
/* line 115, ../sass/_newsletter.scss */
.newsletter_wrapper .button_newsletter {
  width: 213px;
  height: 55px;
  -webkit-appearance: none;
  background: #4593AA;
  padding-top: 15px;
  background-position-x: 90%;
  color: white;
  border: 0;
  font-family: "Oswald", sans-serif;
  transform: translateY(-3px);
  display: inline-table;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* line 133, ../sass/_newsletter.scss */
.newsletter_wrapper .button_newsletter:hover {
  background: #63aabf;
}
/* line 138, ../sass/_newsletter.scss */
.newsletter_wrapper input#suscEmail {
  background: none;
  border: 1px solid white;
  width: 212px;
  line-height: 51px;
  height: 55px;
  box-sizing: border-box;
  color: white;
  font-size: 20px;
  font-weight: lighter;
  text-align: center;
}
/* line 150, ../sass/_newsletter.scss */
.newsletter_wrapper input#suscEmail::-webkit-input-placeholder {
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  font-weight: lighter;
}

/* line 2, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content, .cycle_banner_wrapper .banner_img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
/* line 7, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content {
  position: relative;
  background-color: #F0F0F0;
  color: #383838;
  height: 400px;
  padding: 50px;
}
/* line 13, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_title {
  font-size: 29px;
  font-weight: 300;
  font-family: "Oswald", sans-serif;
  color: #4593AA;
  margin-bottom: 50px;
}
/* line 19, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_title strong {
  color: #004F6C;
  font-size: 29px;
}
/* line 24, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_description {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
/* line 29, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_description strong {
  font-weight: bold;
}
/* line 33, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .button_promotion {
  position: absolute;
  top: 40px;
  right: 50px;
  display: block;
  width: 200px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-radius: 50px;
  text-align: center;
  color: white;
  background-color: #4593AA;
}
/* line 45, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .button_promotion:hover {
  background-color: #E26D09;
}
/* line 49, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_link {
  position: absolute;
  bottom: 50px;
  left: 50px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #383838;
}
/* line 56, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_link i.fa, .cycle_banner_wrapper .banner_content .banner_link span {
  display: inline-block;
  vertical-align: middle;
}
/* line 60, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_link i.fa {
  position: relative;
  background-color: #E26D09;
  width: 50px;
  height: 50px;
  color: white;
  margin-right: 15px;
  border-radius: 50%;
}
/* line 68, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_content .banner_link i.fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 74, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_img {
  position: relative;
  height: 400px;
  overflow: hidden;
  float: left;
}
/* line 79, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
}
/* line 85, ../sass/_cycle_banner.scss */
.cycle_banner_wrapper .banner:nth-child(even) .banner_img {
  float: right;
}

/* line 1, ../sass/_room_banner.scss */
.rooms_banner_wrapper {
  padding: 45px 0;
  background-color: #F0F0F0;
}
/* line 4, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner {
  padding: 15px 0;
}
/* line 7, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  margin-top: 20px;
  margin-left: -60px;
  position: relative;
  z-index: 5;
  background-color: white;
  color: #383838;
  height: 400px;
  padding: 50px;
}
/* line 19, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_title {
  font-size: 25px;
  font-weight: 300;
  color: #4593AA;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
/* line 26, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_title strong, .rooms_banner_wrapper .banner_content .banner_title span:not(.highlight) {
  display: block;
  margin-top: 5px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #666;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
}
/* line 35, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_title .highlight {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  margin-left: 10px;
  padding: 3px 7px;
  font-size: 9px;
  letter-spacing: .5px;
  background-color: #E26D09;
  color: white;
}
/* line 47, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_description {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 17px;
}
/* line 52, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_description strong {
  font-weight: bold;
}
/* line 56, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .button_promotion {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 170px;
  padding: 7px 0;
  border-radius: 50px;
  text-align: center;
  color: white;
  background-color: #E26D09;
}
/* line 67, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .button_promotion:hover {
  background-color: #4593AA;
}
/* line 71, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_link {
  display: block;
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 12px;
  color: #383838;
}
/* line 77, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_link i.fa, .rooms_banner_wrapper .banner_content .banner_link span {
  display: inline-block;
  vertical-align: middle;
}
/* line 81, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_link i.fa {
  position: relative;
  width: 15px;
  height: 15px;
  color: #383838;
  margin-right: 5px;
  border-radius: 50%;
}
/* line 88, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_content .banner_link i.fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 94, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_img {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  float: left;
  position: relative;
  height: 440px;
  overflow: hidden;
}
/* line 102, ../sass/_room_banner.scss */
.rooms_banner_wrapper .banner_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  width: auto;
}

/* line 1, ../sass/_banner_block.scss */
.blocks_x5_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
/* line 6, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element {
  width: 224px;
  height: 260px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
/* line 15, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element .block_element_background {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 19, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element .room_wrapper_element {
  padding: 35px 5% 25px;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-linear-gradient(transparent, black);
  background: -o-linear-gradient(transparent, black);
  background: -moz-linear-gradient(transparent, black);
  background: linear-gradient(rgba(0, 0, 0, 0), #000000);
}
/* line 37, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element h3.block_element_title {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: lighter;
  line-height: 27px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid white;
}
/* line 47, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element.blocks_x3 {
  height: 440px;
  overflow: hidden;
  width: calc((100% - 20px)/3);
  display: inline-block;
  float: none;
}
/* line 54, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element.blocks_x3:nth-child(3n) {
  margin-right: 0;
}
/* line 58, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element.blocks_x3 .block_element_title {
  font-size: 26px;
  line-height: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: lighter;
}
/* line 65, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element.blocks_x3 .block_element_link {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  height: 55px;
  vertical-align: middle;
  color: white;
  border: 1px solid white;
  box-sizing: border-box;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  font-weight: lighter;
  line-height: 45px;
  margin-top: 30px;
  display: none;
}
/* line 82, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element.blocks_x3 .arrow_image {
  height: 19px;
  margin-left: 8px;
  vertical-align: top;
  margin-top: 12px;
}
/* line 91, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element_description {
  font-weight: lighter;
  font-size: 13px;
  line-height: 22px;
  display: none;
}
/* line 98, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element_link {
  margin-top: 10px;
  float: left;
  text-decoration: none;
  color: white;
  font-weight: lighter;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  padding: 4px 30px;
  font-size: 13px;
  border: 1px solid white;
  display: none;
}
/* line 111, ../sass/_banner_block.scss */
.blocks_x5_wrapper .block_element_link .arrow_image {
  height: 19px;
  margin-left: 8px;
  vertical-align: top;
}
/* line 118, ../sass/_banner_block.scss */
.blocks_x5_wrapper span.visual_see_more {
  text-transform: uppercase;
  font-size: 13px;
  display: block;
}

/* line 1, ../sass/_banner_icos.scss */
.banner_icos_wrapper {
  text-align: center;
}
/* line 3, ../sass/_banner_icos.scss */
.banner_icos_wrapper .ico_wrapper {
  display: inline-block;
}
/* line 5, ../sass/_banner_icos.scss */
.banner_icos_wrapper .ico_wrapper:nth-child(even) {
  margin: 0 150px;
}
/* line 8, ../sass/_banner_icos.scss */
.banner_icos_wrapper .ico_wrapper .ico {
  position: relative;
  width: 200px;
  height: 150px;
  margin-bottom: 20px;
  border: 1px solid #4593AA;
}
/* line 14, ../sass/_banner_icos.scss */
.banner_icos_wrapper .ico_wrapper .ico i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #4593AA;
}
/* line 19, ../sass/_banner_icos.scss */
.banner_icos_wrapper .ico_wrapper .ico span {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  color: #666;
  position: absolute;
  background: white;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
/* line 35, ../sass/_banner_icos.scss */
.banner_icos_wrapper .ico_wrapper a {
  font-size: 12px;
  color: #999;
  border-bottom: 1px solid #666;
}
/* line 39, ../sass/_banner_icos.scss */
.banner_icos_wrapper .ico_wrapper a:hover {
  color: #004F6C;
}

/* line 1, ../sass/_banner_catalogs.scss */
.catalog_wrapper {
  max-width: 1140px;
  margin: auto;
  margin-top: -35px;
}
/* line 5, ../sass/_banner_catalogs.scss */
.catalog_wrapper .catalog_image_wrapper {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: calc((100% / 3) - 25px);
  margin: 0 10px;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 30px;
}
/* line 12, ../sass/_banner_catalogs.scss */
.catalog_wrapper .catalog_image_wrapper .catalog_title {
  font-size: 16px;
  padding: 10px;
  color: #004F6C;
}
/* line 16, ../sass/_banner_catalogs.scss */
.catalog_wrapper .catalog_image_wrapper .catalog_title a {
  color: #004F6C;
}
/* line 19, ../sass/_banner_catalogs.scss */
.catalog_wrapper .catalog_image_wrapper .catalog_title i {
  float: right;
}

/* line 1, ../sass/_banner_link.scss */
.banner_link:not(.gpx_links) {
  padding-bottom: 30px;
}
/* line 4, ../sass/_banner_link.scss */
.banner_link:not(.gpx_links) .wrapper_link_content .link_subtitle {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4593AA;
  margin-bottom: 10px;
}
/* line 16, ../sass/_banner_link.scss */
.banner_link:not(.gpx_links) .wrapper_link_content .link_content {
  text-align: center;
  font-size: 0.9rem;
  line-height: 2rem;
  width: 910px;
  margin: 15px auto 35px;
  font-weight: 400;
  color: #383838;
}
/* line 26, ../sass/_banner_link.scss */
.banner_link:not(.gpx_links) .wrapper_links {
  margin: auto;
  display: table;
}
/* line 29, ../sass/_banner_link.scss */
.banner_link:not(.gpx_links) .wrapper_links a {
  display: inline-block;
  background: #004F6C;
  color: white;
  padding: 20px 80px;
  text-transform: uppercase;
  -webkit-transition: background .4s, color .4s;
  -moz-transition: background .4s, color .4s;
  -ms-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  position: relative;
  font-family: "Oswald", sans-serif;
}
/* line 43, ../sass/_banner_link.scss */
.banner_link:not(.gpx_links) .wrapper_links a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #367486;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

/* line 57, ../sass/_banner_link.scss */
.gpx_links {
  padding-top: 30px;
  margin: auto;
  padding-bottom: 30px;
  display: table;
  text-align: center;
}
/* line 63, ../sass/_banner_link.scss */
.gpx_links .link_content {
  position: relative;
  display: block;
  width: auto;
  margin-bottom: 20px;
  text-align: center;
}
/* line 70, ../sass/_banner_link.scss */
.gpx_links .wrapper_links {
  display: inline-block;
  padding: 3px;
  border: 2px solid #004F6C;
  margin: 10px;
}
/* line 75, ../sass/_banner_link.scss */
.gpx_links .wrapper_links .link_url {
  width: 250px;
  display: inline-block;
  padding: 25px 35px;
  background: #004F6C;
  color: white;
}

/* line 1, ../sass/_minigallery.scss */
.minigallery_wrapper {
  padding: 100px 0;
  background: #fafafa;
  border-top: 1.5px solid lightgray;
  text-align: center;
}
/* line 7, ../sass/_minigallery.scss */
.minigallery_wrapper .minigallery_element {
  display: none;
  width: calc((100% - 50px) / 6);
  margin-right: 10px;
  float: left;
}
/* line 13, ../sass/_minigallery.scss */
.minigallery_wrapper .minigallery_element:nth-child(6) {
  margin-right: 0;
}
/* line 17, ../sass/_minigallery.scss */
.minigallery_wrapper .minigallery_element:nth-child(-n+6) {
  display: inline-block;
}
/* line 22, ../sass/_minigallery.scss */
.minigallery_wrapper .gallery_section_wrapper {
  display: inline-block;
  border: 1px solid #4593AA;
  color: #4593AA;
  padding: 10px 30px;
  margin-top: 30px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 30, ../sass/_minigallery.scss */
.minigallery_wrapper .gallery_section_wrapper:hover {
  color: white;
  background: #4593AA;
}

/* line 37, ../sass/_minigallery.scss */
.bottom_carousel_wrapper {
  position: relative;
  margin: 40px 0;
}
/* line 41, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .bottom_carousel {
  position: relative;
}
/* line 45, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .bottom_carousel_element {
  position: relative;
  height: 380px;
  overflow: hidden;
}
/* line 50, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .bottom_carousel_element .bottom_carousel_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 56, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .flex-direction-nav .flex-nav-prev {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 62, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .flex-direction-nav .flex-nav-prev:before {
  content: '\f053';
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-size: 42px;
  text-shadow: 0px 0px 10px gray;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 72, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .flex-direction-nav .flex-nav-next {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
/* line 78, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .flex-direction-nav .flex-nav-next:before {
  content: '\f054';
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-size: 42px;
  text-shadow: 0px 0px 10px gray;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 88, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .flex-direction-nav a.flex-prev {
  display: inline-block;
  background: url(/img/dynac/right_arrow.png) no-repeat;
  background-size: cover;
  color: transparent;
  width: 42px;
  height: 75px;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 104, ../sass/_minigallery.scss */
.bottom_carousel_wrapper .flex-direction-nav a.flex-next {
  display: inline-block;
  background: url(/img/dynac/right_arrow.png) no-repeat;
  background-size: cover;
  color: transparent;
  width: 42px;
  height: 75px;
  bottom: 0;
  left: 0;
  padding: 0;
  -webkit-transform: rotate(0.1deg);
  -moz-transform: rotate(0.1deg);
  -ms-transform: rotate(0.1deg);
  -o-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
}
/* line 121, ../sass/_minigallery.scss */
.bottom_carousel_wrapper.v2 {
  margin: 0;
}
/* line 123, ../sass/_minigallery.scss */
.bottom_carousel_wrapper.v2 .bottom_carousel_element {
  margin: 5px;
  height: 300px;
  background-color: #E26D09;
}
/* line 128, ../sass/_minigallery.scss */
.bottom_carousel_wrapper.v2 .bottom_carousel_element:hover img {
  opacity: .4;
}

/* line 1, ../sass/_footer.scss */
footer {
  background-color: #004F6C;
  padding: 50px 0;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: white;
}
/* line 8, ../sass/_footer.scss */
footer .to_top {
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 80px;
  z-index: 999;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #63aabf;
  color: #004F6C;
}
/* line 19, ../sass/_footer.scss */
footer .to_top i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  margin-top: -3px;
}
/* line 25, ../sass/_footer.scss */
footer .footer_columns_wrapper {
  text-align: center;
  display: flex;
  width: 1140px;
  margin: auto;
  justify-content: center;
  align-items: stretch;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin-bottom: 25px;
}
/* line 35, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column {
  display: inline-block;
  vertical-align: middle;
  padding-top: 60px;
}
/* line 40, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column:nth-of-type(1), footer .footer_columns_wrapper .footer_column:nth-of-type(2) {
  width: 33%;
  padding: 22px 20px 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.35);
}
/* line 46, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column:nth-of-type(2) {
  margin-right: 17px;
  padding-top: 50px;
}
/* line 51, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column .column_img, footer .footer_columns_wrapper .footer_column .column_text {
  display: block;
  line-height: 18px;
  margin-top: 15px;
}
/* line 56, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column .column_img {
  margin-top: 20px;
}
/* line 58, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column .column_img img {
  margin: 0 10px;
}
/* line 62, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column .column_title {
  font-size: 20px;
}
/* line 68, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column:nth-of-type(2) .column_img {
  margin-top: 0;
}
/* line 70, ../sass/_footer.scss */
footer .footer_columns_wrapper .footer_column:nth-of-type(2) .column_img img {
  height: 100%;
}
/* line 78, ../sass/_footer.scss */
footer .footer_links_wrapper a {
  display: inline-block;
  padding: 0 7px 0 2px;
  font-size: 12px;
  line-height: 14px;
  color: white;
  border-right: 1px solid white;
}
/* line 85, ../sass/_footer.scss */
footer .footer_links_wrapper a:last-of-type {
  border-right-color: transparent;
}

/* line 1, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper {
  padding: 60px 0;
  background-color: #EDEDED;
}
/* line 4, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels {
  text-align: center;
}
/* line 6, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel {
  display: inline-block;
  vertical-align: top;
  width: calc(100%/2 - 40px);
  margin: 0 5px 0 0;
}
/* line 11, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
/* line 16, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: calc(100% + 4px);
}
/* line 21, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image .links_block {
  position: absolute;
  top: 20px;
  right: 20px;
}
/* line 25, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image .links_block a {
  display: block;
  width: 200px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-radius: 50px;
  text-align: center;
  color: white;
  background-color: #4593AA;
}
/* line 34, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image .links_block a:hover {
  background-color: #E26D09;
}
/* line 40, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 {
  position: relative;
  width: 100%;
  height: 270px;
  overflow: hidden;
}
/* line 45, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: none;
  width: calc(100% + 4px);
}
/* line 50, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 .links_block_v2 {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* line 55, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 .links_block_v2 a {
  display: block;
  font-size: 20px;
  width: 400px;
  padding: 10px 0;
  margin-bottom: 10px;
  border-radius: 50px;
  text-align: center;
  color: white;
  background-color: #E26D09;
  letter-spacing: 2px;
}
/* line 66, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 .links_block_v2 a strong {
  font-weight: bold;
}
/* line 69, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 .links_block_v2 a:hover {
  background-color: #4593AA;
}
/* line 74, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 .image_text {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 75%;
  height: 140%;
  z-index: 1;
  border-radius: 0 50% 50% 0;
  left: -20%;
  top: -62px;
  font-family: "Oswald", sans-serif;
}
/* line 84, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 .image_text .text_content {
  color: #004F6C;
  position: absolute;
  display: block;
  top: 25%;
  left: 30%;
  line-height: 1.5;
  font-size: 24px;
  text-align: justify;
  margin-left: 20px;
}
/* line 94, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_image_v2 .image_text .text_content strong {
  font-weight: bold;
}
/* line 100, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content {
  position: relative;
  text-align: left;
  background-color: white;
  padding: 50px;
}
/* line 105, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .hotel_title {
  color: #004F6C;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
}
/* line 111, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .stars {
  color: #004F6C;
  font-weight: 400;
  font-size: 20px;
}
/* line 116, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .hotel_destiny {
  font-size: 20px;
  color: #666;
}
/* line 120, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .hotel_desc {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
/* line 125, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .hotel_links {
  position: absolute;
  top: 35px;
  right: 50px;
}
/* line 129, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .hotel_links a {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  color: white;
  font-size: 30px;
  border-right: 2px solid #004F6C;
  border-bottom: 2px solid #004F6C;
  border-radius: 50%;
  background-color: #4593AA;
}
/* line 140, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .hotel_links a i.fa {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 143, ../sass/_banner_hoteles.scss */
.banner_hotels_wrapper .banner_hotels .hotel .hotel_content .hotel_links a:hover {
  background-color: #3e8398;
  border-right: 2px solid #63aabf;
  border-bottom: 2px solid #63aabf;
}

/* line 1, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper {
  background-color: #eeeeee;
  padding: 50px calc((100% - 1140px) / 2);
}
/* line 5, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto 90px;
}
/* line 11, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(-110deg, #ffffff 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
}
/* line 18, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .image {
  position: relative;
  width: 50%;
  height: 300px;
  display: inline-block;
  overflow: hidden;
}
/* line 24, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/* line 28, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .banner_content {
  position: relative;
  z-index: 3;
  background-color: transparent;
  width: 50%;
  display: inline-block;
  padding: 55px 45px;
  overflow: hidden;
  text-align: right;
}
/* line 38, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .banner_content .title {
  font-size: 34px;
  font-weight: 300;
  color: #4593AA;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
/* line 46, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .banner_content .text {
  font-size: 18px;
  line-height: 24px;
}
/* line 51, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .link {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: 0;
  z-index: 3;
  padding: 15px 45px;
  border-radius: 35px;
  font-weight: 400;
  font-size: 22px;
  color: white;
  background-color: #E26D09;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 68, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .link:hover {
  background-color: #004F6C;
}
/* line 71, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner .link > i {
  font-size: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
/* line 79, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner:last-of-type {
  margin-bottom: 50px;
}
/* line 83, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner:nth-of-type(odd) {
  flex-direction: row-reverse;
}
/* line 85, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner:nth-of-type(odd):before {
  background: linear-gradient(110deg, #ffffff 55%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0));
}
/* line 88, ../sass/_cycle_banner_v2.scss */
.cycle_banner_v2_wrapper .banner:nth-of-type(odd) .banner_content {
  text-align: left;
}

/* line 1, ../sass/_map.scss */
.mapwrapper, .mapwrapper_room {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 30;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 10, ../sass/_map.scss */
.mapwrapper .link, .mapwrapper_room .link {
  font-size: 20px;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
}
/* line 17, ../sass/_map.scss */
.mapwrapper #map, .mapwrapper #map_footer, .mapwrapper_room #map, .mapwrapper_room #map_footer {
  height: calc(100vh - 60px) !important;
}

/* line 21, ../sass/_map.scss */
.mapwrapper_room {
  left: 0;
  position: fixed;
  z-index: 1001;
}
/* line 25, ../sass/_map.scss */
.mapwrapper_room #map {
  height: calc(100vh - 60px) !important;
}

/* line 30, ../sass/_map.scss */
.map {
  margin: 0;
}

/* line 35, ../sass/_map.scss */
.all_hotels_map_wrapper .gm-style-iw strong {
  font-weight: bold;
}
/* line 38, ../sass/_map.scss */
.all_hotels_map_wrapper .gm-style-iw a {
  margin-top: 10px;
  display: block;
  padding: 5px 10px;
  background-color: #004F6C;
  color: white !important;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 47, ../sass/_map.scss */
.all_hotels_map_wrapper .gm-style-iw a:hover {
  background-color: #4593AA;
}

/* line 54, ../sass/_map.scss */
.banner_map_wrapper {
  position: relative;
  clear: both;
}
/* line 57, ../sass/_map.scss */
.banner_map_wrapper .overlay_map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  cursor: pointer;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 64, ../sass/_map.scss */
.banner_map_wrapper .overlay_map * {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 67, ../sass/_map.scss */
.banner_map_wrapper .overlay_map .map_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 360px;
  height: 360px;
  box-sizing: border-box;
  padding: 100px 50px 130px;
  border: 2px solid white;
}
/* line 75, ../sass/_map.scss */
.banner_map_wrapper .overlay_map .map_content p {
  color: white;
  font-size: 25px;
}
/* line 79, ../sass/_map.scss */
.banner_map_wrapper .overlay_map .map_content .map_link {
  display: block;
  margin-top: 30px;
  font-size: 13px;
  color: white;
}
/* line 84, ../sass/_map.scss */
.banner_map_wrapper .overlay_map .map_content .map_link svg {
  width: 10px;
  margin-right: 10px;
}
/* line 93, ../sass/_map.scss */
.banner_map_wrapper .overlay_map:hover .map_content .map_link svg {
  margin-right: 5px;
}
/* line 95, ../sass/_map.scss */
.banner_map_wrapper .overlay_map:hover .map_content .map_link svg * {
  fill: #E26D09;
}
/* line 102, ../sass/_map.scss */
.banner_map_wrapper .overlay_map.closed {
  height: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  top: auto;
}
/* line 106, ../sass/_map.scss */
.banner_map_wrapper .overlay_map.closed .map_content {
  width: 100%;
  height: 50px;
  padding: 10px;
  border-color: transparent;
}
/* line 111, ../sass/_map.scss */
.banner_map_wrapper .overlay_map.closed .map_content p {
  height: 0;
  overflow: hidden;
}
/* line 115, ../sass/_map.scss */
.banner_map_wrapper .overlay_map.closed .map_content .map_link {
  margin-top: 0;
}

/* line 1, ../sass/_rooms.scss */
.rooms_wrapper {
  text-align: center;
}
/* line 4, ../sass/_rooms.scss */
.rooms_wrapper > .button-promotion {
  display: inline-block;
  background: #E26D09;
  margin-bottom: 40px;
  color: white;
  padding: 25px 80px;
  text-transform: uppercase;
  -webkit-transition: background .4s, color .4s;
  -moz-transition: background .4s, color .4s;
  -ms-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  position: relative;
  font-family: "Oswald", sans-serif;
}
/* line 19, ../sass/_rooms.scss */
.rooms_wrapper > .button-promotion:hover {
  color: white;
}
/* line 22, ../sass/_rooms.scss */
.rooms_wrapper > .button-promotion:hover:before {
  width: 100%;
}
/* line 27, ../sass/_rooms.scss */
.rooms_wrapper > .button-promotion:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #002a39;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 39, ../sass/_rooms.scss */
.rooms_wrapper > .button-promotion span {
  position: relative;
  z-index: 2;
}

/* line 46, ../sass/_rooms.scss */
.minigallery_room_wrapper {
  margin: 20px auto;
}
/* line 49, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big {
  height: 450px;
  width: 635px;
  position: relative;
  float: left;
}
/* line 55, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .big_element {
  position: relative;
  overflow: hidden;
  height: 450px;
}
/* line 61, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-direction-nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100px;
}
/* line 67, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-direction-nav .flex-prev {
  float: left;
}
/* line 71, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-direction-nav .flex-next {
  float: right;
}
/* line 76, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-control-nav {
  position: absolute;
  left: 102%;
  top: 0;
  width: 493px;
}
/* line 82, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-control-nav li {
  display: inline-block;
  width: 49%;
  float: left;
  margin-bottom: 10px;
  height: 220px;
  overflow: hidden;
  position: relative;
  display: none;
}
/* line 92, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-control-nav li:nth-child(2n) {
  float: right;
}
/* line 96, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-control-nav li:nth-child(-n+4) {
  display: block;
}
/* line 100, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-control-nav li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  max-height: 100%;
  box-sizing: border-box;
  -webkit-transition: padding 0.7s;
  -moz-transition: padding 0.7s;
  -ms-transition: padding 0.7s;
  -o-transition: padding 0.7s;
  transition: padding 0.7s;
  cursor: pointer;
}
/* line 110, ../sass/_rooms.scss */
.minigallery_room_wrapper .minigallery_big .flex-control-nav li img.flex-active {
  padding: 10px;
}

/* line 119, ../sass/_rooms.scss */
.paralax_block_wrapper {
  display: inline-block;
  width: 100%;
}
/* line 123, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content {
  padding: 50px 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 130, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content .paralax_element {
  width: 210px;
  height: 210px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #004F6C;
  float: left;
  flex: 0 19%;
}
/* line 142, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content .paralax_element:nth-child(even) {
  background: #0087b9;
}
/* line 146, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content .paralax_element .paralax_text {
  position: relative;
  text-align: center;
  color: white;
  width: 80%;
  margin: auto;
}
/* line 154, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content .paralax_element .center_blocks {
  width: 100%;
  text-align: center;
}
/* line 158, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content .paralax_element .center_blocks .fa {
  color: white;
  font-size: 60px;
  margin-bottom: 10px;
}
/* line 164, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content .paralax_element .center_blocks img {
  height: 60px;
  margin-bottom: 10px;
}
/* line 171, ../sass/_rooms.scss */
.paralax_block_wrapper .paralax_content .paralax_element .paralax_icon img {
  height: 60px;
}

/* line 179, ../sass/_rooms.scss */
.list_rooms_wrapper {
  padding: 30px 0 20px;
}
/* line 182, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_title {
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  font-family: "Montserrat";
}
/* line 191, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .owl-prev, .list_rooms_wrapper .list_rooms_content .owl-next {
  position: absolute;
  top: 4em;
  font-size: 32px;
}
/* line 197, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .owl-prev {
  left: 7em;
}
/* line 200, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .owl-next {
  right: 7em;
}
/* line 203, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element {
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  /*float: left;
  margin-top: 20px;*/
  margin: 20px auto 0;
}
/* line 212, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element:nth-child(odd) {
  clear: left;
}
/* line 216, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element:nth-child(-n+2) {
  margin-top: 0;
}
/* line 220, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_image {
  position: relative;
  width: 100%;
  height: 290px;
  overflow: hidden;
}
/* line 227, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_title {
  text-transform: uppercase;
  font-size: 20px;
  padding: 20px 0;
  font-family: "Montserrat";
}
/* line 232, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_title .highlight {
  display: none;
}
/* line 237, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links {
  display: inline-block;
  width: 100%;
}
/* line 242, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links:last-child .booking_button a {
  border-left: 0;
}
/* line 247, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links .see_room {
  width: 50%;
  display: inline-block;
  float: left;
}
/* line 252, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links .see_room a {
  border: 2px solid #d3d3d3;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  color: #004F6C;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
/* line 263, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links .see_room a:hover {
  background: #004F6C;
  color: white;
}
/* line 270, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links .booking_button {
  width: 50%;
  display: inline-block;
  float: left;
}
/* line 275, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links .booking_button a {
  border: 2px solid #d3d3d3;
  padding: 20px 0;
  display: inline-block;
  width: 100%;
  color: #004F6C;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}
/* line 286, ../sass/_rooms.scss */
.list_rooms_wrapper .list_rooms_content .room_element .room_links .booking_button a:hover {
  background: #E26D09;
  color: white;
}

/* line 1, ../sass/_offers.scss */
.offers_wrapper {
  display: inline-block;
  width: 100%;
  padding: 130px 0 80px;
  position: relative;
  box-sizing: border-box;
}
/* line 8, ../sass/_offers.scss */
.offers_wrapper * {
  box-sizing: border-box;
}
/* line 12, ../sass/_offers.scss */
.offers_wrapper .offers_cycle {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* line 17, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element {
  width: calc((100% / 3) - 40px);
  margin-bottom: 60px;
}
/* line 21, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element:not(:nth-child(3n)) {
  margin-right: 60px;
}
/* line 25, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element:last-of-type {
  margin-right: 0;
}
/* line 29, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_image {
  height: 240px;
  position: relative;
  overflow: hidden;
}
/* line 40, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_image .offer_title {
  position: absolute;
  bottom: 0;
  z-index: 1;
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  width: 100%;
  padding: 40px 20px 20px 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
/* line 55, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content {
  position: relative;
  background: #f1eeee;
  padding: 20px;
}
/* line 60, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .offer_title {
  text-transform: uppercase;
  color: #004F6C;
  font-size: 1.7rem;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
}
/* line 68, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .offer_description {
  color: #383838;
  font-size: 0.9rem;
  line-height: 1.3;
  padding-bottom: 20px;
}
/* line 74, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .offer_description .offer_link {
  color: #4593AA;
  font-weight: bold;
}
/* line 80, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .button_fromprice {
  display: block;
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  left: 20px;
  right: 20px;
}
/* line 88, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .button_fromprice .offer_links {
  display: inline-block;
}
/* line 91, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .button_fromprice .offer_links .button-promotion {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #E26D09;
  color: white;
  padding: 12px 50px 12px 25px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* line 100, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .button_fromprice .offer_links .button-promotion:before {
  content: '\f061';
  font-family: "Font Awesome 5 Pro", Sans-Serif;
  color: white;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 20px;
  font-size: 12px;
  font-weight: 100;
}
/* line 110, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .button_fromprice .offer_links .button-promotion:hover {
  background: #b15507;
}
/* line 116, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .button_fromprice .fromprice {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: #5a5a5a;
  font-size: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 0;
}
/* line 125, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .offer_content .button_fromprice .fromprice .price {
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  display: flex;
  justify-content: center;
  font-weight: 500;
  line-height: 21px;
}
/* line 136, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .bottom_incentive {
  display: block;
  background: #909090;
  width: 100%;
  text-align: center;
  padding: 10px;
}
/* line 143, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .bottom_incentive i {
  color: white;
  padding-right: 5px;
}
/* line 148, ../sass/_offers.scss */
.offers_wrapper .offers_cycle .offer_element .bottom_incentive .text_incentive {
  font-size: 13px;
  color: white;
}

/* line 1, ../sass/_individual_room.scss */
.detailed_room_wrapper {
  margin: 70px 0 35px;
  display: inline-block;
  width: 100%;
}
/* line 6, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_detail_image_wrapper {
  height: 500px;
  position: relative;
  overflow: hidden;
}
/* line 12, ../sass/_individual_room.scss */
.detailed_room_wrapper a.see_more_pictures_detailed {
  position: absolute;
  z-index: 1;
  bottom: 25px;
  right: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
/* line 22, ../sass/_individual_room.scss */
.detailed_room_wrapper a.see_more_pictures_detailed:hover .fa {
  color: #004F6C;
}
/* line 25, ../sass/_individual_room.scss */
.detailed_room_wrapper a.see_more_pictures_detailed:hover .fa:after {
  left: 0;
  width: 46px;
}
/* line 32, ../sass/_individual_room.scss */
.detailed_room_wrapper a.see_more_pictures_detailed span {
  display: inline-block;
  vertical-align: middle;
}
/* line 37, ../sass/_individual_room.scss */
.detailed_room_wrapper a.see_more_pictures_detailed .fa {
  border: 2px solid white;
  position: relative;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  margin-left: 10px;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 47, ../sass/_individual_room.scss */
.detailed_room_wrapper a.see_more_pictures_detailed .fa:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 21px;
  z-index: 2;
}
/* line 53, ../sass/_individual_room.scss */
.detailed_room_wrapper a.see_more_pictures_detailed .fa:after {
  background: white;
  content: "";
  height: 46px;
  position: absolute;
  right: 0;
  width: 0px;
  z-index: 1;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
/* line 66, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text {
  display: block;
  width: 824px;
  margin-top: -125px;
  z-index: 2;
  position: relative;
  background: white;
  padding: 40px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* line 78, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text.offer_section {
  width: 777px;
}
/* line 81, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text.offer_section h1.room_title {
  width: 470px;
}
/* line 86, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text a.button-promotion {
  background: #004F6C;
  color: white;
  text-decoration: none;
  float: right;
  text-transform: uppercase;
  width: 205px;
  height: 65px;
  box-sizing: border-box;
  text-align: center;
  padding: 22px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
/* line 101, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text a.button-promotion span {
  position: relative;
  z-index: 2;
}
/* line 106, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text a.button-promotion:hover {
  opacity: .8;
}
/* line 111, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text h1.room_title {
  font-size: 39px;
  float: left;
  font-family: "Oswald", sans-serif;
  color: #004F6C;
  width: 70%;
}
/* line 118, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text h1.room_title:after {
  content: '';
  display: block;
  width: 65px;
  height: 4px;
  background: #004F6C;
  margin: 21px 0 27px;
}
/* line 128, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text .stamp {
  position: absolute;
  right: 0;
  top: -50px;
  margin-right: 25px;
}
/* line 135, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text .room_description {
  margin-top: 8px;
  font-size: 13px;
  color: #383838;
  clear: both;
  line-height: 22px;
}
/* line 143, ../sass/_individual_room.scss */
.detailed_room_wrapper .room_details_text #shareSocialArea {
  float: right;
}
/* line 148, ../sass/_individual_room.scss */
.detailed_room_wrapper .minigallery_room_wrapper {
  display: inline-block;
  width: 593px;
  float: right;
  margin-top: 30px;
}
/* line 154, ../sass/_individual_room.scss */
.detailed_room_wrapper .minigallery_room_wrapper .minigallery_element {
  display: inline-block;
  float: left;
  width: calc(25% - 10px);
  height: 138px;
  margin-right: 13px;
  position: relative;
  overflow: hidden;
  margin-top: 13px;
}
/* line 164, ../sass/_individual_room.scss */
.detailed_room_wrapper .minigallery_room_wrapper .minigallery_element:nth-child(4n), .detailed_room_wrapper .minigallery_room_wrapper .minigallery_element:last-child {
  margin-right: 0;
}
/* line 168, ../sass/_individual_room.scss */
.detailed_room_wrapper .minigallery_room_wrapper .minigallery_element:nth-child(-n+4) {
  margin-top: 0;
}
/* line 172, ../sass/_individual_room.scss */
.detailed_room_wrapper .minigallery_room_wrapper .minigallery_element img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}

/* line 1, ../sass/_entry.scss */
.entry {
  padding-bottom: 60px;
  width: 65%;
  float: left;
  color: #4b4b4b;
  box-sizing: border-box;
  margin-top: 70px;
}
/* line 9, ../sass/_entry.scss */
.entry .entry_title {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4593AA;
  margin-bottom: 30px;
}
/* line 19, ../sass/_entry.scss */
.entry .entry_author {
  margin: 10px 0 10px;
}
/* line 21, ../sass/_entry.scss */
.entry .entry_author .author_pic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 29, ../sass/_entry.scss */
.entry .entry_author .author_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 33, ../sass/_entry.scss */
.entry .entry_author .author_name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 15px;
  color: black;
}
/* line 39, ../sass/_entry.scss */
.entry .entry_author .author_name span {
  font-weight: normal;
  color: #E26D09;
}
/* line 45, ../sass/_entry.scss */
.entry .entry_info {
  background-color: #efefef;
  border-radius: 0;
  margin: 10px 0;
  padding: 5px;
  width: 100%;
  font-size: 70%;
  box-sizing: border-box;
  display: table;
}
/* line 54, ../sass/_entry.scss */
.entry .entry_info span {
  display: table-cell;
  text-align: center;
  padding: 3px;
  border: 1px solid transparent;
  border-right-color: white;
}
/* line 60, ../sass/_entry.scss */
.entry .entry_info span:last-of-type {
  border-right-color: transparent;
}
/* line 65, ../sass/_entry.scss */
.entry .entry_content {
  color: #4B4B4B;
  font-size: 14px;
  line-height: 20px;
}
/* line 69, ../sass/_entry.scss */
.entry .entry_content h1, .entry .entry_content h2, .entry .entry_content h3, .entry .entry_content h4, .entry .entry_content h5, .entry .entry_content h6 {
  color: #171c24;
  font-weight: 300;
}
/* line 73, ../sass/_entry.scss */
.entry .entry_content h2 {
  font-size: 40px;
  line-height: 1.14;
  margin-bottom: 10px;
  margin-top: 20px;
}
/* line 79, ../sass/_entry.scss */
.entry .entry_content p {
  margin: 0 0 20px 0;
  color: #4B4B4B;
  font-size: 14px;
  line-height: 20px;
}
/* line 86, ../sass/_entry.scss */
.entry .entry_share {
  border-top: 1px solid #DDD;
  padding: 30px 0 30px 0;
}
/* line 91, ../sass/_entry.scss */
.entry .entry_comments h3 {
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #DDD;
}
/* line 100, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment {
  background-color: #fafafa;
  border-radius: 3px;
  min-height: 70px;
  margin: 10px;
  padding: 20px;
}
/* line 106, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .comment_pic {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}
/* line 117, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .comment_pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 121, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .name {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 124, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .name span {
  text-transform: uppercase;
  color: #CCC;
  margin-right: 5px;
}
/* line 130, ../sass/_entry.scss */
.entry .entry_comments .comment_list .comment .text {
  font-size: 80%;
}
/* line 135, ../sass/_entry.scss */
.entry .entry_comments .comment_form {
  font-size: 80%;
  margin-top: 30px;
}
/* line 138, ../sass/_entry.scss */
.entry .entry_comments .comment_form .text_element {
  width: 100%;
}
/* line 140, ../sass/_entry.scss */
.entry .entry_comments .comment_form .text_element textarea {
  width: 100%;
  border: 1px solid #ddd;
}
/* line 145, ../sass/_entry.scss */
.entry .entry_comments .comment_form .input_element {
  display: inline-block;
  width: calc(100% / 3 - 5px);
  margin-top: 15px;
  margin-right: 5px;
}
/* line 150, ../sass/_entry.scss */
.entry .entry_comments .comment_form .input_element input {
  padding: 7px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  width: calc(100% - 5px);
}
/* line 157, ../sass/_entry.scss */
.entry .entry_comments .comment_form .check_element {
  margin-top: 15px;
}
/* line 159, ../sass/_entry.scss */
.entry .entry_comments .comment_form .check_element a {
  color: #E26D09;
}
/* line 161, ../sass/_entry.scss */
.entry .entry_comments .comment_form .check_element a:hover {
  text-decoration: underline;
}
/* line 166, ../sass/_entry.scss */
.entry .entry_comments .comment_form label {
  display: block;
  text-transform: uppercase;
}
/* line 170, ../sass/_entry.scss */
.entry .entry_comments .comment_form #contact-button-wrapper {
  margin-top: 15px;
}
/* line 172, ../sass/_entry.scss */
.entry .entry_comments .comment_form #contact-button-wrapper #popup_form_button {
  cursor: pointer;
  display: inline-block;
  background-color: #004F6C;
  color: white;
  border-radius: 50px;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
/* line 183, ../sass/_entry.scss */
.entry .entry_comments .comment_form #contact-button-wrapper #popup_form_button:hover {
  background-color: #E26D09;
}

/* line 192, ../sass/_entry.scss */
.right_column {
  width: 30%;
  box-sizing: border-box;
  padding-top: 70px;
  float: right;
  vertical-align: top;
}
/* line 198, ../sass/_entry.scss */
.right_column .widget_title {
  position: relative;
  margin-top: 60px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #4b4b4b;
  letter-spacing: 1px;
}
/* line 205, ../sass/_entry.scss */
.right_column .widget_title span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  background-color: white;
}
/* line 211, ../sass/_entry.scss */
.right_column .widget_title:before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  right: 0;
  height: 3px;
  background-color: #ddd;
}
/* line 221, ../sass/_entry.scss */
.right_column .widget_title:first-of-type {
  margin-top: 0px;
}
/* line 226, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry {
  margin: auto;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: block;
  width: 90%;
  border-bottom: 1px solid #ddd;
}
/* line 233, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .image {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 243, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
/* line 249, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .title {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  font-size: 90%;
  margin-bottom: 10px;
}
/* line 255, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .title a {
  color: #4b4b4b;
}
/* line 257, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .title a:hover {
  color: #E26D09;
}
/* line 262, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .extra_info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 110px);
  font-size: 70%;
  color: #CCC;
}
/* line 268, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .extra_info span {
  margin-right: 5px;
}
/* line 270, ../sass/_entry.scss */
.right_column .news_right_widget .news_widget_entry .extra_info span i {
  margin-right: 5px;
  color: #aaa;
}
/* line 278, ../sass/_entry.scss */
.right_column .social_widget {
  padding-top: 10px;
}
/* line 280, ../sass/_entry.scss */
.right_column .social_widget a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #DDD;
  border-radius: 5px;
}
/* line 288, ../sass/_entry.scss */
.right_column .social_widget a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 290, ../sass/_entry.scss */
.right_column .social_widget a i.fa-facebook {
  color: #44659E;
}
/* line 293, ../sass/_entry.scss */
.right_column .social_widget a i.fa-twitter {
  color: #00B3F0;
}
/* line 296, ../sass/_entry.scss */
.right_column .social_widget a i.fa-google-plus {
  color: #DF371B;
}
/* line 299, ../sass/_entry.scss */
.right_column .social_widget a i.fa-youtube {
  color: #C43030;
}
/* line 302, ../sass/_entry.scss */
.right_column .social_widget a i.fa-pinterest-p {
  color: #C43030;
}
/* line 305, ../sass/_entry.scss */
.right_column .social_widget a i.fa-instagram {
  color: #3C3C3C;
}
/* line 309, ../sass/_entry.scss */
.right_column .social_widget a:hover {
  background-color: #efefef;
}
/* line 314, ../sass/_entry.scss */
.right_column .instagram_widget {
  padding-top: 20px;
  text-align: center;
}
/* line 317, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 5px 5px 0;
  width: calc(100% / 3 - 5px);
  overflow: hidden;
}
/* line 325, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}
/* line 331, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture img.instagram_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  max-width: 323px;
}
/* line 340, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info {
  position: absolute;
  z-index: 2;
  top: 50%;
  opacity: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 354, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info .comment_info, .right_column .instagram_widget .picture_info .likes_info {
  display: inline-block;
  font-size: 80%;
  color: white;
}
/* line 359, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info .comment_info img, .right_column .instagram_widget .picture_info .likes_info img {
  vertical-align: middle;
}
/* line 364, ../sass/_entry.scss */
.right_column .instagram_widget .picture_info .comment_info {
  margin-right: 10px;
}
/* line 369, ../sass/_entry.scss */
.right_column .instagram_widget .black_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 385, ../sass/_entry.scss */
.right_column .instagram_widget .instagram_picture:hover .black_overlay, .right_column .instagram_widget .instagram_picture:hover .picture_info {
  opacity: 1;
}
/* line 390, ../sass/_entry.scss */
.right_column .comments_widget {
  padding-top: 20px;
}
/* line 392, ../sass/_entry.scss */
.right_column .comments_widget .comment {
  margin-bottom: 30px;
}
/* line 395, ../sass/_entry.scss */
.right_column .comments_widget .text {
  position: relative;
  font-size: 80%;
  font-style: italic;
  color: #999;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 20px;
}
/* line 404, ../sass/_entry.scss */
.right_column .comments_widget .text:before {
  position: absolute;
  bottom: 0px;
  right: 20px;
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: #ddd;
  margin-bottom: -20px;
}
/* line 414, ../sass/_entry.scss */
.right_column .comments_widget .text:after {
  position: absolute;
  bottom: 0px;
  right: 20px;
  content: '';
  display: block;
  border: 10px solid transparent;
  border-top-color: white;
  margin-bottom: -19px;
}
/* line 425, ../sass/_entry.scss */
.right_column .comments_widget .name {
  text-align: right;
  font-size: 90%;
  color: #4b4b4b;
}

/* line 1, ../sass/_news_widget.scss */
.news_widget_wrapper {
  font-size: 0.9rem;
  text-align: center;
  padding-bottom: 60px;
}
/* line 5, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget {
  display: inline-block;
  vertical-align: top;
  width: 360px;
  text-align: center;
  margin: 0 5px 20px;
  color: #666;
  background-color: whitesmoke;
}
/* line 13, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .image {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}
/* line 18, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
/* line 23, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .new_content {
  margin-top: 7px;
}
/* line 26, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .tags {
  display: inline-block;
  font-size: 80%;
  background-color: #E26D09;
  color: white;
  font-weight: 100;
  padding: 7px 10px;
  margin: 5px auto;
}
/* line 35, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title {
  padding: 0 25px;
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 24px;
  color: #004F6C;
}
/* line 41, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title a {
  color: #004F6C;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
/* line 44, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title a:hover {
  color: #E26D09;
}
/* line 48, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .title a:after {
  background-color: #333;
}
/* line 54, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .content {
  font-size: 80%;
  padding: 0 20px 20px;
  line-height: 180%;
  letter-spacing: 1px;
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 64, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links {
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-color: #004F6C;
  margin-top: 15px;
  padding: 15px 10px;
}
/* line 71, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments, .news_widget_wrapper .entry_widget .links .author, .news_widget_wrapper .entry_widget .links .date {
  display: table-cell;
  position: relative;
  font-size: 80%;
  height: 35px;
  text-align: center;
  color: white;
}
/* line 78, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments span, .news_widget_wrapper .entry_widget .links .author span, .news_widget_wrapper .entry_widget .links .date span {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 84, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
/* line 87, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments i {
  border: 1px solid white;
  border-radius: 50%;
  padding: 7px;
  font-size: 25px;
  color: white;
  vertical-align: middle;
}
/* line 95, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .comments b {
  background-color: white;
  color: #004F6C;
  padding: 3px 10px;
  border-radius: 50%;
  font-size: 10px;
  margin-left: -10px;
  vertical-align: middle;
}
/* line 105, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .author {
  border-right: 1px solid white;
  border-left: 1px solid white;
  margin: 5px;
}
/* line 110, ../sass/_news_widget.scss */
.news_widget_wrapper .entry_widget .links .date {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* line 118, ../sass/_news_widget.scss */
.see_more_news {
  text-align: center;
}
/* line 120, ../sass/_news_widget.scss */
.see_more_news a {
  display: inline-block;
  margin: 0 60px 60px;
  background-color: #E26D09;
  color: white;
  text-transform: uppercase;
  padding: 20px 60px;
}

/* line 1, ../sass/_banner_floating.scss */
.banner_floating_wrapper {
  position: fixed;
  bottom: 70px;
  left: 0;
  z-index: 300;
}
/* line 6, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner {
  display: block;
  border-radius: 5px;
  margin: 20px;
  overflow: hidden;
  position: relative;
  width: 400px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
/* line 15, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner:nth-child(even) .image {
  right: auto;
  left: 0;
}
/* line 19, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner:nth-child(even) .content {
  margin-right: 0;
  margin-left: 80px;
}
/* line 24, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner:hover {
  cursor: pointer;
}
/* line 27, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner:hover .content .title {
  font-size: 14px;
}
/* line 30, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner:hover .content .desc {
  font-size: 10px;
  padding: 0 0 5px;
}
/* line 34, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner:hover .content .link {
  max-height: 50px;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* line 45, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner .image {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 80px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}
/* line 54, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
}
/* line 59, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner .content {
  display: block;
  width: calc(100% - 80px);
  margin-right: 80px;
  background: linear-gradient(to bottom right, rgba(136, 178, 203, 0.9), rgba(0, 79, 108, 0.9));
  color: white;
  text-align: center;
  padding: 15px 10px;
}
/* line 67, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner .content .title {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 73, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner .content .desc {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  padding: 5px 0 0 0;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 81, ../sass/_banner_floating.scss */
.banner_floating_wrapper .banner .content .link {
  display: block;
  max-height: 0;
  color: #f8a259;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

/* line 99, ../sass/_banner_floating.scss */
.floatin_content_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  position: fixed;
  background: linear-gradient(to right, rgba(136, 178, 203, 0.9), rgba(0, 79, 108, 0.9));
}
/* line 104, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  width: 650px;
  border-radius: 10px;
  padding: 30px 40px 70px;
  text-align: center;
}
/* line 112, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 125, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .close:hover {
  background: #CCC;
}
/* line 128, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .close:before, .floatin_content_wrapper .floatin_content .close:after {
  content: '';
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 133, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .close:before {
  width: 30px;
  height: 2px;
}
/* line 137, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .close:after {
  height: 30px;
  width: 2px;
}
/* line 144, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .content .title {
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  color: #004F6C;
  margin: 20px auto;
}
/* line 150, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .content .desc {
  font-size: 20px;
  font-weight: 500;
  color: #004F6C;
}
/* line 154, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .content .desc strong {
  color: #E26D09;
}
/* line 158, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .content .link {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  bottom: -25px;
}
/* line 161, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .content .link a {
  display: inline-block;
  background: #004F6C;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 80px;
}
/* line 170, ../sass/_banner_floating.scss */
.floatin_content_wrapper .floatin_content .content .link a:hover {
  background: #E26D09;
}

/* line 1, ../sass/_template_specific.scss */
body {
  font-family: "Raleway", sans-serif;
  /*===== Popup Inicial ======*/
}
/* line 3, ../sass/_template_specific.scss */
body * {
  box-sizing: border-box;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
/* line 8, ../sass/_template_specific.scss */
body a {
  text-decoration: none;
}
/* line 12, ../sass/_template_specific.scss */
body .extra_top_header {
  font-size: 14px;
  background: #F2B849;
  padding: 10px 0;
  color: #4b4b4b;
  text-align: center;
}
/* line 18, ../sass/_template_specific.scss */
body .extra_top_header a {
  position: relative;
  color: #4b4b4b;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 26, ../sass/_template_specific.scss */
body .extra_top_header a i {
  display: inline-block;
  margin-right: 5px;
}
/* line 30, ../sass/_template_specific.scss */
body .extra_top_header a p {
  display: inline-block;
  position: relative;
}
/* line 33, ../sass/_template_specific.scss */
body .extra_top_header a p:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #004F6C;
  opacity: 0;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  -webkit-transition: opacity .3s,-webkit-transform .3s;
  transition: transform .3s,opacity .3s,-webkit-transform .3s;
  pointer-events: none;
}
/* line 49, ../sass/_template_specific.scss */
body .extra_top_header a:hover p:before {
  opacity: 1;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
/* line 54, ../sass/_template_specific.scss */
body .extra_top_header a div {
  width: 40px;
  height: 40px;
  margin-left: 15px;
}
/* line 59, ../sass/_template_specific.scss */
body .extra_top_header a div img {
  width: 100%;
  height: 100%;
}
/* line 66, ../sass/_template_specific.scss */
body .content_subtitle_wrapper {
  background-color: white;
  padding: 70px 0;
  text-align: center;
  color: #333;
  padding-top: 110px;
}
/* line 73, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .content_images_wrapper {
  width: 170px;
  float: left;
  margin-left: 70px;
  margin-top: 50px;
}
/* line 79, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .content_images_wrapper + .content_subtitle_description {
  width: calc(100% - 170px - 140px);
  float: right;
  text-align: left;
}
/* line 86, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .content_images_wrapper .content_image_element {
  margin-bottom: 20px;
}
/* line 89, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .content_images_wrapper .content_image_element:last-of-type {
  margin-bottom: 0;
}
/* line 95, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .content_subtitle_title {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4593AA;
}
/* line 103, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .content_subtitle_title span span {
  display: block;
  font-size: 80%;
  font-weight: 400;
  text-transform: none;
  color: #999;
}
/* line 112, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .content_subtitle_description {
  font-size: 0.9rem;
  line-height: 2rem;
  width: 910px;
  margin: 40px auto 0;
  font-weight: 400;
  color: #383838;
}
/* line 121, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .button-promotion {
  display: inline-block;
  background: white;
  color: #4593AA;
  margin-top: 80px;
  padding: 25px 80px;
  text-transform: uppercase;
  -webkit-transition: background .4s, color .4s;
  -moz-transition: background .4s, color .4s;
  -ms-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s;
  position: relative;
  font-family: "Oswald", sans-serif;
}
/* line 136, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .button-promotion:hover {
  color: white;
}
/* line 139, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .button-promotion:hover:before {
  width: 100%;
}
/* line 144, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .button-promotion:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #367486;
  width: 0;
  z-index: 1;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}
/* line 156, ../sass/_template_specific.scss */
body .content_subtitle_wrapper .button-promotion span {
  position: relative;
  z-index: 2;
}
/* line 162, ../sass/_template_specific.scss */
body .content_access {
  background-color: white;
  position: relative;
  z-index: 30;
  background: white;
  padding: 70px 0;
  text-align: center;
}
/* line 170, ../sass/_template_specific.scss */
body .content_access h3.section-title {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4593AA;
}
/* line 178, ../sass/_template_specific.scss */
body .content_access h3.section-title span span {
  display: block;
  font-size: 80%;
  font-weight: 400;
  text-transform: none;
  color: #999;
}
/* line 187, ../sass/_template_specific.scss */
body .content_access > div {
  font-size: 0.9rem;
  line-height: 2rem;
  width: 910px;
  margin: 40px auto 0;
  font-weight: 400;
  color: #383838;
}
/* line 197, ../sass/_template_specific.scss */
body #my_bookings_form_wrapper {
  margin-bottom: 80px;
}
/* line 202, ../sass/_template_specific.scss */
body #my-bookings-form #reservation {
  margin-top: 0 !important;
}
/* line 205, ../sass/_template_specific.scss */
body #my-bookings-form #reservation .modify_reservation_widget {
  margin-top: 40px;
  margin-bottom: 0;
}
/* line 210, ../sass/_template_specific.scss */
body #my-bookings-form #reservation .my-bookings-booking-info {
  margin: 40px auto 0;
}
/* line 213, ../sass/_template_specific.scss */
body #my-bookings-form #reservation .my-bookings-booking-info .fResumenReserva {
  margin: auto;
}
/* line 220, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields label {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
}
/* line 228, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields input {
  display: block;
  width: 300px;
  margin: 10px auto;
  height: 40px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #004F6C;
}
/* line 238, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields ul {
  text-align: center;
  margin-top: 30px;
}
/* line 242, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields ul li {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
/* line 247, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields ul li button {
  height: 40px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: white;
  border: 0;
  cursor: pointer;
  width: 100%;
  font-weight: 100;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* line 259, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields ul li button.modify-reservation {
  background: #b15507;
}
/* line 262, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields ul li button.modify-reservation:hover {
  background: #803e05;
}
/* line 267, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields ul li button.searchForReservation {
  background: #4593AA;
}
/* line 270, ../sass/_template_specific.scss */
body #my-bookings-form #my-bookings-form-fields ul li button.searchForReservation:hover {
  background: #367486;
}
/* line 279, ../sass/_template_specific.scss */
body #my-bookings-form #cancelButton {
  display: none;
  background: #4593AA;
  height: 40px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  color: white;
  border: 0;
  cursor: pointer;
  width: 200px;
  font-weight: 100;
  margin: 40px auto 0;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -ms-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
/* line 294, ../sass/_template_specific.scss */
body #my-bookings-form #cancelButton:hover {
  background: #367486;
}
/* line 300, ../sass/_template_specific.scss */
body .my-bookings-booking-info {
  margin: auto;
}
/* line 305, ../sass/_template_specific.scss */
body .iframe_map iframe {
  width: 100%;
}
/* line 310, ../sass/_template_specific.scss */
body .acordeon_blocks h3 {
  position: relative;
  background-color: #FAFAFA;
  border-bottom: 3px solid #4593AA;
  color: #4593AA;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: left;
}
/* line 319, ../sass/_template_specific.scss */
body .acordeon_blocks h3:after {
  content: '\f107';
  font-family: "Font Awesome 5 Pro", sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  right: 10px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 332, ../sass/_template_specific.scss */
body .acordeon_blocks h3.open:after {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
  -moz-transform: translate(0%, -50%) rotate(180deg);
  -ms-transform: translate(0%, -50%) rotate(180deg);
  -o-transform: translate(0%, -50%) rotate(180deg);
  transform: translate(0%, -50%) rotate(180deg);
}
/* line 340, ../sass/_template_specific.scss */
body .acordeon_blocks .acordeon {
  display: none;
  padding: 20px;
  text-align: left;
}
/* line 348, ../sass/_template_specific.scss */
body .popup_inicial {
  position: relative;
  padding: 10px 10px 6px;
  width: 512px;
}
/* line 355, ../sass/_template_specific.scss */
body .popup_img img {
  width: 100%;
}
/* line 360, ../sass/_template_specific.scss */
body .popup_text {
  position: absolute;
  width: 90%;
  box-sizing: border-box;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* line 377, ../sass/_template_specific.scss */
body .popup_title {
  font-size: 30px;
  padding: 10px;
  color: white !important;
}
/* line 383, ../sass/_template_specific.scss */
body .popup_description {
  font-size: 16px;
  line-height: 27px;
  color: white !important;
  width: 79%;
  box-sizing: border-box;
  margin: auto;
  text-align: left;
}
/* line 391, ../sass/_template_specific.scss */
body .popup_description strong {
  font-weight: bolder;
}
/* line 394, ../sass/_template_specific.scss */
body .popup_description ul {
  list-style: disc;
}
/* line 400, ../sass/_template_specific.scss */
body .popup_form {
  text-align: center;
}
/* line 404, ../sass/_template_specific.scss */
body .popup_inicial form {
  padding: 20px;
  padding-bottom: 25px;
  font-size: 18px;
  display: inline-block;
}
/* line 411, ../sass/_template_specific.scss */
body .popup_inicial form input {
  width: 250px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
/* line 418, ../sass/_template_specific.scss */
body .popup_inicial button {
  background: #63BE7B;
  width: 150px;
  height: 34px;
  font-size: 18px;
  border: 1px solid #CECCCF;
  color: #FFFFFF;
  margin-left: -6px;
  display: inline-block !important;
  vertical-align: middle;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-color: white;
  text-transform: uppercase;
}
/* line 433, ../sass/_template_specific.scss */
body .popup_inicial button:hover {
  background: #87cd99;
}
/* line 438, ../sass/_template_specific.scss */
body .popup_message {
  color: black;
  margin-top: 20px;
}
/* line 442, ../sass/_template_specific.scss */
body .popup_inicio_v2 .popup_content_v2 {
  top: 45% !important;
}
/* line 444, ../sass/_template_specific.scss */
body .popup_inicio_v2 .popup_content_v2 .popup_title_v2 {
  font-size: 30px;
  color: #004F6C;
}
/* line 449, ../sass/_template_specific.scss */
body .popup_inicio_v2 .popup_content_v2 .popup_description_v2 strong {
  color: grey;
  font-weight: 500;
}
/* line 454, ../sass/_template_specific.scss */
body .popup_inicio_v2 .popup_content_v2 .popup_auto_button {
  background-color: #E26D09;
  border-radius: 30px;
}
/* line 457, ../sass/_template_specific.scss */
body .popup_inicio_v2 .popup_content_v2 .popup_auto_button a {
  color: white;
}
/* line 459, ../sass/_template_specific.scss */
body .popup_inicio_v2 .popup_content_v2 .popup_auto_button a strong {
  font-weight: bold;
}
/* line 463, ../sass/_template_specific.scss */
body .popup_inicio_v2 .popup_content_v2 .popup_auto_button:hover {
  background-color: #004F6C;
}

/* line 469, ../sass/_template_specific.scss */
.fancybox-overlay {
  background-color: rgba(0, 42, 57, 0.9);
}

/* line 472, ../sass/_template_specific.scss */
.text_bottom_x2_wrapper {
  background: #fafafa;
  padding: 80px 0;
  border-top: 1.5px solid lightgray;
  margin-bottom: -25px;
  margin-top: 40px;
}
/* line 478, ../sass/_template_specific.scss */
.text_bottom_x2_wrapper .container12 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 481, ../sass/_template_specific.scss */
.text_bottom_x2_wrapper .container12 .text_element {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
/* line 486, ../sass/_template_specific.scss */
.text_bottom_x2_wrapper .container12 .text_element:nth-of-type(even) {
  border-left: 1px solid lightgray;
  margin: 0;
}
/* line 491, ../sass/_template_specific.scss */
.text_bottom_x2_wrapper .container12 .text_element h3.text_bottom_title {
  color: #004F6C;
  font-size: 29px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 500, ../sass/_template_specific.scss */
.text_bottom_x2_wrapper .container12 .text_element .text_bottom_description {
  line-height: 20px;
  font-size: 12px;
  color: #383838;
  padding: 0 85px;
  letter-spacing: 1px;
}

/* line 514, ../sass/_template_specific.scss */
.datepicker_wrapper_element .header_datepicker, .datepicker_wrapper_element_2 .header_datepicker, .datepicker_wrapper_element_3 .header_datepicker {
  background: #E26D09;
}
/* line 519, ../sass/_template_specific.scss */
.datepicker_wrapper_element .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element .datepicker_ext_inf_ed .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_2 .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_2 .datepicker_ext_inf_ed .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_3 .datepicker_ext_inf_sd .ui-widget-header .ui-datepicker-prev, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-widget-header .ui-datepicker-next, .datepicker_wrapper_element_3 .datepicker_ext_inf_ed .ui-widget-header .ui-datepicker-prev {
  background-color: #004F6C !important;
}

/*====== Location =====*/
/* line 527, ../sass/_template_specific.scss */
.location_section_wrapper {
  display: block;
  width: 100%;
  margin-top: 55px;
}
/* line 532, ../sass/_template_specific.scss */
.location_section_wrapper img.location_image {
  width: 100%;
}
/* line 536, ../sass/_template_specific.scss */
.location_section_wrapper .image_location_wrapper {
  height: 400px;
  overflow: hidden;
}
/* line 541, ../sass/_template_specific.scss */
.location_section_wrapper .location_wrapper_text {
  display: table;
  margin-left: 30px;
  background: white;
  margin-top: -120px;
  width: 825px;
  z-index: 2;
  padding: 40px;
  position: relative;
  box-sizing: border-box;
}
/* line 552, ../sass/_template_specific.scss */
.location_section_wrapper .location_wrapper_text h3.location_title {
  color: #004F6C;
  font-family: "Oswald", sans-serif;
  font-size: 39px;
}
/* line 557, ../sass/_template_specific.scss */
.location_section_wrapper .location_wrapper_text h3.location_title:after {
  content: '';
  display: block;
  width: 65px;
  height: 4px;
  background: #004F6C;
  margin: 21px 0 27px;
}
/* line 568, ../sass/_template_specific.scss */
.location_section_wrapper .location_content {
  margin-top: 10px;
  line-height: 22px;
  font-size: 13px;
  color: #383838;
}
/* line 574, ../sass/_template_specific.scss */
.location_section_wrapper .location_content strong {
  display: block;
  color: #004F6C;
}

/* line 581, ../sass/_template_specific.scss */
#contactContent .info {
  padding-left: 0 !important;
}

/* line 585, ../sass/_template_specific.scss */
.contact_iframe_background {
  background: #eeeeee;
  padding: 59px 0;
  margin-bottom: 35px;
}
/* line 590, ../sass/_template_specific.scss */
.contact_iframe_background h1#title {
  display: none;
}
/* line 594, ../sass/_template_specific.scss */
.contact_iframe_background div#google-plus, .contact_iframe_background .fb_iframe_widget {
  display: none;
}
/* line 598, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form {
  background: white;
  width: 100%;
  float: left;
  padding: 0 41px;
  box-sizing: border-box;
}
/* line 605, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form label.title {
  display: block;
  clear: both;
  width: 100% !important;
  font-weight: 400;
  margin-bottom: 15px;
  color: #585858;
  font-family: "Oswald", sans-serif;
  font-size: 17px;
}
/* line 616, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form .bordeInput {
  margin-left: 0 !important;
  width: 100% !important;
  box-sizing: border-box;
  border: 0 !important;
  background: #eeeeee;
  height: 40px;
  padding-left: 30px;
}
/* line 626, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form textarea.bordeInput {
  padding-top: 20px;
}
/* line 630, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form div#contact-button {
  width: 155px !important;
  height: 42px !important;
  background: #004F6C !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: center;
  box-sizing: border-box;
  padding: 11px 0 !important;
  border-radius: 0 !important;
}
/* line 642, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form div#contact-button-wrapper {
  padding-right: 0 !important;
}
/* line 646, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form input#privacy, .contact_iframe_background .contact_form input#has_reservation, .contact_iframe_background .contact_form input#promotions {
  display: inline-block;
  float: left;
  width: 12px !important;
  vertical-align: middle;
  height: auto;
  margin-right: 10px;
  margin-top: 0px;
}
/* line 656, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form input#privacy + .title {
  margin-top: 0;
  width: auto;
}
/* line 661, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form input#privacy + span a {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  margin-bottom: 15px;
  color: #585858;
  text-decoration: none;
}
/* line 669, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form input#has_reservation {
  margin-top: 7px;
}
/* line 673, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form .has_reservation_wrapper {
  display: block;
  margin-top: 7px;
}
/* line 677, ../sass/_template_specific.scss */
.contact_iframe_background .contact_form .has_reservation_wrapper span {
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  margin-bottom: 15px;
  color: #585858;
  text-decoration: none;
  float: left;
  margin-top: 7px;
}

/* line 690, ../sass/_template_specific.scss */
#contactContent .title {
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 695, ../sass/_template_specific.scss */
.iframe_wrapper {
  width: 50%;
  float: right;
  overflow: hidden;
}

/* line 701, ../sass/_template_specific.scss */
div#contact-button {
  width: 125px;
  height: 47px;
  display: inline-block;
  vertical-align: top;
  float: left;
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #004F6C;
  font-size: 17px;
}

/*===== Bottom bannersx2 ====*/
/* line 714, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper {
  display: table;
  width: 100%;
  min-width: 1140px;
}
/* line 719, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .iframe_wrapper {
  width: 75%;
  float: left;
  height: 400px;
  overflow: hidden;
}
/* line 725, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .iframe_wrapper iframe {
  width: 100%;
  height: 400px;
}
/* line 731, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper {
  width: 25%;
  float: right;
  position: relative;
  height: 400px;
  overflow: hidden;
}
/* line 738, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper img.background_image_decorative {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  margin: auto;
  width: 70%;
  top: 0;
  bottom: 0;
}
/* line 749, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper .black_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
}
/* line 757, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper .location_background_image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
/* line 761, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper .centered_text_wrapper {
  color: white;
  position: absolute;
  width: 50%;
  box-sizing: border-box;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
}
/* line 777, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper .centered_text_wrapper .description_location {
  font-size: 13px;
  font-weight: lighter;
}
/* line 783, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper h1.title_location, .full_bannersx2_bottom_wrapper .location_info_wrapper .description_location {
  line-height: 26px;
}
/* line 787, ../sass/_template_specific.scss */
.full_bannersx2_bottom_wrapper .location_info_wrapper h1.title_location {
  font-size: 20px;
}

/* line 794, ../sass/_template_specific.scss */
.newsletter_footer_wrapper .newsletter_checkbox a {
  text-decoration: underline;
}
/* line 797, ../sass/_template_specific.scss */
.newsletter_footer_wrapper .newsletter_checkbox label[for=promotions] {
  color: white;
}

/*==== Banner Ventajas ====*/
/* line 805, ../sass/_template_specific.scss */
.banner_promocode {
  position: fixed;
  z-index: 1000;
  font-family: 'Oswald', sans-serif;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: 510px;
  bottom: 10px;
  right: 10px;
  border-radius: 6px;
  padding-bottom: 10px;
}
/* line 817, ../sass/_template_specific.scss */
.banner_promocode a {
  color: white;
}
/* line 820, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_header, .banner_promocode .banner_promocode_header {
  background-color: #004F6C;
  color: white;
  padding: 5px 10px;
}
/* line 824, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_header h3, .banner_promocode .banner_promocode_header h3 {
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
}
/* line 829, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_header img, .banner_promocode .banner_promocode_header img {
  float: left;
  margin-right: 10px;
}
/* line 833, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_header .banner_ventajas_close, .banner_promocode .banner_ventajas_header .banner_promocode_close, .banner_promocode .banner_promocode_header .banner_ventajas_close, .banner_promocode .banner_promocode_header .banner_promocode_close {
  float: right;
  color: #bebebe;
  line-height: 25px;
}
/* line 840, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_main, .banner_promocode .banner_promocode_main {
  display: block;
  text-align: center;
  float: left;
  position: relative;
  width: 100%;
  padding: 0 50px;
}
/* line 848, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_main .hide, .banner_promocode .banner_promocode_main .hide {
  display: none;
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: 500;
}
/* line 854, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_main .hide strong, .banner_promocode .banner_promocode_main .hide strong {
  font-weight: 70;
}
/* line 859, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_main .linetext1, .banner_promocode .banner_promocode_main .linetext1 {
  font-size: 25px;
  color: #787878;
}
/* line 863, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_main .linetext2, .banner_promocode .banner_ventajas_main h3, .banner_promocode .banner_promocode_main .linetext2, .banner_promocode .banner_promocode_main h3 {
  font-size: 30px;
  color: #004F6C;
  line-height: 40px;
}
/* line 869, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_main .fa, .banner_promocode .banner_promocode_main .fa {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 888, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_main.deployed .fa, .banner_promocode .banner_promocode_main.deployed .fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 899, ../sass/_template_specific.scss */
.banner_promocode .banner_promocode_header h3 {
  width: 97%;
  text-align: center;
}
/* line 905, ../sass/_template_specific.scss */
.banner_promocode .banner_promocode_main .linetext1 {
  font-size: 15px;
}
/* line 908, ../sass/_template_specific.scss */
.banner_promocode .banner_promocode_main .linetext2, .banner_promocode .banner_promocode_main h3 {
  line-height: 50px;
  margin-bottom: 12px;
}
/* line 913, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_list {
  width: 35%;
  display: block;
  float: right;
}
/* line 917, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_list li {
  border-bottom: 1px solid #bebebe;
  padding: 10px;
  color: #004F6C;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
}
/* line 925, ../sass/_template_specific.scss */
.banner_promocode .banner_ventajas_list li:last-of-type {
  border-bottom-width: 0;
}

/* line 934, ../sass/_template_specific.scss */
.info #privacy {
  margin-top: 5px !important;
}
/* line 938, ../sass/_template_specific.scss */
.info .title a {
  text-decoration: underline !important;
}
/* line 942, ../sass/_template_specific.scss */
.info #promotions {
  float: left;
  width: auto !important;
  clear: left;
  height: auto;
}
/* line 949, ../sass/_template_specific.scss */
.info label[for=promotions] {
  font-size: 11px;
  color: #585858;
  display: inline-block;
  float: left;
}
/* line 955, ../sass/_template_specific.scss */
.info #has_reservation {
  float: left;
  clear: left;
}

/* line 965, ../sass/_template_specific.scss */
.big-img .image_filters_wrapper .filter_element.active {
  color: #E26D09;
}

/* line 972, ../sass/_template_specific.scss */
.automatic_picture_corner {
  position: absolute;
  top: 250px;
  right: 32px;
  width: 120px;
  z-index: 20;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
/* line 979, ../sass/_template_specific.scss */
.automatic_picture_corner.floating {
  top: 80px;
}

/* line 984, ../sass/_template_specific.scss */
.automatic_floating_picture .right {
  bottom: 80px !important;
}

/* line 994, ../sass/_template_specific.scss */
.snow, .heart {
  border-radius: 50%;
  overflow: hidden;
}

/* line 999, ../sass/_template_specific.scss */
.copo_nieve {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(1) {
  opacity: 0.0627;
  transform: translate(27.657vw, -10px) scale(0.8899);
  animation: fall-1 21s -15s linear infinite;
}
@keyframes fall-1 {
  73.859% {
    transform: translate(36.054vw, 73.859vh) scale(0.8899);
  }
  to {
    transform: translate(31.8555vw, 100vh) scale(0.8899);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(2) {
  opacity: 0.7998;
  transform: translate(1.6266vw, -10px) scale(0.0885);
  animation: fall-2 28s -20s linear infinite;
}
@keyframes fall-2 {
  67.962% {
    transform: translate(3.536vw, 67.962vh) scale(0.0885);
  }
  to {
    transform: translate(2.5813vw, 100vh) scale(0.0885);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(3) {
  opacity: 0.1866;
  transform: translate(51.0724vw, -10px) scale(0.3711);
  animation: fall-3 10s -15s linear infinite;
}
@keyframes fall-3 {
  30.783% {
    transform: translate(52.5866vw, 30.783vh) scale(0.3711);
  }
  to {
    transform: translate(51.8295vw, 100vh) scale(0.3711);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(4) {
  opacity: 0.1791;
  transform: translate(84.3764vw, -10px) scale(0.6076);
  animation: fall-4 16s -25s linear infinite;
}
@keyframes fall-4 {
  45.455% {
    transform: translate(93.5709vw, 45.455vh) scale(0.6076);
  }
  to {
    transform: translate(88.97365vw, 100vh) scale(0.6076);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(5) {
  opacity: 0.348;
  transform: translate(55.2938vw, -10px) scale(0.5908);
  animation: fall-5 17s -24s linear infinite;
}
@keyframes fall-5 {
  68.121% {
    transform: translate(54.7058vw, 68.121vh) scale(0.5908);
  }
  to {
    transform: translate(54.9998vw, 100vh) scale(0.5908);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(6) {
  opacity: 0.6217;
  transform: translate(14.7014vw, -10px) scale(0.0281);
  animation: fall-6 19s -17s linear infinite;
}
@keyframes fall-6 {
  51.605% {
    transform: translate(22.837vw, 51.605vh) scale(0.0281);
  }
  to {
    transform: translate(18.7692vw, 100vh) scale(0.0281);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(7) {
  opacity: 0.2624;
  transform: translate(22.3895vw, -10px) scale(0.9222);
  animation: fall-7 23s -4s linear infinite;
}
@keyframes fall-7 {
  64.375% {
    transform: translate(13.3921vw, 64.375vh) scale(0.9222);
  }
  to {
    transform: translate(17.8908vw, 100vh) scale(0.9222);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(8) {
  opacity: 0.6671;
  transform: translate(35.6776vw, -10px) scale(0.6697);
  animation: fall-8 27s -22s linear infinite;
}
@keyframes fall-8 {
  42.603% {
    transform: translate(40.4491vw, 42.603vh) scale(0.6697);
  }
  to {
    transform: translate(38.06335vw, 100vh) scale(0.6697);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(9) {
  opacity: 0.9483;
  transform: translate(35.2675vw, -10px) scale(0.278);
  animation: fall-9 21s -7s linear infinite;
}
@keyframes fall-9 {
  32.642% {
    transform: translate(34.965vw, 32.642vh) scale(0.278);
  }
  to {
    transform: translate(35.11625vw, 100vh) scale(0.278);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(10) {
  opacity: 0.7894;
  transform: translate(53.0175vw, -10px) scale(0.5169);
  animation: fall-10 13s -3s linear infinite;
}
@keyframes fall-10 {
  59.977% {
    transform: translate(56.7192vw, 59.977vh) scale(0.5169);
  }
  to {
    transform: translate(54.86835vw, 100vh) scale(0.5169);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(11) {
  opacity: 0.2732;
  transform: translate(90.7115vw, -10px) scale(0.1714);
  animation: fall-11 21s -14s linear infinite;
}
@keyframes fall-11 {
  59.787% {
    transform: translate(81.5167vw, 59.787vh) scale(0.1714);
  }
  to {
    transform: translate(86.1141vw, 100vh) scale(0.1714);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(12) {
  opacity: 0.6449;
  transform: translate(64.8901vw, -10px) scale(0.5284);
  animation: fall-12 29s -5s linear infinite;
}
@keyframes fall-12 {
  48.506% {
    transform: translate(74.7778vw, 48.506vh) scale(0.5284);
  }
  to {
    transform: translate(69.83395vw, 100vh) scale(0.5284);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(13) {
  opacity: 0.8647;
  transform: translate(87.8965vw, -10px) scale(0.3564);
  animation: fall-13 15s -27s linear infinite;
}
@keyframes fall-13 {
  30.618% {
    transform: translate(87.3353vw, 30.618vh) scale(0.3564);
  }
  to {
    transform: translate(87.6159vw, 100vh) scale(0.3564);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(14) {
  opacity: 0.9674;
  transform: translate(10.6429vw, -10px) scale(0.4451);
  animation: fall-14 25s -18s linear infinite;
}
@keyframes fall-14 {
  66.161% {
    transform: translate(10.6689vw, 66.161vh) scale(0.4451);
  }
  to {
    transform: translate(10.6559vw, 100vh) scale(0.4451);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(15) {
  opacity: 0.9011;
  transform: translate(42.2011vw, -10px) scale(0.4997);
  animation: fall-15 15s -4s linear infinite;
}
@keyframes fall-15 {
  56.316% {
    transform: translate(37.254vw, 56.316vh) scale(0.4997);
  }
  to {
    transform: translate(39.72755vw, 100vh) scale(0.4997);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(16) {
  opacity: 0.4789;
  transform: translate(38.382vw, -10px) scale(0.3794);
  animation: fall-16 20s -28s linear infinite;
}
@keyframes fall-16 {
  31.223% {
    transform: translate(40.1506vw, 31.223vh) scale(0.3794);
  }
  to {
    transform: translate(39.2663vw, 100vh) scale(0.3794);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(17) {
  opacity: 0.3864;
  transform: translate(12.751vw, -10px) scale(0.9947);
  animation: fall-17 17s -18s linear infinite;
}
@keyframes fall-17 {
  72.365% {
    transform: translate(12.8772vw, 72.365vh) scale(0.9947);
  }
  to {
    transform: translate(12.8141vw, 100vh) scale(0.9947);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(18) {
  opacity: 0.8658;
  transform: translate(67.4193vw, -10px) scale(0.1596);
  animation: fall-18 19s -11s linear infinite;
}
@keyframes fall-18 {
  46.857% {
    transform: translate(69.9571vw, 46.857vh) scale(0.1596);
  }
  to {
    transform: translate(68.6882vw, 100vh) scale(0.1596);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(19) {
  opacity: 0.5586;
  transform: translate(46.9959vw, -10px) scale(0.8536);
  animation: fall-19 19s -27s linear infinite;
}
@keyframes fall-19 {
  74.16% {
    transform: translate(41.2778vw, 74.16vh) scale(0.8536);
  }
  to {
    transform: translate(44.13685vw, 100vh) scale(0.8536);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(20) {
  opacity: 0.0575;
  transform: translate(72.6363vw, -10px) scale(0.1048);
  animation: fall-20 20s -6s linear infinite;
}
@keyframes fall-20 {
  72.627% {
    transform: translate(74.7498vw, 72.627vh) scale(0.1048);
  }
  to {
    transform: translate(73.69305vw, 100vh) scale(0.1048);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(21) {
  opacity: 0.221;
  transform: translate(24.3726vw, -10px) scale(0.5065);
  animation: fall-21 22s -5s linear infinite;
}
@keyframes fall-21 {
  71.322% {
    transform: translate(17.4571vw, 71.322vh) scale(0.5065);
  }
  to {
    transform: translate(20.91485vw, 100vh) scale(0.5065);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(22) {
  opacity: 0.108;
  transform: translate(84.6493vw, -10px) scale(0.8124);
  animation: fall-22 18s -8s linear infinite;
}
@keyframes fall-22 {
  52.054% {
    transform: translate(80.8834vw, 52.054vh) scale(0.8124);
  }
  to {
    transform: translate(82.76635vw, 100vh) scale(0.8124);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(23) {
  opacity: 0.9991;
  transform: translate(87.5414vw, -10px) scale(0.7874);
  animation: fall-23 27s -16s linear infinite;
}
@keyframes fall-23 {
  48.052% {
    transform: translate(78.7209vw, 48.052vh) scale(0.7874);
  }
  to {
    transform: translate(83.13115vw, 100vh) scale(0.7874);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(24) {
  opacity: 0.2823;
  transform: translate(49.1562vw, -10px) scale(0.083);
  animation: fall-24 10s -26s linear infinite;
}
@keyframes fall-24 {
  57.003% {
    transform: translate(46.9881vw, 57.003vh) scale(0.083);
  }
  to {
    transform: translate(48.07215vw, 100vh) scale(0.083);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(25) {
  opacity: 0.1064;
  transform: translate(64.9583vw, -10px) scale(0.5037);
  animation: fall-25 11s -28s linear infinite;
}
@keyframes fall-25 {
  52.05% {
    transform: translate(70.891vw, 52.05vh) scale(0.5037);
  }
  to {
    transform: translate(67.92465vw, 100vh) scale(0.5037);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(26) {
  opacity: 0.7812;
  transform: translate(80.9959vw, -10px) scale(0.1881);
  animation: fall-26 28s -10s linear infinite;
}
@keyframes fall-26 {
  76.216% {
    transform: translate(77.5778vw, 76.216vh) scale(0.1881);
  }
  to {
    transform: translate(79.28685vw, 100vh) scale(0.1881);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(27) {
  opacity: 0.41;
  transform: translate(85.0831vw, -10px) scale(0.2267);
  animation: fall-27 30s -9s linear infinite;
}
@keyframes fall-27 {
  49.974% {
    transform: translate(77.9887vw, 49.974vh) scale(0.2267);
  }
  to {
    transform: translate(81.5359vw, 100vh) scale(0.2267);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(28) {
  opacity: 0.5254;
  transform: translate(31.4022vw, -10px) scale(0.3705);
  animation: fall-28 26s -8s linear infinite;
}
@keyframes fall-28 {
  59.375% {
    transform: translate(27.4592vw, 59.375vh) scale(0.3705);
  }
  to {
    transform: translate(29.4307vw, 100vh) scale(0.3705);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(29) {
  opacity: 0.2175;
  transform: translate(27.0796vw, -10px) scale(0.2722);
  animation: fall-29 19s -9s linear infinite;
}
@keyframes fall-29 {
  32.258% {
    transform: translate(30.0792vw, 32.258vh) scale(0.2722);
  }
  to {
    transform: translate(28.5794vw, 100vh) scale(0.2722);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(30) {
  opacity: 0.9034;
  transform: translate(18.6609vw, -10px) scale(0.3599);
  animation: fall-30 17s -30s linear infinite;
}
@keyframes fall-30 {
  47.953% {
    transform: translate(14.3913vw, 47.953vh) scale(0.3599);
  }
  to {
    transform: translate(16.5261vw, 100vh) scale(0.3599);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(31) {
  opacity: 0.7927;
  transform: translate(42.2137vw, -10px) scale(0.7925);
  animation: fall-31 19s -20s linear infinite;
}
@keyframes fall-31 {
  33.068% {
    transform: translate(50.9698vw, 33.068vh) scale(0.7925);
  }
  to {
    transform: translate(46.59175vw, 100vh) scale(0.7925);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(32) {
  opacity: 0.5883;
  transform: translate(42.2583vw, -10px) scale(0.0352);
  animation: fall-32 21s -12s linear infinite;
}
@keyframes fall-32 {
  72.671% {
    transform: translate(32.8296vw, 72.671vh) scale(0.0352);
  }
  to {
    transform: translate(37.54395vw, 100vh) scale(0.0352);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(33) {
  opacity: 0.5226;
  transform: translate(53.9213vw, -10px) scale(0.8684);
  animation: fall-33 24s -25s linear infinite;
}
@keyframes fall-33 {
  43.982% {
    transform: translate(51.2313vw, 43.982vh) scale(0.8684);
  }
  to {
    transform: translate(52.5763vw, 100vh) scale(0.8684);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(34) {
  opacity: 0.8047;
  transform: translate(38.1839vw, -10px) scale(0.4549);
  animation: fall-34 10s -15s linear infinite;
}
@keyframes fall-34 {
  79.588% {
    transform: translate(38.7308vw, 79.588vh) scale(0.4549);
  }
  to {
    transform: translate(38.45735vw, 100vh) scale(0.4549);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(35) {
  opacity: 0.9935;
  transform: translate(11.488vw, -10px) scale(0.0324);
  animation: fall-35 15s -14s linear infinite;
}
@keyframes fall-35 {
  34.446% {
    transform: translate(5.0197vw, 34.446vh) scale(0.0324);
  }
  to {
    transform: translate(8.25385vw, 100vh) scale(0.0324);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(36) {
  opacity: 0.1359;
  transform: translate(88.6421vw, -10px) scale(0.1848);
  animation: fall-36 13s -1s linear infinite;
}
@keyframes fall-36 {
  69.004% {
    transform: translate(83.9812vw, 69.004vh) scale(0.1848);
  }
  to {
    transform: translate(86.31165vw, 100vh) scale(0.1848);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(37) {
  opacity: 0.9246;
  transform: translate(58.6167vw, -10px) scale(0.4277);
  animation: fall-37 16s -18s linear infinite;
}
@keyframes fall-37 {
  57.491% {
    transform: translate(50.5825vw, 57.491vh) scale(0.4277);
  }
  to {
    transform: translate(54.5996vw, 100vh) scale(0.4277);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(38) {
  opacity: 0.2462;
  transform: translate(89.6778vw, -10px) scale(0.3657);
  animation: fall-38 30s -11s linear infinite;
}
@keyframes fall-38 {
  34.144% {
    transform: translate(94.4779vw, 34.144vh) scale(0.3657);
  }
  to {
    transform: translate(92.07785vw, 100vh) scale(0.3657);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(39) {
  opacity: 0.0173;
  transform: translate(99.0193vw, -10px) scale(0.5398);
  animation: fall-39 19s -30s linear infinite;
}
@keyframes fall-39 {
  66.228% {
    transform: translate(103.5604vw, 66.228vh) scale(0.5398);
  }
  to {
    transform: translate(101.28985vw, 100vh) scale(0.5398);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(40) {
  opacity: 0.7097;
  transform: translate(70.4581vw, -10px) scale(0.6057);
  animation: fall-40 14s -16s linear infinite;
}
@keyframes fall-40 {
  59.328% {
    transform: translate(76.8337vw, 59.328vh) scale(0.6057);
  }
  to {
    transform: translate(73.6459vw, 100vh) scale(0.6057);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(41) {
  opacity: 0.5289;
  transform: translate(79.6192vw, -10px) scale(0.5683);
  animation: fall-41 26s -27s linear infinite;
}
@keyframes fall-41 {
  34.851% {
    transform: translate(81.6292vw, 34.851vh) scale(0.5683);
  }
  to {
    transform: translate(80.6242vw, 100vh) scale(0.5683);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(42) {
  opacity: 0.2686;
  transform: translate(17.4988vw, -10px) scale(0.3794);
  animation: fall-42 24s -19s linear infinite;
}
@keyframes fall-42 {
  57.757% {
    transform: translate(11.0228vw, 57.757vh) scale(0.3794);
  }
  to {
    transform: translate(14.2608vw, 100vh) scale(0.3794);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(43) {
  opacity: 0.7796;
  transform: translate(69.6701vw, -10px) scale(0.8259);
  animation: fall-43 27s -29s linear infinite;
}
@keyframes fall-43 {
  74.314% {
    transform: translate(60.5466vw, 74.314vh) scale(0.8259);
  }
  to {
    transform: translate(65.10835vw, 100vh) scale(0.8259);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(44) {
  opacity: 0.3192;
  transform: translate(57.9822vw, -10px) scale(0.1378);
  animation: fall-44 15s -14s linear infinite;
}
@keyframes fall-44 {
  52.581% {
    transform: translate(65.415vw, 52.581vh) scale(0.1378);
  }
  to {
    transform: translate(61.6986vw, 100vh) scale(0.1378);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(45) {
  opacity: 0.9688;
  transform: translate(50.0465vw, -10px) scale(0.5697);
  animation: fall-45 26s -14s linear infinite;
}
@keyframes fall-45 {
  60.124% {
    transform: translate(56.9494vw, 60.124vh) scale(0.5697);
  }
  to {
    transform: translate(53.49795vw, 100vh) scale(0.5697);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(46) {
  opacity: 0.5794;
  transform: translate(42.7315vw, -10px) scale(0.4117);
  animation: fall-46 28s -5s linear infinite;
}
@keyframes fall-46 {
  55.696% {
    transform: translate(44.5489vw, 55.696vh) scale(0.4117);
  }
  to {
    transform: translate(43.6402vw, 100vh) scale(0.4117);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(47) {
  opacity: 0.5028;
  transform: translate(34.3413vw, -10px) scale(0.8351);
  animation: fall-47 11s -12s linear infinite;
}
@keyframes fall-47 {
  36.348% {
    transform: translate(28.9884vw, 36.348vh) scale(0.8351);
  }
  to {
    transform: translate(31.66485vw, 100vh) scale(0.8351);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(48) {
  opacity: 0.6424;
  transform: translate(32.6417vw, -10px) scale(0.8507);
  animation: fall-48 14s -1s linear infinite;
}
@keyframes fall-48 {
  36.428% {
    transform: translate(36.5845vw, 36.428vh) scale(0.8507);
  }
  to {
    transform: translate(34.6131vw, 100vh) scale(0.8507);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(49) {
  opacity: 0.8891;
  transform: translate(17.3348vw, -10px) scale(0.8998);
  animation: fall-49 14s -24s linear infinite;
}
@keyframes fall-49 {
  44.122% {
    transform: translate(26.1719vw, 44.122vh) scale(0.8998);
  }
  to {
    transform: translate(21.75335vw, 100vh) scale(0.8998);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(50) {
  opacity: 0.1145;
  transform: translate(35.0936vw, -10px) scale(0.4325);
  animation: fall-50 24s -16s linear infinite;
}
@keyframes fall-50 {
  51.815% {
    transform: translate(41.6407vw, 51.815vh) scale(0.4325);
  }
  to {
    transform: translate(38.36715vw, 100vh) scale(0.4325);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(51) {
  opacity: 0.7357;
  transform: translate(59.6538vw, -10px) scale(0.0902);
  animation: fall-51 28s -22s linear infinite;
}
@keyframes fall-51 {
  34.637% {
    transform: translate(54.133vw, 34.637vh) scale(0.0902);
  }
  to {
    transform: translate(56.8934vw, 100vh) scale(0.0902);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(52) {
  opacity: 0.5775;
  transform: translate(83.4881vw, -10px) scale(0.6187);
  animation: fall-52 12s -6s linear infinite;
}
@keyframes fall-52 {
  77.835% {
    transform: translate(85.6231vw, 77.835vh) scale(0.6187);
  }
  to {
    transform: translate(84.5556vw, 100vh) scale(0.6187);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(53) {
  opacity: 0.1976;
  transform: translate(48.2395vw, -10px) scale(0.6186);
  animation: fall-53 16s -15s linear infinite;
}
@keyframes fall-53 {
  59.256% {
    transform: translate(52.644vw, 59.256vh) scale(0.6186);
  }
  to {
    transform: translate(50.44175vw, 100vh) scale(0.6186);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(54) {
  opacity: 0.0673;
  transform: translate(89.1866vw, -10px) scale(0.3176);
  animation: fall-54 11s -15s linear infinite;
}
@keyframes fall-54 {
  62.536% {
    transform: translate(81.136vw, 62.536vh) scale(0.3176);
  }
  to {
    transform: translate(85.1613vw, 100vh) scale(0.3176);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(55) {
  opacity: 0.9691;
  transform: translate(45.6677vw, -10px) scale(0.6175);
  animation: fall-55 26s -26s linear infinite;
}
@keyframes fall-55 {
  67.184% {
    transform: translate(37.0295vw, 67.184vh) scale(0.6175);
  }
  to {
    transform: translate(41.3486vw, 100vh) scale(0.6175);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(56) {
  opacity: 0.6746;
  transform: translate(29.5202vw, -10px) scale(0.7834);
  animation: fall-56 25s -24s linear infinite;
}
@keyframes fall-56 {
  79.181% {
    transform: translate(38.006vw, 79.181vh) scale(0.7834);
  }
  to {
    transform: translate(33.7631vw, 100vh) scale(0.7834);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(57) {
  opacity: 0.3672;
  transform: translate(54.9501vw, -10px) scale(0.7991);
  animation: fall-57 22s -29s linear infinite;
}
@keyframes fall-57 {
  70.604% {
    transform: translate(53.0213vw, 70.604vh) scale(0.7991);
  }
  to {
    transform: translate(53.9857vw, 100vh) scale(0.7991);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(58) {
  opacity: 0.8834;
  transform: translate(7.475vw, -10px) scale(0.4157);
  animation: fall-58 21s -9s linear infinite;
}
@keyframes fall-58 {
  31.719% {
    transform: translate(9.453vw, 31.719vh) scale(0.4157);
  }
  to {
    transform: translate(8.464vw, 100vh) scale(0.4157);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(59) {
  opacity: 0.0637;
  transform: translate(94.2759vw, -10px) scale(0.8421);
  animation: fall-59 20s -8s linear infinite;
}
@keyframes fall-59 {
  56.378% {
    transform: translate(99.6003vw, 56.378vh) scale(0.8421);
  }
  to {
    transform: translate(96.9381vw, 100vh) scale(0.8421);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(60) {
  opacity: 0.018;
  transform: translate(63.4486vw, -10px) scale(0.7592);
  animation: fall-60 12s -10s linear infinite;
}
@keyframes fall-60 {
  33.14% {
    transform: translate(53.5553vw, 33.14vh) scale(0.7592);
  }
  to {
    transform: translate(58.50195vw, 100vh) scale(0.7592);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(61) {
  opacity: 0.6637;
  transform: translate(38.5911vw, -10px) scale(0.3445);
  animation: fall-61 21s -12s linear infinite;
}
@keyframes fall-61 {
  71.945% {
    transform: translate(36.6609vw, 71.945vh) scale(0.3445);
  }
  to {
    transform: translate(37.626vw, 100vh) scale(0.3445);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(62) {
  opacity: 0.9146;
  transform: translate(75.3613vw, -10px) scale(0.0594);
  animation: fall-62 22s -24s linear infinite;
}
@keyframes fall-62 {
  65.006% {
    transform: translate(77.7943vw, 65.006vh) scale(0.0594);
  }
  to {
    transform: translate(76.5778vw, 100vh) scale(0.0594);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(63) {
  opacity: 0.8134;
  transform: translate(43.8632vw, -10px) scale(0.2414);
  animation: fall-63 22s -24s linear infinite;
}
@keyframes fall-63 {
  51.599% {
    transform: translate(40.911vw, 51.599vh) scale(0.2414);
  }
  to {
    transform: translate(42.3871vw, 100vh) scale(0.2414);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(64) {
  opacity: 0.1743;
  transform: translate(37.4363vw, -10px) scale(0.645);
  animation: fall-64 15s -29s linear infinite;
}
@keyframes fall-64 {
  68.284% {
    transform: translate(45.8507vw, 68.284vh) scale(0.645);
  }
  to {
    transform: translate(41.6435vw, 100vh) scale(0.645);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(65) {
  opacity: 0.3042;
  transform: translate(90.9761vw, -10px) scale(0.6235);
  animation: fall-65 12s -16s linear infinite;
}
@keyframes fall-65 {
  39.774% {
    transform: translate(81.0955vw, 39.774vh) scale(0.6235);
  }
  to {
    transform: translate(86.0358vw, 100vh) scale(0.6235);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(66) {
  opacity: 0.9763;
  transform: translate(99.4903vw, -10px) scale(0.662);
  animation: fall-66 22s -24s linear infinite;
}
@keyframes fall-66 {
  43.153% {
    transform: translate(92.4152vw, 43.153vh) scale(0.662);
  }
  to {
    transform: translate(95.95275vw, 100vh) scale(0.662);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(67) {
  opacity: 0.3777;
  transform: translate(88.2137vw, -10px) scale(0.2966);
  animation: fall-67 14s -19s linear infinite;
}
@keyframes fall-67 {
  77.443% {
    transform: translate(78.2494vw, 77.443vh) scale(0.2966);
  }
  to {
    transform: translate(83.23155vw, 100vh) scale(0.2966);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(68) {
  opacity: 0.5566;
  transform: translate(50.3415vw, -10px) scale(0.3673);
  animation: fall-68 18s -26s linear infinite;
}
@keyframes fall-68 {
  54.109% {
    transform: translate(50.8078vw, 54.109vh) scale(0.3673);
  }
  to {
    transform: translate(50.57465vw, 100vh) scale(0.3673);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(69) {
  opacity: 0.3781;
  transform: translate(96.1756vw, -10px) scale(0.8232);
  animation: fall-69 29s -13s linear infinite;
}
@keyframes fall-69 {
  35.075% {
    transform: translate(98.7852vw, 35.075vh) scale(0.8232);
  }
  to {
    transform: translate(97.4804vw, 100vh) scale(0.8232);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(70) {
  opacity: 0.209;
  transform: translate(1.2113vw, -10px) scale(0.3156);
  animation: fall-70 12s -15s linear infinite;
}
@keyframes fall-70 {
  45.739% {
    transform: translate(4.4897vw, 45.739vh) scale(0.3156);
  }
  to {
    transform: translate(2.8505vw, 100vh) scale(0.3156);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(71) {
  opacity: 0.7807;
  transform: translate(37.0799vw, -10px) scale(0.5497);
  animation: fall-71 15s -28s linear infinite;
}
@keyframes fall-71 {
  50.835% {
    transform: translate(45.8104vw, 50.835vh) scale(0.5497);
  }
  to {
    transform: translate(41.44515vw, 100vh) scale(0.5497);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(72) {
  opacity: 0.4691;
  transform: translate(85.3266vw, -10px) scale(0.4633);
  animation: fall-72 12s -25s linear infinite;
}
@keyframes fall-72 {
  44.643% {
    transform: translate(75.9173vw, 44.643vh) scale(0.4633);
  }
  to {
    transform: translate(80.62195vw, 100vh) scale(0.4633);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(73) {
  opacity: 0.7706;
  transform: translate(76.0249vw, -10px) scale(0.2461);
  animation: fall-73 23s -28s linear infinite;
}
@keyframes fall-73 {
  62.043% {
    transform: translate(80.6519vw, 62.043vh) scale(0.2461);
  }
  to {
    transform: translate(78.3384vw, 100vh) scale(0.2461);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(74) {
  opacity: 0.1927;
  transform: translate(40.467vw, -10px) scale(0.4245);
  animation: fall-74 23s -30s linear infinite;
}
@keyframes fall-74 {
  48.092% {
    transform: translate(40.9723vw, 48.092vh) scale(0.4245);
  }
  to {
    transform: translate(40.71965vw, 100vh) scale(0.4245);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(75) {
  opacity: 0.6394;
  transform: translate(9.7248vw, -10px) scale(0.1712);
  animation: fall-75 26s -14s linear infinite;
}
@keyframes fall-75 {
  51.729% {
    transform: translate(17.7064vw, 51.729vh) scale(0.1712);
  }
  to {
    transform: translate(13.7156vw, 100vh) scale(0.1712);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(76) {
  opacity: 0.2129;
  transform: translate(47.7047vw, -10px) scale(0.6671);
  animation: fall-76 25s -16s linear infinite;
}
@keyframes fall-76 {
  45.187% {
    transform: translate(47.5267vw, 45.187vh) scale(0.6671);
  }
  to {
    transform: translate(47.6157vw, 100vh) scale(0.6671);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(77) {
  opacity: 0.829;
  transform: translate(17.4896vw, -10px) scale(0.1905);
  animation: fall-77 12s -7s linear infinite;
}
@keyframes fall-77 {
  30.433% {
    transform: translate(21.9548vw, 30.433vh) scale(0.1905);
  }
  to {
    transform: translate(19.7222vw, 100vh) scale(0.1905);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(78) {
  opacity: 0.8759;
  transform: translate(78.5177vw, -10px) scale(0.9431);
  animation: fall-78 17s -15s linear infinite;
}
@keyframes fall-78 {
  75.446% {
    transform: translate(81.5037vw, 75.446vh) scale(0.9431);
  }
  to {
    transform: translate(80.0107vw, 100vh) scale(0.9431);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(79) {
  opacity: 0.5331;
  transform: translate(90.6222vw, -10px) scale(0.6333);
  animation: fall-79 14s -25s linear infinite;
}
@keyframes fall-79 {
  74.731% {
    transform: translate(94.2209vw, 74.731vh) scale(0.6333);
  }
  to {
    transform: translate(92.42155vw, 100vh) scale(0.6333);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(80) {
  opacity: 0.286;
  transform: translate(17.9477vw, -10px) scale(0.5776);
  animation: fall-80 28s -22s linear infinite;
}
@keyframes fall-80 {
  35.459% {
    transform: translate(18.0402vw, 35.459vh) scale(0.5776);
  }
  to {
    transform: translate(17.99395vw, 100vh) scale(0.5776);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(81) {
  opacity: 0.915;
  transform: translate(93.8199vw, -10px) scale(0.2197);
  animation: fall-81 13s -11s linear infinite;
}
@keyframes fall-81 {
  52.182% {
    transform: translate(96.5769vw, 52.182vh) scale(0.2197);
  }
  to {
    transform: translate(95.1984vw, 100vh) scale(0.2197);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(82) {
  opacity: 0.8244;
  transform: translate(53.5063vw, -10px) scale(0.5734);
  animation: fall-82 27s -10s linear infinite;
}
@keyframes fall-82 {
  42.145% {
    transform: translate(54.6998vw, 42.145vh) scale(0.5734);
  }
  to {
    transform: translate(54.10305vw, 100vh) scale(0.5734);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(83) {
  opacity: 0.1731;
  transform: translate(14.463vw, -10px) scale(0.9286);
  animation: fall-83 10s -19s linear infinite;
}
@keyframes fall-83 {
  60.863% {
    transform: translate(20.468vw, 60.863vh) scale(0.9286);
  }
  to {
    transform: translate(17.4655vw, 100vh) scale(0.9286);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(84) {
  opacity: 0.5443;
  transform: translate(73.867vw, -10px) scale(0.2997);
  animation: fall-84 18s -21s linear infinite;
}
@keyframes fall-84 {
  73.296% {
    transform: translate(67.829vw, 73.296vh) scale(0.2997);
  }
  to {
    transform: translate(70.848vw, 100vh) scale(0.2997);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(85) {
  opacity: 0.7906;
  transform: translate(94.5674vw, -10px) scale(0.5596);
  animation: fall-85 26s -2s linear infinite;
}
@keyframes fall-85 {
  30.456% {
    transform: translate(91.2755vw, 30.456vh) scale(0.5596);
  }
  to {
    transform: translate(92.92145vw, 100vh) scale(0.5596);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(86) {
  opacity: 0.0841;
  transform: translate(15.1812vw, -10px) scale(0.1254);
  animation: fall-86 29s -22s linear infinite;
}
@keyframes fall-86 {
  47.753% {
    transform: translate(10.5813vw, 47.753vh) scale(0.1254);
  }
  to {
    transform: translate(12.88125vw, 100vh) scale(0.1254);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(87) {
  opacity: 0.7699;
  transform: translate(19.4347vw, -10px) scale(0.0286);
  animation: fall-87 15s -16s linear infinite;
}
@keyframes fall-87 {
  38.889% {
    transform: translate(23.8549vw, 38.889vh) scale(0.0286);
  }
  to {
    transform: translate(21.6448vw, 100vh) scale(0.0286);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(88) {
  opacity: 0.846;
  transform: translate(43.7528vw, -10px) scale(0.5942);
  animation: fall-88 15s -21s linear infinite;
}
@keyframes fall-88 {
  69.154% {
    transform: translate(46.3983vw, 69.154vh) scale(0.5942);
  }
  to {
    transform: translate(45.07555vw, 100vh) scale(0.5942);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(89) {
  opacity: 0.3198;
  transform: translate(54.9801vw, -10px) scale(0.7221);
  animation: fall-89 13s -12s linear infinite;
}
@keyframes fall-89 {
  59.215% {
    transform: translate(53.8682vw, 59.215vh) scale(0.7221);
  }
  to {
    transform: translate(54.42415vw, 100vh) scale(0.7221);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(90) {
  opacity: 0.5692;
  transform: translate(85.6181vw, -10px) scale(0.4599);
  animation: fall-90 25s -19s linear infinite;
}
@keyframes fall-90 {
  67.628% {
    transform: translate(92.5551vw, 67.628vh) scale(0.4599);
  }
  to {
    transform: translate(89.0866vw, 100vh) scale(0.4599);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(91) {
  opacity: 0.8554;
  transform: translate(52.7396vw, -10px) scale(0.781);
  animation: fall-91 10s -29s linear infinite;
}
@keyframes fall-91 {
  52.478% {
    transform: translate(62.6942vw, 52.478vh) scale(0.781);
  }
  to {
    transform: translate(57.7169vw, 100vh) scale(0.781);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(92) {
  opacity: 0.9647;
  transform: translate(19.6728vw, -10px) scale(0.7318);
  animation: fall-92 12s -5s linear infinite;
}
@keyframes fall-92 {
  60.473% {
    transform: translate(21.1333vw, 60.473vh) scale(0.7318);
  }
  to {
    transform: translate(20.40305vw, 100vh) scale(0.7318);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(93) {
  opacity: 0.5631;
  transform: translate(67.7131vw, -10px) scale(0.8306);
  animation: fall-93 19s -16s linear infinite;
}
@keyframes fall-93 {
  75.914% {
    transform: translate(75.1237vw, 75.914vh) scale(0.8306);
  }
  to {
    transform: translate(71.4184vw, 100vh) scale(0.8306);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(94) {
  opacity: 0.6091;
  transform: translate(33.8581vw, -10px) scale(0.2341);
  animation: fall-94 18s -2s linear infinite;
}
@keyframes fall-94 {
  39.191% {
    transform: translate(36.8423vw, 39.191vh) scale(0.2341);
  }
  to {
    transform: translate(35.3502vw, 100vh) scale(0.2341);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(95) {
  opacity: 0.5895;
  transform: translate(30.5547vw, -10px) scale(0.6295);
  animation: fall-95 22s -23s linear infinite;
}
@keyframes fall-95 {
  66.718% {
    transform: translate(39.0745vw, 66.718vh) scale(0.6295);
  }
  to {
    transform: translate(34.8146vw, 100vh) scale(0.6295);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(96) {
  opacity: 0.5683;
  transform: translate(3.0722vw, -10px) scale(0.5846);
  animation: fall-96 12s -19s linear infinite;
}
@keyframes fall-96 {
  37.853% {
    transform: translate(6.606vw, 37.853vh) scale(0.5846);
  }
  to {
    transform: translate(4.8391vw, 100vh) scale(0.5846);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(97) {
  opacity: 0.5857;
  transform: translate(80.2672vw, -10px) scale(0.3021);
  animation: fall-97 10s -14s linear infinite;
}
@keyframes fall-97 {
  52.827% {
    transform: translate(88.4218vw, 52.827vh) scale(0.3021);
  }
  to {
    transform: translate(84.3445vw, 100vh) scale(0.3021);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(98) {
  opacity: 0.11;
  transform: translate(17.302vw, -10px) scale(0.8295);
  animation: fall-98 24s -11s linear infinite;
}
@keyframes fall-98 {
  75.875% {
    transform: translate(14.5645vw, 75.875vh) scale(0.8295);
  }
  to {
    transform: translate(15.93325vw, 100vh) scale(0.8295);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(99) {
  opacity: 0.6874;
  transform: translate(87.9579vw, -10px) scale(0.5308);
  animation: fall-99 20s -30s linear infinite;
}
@keyframes fall-99 {
  34.154% {
    transform: translate(78.9134vw, 34.154vh) scale(0.5308);
  }
  to {
    transform: translate(83.43565vw, 100vh) scale(0.5308);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(100) {
  opacity: 0.638;
  transform: translate(70.1139vw, -10px) scale(0.5437);
  animation: fall-100 14s -11s linear infinite;
}
@keyframes fall-100 {
  76.293% {
    transform: translate(72.5238vw, 76.293vh) scale(0.5437);
  }
  to {
    transform: translate(71.31885vw, 100vh) scale(0.5437);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(101) {
  opacity: 0.5351;
  transform: translate(48.0477vw, -10px) scale(0.4292);
  animation: fall-101 29s -11s linear infinite;
}
@keyframes fall-101 {
  70.135% {
    transform: translate(55.1363vw, 70.135vh) scale(0.4292);
  }
  to {
    transform: translate(51.592vw, 100vh) scale(0.4292);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(102) {
  opacity: 0.3049;
  transform: translate(37.2598vw, -10px) scale(0.9546);
  animation: fall-102 10s -17s linear infinite;
}
@keyframes fall-102 {
  59.614% {
    transform: translate(40.5809vw, 59.614vh) scale(0.9546);
  }
  to {
    transform: translate(38.92035vw, 100vh) scale(0.9546);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(103) {
  opacity: 0.4004;
  transform: translate(72.2343vw, -10px) scale(0.6226);
  animation: fall-103 21s -4s linear infinite;
}
@keyframes fall-103 {
  59.865% {
    transform: translate(69.2548vw, 59.865vh) scale(0.6226);
  }
  to {
    transform: translate(70.74455vw, 100vh) scale(0.6226);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(104) {
  opacity: 0.9577;
  transform: translate(25.5586vw, -10px) scale(0.6059);
  animation: fall-104 27s -24s linear infinite;
}
@keyframes fall-104 {
  51.339% {
    transform: translate(18.9456vw, 51.339vh) scale(0.6059);
  }
  to {
    transform: translate(22.2521vw, 100vh) scale(0.6059);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(105) {
  opacity: 0.5078;
  transform: translate(39.5068vw, -10px) scale(0.147);
  animation: fall-105 20s -28s linear infinite;
}
@keyframes fall-105 {
  68.584% {
    transform: translate(39.5757vw, 68.584vh) scale(0.147);
  }
  to {
    transform: translate(39.54125vw, 100vh) scale(0.147);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(106) {
  opacity: 0.5583;
  transform: translate(86.2989vw, -10px) scale(0.0688);
  animation: fall-106 25s -21s linear infinite;
}
@keyframes fall-106 {
  48.975% {
    transform: translate(93.457vw, 48.975vh) scale(0.0688);
  }
  to {
    transform: translate(89.87795vw, 100vh) scale(0.0688);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(107) {
  opacity: 0.4568;
  transform: translate(9.2425vw, -10px) scale(0.1956);
  animation: fall-107 10s -17s linear infinite;
}
@keyframes fall-107 {
  79.033% {
    transform: translate(12.6298vw, 79.033vh) scale(0.1956);
  }
  to {
    transform: translate(10.93615vw, 100vh) scale(0.1956);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(108) {
  opacity: 0.8165;
  transform: translate(20.7545vw, -10px) scale(0.9458);
  animation: fall-108 28s -13s linear infinite;
}
@keyframes fall-108 {
  54% {
    transform: translate(21.9562vw, 54vh) scale(0.9458);
  }
  to {
    transform: translate(21.35535vw, 100vh) scale(0.9458);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(109) {
  opacity: 0.3415;
  transform: translate(38.6325vw, -10px) scale(0.0036);
  animation: fall-109 17s -10s linear infinite;
}
@keyframes fall-109 {
  65.911% {
    transform: translate(48.1634vw, 65.911vh) scale(0.0036);
  }
  to {
    transform: translate(43.39795vw, 100vh) scale(0.0036);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(110) {
  opacity: 0.8268;
  transform: translate(51.6106vw, -10px) scale(0.2735);
  animation: fall-110 23s -21s linear infinite;
}
@keyframes fall-110 {
  68.216% {
    transform: translate(47.2953vw, 68.216vh) scale(0.2735);
  }
  to {
    transform: translate(49.45295vw, 100vh) scale(0.2735);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(111) {
  opacity: 0.0799;
  transform: translate(25.7592vw, -10px) scale(0.1636);
  animation: fall-111 15s -7s linear infinite;
}
@keyframes fall-111 {
  36.931% {
    transform: translate(34.2372vw, 36.931vh) scale(0.1636);
  }
  to {
    transform: translate(29.9982vw, 100vh) scale(0.1636);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(112) {
  opacity: 0.8134;
  transform: translate(23.6389vw, -10px) scale(0.2059);
  animation: fall-112 10s -17s linear infinite;
}
@keyframes fall-112 {
  62.356% {
    transform: translate(28.5798vw, 62.356vh) scale(0.2059);
  }
  to {
    transform: translate(26.10935vw, 100vh) scale(0.2059);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(113) {
  opacity: 0.7424;
  transform: translate(66.8482vw, -10px) scale(0.2113);
  animation: fall-113 20s -21s linear infinite;
}
@keyframes fall-113 {
  38.027% {
    transform: translate(61.158vw, 38.027vh) scale(0.2113);
  }
  to {
    transform: translate(64.0031vw, 100vh) scale(0.2113);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(114) {
  opacity: 0.8748;
  transform: translate(80.15vw, -10px) scale(0.8039);
  animation: fall-114 30s -3s linear infinite;
}
@keyframes fall-114 {
  56.425% {
    transform: translate(77.312vw, 56.425vh) scale(0.8039);
  }
  to {
    transform: translate(78.731vw, 100vh) scale(0.8039);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(115) {
  opacity: 0.0951;
  transform: translate(37.4032vw, -10px) scale(0.237);
  animation: fall-115 24s -19s linear infinite;
}
@keyframes fall-115 {
  68.412% {
    transform: translate(33.453vw, 68.412vh) scale(0.237);
  }
  to {
    transform: translate(35.4281vw, 100vh) scale(0.237);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(116) {
  opacity: 0.7316;
  transform: translate(7.9906vw, -10px) scale(0.5187);
  animation: fall-116 18s -14s linear infinite;
}
@keyframes fall-116 {
  47.006% {
    transform: translate(4.3624vw, 47.006vh) scale(0.5187);
  }
  to {
    transform: translate(6.1765vw, 100vh) scale(0.5187);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(117) {
  opacity: 0.2685;
  transform: translate(14.2855vw, -10px) scale(0.5123);
  animation: fall-117 27s -13s linear infinite;
}
@keyframes fall-117 {
  79.851% {
    transform: translate(5.8826vw, 79.851vh) scale(0.5123);
  }
  to {
    transform: translate(10.08405vw, 100vh) scale(0.5123);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(118) {
  opacity: 0.3608;
  transform: translate(82.1744vw, -10px) scale(0.4533);
  animation: fall-118 26s -15s linear infinite;
}
@keyframes fall-118 {
  32.474% {
    transform: translate(77.0081vw, 32.474vh) scale(0.4533);
  }
  to {
    transform: translate(79.59125vw, 100vh) scale(0.4533);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(119) {
  opacity: 0.704;
  transform: translate(66.4203vw, -10px) scale(0.8658);
  animation: fall-119 25s -27s linear infinite;
}
@keyframes fall-119 {
  31.398% {
    transform: translate(68.0068vw, 31.398vh) scale(0.8658);
  }
  to {
    transform: translate(67.21355vw, 100vh) scale(0.8658);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(120) {
  opacity: 0.5252;
  transform: translate(33.8666vw, -10px) scale(0.4484);
  animation: fall-120 30s -28s linear infinite;
}
@keyframes fall-120 {
  55.39% {
    transform: translate(27.2632vw, 55.39vh) scale(0.4484);
  }
  to {
    transform: translate(30.5649vw, 100vh) scale(0.4484);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(121) {
  opacity: 0.7969;
  transform: translate(59.676vw, -10px) scale(0.6836);
  animation: fall-121 30s -19s linear infinite;
}
@keyframes fall-121 {
  79.681% {
    transform: translate(64.6696vw, 79.681vh) scale(0.6836);
  }
  to {
    transform: translate(62.1728vw, 100vh) scale(0.6836);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(122) {
  opacity: 0.0857;
  transform: translate(22.4014vw, -10px) scale(0.8104);
  animation: fall-122 14s -27s linear infinite;
}
@keyframes fall-122 {
  70.443% {
    transform: translate(16.8935vw, 70.443vh) scale(0.8104);
  }
  to {
    transform: translate(19.64745vw, 100vh) scale(0.8104);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(123) {
  opacity: 0.7904;
  transform: translate(77.1814vw, -10px) scale(0.1689);
  animation: fall-123 17s -12s linear infinite;
}
@keyframes fall-123 {
  78.712% {
    transform: translate(81.197vw, 78.712vh) scale(0.1689);
  }
  to {
    transform: translate(79.1892vw, 100vh) scale(0.1689);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(124) {
  opacity: 0.7795;
  transform: translate(11.6944vw, -10px) scale(0.8423);
  animation: fall-124 14s -15s linear infinite;
}
@keyframes fall-124 {
  33.036% {
    transform: translate(6.6765vw, 33.036vh) scale(0.8423);
  }
  to {
    transform: translate(9.18545vw, 100vh) scale(0.8423);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(125) {
  opacity: 0.7985;
  transform: translate(43.4425vw, -10px) scale(0.6848);
  animation: fall-125 17s -16s linear infinite;
}
@keyframes fall-125 {
  65.742% {
    transform: translate(46.7832vw, 65.742vh) scale(0.6848);
  }
  to {
    transform: translate(45.11285vw, 100vh) scale(0.6848);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(126) {
  opacity: 0.3204;
  transform: translate(65.584vw, -10px) scale(0.8143);
  animation: fall-126 28s -13s linear infinite;
}
@keyframes fall-126 {
  35.416% {
    transform: translate(67.7718vw, 35.416vh) scale(0.8143);
  }
  to {
    transform: translate(66.6779vw, 100vh) scale(0.8143);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(127) {
  opacity: 0.8154;
  transform: translate(67.3355vw, -10px) scale(0.2977);
  animation: fall-127 27s -7s linear infinite;
}
@keyframes fall-127 {
  36.385% {
    transform: translate(72.7832vw, 36.385vh) scale(0.2977);
  }
  to {
    transform: translate(70.05935vw, 100vh) scale(0.2977);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(128) {
  opacity: 0.3245;
  transform: translate(85.8738vw, -10px) scale(0.0868);
  animation: fall-128 23s -4s linear infinite;
}
@keyframes fall-128 {
  36.583% {
    transform: translate(87.8963vw, 36.583vh) scale(0.0868);
  }
  to {
    transform: translate(86.88505vw, 100vh) scale(0.0868);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(129) {
  opacity: 0.7628;
  transform: translate(65.1016vw, -10px) scale(0.054);
  animation: fall-129 22s -18s linear infinite;
}
@keyframes fall-129 {
  77.573% {
    transform: translate(60.2362vw, 77.573vh) scale(0.054);
  }
  to {
    transform: translate(62.6689vw, 100vh) scale(0.054);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(130) {
  opacity: 0.2852;
  transform: translate(18.8711vw, -10px) scale(0.1211);
  animation: fall-130 23s -17s linear infinite;
}
@keyframes fall-130 {
  69.433% {
    transform: translate(25.7992vw, 69.433vh) scale(0.1211);
  }
  to {
    transform: translate(22.33515vw, 100vh) scale(0.1211);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(131) {
  opacity: 0.2797;
  transform: translate(10.2442vw, -10px) scale(0.4615);
  animation: fall-131 14s -29s linear infinite;
}
@keyframes fall-131 {
  42.184% {
    transform: translate(18.7215vw, 42.184vh) scale(0.4615);
  }
  to {
    transform: translate(14.48285vw, 100vh) scale(0.4615);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(132) {
  opacity: 0.6942;
  transform: translate(4.1364vw, -10px) scale(0.6377);
  animation: fall-132 15s -6s linear infinite;
}
@keyframes fall-132 {
  41.953% {
    transform: translate(0.7582vw, 41.953vh) scale(0.6377);
  }
  to {
    transform: translate(2.4473vw, 100vh) scale(0.6377);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(133) {
  opacity: 0.3707;
  transform: translate(67.0492vw, -10px) scale(0.8566);
  animation: fall-133 10s -15s linear infinite;
}
@keyframes fall-133 {
  74.011% {
    transform: translate(72.0846vw, 74.011vh) scale(0.8566);
  }
  to {
    transform: translate(69.5669vw, 100vh) scale(0.8566);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(134) {
  opacity: 0.6173;
  transform: translate(32.5626vw, -10px) scale(0.6939);
  animation: fall-134 19s -19s linear infinite;
}
@keyframes fall-134 {
  32.916% {
    transform: translate(32.195vw, 32.916vh) scale(0.6939);
  }
  to {
    transform: translate(32.3788vw, 100vh) scale(0.6939);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(135) {
  opacity: 0.3544;
  transform: translate(48.7642vw, -10px) scale(0.0672);
  animation: fall-135 16s -20s linear infinite;
}
@keyframes fall-135 {
  50.979% {
    transform: translate(54.7752vw, 50.979vh) scale(0.0672);
  }
  to {
    transform: translate(51.7697vw, 100vh) scale(0.0672);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(136) {
  opacity: 0.5172;
  transform: translate(45.6078vw, -10px) scale(0.5842);
  animation: fall-136 14s -24s linear infinite;
}
@keyframes fall-136 {
  66.321% {
    transform: translate(36.0577vw, 66.321vh) scale(0.5842);
  }
  to {
    transform: translate(40.83275vw, 100vh) scale(0.5842);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(137) {
  opacity: 0.7186;
  transform: translate(86.8224vw, -10px) scale(0.0232);
  animation: fall-137 26s -20s linear infinite;
}
@keyframes fall-137 {
  63.378% {
    transform: translate(92.7643vw, 63.378vh) scale(0.0232);
  }
  to {
    transform: translate(89.79335vw, 100vh) scale(0.0232);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(138) {
  opacity: 0.693;
  transform: translate(10.9125vw, -10px) scale(0.0319);
  animation: fall-138 23s -19s linear infinite;
}
@keyframes fall-138 {
  30.04% {
    transform: translate(3.0459vw, 30.04vh) scale(0.0319);
  }
  to {
    transform: translate(6.9792vw, 100vh) scale(0.0319);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(139) {
  opacity: 0.4595;
  transform: translate(31.8954vw, -10px) scale(0.4507);
  animation: fall-139 12s -25s linear infinite;
}
@keyframes fall-139 {
  57.374% {
    transform: translate(23.0903vw, 57.374vh) scale(0.4507);
  }
  to {
    transform: translate(27.49285vw, 100vh) scale(0.4507);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(140) {
  opacity: 0.4685;
  transform: translate(20.5366vw, -10px) scale(0.7501);
  animation: fall-140 28s -29s linear infinite;
}
@keyframes fall-140 {
  60.048% {
    transform: translate(16.7641vw, 60.048vh) scale(0.7501);
  }
  to {
    transform: translate(18.65035vw, 100vh) scale(0.7501);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(141) {
  opacity: 0.7648;
  transform: translate(25.6341vw, -10px) scale(0.2015);
  animation: fall-141 28s -23s linear infinite;
}
@keyframes fall-141 {
  56.064% {
    transform: translate(18.9926vw, 56.064vh) scale(0.2015);
  }
  to {
    transform: translate(22.31335vw, 100vh) scale(0.2015);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(142) {
  opacity: 0.3254;
  transform: translate(48.4848vw, -10px) scale(0.1818);
  animation: fall-142 26s -25s linear infinite;
}
@keyframes fall-142 {
  30.706% {
    transform: translate(39.1481vw, 30.706vh) scale(0.1818);
  }
  to {
    transform: translate(43.81645vw, 100vh) scale(0.1818);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(143) {
  opacity: 0.2974;
  transform: translate(56.7737vw, -10px) scale(0.2496);
  animation: fall-143 21s -13s linear infinite;
}
@keyframes fall-143 {
  77.504% {
    transform: translate(50.7vw, 77.504vh) scale(0.2496);
  }
  to {
    transform: translate(53.73685vw, 100vh) scale(0.2496);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(144) {
  opacity: 0.8727;
  transform: translate(53.3026vw, -10px) scale(0.005);
  animation: fall-144 24s -26s linear infinite;
}
@keyframes fall-144 {
  59.81% {
    transform: translate(57.5194vw, 59.81vh) scale(0.005);
  }
  to {
    transform: translate(55.411vw, 100vh) scale(0.005);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(145) {
  opacity: 0.6012;
  transform: translate(6.7906vw, -10px) scale(0.5557);
  animation: fall-145 14s -29s linear infinite;
}
@keyframes fall-145 {
  39.209% {
    transform: translate(14.7683vw, 39.209vh) scale(0.5557);
  }
  to {
    transform: translate(10.77945vw, 100vh) scale(0.5557);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(146) {
  opacity: 0.219;
  transform: translate(23.656vw, -10px) scale(0.2848);
  animation: fall-146 27s -13s linear infinite;
}
@keyframes fall-146 {
  60.009% {
    transform: translate(17.7778vw, 60.009vh) scale(0.2848);
  }
  to {
    transform: translate(20.7169vw, 100vh) scale(0.2848);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(147) {
  opacity: 0.5788;
  transform: translate(23.4999vw, -10px) scale(0.6774);
  animation: fall-147 30s -20s linear infinite;
}
@keyframes fall-147 {
  60.538% {
    transform: translate(16.1674vw, 60.538vh) scale(0.6774);
  }
  to {
    transform: translate(19.83365vw, 100vh) scale(0.6774);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(148) {
  opacity: 0.9191;
  transform: translate(19.5163vw, -10px) scale(0.572);
  animation: fall-148 23s -13s linear infinite;
}
@keyframes fall-148 {
  36.882% {
    transform: translate(20.8809vw, 36.882vh) scale(0.572);
  }
  to {
    transform: translate(20.1986vw, 100vh) scale(0.572);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(149) {
  opacity: 0.4575;
  transform: translate(26.7667vw, -10px) scale(0.9668);
  animation: fall-149 19s -14s linear infinite;
}
@keyframes fall-149 {
  71.085% {
    transform: translate(16.7805vw, 71.085vh) scale(0.9668);
  }
  to {
    transform: translate(21.7736vw, 100vh) scale(0.9668);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(150) {
  opacity: 0.4384;
  transform: translate(29.3332vw, -10px) scale(0.8048);
  animation: fall-150 19s -21s linear infinite;
}
@keyframes fall-150 {
  61.301% {
    transform: translate(33.4451vw, 61.301vh) scale(0.8048);
  }
  to {
    transform: translate(31.38915vw, 100vh) scale(0.8048);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(151) {
  opacity: 0.8998;
  transform: translate(89.1115vw, -10px) scale(0.4313);
  animation: fall-151 30s -16s linear infinite;
}
@keyframes fall-151 {
  50.712% {
    transform: translate(90.625vw, 50.712vh) scale(0.4313);
  }
  to {
    transform: translate(89.86825vw, 100vh) scale(0.4313);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(152) {
  opacity: 0.854;
  transform: translate(69.3999vw, -10px) scale(0.2872);
  animation: fall-152 13s -18s linear infinite;
}
@keyframes fall-152 {
  41.001% {
    transform: translate(64.2267vw, 41.001vh) scale(0.2872);
  }
  to {
    transform: translate(66.8133vw, 100vh) scale(0.2872);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(153) {
  opacity: 0.2972;
  transform: translate(28.7094vw, -10px) scale(0.9241);
  animation: fall-153 11s -1s linear infinite;
}
@keyframes fall-153 {
  67.983% {
    transform: translate(20.4929vw, 67.983vh) scale(0.9241);
  }
  to {
    transform: translate(24.60115vw, 100vh) scale(0.9241);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(154) {
  opacity: 0.8012;
  transform: translate(84.7221vw, -10px) scale(0.8568);
  animation: fall-154 16s -24s linear infinite;
}
@keyframes fall-154 {
  67.609% {
    transform: translate(83.6664vw, 67.609vh) scale(0.8568);
  }
  to {
    transform: translate(84.19425vw, 100vh) scale(0.8568);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(155) {
  opacity: 0.5264;
  transform: translate(13.7738vw, -10px) scale(0.8914);
  animation: fall-155 19s -13s linear infinite;
}
@keyframes fall-155 {
  68.048% {
    transform: translate(14.5966vw, 68.048vh) scale(0.8914);
  }
  to {
    transform: translate(14.1852vw, 100vh) scale(0.8914);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(156) {
  opacity: 0.6342;
  transform: translate(99.1658vw, -10px) scale(0.9838);
  animation: fall-156 14s -28s linear infinite;
}
@keyframes fall-156 {
  72.915% {
    transform: translate(99.9141vw, 72.915vh) scale(0.9838);
  }
  to {
    transform: translate(99.53995vw, 100vh) scale(0.9838);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(157) {
  opacity: 0.9238;
  transform: translate(81.0518vw, -10px) scale(0.9932);
  animation: fall-157 11s -13s linear infinite;
}
@keyframes fall-157 {
  32.373% {
    transform: translate(79.7556vw, 32.373vh) scale(0.9932);
  }
  to {
    transform: translate(80.4037vw, 100vh) scale(0.9932);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(158) {
  opacity: 0.2958;
  transform: translate(7.3582vw, -10px) scale(0.0354);
  animation: fall-158 19s -21s linear infinite;
}
@keyframes fall-158 {
  41.389% {
    transform: translate(-2.5411vw, 41.389vh) scale(0.0354);
  }
  to {
    transform: translate(2.40855vw, 100vh) scale(0.0354);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(159) {
  opacity: 0.3898;
  transform: translate(38.4644vw, -10px) scale(0.1138);
  animation: fall-159 19s -25s linear infinite;
}
@keyframes fall-159 {
  53.541% {
    transform: translate(43.8198vw, 53.541vh) scale(0.1138);
  }
  to {
    transform: translate(41.1421vw, 100vh) scale(0.1138);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(160) {
  opacity: 0.904;
  transform: translate(97.3697vw, -10px) scale(0.3802);
  animation: fall-160 11s -14s linear infinite;
}
@keyframes fall-160 {
  59.561% {
    transform: translate(104.9034vw, 59.561vh) scale(0.3802);
  }
  to {
    transform: translate(101.13655vw, 100vh) scale(0.3802);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(161) {
  opacity: 0.9858;
  transform: translate(49.3804vw, -10px) scale(0.147);
  animation: fall-161 11s -16s linear infinite;
}
@keyframes fall-161 {
  33.907% {
    transform: translate(56.9685vw, 33.907vh) scale(0.147);
  }
  to {
    transform: translate(53.17445vw, 100vh) scale(0.147);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(162) {
  opacity: 0.7927;
  transform: translate(6.6613vw, -10px) scale(0.9496);
  animation: fall-162 11s -18s linear infinite;
}
@keyframes fall-162 {
  30.265% {
    transform: translate(14.6669vw, 30.265vh) scale(0.9496);
  }
  to {
    transform: translate(10.6641vw, 100vh) scale(0.9496);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(163) {
  opacity: 0.7361;
  transform: translate(12.6264vw, -10px) scale(0.2692);
  animation: fall-163 16s -28s linear infinite;
}
@keyframes fall-163 {
  64.381% {
    transform: translate(14.1894vw, 64.381vh) scale(0.2692);
  }
  to {
    transform: translate(13.4079vw, 100vh) scale(0.2692);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(164) {
  opacity: 0.8823;
  transform: translate(43.3961vw, -10px) scale(0.7926);
  animation: fall-164 24s -15s linear infinite;
}
@keyframes fall-164 {
  66.304% {
    transform: translate(48.0555vw, 66.304vh) scale(0.7926);
  }
  to {
    transform: translate(45.7258vw, 100vh) scale(0.7926);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(165) {
  opacity: 0.7025;
  transform: translate(45.9649vw, -10px) scale(0.5646);
  animation: fall-165 10s -6s linear infinite;
}
@keyframes fall-165 {
  54.131% {
    transform: translate(53.4176vw, 54.131vh) scale(0.5646);
  }
  to {
    transform: translate(49.69125vw, 100vh) scale(0.5646);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(166) {
  opacity: 0.8824;
  transform: translate(24.9853vw, -10px) scale(0.5151);
  animation: fall-166 11s -16s linear infinite;
}
@keyframes fall-166 {
  77.543% {
    transform: translate(20.1187vw, 77.543vh) scale(0.5151);
  }
  to {
    transform: translate(22.552vw, 100vh) scale(0.5151);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(167) {
  opacity: 0.3472;
  transform: translate(48.6459vw, -10px) scale(0.8071);
  animation: fall-167 11s -12s linear infinite;
}
@keyframes fall-167 {
  60.633% {
    transform: translate(50.7239vw, 60.633vh) scale(0.8071);
  }
  to {
    transform: translate(49.6849vw, 100vh) scale(0.8071);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(168) {
  opacity: 0.4515;
  transform: translate(60.045vw, -10px) scale(0.2025);
  animation: fall-168 19s -19s linear infinite;
}
@keyframes fall-168 {
  31.962% {
    transform: translate(56.3924vw, 31.962vh) scale(0.2025);
  }
  to {
    transform: translate(58.2187vw, 100vh) scale(0.2025);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(169) {
  opacity: 0.5079;
  transform: translate(62.8856vw, -10px) scale(0.9973);
  animation: fall-169 10s -5s linear infinite;
}
@keyframes fall-169 {
  38.634% {
    transform: translate(72.8585vw, 38.634vh) scale(0.9973);
  }
  to {
    transform: translate(67.87205vw, 100vh) scale(0.9973);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(170) {
  opacity: 0.5001;
  transform: translate(82.2742vw, -10px) scale(0.7193);
  animation: fall-170 19s -19s linear infinite;
}
@keyframes fall-170 {
  47.673% {
    transform: translate(73.0682vw, 47.673vh) scale(0.7193);
  }
  to {
    transform: translate(77.6712vw, 100vh) scale(0.7193);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(171) {
  opacity: 0.6629;
  transform: translate(66.9979vw, -10px) scale(0.4865);
  animation: fall-171 10s -12s linear infinite;
}
@keyframes fall-171 {
  56.064% {
    transform: translate(59.487vw, 56.064vh) scale(0.4865);
  }
  to {
    transform: translate(63.24245vw, 100vh) scale(0.4865);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(172) {
  opacity: 0.5671;
  transform: translate(8.0967vw, -10px) scale(0.2872);
  animation: fall-172 28s -19s linear infinite;
}
@keyframes fall-172 {
  69.286% {
    transform: translate(-0.5848vw, 69.286vh) scale(0.2872);
  }
  to {
    transform: translate(3.75595vw, 100vh) scale(0.2872);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(173) {
  opacity: 0.8789;
  transform: translate(53.5892vw, -10px) scale(0.3844);
  animation: fall-173 24s -20s linear infinite;
}
@keyframes fall-173 {
  46.626% {
    transform: translate(59.1203vw, 46.626vh) scale(0.3844);
  }
  to {
    transform: translate(56.35475vw, 100vh) scale(0.3844);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(174) {
  opacity: 0.8324;
  transform: translate(58.7365vw, -10px) scale(0.8325);
  animation: fall-174 16s -13s linear infinite;
}
@keyframes fall-174 {
  45.806% {
    transform: translate(57.4623vw, 45.806vh) scale(0.8325);
  }
  to {
    transform: translate(58.0994vw, 100vh) scale(0.8325);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(175) {
  opacity: 0.3747;
  transform: translate(45.336vw, -10px) scale(0.172);
  animation: fall-175 17s -4s linear infinite;
}
@keyframes fall-175 {
  47.357% {
    transform: translate(47.7437vw, 47.357vh) scale(0.172);
  }
  to {
    transform: translate(46.53985vw, 100vh) scale(0.172);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(176) {
  opacity: 0.2989;
  transform: translate(38.4555vw, -10px) scale(0.6234);
  animation: fall-176 15s -16s linear infinite;
}
@keyframes fall-176 {
  75.308% {
    transform: translate(32.0902vw, 75.308vh) scale(0.6234);
  }
  to {
    transform: translate(35.27285vw, 100vh) scale(0.6234);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(177) {
  opacity: 0.8677;
  transform: translate(41.0066vw, -10px) scale(0.9107);
  animation: fall-177 13s -1s linear infinite;
}
@keyframes fall-177 {
  65.579% {
    transform: translate(43.926vw, 65.579vh) scale(0.9107);
  }
  to {
    transform: translate(42.4663vw, 100vh) scale(0.9107);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(178) {
  opacity: 0.6405;
  transform: translate(71.4769vw, -10px) scale(0.7613);
  animation: fall-178 29s -7s linear infinite;
}
@keyframes fall-178 {
  76.975% {
    transform: translate(76.8243vw, 76.975vh) scale(0.7613);
  }
  to {
    transform: translate(74.1506vw, 100vh) scale(0.7613);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(179) {
  opacity: 0.0524;
  transform: translate(53.4755vw, -10px) scale(0.0105);
  animation: fall-179 26s -19s linear infinite;
}
@keyframes fall-179 {
  73.783% {
    transform: translate(58.3603vw, 73.783vh) scale(0.0105);
  }
  to {
    transform: translate(55.9179vw, 100vh) scale(0.0105);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(180) {
  opacity: 0.7495;
  transform: translate(82.9245vw, -10px) scale(0.4877);
  animation: fall-180 25s -1s linear infinite;
}
@keyframes fall-180 {
  36.028% {
    transform: translate(82.2023vw, 36.028vh) scale(0.4877);
  }
  to {
    transform: translate(82.5634vw, 100vh) scale(0.4877);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(181) {
  opacity: 0.0764;
  transform: translate(56.9562vw, -10px) scale(0.0786);
  animation: fall-181 27s -30s linear infinite;
}
@keyframes fall-181 {
  44.532% {
    transform: translate(51.8512vw, 44.532vh) scale(0.0786);
  }
  to {
    transform: translate(54.4037vw, 100vh) scale(0.0786);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(182) {
  opacity: 0.3631;
  transform: translate(20.3544vw, -10px) scale(0.807);
  animation: fall-182 26s -15s linear infinite;
}
@keyframes fall-182 {
  42.363% {
    transform: translate(23.5082vw, 42.363vh) scale(0.807);
  }
  to {
    transform: translate(21.9313vw, 100vh) scale(0.807);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(183) {
  opacity: 0.8888;
  transform: translate(95.1237vw, -10px) scale(0.5567);
  animation: fall-183 10s -23s linear infinite;
}
@keyframes fall-183 {
  50.62% {
    transform: translate(103.648vw, 50.62vh) scale(0.5567);
  }
  to {
    transform: translate(99.38585vw, 100vh) scale(0.5567);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(184) {
  opacity: 0.6164;
  transform: translate(86.381vw, -10px) scale(0.1158);
  animation: fall-184 22s -3s linear infinite;
}
@keyframes fall-184 {
  61.814% {
    transform: translate(88.7702vw, 61.814vh) scale(0.1158);
  }
  to {
    transform: translate(87.5756vw, 100vh) scale(0.1158);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(185) {
  opacity: 0.2366;
  transform: translate(32.0053vw, -10px) scale(0.5348);
  animation: fall-185 29s -14s linear infinite;
}
@keyframes fall-185 {
  42.693% {
    transform: translate(29.3568vw, 42.693vh) scale(0.5348);
  }
  to {
    transform: translate(30.68105vw, 100vh) scale(0.5348);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(186) {
  opacity: 0.8709;
  transform: translate(3.1104vw, -10px) scale(0.8325);
  animation: fall-186 30s -27s linear infinite;
}
@keyframes fall-186 {
  41.344% {
    transform: translate(-5.7246vw, 41.344vh) scale(0.8325);
  }
  to {
    transform: translate(-1.3071vw, 100vh) scale(0.8325);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(187) {
  opacity: 0.3741;
  transform: translate(78.2062vw, -10px) scale(0.0085);
  animation: fall-187 15s -7s linear infinite;
}
@keyframes fall-187 {
  49.369% {
    transform: translate(73.6633vw, 49.369vh) scale(0.0085);
  }
  to {
    transform: translate(75.93475vw, 100vh) scale(0.0085);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(188) {
  opacity: 0.9855;
  transform: translate(91.8187vw, -10px) scale(0.2552);
  animation: fall-188 25s -7s linear infinite;
}
@keyframes fall-188 {
  72.656% {
    transform: translate(90.7887vw, 72.656vh) scale(0.2552);
  }
  to {
    transform: translate(91.3037vw, 100vh) scale(0.2552);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(189) {
  opacity: 0.9159;
  transform: translate(68.4328vw, -10px) scale(0.339);
  animation: fall-189 15s -7s linear infinite;
}
@keyframes fall-189 {
  57.529% {
    transform: translate(58.7179vw, 57.529vh) scale(0.339);
  }
  to {
    transform: translate(63.57535vw, 100vh) scale(0.339);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(190) {
  opacity: 0.6999;
  transform: translate(98.6256vw, -10px) scale(0.4453);
  animation: fall-190 17s -1s linear infinite;
}
@keyframes fall-190 {
  38.644% {
    transform: translate(92.1237vw, 38.644vh) scale(0.4453);
  }
  to {
    transform: translate(95.37465vw, 100vh) scale(0.4453);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(191) {
  opacity: 0.6786;
  transform: translate(25.354vw, -10px) scale(0.8465);
  animation: fall-191 26s -10s linear infinite;
}
@keyframes fall-191 {
  79.098% {
    transform: translate(23.1923vw, 79.098vh) scale(0.8465);
  }
  to {
    transform: translate(24.27315vw, 100vh) scale(0.8465);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(192) {
  opacity: 0.7595;
  transform: translate(6.3282vw, -10px) scale(0.4362);
  animation: fall-192 25s -29s linear infinite;
}
@keyframes fall-192 {
  50.996% {
    transform: translate(7.0668vw, 50.996vh) scale(0.4362);
  }
  to {
    transform: translate(6.6975vw, 100vh) scale(0.4362);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(193) {
  opacity: 0.1296;
  transform: translate(87.8724vw, -10px) scale(0.4086);
  animation: fall-193 25s -30s linear infinite;
}
@keyframes fall-193 {
  32.428% {
    transform: translate(95.4477vw, 32.428vh) scale(0.4086);
  }
  to {
    transform: translate(91.66005vw, 100vh) scale(0.4086);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(194) {
  opacity: 0.6696;
  transform: translate(75.8192vw, -10px) scale(0.241);
  animation: fall-194 12s -12s linear infinite;
}
@keyframes fall-194 {
  50.136% {
    transform: translate(76.5056vw, 50.136vh) scale(0.241);
  }
  to {
    transform: translate(76.1624vw, 100vh) scale(0.241);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(195) {
  opacity: 0.8978;
  transform: translate(94.5564vw, -10px) scale(0.2995);
  animation: fall-195 24s -16s linear infinite;
}
@keyframes fall-195 {
  72.21% {
    transform: translate(97.7109vw, 72.21vh) scale(0.2995);
  }
  to {
    transform: translate(96.13365vw, 100vh) scale(0.2995);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(196) {
  opacity: 0.8616;
  transform: translate(28.955vw, -10px) scale(0.0121);
  animation: fall-196 23s -30s linear infinite;
}
@keyframes fall-196 {
  65.403% {
    transform: translate(37.0551vw, 65.403vh) scale(0.0121);
  }
  to {
    transform: translate(33.00505vw, 100vh) scale(0.0121);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(197) {
  opacity: 0.656;
  transform: translate(37.2361vw, -10px) scale(0.1691);
  animation: fall-197 15s -22s linear infinite;
}
@keyframes fall-197 {
  78.744% {
    transform: translate(42.8732vw, 78.744vh) scale(0.1691);
  }
  to {
    transform: translate(40.05465vw, 100vh) scale(0.1691);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(198) {
  opacity: 0.0856;
  transform: translate(48.5889vw, -10px) scale(0.7791);
  animation: fall-198 19s -14s linear infinite;
}
@keyframes fall-198 {
  52.68% {
    transform: translate(56.8677vw, 52.68vh) scale(0.7791);
  }
  to {
    transform: translate(52.7283vw, 100vh) scale(0.7791);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(199) {
  opacity: 0.2335;
  transform: translate(0.1817vw, -10px) scale(0.5823);
  animation: fall-199 24s -11s linear infinite;
}
@keyframes fall-199 {
  73.826% {
    transform: translate(2.1804vw, 73.826vh) scale(0.5823);
  }
  to {
    transform: translate(1.18105vw, 100vh) scale(0.5823);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(200) {
  opacity: 0.2503;
  transform: translate(7.0018vw, -10px) scale(0.9448);
  animation: fall-200 24s -8s linear infinite;
}
@keyframes fall-200 {
  47.004% {
    transform: translate(1.5893vw, 47.004vh) scale(0.9448);
  }
  to {
    transform: translate(4.29555vw, 100vh) scale(0.9448);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(201) {
  opacity: 0.0453;
  transform: translate(59.8566vw, -10px) scale(0.2804);
  animation: fall-201 16s -22s linear infinite;
}
@keyframes fall-201 {
  55.013% {
    transform: translate(67.3466vw, 55.013vh) scale(0.2804);
  }
  to {
    transform: translate(63.6016vw, 100vh) scale(0.2804);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(202) {
  opacity: 0.3892;
  transform: translate(2.7587vw, -10px) scale(0.5864);
  animation: fall-202 27s -23s linear infinite;
}
@keyframes fall-202 {
  68.105% {
    transform: translate(6.4448vw, 68.105vh) scale(0.5864);
  }
  to {
    transform: translate(4.60175vw, 100vh) scale(0.5864);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(203) {
  opacity: 0.9315;
  transform: translate(65.4467vw, -10px) scale(0.5676);
  animation: fall-203 15s -21s linear infinite;
}
@keyframes fall-203 {
  69.586% {
    transform: translate(75.2067vw, 69.586vh) scale(0.5676);
  }
  to {
    transform: translate(70.3267vw, 100vh) scale(0.5676);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(204) {
  opacity: 0.6574;
  transform: translate(59.8673vw, -10px) scale(0.4544);
  animation: fall-204 15s -18s linear infinite;
}
@keyframes fall-204 {
  41.815% {
    transform: translate(51.4343vw, 41.815vh) scale(0.4544);
  }
  to {
    transform: translate(55.6508vw, 100vh) scale(0.4544);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(205) {
  opacity: 0.2385;
  transform: translate(85.3563vw, -10px) scale(0.2228);
  animation: fall-205 16s -21s linear infinite;
}
@keyframes fall-205 {
  60.099% {
    transform: translate(81.7446vw, 60.099vh) scale(0.2228);
  }
  to {
    transform: translate(83.55045vw, 100vh) scale(0.2228);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(206) {
  opacity: 0.9249;
  transform: translate(47.0678vw, -10px) scale(0.0796);
  animation: fall-206 20s -21s linear infinite;
}
@keyframes fall-206 {
  57.619% {
    transform: translate(40.521vw, 57.619vh) scale(0.0796);
  }
  to {
    transform: translate(43.7944vw, 100vh) scale(0.0796);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(207) {
  opacity: 0.5024;
  transform: translate(43.0335vw, -10px) scale(0.6964);
  animation: fall-207 12s -1s linear infinite;
}
@keyframes fall-207 {
  58.714% {
    transform: translate(38.8087vw, 58.714vh) scale(0.6964);
  }
  to {
    transform: translate(40.9211vw, 100vh) scale(0.6964);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(208) {
  opacity: 0.1312;
  transform: translate(92.2881vw, -10px) scale(0.1847);
  animation: fall-208 10s -30s linear infinite;
}
@keyframes fall-208 {
  36.727% {
    transform: translate(95.8307vw, 36.727vh) scale(0.1847);
  }
  to {
    transform: translate(94.0594vw, 100vh) scale(0.1847);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(209) {
  opacity: 0.0358;
  transform: translate(21.3238vw, -10px) scale(0.7951);
  animation: fall-209 12s -11s linear infinite;
}
@keyframes fall-209 {
  48.266% {
    transform: translate(16.7088vw, 48.266vh) scale(0.7951);
  }
  to {
    transform: translate(19.0163vw, 100vh) scale(0.7951);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(210) {
  opacity: 0.0268;
  transform: translate(61.7889vw, -10px) scale(0.8504);
  animation: fall-210 11s -1s linear infinite;
}
@keyframes fall-210 {
  69.028% {
    transform: translate(53.5206vw, 69.028vh) scale(0.8504);
  }
  to {
    transform: translate(57.65475vw, 100vh) scale(0.8504);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(211) {
  opacity: 0.2198;
  transform: translate(72.367vw, -10px) scale(0.5302);
  animation: fall-211 10s -14s linear infinite;
}
@keyframes fall-211 {
  46.662% {
    transform: translate(81.4278vw, 46.662vh) scale(0.5302);
  }
  to {
    transform: translate(76.8974vw, 100vh) scale(0.5302);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(212) {
  opacity: 0.2873;
  transform: translate(12.8388vw, -10px) scale(0.7407);
  animation: fall-212 25s -24s linear infinite;
}
@keyframes fall-212 {
  37.524% {
    transform: translate(18.7049vw, 37.524vh) scale(0.7407);
  }
  to {
    transform: translate(15.77185vw, 100vh) scale(0.7407);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(213) {
  opacity: 0.0484;
  transform: translate(49.6251vw, -10px) scale(0.7795);
  animation: fall-213 15s -1s linear infinite;
}
@keyframes fall-213 {
  48.024% {
    transform: translate(49.345vw, 48.024vh) scale(0.7795);
  }
  to {
    transform: translate(49.48505vw, 100vh) scale(0.7795);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(214) {
  opacity: 0.0163;
  transform: translate(5.2625vw, -10px) scale(0.5696);
  animation: fall-214 12s -7s linear infinite;
}
@keyframes fall-214 {
  53.689% {
    transform: translate(9.3667vw, 53.689vh) scale(0.5696);
  }
  to {
    transform: translate(7.3146vw, 100vh) scale(0.5696);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(215) {
  opacity: 0.7806;
  transform: translate(52.5273vw, -10px) scale(0.741);
  animation: fall-215 24s -17s linear infinite;
}
@keyframes fall-215 {
  77.871% {
    transform: translate(46.5768vw, 77.871vh) scale(0.741);
  }
  to {
    transform: translate(49.55205vw, 100vh) scale(0.741);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(216) {
  opacity: 0.9203;
  transform: translate(94.3448vw, -10px) scale(0.0504);
  animation: fall-216 25s -25s linear infinite;
}
@keyframes fall-216 {
  62.213% {
    transform: translate(98.8126vw, 62.213vh) scale(0.0504);
  }
  to {
    transform: translate(96.5787vw, 100vh) scale(0.0504);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(217) {
  opacity: 0.5731;
  transform: translate(49.9724vw, -10px) scale(0.8437);
  animation: fall-217 17s -23s linear infinite;
}
@keyframes fall-217 {
  60.187% {
    transform: translate(51.7471vw, 60.187vh) scale(0.8437);
  }
  to {
    transform: translate(50.85975vw, 100vh) scale(0.8437);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(218) {
  opacity: 0.2056;
  transform: translate(37.1274vw, -10px) scale(0.5549);
  animation: fall-218 18s -25s linear infinite;
}
@keyframes fall-218 {
  42.504% {
    transform: translate(46.9086vw, 42.504vh) scale(0.5549);
  }
  to {
    transform: translate(42.018vw, 100vh) scale(0.5549);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(219) {
  opacity: 0.7138;
  transform: translate(11.4941vw, -10px) scale(0.1272);
  animation: fall-219 27s -15s linear infinite;
}
@keyframes fall-219 {
  72.29% {
    transform: translate(13.0975vw, 72.29vh) scale(0.1272);
  }
  to {
    transform: translate(12.2958vw, 100vh) scale(0.1272);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(220) {
  opacity: 0.6223;
  transform: translate(61.8729vw, -10px) scale(0.6472);
  animation: fall-220 23s -17s linear infinite;
}
@keyframes fall-220 {
  62.766% {
    transform: translate(63.8074vw, 62.766vh) scale(0.6472);
  }
  to {
    transform: translate(62.84015vw, 100vh) scale(0.6472);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(221) {
  opacity: 0.6742;
  transform: translate(47.904vw, -10px) scale(0.1841);
  animation: fall-221 22s -4s linear infinite;
}
@keyframes fall-221 {
  40.646% {
    transform: translate(50.9239vw, 40.646vh) scale(0.1841);
  }
  to {
    transform: translate(49.41395vw, 100vh) scale(0.1841);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(222) {
  opacity: 0.2211;
  transform: translate(36.496vw, -10px) scale(0.4207);
  animation: fall-222 12s -10s linear infinite;
}
@keyframes fall-222 {
  46.582% {
    transform: translate(26.9151vw, 46.582vh) scale(0.4207);
  }
  to {
    transform: translate(31.70555vw, 100vh) scale(0.4207);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(223) {
  opacity: 0.0168;
  transform: translate(0.028vw, -10px) scale(0.0801);
  animation: fall-223 16s -30s linear infinite;
}
@keyframes fall-223 {
  79.963% {
    transform: translate(-4.3656vw, 79.963vh) scale(0.0801);
  }
  to {
    transform: translate(-2.1688vw, 100vh) scale(0.0801);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(224) {
  opacity: 0.9556;
  transform: translate(13.0464vw, -10px) scale(0.8679);
  animation: fall-224 15s -16s linear infinite;
}
@keyframes fall-224 {
  35.242% {
    transform: translate(7.1217vw, 35.242vh) scale(0.8679);
  }
  to {
    transform: translate(10.08405vw, 100vh) scale(0.8679);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(225) {
  opacity: 0.6597;
  transform: translate(4.0185vw, -10px) scale(0.9133);
  animation: fall-225 10s -8s linear infinite;
}
@keyframes fall-225 {
  72.919% {
    transform: translate(3.8259vw, 72.919vh) scale(0.9133);
  }
  to {
    transform: translate(3.9222vw, 100vh) scale(0.9133);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(226) {
  opacity: 0.9591;
  transform: translate(31.2477vw, -10px) scale(0.7574);
  animation: fall-226 29s -24s linear infinite;
}
@keyframes fall-226 {
  57.038% {
    transform: translate(23.8656vw, 57.038vh) scale(0.7574);
  }
  to {
    transform: translate(27.55665vw, 100vh) scale(0.7574);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(227) {
  opacity: 0.8738;
  transform: translate(30.9867vw, -10px) scale(0.9365);
  animation: fall-227 20s -6s linear infinite;
}
@keyframes fall-227 {
  45.354% {
    transform: translate(37.1522vw, 45.354vh) scale(0.9365);
  }
  to {
    transform: translate(34.06945vw, 100vh) scale(0.9365);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(228) {
  opacity: 0.7287;
  transform: translate(66.8929vw, -10px) scale(0.9251);
  animation: fall-228 17s -23s linear infinite;
}
@keyframes fall-228 {
  50.159% {
    transform: translate(69.324vw, 50.159vh) scale(0.9251);
  }
  to {
    transform: translate(68.10845vw, 100vh) scale(0.9251);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(229) {
  opacity: 0.4896;
  transform: translate(79.5215vw, -10px) scale(0.0377);
  animation: fall-229 20s -25s linear infinite;
}
@keyframes fall-229 {
  44.988% {
    transform: translate(80.8097vw, 44.988vh) scale(0.0377);
  }
  to {
    transform: translate(80.1656vw, 100vh) scale(0.0377);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(230) {
  opacity: 0.776;
  transform: translate(40.9547vw, -10px) scale(0.8349);
  animation: fall-230 22s -23s linear infinite;
}
@keyframes fall-230 {
  55.896% {
    transform: translate(47.595vw, 55.896vh) scale(0.8349);
  }
  to {
    transform: translate(44.27485vw, 100vh) scale(0.8349);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(231) {
  opacity: 0.8964;
  transform: translate(75.302vw, -10px) scale(0.3334);
  animation: fall-231 24s -9s linear infinite;
}
@keyframes fall-231 {
  78.873% {
    transform: translate(78.2056vw, 78.873vh) scale(0.3334);
  }
  to {
    transform: translate(76.7538vw, 100vh) scale(0.3334);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(232) {
  opacity: 0.986;
  transform: translate(95.2773vw, -10px) scale(0.2917);
  animation: fall-232 11s -7s linear infinite;
}
@keyframes fall-232 {
  34.378% {
    transform: translate(86.9573vw, 34.378vh) scale(0.2917);
  }
  to {
    transform: translate(91.1173vw, 100vh) scale(0.2917);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(233) {
  opacity: 0.972;
  transform: translate(59.702vw, -10px) scale(0.3167);
  animation: fall-233 27s -9s linear infinite;
}
@keyframes fall-233 {
  76.923% {
    transform: translate(65.5037vw, 76.923vh) scale(0.3167);
  }
  to {
    transform: translate(62.60285vw, 100vh) scale(0.3167);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(234) {
  opacity: 0.1182;
  transform: translate(13.1467vw, -10px) scale(0.9041);
  animation: fall-234 23s -5s linear infinite;
}
@keyframes fall-234 {
  50.789% {
    transform: translate(17.6009vw, 50.789vh) scale(0.9041);
  }
  to {
    transform: translate(15.3738vw, 100vh) scale(0.9041);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(235) {
  opacity: 0.4935;
  transform: translate(72.0091vw, -10px) scale(0.3378);
  animation: fall-235 15s -30s linear infinite;
}
@keyframes fall-235 {
  68.272% {
    transform: translate(68.9277vw, 68.272vh) scale(0.3378);
  }
  to {
    transform: translate(70.4684vw, 100vh) scale(0.3378);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(236) {
  opacity: 0.0171;
  transform: translate(59.6567vw, -10px) scale(0.1427);
  animation: fall-236 13s -15s linear infinite;
}
@keyframes fall-236 {
  37.678% {
    transform: translate(58.2753vw, 37.678vh) scale(0.1427);
  }
  to {
    transform: translate(58.966vw, 100vh) scale(0.1427);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(237) {
  opacity: 0.3626;
  transform: translate(93.3655vw, -10px) scale(0.0848);
  animation: fall-237 22s -1s linear infinite;
}
@keyframes fall-237 {
  64.87% {
    transform: translate(89.5073vw, 64.87vh) scale(0.0848);
  }
  to {
    transform: translate(91.4364vw, 100vh) scale(0.0848);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(238) {
  opacity: 0.9295;
  transform: translate(13.485vw, -10px) scale(0.1339);
  animation: fall-238 17s -21s linear infinite;
}
@keyframes fall-238 {
  43.304% {
    transform: translate(14.7646vw, 43.304vh) scale(0.1339);
  }
  to {
    transform: translate(14.1248vw, 100vh) scale(0.1339);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(239) {
  opacity: 0.195;
  transform: translate(60.8304vw, -10px) scale(0.4396);
  animation: fall-239 28s -30s linear infinite;
}
@keyframes fall-239 {
  35.449% {
    transform: translate(61.2043vw, 35.449vh) scale(0.4396);
  }
  to {
    transform: translate(61.01735vw, 100vh) scale(0.4396);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(240) {
  opacity: 0.8503;
  transform: translate(95.3564vw, -10px) scale(0.1869);
  animation: fall-240 29s -27s linear infinite;
}
@keyframes fall-240 {
  31.224% {
    transform: translate(98.6994vw, 31.224vh) scale(0.1869);
  }
  to {
    transform: translate(97.0279vw, 100vh) scale(0.1869);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(241) {
  opacity: 0.205;
  transform: translate(52.7123vw, -10px) scale(0.8513);
  animation: fall-241 28s -24s linear infinite;
}
@keyframes fall-241 {
  68.511% {
    transform: translate(56.1778vw, 68.511vh) scale(0.8513);
  }
  to {
    transform: translate(54.44505vw, 100vh) scale(0.8513);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(242) {
  opacity: 0.3058;
  transform: translate(35.3619vw, -10px) scale(0.8495);
  animation: fall-242 21s -25s linear infinite;
}
@keyframes fall-242 {
  67.155% {
    transform: translate(28.2702vw, 67.155vh) scale(0.8495);
  }
  to {
    transform: translate(31.81605vw, 100vh) scale(0.8495);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(243) {
  opacity: 0.0275;
  transform: translate(11.8958vw, -10px) scale(0.2744);
  animation: fall-243 24s -10s linear infinite;
}
@keyframes fall-243 {
  70.254% {
    transform: translate(11.4389vw, 70.254vh) scale(0.2744);
  }
  to {
    transform: translate(11.66735vw, 100vh) scale(0.2744);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(244) {
  opacity: 0.016;
  transform: translate(22.2655vw, -10px) scale(0.0002);
  animation: fall-244 16s -7s linear infinite;
}
@keyframes fall-244 {
  75.961% {
    transform: translate(31.4285vw, 75.961vh) scale(0.0002);
  }
  to {
    transform: translate(26.847vw, 100vh) scale(0.0002);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(245) {
  opacity: 0.9672;
  transform: translate(37.5124vw, -10px) scale(0.5735);
  animation: fall-245 20s -25s linear infinite;
}
@keyframes fall-245 {
  43.359% {
    transform: translate(30.118vw, 43.359vh) scale(0.5735);
  }
  to {
    transform: translate(33.8152vw, 100vh) scale(0.5735);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(246) {
  opacity: 0.3558;
  transform: translate(93.8476vw, -10px) scale(0.4757);
  animation: fall-246 16s -12s linear infinite;
}
@keyframes fall-246 {
  32.577% {
    transform: translate(93.8527vw, 32.577vh) scale(0.4757);
  }
  to {
    transform: translate(93.85015vw, 100vh) scale(0.4757);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(247) {
  opacity: 0.8292;
  transform: translate(51.8746vw, -10px) scale(0.5381);
  animation: fall-247 25s -30s linear infinite;
}
@keyframes fall-247 {
  75.116% {
    transform: translate(50.2984vw, 75.116vh) scale(0.5381);
  }
  to {
    transform: translate(51.0865vw, 100vh) scale(0.5381);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(248) {
  opacity: 0.3136;
  transform: translate(97.9117vw, -10px) scale(0.23);
  animation: fall-248 16s -11s linear infinite;
}
@keyframes fall-248 {
  35.036% {
    transform: translate(106.6032vw, 35.036vh) scale(0.23);
  }
  to {
    transform: translate(102.25745vw, 100vh) scale(0.23);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(249) {
  opacity: 0.7064;
  transform: translate(26.7771vw, -10px) scale(0.8345);
  animation: fall-249 28s -14s linear infinite;
}
@keyframes fall-249 {
  72.018% {
    transform: translate(34.9078vw, 72.018vh) scale(0.8345);
  }
  to {
    transform: translate(30.84245vw, 100vh) scale(0.8345);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(250) {
  opacity: 0.6469;
  transform: translate(25.1448vw, -10px) scale(0.551);
  animation: fall-250 24s -3s linear infinite;
}
@keyframes fall-250 {
  40.267% {
    transform: translate(30.0464vw, 40.267vh) scale(0.551);
  }
  to {
    transform: translate(27.5956vw, 100vh) scale(0.551);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(251) {
  opacity: 0.1202;
  transform: translate(68.9388vw, -10px) scale(0.2586);
  animation: fall-251 25s -28s linear infinite;
}
@keyframes fall-251 {
  31.688% {
    transform: translate(62.9426vw, 31.688vh) scale(0.2586);
  }
  to {
    transform: translate(65.9407vw, 100vh) scale(0.2586);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(252) {
  opacity: 0.3063;
  transform: translate(75.4221vw, -10px) scale(0.1605);
  animation: fall-252 13s -9s linear infinite;
}
@keyframes fall-252 {
  64.226% {
    transform: translate(71.3219vw, 64.226vh) scale(0.1605);
  }
  to {
    transform: translate(73.372vw, 100vh) scale(0.1605);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(253) {
  opacity: 0.5013;
  transform: translate(14.0913vw, -10px) scale(0.2484);
  animation: fall-253 14s -14s linear infinite;
}
@keyframes fall-253 {
  70.493% {
    transform: translate(9.6885vw, 70.493vh) scale(0.2484);
  }
  to {
    transform: translate(11.8899vw, 100vh) scale(0.2484);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(254) {
  opacity: 0.9086;
  transform: translate(47.6236vw, -10px) scale(0.7864);
  animation: fall-254 22s -5s linear infinite;
}
@keyframes fall-254 {
  52.639% {
    transform: translate(50.1343vw, 52.639vh) scale(0.7864);
  }
  to {
    transform: translate(48.87895vw, 100vh) scale(0.7864);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(255) {
  opacity: 0.8062;
  transform: translate(40.9111vw, -10px) scale(0.9427);
  animation: fall-255 26s -5s linear infinite;
}
@keyframes fall-255 {
  74.776% {
    transform: translate(38.6434vw, 74.776vh) scale(0.9427);
  }
  to {
    transform: translate(39.77725vw, 100vh) scale(0.9427);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(256) {
  opacity: 0.4043;
  transform: translate(2.5524vw, -10px) scale(0.8483);
  animation: fall-256 10s -27s linear infinite;
}
@keyframes fall-256 {
  51.492% {
    transform: translate(8.4039vw, 51.492vh) scale(0.8483);
  }
  to {
    transform: translate(5.47815vw, 100vh) scale(0.8483);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(257) {
  opacity: 0.3564;
  transform: translate(95.222vw, -10px) scale(0.136);
  animation: fall-257 11s -12s linear infinite;
}
@keyframes fall-257 {
  61.415% {
    transform: translate(92.2583vw, 61.415vh) scale(0.136);
  }
  to {
    transform: translate(93.74015vw, 100vh) scale(0.136);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(258) {
  opacity: 0.8203;
  transform: translate(26.1147vw, -10px) scale(0.5071);
  animation: fall-258 19s -17s linear infinite;
}
@keyframes fall-258 {
  41.668% {
    transform: translate(20.1252vw, 41.668vh) scale(0.5071);
  }
  to {
    transform: translate(23.11995vw, 100vh) scale(0.5071);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(259) {
  opacity: 0.5294;
  transform: translate(9.9443vw, -10px) scale(0.6593);
  animation: fall-259 17s -30s linear infinite;
}
@keyframes fall-259 {
  62.111% {
    transform: translate(17.5997vw, 62.111vh) scale(0.6593);
  }
  to {
    transform: translate(13.772vw, 100vh) scale(0.6593);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(260) {
  opacity: 0.517;
  transform: translate(2.5329vw, -10px) scale(0.9145);
  animation: fall-260 29s -17s linear infinite;
}
@keyframes fall-260 {
  52.537% {
    transform: translate(1.0247vw, 52.537vh) scale(0.9145);
  }
  to {
    transform: translate(1.7788vw, 100vh) scale(0.9145);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(261) {
  opacity: 0.7923;
  transform: translate(46.7418vw, -10px) scale(0.1046);
  animation: fall-261 18s -11s linear infinite;
}
@keyframes fall-261 {
  45.869% {
    transform: translate(48.9973vw, 45.869vh) scale(0.1046);
  }
  to {
    transform: translate(47.86955vw, 100vh) scale(0.1046);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(262) {
  opacity: 0.443;
  transform: translate(95.1451vw, -10px) scale(0.6233);
  animation: fall-262 10s -14s linear infinite;
}
@keyframes fall-262 {
  75.524% {
    transform: translate(96.3622vw, 75.524vh) scale(0.6233);
  }
  to {
    transform: translate(95.75365vw, 100vh) scale(0.6233);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(263) {
  opacity: 0.5303;
  transform: translate(9.7882vw, -10px) scale(0.2172);
  animation: fall-263 25s -26s linear infinite;
}
@keyframes fall-263 {
  31.301% {
    transform: translate(3.9802vw, 31.301vh) scale(0.2172);
  }
  to {
    transform: translate(6.8842vw, 100vh) scale(0.2172);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(264) {
  opacity: 0.019;
  transform: translate(81.2313vw, -10px) scale(0.8223);
  animation: fall-264 23s -28s linear infinite;
}
@keyframes fall-264 {
  31.129% {
    transform: translate(80.3667vw, 31.129vh) scale(0.8223);
  }
  to {
    transform: translate(80.799vw, 100vh) scale(0.8223);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(265) {
  opacity: 0.8287;
  transform: translate(61.8249vw, -10px) scale(0.8734);
  animation: fall-265 19s -30s linear infinite;
}
@keyframes fall-265 {
  60.476% {
    transform: translate(69.0935vw, 60.476vh) scale(0.8734);
  }
  to {
    transform: translate(65.4592vw, 100vh) scale(0.8734);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(266) {
  opacity: 0.5334;
  transform: translate(76.3854vw, -10px) scale(0.9181);
  animation: fall-266 21s -7s linear infinite;
}
@keyframes fall-266 {
  45.767% {
    transform: translate(72.1002vw, 45.767vh) scale(0.9181);
  }
  to {
    transform: translate(74.2428vw, 100vh) scale(0.9181);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(267) {
  opacity: 0.4414;
  transform: translate(31.1054vw, -10px) scale(0.865);
  animation: fall-267 12s -3s linear infinite;
}
@keyframes fall-267 {
  51.389% {
    transform: translate(29.9507vw, 51.389vh) scale(0.865);
  }
  to {
    transform: translate(30.52805vw, 100vh) scale(0.865);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(268) {
  opacity: 0.8771;
  transform: translate(73.5vw, -10px) scale(0.0067);
  animation: fall-268 21s -28s linear infinite;
}
@keyframes fall-268 {
  64.473% {
    transform: translate(68.5497vw, 64.473vh) scale(0.0067);
  }
  to {
    transform: translate(71.02485vw, 100vh) scale(0.0067);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(269) {
  opacity: 0.9666;
  transform: translate(55.6514vw, -10px) scale(0.7424);
  animation: fall-269 12s -1s linear infinite;
}
@keyframes fall-269 {
  52.366% {
    transform: translate(47.8902vw, 52.366vh) scale(0.7424);
  }
  to {
    transform: translate(51.7708vw, 100vh) scale(0.7424);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(270) {
  opacity: 0.5578;
  transform: translate(10.3482vw, -10px) scale(0.0962);
  animation: fall-270 25s -14s linear infinite;
}
@keyframes fall-270 {
  56.382% {
    transform: translate(12.1489vw, 56.382vh) scale(0.0962);
  }
  to {
    transform: translate(11.24855vw, 100vh) scale(0.0962);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(271) {
  opacity: 0.5519;
  transform: translate(75.4414vw, -10px) scale(0.2148);
  animation: fall-271 16s -26s linear infinite;
}
@keyframes fall-271 {
  76.933% {
    transform: translate(80.2498vw, 76.933vh) scale(0.2148);
  }
  to {
    transform: translate(77.8456vw, 100vh) scale(0.2148);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(272) {
  opacity: 0.8605;
  transform: translate(74.7479vw, -10px) scale(0.3187);
  animation: fall-272 27s -19s linear infinite;
}
@keyframes fall-272 {
  77.642% {
    transform: translate(66.8437vw, 77.642vh) scale(0.3187);
  }
  to {
    transform: translate(70.7958vw, 100vh) scale(0.3187);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(273) {
  opacity: 0.1413;
  transform: translate(56.1465vw, -10px) scale(0.8603);
  animation: fall-273 28s -29s linear infinite;
}
@keyframes fall-273 {
  52.593% {
    transform: translate(59.489vw, 52.593vh) scale(0.8603);
  }
  to {
    transform: translate(57.81775vw, 100vh) scale(0.8603);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(274) {
  opacity: 0.7078;
  transform: translate(83.0926vw, -10px) scale(0.4374);
  animation: fall-274 10s -10s linear infinite;
}
@keyframes fall-274 {
  65.45% {
    transform: translate(83.4643vw, 65.45vh) scale(0.4374);
  }
  to {
    transform: translate(83.27845vw, 100vh) scale(0.4374);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(275) {
  opacity: 0.0706;
  transform: translate(34.3301vw, -10px) scale(0.2409);
  animation: fall-275 22s -27s linear infinite;
}
@keyframes fall-275 {
  40.279% {
    transform: translate(41.9067vw, 40.279vh) scale(0.2409);
  }
  to {
    transform: translate(38.1184vw, 100vh) scale(0.2409);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(276) {
  opacity: 0.5565;
  transform: translate(66.3748vw, -10px) scale(0.4204);
  animation: fall-276 21s -5s linear infinite;
}
@keyframes fall-276 {
  58.278% {
    transform: translate(68.5853vw, 58.278vh) scale(0.4204);
  }
  to {
    transform: translate(67.48005vw, 100vh) scale(0.4204);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(277) {
  opacity: 0.4141;
  transform: translate(47.1884vw, -10px) scale(0.3453);
  animation: fall-277 25s -14s linear infinite;
}
@keyframes fall-277 {
  79.608% {
    transform: translate(38.3567vw, 79.608vh) scale(0.3453);
  }
  to {
    transform: translate(42.77255vw, 100vh) scale(0.3453);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(278) {
  opacity: 0.3338;
  transform: translate(8.8766vw, -10px) scale(0.9763);
  animation: fall-278 14s -15s linear infinite;
}
@keyframes fall-278 {
  67.934% {
    transform: translate(2.1396vw, 67.934vh) scale(0.9763);
  }
  to {
    transform: translate(5.5081vw, 100vh) scale(0.9763);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(279) {
  opacity: 0.9375;
  transform: translate(88.2589vw, -10px) scale(0.0299);
  animation: fall-279 21s -24s linear infinite;
}
@keyframes fall-279 {
  62.032% {
    transform: translate(87.7492vw, 62.032vh) scale(0.0299);
  }
  to {
    transform: translate(88.00405vw, 100vh) scale(0.0299);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(280) {
  opacity: 0.8034;
  transform: translate(91.4929vw, -10px) scale(0.9012);
  animation: fall-280 21s -26s linear infinite;
}
@keyframes fall-280 {
  38.619% {
    transform: translate(92.5725vw, 38.619vh) scale(0.9012);
  }
  to {
    transform: translate(92.0327vw, 100vh) scale(0.9012);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(281) {
  opacity: 0.6767;
  transform: translate(39.292vw, -10px) scale(0.9384);
  animation: fall-281 11s -11s linear infinite;
}
@keyframes fall-281 {
  39.387% {
    transform: translate(39.1969vw, 39.387vh) scale(0.9384);
  }
  to {
    transform: translate(39.24445vw, 100vh) scale(0.9384);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(282) {
  opacity: 0.3582;
  transform: translate(2.7764vw, -10px) scale(0.4441);
  animation: fall-282 17s -4s linear infinite;
}
@keyframes fall-282 {
  58.846% {
    transform: translate(8.7965vw, 58.846vh) scale(0.4441);
  }
  to {
    transform: translate(5.78645vw, 100vh) scale(0.4441);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(283) {
  opacity: 0.098;
  transform: translate(36.3955vw, -10px) scale(0.8803);
  animation: fall-283 16s -26s linear infinite;
}
@keyframes fall-283 {
  41% {
    transform: translate(34.0597vw, 41vh) scale(0.8803);
  }
  to {
    transform: translate(35.2276vw, 100vh) scale(0.8803);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(284) {
  opacity: 0.5983;
  transform: translate(55.5075vw, -10px) scale(0.2605);
  animation: fall-284 24s -10s linear infinite;
}
@keyframes fall-284 {
  37.646% {
    transform: translate(48.2816vw, 37.646vh) scale(0.2605);
  }
  to {
    transform: translate(51.89455vw, 100vh) scale(0.2605);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(285) {
  opacity: 0.2291;
  transform: translate(24.5372vw, -10px) scale(0.5355);
  animation: fall-285 25s -29s linear infinite;
}
@keyframes fall-285 {
  57.941% {
    transform: translate(31.841vw, 57.941vh) scale(0.5355);
  }
  to {
    transform: translate(28.1891vw, 100vh) scale(0.5355);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(286) {
  opacity: 0.0144;
  transform: translate(40.1074vw, -10px) scale(0.9068);
  animation: fall-286 26s -9s linear infinite;
}
@keyframes fall-286 {
  60.932% {
    transform: translate(33.2626vw, 60.932vh) scale(0.9068);
  }
  to {
    transform: translate(36.685vw, 100vh) scale(0.9068);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(287) {
  opacity: 0.555;
  transform: translate(30.5365vw, -10px) scale(0.2934);
  animation: fall-287 22s -21s linear infinite;
}
@keyframes fall-287 {
  55.539% {
    transform: translate(33.8562vw, 55.539vh) scale(0.2934);
  }
  to {
    transform: translate(32.19635vw, 100vh) scale(0.2934);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(288) {
  opacity: 0.1495;
  transform: translate(6.6428vw, -10px) scale(0.3791);
  animation: fall-288 29s -30s linear infinite;
}
@keyframes fall-288 {
  32.715% {
    transform: translate(1.3258vw, 32.715vh) scale(0.3791);
  }
  to {
    transform: translate(3.9843vw, 100vh) scale(0.3791);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(289) {
  opacity: 0.0176;
  transform: translate(75.3196vw, -10px) scale(0.5573);
  animation: fall-289 27s -20s linear infinite;
}
@keyframes fall-289 {
  47.507% {
    transform: translate(78.0878vw, 47.507vh) scale(0.5573);
  }
  to {
    transform: translate(76.7037vw, 100vh) scale(0.5573);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(290) {
  opacity: 0.553;
  transform: translate(53.7824vw, -10px) scale(0.5914);
  animation: fall-290 15s -15s linear infinite;
}
@keyframes fall-290 {
  56.395% {
    transform: translate(56.6577vw, 56.395vh) scale(0.5914);
  }
  to {
    transform: translate(55.22005vw, 100vh) scale(0.5914);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(291) {
  opacity: 0.272;
  transform: translate(59.5309vw, -10px) scale(0.3468);
  animation: fall-291 22s -25s linear infinite;
}
@keyframes fall-291 {
  32.429% {
    transform: translate(52.5991vw, 32.429vh) scale(0.3468);
  }
  to {
    transform: translate(56.065vw, 100vh) scale(0.3468);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(292) {
  opacity: 0.746;
  transform: translate(38.4878vw, -10px) scale(0.414);
  animation: fall-292 26s -14s linear infinite;
}
@keyframes fall-292 {
  59.896% {
    transform: translate(41.0529vw, 59.896vh) scale(0.414);
  }
  to {
    transform: translate(39.77035vw, 100vh) scale(0.414);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(293) {
  opacity: 0.9684;
  transform: translate(52.8456vw, -10px) scale(0.2038);
  animation: fall-293 23s -1s linear infinite;
}
@keyframes fall-293 {
  63.195% {
    transform: translate(50.9843vw, 63.195vh) scale(0.2038);
  }
  to {
    transform: translate(51.91495vw, 100vh) scale(0.2038);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(294) {
  opacity: 0.1773;
  transform: translate(18.2569vw, -10px) scale(0.0763);
  animation: fall-294 25s -22s linear infinite;
}
@keyframes fall-294 {
  46.36% {
    transform: translate(23.6602vw, 46.36vh) scale(0.0763);
  }
  to {
    transform: translate(20.95855vw, 100vh) scale(0.0763);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(295) {
  opacity: 0.6533;
  transform: translate(80.1813vw, -10px) scale(0.4289);
  animation: fall-295 15s -28s linear infinite;
}
@keyframes fall-295 {
  34.332% {
    transform: translate(72.8215vw, 34.332vh) scale(0.4289);
  }
  to {
    transform: translate(76.5014vw, 100vh) scale(0.4289);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(296) {
  opacity: 0.6996;
  transform: translate(77.3348vw, -10px) scale(0.634);
  animation: fall-296 14s -23s linear infinite;
}
@keyframes fall-296 {
  77.592% {
    transform: translate(84.3483vw, 77.592vh) scale(0.634);
  }
  to {
    transform: translate(80.84155vw, 100vh) scale(0.634);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(297) {
  opacity: 0.0513;
  transform: translate(4.9959vw, -10px) scale(0.7052);
  animation: fall-297 24s -8s linear infinite;
}
@keyframes fall-297 {
  46.88% {
    transform: translate(6.5524vw, 46.88vh) scale(0.7052);
  }
  to {
    transform: translate(5.77415vw, 100vh) scale(0.7052);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(298) {
  opacity: 0.5716;
  transform: translate(61.7336vw, -10px) scale(0.0585);
  animation: fall-298 19s -10s linear infinite;
}
@keyframes fall-298 {
  58.908% {
    transform: translate(55.0485vw, 58.908vh) scale(0.0585);
  }
  to {
    transform: translate(58.39105vw, 100vh) scale(0.0585);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(299) {
  opacity: 0.7462;
  transform: translate(27.2098vw, -10px) scale(0.5196);
  animation: fall-299 24s -16s linear infinite;
}
@keyframes fall-299 {
  55.106% {
    transform: translate(22.5305vw, 55.106vh) scale(0.5196);
  }
  to {
    transform: translate(24.87015vw, 100vh) scale(0.5196);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(300) {
  opacity: 0.2697;
  transform: translate(83.3742vw, -10px) scale(0.5375);
  animation: fall-300 10s -30s linear infinite;
}
@keyframes fall-300 {
  54.091% {
    transform: translate(82.7233vw, 54.091vh) scale(0.5375);
  }
  to {
    transform: translate(83.04875vw, 100vh) scale(0.5375);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(301) {
  opacity: 0.3127;
  transform: translate(79.5053vw, -10px) scale(0.8575);
  animation: fall-301 29s -5s linear infinite;
}
@keyframes fall-301 {
  78.595% {
    transform: translate(71.9712vw, 78.595vh) scale(0.8575);
  }
  to {
    transform: translate(75.73825vw, 100vh) scale(0.8575);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(302) {
  opacity: 0.17;
  transform: translate(30.5242vw, -10px) scale(0.7263);
  animation: fall-302 19s -6s linear infinite;
}
@keyframes fall-302 {
  64.238% {
    transform: translate(32.574vw, 64.238vh) scale(0.7263);
  }
  to {
    transform: translate(31.5491vw, 100vh) scale(0.7263);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(303) {
  opacity: 0.8371;
  transform: translate(25.794vw, -10px) scale(0.5112);
  animation: fall-303 11s -8s linear infinite;
}
@keyframes fall-303 {
  50.3% {
    transform: translate(22.9748vw, 50.3vh) scale(0.5112);
  }
  to {
    transform: translate(24.3844vw, 100vh) scale(0.5112);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(304) {
  opacity: 0.2374;
  transform: translate(63.1211vw, -10px) scale(0.0435);
  animation: fall-304 20s -10s linear infinite;
}
@keyframes fall-304 {
  74.048% {
    transform: translate(70.9066vw, 74.048vh) scale(0.0435);
  }
  to {
    transform: translate(67.01385vw, 100vh) scale(0.0435);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(305) {
  opacity: 0.2965;
  transform: translate(8.5779vw, -10px) scale(0.6614);
  animation: fall-305 12s -12s linear infinite;
}
@keyframes fall-305 {
  47.498% {
    transform: translate(1.7303vw, 47.498vh) scale(0.6614);
  }
  to {
    transform: translate(5.1541vw, 100vh) scale(0.6614);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(306) {
  opacity: 0.1372;
  transform: translate(91.1569vw, -10px) scale(0.1778);
  animation: fall-306 13s -6s linear infinite;
}
@keyframes fall-306 {
  32.052% {
    transform: translate(81.65vw, 32.052vh) scale(0.1778);
  }
  to {
    transform: translate(86.40345vw, 100vh) scale(0.1778);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(307) {
  opacity: 0.6277;
  transform: translate(80.6641vw, -10px) scale(0.5103);
  animation: fall-307 25s -28s linear infinite;
}
@keyframes fall-307 {
  41.778% {
    transform: translate(78.2756vw, 41.778vh) scale(0.5103);
  }
  to {
    transform: translate(79.46985vw, 100vh) scale(0.5103);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(308) {
  opacity: 0.8365;
  transform: translate(94.0844vw, -10px) scale(0.7141);
  animation: fall-308 30s -10s linear infinite;
}
@keyframes fall-308 {
  38.781% {
    transform: translate(92.8687vw, 38.781vh) scale(0.7141);
  }
  to {
    transform: translate(93.47655vw, 100vh) scale(0.7141);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(309) {
  opacity: 0.4349;
  transform: translate(86.556vw, -10px) scale(0.2451);
  animation: fall-309 20s -19s linear infinite;
}
@keyframes fall-309 {
  35.844% {
    transform: translate(83.5194vw, 35.844vh) scale(0.2451);
  }
  to {
    transform: translate(85.0377vw, 100vh) scale(0.2451);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(310) {
  opacity: 0.7668;
  transform: translate(18.0805vw, -10px) scale(0.8266);
  animation: fall-310 18s -11s linear infinite;
}
@keyframes fall-310 {
  32.507% {
    transform: translate(13.1082vw, 32.507vh) scale(0.8266);
  }
  to {
    transform: translate(15.59435vw, 100vh) scale(0.8266);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(311) {
  opacity: 0.0613;
  transform: translate(19.2847vw, -10px) scale(0.6277);
  animation: fall-311 27s -27s linear infinite;
}
@keyframes fall-311 {
  69.128% {
    transform: translate(27.4002vw, 69.128vh) scale(0.6277);
  }
  to {
    transform: translate(23.34245vw, 100vh) scale(0.6277);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(312) {
  opacity: 0.3439;
  transform: translate(11.4308vw, -10px) scale(0.6121);
  animation: fall-312 24s -25s linear infinite;
}
@keyframes fall-312 {
  64.045% {
    transform: translate(13.7909vw, 64.045vh) scale(0.6121);
  }
  to {
    transform: translate(12.61085vw, 100vh) scale(0.6121);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(313) {
  opacity: 0.0018;
  transform: translate(69.9219vw, -10px) scale(0.2257);
  animation: fall-313 20s -9s linear infinite;
}
@keyframes fall-313 {
  34.242% {
    transform: translate(61.0025vw, 34.242vh) scale(0.2257);
  }
  to {
    transform: translate(65.4622vw, 100vh) scale(0.2257);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(314) {
  opacity: 0.9613;
  transform: translate(76.1107vw, -10px) scale(0.9075);
  animation: fall-314 20s -15s linear infinite;
}
@keyframes fall-314 {
  45.848% {
    transform: translate(84.9284vw, 45.848vh) scale(0.9075);
  }
  to {
    transform: translate(80.51955vw, 100vh) scale(0.9075);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(315) {
  opacity: 0.8483;
  transform: translate(53.7988vw, -10px) scale(0.7665);
  animation: fall-315 27s -9s linear infinite;
}
@keyframes fall-315 {
  37.085% {
    transform: translate(63.5713vw, 37.085vh) scale(0.7665);
  }
  to {
    transform: translate(58.68505vw, 100vh) scale(0.7665);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(316) {
  opacity: 0.1684;
  transform: translate(77.6796vw, -10px) scale(0.6649);
  animation: fall-316 12s -30s linear infinite;
}
@keyframes fall-316 {
  77.344% {
    transform: translate(76.672vw, 77.344vh) scale(0.6649);
  }
  to {
    transform: translate(77.1758vw, 100vh) scale(0.6649);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(317) {
  opacity: 0.5647;
  transform: translate(46.0047vw, -10px) scale(0.2544);
  animation: fall-317 25s -19s linear infinite;
}
@keyframes fall-317 {
  49.704% {
    transform: translate(39.5133vw, 49.704vh) scale(0.2544);
  }
  to {
    transform: translate(42.759vw, 100vh) scale(0.2544);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(318) {
  opacity: 0.7159;
  transform: translate(92.845vw, -10px) scale(0.8585);
  animation: fall-318 23s -15s linear infinite;
}
@keyframes fall-318 {
  75.231% {
    transform: translate(88.6896vw, 75.231vh) scale(0.8585);
  }
  to {
    transform: translate(90.7673vw, 100vh) scale(0.8585);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(319) {
  opacity: 0.1603;
  transform: translate(39.2328vw, -10px) scale(0.3034);
  animation: fall-319 17s -30s linear infinite;
}
@keyframes fall-319 {
  41.791% {
    transform: translate(45.2356vw, 41.791vh) scale(0.3034);
  }
  to {
    transform: translate(42.2342vw, 100vh) scale(0.3034);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(320) {
  opacity: 0.9409;
  transform: translate(62.7662vw, -10px) scale(0.5069);
  animation: fall-320 13s -24s linear infinite;
}
@keyframes fall-320 {
  72.867% {
    transform: translate(70.009vw, 72.867vh) scale(0.5069);
  }
  to {
    transform: translate(66.3876vw, 100vh) scale(0.5069);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(321) {
  opacity: 0.0058;
  transform: translate(38.3023vw, -10px) scale(0.8594);
  animation: fall-321 17s -24s linear infinite;
}
@keyframes fall-321 {
  75.276% {
    transform: translate(44.7057vw, 75.276vh) scale(0.8594);
  }
  to {
    transform: translate(41.504vw, 100vh) scale(0.8594);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(322) {
  opacity: 0.2277;
  transform: translate(58.7914vw, -10px) scale(0.2619);
  animation: fall-322 30s -16s linear infinite;
}
@keyframes fall-322 {
  63.68% {
    transform: translate(54.4461vw, 63.68vh) scale(0.2619);
  }
  to {
    transform: translate(56.61875vw, 100vh) scale(0.2619);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(323) {
  opacity: 0.6675;
  transform: translate(84.1466vw, -10px) scale(0.247);
  animation: fall-323 20s -3s linear infinite;
}
@keyframes fall-323 {
  61.409% {
    transform: translate(76.5129vw, 61.409vh) scale(0.247);
  }
  to {
    transform: translate(80.32975vw, 100vh) scale(0.247);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(324) {
  opacity: 0.186;
  transform: translate(4.5854vw, -10px) scale(0.7587);
  animation: fall-324 19s -28s linear infinite;
}
@keyframes fall-324 {
  76.033% {
    transform: translate(10.6956vw, 76.033vh) scale(0.7587);
  }
  to {
    transform: translate(7.6405vw, 100vh) scale(0.7587);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(325) {
  opacity: 0.1381;
  transform: translate(2.064vw, -10px) scale(0.8246);
  animation: fall-325 13s -28s linear infinite;
}
@keyframes fall-325 {
  56.291% {
    transform: translate(5.0362vw, 56.291vh) scale(0.8246);
  }
  to {
    transform: translate(3.5501vw, 100vh) scale(0.8246);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(326) {
  opacity: 0.6336;
  transform: translate(16.6286vw, -10px) scale(0.9629);
  animation: fall-326 26s -27s linear infinite;
}
@keyframes fall-326 {
  58.194% {
    transform: translate(24.366vw, 58.194vh) scale(0.9629);
  }
  to {
    transform: translate(20.4973vw, 100vh) scale(0.9629);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(327) {
  opacity: 0.4598;
  transform: translate(69.7502vw, -10px) scale(0.178);
  animation: fall-327 20s -18s linear infinite;
}
@keyframes fall-327 {
  53.695% {
    transform: translate(60.6626vw, 53.695vh) scale(0.178);
  }
  to {
    transform: translate(65.2064vw, 100vh) scale(0.178);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(328) {
  opacity: 0.9058;
  transform: translate(29.7124vw, -10px) scale(0.8986);
  animation: fall-328 27s -8s linear infinite;
}
@keyframes fall-328 {
  32.718% {
    transform: translate(37.7511vw, 32.718vh) scale(0.8986);
  }
  to {
    transform: translate(33.73175vw, 100vh) scale(0.8986);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(329) {
  opacity: 0.8739;
  transform: translate(40.0679vw, -10px) scale(0.4052);
  animation: fall-329 13s -28s linear infinite;
}
@keyframes fall-329 {
  79.885% {
    transform: translate(32.7127vw, 79.885vh) scale(0.4052);
  }
  to {
    transform: translate(36.3903vw, 100vh) scale(0.4052);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(330) {
  opacity: 0.0976;
  transform: translate(52.8918vw, -10px) scale(0.2376);
  animation: fall-330 16s -24s linear infinite;
}
@keyframes fall-330 {
  74.334% {
    transform: translate(42.9653vw, 74.334vh) scale(0.2376);
  }
  to {
    transform: translate(47.92855vw, 100vh) scale(0.2376);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(331) {
  opacity: 0.7321;
  transform: translate(15.5476vw, -10px) scale(0.7133);
  animation: fall-331 21s -11s linear infinite;
}
@keyframes fall-331 {
  45.787% {
    transform: translate(19.9434vw, 45.787vh) scale(0.7133);
  }
  to {
    transform: translate(17.7455vw, 100vh) scale(0.7133);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(332) {
  opacity: 0.4304;
  transform: translate(81.517vw, -10px) scale(0.0255);
  animation: fall-332 19s -13s linear infinite;
}
@keyframes fall-332 {
  59.632% {
    transform: translate(86.1113vw, 59.632vh) scale(0.0255);
  }
  to {
    transform: translate(83.81415vw, 100vh) scale(0.0255);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(333) {
  opacity: 0.9893;
  transform: translate(88.3009vw, -10px) scale(0.0026);
  animation: fall-333 21s -25s linear infinite;
}
@keyframes fall-333 {
  50.575% {
    transform: translate(79.7496vw, 50.575vh) scale(0.0026);
  }
  to {
    transform: translate(84.02525vw, 100vh) scale(0.0026);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(334) {
  opacity: 0.4613;
  transform: translate(20.2129vw, -10px) scale(0.9066);
  animation: fall-334 28s -22s linear infinite;
}
@keyframes fall-334 {
  79.937% {
    transform: translate(22.8505vw, 79.937vh) scale(0.9066);
  }
  to {
    transform: translate(21.5317vw, 100vh) scale(0.9066);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(335) {
  opacity: 0.7574;
  transform: translate(86.1222vw, -10px) scale(0.1574);
  animation: fall-335 16s -26s linear infinite;
}
@keyframes fall-335 {
  50.508% {
    transform: translate(93.1097vw, 50.508vh) scale(0.1574);
  }
  to {
    transform: translate(89.61595vw, 100vh) scale(0.1574);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(336) {
  opacity: 0.611;
  transform: translate(32.6389vw, -10px) scale(0.0789);
  animation: fall-336 25s -25s linear infinite;
}
@keyframes fall-336 {
  73.995% {
    transform: translate(42.0456vw, 73.995vh) scale(0.0789);
  }
  to {
    transform: translate(37.34225vw, 100vh) scale(0.0789);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(337) {
  opacity: 0.9582;
  transform: translate(1.6106vw, -10px) scale(0.8098);
  animation: fall-337 29s -30s linear infinite;
}
@keyframes fall-337 {
  40.922% {
    transform: translate(8.4646vw, 40.922vh) scale(0.8098);
  }
  to {
    transform: translate(5.0376vw, 100vh) scale(0.8098);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(338) {
  opacity: 0.5331;
  transform: translate(77.9146vw, -10px) scale(0.3257);
  animation: fall-338 14s -13s linear infinite;
}
@keyframes fall-338 {
  69.254% {
    transform: translate(70.9733vw, 69.254vh) scale(0.3257);
  }
  to {
    transform: translate(74.44395vw, 100vh) scale(0.3257);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(339) {
  opacity: 0.5423;
  transform: translate(89.9605vw, -10px) scale(0.9307);
  animation: fall-339 17s -4s linear infinite;
}
@keyframes fall-339 {
  43.51% {
    transform: translate(94.1584vw, 43.51vh) scale(0.9307);
  }
  to {
    transform: translate(92.05945vw, 100vh) scale(0.9307);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(340) {
  opacity: 0.0377;
  transform: translate(18.416vw, -10px) scale(0.1437);
  animation: fall-340 15s -19s linear infinite;
}
@keyframes fall-340 {
  75.418% {
    transform: translate(19.1336vw, 75.418vh) scale(0.1437);
  }
  to {
    transform: translate(18.7748vw, 100vh) scale(0.1437);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(341) {
  opacity: 0.6612;
  transform: translate(93.9387vw, -10px) scale(0.1523);
  animation: fall-341 18s -21s linear infinite;
}
@keyframes fall-341 {
  30.508% {
    transform: translate(102.5435vw, 30.508vh) scale(0.1523);
  }
  to {
    transform: translate(98.2411vw, 100vh) scale(0.1523);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(342) {
  opacity: 0.5682;
  transform: translate(44.4497vw, -10px) scale(0.4423);
  animation: fall-342 20s -20s linear infinite;
}
@keyframes fall-342 {
  45.694% {
    transform: translate(40.5719vw, 45.694vh) scale(0.4423);
  }
  to {
    transform: translate(42.5108vw, 100vh) scale(0.4423);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(343) {
  opacity: 0.4991;
  transform: translate(71.7267vw, -10px) scale(0.0245);
  animation: fall-343 28s -6s linear infinite;
}
@keyframes fall-343 {
  62.986% {
    transform: translate(74.0977vw, 62.986vh) scale(0.0245);
  }
  to {
    transform: translate(72.9122vw, 100vh) scale(0.0245);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(344) {
  opacity: 0.6643;
  transform: translate(20.6557vw, -10px) scale(0.8481);
  animation: fall-344 19s -21s linear infinite;
}
@keyframes fall-344 {
  79.583% {
    transform: translate(23.1268vw, 79.583vh) scale(0.8481);
  }
  to {
    transform: translate(21.89125vw, 100vh) scale(0.8481);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(345) {
  opacity: 0.8462;
  transform: translate(28.7192vw, -10px) scale(0.3787);
  animation: fall-345 15s -9s linear infinite;
}
@keyframes fall-345 {
  44.366% {
    transform: translate(27.121vw, 44.366vh) scale(0.3787);
  }
  to {
    transform: translate(27.9201vw, 100vh) scale(0.3787);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(346) {
  opacity: 0.6617;
  transform: translate(36.8741vw, -10px) scale(0.5717);
  animation: fall-346 17s -21s linear infinite;
}
@keyframes fall-346 {
  73.763% {
    transform: translate(40.2568vw, 73.763vh) scale(0.5717);
  }
  to {
    transform: translate(38.56545vw, 100vh) scale(0.5717);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(347) {
  opacity: 0.9238;
  transform: translate(22.6615vw, -10px) scale(0.8121);
  animation: fall-347 16s -1s linear infinite;
}
@keyframes fall-347 {
  77.592% {
    transform: translate(25.9999vw, 77.592vh) scale(0.8121);
  }
  to {
    transform: translate(24.3307vw, 100vh) scale(0.8121);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(348) {
  opacity: 0.9932;
  transform: translate(38.2205vw, -10px) scale(0.9443);
  animation: fall-348 28s -2s linear infinite;
}
@keyframes fall-348 {
  49.104% {
    transform: translate(36.0187vw, 49.104vh) scale(0.9443);
  }
  to {
    transform: translate(37.1196vw, 100vh) scale(0.9443);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(349) {
  opacity: 0.464;
  transform: translate(21.1078vw, -10px) scale(0.3985);
  animation: fall-349 18s -4s linear infinite;
}
@keyframes fall-349 {
  51.395% {
    transform: translate(17.0948vw, 51.395vh) scale(0.3985);
  }
  to {
    transform: translate(19.1013vw, 100vh) scale(0.3985);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(350) {
  opacity: 0.9006;
  transform: translate(26.5369vw, -10px) scale(0.9848);
  animation: fall-350 16s -17s linear infinite;
}
@keyframes fall-350 {
  36.193% {
    transform: translate(29.774vw, 36.193vh) scale(0.9848);
  }
  to {
    transform: translate(28.15545vw, 100vh) scale(0.9848);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(351) {
  opacity: 0.5257;
  transform: translate(22.7137vw, -10px) scale(0.0346);
  animation: fall-351 17s -26s linear infinite;
}
@keyframes fall-351 {
  53.764% {
    transform: translate(30.6562vw, 53.764vh) scale(0.0346);
  }
  to {
    transform: translate(26.68495vw, 100vh) scale(0.0346);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(352) {
  opacity: 0.916;
  transform: translate(19.1275vw, -10px) scale(0.9235);
  animation: fall-352 17s -2s linear infinite;
}
@keyframes fall-352 {
  37.038% {
    transform: translate(15.517vw, 37.038vh) scale(0.9235);
  }
  to {
    transform: translate(17.32225vw, 100vh) scale(0.9235);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(353) {
  opacity: 0.5768;
  transform: translate(20.3143vw, -10px) scale(0.7409);
  animation: fall-353 29s -28s linear infinite;
}
@keyframes fall-353 {
  34.899% {
    transform: translate(18.7813vw, 34.899vh) scale(0.7409);
  }
  to {
    transform: translate(19.5478vw, 100vh) scale(0.7409);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(354) {
  opacity: 0.1155;
  transform: translate(57.7055vw, -10px) scale(0.9618);
  animation: fall-354 12s -1s linear infinite;
}
@keyframes fall-354 {
  58.728% {
    transform: translate(63.7157vw, 58.728vh) scale(0.9618);
  }
  to {
    transform: translate(60.7106vw, 100vh) scale(0.9618);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(355) {
  opacity: 0.7607;
  transform: translate(15.3922vw, -10px) scale(0.1885);
  animation: fall-355 11s -15s linear infinite;
}
@keyframes fall-355 {
  32.7% {
    transform: translate(21.0355vw, 32.7vh) scale(0.1885);
  }
  to {
    transform: translate(18.21385vw, 100vh) scale(0.1885);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(356) {
  opacity: 0.6635;
  transform: translate(47.7177vw, -10px) scale(0.754);
  animation: fall-356 13s -25s linear infinite;
}
@keyframes fall-356 {
  55.045% {
    transform: translate(44.1767vw, 55.045vh) scale(0.754);
  }
  to {
    transform: translate(45.9472vw, 100vh) scale(0.754);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(357) {
  opacity: 0.1965;
  transform: translate(14.7857vw, -10px) scale(0.0549);
  animation: fall-357 29s -23s linear infinite;
}
@keyframes fall-357 {
  74.016% {
    transform: translate(13.9971vw, 74.016vh) scale(0.0549);
  }
  to {
    transform: translate(14.3914vw, 100vh) scale(0.0549);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(358) {
  opacity: 0.2769;
  transform: translate(32.6153vw, -10px) scale(0.1718);
  animation: fall-358 21s -23s linear infinite;
}
@keyframes fall-358 {
  43.913% {
    transform: translate(39.5266vw, 43.913vh) scale(0.1718);
  }
  to {
    transform: translate(36.07095vw, 100vh) scale(0.1718);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(359) {
  opacity: 0.8015;
  transform: translate(64.5127vw, -10px) scale(0.3941);
  animation: fall-359 28s -9s linear infinite;
}
@keyframes fall-359 {
  53.351% {
    transform: translate(65.0618vw, 53.351vh) scale(0.3941);
  }
  to {
    transform: translate(64.78725vw, 100vh) scale(0.3941);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(360) {
  opacity: 0.3939;
  transform: translate(50.8044vw, -10px) scale(0.4098);
  animation: fall-360 26s -21s linear infinite;
}
@keyframes fall-360 {
  79.749% {
    transform: translate(58.6285vw, 79.749vh) scale(0.4098);
  }
  to {
    transform: translate(54.71645vw, 100vh) scale(0.4098);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(361) {
  opacity: 0.511;
  transform: translate(3.2979vw, -10px) scale(0.951);
  animation: fall-361 24s -5s linear infinite;
}
@keyframes fall-361 {
  52.468% {
    transform: translate(4.5934vw, 52.468vh) scale(0.951);
  }
  to {
    transform: translate(3.94565vw, 100vh) scale(0.951);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(362) {
  opacity: 0.0638;
  transform: translate(14.021vw, -10px) scale(0.2558);
  animation: fall-362 26s -27s linear infinite;
}
@keyframes fall-362 {
  62.412% {
    transform: translate(21.6408vw, 62.412vh) scale(0.2558);
  }
  to {
    transform: translate(17.8309vw, 100vh) scale(0.2558);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(363) {
  opacity: 0.0455;
  transform: translate(41.8658vw, -10px) scale(0.1797);
  animation: fall-363 15s -8s linear infinite;
}
@keyframes fall-363 {
  69.399% {
    transform: translate(48.2768vw, 69.399vh) scale(0.1797);
  }
  to {
    transform: translate(45.0713vw, 100vh) scale(0.1797);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(364) {
  opacity: 0.7131;
  transform: translate(91.0734vw, -10px) scale(0.1554);
  animation: fall-364 14s -2s linear infinite;
}
@keyframes fall-364 {
  65.967% {
    transform: translate(100.5431vw, 65.967vh) scale(0.1554);
  }
  to {
    transform: translate(95.80825vw, 100vh) scale(0.1554);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(365) {
  opacity: 0.3976;
  transform: translate(18.2984vw, -10px) scale(0.3122);
  animation: fall-365 26s -30s linear infinite;
}
@keyframes fall-365 {
  79.087% {
    transform: translate(28.0495vw, 79.087vh) scale(0.3122);
  }
  to {
    transform: translate(23.17395vw, 100vh) scale(0.3122);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(366) {
  opacity: 0.3687;
  transform: translate(84.7912vw, -10px) scale(0.8541);
  animation: fall-366 19s -1s linear infinite;
}
@keyframes fall-366 {
  57.496% {
    transform: translate(77.1997vw, 57.496vh) scale(0.8541);
  }
  to {
    transform: translate(80.99545vw, 100vh) scale(0.8541);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(367) {
  opacity: 0.7629;
  transform: translate(88.3256vw, -10px) scale(0.8426);
  animation: fall-367 24s -18s linear infinite;
}
@keyframes fall-367 {
  78.475% {
    transform: translate(82.3312vw, 78.475vh) scale(0.8426);
  }
  to {
    transform: translate(85.3284vw, 100vh) scale(0.8426);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(368) {
  opacity: 0.2946;
  transform: translate(84.1955vw, -10px) scale(0.0766);
  animation: fall-368 25s -20s linear infinite;
}
@keyframes fall-368 {
  38.601% {
    transform: translate(88.5504vw, 38.601vh) scale(0.0766);
  }
  to {
    transform: translate(86.37295vw, 100vh) scale(0.0766);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(369) {
  opacity: 0.4704;
  transform: translate(85.1355vw, -10px) scale(0.0667);
  animation: fall-369 26s -2s linear infinite;
}
@keyframes fall-369 {
  78.485% {
    transform: translate(80.9823vw, 78.485vh) scale(0.0667);
  }
  to {
    transform: translate(83.0589vw, 100vh) scale(0.0667);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(370) {
  opacity: 0.7467;
  transform: translate(45.6568vw, -10px) scale(0.686);
  animation: fall-370 29s -9s linear infinite;
}
@keyframes fall-370 {
  74.631% {
    transform: translate(53.2503vw, 74.631vh) scale(0.686);
  }
  to {
    transform: translate(49.45355vw, 100vh) scale(0.686);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(371) {
  opacity: 0.7609;
  transform: translate(93.1305vw, -10px) scale(0.2652);
  animation: fall-371 11s -21s linear infinite;
}
@keyframes fall-371 {
  37.155% {
    transform: translate(92.2543vw, 37.155vh) scale(0.2652);
  }
  to {
    transform: translate(92.6924vw, 100vh) scale(0.2652);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(372) {
  opacity: 0.2506;
  transform: translate(19.6396vw, -10px) scale(0.7718);
  animation: fall-372 29s -4s linear infinite;
}
@keyframes fall-372 {
  49.67% {
    transform: translate(23.6737vw, 49.67vh) scale(0.7718);
  }
  to {
    transform: translate(21.65665vw, 100vh) scale(0.7718);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(373) {
  opacity: 0.669;
  transform: translate(24.1665vw, -10px) scale(0.2302);
  animation: fall-373 30s -22s linear infinite;
}
@keyframes fall-373 {
  45.582% {
    transform: translate(27.589vw, 45.582vh) scale(0.2302);
  }
  to {
    transform: translate(25.87775vw, 100vh) scale(0.2302);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(374) {
  opacity: 0.8681;
  transform: translate(93.3806vw, -10px) scale(0.5996);
  animation: fall-374 11s -13s linear infinite;
}
@keyframes fall-374 {
  52.716% {
    transform: translate(90.6742vw, 52.716vh) scale(0.5996);
  }
  to {
    transform: translate(92.0274vw, 100vh) scale(0.5996);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(375) {
  opacity: 0.2391;
  transform: translate(69.0485vw, -10px) scale(0.2183);
  animation: fall-375 21s -20s linear infinite;
}
@keyframes fall-375 {
  30.543% {
    transform: translate(76.646vw, 30.543vh) scale(0.2183);
  }
  to {
    transform: translate(72.84725vw, 100vh) scale(0.2183);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(376) {
  opacity: 0.5865;
  transform: translate(11.8508vw, -10px) scale(0.0344);
  animation: fall-376 10s -26s linear infinite;
}
@keyframes fall-376 {
  33.412% {
    transform: translate(11.8882vw, 33.412vh) scale(0.0344);
  }
  to {
    transform: translate(11.8695vw, 100vh) scale(0.0344);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(377) {
  opacity: 0.3098;
  transform: translate(65.1594vw, -10px) scale(0.7089);
  animation: fall-377 30s -17s linear infinite;
}
@keyframes fall-377 {
  48.6% {
    transform: translate(55.8195vw, 48.6vh) scale(0.7089);
  }
  to {
    transform: translate(60.48945vw, 100vh) scale(0.7089);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(378) {
  opacity: 0.9574;
  transform: translate(15.7841vw, -10px) scale(0.2097);
  animation: fall-378 28s -6s linear infinite;
}
@keyframes fall-378 {
  55.998% {
    transform: translate(6.9293vw, 55.998vh) scale(0.2097);
  }
  to {
    transform: translate(11.3567vw, 100vh) scale(0.2097);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(379) {
  opacity: 0.047;
  transform: translate(86.2886vw, -10px) scale(0.8499);
  animation: fall-379 14s -20s linear infinite;
}
@keyframes fall-379 {
  43.202% {
    transform: translate(78.2486vw, 43.202vh) scale(0.8499);
  }
  to {
    transform: translate(82.2686vw, 100vh) scale(0.8499);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(380) {
  opacity: 0.4716;
  transform: translate(45.5931vw, -10px) scale(0.5892);
  animation: fall-380 26s -8s linear infinite;
}
@keyframes fall-380 {
  56.678% {
    transform: translate(44.8645vw, 56.678vh) scale(0.5892);
  }
  to {
    transform: translate(45.2288vw, 100vh) scale(0.5892);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(381) {
  opacity: 0.4848;
  transform: translate(88.7397vw, -10px) scale(0.7411);
  animation: fall-381 28s -9s linear infinite;
}
@keyframes fall-381 {
  67.378% {
    transform: translate(86.0779vw, 67.378vh) scale(0.7411);
  }
  to {
    transform: translate(87.4088vw, 100vh) scale(0.7411);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(382) {
  opacity: 0.3586;
  transform: translate(3.0576vw, -10px) scale(0.1295);
  animation: fall-382 10s -23s linear infinite;
}
@keyframes fall-382 {
  41.692% {
    transform: translate(-3.0223vw, 41.692vh) scale(0.1295);
  }
  to {
    transform: translate(0.01765vw, 100vh) scale(0.1295);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(383) {
  opacity: 0.3434;
  transform: translate(81.106vw, -10px) scale(0.1528);
  animation: fall-383 11s -25s linear infinite;
}
@keyframes fall-383 {
  62.573% {
    transform: translate(79.5104vw, 62.573vh) scale(0.1528);
  }
  to {
    transform: translate(80.3082vw, 100vh) scale(0.1528);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(384) {
  opacity: 0.9096;
  transform: translate(63.5489vw, -10px) scale(0.3831);
  animation: fall-384 23s -8s linear infinite;
}
@keyframes fall-384 {
  31.764% {
    transform: translate(57.5194vw, 31.764vh) scale(0.3831);
  }
  to {
    transform: translate(60.53415vw, 100vh) scale(0.3831);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(385) {
  opacity: 0.6163;
  transform: translate(64.3018vw, -10px) scale(0.4978);
  animation: fall-385 20s -15s linear infinite;
}
@keyframes fall-385 {
  52.363% {
    transform: translate(69.7519vw, 52.363vh) scale(0.4978);
  }
  to {
    transform: translate(67.02685vw, 100vh) scale(0.4978);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(386) {
  opacity: 0.2283;
  transform: translate(25.9655vw, -10px) scale(0.3126);
  animation: fall-386 18s -10s linear infinite;
}
@keyframes fall-386 {
  55.362% {
    transform: translate(25.5873vw, 55.362vh) scale(0.3126);
  }
  to {
    transform: translate(25.7764vw, 100vh) scale(0.3126);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(387) {
  opacity: 0.3122;
  transform: translate(88.6808vw, -10px) scale(0.2304);
  animation: fall-387 23s -28s linear infinite;
}
@keyframes fall-387 {
  38.15% {
    transform: translate(86.9131vw, 38.15vh) scale(0.2304);
  }
  to {
    transform: translate(87.79695vw, 100vh) scale(0.2304);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(388) {
  opacity: 0.8572;
  transform: translate(26.6347vw, -10px) scale(0.1106);
  animation: fall-388 12s -22s linear infinite;
}
@keyframes fall-388 {
  35.798% {
    transform: translate(30.5898vw, 35.798vh) scale(0.1106);
  }
  to {
    transform: translate(28.61225vw, 100vh) scale(0.1106);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(389) {
  opacity: 0.985;
  transform: translate(36.5965vw, -10px) scale(0.579);
  animation: fall-389 15s -11s linear infinite;
}
@keyframes fall-389 {
  44.598% {
    transform: translate(29.4399vw, 44.598vh) scale(0.579);
  }
  to {
    transform: translate(33.0182vw, 100vh) scale(0.579);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(390) {
  opacity: 0.2638;
  transform: translate(68.4179vw, -10px) scale(0.7954);
  animation: fall-390 19s -16s linear infinite;
}
@keyframes fall-390 {
  57.224% {
    transform: translate(70.6171vw, 57.224vh) scale(0.7954);
  }
  to {
    transform: translate(69.5175vw, 100vh) scale(0.7954);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(391) {
  opacity: 0.2236;
  transform: translate(74.7153vw, -10px) scale(0.0855);
  animation: fall-391 14s -13s linear infinite;
}
@keyframes fall-391 {
  51.715% {
    transform: translate(65.1403vw, 51.715vh) scale(0.0855);
  }
  to {
    transform: translate(69.9278vw, 100vh) scale(0.0855);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(392) {
  opacity: 0.9204;
  transform: translate(84.8893vw, -10px) scale(0.1761);
  animation: fall-392 14s -14s linear infinite;
}
@keyframes fall-392 {
  52.024% {
    transform: translate(87.4859vw, 52.024vh) scale(0.1761);
  }
  to {
    transform: translate(86.1876vw, 100vh) scale(0.1761);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(393) {
  opacity: 0.1892;
  transform: translate(89.1078vw, -10px) scale(0.958);
  animation: fall-393 17s -30s linear infinite;
}
@keyframes fall-393 {
  52.511% {
    transform: translate(80.9996vw, 52.511vh) scale(0.958);
  }
  to {
    transform: translate(85.0537vw, 100vh) scale(0.958);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(394) {
  opacity: 0.3154;
  transform: translate(17.1048vw, -10px) scale(0.7798);
  animation: fall-394 22s -2s linear infinite;
}
@keyframes fall-394 {
  30.139% {
    transform: translate(25.8342vw, 30.139vh) scale(0.7798);
  }
  to {
    transform: translate(21.4695vw, 100vh) scale(0.7798);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(395) {
  opacity: 0.8042;
  transform: translate(32.6597vw, -10px) scale(0.9612);
  animation: fall-395 26s -6s linear infinite;
}
@keyframes fall-395 {
  47.957% {
    transform: translate(37.8133vw, 47.957vh) scale(0.9612);
  }
  to {
    transform: translate(35.2365vw, 100vh) scale(0.9612);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(396) {
  opacity: 0.2676;
  transform: translate(64.5449vw, -10px) scale(0.1483);
  animation: fall-396 24s -23s linear infinite;
}
@keyframes fall-396 {
  78.947% {
    transform: translate(59.2458vw, 78.947vh) scale(0.1483);
  }
  to {
    transform: translate(61.89535vw, 100vh) scale(0.1483);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(397) {
  opacity: 0.1605;
  transform: translate(38.3324vw, -10px) scale(0.409);
  animation: fall-397 17s -10s linear infinite;
}
@keyframes fall-397 {
  53.463% {
    transform: translate(40.4116vw, 53.463vh) scale(0.409);
  }
  to {
    transform: translate(39.372vw, 100vh) scale(0.409);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(398) {
  opacity: 0.4172;
  transform: translate(85.4221vw, -10px) scale(0.5176);
  animation: fall-398 24s -9s linear infinite;
}
@keyframes fall-398 {
  79.541% {
    transform: translate(83.3505vw, 79.541vh) scale(0.5176);
  }
  to {
    transform: translate(84.3863vw, 100vh) scale(0.5176);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(399) {
  opacity: 0.0758;
  transform: translate(79.8151vw, -10px) scale(0.5298);
  animation: fall-399 28s -10s linear infinite;
}
@keyframes fall-399 {
  50.392% {
    transform: translate(83.1601vw, 50.392vh) scale(0.5298);
  }
  to {
    transform: translate(81.4876vw, 100vh) scale(0.5298);
  }
}
/* line 1018, ../sass/_template_specific.scss */
.copo_nieve:nth-child(400) {
  opacity: 0.7537;
  transform: translate(35.6931vw, -10px) scale(0.0279);
  animation: fall-400 18s -11s linear infinite;
}
@keyframes fall-400 {
  63.047% {
    transform: translate(36.3566vw, 63.047vh) scale(0.0279);
  }
  to {
    transform: translate(36.02485vw, 100vh) scale(0.0279);
  }
}
/* line 1037, ../sass/_template_specific.scss */
.corazoncitos {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  color: white;
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(1) {
  opacity: 0.2529;
  transform: translate(36.1599vw, -10px) scale(0.9527);
  animation: fall-1 14s -5s linear infinite;
}
@keyframes fall-1 {
  79.228% {
    transform: translate(39.1793vw, 79.228vh) scale(0.9527);
  }
  to {
    transform: translate(37.6696vw, 100vh) scale(0.9527);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(2) {
  opacity: 0.2463;
  transform: translate(32.3382vw, -10px) scale(0.7456);
  animation: fall-2 18s -29s linear infinite;
}
@keyframes fall-2 {
  31.193% {
    transform: translate(32.8925vw, 31.193vh) scale(0.7456);
  }
  to {
    transform: translate(32.61535vw, 100vh) scale(0.7456);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(3) {
  opacity: 0.2103;
  transform: translate(4.4277vw, -10px) scale(0.0131);
  animation: fall-3 21s -4s linear infinite;
}
@keyframes fall-3 {
  48.167% {
    transform: translate(2.7111vw, 48.167vh) scale(0.0131);
  }
  to {
    transform: translate(3.5694vw, 100vh) scale(0.0131);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(4) {
  opacity: 0.2016;
  transform: translate(96.1374vw, -10px) scale(0.901);
  animation: fall-4 14s -17s linear infinite;
}
@keyframes fall-4 {
  44.445% {
    transform: translate(99.1619vw, 44.445vh) scale(0.901);
  }
  to {
    transform: translate(97.64965vw, 100vh) scale(0.901);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(5) {
  opacity: 0.7992;
  transform: translate(37.0004vw, -10px) scale(0.6611);
  animation: fall-5 23s -25s linear infinite;
}
@keyframes fall-5 {
  33.7% {
    transform: translate(27.4946vw, 33.7vh) scale(0.6611);
  }
  to {
    transform: translate(32.2475vw, 100vh) scale(0.6611);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(6) {
  opacity: 0.6297;
  transform: translate(49.3844vw, -10px) scale(0.2039);
  animation: fall-6 30s -5s linear infinite;
}
@keyframes fall-6 {
  51.632% {
    transform: translate(56.7475vw, 51.632vh) scale(0.2039);
  }
  to {
    transform: translate(53.06595vw, 100vh) scale(0.2039);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(7) {
  opacity: 0.1261;
  transform: translate(61.4672vw, -10px) scale(0.2854);
  animation: fall-7 25s -23s linear infinite;
}
@keyframes fall-7 {
  67.918% {
    transform: translate(60.5006vw, 67.918vh) scale(0.2854);
  }
  to {
    transform: translate(60.9839vw, 100vh) scale(0.2854);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(8) {
  opacity: 0.9893;
  transform: translate(54.0898vw, -10px) scale(0.4885);
  animation: fall-8 21s -14s linear infinite;
}
@keyframes fall-8 {
  64.405% {
    transform: translate(44.7123vw, 64.405vh) scale(0.4885);
  }
  to {
    transform: translate(49.40105vw, 100vh) scale(0.4885);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(9) {
  opacity: 0.9585;
  transform: translate(94.2323vw, -10px) scale(0.631);
  animation: fall-9 25s -29s linear infinite;
}
@keyframes fall-9 {
  60.83% {
    transform: translate(96.3176vw, 60.83vh) scale(0.631);
  }
  to {
    transform: translate(95.27495vw, 100vh) scale(0.631);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(10) {
  opacity: 0.0127;
  transform: translate(48.704vw, -10px) scale(0.3185);
  animation: fall-10 28s -1s linear infinite;
}
@keyframes fall-10 {
  64.943% {
    transform: translate(53.5577vw, 64.943vh) scale(0.3185);
  }
  to {
    transform: translate(51.13085vw, 100vh) scale(0.3185);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(11) {
  opacity: 0.0018;
  transform: translate(93.2495vw, -10px) scale(0.9532);
  animation: fall-11 30s -11s linear infinite;
}
@keyframes fall-11 {
  50.489% {
    transform: translate(86.9816vw, 50.489vh) scale(0.9532);
  }
  to {
    transform: translate(90.11555vw, 100vh) scale(0.9532);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(12) {
  opacity: 0.6143;
  transform: translate(56.7603vw, -10px) scale(0.4458);
  animation: fall-12 28s -12s linear infinite;
}
@keyframes fall-12 {
  42.335% {
    transform: translate(56.8095vw, 42.335vh) scale(0.4458);
  }
  to {
    transform: translate(56.7849vw, 100vh) scale(0.4458);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(13) {
  opacity: 0.2626;
  transform: translate(81.7237vw, -10px) scale(0.8326);
  animation: fall-13 15s -23s linear infinite;
}
@keyframes fall-13 {
  42.145% {
    transform: translate(81.7942vw, 42.145vh) scale(0.8326);
  }
  to {
    transform: translate(81.75895vw, 100vh) scale(0.8326);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(14) {
  opacity: 0.8162;
  transform: translate(23.957vw, -10px) scale(0.4227);
  animation: fall-14 21s -19s linear infinite;
}
@keyframes fall-14 {
  36.022% {
    transform: translate(17.4045vw, 36.022vh) scale(0.4227);
  }
  to {
    transform: translate(20.68075vw, 100vh) scale(0.4227);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(15) {
  opacity: 0.688;
  transform: translate(75.2407vw, -10px) scale(0.1043);
  animation: fall-15 24s -7s linear infinite;
}
@keyframes fall-15 {
  32.569% {
    transform: translate(70.8973vw, 32.569vh) scale(0.1043);
  }
  to {
    transform: translate(73.069vw, 100vh) scale(0.1043);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(16) {
  opacity: 0.9482;
  transform: translate(21.2566vw, -10px) scale(0.7743);
  animation: fall-16 29s -8s linear infinite;
}
@keyframes fall-16 {
  42.525% {
    transform: translate(28.93vw, 42.525vh) scale(0.7743);
  }
  to {
    transform: translate(25.0933vw, 100vh) scale(0.7743);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(17) {
  opacity: 0.6724;
  transform: translate(77.8794vw, -10px) scale(0.2056);
  animation: fall-17 15s -18s linear infinite;
}
@keyframes fall-17 {
  35.037% {
    transform: translate(75.1317vw, 35.037vh) scale(0.2056);
  }
  to {
    transform: translate(76.50555vw, 100vh) scale(0.2056);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(18) {
  opacity: 0.8266;
  transform: translate(42.7636vw, -10px) scale(0.2232);
  animation: fall-18 15s -13s linear infinite;
}
@keyframes fall-18 {
  46.532% {
    transform: translate(35.2715vw, 46.532vh) scale(0.2232);
  }
  to {
    transform: translate(39.01755vw, 100vh) scale(0.2232);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(19) {
  opacity: 0.2918;
  transform: translate(79.7816vw, -10px) scale(0.4513);
  animation: fall-19 19s -29s linear infinite;
}
@keyframes fall-19 {
  74.193% {
    transform: translate(76.2195vw, 74.193vh) scale(0.4513);
  }
  to {
    transform: translate(78.00055vw, 100vh) scale(0.4513);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(20) {
  opacity: 0.2208;
  transform: translate(47.2239vw, -10px) scale(0.0526);
  animation: fall-20 23s -22s linear infinite;
}
@keyframes fall-20 {
  60.448% {
    transform: translate(43.1799vw, 60.448vh) scale(0.0526);
  }
  to {
    transform: translate(45.2019vw, 100vh) scale(0.0526);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(21) {
  opacity: 0.501;
  transform: translate(84.6811vw, -10px) scale(0.6625);
  animation: fall-21 14s -23s linear infinite;
}
@keyframes fall-21 {
  55.249% {
    transform: translate(90.481vw, 55.249vh) scale(0.6625);
  }
  to {
    transform: translate(87.58105vw, 100vh) scale(0.6625);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(22) {
  opacity: 0.8743;
  transform: translate(84.1654vw, -10px) scale(0.5321);
  animation: fall-22 23s -8s linear infinite;
}
@keyframes fall-22 {
  43.771% {
    transform: translate(93.0235vw, 43.771vh) scale(0.5321);
  }
  to {
    transform: translate(88.59445vw, 100vh) scale(0.5321);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(23) {
  opacity: 0.7333;
  transform: translate(99.7128vw, -10px) scale(0.1704);
  animation: fall-23 25s -3s linear infinite;
}
@keyframes fall-23 {
  56.196% {
    transform: translate(106.365vw, 56.196vh) scale(0.1704);
  }
  to {
    transform: translate(103.0389vw, 100vh) scale(0.1704);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(24) {
  opacity: 0.8918;
  transform: translate(18.1883vw, -10px) scale(0.8617);
  animation: fall-24 11s -30s linear infinite;
}
@keyframes fall-24 {
  65.219% {
    transform: translate(20.7134vw, 65.219vh) scale(0.8617);
  }
  to {
    transform: translate(19.45085vw, 100vh) scale(0.8617);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(25) {
  opacity: 0.4241;
  transform: translate(26.7526vw, -10px) scale(0.5816);
  animation: fall-25 10s -28s linear infinite;
}
@keyframes fall-25 {
  79.577% {
    transform: translate(19.1866vw, 79.577vh) scale(0.5816);
  }
  to {
    transform: translate(22.9696vw, 100vh) scale(0.5816);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(26) {
  opacity: 0.1882;
  transform: translate(77.3959vw, -10px) scale(0.8211);
  animation: fall-26 15s -12s linear infinite;
}
@keyframes fall-26 {
  68.028% {
    transform: translate(73.3514vw, 68.028vh) scale(0.8211);
  }
  to {
    transform: translate(75.37365vw, 100vh) scale(0.8211);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(27) {
  opacity: 0.769;
  transform: translate(99.5356vw, -10px) scale(0.0673);
  animation: fall-27 24s -8s linear infinite;
}
@keyframes fall-27 {
  51.184% {
    transform: translate(93.1548vw, 51.184vh) scale(0.0673);
  }
  to {
    transform: translate(96.3452vw, 100vh) scale(0.0673);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(28) {
  opacity: 0.5209;
  transform: translate(64.8875vw, -10px) scale(0.2985);
  animation: fall-28 11s -1s linear infinite;
}
@keyframes fall-28 {
  53.152% {
    transform: translate(70.8196vw, 53.152vh) scale(0.2985);
  }
  to {
    transform: translate(67.85355vw, 100vh) scale(0.2985);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(29) {
  opacity: 0.3788;
  transform: translate(20.4073vw, -10px) scale(0.0282);
  animation: fall-29 27s -13s linear infinite;
}
@keyframes fall-29 {
  49.118% {
    transform: translate(24.5344vw, 49.118vh) scale(0.0282);
  }
  to {
    transform: translate(22.47085vw, 100vh) scale(0.0282);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(30) {
  opacity: 0.849;
  transform: translate(98.4839vw, -10px) scale(0.6494);
  animation: fall-30 21s -25s linear infinite;
}
@keyframes fall-30 {
  70.587% {
    transform: translate(93.7939vw, 70.587vh) scale(0.6494);
  }
  to {
    transform: translate(96.1389vw, 100vh) scale(0.6494);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(31) {
  opacity: 0.3029;
  transform: translate(39.0771vw, -10px) scale(0.1348);
  animation: fall-31 14s -3s linear infinite;
}
@keyframes fall-31 {
  33.343% {
    transform: translate(45.7745vw, 33.343vh) scale(0.1348);
  }
  to {
    transform: translate(42.4258vw, 100vh) scale(0.1348);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(32) {
  opacity: 0.5217;
  transform: translate(36.2171vw, -10px) scale(0.5967);
  animation: fall-32 30s -18s linear infinite;
}
@keyframes fall-32 {
  73.445% {
    transform: translate(35.1597vw, 73.445vh) scale(0.5967);
  }
  to {
    transform: translate(35.6884vw, 100vh) scale(0.5967);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(33) {
  opacity: 0.3615;
  transform: translate(18.7439vw, -10px) scale(0.2502);
  animation: fall-33 15s -24s linear infinite;
}
@keyframes fall-33 {
  78.662% {
    transform: translate(11.8519vw, 78.662vh) scale(0.2502);
  }
  to {
    transform: translate(15.2979vw, 100vh) scale(0.2502);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(34) {
  opacity: 0.4146;
  transform: translate(37.9258vw, -10px) scale(0.121);
  animation: fall-34 29s -25s linear infinite;
}
@keyframes fall-34 {
  68.179% {
    transform: translate(28.8605vw, 68.179vh) scale(0.121);
  }
  to {
    transform: translate(33.39315vw, 100vh) scale(0.121);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(35) {
  opacity: 0.9206;
  transform: translate(9.3039vw, -10px) scale(0.744);
  animation: fall-35 19s -29s linear infinite;
}
@keyframes fall-35 {
  49.884% {
    transform: translate(4.4595vw, 49.884vh) scale(0.744);
  }
  to {
    transform: translate(6.8817vw, 100vh) scale(0.744);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(36) {
  opacity: 0.0706;
  transform: translate(99.6378vw, -10px) scale(0.3902);
  animation: fall-36 17s -30s linear infinite;
}
@keyframes fall-36 {
  38.978% {
    transform: translate(105.4946vw, 38.978vh) scale(0.3902);
  }
  to {
    transform: translate(102.5662vw, 100vh) scale(0.3902);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(37) {
  opacity: 0.4011;
  transform: translate(15.5918vw, -10px) scale(0.0221);
  animation: fall-37 22s -9s linear infinite;
}
@keyframes fall-37 {
  70.606% {
    transform: translate(12.5808vw, 70.606vh) scale(0.0221);
  }
  to {
    transform: translate(14.0863vw, 100vh) scale(0.0221);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(38) {
  opacity: 0.2344;
  transform: translate(46.1516vw, -10px) scale(0.1524);
  animation: fall-38 13s -6s linear infinite;
}
@keyframes fall-38 {
  56.141% {
    transform: translate(38.9289vw, 56.141vh) scale(0.1524);
  }
  to {
    transform: translate(42.54025vw, 100vh) scale(0.1524);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(39) {
  opacity: 0.724;
  transform: translate(69.4122vw, -10px) scale(0.1058);
  animation: fall-39 18s -30s linear infinite;
}
@keyframes fall-39 {
  52.888% {
    transform: translate(77.9773vw, 52.888vh) scale(0.1058);
  }
  to {
    transform: translate(73.69475vw, 100vh) scale(0.1058);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(40) {
  opacity: 0.9784;
  transform: translate(86.9717vw, -10px) scale(0.04);
  animation: fall-40 19s -5s linear infinite;
}
@keyframes fall-40 {
  61.713% {
    transform: translate(86.4585vw, 61.713vh) scale(0.04);
  }
  to {
    transform: translate(86.7151vw, 100vh) scale(0.04);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(41) {
  opacity: 0.1551;
  transform: translate(28.5514vw, -10px) scale(0.5137);
  animation: fall-41 23s -13s linear infinite;
}
@keyframes fall-41 {
  63.454% {
    transform: translate(23.8048vw, 63.454vh) scale(0.5137);
  }
  to {
    transform: translate(26.1781vw, 100vh) scale(0.5137);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(42) {
  opacity: 0.791;
  transform: translate(73.6563vw, -10px) scale(0.8982);
  animation: fall-42 28s -11s linear infinite;
}
@keyframes fall-42 {
  37.131% {
    transform: translate(81.0994vw, 37.131vh) scale(0.8982);
  }
  to {
    transform: translate(77.37785vw, 100vh) scale(0.8982);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(43) {
  opacity: 0.7944;
  transform: translate(59.0053vw, -10px) scale(0.8664);
  animation: fall-43 11s -1s linear infinite;
}
@keyframes fall-43 {
  53.644% {
    transform: translate(53.3509vw, 53.644vh) scale(0.8664);
  }
  to {
    transform: translate(56.1781vw, 100vh) scale(0.8664);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(44) {
  opacity: 0.0576;
  transform: translate(45.9827vw, -10px) scale(0.1801);
  animation: fall-44 12s -3s linear infinite;
}
@keyframes fall-44 {
  31.474% {
    transform: translate(43.4757vw, 31.474vh) scale(0.1801);
  }
  to {
    transform: translate(44.7292vw, 100vh) scale(0.1801);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(45) {
  opacity: 0.4551;
  transform: translate(11.806vw, -10px) scale(0.1345);
  animation: fall-45 16s -4s linear infinite;
}
@keyframes fall-45 {
  42.564% {
    transform: translate(5.4229vw, 42.564vh) scale(0.1345);
  }
  to {
    transform: translate(8.61445vw, 100vh) scale(0.1345);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(46) {
  opacity: 0.3123;
  transform: translate(89.3293vw, -10px) scale(0.4503);
  animation: fall-46 27s -3s linear infinite;
}
@keyframes fall-46 {
  70.703% {
    transform: translate(98.3667vw, 70.703vh) scale(0.4503);
  }
  to {
    transform: translate(93.848vw, 100vh) scale(0.4503);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(47) {
  opacity: 0.6744;
  transform: translate(58.0986vw, -10px) scale(0.9702);
  animation: fall-47 21s -9s linear infinite;
}
@keyframes fall-47 {
  66.437% {
    transform: translate(51.6667vw, 66.437vh) scale(0.9702);
  }
  to {
    transform: translate(54.88265vw, 100vh) scale(0.9702);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(48) {
  opacity: 0.4528;
  transform: translate(48.6062vw, -10px) scale(0.5881);
  animation: fall-48 19s -12s linear infinite;
}
@keyframes fall-48 {
  72.66% {
    transform: translate(43.0896vw, 72.66vh) scale(0.5881);
  }
  to {
    transform: translate(45.8479vw, 100vh) scale(0.5881);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(49) {
  opacity: 0.327;
  transform: translate(11.0366vw, -10px) scale(0.875);
  animation: fall-49 14s -10s linear infinite;
}
@keyframes fall-49 {
  58.651% {
    transform: translate(6.9101vw, 58.651vh) scale(0.875);
  }
  to {
    transform: translate(8.97335vw, 100vh) scale(0.875);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(50) {
  opacity: 0.2987;
  transform: translate(46.4789vw, -10px) scale(0.0927);
  animation: fall-50 15s -11s linear infinite;
}
@keyframes fall-50 {
  65.314% {
    transform: translate(50.8095vw, 65.314vh) scale(0.0927);
  }
  to {
    transform: translate(48.6442vw, 100vh) scale(0.0927);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(51) {
  opacity: 0.3594;
  transform: translate(37.7994vw, -10px) scale(0.9406);
  animation: fall-51 21s -1s linear infinite;
}
@keyframes fall-51 {
  42.326% {
    transform: translate(31.04vw, 42.326vh) scale(0.9406);
  }
  to {
    transform: translate(34.4197vw, 100vh) scale(0.9406);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(52) {
  opacity: 0.0297;
  transform: translate(59.9459vw, -10px) scale(0.2012);
  animation: fall-52 13s -23s linear infinite;
}
@keyframes fall-52 {
  49.99% {
    transform: translate(60.1802vw, 49.99vh) scale(0.2012);
  }
  to {
    transform: translate(60.06305vw, 100vh) scale(0.2012);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(53) {
  opacity: 0.217;
  transform: translate(84.9934vw, -10px) scale(0.6813);
  animation: fall-53 29s -14s linear infinite;
}
@keyframes fall-53 {
  41.424% {
    transform: translate(93.3998vw, 41.424vh) scale(0.6813);
  }
  to {
    transform: translate(89.1966vw, 100vh) scale(0.6813);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(54) {
  opacity: 0.1404;
  transform: translate(52.5776vw, -10px) scale(0.933);
  animation: fall-54 24s -10s linear infinite;
}
@keyframes fall-54 {
  65.348% {
    transform: translate(47.21vw, 65.348vh) scale(0.933);
  }
  to {
    transform: translate(49.8938vw, 100vh) scale(0.933);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(55) {
  opacity: 0.041;
  transform: translate(87.2644vw, -10px) scale(0.595);
  animation: fall-55 28s -5s linear infinite;
}
@keyframes fall-55 {
  64.338% {
    transform: translate(79.3593vw, 64.338vh) scale(0.595);
  }
  to {
    transform: translate(83.31185vw, 100vh) scale(0.595);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(56) {
  opacity: 0.1634;
  transform: translate(4.6421vw, -10px) scale(0.1648);
  animation: fall-56 12s -26s linear infinite;
}
@keyframes fall-56 {
  38.201% {
    transform: translate(-5.3408vw, 38.201vh) scale(0.1648);
  }
  to {
    transform: translate(-0.34935vw, 100vh) scale(0.1648);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(57) {
  opacity: 0.1533;
  transform: translate(94.5787vw, -10px) scale(0.0955);
  animation: fall-57 24s -16s linear infinite;
}
@keyframes fall-57 {
  65.078% {
    transform: translate(97.5992vw, 65.078vh) scale(0.0955);
  }
  to {
    transform: translate(96.08895vw, 100vh) scale(0.0955);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(58) {
  opacity: 0.1578;
  transform: translate(87.9381vw, -10px) scale(0.7526);
  animation: fall-58 12s -8s linear infinite;
}
@keyframes fall-58 {
  74.714% {
    transform: translate(78.1298vw, 74.714vh) scale(0.7526);
  }
  to {
    transform: translate(83.03395vw, 100vh) scale(0.7526);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(59) {
  opacity: 0.2075;
  transform: translate(29.4436vw, -10px) scale(0.4276);
  animation: fall-59 21s -9s linear infinite;
}
@keyframes fall-59 {
  73.324% {
    transform: translate(37.1361vw, 73.324vh) scale(0.4276);
  }
  to {
    transform: translate(33.28985vw, 100vh) scale(0.4276);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(60) {
  opacity: 0.0403;
  transform: translate(74.5271vw, -10px) scale(0.1489);
  animation: fall-60 19s -13s linear infinite;
}
@keyframes fall-60 {
  68.224% {
    transform: translate(69.3222vw, 68.224vh) scale(0.1489);
  }
  to {
    transform: translate(71.92465vw, 100vh) scale(0.1489);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(61) {
  opacity: 0.9692;
  transform: translate(44.028vw, -10px) scale(0.122);
  animation: fall-61 12s -23s linear infinite;
}
@keyframes fall-61 {
  71.38% {
    transform: translate(40.2763vw, 71.38vh) scale(0.122);
  }
  to {
    transform: translate(42.15215vw, 100vh) scale(0.122);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(62) {
  opacity: 0.0772;
  transform: translate(46.5863vw, -10px) scale(0.9728);
  animation: fall-62 28s -26s linear infinite;
}
@keyframes fall-62 {
  55.367% {
    transform: translate(55.251vw, 55.367vh) scale(0.9728);
  }
  to {
    transform: translate(50.91865vw, 100vh) scale(0.9728);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(63) {
  opacity: 0.1181;
  transform: translate(57.0825vw, -10px) scale(0.422);
  animation: fall-63 18s -23s linear infinite;
}
@keyframes fall-63 {
  53.668% {
    transform: translate(55.037vw, 53.668vh) scale(0.422);
  }
  to {
    transform: translate(56.05975vw, 100vh) scale(0.422);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(64) {
  opacity: 0.8923;
  transform: translate(77.2993vw, -10px) scale(0.9542);
  animation: fall-64 23s -6s linear infinite;
}
@keyframes fall-64 {
  63.707% {
    transform: translate(76.6985vw, 63.707vh) scale(0.9542);
  }
  to {
    transform: translate(76.9989vw, 100vh) scale(0.9542);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(65) {
  opacity: 0.8242;
  transform: translate(58.5556vw, -10px) scale(0.8633);
  animation: fall-65 16s -17s linear infinite;
}
@keyframes fall-65 {
  66.162% {
    transform: translate(59.7593vw, 66.162vh) scale(0.8633);
  }
  to {
    transform: translate(59.15745vw, 100vh) scale(0.8633);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(66) {
  opacity: 0.6277;
  transform: translate(15.6577vw, -10px) scale(0.09);
  animation: fall-66 25s -2s linear infinite;
}
@keyframes fall-66 {
  38.001% {
    transform: translate(14.5771vw, 38.001vh) scale(0.09);
  }
  to {
    transform: translate(15.1174vw, 100vh) scale(0.09);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(67) {
  opacity: 0.4518;
  transform: translate(4.9664vw, -10px) scale(0.0583);
  animation: fall-67 17s -11s linear infinite;
}
@keyframes fall-67 {
  69.488% {
    transform: translate(3.6209vw, 69.488vh) scale(0.0583);
  }
  to {
    transform: translate(4.29365vw, 100vh) scale(0.0583);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(68) {
  opacity: 0.7783;
  transform: translate(98.6526vw, -10px) scale(0.1591);
  animation: fall-68 13s -29s linear infinite;
}
@keyframes fall-68 {
  73.217% {
    transform: translate(103.9985vw, 73.217vh) scale(0.1591);
  }
  to {
    transform: translate(101.32555vw, 100vh) scale(0.1591);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(69) {
  opacity: 0.662;
  transform: translate(68.6569vw, -10px) scale(0.9668);
  animation: fall-69 12s -3s linear infinite;
}
@keyframes fall-69 {
  51.842% {
    transform: translate(66.9758vw, 51.842vh) scale(0.9668);
  }
  to {
    transform: translate(67.81635vw, 100vh) scale(0.9668);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(70) {
  opacity: 0.7967;
  transform: translate(65.553vw, -10px) scale(0.0349);
  animation: fall-70 28s -21s linear infinite;
}
@keyframes fall-70 {
  34.867% {
    transform: translate(71.3039vw, 34.867vh) scale(0.0349);
  }
  to {
    transform: translate(68.42845vw, 100vh) scale(0.0349);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(71) {
  opacity: 0.2803;
  transform: translate(31.4555vw, -10px) scale(0.1119);
  animation: fall-71 11s -25s linear infinite;
}
@keyframes fall-71 {
  43.331% {
    transform: translate(39.5753vw, 43.331vh) scale(0.1119);
  }
  to {
    transform: translate(35.5154vw, 100vh) scale(0.1119);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(72) {
  opacity: 0.6193;
  transform: translate(76.5004vw, -10px) scale(0.1329);
  animation: fall-72 17s -10s linear infinite;
}
@keyframes fall-72 {
  56.848% {
    transform: translate(85.6459vw, 56.848vh) scale(0.1329);
  }
  to {
    transform: translate(81.07315vw, 100vh) scale(0.1329);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(73) {
  opacity: 0.8521;
  transform: translate(34.4783vw, -10px) scale(0.5739);
  animation: fall-73 30s -7s linear infinite;
}
@keyframes fall-73 {
  60.981% {
    transform: translate(34.6696vw, 60.981vh) scale(0.5739);
  }
  to {
    transform: translate(34.57395vw, 100vh) scale(0.5739);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(74) {
  opacity: 0.2868;
  transform: translate(92.8867vw, -10px) scale(0.0053);
  animation: fall-74 21s -22s linear infinite;
}
@keyframes fall-74 {
  34.059% {
    transform: translate(86.3419vw, 34.059vh) scale(0.0053);
  }
  to {
    transform: translate(89.6143vw, 100vh) scale(0.0053);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(75) {
  opacity: 0.9253;
  transform: translate(99.0404vw, -10px) scale(0.3703);
  animation: fall-75 19s -20s linear infinite;
}
@keyframes fall-75 {
  68.051% {
    transform: translate(89.2248vw, 68.051vh) scale(0.3703);
  }
  to {
    transform: translate(94.1326vw, 100vh) scale(0.3703);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(76) {
  opacity: 0.0919;
  transform: translate(15.3151vw, -10px) scale(0.7687);
  animation: fall-76 21s -13s linear infinite;
}
@keyframes fall-76 {
  53.444% {
    transform: translate(13.0645vw, 53.444vh) scale(0.7687);
  }
  to {
    transform: translate(14.1898vw, 100vh) scale(0.7687);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(77) {
  opacity: 0.0263;
  transform: translate(81.9515vw, -10px) scale(0.8787);
  animation: fall-77 10s -6s linear infinite;
}
@keyframes fall-77 {
  56.75% {
    transform: translate(83.4186vw, 56.75vh) scale(0.8787);
  }
  to {
    transform: translate(82.68505vw, 100vh) scale(0.8787);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(78) {
  opacity: 0.2582;
  transform: translate(35.7676vw, -10px) scale(0.0316);
  animation: fall-78 14s -23s linear infinite;
}
@keyframes fall-78 {
  36.7% {
    transform: translate(42.2674vw, 36.7vh) scale(0.0316);
  }
  to {
    transform: translate(39.0175vw, 100vh) scale(0.0316);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(79) {
  opacity: 0.9717;
  transform: translate(99.8514vw, -10px) scale(0.2778);
  animation: fall-79 20s -16s linear infinite;
}
@keyframes fall-79 {
  48.957% {
    transform: translate(101.8685vw, 48.957vh) scale(0.2778);
  }
  to {
    transform: translate(100.85995vw, 100vh) scale(0.2778);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(80) {
  opacity: 0.3226;
  transform: translate(95.1967vw, -10px) scale(0.4312);
  animation: fall-80 13s -16s linear infinite;
}
@keyframes fall-80 {
  37.725% {
    transform: translate(95.0753vw, 37.725vh) scale(0.4312);
  }
  to {
    transform: translate(95.136vw, 100vh) scale(0.4312);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(81) {
  opacity: 0.0085;
  transform: translate(82.9725vw, -10px) scale(0.8892);
  animation: fall-81 29s -26s linear infinite;
}
@keyframes fall-81 {
  73.095% {
    transform: translate(84.7154vw, 73.095vh) scale(0.8892);
  }
  to {
    transform: translate(83.84395vw, 100vh) scale(0.8892);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(82) {
  opacity: 0.4957;
  transform: translate(21.1301vw, -10px) scale(0.7401);
  animation: fall-82 25s -9s linear infinite;
}
@keyframes fall-82 {
  36.671% {
    transform: translate(11.8512vw, 36.671vh) scale(0.7401);
  }
  to {
    transform: translate(16.49065vw, 100vh) scale(0.7401);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(83) {
  opacity: 0.3035;
  transform: translate(22.474vw, -10px) scale(0.9111);
  animation: fall-83 14s -26s linear infinite;
}
@keyframes fall-83 {
  44.624% {
    transform: translate(15.3863vw, 44.624vh) scale(0.9111);
  }
  to {
    transform: translate(18.93015vw, 100vh) scale(0.9111);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(84) {
  opacity: 0.9016;
  transform: translate(77.7254vw, -10px) scale(0.3523);
  animation: fall-84 10s -4s linear infinite;
}
@keyframes fall-84 {
  47.169% {
    transform: translate(84.571vw, 47.169vh) scale(0.3523);
  }
  to {
    transform: translate(81.1482vw, 100vh) scale(0.3523);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(85) {
  opacity: 0.7262;
  transform: translate(74.2621vw, -10px) scale(0.7601);
  animation: fall-85 26s -13s linear infinite;
}
@keyframes fall-85 {
  61.824% {
    transform: translate(75.1426vw, 61.824vh) scale(0.7601);
  }
  to {
    transform: translate(74.70235vw, 100vh) scale(0.7601);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(86) {
  opacity: 0.3584;
  transform: translate(77.3223vw, -10px) scale(0.5464);
  animation: fall-86 14s -8s linear infinite;
}
@keyframes fall-86 {
  57.904% {
    transform: translate(75.8494vw, 57.904vh) scale(0.5464);
  }
  to {
    transform: translate(76.58585vw, 100vh) scale(0.5464);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(87) {
  opacity: 0.301;
  transform: translate(60.2386vw, -10px) scale(0.322);
  animation: fall-87 11s -20s linear infinite;
}
@keyframes fall-87 {
  76.235% {
    transform: translate(58.4977vw, 76.235vh) scale(0.322);
  }
  to {
    transform: translate(59.36815vw, 100vh) scale(0.322);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(88) {
  opacity: 0.7702;
  transform: translate(49.5323vw, -10px) scale(0.3641);
  animation: fall-88 27s -10s linear infinite;
}
@keyframes fall-88 {
  46.766% {
    transform: translate(56.5878vw, 46.766vh) scale(0.3641);
  }
  to {
    transform: translate(53.06005vw, 100vh) scale(0.3641);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(89) {
  opacity: 0.7835;
  transform: translate(5.3528vw, -10px) scale(0.6947);
  animation: fall-89 17s -5s linear infinite;
}
@keyframes fall-89 {
  38.108% {
    transform: translate(-3.0286vw, 38.108vh) scale(0.6947);
  }
  to {
    transform: translate(1.1621vw, 100vh) scale(0.6947);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(90) {
  opacity: 0.9401;
  transform: translate(49.3146vw, -10px) scale(0.9709);
  animation: fall-90 25s -27s linear infinite;
}
@keyframes fall-90 {
  34.094% {
    transform: translate(53.9933vw, 34.094vh) scale(0.9709);
  }
  to {
    transform: translate(51.65395vw, 100vh) scale(0.9709);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(91) {
  opacity: 0.0236;
  transform: translate(86.7199vw, -10px) scale(0.9631);
  animation: fall-91 26s -18s linear infinite;
}
@keyframes fall-91 {
  39.109% {
    transform: translate(83.1571vw, 39.109vh) scale(0.9631);
  }
  to {
    transform: translate(84.9385vw, 100vh) scale(0.9631);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(92) {
  opacity: 0.8839;
  transform: translate(68.9888vw, -10px) scale(0.5575);
  animation: fall-92 17s -28s linear infinite;
}
@keyframes fall-92 {
  64.036% {
    transform: translate(62.2721vw, 64.036vh) scale(0.5575);
  }
  to {
    transform: translate(65.63045vw, 100vh) scale(0.5575);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(93) {
  opacity: 0.4629;
  transform: translate(79.3362vw, -10px) scale(0.7739);
  animation: fall-93 10s -19s linear infinite;
}
@keyframes fall-93 {
  57.295% {
    transform: translate(72.6683vw, 57.295vh) scale(0.7739);
  }
  to {
    transform: translate(76.00225vw, 100vh) scale(0.7739);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(94) {
  opacity: 0.8836;
  transform: translate(68.8553vw, -10px) scale(0.0105);
  animation: fall-94 16s -17s linear infinite;
}
@keyframes fall-94 {
  35.863% {
    transform: translate(65.6748vw, 35.863vh) scale(0.0105);
  }
  to {
    transform: translate(67.26505vw, 100vh) scale(0.0105);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(95) {
  opacity: 0.9424;
  transform: translate(94.4866vw, -10px) scale(0.1836);
  animation: fall-95 16s -6s linear infinite;
}
@keyframes fall-95 {
  55.407% {
    transform: translate(85.803vw, 55.407vh) scale(0.1836);
  }
  to {
    transform: translate(90.1448vw, 100vh) scale(0.1836);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(96) {
  opacity: 0.6029;
  transform: translate(96.3047vw, -10px) scale(0.0485);
  animation: fall-96 24s -11s linear infinite;
}
@keyframes fall-96 {
  72.07% {
    transform: translate(88.7206vw, 72.07vh) scale(0.0485);
  }
  to {
    transform: translate(92.51265vw, 100vh) scale(0.0485);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(97) {
  opacity: 0.2146;
  transform: translate(45.3537vw, -10px) scale(0.5218);
  animation: fall-97 14s -6s linear infinite;
}
@keyframes fall-97 {
  41.434% {
    transform: translate(44.7264vw, 41.434vh) scale(0.5218);
  }
  to {
    transform: translate(45.04005vw, 100vh) scale(0.5218);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(98) {
  opacity: 0.104;
  transform: translate(25.1887vw, -10px) scale(0.5633);
  animation: fall-98 21s -20s linear infinite;
}
@keyframes fall-98 {
  31.158% {
    transform: translate(33.8231vw, 31.158vh) scale(0.5633);
  }
  to {
    transform: translate(29.5059vw, 100vh) scale(0.5633);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(99) {
  opacity: 0.4255;
  transform: translate(37.3593vw, -10px) scale(0.4702);
  animation: fall-99 10s -9s linear infinite;
}
@keyframes fall-99 {
  61.775% {
    transform: translate(41.6772vw, 61.775vh) scale(0.4702);
  }
  to {
    transform: translate(39.51825vw, 100vh) scale(0.4702);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(100) {
  opacity: 0.256;
  transform: translate(13.1409vw, -10px) scale(0.3291);
  animation: fall-100 18s -2s linear infinite;
}
@keyframes fall-100 {
  40.002% {
    transform: translate(20.2747vw, 40.002vh) scale(0.3291);
  }
  to {
    transform: translate(16.7078vw, 100vh) scale(0.3291);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(101) {
  opacity: 0.8852;
  transform: translate(43.123vw, -10px) scale(0.1262);
  animation: fall-101 21s -5s linear infinite;
}
@keyframes fall-101 {
  79.411% {
    transform: translate(42.1094vw, 79.411vh) scale(0.1262);
  }
  to {
    transform: translate(42.6162vw, 100vh) scale(0.1262);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(102) {
  opacity: 0.5268;
  transform: translate(80.0868vw, -10px) scale(0.4774);
  animation: fall-102 18s -2s linear infinite;
}
@keyframes fall-102 {
  61.703% {
    transform: translate(85.7955vw, 61.703vh) scale(0.4774);
  }
  to {
    transform: translate(82.94115vw, 100vh) scale(0.4774);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(103) {
  opacity: 0.6921;
  transform: translate(31.4186vw, -10px) scale(0.1236);
  animation: fall-103 15s -17s linear infinite;
}
@keyframes fall-103 {
  58.647% {
    transform: translate(29.3063vw, 58.647vh) scale(0.1236);
  }
  to {
    transform: translate(30.36245vw, 100vh) scale(0.1236);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(104) {
  opacity: 0.4506;
  transform: translate(80.7358vw, -10px) scale(0.8749);
  animation: fall-104 12s -2s linear infinite;
}
@keyframes fall-104 {
  69.079% {
    transform: translate(90.101vw, 69.079vh) scale(0.8749);
  }
  to {
    transform: translate(85.4184vw, 100vh) scale(0.8749);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(105) {
  opacity: 0.6505;
  transform: translate(83.7536vw, -10px) scale(0.6841);
  animation: fall-105 19s -20s linear infinite;
}
@keyframes fall-105 {
  69.94% {
    transform: translate(91.1896vw, 69.94vh) scale(0.6841);
  }
  to {
    transform: translate(87.4716vw, 100vh) scale(0.6841);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(106) {
  opacity: 0.131;
  transform: translate(71.3843vw, -10px) scale(0.5455);
  animation: fall-106 30s -3s linear infinite;
}
@keyframes fall-106 {
  38.402% {
    transform: translate(79.6069vw, 38.402vh) scale(0.5455);
  }
  to {
    transform: translate(75.4956vw, 100vh) scale(0.5455);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(107) {
  opacity: 0.3947;
  transform: translate(8.033vw, -10px) scale(0.6638);
  animation: fall-107 16s -24s linear infinite;
}
@keyframes fall-107 {
  79.214% {
    transform: translate(17.2783vw, 79.214vh) scale(0.6638);
  }
  to {
    transform: translate(12.65565vw, 100vh) scale(0.6638);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(108) {
  opacity: 0.6597;
  transform: translate(40.2367vw, -10px) scale(0.1002);
  animation: fall-108 16s -25s linear infinite;
}
@keyframes fall-108 {
  63.03% {
    transform: translate(39.6398vw, 63.03vh) scale(0.1002);
  }
  to {
    transform: translate(39.93825vw, 100vh) scale(0.1002);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(109) {
  opacity: 0.6794;
  transform: translate(25.8605vw, -10px) scale(0.7845);
  animation: fall-109 22s -29s linear infinite;
}
@keyframes fall-109 {
  79.373% {
    transform: translate(21.0928vw, 79.373vh) scale(0.7845);
  }
  to {
    transform: translate(23.47665vw, 100vh) scale(0.7845);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(110) {
  opacity: 0.4244;
  transform: translate(39.0758vw, -10px) scale(0.8918);
  animation: fall-110 19s -16s linear infinite;
}
@keyframes fall-110 {
  71.236% {
    transform: translate(29.4389vw, 71.236vh) scale(0.8918);
  }
  to {
    transform: translate(34.25735vw, 100vh) scale(0.8918);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(111) {
  opacity: 0.074;
  transform: translate(14.057vw, -10px) scale(0.6678);
  animation: fall-111 28s -20s linear infinite;
}
@keyframes fall-111 {
  55.705% {
    transform: translate(11.7837vw, 55.705vh) scale(0.6678);
  }
  to {
    transform: translate(12.92035vw, 100vh) scale(0.6678);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(112) {
  opacity: 0.5153;
  transform: translate(10.8768vw, -10px) scale(0.65);
  animation: fall-112 26s -5s linear infinite;
}
@keyframes fall-112 {
  32.215% {
    transform: translate(13.0122vw, 32.215vh) scale(0.65);
  }
  to {
    transform: translate(11.9445vw, 100vh) scale(0.65);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(113) {
  opacity: 0.5021;
  transform: translate(40.2142vw, -10px) scale(0.0668);
  animation: fall-113 19s -23s linear infinite;
}
@keyframes fall-113 {
  47.326% {
    transform: translate(36.1707vw, 47.326vh) scale(0.0668);
  }
  to {
    transform: translate(38.19245vw, 100vh) scale(0.0668);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(114) {
  opacity: 0.3461;
  transform: translate(63.5459vw, -10px) scale(0.8531);
  animation: fall-114 30s -18s linear infinite;
}
@keyframes fall-114 {
  54.077% {
    transform: translate(62.8497vw, 54.077vh) scale(0.8531);
  }
  to {
    transform: translate(63.1978vw, 100vh) scale(0.8531);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(115) {
  opacity: 0.125;
  transform: translate(55.687vw, -10px) scale(0.9071);
  animation: fall-115 12s -22s linear infinite;
}
@keyframes fall-115 {
  40.536% {
    transform: translate(55.8285vw, 40.536vh) scale(0.9071);
  }
  to {
    transform: translate(55.75775vw, 100vh) scale(0.9071);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(116) {
  opacity: 1;
  transform: translate(20.4786vw, -10px) scale(0.5195);
  animation: fall-116 27s -20s linear infinite;
}
@keyframes fall-116 {
  34.164% {
    transform: translate(24.3962vw, 34.164vh) scale(0.5195);
  }
  to {
    transform: translate(22.4374vw, 100vh) scale(0.5195);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(117) {
  opacity: 0.943;
  transform: translate(13.7122vw, -10px) scale(0.001);
  animation: fall-117 16s -2s linear infinite;
}
@keyframes fall-117 {
  76.593% {
    transform: translate(6.0219vw, 76.593vh) scale(0.001);
  }
  to {
    transform: translate(9.86705vw, 100vh) scale(0.001);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(118) {
  opacity: 0.2157;
  transform: translate(93.8555vw, -10px) scale(0.1063);
  animation: fall-118 29s -29s linear infinite;
}
@keyframes fall-118 {
  75.079% {
    transform: translate(90.0018vw, 75.079vh) scale(0.1063);
  }
  to {
    transform: translate(91.92865vw, 100vh) scale(0.1063);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(119) {
  opacity: 0.3413;
  transform: translate(23.0803vw, -10px) scale(0.9113);
  animation: fall-119 29s -21s linear infinite;
}
@keyframes fall-119 {
  72.573% {
    transform: translate(16.204vw, 72.573vh) scale(0.9113);
  }
  to {
    transform: translate(19.64215vw, 100vh) scale(0.9113);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(120) {
  opacity: 0.6059;
  transform: translate(24.6281vw, -10px) scale(0.7236);
  animation: fall-120 16s -11s linear infinite;
}
@keyframes fall-120 {
  58.551% {
    transform: translate(34.1826vw, 58.551vh) scale(0.7236);
  }
  to {
    transform: translate(29.40535vw, 100vh) scale(0.7236);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(121) {
  opacity: 0.1181;
  transform: translate(98.9909vw, -10px) scale(0.8636);
  animation: fall-121 27s -5s linear infinite;
}
@keyframes fall-121 {
  73.074% {
    transform: translate(93.0931vw, 73.074vh) scale(0.8636);
  }
  to {
    transform: translate(96.042vw, 100vh) scale(0.8636);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(122) {
  opacity: 0.3989;
  transform: translate(0.1205vw, -10px) scale(0.7335);
  animation: fall-122 16s -14s linear infinite;
}
@keyframes fall-122 {
  68.39% {
    transform: translate(-0.9468vw, 68.39vh) scale(0.7335);
  }
  to {
    transform: translate(-0.41315vw, 100vh) scale(0.7335);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(123) {
  opacity: 0.9769;
  transform: translate(48.789vw, -10px) scale(0.7645);
  animation: fall-123 13s -21s linear infinite;
}
@keyframes fall-123 {
  68.001% {
    transform: translate(52.2067vw, 68.001vh) scale(0.7645);
  }
  to {
    transform: translate(50.49785vw, 100vh) scale(0.7645);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(124) {
  opacity: 0.3428;
  transform: translate(71.4624vw, -10px) scale(0.1955);
  animation: fall-124 15s -16s linear infinite;
}
@keyframes fall-124 {
  35.555% {
    transform: translate(72.6413vw, 35.555vh) scale(0.1955);
  }
  to {
    transform: translate(72.05185vw, 100vh) scale(0.1955);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(125) {
  opacity: 0.948;
  transform: translate(92.872vw, -10px) scale(0.456);
  animation: fall-125 22s -28s linear infinite;
}
@keyframes fall-125 {
  58.488% {
    transform: translate(100.1796vw, 58.488vh) scale(0.456);
  }
  to {
    transform: translate(96.5258vw, 100vh) scale(0.456);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(126) {
  opacity: 0.2474;
  transform: translate(14.4676vw, -10px) scale(0.6113);
  animation: fall-126 26s -12s linear infinite;
}
@keyframes fall-126 {
  59.445% {
    transform: translate(11.5397vw, 59.445vh) scale(0.6113);
  }
  to {
    transform: translate(13.00365vw, 100vh) scale(0.6113);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(127) {
  opacity: 0.5687;
  transform: translate(12.5598vw, -10px) scale(0.2627);
  animation: fall-127 17s -19s linear infinite;
}
@keyframes fall-127 {
  50.069% {
    transform: translate(17.2048vw, 50.069vh) scale(0.2627);
  }
  to {
    transform: translate(14.8823vw, 100vh) scale(0.2627);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(128) {
  opacity: 0.2209;
  transform: translate(93.5575vw, -10px) scale(0.4883);
  animation: fall-128 11s -29s linear infinite;
}
@keyframes fall-128 {
  70.044% {
    transform: translate(99.1667vw, 70.044vh) scale(0.4883);
  }
  to {
    transform: translate(96.3621vw, 100vh) scale(0.4883);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(129) {
  opacity: 0.9309;
  transform: translate(56.9299vw, -10px) scale(0.8474);
  animation: fall-129 26s -14s linear infinite;
}
@keyframes fall-129 {
  65.734% {
    transform: translate(48.2566vw, 65.734vh) scale(0.8474);
  }
  to {
    transform: translate(52.59325vw, 100vh) scale(0.8474);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(130) {
  opacity: 0.7055;
  transform: translate(65.3603vw, -10px) scale(0.0049);
  animation: fall-130 15s -15s linear infinite;
}
@keyframes fall-130 {
  56.256% {
    transform: translate(56.1227vw, 56.256vh) scale(0.0049);
  }
  to {
    transform: translate(60.7415vw, 100vh) scale(0.0049);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(131) {
  opacity: 0.1183;
  transform: translate(56.8528vw, -10px) scale(0.661);
  animation: fall-131 18s -26s linear infinite;
}
@keyframes fall-131 {
  74.226% {
    transform: translate(53.2019vw, 74.226vh) scale(0.661);
  }
  to {
    transform: translate(55.02735vw, 100vh) scale(0.661);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(132) {
  opacity: 0.1344;
  transform: translate(16.6284vw, -10px) scale(0.3772);
  animation: fall-132 11s -26s linear infinite;
}
@keyframes fall-132 {
  35.915% {
    transform: translate(18.9511vw, 35.915vh) scale(0.3772);
  }
  to {
    transform: translate(17.78975vw, 100vh) scale(0.3772);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(133) {
  opacity: 0.4415;
  transform: translate(59.2737vw, -10px) scale(0.0408);
  animation: fall-133 23s -22s linear infinite;
}
@keyframes fall-133 {
  43.067% {
    transform: translate(64.4894vw, 43.067vh) scale(0.0408);
  }
  to {
    transform: translate(61.88155vw, 100vh) scale(0.0408);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(134) {
  opacity: 0.6669;
  transform: translate(57.3934vw, -10px) scale(0.5295);
  animation: fall-134 10s -26s linear infinite;
}
@keyframes fall-134 {
  55.693% {
    transform: translate(66.3464vw, 55.693vh) scale(0.5295);
  }
  to {
    transform: translate(61.8699vw, 100vh) scale(0.5295);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(135) {
  opacity: 0.8146;
  transform: translate(0.8355vw, -10px) scale(0.79);
  animation: fall-135 11s -3s linear infinite;
}
@keyframes fall-135 {
  72.918% {
    transform: translate(1.3105vw, 72.918vh) scale(0.79);
  }
  to {
    transform: translate(1.073vw, 100vh) scale(0.79);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(136) {
  opacity: 0.9465;
  transform: translate(73.6531vw, -10px) scale(0.1331);
  animation: fall-136 23s -27s linear infinite;
}
@keyframes fall-136 {
  58.087% {
    transform: translate(82.7751vw, 58.087vh) scale(0.1331);
  }
  to {
    transform: translate(78.2141vw, 100vh) scale(0.1331);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(137) {
  opacity: 0.1604;
  transform: translate(59.9791vw, -10px) scale(0.5301);
  animation: fall-137 26s -14s linear infinite;
}
@keyframes fall-137 {
  66.74% {
    transform: translate(67.0197vw, 66.74vh) scale(0.5301);
  }
  to {
    transform: translate(63.4994vw, 100vh) scale(0.5301);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(138) {
  opacity: 0.0101;
  transform: translate(77.8583vw, -10px) scale(0.4009);
  animation: fall-138 23s -14s linear infinite;
}
@keyframes fall-138 {
  41.295% {
    transform: translate(77.6876vw, 41.295vh) scale(0.4009);
  }
  to {
    transform: translate(77.77295vw, 100vh) scale(0.4009);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(139) {
  opacity: 0.2446;
  transform: translate(22.8155vw, -10px) scale(0.5226);
  animation: fall-139 18s -26s linear infinite;
}
@keyframes fall-139 {
  66.371% {
    transform: translate(27.2446vw, 66.371vh) scale(0.5226);
  }
  to {
    transform: translate(25.03005vw, 100vh) scale(0.5226);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(140) {
  opacity: 0.9452;
  transform: translate(57.518vw, -10px) scale(0.0307);
  animation: fall-140 20s -5s linear infinite;
}
@keyframes fall-140 {
  57.57% {
    transform: translate(50.3958vw, 57.57vh) scale(0.0307);
  }
  to {
    transform: translate(53.9569vw, 100vh) scale(0.0307);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(141) {
  opacity: 0.5547;
  transform: translate(18.2768vw, -10px) scale(0.7248);
  animation: fall-141 20s -19s linear infinite;
}
@keyframes fall-141 {
  65.563% {
    transform: translate(19.6701vw, 65.563vh) scale(0.7248);
  }
  to {
    transform: translate(18.97345vw, 100vh) scale(0.7248);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(142) {
  opacity: 0.0198;
  transform: translate(3.1531vw, -10px) scale(0.3245);
  animation: fall-142 24s -9s linear infinite;
}
@keyframes fall-142 {
  41.777% {
    transform: translate(1.8312vw, 41.777vh) scale(0.3245);
  }
  to {
    transform: translate(2.49215vw, 100vh) scale(0.3245);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(143) {
  opacity: 0.4899;
  transform: translate(53.0608vw, -10px) scale(0.7443);
  animation: fall-143 19s -23s linear infinite;
}
@keyframes fall-143 {
  69.268% {
    transform: translate(59.8578vw, 69.268vh) scale(0.7443);
  }
  to {
    transform: translate(56.4593vw, 100vh) scale(0.7443);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(144) {
  opacity: 0.6377;
  transform: translate(61.3254vw, -10px) scale(0.5039);
  animation: fall-144 25s -13s linear infinite;
}
@keyframes fall-144 {
  49.611% {
    transform: translate(62.6349vw, 49.611vh) scale(0.5039);
  }
  to {
    transform: translate(61.98015vw, 100vh) scale(0.5039);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(145) {
  opacity: 0.2145;
  transform: translate(63.4239vw, -10px) scale(0.6241);
  animation: fall-145 19s -27s linear infinite;
}
@keyframes fall-145 {
  32.498% {
    transform: translate(69.6432vw, 32.498vh) scale(0.6241);
  }
  to {
    transform: translate(66.53355vw, 100vh) scale(0.6241);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(146) {
  opacity: 0.5647;
  transform: translate(98.5056vw, -10px) scale(0.3486);
  animation: fall-146 29s -28s linear infinite;
}
@keyframes fall-146 {
  41.083% {
    transform: translate(89.2143vw, 41.083vh) scale(0.3486);
  }
  to {
    transform: translate(93.85995vw, 100vh) scale(0.3486);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(147) {
  opacity: 0.2258;
  transform: translate(95.8582vw, -10px) scale(0.3005);
  animation: fall-147 18s -22s linear infinite;
}
@keyframes fall-147 {
  46.586% {
    transform: translate(103.4524vw, 46.586vh) scale(0.3005);
  }
  to {
    transform: translate(99.6553vw, 100vh) scale(0.3005);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(148) {
  opacity: 0.0713;
  transform: translate(88.2637vw, -10px) scale(0.5807);
  animation: fall-148 10s -28s linear infinite;
}
@keyframes fall-148 {
  49.879% {
    transform: translate(78.7419vw, 49.879vh) scale(0.5807);
  }
  to {
    transform: translate(83.5028vw, 100vh) scale(0.5807);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(149) {
  opacity: 0.5509;
  transform: translate(11.5694vw, -10px) scale(0.6657);
  animation: fall-149 23s -24s linear infinite;
}
@keyframes fall-149 {
  41.936% {
    transform: translate(3.0406vw, 41.936vh) scale(0.6657);
  }
  to {
    transform: translate(7.305vw, 100vh) scale(0.6657);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(150) {
  opacity: 0.3753;
  transform: translate(13.0165vw, -10px) scale(0.5234);
  animation: fall-150 27s -15s linear infinite;
}
@keyframes fall-150 {
  79.086% {
    transform: translate(10.8882vw, 79.086vh) scale(0.5234);
  }
  to {
    transform: translate(11.95235vw, 100vh) scale(0.5234);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(151) {
  opacity: 0.2722;
  transform: translate(13.1671vw, -10px) scale(0.3543);
  animation: fall-151 29s -25s linear infinite;
}
@keyframes fall-151 {
  30.631% {
    transform: translate(14.4828vw, 30.631vh) scale(0.3543);
  }
  to {
    transform: translate(13.82495vw, 100vh) scale(0.3543);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(152) {
  opacity: 0.0893;
  transform: translate(46.4861vw, -10px) scale(0.8487);
  animation: fall-152 30s -14s linear infinite;
}
@keyframes fall-152 {
  59.234% {
    transform: translate(38.9682vw, 59.234vh) scale(0.8487);
  }
  to {
    transform: translate(42.72715vw, 100vh) scale(0.8487);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(153) {
  opacity: 0.2461;
  transform: translate(43.2267vw, -10px) scale(0.1275);
  animation: fall-153 13s -25s linear infinite;
}
@keyframes fall-153 {
  65.981% {
    transform: translate(43.4019vw, 65.981vh) scale(0.1275);
  }
  to {
    transform: translate(43.3143vw, 100vh) scale(0.1275);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(154) {
  opacity: 0.4759;
  transform: translate(56.7131vw, -10px) scale(0.0028);
  animation: fall-154 13s -18s linear infinite;
}
@keyframes fall-154 {
  65.855% {
    transform: translate(57.3057vw, 65.855vh) scale(0.0028);
  }
  to {
    transform: translate(57.0094vw, 100vh) scale(0.0028);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(155) {
  opacity: 0.6053;
  transform: translate(88.7132vw, -10px) scale(0.2642);
  animation: fall-155 22s -9s linear infinite;
}
@keyframes fall-155 {
  36.807% {
    transform: translate(89.2993vw, 36.807vh) scale(0.2642);
  }
  to {
    transform: translate(89.00625vw, 100vh) scale(0.2642);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(156) {
  opacity: 0.0716;
  transform: translate(1.2109vw, -10px) scale(0.4407);
  animation: fall-156 12s -13s linear infinite;
}
@keyframes fall-156 {
  78.159% {
    transform: translate(5.7463vw, 78.159vh) scale(0.4407);
  }
  to {
    transform: translate(3.4786vw, 100vh) scale(0.4407);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(157) {
  opacity: 0.7763;
  transform: translate(52.2927vw, -10px) scale(0.7705);
  animation: fall-157 21s -3s linear infinite;
}
@keyframes fall-157 {
  70.405% {
    transform: translate(53.8782vw, 70.405vh) scale(0.7705);
  }
  to {
    transform: translate(53.08545vw, 100vh) scale(0.7705);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(158) {
  opacity: 0.7393;
  transform: translate(31.9056vw, -10px) scale(0.1039);
  animation: fall-158 10s -28s linear infinite;
}
@keyframes fall-158 {
  41.668% {
    transform: translate(28.4227vw, 41.668vh) scale(0.1039);
  }
  to {
    transform: translate(30.16415vw, 100vh) scale(0.1039);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(159) {
  opacity: 0.8909;
  transform: translate(44.6865vw, -10px) scale(0.0998);
  animation: fall-159 28s -20s linear infinite;
}
@keyframes fall-159 {
  58.76% {
    transform: translate(41.8026vw, 58.76vh) scale(0.0998);
  }
  to {
    transform: translate(43.24455vw, 100vh) scale(0.0998);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(160) {
  opacity: 0.02;
  transform: translate(82.2825vw, -10px) scale(0.3545);
  animation: fall-160 28s -9s linear infinite;
}
@keyframes fall-160 {
  35.282% {
    transform: translate(89.2224vw, 35.282vh) scale(0.3545);
  }
  to {
    transform: translate(85.75245vw, 100vh) scale(0.3545);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(161) {
  opacity: 0.5095;
  transform: translate(83.2311vw, -10px) scale(0.8402);
  animation: fall-161 28s -25s linear infinite;
}
@keyframes fall-161 {
  51.681% {
    transform: translate(73.2667vw, 51.681vh) scale(0.8402);
  }
  to {
    transform: translate(78.2489vw, 100vh) scale(0.8402);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(162) {
  opacity: 0.5051;
  transform: translate(29.831vw, -10px) scale(0.8425);
  animation: fall-162 30s -4s linear infinite;
}
@keyframes fall-162 {
  66.189% {
    transform: translate(24.4289vw, 66.189vh) scale(0.8425);
  }
  to {
    transform: translate(27.12995vw, 100vh) scale(0.8425);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(163) {
  opacity: 0.1788;
  transform: translate(2.4046vw, -10px) scale(0.6052);
  animation: fall-163 28s -7s linear infinite;
}
@keyframes fall-163 {
  53.605% {
    transform: translate(10.8554vw, 53.605vh) scale(0.6052);
  }
  to {
    transform: translate(6.63vw, 100vh) scale(0.6052);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(164) {
  opacity: 0.4459;
  transform: translate(60.9707vw, -10px) scale(0.463);
  animation: fall-164 11s -9s linear infinite;
}
@keyframes fall-164 {
  69.154% {
    transform: translate(58.7616vw, 69.154vh) scale(0.463);
  }
  to {
    transform: translate(59.86615vw, 100vh) scale(0.463);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(165) {
  opacity: 0.7183;
  transform: translate(29.3824vw, -10px) scale(0.3217);
  animation: fall-165 14s -30s linear infinite;
}
@keyframes fall-165 {
  37.764% {
    transform: translate(33.2711vw, 37.764vh) scale(0.3217);
  }
  to {
    transform: translate(31.32675vw, 100vh) scale(0.3217);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(166) {
  opacity: 0.7277;
  transform: translate(61.5347vw, -10px) scale(0.8581);
  animation: fall-166 17s -12s linear infinite;
}
@keyframes fall-166 {
  66.242% {
    transform: translate(60.7141vw, 66.242vh) scale(0.8581);
  }
  to {
    transform: translate(61.1244vw, 100vh) scale(0.8581);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(167) {
  opacity: 0.7474;
  transform: translate(17.5351vw, -10px) scale(0.5606);
  animation: fall-167 14s -27s linear infinite;
}
@keyframes fall-167 {
  78.638% {
    transform: translate(11.3232vw, 78.638vh) scale(0.5606);
  }
  to {
    transform: translate(14.42915vw, 100vh) scale(0.5606);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(168) {
  opacity: 0.4257;
  transform: translate(15.1879vw, -10px) scale(0.2856);
  animation: fall-168 10s -6s linear infinite;
}
@keyframes fall-168 {
  78.581% {
    transform: translate(11.5278vw, 78.581vh) scale(0.2856);
  }
  to {
    transform: translate(13.35785vw, 100vh) scale(0.2856);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(169) {
  opacity: 0.0819;
  transform: translate(75.2402vw, -10px) scale(0.5454);
  animation: fall-169 30s -5s linear infinite;
}
@keyframes fall-169 {
  57.439% {
    transform: translate(74.8751vw, 57.439vh) scale(0.5454);
  }
  to {
    transform: translate(75.05765vw, 100vh) scale(0.5454);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(170) {
  opacity: 0.5815;
  transform: translate(30.1316vw, -10px) scale(0.9908);
  animation: fall-170 11s -1s linear infinite;
}
@keyframes fall-170 {
  76.426% {
    transform: translate(24.3877vw, 76.426vh) scale(0.9908);
  }
  to {
    transform: translate(27.25965vw, 100vh) scale(0.9908);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(171) {
  opacity: 0.3506;
  transform: translate(16.6261vw, -10px) scale(0.0914);
  animation: fall-171 19s -12s linear infinite;
}
@keyframes fall-171 {
  45.695% {
    transform: translate(24.624vw, 45.695vh) scale(0.0914);
  }
  to {
    transform: translate(20.62505vw, 100vh) scale(0.0914);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(172) {
  opacity: 0.133;
  transform: translate(95.6864vw, -10px) scale(0.0552);
  animation: fall-172 23s -21s linear infinite;
}
@keyframes fall-172 {
  70.302% {
    transform: translate(90.5554vw, 70.302vh) scale(0.0552);
  }
  to {
    transform: translate(93.1209vw, 100vh) scale(0.0552);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(173) {
  opacity: 0.3008;
  transform: translate(73.6948vw, -10px) scale(0.8361);
  animation: fall-173 14s -5s linear infinite;
}
@keyframes fall-173 {
  71.1% {
    transform: translate(81.9562vw, 71.1vh) scale(0.8361);
  }
  to {
    transform: translate(77.8255vw, 100vh) scale(0.8361);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(174) {
  opacity: 0.9392;
  transform: translate(49.6469vw, -10px) scale(0.5514);
  animation: fall-174 13s -5s linear infinite;
}
@keyframes fall-174 {
  55.439% {
    transform: translate(53.4719vw, 55.439vh) scale(0.5514);
  }
  to {
    transform: translate(51.5594vw, 100vh) scale(0.5514);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(175) {
  opacity: 0.946;
  transform: translate(67.0605vw, -10px) scale(0.348);
  animation: fall-175 30s -30s linear infinite;
}
@keyframes fall-175 {
  57% {
    transform: translate(66.5722vw, 57vh) scale(0.348);
  }
  to {
    transform: translate(66.81635vw, 100vh) scale(0.348);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(176) {
  opacity: 0.8151;
  transform: translate(42.1351vw, -10px) scale(0.9511);
  animation: fall-176 24s -6s linear infinite;
}
@keyframes fall-176 {
  37.824% {
    transform: translate(34.5366vw, 37.824vh) scale(0.9511);
  }
  to {
    transform: translate(38.33585vw, 100vh) scale(0.9511);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(177) {
  opacity: 0.7316;
  transform: translate(96.4223vw, -10px) scale(0.7697);
  animation: fall-177 23s -17s linear infinite;
}
@keyframes fall-177 {
  41.835% {
    transform: translate(106.1033vw, 41.835vh) scale(0.7697);
  }
  to {
    transform: translate(101.2628vw, 100vh) scale(0.7697);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(178) {
  opacity: 0.6867;
  transform: translate(19.0543vw, -10px) scale(0.9818);
  animation: fall-178 17s -22s linear infinite;
}
@keyframes fall-178 {
  51.017% {
    transform: translate(10.1599vw, 51.017vh) scale(0.9818);
  }
  to {
    transform: translate(14.6071vw, 100vh) scale(0.9818);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(179) {
  opacity: 0.2698;
  transform: translate(52.212vw, -10px) scale(0.2624);
  animation: fall-179 29s -12s linear infinite;
}
@keyframes fall-179 {
  30.429% {
    transform: translate(60.7641vw, 30.429vh) scale(0.2624);
  }
  to {
    transform: translate(56.48805vw, 100vh) scale(0.2624);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(180) {
  opacity: 0.2724;
  transform: translate(98.0141vw, -10px) scale(0.2117);
  animation: fall-180 13s -15s linear infinite;
}
@keyframes fall-180 {
  58.849% {
    transform: translate(94.6058vw, 58.849vh) scale(0.2117);
  }
  to {
    transform: translate(96.30995vw, 100vh) scale(0.2117);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(181) {
  opacity: 0.6699;
  transform: translate(65.127vw, -10px) scale(0.4551);
  animation: fall-181 26s -11s linear infinite;
}
@keyframes fall-181 {
  34.961% {
    transform: translate(65.6993vw, 34.961vh) scale(0.4551);
  }
  to {
    transform: translate(65.41315vw, 100vh) scale(0.4551);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(182) {
  opacity: 0.7881;
  transform: translate(61.9726vw, -10px) scale(0.2912);
  animation: fall-182 16s -12s linear infinite;
}
@keyframes fall-182 {
  38.913% {
    transform: translate(69.4845vw, 38.913vh) scale(0.2912);
  }
  to {
    transform: translate(65.72855vw, 100vh) scale(0.2912);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(183) {
  opacity: 0.4785;
  transform: translate(83.4175vw, -10px) scale(0.8101);
  animation: fall-183 21s -9s linear infinite;
}
@keyframes fall-183 {
  57.478% {
    transform: translate(89.096vw, 57.478vh) scale(0.8101);
  }
  to {
    transform: translate(86.25675vw, 100vh) scale(0.8101);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(184) {
  opacity: 0.6145;
  transform: translate(24.8515vw, -10px) scale(0.1037);
  animation: fall-184 27s -13s linear infinite;
}
@keyframes fall-184 {
  59.275% {
    transform: translate(16.6038vw, 59.275vh) scale(0.1037);
  }
  to {
    transform: translate(20.72765vw, 100vh) scale(0.1037);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(185) {
  opacity: 0.4359;
  transform: translate(37.0964vw, -10px) scale(0.814);
  animation: fall-185 14s -9s linear infinite;
}
@keyframes fall-185 {
  55.151% {
    transform: translate(45.9229vw, 55.151vh) scale(0.814);
  }
  to {
    transform: translate(41.50965vw, 100vh) scale(0.814);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(186) {
  opacity: 0.2311;
  transform: translate(25.4805vw, -10px) scale(0.3369);
  animation: fall-186 30s -20s linear infinite;
}
@keyframes fall-186 {
  74.68% {
    transform: translate(32.3711vw, 74.68vh) scale(0.3369);
  }
  to {
    transform: translate(28.9258vw, 100vh) scale(0.3369);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(187) {
  opacity: 0.1426;
  transform: translate(41.3261vw, -10px) scale(0.6122);
  animation: fall-187 20s -13s linear infinite;
}
@keyframes fall-187 {
  57.479% {
    transform: translate(50.7919vw, 57.479vh) scale(0.6122);
  }
  to {
    transform: translate(46.059vw, 100vh) scale(0.6122);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(188) {
  opacity: 0.4063;
  transform: translate(88.7089vw, -10px) scale(0.8546);
  animation: fall-188 23s -18s linear infinite;
}
@keyframes fall-188 {
  50.227% {
    transform: translate(92.6646vw, 50.227vh) scale(0.8546);
  }
  to {
    transform: translate(90.68675vw, 100vh) scale(0.8546);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(189) {
  opacity: 0.5545;
  transform: translate(51.0778vw, -10px) scale(0.1395);
  animation: fall-189 20s -23s linear infinite;
}
@keyframes fall-189 {
  58.428% {
    transform: translate(41.7955vw, 58.428vh) scale(0.1395);
  }
  to {
    transform: translate(46.43665vw, 100vh) scale(0.1395);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(190) {
  opacity: 0.9922;
  transform: translate(68.3444vw, -10px) scale(0.4049);
  animation: fall-190 24s -2s linear infinite;
}
@keyframes fall-190 {
  67.393% {
    transform: translate(68.5809vw, 67.393vh) scale(0.4049);
  }
  to {
    transform: translate(68.46265vw, 100vh) scale(0.4049);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(191) {
  opacity: 0.8017;
  transform: translate(86.7615vw, -10px) scale(0.0096);
  animation: fall-191 25s -1s linear infinite;
}
@keyframes fall-191 {
  64.326% {
    transform: translate(81.2873vw, 64.326vh) scale(0.0096);
  }
  to {
    transform: translate(84.0244vw, 100vh) scale(0.0096);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(192) {
  opacity: 0.2397;
  transform: translate(92.828vw, -10px) scale(0.8756);
  animation: fall-192 14s -10s linear infinite;
}
@keyframes fall-192 {
  44.655% {
    transform: translate(91.8243vw, 44.655vh) scale(0.8756);
  }
  to {
    transform: translate(92.32615vw, 100vh) scale(0.8756);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(193) {
  opacity: 0.761;
  transform: translate(43.623vw, -10px) scale(0.0492);
  animation: fall-193 20s -5s linear infinite;
}
@keyframes fall-193 {
  60.91% {
    transform: translate(49.3033vw, 60.91vh) scale(0.0492);
  }
  to {
    transform: translate(46.46315vw, 100vh) scale(0.0492);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(194) {
  opacity: 0.0429;
  transform: translate(37.0162vw, -10px) scale(0.4808);
  animation: fall-194 23s -5s linear infinite;
}
@keyframes fall-194 {
  58.068% {
    transform: translate(35.803vw, 58.068vh) scale(0.4808);
  }
  to {
    transform: translate(36.4096vw, 100vh) scale(0.4808);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(195) {
  opacity: 0.3201;
  transform: translate(27.5926vw, -10px) scale(0.2865);
  animation: fall-195 12s -1s linear infinite;
}
@keyframes fall-195 {
  66.012% {
    transform: translate(30.818vw, 66.012vh) scale(0.2865);
  }
  to {
    transform: translate(29.2053vw, 100vh) scale(0.2865);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(196) {
  opacity: 0.6065;
  transform: translate(60.6375vw, -10px) scale(0.1388);
  animation: fall-196 22s -25s linear infinite;
}
@keyframes fall-196 {
  53.023% {
    transform: translate(59.3571vw, 53.023vh) scale(0.1388);
  }
  to {
    transform: translate(59.9973vw, 100vh) scale(0.1388);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(197) {
  opacity: 0.7288;
  transform: translate(6.127vw, -10px) scale(0.6929);
  animation: fall-197 11s -8s linear infinite;
}
@keyframes fall-197 {
  35.273% {
    transform: translate(1.5519vw, 35.273vh) scale(0.6929);
  }
  to {
    transform: translate(3.83945vw, 100vh) scale(0.6929);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(198) {
  opacity: 0.2875;
  transform: translate(79.3769vw, -10px) scale(0.1192);
  animation: fall-198 30s -7s linear infinite;
}
@keyframes fall-198 {
  33.972% {
    transform: translate(71.721vw, 33.972vh) scale(0.1192);
  }
  to {
    transform: translate(75.54895vw, 100vh) scale(0.1192);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(199) {
  opacity: 0.7871;
  transform: translate(78.5061vw, -10px) scale(0.2101);
  animation: fall-199 20s -21s linear infinite;
}
@keyframes fall-199 {
  75.521% {
    transform: translate(83.7439vw, 75.521vh) scale(0.2101);
  }
  to {
    transform: translate(81.125vw, 100vh) scale(0.2101);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(200) {
  opacity: 0.2064;
  transform: translate(84.4694vw, -10px) scale(0.3104);
  animation: fall-200 23s -23s linear infinite;
}
@keyframes fall-200 {
  40.125% {
    transform: translate(92.641vw, 40.125vh) scale(0.3104);
  }
  to {
    transform: translate(88.5552vw, 100vh) scale(0.3104);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(201) {
  opacity: 0.5116;
  transform: translate(87.6577vw, -10px) scale(0.3373);
  animation: fall-201 18s -16s linear infinite;
}
@keyframes fall-201 {
  35.668% {
    transform: translate(78.696vw, 35.668vh) scale(0.3373);
  }
  to {
    transform: translate(83.17685vw, 100vh) scale(0.3373);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(202) {
  opacity: 0.3715;
  transform: translate(21.503vw, -10px) scale(0.3901);
  animation: fall-202 19s -4s linear infinite;
}
@keyframes fall-202 {
  75.797% {
    transform: translate(21.0871vw, 75.797vh) scale(0.3901);
  }
  to {
    transform: translate(21.29505vw, 100vh) scale(0.3901);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(203) {
  opacity: 0.7628;
  transform: translate(3.7442vw, -10px) scale(0.2095);
  animation: fall-203 19s -24s linear infinite;
}
@keyframes fall-203 {
  63.44% {
    transform: translate(1.9741vw, 63.44vh) scale(0.2095);
  }
  to {
    transform: translate(2.85915vw, 100vh) scale(0.2095);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(204) {
  opacity: 0.7819;
  transform: translate(73.1867vw, -10px) scale(0.5466);
  animation: fall-204 13s -6s linear infinite;
}
@keyframes fall-204 {
  78.473% {
    transform: translate(75.5359vw, 78.473vh) scale(0.5466);
  }
  to {
    transform: translate(74.3613vw, 100vh) scale(0.5466);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(205) {
  opacity: 0.241;
  transform: translate(48.8187vw, -10px) scale(0.4899);
  animation: fall-205 10s -18s linear infinite;
}
@keyframes fall-205 {
  33.547% {
    transform: translate(57.0934vw, 33.547vh) scale(0.4899);
  }
  to {
    transform: translate(52.95605vw, 100vh) scale(0.4899);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(206) {
  opacity: 0.8797;
  transform: translate(58.5536vw, -10px) scale(0.151);
  animation: fall-206 26s -18s linear infinite;
}
@keyframes fall-206 {
  64.735% {
    transform: translate(51.5715vw, 64.735vh) scale(0.151);
  }
  to {
    transform: translate(55.06255vw, 100vh) scale(0.151);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(207) {
  opacity: 0.414;
  transform: translate(44.702vw, -10px) scale(0.0717);
  animation: fall-207 25s -17s linear infinite;
}
@keyframes fall-207 {
  36.534% {
    transform: translate(46.4758vw, 36.534vh) scale(0.0717);
  }
  to {
    transform: translate(45.5889vw, 100vh) scale(0.0717);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(208) {
  opacity: 0.7844;
  transform: translate(75.1304vw, -10px) scale(0.8596);
  animation: fall-208 21s -8s linear infinite;
}
@keyframes fall-208 {
  38.068% {
    transform: translate(84.042vw, 38.068vh) scale(0.8596);
  }
  to {
    transform: translate(79.5862vw, 100vh) scale(0.8596);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(209) {
  opacity: 0.3898;
  transform: translate(8.8632vw, -10px) scale(0.9685);
  animation: fall-209 22s -13s linear infinite;
}
@keyframes fall-209 {
  30.37% {
    transform: translate(17.1737vw, 30.37vh) scale(0.9685);
  }
  to {
    transform: translate(13.01845vw, 100vh) scale(0.9685);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(210) {
  opacity: 0.0352;
  transform: translate(16.9482vw, -10px) scale(0.3401);
  animation: fall-210 26s -2s linear infinite;
}
@keyframes fall-210 {
  33.031% {
    transform: translate(23.3398vw, 33.031vh) scale(0.3401);
  }
  to {
    transform: translate(20.144vw, 100vh) scale(0.3401);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(211) {
  opacity: 0.996;
  transform: translate(12.0906vw, -10px) scale(0.9722);
  animation: fall-211 29s -13s linear infinite;
}
@keyframes fall-211 {
  49.962% {
    transform: translate(7.6573vw, 49.962vh) scale(0.9722);
  }
  to {
    transform: translate(9.87395vw, 100vh) scale(0.9722);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(212) {
  opacity: 0.1715;
  transform: translate(92.4925vw, -10px) scale(0.827);
  animation: fall-212 10s -26s linear infinite;
}
@keyframes fall-212 {
  56.669% {
    transform: translate(88.896vw, 56.669vh) scale(0.827);
  }
  to {
    transform: translate(90.69425vw, 100vh) scale(0.827);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(213) {
  opacity: 0.7583;
  transform: translate(83.8254vw, -10px) scale(0.3641);
  animation: fall-213 27s -2s linear infinite;
}
@keyframes fall-213 {
  43.453% {
    transform: translate(83.3172vw, 43.453vh) scale(0.3641);
  }
  to {
    transform: translate(83.5713vw, 100vh) scale(0.3641);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(214) {
  opacity: 0.5825;
  transform: translate(41.2524vw, -10px) scale(0.4386);
  animation: fall-214 11s -3s linear infinite;
}
@keyframes fall-214 {
  53.298% {
    transform: translate(48.0081vw, 53.298vh) scale(0.4386);
  }
  to {
    transform: translate(44.63025vw, 100vh) scale(0.4386);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(215) {
  opacity: 0.3346;
  transform: translate(94.1427vw, -10px) scale(0.0983);
  animation: fall-215 21s -27s linear infinite;
}
@keyframes fall-215 {
  56.862% {
    transform: translate(86.9396vw, 56.862vh) scale(0.0983);
  }
  to {
    transform: translate(90.54115vw, 100vh) scale(0.0983);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(216) {
  opacity: 0.7905;
  transform: translate(75.1345vw, -10px) scale(0.231);
  animation: fall-216 10s -30s linear infinite;
}
@keyframes fall-216 {
  52.646% {
    transform: translate(75.1198vw, 52.646vh) scale(0.231);
  }
  to {
    transform: translate(75.12715vw, 100vh) scale(0.231);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(217) {
  opacity: 0.4323;
  transform: translate(29.1175vw, -10px) scale(0.2037);
  animation: fall-217 13s -10s linear infinite;
}
@keyframes fall-217 {
  54.053% {
    transform: translate(20.2027vw, 54.053vh) scale(0.2037);
  }
  to {
    transform: translate(24.6601vw, 100vh) scale(0.2037);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(218) {
  opacity: 0.5429;
  transform: translate(72.9336vw, -10px) scale(0.1566);
  animation: fall-218 20s -2s linear infinite;
}
@keyframes fall-218 {
  69.511% {
    transform: translate(82.5568vw, 69.511vh) scale(0.1566);
  }
  to {
    transform: translate(77.7452vw, 100vh) scale(0.1566);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(219) {
  opacity: 0.246;
  transform: translate(3.8692vw, -10px) scale(0.4274);
  animation: fall-219 19s -11s linear infinite;
}
@keyframes fall-219 {
  37.693% {
    transform: translate(3.8069vw, 37.693vh) scale(0.4274);
  }
  to {
    transform: translate(3.83805vw, 100vh) scale(0.4274);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(220) {
  opacity: 0.9237;
  transform: translate(31.7642vw, -10px) scale(0.1088);
  animation: fall-220 16s -27s linear infinite;
}
@keyframes fall-220 {
  65.716% {
    transform: translate(37.867vw, 65.716vh) scale(0.1088);
  }
  to {
    transform: translate(34.8156vw, 100vh) scale(0.1088);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(221) {
  opacity: 0.36;
  transform: translate(58.5984vw, -10px) scale(0.8127);
  animation: fall-221 23s -9s linear infinite;
}
@keyframes fall-221 {
  49.398% {
    transform: translate(57.5778vw, 49.398vh) scale(0.8127);
  }
  to {
    transform: translate(58.0881vw, 100vh) scale(0.8127);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(222) {
  opacity: 0.5297;
  transform: translate(41.575vw, -10px) scale(0.9654);
  animation: fall-222 17s -30s linear infinite;
}
@keyframes fall-222 {
  55.327% {
    transform: translate(44.2563vw, 55.327vh) scale(0.9654);
  }
  to {
    transform: translate(42.91565vw, 100vh) scale(0.9654);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(223) {
  opacity: 0.0293;
  transform: translate(22.8157vw, -10px) scale(0.1015);
  animation: fall-223 27s -12s linear infinite;
}
@keyframes fall-223 {
  48.337% {
    transform: translate(22.1952vw, 48.337vh) scale(0.1015);
  }
  to {
    transform: translate(22.50545vw, 100vh) scale(0.1015);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(224) {
  opacity: 0.7942;
  transform: translate(47.4218vw, -10px) scale(0.9524);
  animation: fall-224 23s -13s linear infinite;
}
@keyframes fall-224 {
  67.744% {
    transform: translate(56.7172vw, 67.744vh) scale(0.9524);
  }
  to {
    transform: translate(52.0695vw, 100vh) scale(0.9524);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(225) {
  opacity: 0.7009;
  transform: translate(87.8127vw, -10px) scale(0.4467);
  animation: fall-225 29s -26s linear infinite;
}
@keyframes fall-225 {
  43.198% {
    transform: translate(84.4691vw, 43.198vh) scale(0.4467);
  }
  to {
    transform: translate(86.1409vw, 100vh) scale(0.4467);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(226) {
  opacity: 0.9966;
  transform: translate(21.8757vw, -10px) scale(0.2544);
  animation: fall-226 19s -11s linear infinite;
}
@keyframes fall-226 {
  74.526% {
    transform: translate(17.2113vw, 74.526vh) scale(0.2544);
  }
  to {
    transform: translate(19.5435vw, 100vh) scale(0.2544);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(227) {
  opacity: 0.3956;
  transform: translate(97.7705vw, -10px) scale(0.9129);
  animation: fall-227 25s -22s linear infinite;
}
@keyframes fall-227 {
  30.028% {
    transform: translate(98.6476vw, 30.028vh) scale(0.9129);
  }
  to {
    transform: translate(98.20905vw, 100vh) scale(0.9129);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(228) {
  opacity: 0.0858;
  transform: translate(94.6161vw, -10px) scale(0.9913);
  animation: fall-228 20s -17s linear infinite;
}
@keyframes fall-228 {
  43.05% {
    transform: translate(99.1705vw, 43.05vh) scale(0.9913);
  }
  to {
    transform: translate(96.8933vw, 100vh) scale(0.9913);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(229) {
  opacity: 0.936;
  transform: translate(55.5393vw, -10px) scale(0.361);
  animation: fall-229 26s -2s linear infinite;
}
@keyframes fall-229 {
  37.503% {
    transform: translate(55.4297vw, 37.503vh) scale(0.361);
  }
  to {
    transform: translate(55.4845vw, 100vh) scale(0.361);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(230) {
  opacity: 0.9844;
  transform: translate(70.2485vw, -10px) scale(0.8784);
  animation: fall-230 13s -29s linear infinite;
}
@keyframes fall-230 {
  51.607% {
    transform: translate(74.7385vw, 51.607vh) scale(0.8784);
  }
  to {
    transform: translate(72.4935vw, 100vh) scale(0.8784);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(231) {
  opacity: 0.8339;
  transform: translate(25.0071vw, -10px) scale(0.6857);
  animation: fall-231 21s -11s linear infinite;
}
@keyframes fall-231 {
  38.789% {
    transform: translate(27.7602vw, 38.789vh) scale(0.6857);
  }
  to {
    transform: translate(26.38365vw, 100vh) scale(0.6857);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(232) {
  opacity: 0.4032;
  transform: translate(97.047vw, -10px) scale(0.1476);
  animation: fall-232 21s -15s linear infinite;
}
@keyframes fall-232 {
  37.083% {
    transform: translate(93.4518vw, 37.083vh) scale(0.1476);
  }
  to {
    transform: translate(95.2494vw, 100vh) scale(0.1476);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(233) {
  opacity: 0.8435;
  transform: translate(92.9718vw, -10px) scale(0.8602);
  animation: fall-233 26s -26s linear infinite;
}
@keyframes fall-233 {
  55.636% {
    transform: translate(86.284vw, 55.636vh) scale(0.8602);
  }
  to {
    transform: translate(89.6279vw, 100vh) scale(0.8602);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(234) {
  opacity: 0.0156;
  transform: translate(0.1216vw, -10px) scale(0.7763);
  animation: fall-234 13s -7s linear infinite;
}
@keyframes fall-234 {
  51.288% {
    transform: translate(-6.9108vw, 51.288vh) scale(0.7763);
  }
  to {
    transform: translate(-3.3946vw, 100vh) scale(0.7763);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(235) {
  opacity: 0.0191;
  transform: translate(35.9363vw, -10px) scale(0.477);
  animation: fall-235 23s -16s linear infinite;
}
@keyframes fall-235 {
  45.735% {
    transform: translate(38.8129vw, 45.735vh) scale(0.477);
  }
  to {
    transform: translate(37.3746vw, 100vh) scale(0.477);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(236) {
  opacity: 0.1521;
  transform: translate(89.7923vw, -10px) scale(0.7552);
  animation: fall-236 25s -27s linear infinite;
}
@keyframes fall-236 {
  47.732% {
    transform: translate(87.6362vw, 47.732vh) scale(0.7552);
  }
  to {
    transform: translate(88.71425vw, 100vh) scale(0.7552);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(237) {
  opacity: 0.3143;
  transform: translate(92.1072vw, -10px) scale(0.556);
  animation: fall-237 18s -26s linear infinite;
}
@keyframes fall-237 {
  74.819% {
    transform: translate(94.1803vw, 74.819vh) scale(0.556);
  }
  to {
    transform: translate(93.14375vw, 100vh) scale(0.556);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(238) {
  opacity: 0.5466;
  transform: translate(37.1264vw, -10px) scale(0.4145);
  animation: fall-238 21s -20s linear infinite;
}
@keyframes fall-238 {
  49.082% {
    transform: translate(39.467vw, 49.082vh) scale(0.4145);
  }
  to {
    transform: translate(38.2967vw, 100vh) scale(0.4145);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(239) {
  opacity: 0.9714;
  transform: translate(97.1547vw, -10px) scale(0.5762);
  animation: fall-239 19s -1s linear infinite;
}
@keyframes fall-239 {
  67.634% {
    transform: translate(90.759vw, 67.634vh) scale(0.5762);
  }
  to {
    transform: translate(93.95685vw, 100vh) scale(0.5762);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(240) {
  opacity: 0.7248;
  transform: translate(25.7451vw, -10px) scale(0.4588);
  animation: fall-240 30s -28s linear infinite;
}
@keyframes fall-240 {
  45.527% {
    transform: translate(23.5416vw, 45.527vh) scale(0.4588);
  }
  to {
    transform: translate(24.64335vw, 100vh) scale(0.4588);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(241) {
  opacity: 0.1428;
  transform: translate(9.2824vw, -10px) scale(0.5667);
  animation: fall-241 29s -26s linear infinite;
}
@keyframes fall-241 {
  73.785% {
    transform: translate(10.1241vw, 73.785vh) scale(0.5667);
  }
  to {
    transform: translate(9.70325vw, 100vh) scale(0.5667);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(242) {
  opacity: 0.4765;
  transform: translate(91.4094vw, -10px) scale(0.7304);
  animation: fall-242 16s -23s linear infinite;
}
@keyframes fall-242 {
  39.204% {
    transform: translate(94.0909vw, 39.204vh) scale(0.7304);
  }
  to {
    transform: translate(92.75015vw, 100vh) scale(0.7304);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(243) {
  opacity: 0.2323;
  transform: translate(45.6556vw, -10px) scale(0.0283);
  animation: fall-243 10s -8s linear infinite;
}
@keyframes fall-243 {
  49.407% {
    transform: translate(50.3667vw, 49.407vh) scale(0.0283);
  }
  to {
    transform: translate(48.01115vw, 100vh) scale(0.0283);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(244) {
  opacity: 0.3973;
  transform: translate(77.3922vw, -10px) scale(0.9592);
  animation: fall-244 17s -18s linear infinite;
}
@keyframes fall-244 {
  46.005% {
    transform: translate(84.5449vw, 46.005vh) scale(0.9592);
  }
  to {
    transform: translate(80.96855vw, 100vh) scale(0.9592);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(245) {
  opacity: 0.4843;
  transform: translate(68.6539vw, -10px) scale(0.2952);
  animation: fall-245 28s -19s linear infinite;
}
@keyframes fall-245 {
  53.427% {
    transform: translate(71.3929vw, 53.427vh) scale(0.2952);
  }
  to {
    transform: translate(70.0234vw, 100vh) scale(0.2952);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(246) {
  opacity: 0.7822;
  transform: translate(90.0527vw, -10px) scale(0.5699);
  animation: fall-246 30s -9s linear infinite;
}
@keyframes fall-246 {
  45.966% {
    transform: translate(99.5852vw, 45.966vh) scale(0.5699);
  }
  to {
    transform: translate(94.81895vw, 100vh) scale(0.5699);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(247) {
  opacity: 0.6168;
  transform: translate(45.6567vw, -10px) scale(0.2369);
  animation: fall-247 11s -6s linear infinite;
}
@keyframes fall-247 {
  70.515% {
    transform: translate(47.9995vw, 70.515vh) scale(0.2369);
  }
  to {
    transform: translate(46.8281vw, 100vh) scale(0.2369);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(248) {
  opacity: 0.9057;
  transform: translate(36.4571vw, -10px) scale(0.0423);
  animation: fall-248 23s -28s linear infinite;
}
@keyframes fall-248 {
  74.086% {
    transform: translate(41.5218vw, 74.086vh) scale(0.0423);
  }
  to {
    transform: translate(38.98945vw, 100vh) scale(0.0423);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(249) {
  opacity: 0.048;
  transform: translate(30.6548vw, -10px) scale(0.3192);
  animation: fall-249 28s -12s linear infinite;
}
@keyframes fall-249 {
  46.578% {
    transform: translate(28.4783vw, 46.578vh) scale(0.3192);
  }
  to {
    transform: translate(29.56655vw, 100vh) scale(0.3192);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(250) {
  opacity: 0.1539;
  transform: translate(28.655vw, -10px) scale(0.7445);
  animation: fall-250 29s -1s linear infinite;
}
@keyframes fall-250 {
  60.047% {
    transform: translate(31.4747vw, 60.047vh) scale(0.7445);
  }
  to {
    transform: translate(30.06485vw, 100vh) scale(0.7445);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(251) {
  opacity: 0.6875;
  transform: translate(20.0015vw, -10px) scale(0.1606);
  animation: fall-251 16s -10s linear infinite;
}
@keyframes fall-251 {
  42.096% {
    transform: translate(16.583vw, 42.096vh) scale(0.1606);
  }
  to {
    transform: translate(18.29225vw, 100vh) scale(0.1606);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(252) {
  opacity: 0.4619;
  transform: translate(84.8153vw, -10px) scale(0.6533);
  animation: fall-252 14s -30s linear infinite;
}
@keyframes fall-252 {
  69.163% {
    transform: translate(84.192vw, 69.163vh) scale(0.6533);
  }
  to {
    transform: translate(84.50365vw, 100vh) scale(0.6533);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(253) {
  opacity: 0.6496;
  transform: translate(21.8005vw, -10px) scale(0.7877);
  animation: fall-253 14s -6s linear infinite;
}
@keyframes fall-253 {
  55.712% {
    transform: translate(13.8199vw, 55.712vh) scale(0.7877);
  }
  to {
    transform: translate(17.8102vw, 100vh) scale(0.7877);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(254) {
  opacity: 0.8526;
  transform: translate(91.7249vw, -10px) scale(0.6983);
  animation: fall-254 23s -28s linear infinite;
}
@keyframes fall-254 {
  41.858% {
    transform: translate(100.5676vw, 41.858vh) scale(0.6983);
  }
  to {
    transform: translate(96.14625vw, 100vh) scale(0.6983);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(255) {
  opacity: 0.2009;
  transform: translate(18.1689vw, -10px) scale(0.0587);
  animation: fall-255 25s -14s linear infinite;
}
@keyframes fall-255 {
  34.758% {
    transform: translate(11.5488vw, 34.758vh) scale(0.0587);
  }
  to {
    transform: translate(14.85885vw, 100vh) scale(0.0587);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(256) {
  opacity: 0.3816;
  transform: translate(52.9801vw, -10px) scale(0.9517);
  animation: fall-256 15s -24s linear infinite;
}
@keyframes fall-256 {
  58.792% {
    transform: translate(44.2331vw, 58.792vh) scale(0.9517);
  }
  to {
    transform: translate(48.6066vw, 100vh) scale(0.9517);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(257) {
  opacity: 0.0025;
  transform: translate(76.8388vw, -10px) scale(0.5285);
  animation: fall-257 16s -22s linear infinite;
}
@keyframes fall-257 {
  55.237% {
    transform: translate(77.4285vw, 55.237vh) scale(0.5285);
  }
  to {
    transform: translate(77.13365vw, 100vh) scale(0.5285);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(258) {
  opacity: 0.6783;
  transform: translate(15.5569vw, -10px) scale(0.3408);
  animation: fall-258 13s -22s linear infinite;
}
@keyframes fall-258 {
  54.425% {
    transform: translate(13.6267vw, 54.425vh) scale(0.3408);
  }
  to {
    transform: translate(14.5918vw, 100vh) scale(0.3408);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(259) {
  opacity: 0.8883;
  transform: translate(71.816vw, -10px) scale(0.8107);
  animation: fall-259 20s -17s linear infinite;
}
@keyframes fall-259 {
  32.432% {
    transform: translate(62.7043vw, 32.432vh) scale(0.8107);
  }
  to {
    transform: translate(67.26015vw, 100vh) scale(0.8107);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(260) {
  opacity: 0.1026;
  transform: translate(20.7627vw, -10px) scale(0.4082);
  animation: fall-260 15s -1s linear infinite;
}
@keyframes fall-260 {
  69.7% {
    transform: translate(11.7134vw, 69.7vh) scale(0.4082);
  }
  to {
    transform: translate(16.23805vw, 100vh) scale(0.4082);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(261) {
  opacity: 0.4269;
  transform: translate(99.3392vw, -10px) scale(0.5577);
  animation: fall-261 24s -12s linear infinite;
}
@keyframes fall-261 {
  35.887% {
    transform: translate(97.0817vw, 35.887vh) scale(0.5577);
  }
  to {
    transform: translate(98.21045vw, 100vh) scale(0.5577);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(262) {
  opacity: 0.6788;
  transform: translate(50.6305vw, -10px) scale(0.4875);
  animation: fall-262 26s -18s linear infinite;
}
@keyframes fall-262 {
  53.346% {
    transform: translate(45.225vw, 53.346vh) scale(0.4875);
  }
  to {
    transform: translate(47.92775vw, 100vh) scale(0.4875);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(263) {
  opacity: 0.2222;
  transform: translate(49.8337vw, -10px) scale(0.0124);
  animation: fall-263 21s -4s linear infinite;
}
@keyframes fall-263 {
  53.387% {
    transform: translate(44.9683vw, 53.387vh) scale(0.0124);
  }
  to {
    transform: translate(47.401vw, 100vh) scale(0.0124);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(264) {
  opacity: 0.8479;
  transform: translate(98.6196vw, -10px) scale(0.7063);
  animation: fall-264 30s -2s linear infinite;
}
@keyframes fall-264 {
  43.589% {
    transform: translate(94.4368vw, 43.589vh) scale(0.7063);
  }
  to {
    transform: translate(96.5282vw, 100vh) scale(0.7063);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(265) {
  opacity: 0.0315;
  transform: translate(58.9627vw, -10px) scale(0.4987);
  animation: fall-265 17s -12s linear infinite;
}
@keyframes fall-265 {
  36.089% {
    transform: translate(51.0823vw, 36.089vh) scale(0.4987);
  }
  to {
    transform: translate(55.0225vw, 100vh) scale(0.4987);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(266) {
  opacity: 0.7778;
  transform: translate(69.1518vw, -10px) scale(0.7944);
  animation: fall-266 16s -1s linear infinite;
}
@keyframes fall-266 {
  63.016% {
    transform: translate(69.5701vw, 63.016vh) scale(0.7944);
  }
  to {
    transform: translate(69.36095vw, 100vh) scale(0.7944);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(267) {
  opacity: 0.7114;
  transform: translate(53.2376vw, -10px) scale(0.0602);
  animation: fall-267 18s -23s linear infinite;
}
@keyframes fall-267 {
  47.753% {
    transform: translate(44.1677vw, 47.753vh) scale(0.0602);
  }
  to {
    transform: translate(48.70265vw, 100vh) scale(0.0602);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(268) {
  opacity: 0.5602;
  transform: translate(55.0939vw, -10px) scale(0.7088);
  animation: fall-268 12s -19s linear infinite;
}
@keyframes fall-268 {
  77.76% {
    transform: translate(52.1558vw, 77.76vh) scale(0.7088);
  }
  to {
    transform: translate(53.62485vw, 100vh) scale(0.7088);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(269) {
  opacity: 0.5852;
  transform: translate(62.3868vw, -10px) scale(0.5453);
  animation: fall-269 25s -22s linear infinite;
}
@keyframes fall-269 {
  50.736% {
    transform: translate(57.7695vw, 50.736vh) scale(0.5453);
  }
  to {
    transform: translate(60.07815vw, 100vh) scale(0.5453);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(270) {
  opacity: 0.4069;
  transform: translate(66.4036vw, -10px) scale(0.9228);
  animation: fall-270 10s -14s linear infinite;
}
@keyframes fall-270 {
  34.955% {
    transform: translate(74.6556vw, 34.955vh) scale(0.9228);
  }
  to {
    transform: translate(70.5296vw, 100vh) scale(0.9228);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(271) {
  opacity: 0.8534;
  transform: translate(23.2081vw, -10px) scale(0.1058);
  animation: fall-271 25s -26s linear infinite;
}
@keyframes fall-271 {
  58.461% {
    transform: translate(16.649vw, 58.461vh) scale(0.1058);
  }
  to {
    transform: translate(19.92855vw, 100vh) scale(0.1058);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(272) {
  opacity: 0.6723;
  transform: translate(42.0218vw, -10px) scale(0.2245);
  animation: fall-272 15s -11s linear infinite;
}
@keyframes fall-272 {
  53.705% {
    transform: translate(49.5444vw, 53.705vh) scale(0.2245);
  }
  to {
    transform: translate(45.7831vw, 100vh) scale(0.2245);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(273) {
  opacity: 0.0849;
  transform: translate(25.0846vw, -10px) scale(0.2963);
  animation: fall-273 28s -22s linear infinite;
}
@keyframes fall-273 {
  74.889% {
    transform: translate(30.1531vw, 74.889vh) scale(0.2963);
  }
  to {
    transform: translate(27.61885vw, 100vh) scale(0.2963);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(274) {
  opacity: 0.949;
  transform: translate(27.907vw, -10px) scale(0.5594);
  animation: fall-274 28s -8s linear infinite;
}
@keyframes fall-274 {
  52.421% {
    transform: translate(37.414vw, 52.421vh) scale(0.5594);
  }
  to {
    transform: translate(32.6605vw, 100vh) scale(0.5594);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(275) {
  opacity: 0.2211;
  transform: translate(18.2903vw, -10px) scale(0.6407);
  animation: fall-275 24s -10s linear infinite;
}
@keyframes fall-275 {
  67.511% {
    transform: translate(23.2401vw, 67.511vh) scale(0.6407);
  }
  to {
    transform: translate(20.7652vw, 100vh) scale(0.6407);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(276) {
  opacity: 0.308;
  transform: translate(66.901vw, -10px) scale(0.8766);
  animation: fall-276 22s -1s linear infinite;
}
@keyframes fall-276 {
  61.316% {
    transform: translate(72.9507vw, 61.316vh) scale(0.8766);
  }
  to {
    transform: translate(69.92585vw, 100vh) scale(0.8766);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(277) {
  opacity: 0.6496;
  transform: translate(94.4099vw, -10px) scale(0.9323);
  animation: fall-277 11s -28s linear infinite;
}
@keyframes fall-277 {
  66.86% {
    transform: translate(96.7018vw, 66.86vh) scale(0.9323);
  }
  to {
    transform: translate(95.55585vw, 100vh) scale(0.9323);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(278) {
  opacity: 0.4897;
  transform: translate(94.9307vw, -10px) scale(0.1476);
  animation: fall-278 15s -19s linear infinite;
}
@keyframes fall-278 {
  45.784% {
    transform: translate(85.7571vw, 45.784vh) scale(0.1476);
  }
  to {
    transform: translate(90.3439vw, 100vh) scale(0.1476);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(279) {
  opacity: 0.0935;
  transform: translate(43.2688vw, -10px) scale(0.6756);
  animation: fall-279 10s -3s linear infinite;
}
@keyframes fall-279 {
  71.693% {
    transform: translate(42.8504vw, 71.693vh) scale(0.6756);
  }
  to {
    transform: translate(43.0596vw, 100vh) scale(0.6756);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(280) {
  opacity: 0.2802;
  transform: translate(92.5646vw, -10px) scale(0.054);
  animation: fall-280 29s -8s linear infinite;
}
@keyframes fall-280 {
  46.882% {
    transform: translate(87.3743vw, 46.882vh) scale(0.054);
  }
  to {
    transform: translate(89.96945vw, 100vh) scale(0.054);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(281) {
  opacity: 0.6248;
  transform: translate(22.8091vw, -10px) scale(0.0032);
  animation: fall-281 30s -4s linear infinite;
}
@keyframes fall-281 {
  39.921% {
    transform: translate(28.6404vw, 39.921vh) scale(0.0032);
  }
  to {
    transform: translate(25.72475vw, 100vh) scale(0.0032);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(282) {
  opacity: 0.8585;
  transform: translate(50.1571vw, -10px) scale(0.1696);
  animation: fall-282 20s -13s linear infinite;
}
@keyframes fall-282 {
  30.997% {
    transform: translate(40.9763vw, 30.997vh) scale(0.1696);
  }
  to {
    transform: translate(45.5667vw, 100vh) scale(0.1696);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(283) {
  opacity: 0.6489;
  transform: translate(30.5584vw, -10px) scale(0.155);
  animation: fall-283 22s -21s linear infinite;
}
@keyframes fall-283 {
  56.161% {
    transform: translate(33.8044vw, 56.161vh) scale(0.155);
  }
  to {
    transform: translate(32.1814vw, 100vh) scale(0.155);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(284) {
  opacity: 0.3296;
  transform: translate(83.594vw, -10px) scale(0.687);
  animation: fall-284 14s -7s linear infinite;
}
@keyframes fall-284 {
  73.817% {
    transform: translate(89.6675vw, 73.817vh) scale(0.687);
  }
  to {
    transform: translate(86.63075vw, 100vh) scale(0.687);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(285) {
  opacity: 0.5606;
  transform: translate(12.0589vw, -10px) scale(0.447);
  animation: fall-285 13s -21s linear infinite;
}
@keyframes fall-285 {
  38.444% {
    transform: translate(3.4834vw, 38.444vh) scale(0.447);
  }
  to {
    transform: translate(7.77115vw, 100vh) scale(0.447);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(286) {
  opacity: 0.4473;
  transform: translate(26.871vw, -10px) scale(0.0636);
  animation: fall-286 11s -20s linear infinite;
}
@keyframes fall-286 {
  46.844% {
    transform: translate(28.2814vw, 46.844vh) scale(0.0636);
  }
  to {
    transform: translate(27.5762vw, 100vh) scale(0.0636);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(287) {
  opacity: 0.0219;
  transform: translate(82.6526vw, -10px) scale(0.4376);
  animation: fall-287 30s -21s linear infinite;
}
@keyframes fall-287 {
  61.428% {
    transform: translate(84.3058vw, 61.428vh) scale(0.4376);
  }
  to {
    transform: translate(83.4792vw, 100vh) scale(0.4376);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(288) {
  opacity: 0.1621;
  transform: translate(51.2547vw, -10px) scale(0.0422);
  animation: fall-288 12s -14s linear infinite;
}
@keyframes fall-288 {
  50.781% {
    transform: translate(58.8055vw, 50.781vh) scale(0.0422);
  }
  to {
    transform: translate(55.0301vw, 100vh) scale(0.0422);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(289) {
  opacity: 0.7086;
  transform: translate(0.7135vw, -10px) scale(0.5709);
  animation: fall-289 29s -20s linear infinite;
}
@keyframes fall-289 {
  45.939% {
    transform: translate(10.6465vw, 45.939vh) scale(0.5709);
  }
  to {
    transform: translate(5.68vw, 100vh) scale(0.5709);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(290) {
  opacity: 0.7675;
  transform: translate(80.0889vw, -10px) scale(0.8091);
  animation: fall-290 21s -21s linear infinite;
}
@keyframes fall-290 {
  36.222% {
    transform: translate(72.3296vw, 36.222vh) scale(0.8091);
  }
  to {
    transform: translate(76.20925vw, 100vh) scale(0.8091);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(291) {
  opacity: 0.5018;
  transform: translate(31.5999vw, -10px) scale(0.6633);
  animation: fall-291 26s -8s linear infinite;
}
@keyframes fall-291 {
  79.208% {
    transform: translate(39.4059vw, 79.208vh) scale(0.6633);
  }
  to {
    transform: translate(35.5029vw, 100vh) scale(0.6633);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(292) {
  opacity: 0.3764;
  transform: translate(16.5538vw, -10px) scale(0.5259);
  animation: fall-292 28s -29s linear infinite;
}
@keyframes fall-292 {
  59.546% {
    transform: translate(23.61vw, 59.546vh) scale(0.5259);
  }
  to {
    transform: translate(20.0819vw, 100vh) scale(0.5259);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(293) {
  opacity: 0.7944;
  transform: translate(78.1147vw, -10px) scale(0.5135);
  animation: fall-293 29s -5s linear infinite;
}
@keyframes fall-293 {
  56.887% {
    transform: translate(70.1667vw, 56.887vh) scale(0.5135);
  }
  to {
    transform: translate(74.1407vw, 100vh) scale(0.5135);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(294) {
  opacity: 0.463;
  transform: translate(4.7697vw, -10px) scale(0.8748);
  animation: fall-294 10s -28s linear infinite;
}
@keyframes fall-294 {
  72.764% {
    transform: translate(14.3153vw, 72.764vh) scale(0.8748);
  }
  to {
    transform: translate(9.5425vw, 100vh) scale(0.8748);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(295) {
  opacity: 0.7974;
  transform: translate(96.6974vw, -10px) scale(0.9737);
  animation: fall-295 15s -30s linear infinite;
}
@keyframes fall-295 {
  41.429% {
    transform: translate(92.1251vw, 41.429vh) scale(0.9737);
  }
  to {
    transform: translate(94.41125vw, 100vh) scale(0.9737);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(296) {
  opacity: 0.5526;
  transform: translate(45.4984vw, -10px) scale(0.1445);
  animation: fall-296 23s -30s linear infinite;
}
@keyframes fall-296 {
  42.554% {
    transform: translate(51.8779vw, 42.554vh) scale(0.1445);
  }
  to {
    transform: translate(48.68815vw, 100vh) scale(0.1445);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(297) {
  opacity: 0.1403;
  transform: translate(39.283vw, -10px) scale(0.2677);
  animation: fall-297 11s -10s linear infinite;
}
@keyframes fall-297 {
  56.716% {
    transform: translate(47.109vw, 56.716vh) scale(0.2677);
  }
  to {
    transform: translate(43.196vw, 100vh) scale(0.2677);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(298) {
  opacity: 0.0055;
  transform: translate(3.6114vw, -10px) scale(0.3089);
  animation: fall-298 21s -12s linear infinite;
}
@keyframes fall-298 {
  40.309% {
    transform: translate(-2.7876vw, 40.309vh) scale(0.3089);
  }
  to {
    transform: translate(0.4119vw, 100vh) scale(0.3089);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(299) {
  opacity: 0.0687;
  transform: translate(9.4163vw, -10px) scale(0.8533);
  animation: fall-299 15s -7s linear infinite;
}
@keyframes fall-299 {
  31.143% {
    transform: translate(1.7033vw, 31.143vh) scale(0.8533);
  }
  to {
    transform: translate(5.5598vw, 100vh) scale(0.8533);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(300) {
  opacity: 0.1133;
  transform: translate(47.1052vw, -10px) scale(0.4976);
  animation: fall-300 12s -17s linear infinite;
}
@keyframes fall-300 {
  61.341% {
    transform: translate(54.6597vw, 61.341vh) scale(0.4976);
  }
  to {
    transform: translate(50.88245vw, 100vh) scale(0.4976);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(301) {
  opacity: 0.4898;
  transform: translate(38.0821vw, -10px) scale(0.607);
  animation: fall-301 25s -19s linear infinite;
}
@keyframes fall-301 {
  31.116% {
    transform: translate(40.2574vw, 31.116vh) scale(0.607);
  }
  to {
    transform: translate(39.16975vw, 100vh) scale(0.607);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(302) {
  opacity: 0.5995;
  transform: translate(66.717vw, -10px) scale(0.6387);
  animation: fall-302 19s -15s linear infinite;
}
@keyframes fall-302 {
  58.943% {
    transform: translate(59.1607vw, 58.943vh) scale(0.6387);
  }
  to {
    transform: translate(62.93885vw, 100vh) scale(0.6387);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(303) {
  opacity: 0.9387;
  transform: translate(67.676vw, -10px) scale(0.3794);
  animation: fall-303 17s -18s linear infinite;
}
@keyframes fall-303 {
  35.849% {
    transform: translate(60.1109vw, 35.849vh) scale(0.3794);
  }
  to {
    transform: translate(63.89345vw, 100vh) scale(0.3794);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(304) {
  opacity: 0.8954;
  transform: translate(43.3443vw, -10px) scale(0.0098);
  animation: fall-304 20s -20s linear infinite;
}
@keyframes fall-304 {
  50.829% {
    transform: translate(37.0425vw, 50.829vh) scale(0.0098);
  }
  to {
    transform: translate(40.1934vw, 100vh) scale(0.0098);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(305) {
  opacity: 0.7523;
  transform: translate(20.5175vw, -10px) scale(0.3157);
  animation: fall-305 17s -14s linear infinite;
}
@keyframes fall-305 {
  67.603% {
    transform: translate(17.0435vw, 67.603vh) scale(0.3157);
  }
  to {
    transform: translate(18.7805vw, 100vh) scale(0.3157);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(306) {
  opacity: 0.8616;
  transform: translate(22.1716vw, -10px) scale(0.5175);
  animation: fall-306 30s -4s linear infinite;
}
@keyframes fall-306 {
  50.28% {
    transform: translate(19.2881vw, 50.28vh) scale(0.5175);
  }
  to {
    transform: translate(20.72985vw, 100vh) scale(0.5175);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(307) {
  opacity: 0.6399;
  transform: translate(21.6441vw, -10px) scale(0.5341);
  animation: fall-307 23s -4s linear infinite;
}
@keyframes fall-307 {
  66.317% {
    transform: translate(26.2865vw, 66.317vh) scale(0.5341);
  }
  to {
    transform: translate(23.9653vw, 100vh) scale(0.5341);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(308) {
  opacity: 0.2026;
  transform: translate(20.8143vw, -10px) scale(0.1612);
  animation: fall-308 29s -1s linear infinite;
}
@keyframes fall-308 {
  72.342% {
    transform: translate(25.3395vw, 72.342vh) scale(0.1612);
  }
  to {
    transform: translate(23.0769vw, 100vh) scale(0.1612);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(309) {
  opacity: 0.5584;
  transform: translate(67.9451vw, -10px) scale(0.1531);
  animation: fall-309 12s -30s linear infinite;
}
@keyframes fall-309 {
  57.469% {
    transform: translate(70.7756vw, 57.469vh) scale(0.1531);
  }
  to {
    transform: translate(69.36035vw, 100vh) scale(0.1531);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(310) {
  opacity: 0.7694;
  transform: translate(66.3098vw, -10px) scale(0.8899);
  animation: fall-310 23s -1s linear infinite;
}
@keyframes fall-310 {
  46.646% {
    transform: translate(74.8045vw, 46.646vh) scale(0.8899);
  }
  to {
    transform: translate(70.55715vw, 100vh) scale(0.8899);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(311) {
  opacity: 0.4986;
  transform: translate(44.4896vw, -10px) scale(0.4434);
  animation: fall-311 13s -8s linear infinite;
}
@keyframes fall-311 {
  48.782% {
    transform: translate(46.9565vw, 48.782vh) scale(0.4434);
  }
  to {
    transform: translate(45.72305vw, 100vh) scale(0.4434);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(312) {
  opacity: 0.8351;
  transform: translate(54.8399vw, -10px) scale(0.355);
  animation: fall-312 30s -10s linear infinite;
}
@keyframes fall-312 {
  53.594% {
    transform: translate(55.8989vw, 53.594vh) scale(0.355);
  }
  to {
    transform: translate(55.3694vw, 100vh) scale(0.355);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(313) {
  opacity: 0.5179;
  transform: translate(16.5984vw, -10px) scale(0.0634);
  animation: fall-313 12s -12s linear infinite;
}
@keyframes fall-313 {
  53.296% {
    transform: translate(8.472vw, 53.296vh) scale(0.0634);
  }
  to {
    transform: translate(12.5352vw, 100vh) scale(0.0634);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(314) {
  opacity: 0.977;
  transform: translate(20.6247vw, -10px) scale(0.7393);
  animation: fall-314 26s -11s linear infinite;
}
@keyframes fall-314 {
  60.769% {
    transform: translate(27.0339vw, 60.769vh) scale(0.7393);
  }
  to {
    transform: translate(23.8293vw, 100vh) scale(0.7393);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(315) {
  opacity: 0.0465;
  transform: translate(5.951vw, -10px) scale(0.8182);
  animation: fall-315 24s -13s linear infinite;
}
@keyframes fall-315 {
  66.699% {
    transform: translate(10.8658vw, 66.699vh) scale(0.8182);
  }
  to {
    transform: translate(8.4084vw, 100vh) scale(0.8182);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(316) {
  opacity: 0.5951;
  transform: translate(65.8548vw, -10px) scale(0.6278);
  animation: fall-316 25s -30s linear infinite;
}
@keyframes fall-316 {
  43.5% {
    transform: translate(65.2499vw, 43.5vh) scale(0.6278);
  }
  to {
    transform: translate(65.55235vw, 100vh) scale(0.6278);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(317) {
  opacity: 0.8452;
  transform: translate(16.6182vw, -10px) scale(0.5452);
  animation: fall-317 10s -14s linear infinite;
}
@keyframes fall-317 {
  39.581% {
    transform: translate(11.2737vw, 39.581vh) scale(0.5452);
  }
  to {
    transform: translate(13.94595vw, 100vh) scale(0.5452);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(318) {
  opacity: 0.6864;
  transform: translate(81.6481vw, -10px) scale(0.5973);
  animation: fall-318 13s -9s linear infinite;
}
@keyframes fall-318 {
  50.073% {
    transform: translate(86.9995vw, 50.073vh) scale(0.5973);
  }
  to {
    transform: translate(84.3238vw, 100vh) scale(0.5973);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(319) {
  opacity: 0.3854;
  transform: translate(11.6892vw, -10px) scale(0.7753);
  animation: fall-319 22s -20s linear infinite;
}
@keyframes fall-319 {
  74.035% {
    transform: translate(15.9865vw, 74.035vh) scale(0.7753);
  }
  to {
    transform: translate(13.83785vw, 100vh) scale(0.7753);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(320) {
  opacity: 0.1672;
  transform: translate(35.8783vw, -10px) scale(0.014);
  animation: fall-320 21s -11s linear infinite;
}
@keyframes fall-320 {
  67.391% {
    transform: translate(29.998vw, 67.391vh) scale(0.014);
  }
  to {
    transform: translate(32.93815vw, 100vh) scale(0.014);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(321) {
  opacity: 0.6756;
  transform: translate(6.813vw, -10px) scale(0.8658);
  animation: fall-321 23s -10s linear infinite;
}
@keyframes fall-321 {
  63.452% {
    transform: translate(5.7855vw, 63.452vh) scale(0.8658);
  }
  to {
    transform: translate(6.29925vw, 100vh) scale(0.8658);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(322) {
  opacity: 0.5028;
  transform: translate(76.2883vw, -10px) scale(0.6279);
  animation: fall-322 15s -16s linear infinite;
}
@keyframes fall-322 {
  48.212% {
    transform: translate(85.5371vw, 48.212vh) scale(0.6279);
  }
  to {
    transform: translate(80.9127vw, 100vh) scale(0.6279);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(323) {
  opacity: 0.6827;
  transform: translate(48.3739vw, -10px) scale(0.9649);
  animation: fall-323 30s -22s linear infinite;
}
@keyframes fall-323 {
  52.139% {
    transform: translate(38.8307vw, 52.139vh) scale(0.9649);
  }
  to {
    transform: translate(43.6023vw, 100vh) scale(0.9649);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(324) {
  opacity: 0.5373;
  transform: translate(53.0063vw, -10px) scale(0.6649);
  animation: fall-324 13s -8s linear infinite;
}
@keyframes fall-324 {
  40.48% {
    transform: translate(55.5607vw, 40.48vh) scale(0.6649);
  }
  to {
    transform: translate(54.2835vw, 100vh) scale(0.6649);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(325) {
  opacity: 0.902;
  transform: translate(45.2509vw, -10px) scale(0.9605);
  animation: fall-325 11s -15s linear infinite;
}
@keyframes fall-325 {
  35.445% {
    transform: translate(51.3475vw, 35.445vh) scale(0.9605);
  }
  to {
    transform: translate(48.2992vw, 100vh) scale(0.9605);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(326) {
  opacity: 0.3606;
  transform: translate(83.725vw, -10px) scale(0.7244);
  animation: fall-326 29s -11s linear infinite;
}
@keyframes fall-326 {
  41.906% {
    transform: translate(83.8151vw, 41.906vh) scale(0.7244);
  }
  to {
    transform: translate(83.77005vw, 100vh) scale(0.7244);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(327) {
  opacity: 0.1892;
  transform: translate(53.933vw, -10px) scale(0.3146);
  animation: fall-327 24s -2s linear infinite;
}
@keyframes fall-327 {
  73.149% {
    transform: translate(48.7339vw, 73.149vh) scale(0.3146);
  }
  to {
    transform: translate(51.33345vw, 100vh) scale(0.3146);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(328) {
  opacity: 0.3397;
  transform: translate(20.8526vw, -10px) scale(0.7701);
  animation: fall-328 20s -14s linear infinite;
}
@keyframes fall-328 {
  53.507% {
    transform: translate(30.6685vw, 53.507vh) scale(0.7701);
  }
  to {
    transform: translate(25.76055vw, 100vh) scale(0.7701);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(329) {
  opacity: 0.2304;
  transform: translate(35.1359vw, -10px) scale(0.1199);
  animation: fall-329 13s -1s linear infinite;
}
@keyframes fall-329 {
  36.672% {
    transform: translate(35.1441vw, 36.672vh) scale(0.1199);
  }
  to {
    transform: translate(35.14vw, 100vh) scale(0.1199);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(330) {
  opacity: 0.7722;
  transform: translate(78.5937vw, -10px) scale(0.4334);
  animation: fall-330 14s -30s linear infinite;
}
@keyframes fall-330 {
  68.991% {
    transform: translate(69.676vw, 68.991vh) scale(0.4334);
  }
  to {
    transform: translate(74.13485vw, 100vh) scale(0.4334);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(331) {
  opacity: 0.6643;
  transform: translate(23.6099vw, -10px) scale(0.9413);
  animation: fall-331 25s -1s linear infinite;
}
@keyframes fall-331 {
  40.975% {
    transform: translate(17.0419vw, 40.975vh) scale(0.9413);
  }
  to {
    transform: translate(20.3259vw, 100vh) scale(0.9413);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(332) {
  opacity: 0.6988;
  transform: translate(19.3227vw, -10px) scale(0.0189);
  animation: fall-332 20s -18s linear infinite;
}
@keyframes fall-332 {
  44.288% {
    transform: translate(16.5467vw, 44.288vh) scale(0.0189);
  }
  to {
    transform: translate(17.9347vw, 100vh) scale(0.0189);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(333) {
  opacity: 0.2239;
  transform: translate(79.3379vw, -10px) scale(0.2537);
  animation: fall-333 22s -11s linear infinite;
}
@keyframes fall-333 {
  38.476% {
    transform: translate(83.8394vw, 38.476vh) scale(0.2537);
  }
  to {
    transform: translate(81.58865vw, 100vh) scale(0.2537);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(334) {
  opacity: 0.5263;
  transform: translate(80.6545vw, -10px) scale(0.346);
  animation: fall-334 26s -7s linear infinite;
}
@keyframes fall-334 {
  55.188% {
    transform: translate(77.1932vw, 55.188vh) scale(0.346);
  }
  to {
    transform: translate(78.92385vw, 100vh) scale(0.346);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(335) {
  opacity: 0.32;
  transform: translate(87.7134vw, -10px) scale(0.5207);
  animation: fall-335 28s -24s linear infinite;
}
@keyframes fall-335 {
  52.049% {
    transform: translate(78.7853vw, 52.049vh) scale(0.5207);
  }
  to {
    transform: translate(83.24935vw, 100vh) scale(0.5207);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(336) {
  opacity: 0.7543;
  transform: translate(30.5213vw, -10px) scale(0.6554);
  animation: fall-336 19s -14s linear infinite;
}
@keyframes fall-336 {
  61.201% {
    transform: translate(25.8661vw, 61.201vh) scale(0.6554);
  }
  to {
    transform: translate(28.1937vw, 100vh) scale(0.6554);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(337) {
  opacity: 0.7809;
  transform: translate(58.3851vw, -10px) scale(0.3451);
  animation: fall-337 16s -29s linear infinite;
}
@keyframes fall-337 {
  65.268% {
    transform: translate(62.2945vw, 65.268vh) scale(0.3451);
  }
  to {
    transform: translate(60.3398vw, 100vh) scale(0.3451);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(338) {
  opacity: 0.2348;
  transform: translate(85.1726vw, -10px) scale(0.9492);
  animation: fall-338 13s -28s linear infinite;
}
@keyframes fall-338 {
  76.512% {
    transform: translate(94.2214vw, 76.512vh) scale(0.9492);
  }
  to {
    transform: translate(89.697vw, 100vh) scale(0.9492);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(339) {
  opacity: 0.8495;
  transform: translate(39.587vw, -10px) scale(0.4546);
  animation: fall-339 23s -4s linear infinite;
}
@keyframes fall-339 {
  68.467% {
    transform: translate(39.3079vw, 68.467vh) scale(0.4546);
  }
  to {
    transform: translate(39.44745vw, 100vh) scale(0.4546);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(340) {
  opacity: 0.0018;
  transform: translate(61.2033vw, -10px) scale(0.3294);
  animation: fall-340 29s -19s linear infinite;
}
@keyframes fall-340 {
  31.985% {
    transform: translate(65.915vw, 31.985vh) scale(0.3294);
  }
  to {
    transform: translate(63.55915vw, 100vh) scale(0.3294);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(341) {
  opacity: 0.2747;
  transform: translate(65.629vw, -10px) scale(0.6764);
  animation: fall-341 26s -19s linear infinite;
}
@keyframes fall-341 {
  41.19% {
    transform: translate(57.1382vw, 41.19vh) scale(0.6764);
  }
  to {
    transform: translate(61.3836vw, 100vh) scale(0.6764);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(342) {
  opacity: 0.0469;
  transform: translate(31.8572vw, -10px) scale(0.5481);
  animation: fall-342 13s -9s linear infinite;
}
@keyframes fall-342 {
  76.738% {
    transform: translate(35.045vw, 76.738vh) scale(0.5481);
  }
  to {
    transform: translate(33.4511vw, 100vh) scale(0.5481);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(343) {
  opacity: 0.318;
  transform: translate(75.4632vw, -10px) scale(0.333);
  animation: fall-343 21s -1s linear infinite;
}
@keyframes fall-343 {
  64.503% {
    transform: translate(85.4212vw, 64.503vh) scale(0.333);
  }
  to {
    transform: translate(80.4422vw, 100vh) scale(0.333);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(344) {
  opacity: 0.2355;
  transform: translate(73.5546vw, -10px) scale(0.9907);
  animation: fall-344 19s -24s linear infinite;
}
@keyframes fall-344 {
  33.366% {
    transform: translate(66.2202vw, 33.366vh) scale(0.9907);
  }
  to {
    transform: translate(69.8874vw, 100vh) scale(0.9907);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(345) {
  opacity: 0.9904;
  transform: translate(20.9317vw, -10px) scale(0.0701);
  animation: fall-345 19s -18s linear infinite;
}
@keyframes fall-345 {
  79.276% {
    transform: translate(29.1022vw, 79.276vh) scale(0.0701);
  }
  to {
    transform: translate(25.01695vw, 100vh) scale(0.0701);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(346) {
  opacity: 0.6037;
  transform: translate(89.5699vw, -10px) scale(0.4321);
  animation: fall-346 14s -10s linear infinite;
}
@keyframes fall-346 {
  58.845% {
    transform: translate(96.0771vw, 58.845vh) scale(0.4321);
  }
  to {
    transform: translate(92.8235vw, 100vh) scale(0.4321);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(347) {
  opacity: 0.6827;
  transform: translate(75.569vw, -10px) scale(0.9572);
  animation: fall-347 12s -24s linear infinite;
}
@keyframes fall-347 {
  62.455% {
    transform: translate(81.0121vw, 62.455vh) scale(0.9572);
  }
  to {
    transform: translate(78.29055vw, 100vh) scale(0.9572);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(348) {
  opacity: 0.7975;
  transform: translate(27.6931vw, -10px) scale(0.6839);
  animation: fall-348 16s -21s linear infinite;
}
@keyframes fall-348 {
  78.869% {
    transform: translate(31.7463vw, 78.869vh) scale(0.6839);
  }
  to {
    transform: translate(29.7197vw, 100vh) scale(0.6839);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(349) {
  opacity: 0.2134;
  transform: translate(89.3246vw, -10px) scale(0.0838);
  animation: fall-349 11s -4s linear infinite;
}
@keyframes fall-349 {
  31.558% {
    transform: translate(95.1385vw, 31.558vh) scale(0.0838);
  }
  to {
    transform: translate(92.23155vw, 100vh) scale(0.0838);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(350) {
  opacity: 0.6824;
  transform: translate(87.5752vw, -10px) scale(0.195);
  animation: fall-350 25s -24s linear infinite;
}
@keyframes fall-350 {
  30.278% {
    transform: translate(94.7932vw, 30.278vh) scale(0.195);
  }
  to {
    transform: translate(91.1842vw, 100vh) scale(0.195);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(351) {
  opacity: 0.1895;
  transform: translate(58.7546vw, -10px) scale(0.4229);
  animation: fall-351 16s -25s linear infinite;
}
@keyframes fall-351 {
  62.831% {
    transform: translate(55.3976vw, 62.831vh) scale(0.4229);
  }
  to {
    transform: translate(57.0761vw, 100vh) scale(0.4229);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(352) {
  opacity: 0.2538;
  transform: translate(51.6355vw, -10px) scale(0.2646);
  animation: fall-352 22s -30s linear infinite;
}
@keyframes fall-352 {
  40.635% {
    transform: translate(60.7937vw, 40.635vh) scale(0.2646);
  }
  to {
    transform: translate(56.2146vw, 100vh) scale(0.2646);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(353) {
  opacity: 0.0749;
  transform: translate(66.7585vw, -10px) scale(0.8145);
  animation: fall-353 12s -13s linear infinite;
}
@keyframes fall-353 {
  30.103% {
    transform: translate(75.4497vw, 30.103vh) scale(0.8145);
  }
  to {
    transform: translate(71.1041vw, 100vh) scale(0.8145);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(354) {
  opacity: 0.024;
  transform: translate(15.88vw, -10px) scale(0.6003);
  animation: fall-354 26s -2s linear infinite;
}
@keyframes fall-354 {
  56.852% {
    transform: translate(15.6161vw, 56.852vh) scale(0.6003);
  }
  to {
    transform: translate(15.74805vw, 100vh) scale(0.6003);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(355) {
  opacity: 0.5471;
  transform: translate(86.9659vw, -10px) scale(0.6987);
  animation: fall-355 27s -18s linear infinite;
}
@keyframes fall-355 {
  42.975% {
    transform: translate(96.5566vw, 42.975vh) scale(0.6987);
  }
  to {
    transform: translate(91.76125vw, 100vh) scale(0.6987);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(356) {
  opacity: 0.414;
  transform: translate(91.5313vw, -10px) scale(0.2507);
  animation: fall-356 20s -11s linear infinite;
}
@keyframes fall-356 {
  31.673% {
    transform: translate(86.6874vw, 31.673vh) scale(0.2507);
  }
  to {
    transform: translate(89.10935vw, 100vh) scale(0.2507);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(357) {
  opacity: 0.4607;
  transform: translate(30.5826vw, -10px) scale(0.3482);
  animation: fall-357 12s -8s linear infinite;
}
@keyframes fall-357 {
  60.736% {
    transform: translate(31.1887vw, 60.736vh) scale(0.3482);
  }
  to {
    transform: translate(30.88565vw, 100vh) scale(0.3482);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(358) {
  opacity: 0.2376;
  transform: translate(25.2841vw, -10px) scale(0.9367);
  animation: fall-358 26s -19s linear infinite;
}
@keyframes fall-358 {
  34.076% {
    transform: translate(22.2757vw, 34.076vh) scale(0.9367);
  }
  to {
    transform: translate(23.7799vw, 100vh) scale(0.9367);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(359) {
  opacity: 0.8977;
  transform: translate(30.2807vw, -10px) scale(0.9137);
  animation: fall-359 12s -29s linear infinite;
}
@keyframes fall-359 {
  59.52% {
    transform: translate(32.0433vw, 59.52vh) scale(0.9137);
  }
  to {
    transform: translate(31.162vw, 100vh) scale(0.9137);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(360) {
  opacity: 0.3879;
  transform: translate(97.9734vw, -10px) scale(0.5362);
  animation: fall-360 16s -23s linear infinite;
}
@keyframes fall-360 {
  44.648% {
    transform: translate(103.5306vw, 44.648vh) scale(0.5362);
  }
  to {
    transform: translate(100.752vw, 100vh) scale(0.5362);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(361) {
  opacity: 0.3589;
  transform: translate(47.0225vw, -10px) scale(0.8437);
  animation: fall-361 21s -22s linear infinite;
}
@keyframes fall-361 {
  70.038% {
    transform: translate(41.9608vw, 70.038vh) scale(0.8437);
  }
  to {
    transform: translate(44.49165vw, 100vh) scale(0.8437);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(362) {
  opacity: 0.7592;
  transform: translate(56.822vw, -10px) scale(0.2312);
  animation: fall-362 21s -5s linear infinite;
}
@keyframes fall-362 {
  47.683% {
    transform: translate(54.3776vw, 47.683vh) scale(0.2312);
  }
  to {
    transform: translate(55.5998vw, 100vh) scale(0.2312);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(363) {
  opacity: 0.5421;
  transform: translate(86.2045vw, -10px) scale(0.2862);
  animation: fall-363 14s -13s linear infinite;
}
@keyframes fall-363 {
  58.898% {
    transform: translate(86.1241vw, 58.898vh) scale(0.2862);
  }
  to {
    transform: translate(86.1643vw, 100vh) scale(0.2862);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(364) {
  opacity: 0.1109;
  transform: translate(54.9512vw, -10px) scale(0.6807);
  animation: fall-364 27s -29s linear infinite;
}
@keyframes fall-364 {
  37.073% {
    transform: translate(46.4668vw, 37.073vh) scale(0.6807);
  }
  to {
    transform: translate(50.709vw, 100vh) scale(0.6807);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(365) {
  opacity: 0.9319;
  transform: translate(68.51vw, -10px) scale(0.4);
  animation: fall-365 18s -28s linear infinite;
}
@keyframes fall-365 {
  62.009% {
    transform: translate(72.6995vw, 62.009vh) scale(0.4);
  }
  to {
    transform: translate(70.60475vw, 100vh) scale(0.4);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(366) {
  opacity: 0.1017;
  transform: translate(61.3641vw, -10px) scale(0.2182);
  animation: fall-366 25s -29s linear infinite;
}
@keyframes fall-366 {
  30.464% {
    transform: translate(68.8682vw, 30.464vh) scale(0.2182);
  }
  to {
    transform: translate(65.11615vw, 100vh) scale(0.2182);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(367) {
  opacity: 0.5947;
  transform: translate(6.8834vw, -10px) scale(0.2728);
  animation: fall-367 22s -20s linear infinite;
}
@keyframes fall-367 {
  76.85% {
    transform: translate(15.1405vw, 76.85vh) scale(0.2728);
  }
  to {
    transform: translate(11.01195vw, 100vh) scale(0.2728);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(368) {
  opacity: 0.4199;
  transform: translate(81.9826vw, -10px) scale(0.9363);
  animation: fall-368 10s -20s linear infinite;
}
@keyframes fall-368 {
  44.759% {
    transform: translate(77.3194vw, 44.759vh) scale(0.9363);
  }
  to {
    transform: translate(79.651vw, 100vh) scale(0.9363);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(369) {
  opacity: 0.3551;
  transform: translate(84.3922vw, -10px) scale(0.2303);
  animation: fall-369 13s -16s linear infinite;
}
@keyframes fall-369 {
  30.562% {
    transform: translate(82.3452vw, 30.562vh) scale(0.2303);
  }
  to {
    transform: translate(83.3687vw, 100vh) scale(0.2303);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(370) {
  opacity: 0.0344;
  transform: translate(56.1994vw, -10px) scale(0.9107);
  animation: fall-370 30s -30s linear infinite;
}
@keyframes fall-370 {
  39.969% {
    transform: translate(62.2396vw, 39.969vh) scale(0.9107);
  }
  to {
    transform: translate(59.2195vw, 100vh) scale(0.9107);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(371) {
  opacity: 0.0609;
  transform: translate(19.9699vw, -10px) scale(0.1709);
  animation: fall-371 26s -2s linear infinite;
}
@keyframes fall-371 {
  35.979% {
    transform: translate(20.5291vw, 35.979vh) scale(0.1709);
  }
  to {
    transform: translate(20.2495vw, 100vh) scale(0.1709);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(372) {
  opacity: 0.1729;
  transform: translate(10.1261vw, -10px) scale(0.0142);
  animation: fall-372 15s -13s linear infinite;
}
@keyframes fall-372 {
  31.083% {
    transform: translate(5.3612vw, 31.083vh) scale(0.0142);
  }
  to {
    transform: translate(7.74365vw, 100vh) scale(0.0142);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(373) {
  opacity: 0.7092;
  transform: translate(21.6644vw, -10px) scale(0.4025);
  animation: fall-373 26s -20s linear infinite;
}
@keyframes fall-373 {
  78.5% {
    transform: translate(30.745vw, 78.5vh) scale(0.4025);
  }
  to {
    transform: translate(26.2047vw, 100vh) scale(0.4025);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(374) {
  opacity: 0.7637;
  transform: translate(2.433vw, -10px) scale(0.0415);
  animation: fall-374 16s -24s linear infinite;
}
@keyframes fall-374 {
  30.958% {
    transform: translate(-6.7644vw, 30.958vh) scale(0.0415);
  }
  to {
    transform: translate(-2.1657vw, 100vh) scale(0.0415);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(375) {
  opacity: 0.6591;
  transform: translate(51.3425vw, -10px) scale(0.057);
  animation: fall-375 30s -28s linear infinite;
}
@keyframes fall-375 {
  36.183% {
    transform: translate(48.6512vw, 36.183vh) scale(0.057);
  }
  to {
    transform: translate(49.99685vw, 100vh) scale(0.057);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(376) {
  opacity: 0.4004;
  transform: translate(83.6707vw, -10px) scale(0.4372);
  animation: fall-376 24s -7s linear infinite;
}
@keyframes fall-376 {
  70.986% {
    transform: translate(74.2799vw, 70.986vh) scale(0.4372);
  }
  to {
    transform: translate(78.9753vw, 100vh) scale(0.4372);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(377) {
  opacity: 0.6446;
  transform: translate(54.7249vw, -10px) scale(0.29);
  animation: fall-377 11s -23s linear infinite;
}
@keyframes fall-377 {
  69.465% {
    transform: translate(53.3445vw, 69.465vh) scale(0.29);
  }
  to {
    transform: translate(54.0347vw, 100vh) scale(0.29);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(378) {
  opacity: 0.3868;
  transform: translate(61.9365vw, -10px) scale(0.1273);
  animation: fall-378 17s -7s linear infinite;
}
@keyframes fall-378 {
  60.792% {
    transform: translate(60.4921vw, 60.792vh) scale(0.1273);
  }
  to {
    transform: translate(61.2143vw, 100vh) scale(0.1273);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(379) {
  opacity: 0.8553;
  transform: translate(26.2068vw, -10px) scale(0.7675);
  animation: fall-379 27s -12s linear infinite;
}
@keyframes fall-379 {
  50.613% {
    transform: translate(23.4295vw, 50.613vh) scale(0.7675);
  }
  to {
    transform: translate(24.81815vw, 100vh) scale(0.7675);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(380) {
  opacity: 0.3439;
  transform: translate(21.1214vw, -10px) scale(0.388);
  animation: fall-380 25s -16s linear infinite;
}
@keyframes fall-380 {
  62.457% {
    transform: translate(12.2674vw, 62.457vh) scale(0.388);
  }
  to {
    transform: translate(16.6944vw, 100vh) scale(0.388);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(381) {
  opacity: 0.8552;
  transform: translate(51.4521vw, -10px) scale(0.4594);
  animation: fall-381 30s -4s linear infinite;
}
@keyframes fall-381 {
  66.447% {
    transform: translate(55.449vw, 66.447vh) scale(0.4594);
  }
  to {
    transform: translate(53.45055vw, 100vh) scale(0.4594);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(382) {
  opacity: 0.9772;
  transform: translate(84.8779vw, -10px) scale(0.7387);
  animation: fall-382 10s -14s linear infinite;
}
@keyframes fall-382 {
  61.605% {
    transform: translate(88.9797vw, 61.605vh) scale(0.7387);
  }
  to {
    transform: translate(86.9288vw, 100vh) scale(0.7387);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(383) {
  opacity: 0.7561;
  transform: translate(0.1348vw, -10px) scale(0.3029);
  animation: fall-383 16s -21s linear infinite;
}
@keyframes fall-383 {
  48.395% {
    transform: translate(-5.3838vw, 48.395vh) scale(0.3029);
  }
  to {
    transform: translate(-2.6245vw, 100vh) scale(0.3029);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(384) {
  opacity: 0.3642;
  transform: translate(89.0477vw, -10px) scale(0.198);
  animation: fall-384 28s -30s linear infinite;
}
@keyframes fall-384 {
  42.642% {
    transform: translate(89.6799vw, 42.642vh) scale(0.198);
  }
  to {
    transform: translate(89.3638vw, 100vh) scale(0.198);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(385) {
  opacity: 0.6027;
  transform: translate(9.5881vw, -10px) scale(0.8967);
  animation: fall-385 25s -16s linear infinite;
}
@keyframes fall-385 {
  30.624% {
    transform: translate(8.0714vw, 30.624vh) scale(0.8967);
  }
  to {
    transform: translate(8.82975vw, 100vh) scale(0.8967);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(386) {
  opacity: 0.3633;
  transform: translate(71.697vw, -10px) scale(0.5362);
  animation: fall-386 11s -30s linear infinite;
}
@keyframes fall-386 {
  72.808% {
    transform: translate(77.2889vw, 72.808vh) scale(0.5362);
  }
  to {
    transform: translate(74.49295vw, 100vh) scale(0.5362);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(387) {
  opacity: 0.0134;
  transform: translate(37.7835vw, -10px) scale(0.8869);
  animation: fall-387 13s -10s linear infinite;
}
@keyframes fall-387 {
  42.789% {
    transform: translate(31.2174vw, 42.789vh) scale(0.8869);
  }
  to {
    transform: translate(34.50045vw, 100vh) scale(0.8869);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(388) {
  opacity: 0.2904;
  transform: translate(14.3291vw, -10px) scale(0.4778);
  animation: fall-388 24s -16s linear infinite;
}
@keyframes fall-388 {
  31.421% {
    transform: translate(15.1679vw, 31.421vh) scale(0.4778);
  }
  to {
    transform: translate(14.7485vw, 100vh) scale(0.4778);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(389) {
  opacity: 0.6176;
  transform: translate(26.7831vw, -10px) scale(0.5994);
  animation: fall-389 13s -29s linear infinite;
}
@keyframes fall-389 {
  60.193% {
    transform: translate(26.6035vw, 60.193vh) scale(0.5994);
  }
  to {
    transform: translate(26.6933vw, 100vh) scale(0.5994);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(390) {
  opacity: 0.9255;
  transform: translate(79.1431vw, -10px) scale(0.4145);
  animation: fall-390 27s -11s linear infinite;
}
@keyframes fall-390 {
  49.686% {
    transform: translate(75.4293vw, 49.686vh) scale(0.4145);
  }
  to {
    transform: translate(77.2862vw, 100vh) scale(0.4145);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(391) {
  opacity: 0.2965;
  transform: translate(84.9666vw, -10px) scale(0.2692);
  animation: fall-391 24s -5s linear infinite;
}
@keyframes fall-391 {
  64.118% {
    transform: translate(91.0207vw, 64.118vh) scale(0.2692);
  }
  to {
    transform: translate(87.99365vw, 100vh) scale(0.2692);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(392) {
  opacity: 0.5257;
  transform: translate(91.8829vw, -10px) scale(0.0711);
  animation: fall-392 29s -2s linear infinite;
}
@keyframes fall-392 {
  50.097% {
    transform: translate(90.5674vw, 50.097vh) scale(0.0711);
  }
  to {
    transform: translate(91.22515vw, 100vh) scale(0.0711);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(393) {
  opacity: 0.1633;
  transform: translate(65.3115vw, -10px) scale(0.9997);
  animation: fall-393 28s -19s linear infinite;
}
@keyframes fall-393 {
  41.384% {
    transform: translate(62.8563vw, 41.384vh) scale(0.9997);
  }
  to {
    transform: translate(64.0839vw, 100vh) scale(0.9997);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(394) {
  opacity: 0.1164;
  transform: translate(60.1361vw, -10px) scale(0.782);
  animation: fall-394 19s -15s linear infinite;
}
@keyframes fall-394 {
  40.252% {
    transform: translate(61.5363vw, 40.252vh) scale(0.782);
  }
  to {
    transform: translate(60.8362vw, 100vh) scale(0.782);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(395) {
  opacity: 0.3804;
  transform: translate(92.3705vw, -10px) scale(0.7817);
  animation: fall-395 20s -26s linear infinite;
}
@keyframes fall-395 {
  31.51% {
    transform: translate(96.0774vw, 31.51vh) scale(0.7817);
  }
  to {
    transform: translate(94.22395vw, 100vh) scale(0.7817);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(396) {
  opacity: 0.023;
  transform: translate(34.5945vw, -10px) scale(0.0002);
  animation: fall-396 21s -12s linear infinite;
}
@keyframes fall-396 {
  37.081% {
    transform: translate(28.4978vw, 37.081vh) scale(0.0002);
  }
  to {
    transform: translate(31.54615vw, 100vh) scale(0.0002);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(397) {
  opacity: 0.2733;
  transform: translate(49.0583vw, -10px) scale(0.2089);
  animation: fall-397 22s -6s linear infinite;
}
@keyframes fall-397 {
  58.35% {
    transform: translate(49.9171vw, 58.35vh) scale(0.2089);
  }
  to {
    transform: translate(49.4877vw, 100vh) scale(0.2089);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(398) {
  opacity: 0.7664;
  transform: translate(37.1823vw, -10px) scale(0.7149);
  animation: fall-398 28s -24s linear infinite;
}
@keyframes fall-398 {
  53.366% {
    transform: translate(30.1311vw, 53.366vh) scale(0.7149);
  }
  to {
    transform: translate(33.6567vw, 100vh) scale(0.7149);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(399) {
  opacity: 0.635;
  transform: translate(87.3538vw, -10px) scale(0.7493);
  animation: fall-399 12s -13s linear infinite;
}
@keyframes fall-399 {
  44.621% {
    transform: translate(86.4209vw, 44.621vh) scale(0.7493);
  }
  to {
    transform: translate(86.88735vw, 100vh) scale(0.7493);
  }
}
/* line 1055, ../sass/_template_specific.scss */
.corazoncitos:nth-child(400) {
  opacity: 0.1332;
  transform: translate(88.3798vw, -10px) scale(0.0413);
  animation: fall-400 21s -6s linear infinite;
}
@keyframes fall-400 {
  64.928% {
    transform: translate(94.9256vw, 64.928vh) scale(0.0413);
  }
  to {
    transform: translate(91.6527vw, 100vh) scale(0.0413);
  }
}
@media screen and (max-width: 1919px) {
  /* line 2, ../sass/_responsive.scss */
  .banner_floating_wrapper {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    left: -340px;
  }
  /* line 10, ../sass/_responsive.scss */
  .banner_floating_wrapper:hover {
    left: 0;
  }
  /* line 15, ../sass/_responsive.scss */
  .banner_floating_wrapper .banner:nth-child(even) .image {
    right: 0;
    left: auto;
  }
  /* line 20, ../sass/_responsive.scss */
  .banner_floating_wrapper .banner:nth-child(even) .content {
    margin-right: 80px;
    margin-left: 0;
  }
}
/* line 1, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 {
  display: inline-block !important;
  width: 1050px;
  height: 520px;
  overflow: hidden;
  background-color: #eeeeee;
  vertical-align: middle;
}
/* line 8, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 .popup_img_wrapper {
  position: relative;
  display: inline-block;
  background-size: cover;
  left: -17%;
  top: -15%;
  height: 130%;
  width: 70%;
  border-radius: 50%;
}
/* line 18, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 .popup_content_v2 {
  right: 0;
  color: black;
  width: 40%;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
/* line 25, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 .popup_content_v2 .popup_title_v2 {
  font-size: 23px;
}
/* line 28, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 .popup_content_v2 .popup_description_v2 {
  font-size: 18px;
}
/* line 30, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 .popup_content_v2 .popup_description_v2 strong {
  margin-top: 15px;
  display: block;
}
/* line 35, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 .popup_content_v2 .popup_auto_button {
  width: 95%;
  height: 22%;
  background-color: lightblue;
  border-radius: 25px;
  margin-top: 40px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
/* line 44, ../../../../sass/extra/_automatic_popup_v2.scss */
.popup_inicio_v2 .popup_content_v2 .popup_auto_button a {
  padding: 7px 70px 0px 70px;
  display: inline-block;
}

@keyframes show_from_right {
  0% {
    right: -100%;
  }
  100% {
    right: 0%;
  }
}
@keyframes pulse-mirror {
  0%, 50% {
    left: -100%;
  }
  50%, 100% {
    left: -50%;
  }
}
/* line 16, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  color: white;
  overflow: hidden;
  font-family: "Oswald", sans-serif;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 30px;
  transition: all .5s;
  animation-name: show_from_right;
  animation-duration: 1.5s;
}
/* line 32, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper.scroll {
  position: absolute;
  bottom: auto;
  top: 100%;
  z-index: 20;
}
/* line 65, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content, .lateral_banner_wrapper .bottom_content {
  background: #004F6C;
  padding: 15px;
  font-size: 25px;
}
/* line 71, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content {
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  padding: 10px 25px;
  text-align: center;
}
/* line 77, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content > div {
  display: inline-block;
}
/* line 79, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content > div:not(:last-child) {
  margin-right: 10px;
}
/* line 83, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content > div > div {
  display: inline-block;
}
/* line 86, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content > div > div b {
  font-weight: bolder;
}
/* line 91, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content i {
  background: #E26D09;
  position: absolute;
  padding: 15px 16px 15px 16px;
  margin-left: 15px;
  border-radius: 50%;
  font-size: 12px;
  margin-top: 4px;
  overflow: hidden;
}
/* line 102, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 200%;
  height: 100%;
  background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, white 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 70%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 119, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .top_content i:hover:after {
  left: -45px;
}
/* line 126, ../sass/banners/_lateral_banner.scss */
.lateral_banner_wrapper .bottom_content {
  font-size: 15px;
  padding: 0 25px 15px;
  text-align: center;
}

/* line 133, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1001;
  padding: 40px 15px;
  font-family: "Oswald", sans-serif;
  color: white;
  transition: all .5s;
  overflow: auto;
}
/* line 146, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide.show {
  right: 0;
}
/* line 150, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .main_title {
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  display: table;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 300;
  padding-bottom: 10px;
}
/* line 159, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .main_title b {
  font-weight: 500;
}
/* line 164, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .element_wrapper {
  margin-bottom: 25px;
}
/* line 167, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .element_wrapper .negative_block {
  margin-right: 0;
}
/* line 171, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .element_wrapper h4 {
  margin-bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 23px;
  line-height: 25px;
}
/* line 178, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .element_wrapper .description {
  font-size: 15px;
}
/* line 181, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .element_wrapper .description b {
  font-weight: bold;
}
/* line 185, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .element_wrapper .description li {
  margin-bottom: 13px;
}
/* line 192, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .buttons_wrapper > * {
  width: 48%;
  float: left;
  color: white;
  text-align: center;
  padding: 10px 0;
  border: 1px solid;
  box-sizing: border-box;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  cursor: pointer;
  transition: opacity .5s;
}
/* line 205, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .buttons_wrapper > *:hover {
  opacity: 0.8;
}
/* line 210, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .buttons_wrapper .button-promotion {
  margin-right: 4%;
  background: #E26D09;
  border: 0;
  box-sizing: border-box;
  font-size: 16px;
}
/* line 219, ../sass/banners/_lateral_banner.scss */
.lateral_banner_hide .close_icon {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* line 228, ../sass/banners/_lateral_banner.scss */
.negative_block {
  padding: 5px;
  color: #E26D09;
  background: white;
  margin-right: 7px;
  display: inline-block;
  min-width: 35px;
  text-align: center;
  margin-bottom: 6px;
  font-weight: 600;
}

/* line 240, ../sass/banners/_lateral_banner.scss */
.corp_color {
  color: #E26D09;
}

/* line 1, ../sass/banners/_min_contact_popup.scss */
.contact_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background-color: #000000;
  opacity: .6;
  z-index: 9999;
}

/* line 8, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 10000;
  background: white;
  border-radius: 18px;
  padding: 30px 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/* line 19, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .close_popup {
  position: absolute;
  top: -50px;
  color: white;
  right: 0;
  font-size: 34px;
  cursor: pointer;
}
/* line 28, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .contact_popup_title {
  display: block;
  font-size: 26px;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #004F6C;
  margin-bottom: 10px;
}
/* line 35, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .contact_popup_title small {
  font-weight: lighter;
  font-size: 18px;
  display: block;
}
/* line 41, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper {
  width: 100%;
  padding: 0 10px;
}
/* line 44, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: column;
  align-items: center;
}
/* line 48, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper form .bordeInput {
  margin: 10px 0;
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #004F6C;
  color: #004F6C;
  font-size: 12px;
  outline: none;
}
/* line 57, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper form .bordeInput::placeholder {
  text-transform: uppercase;
  color: #004F6C;
}
/* line 62, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper form input::-webkit-outer-spin-button,
.contact_popup_wrapper .form_wrapper form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* line 68, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper form input[type=number] {
  -moz-appearance: textfield;
}
/* line 71, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper form #contact-button {
  font-family: "Oswald", sans-serif;
  background: #E26D09;
  text-transform: uppercase;
  color: white;
  border: none;
  border-radius: 0;
  cursor: pointer;
  width: 110px;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 20px;
}
/* line 83, ../sass/banners/_min_contact_popup.scss */
.contact_popup_wrapper .form_wrapper form #contact-button:hover {
  background: #004F6C;
}
@media screen and (max-width: 700px) {
  /* line 8, ../sass/banners/_min_contact_popup.scss */
  .contact_popup_wrapper {
    padding: 30px 30px;
    width: 70%;
  }
}

/* line 3, ../sass/_styles_placidia.scss */
body.gala-placidia .banner_gallery_wrapper .banner_gallery_content .banner_gallery_link, body.demo17 .banner_gallery_wrapper .banner_gallery_content .banner_gallery_link {
  bottom: 17px;
}
/* line 7, ../sass/_styles_placidia.scss */
body.gala-placidia .banner_gallery_wrapper .banner_gallery_slider .owl-dots, body.demo17 .banner_gallery_wrapper .banner_gallery_slider .owl-dots {
  bottom: 18px;
}
/* line 15, ../sass/_styles_placidia.scss */
body.gala-placidia .content_subtitle_description ul, body.demo17 .content_subtitle_description ul {
  list-style: initial;
  text-align: left;
}
/* line 21, ../sass/_styles_placidia.scss */
body.gala-placidia .banner_gallery_wrapper .banner_gallery_content .banner_gallery_title, body.demo17 .banner_gallery_wrapper .banner_gallery_content .banner_gallery_title {
  margin-bottom: 20px;
}

/* line 27, ../sass/_styles_placidia.scss */
.banner_custom_floating {
  position: fixed;
  top: 260px;
  left: 2%;
  z-index: 100;
  width: 250px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 34, ../sass/_styles_placidia.scss */
.banner_custom_floating .custom_img {
  width: 100%;
  object-fit: cover;
}
/* line 38, ../sass/_styles_placidia.scss */
.banner_custom_floating.active {
  top: 90px;
}

/* line 4, ../sass/_styles_esmeralda.scss */
body.hotel-esmeralda .banner_gallery_wrapper .banner_gallery_content .banner_gallery_title {
  margin-bottom: 20px;
}
/* line 8, ../sass/_styles_esmeralda.scss */
body.hotel-esmeralda .banner_gallery_wrapper .banner_gallery_content .banner_gallery_link {
  bottom: 17px;
}
/* line 13, ../sass/_styles_esmeralda.scss */
body.hotel-esmeralda .banner_gallery_wrapper .banner_gallery_slider .owl-dots {
  bottom: 18px;
}
/* line 22, ../sass/_styles_esmeralda.scss */
body.hotel-esmeralda .content_subtitle_description ul {
  list-style: initial;
  text-align: left;
}
/* line 29, ../sass/_styles_esmeralda.scss */
body.hotel-esmeralda .bannerx4_wrapper .bannerx4_title {
  background-color: #fff;
  color: #4593AA;
}
/* line 35, ../sass/_styles_esmeralda.scss */
body.hotel-esmeralda .bannerx4_wrapper .bannerx4 .banner {
  width: calc((100% - 20px) / 5);
}

/* line 1, ../sass/_styles_dynastic.scss */
.banner_promocode {
  left: 10px;
}

/* line 5, ../sass/_styles_dynastic.scss */
.banner_custom_floating {
  position: fixed;
  top: 260px;
  left: 2%;
  z-index: 100;
  width: 250px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
/* line 12, ../sass/_styles_dynastic.scss */
.banner_custom_floating .custom_img {
  width: 100%;
  object-fit: cover;
}
/* line 16, ../sass/_styles_dynastic.scss */
.banner_custom_floating.active {
  top: 90px;
}
